@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 900px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 901px) {
  .is-sp {
    display: none !important;
  }
}
html {
  background: #fff;
}
@media screen and (max-width: 900px) {
  html {
    min-width: 375px;
  }
}

body {
  font-size: 0.8421052632vw;
  color: #111;
  font-family: "m-plus-rounded-2c", sans-serif;
  line-height: 1.5;
  background: #fff;
  padding-top: 4.41vw;
}
@media screen and (max-width: 900px) {
  body {
    padding-top: 11.3906666667vw;
    font-size: 4vw;
  }
}

.inner {
  max-width: 68.4210526316vw;
  margin: 0 auto;
  padding: 0 2.1052631579vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 900px) {
  .inner {
    padding: 0 4vw;
    max-width: 100%;
  }
}

.header-inner {
  margin: 0 auto;
  padding: 0 2.1052631579vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 900px) {
  .header-inner {
    padding: 0 4vw;
  }
}

.sns-inner {
  padding: 0 2.1052631579vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .sns-inner {
    padding: 0 4vw;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "m-plus-rounded-2c", sans-serif;
  cursor: pointer;
  color: #111;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

.section {
  padding: 6.68vw 0;
}
@media screen and (max-width: 900px) {
  .section {
    padding: 10.6vw 0;
  }
}

.section-title {
  line-height: 1;
}
.section-title span {
  display: inline-block;
}
.section-title .en {
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  font-size: 3.1578947368vw;
  margin-right: 0.7894736842vw;
  line-height: 0;
}
@media screen and (min-width: 1300px) {
  .section-title .en {
    margin-right: 15px;
  }
}
@media screen and (max-width: 900px) {
  .section-title .en {
    font-size: 6.6vw;
  }
}
.section-title .ja {
  font-weight: 500;
  font-size: 1.0526315789vw;
}
@media screen and (max-width: 900px) {
  .section-title .ja {
    font-size: 3.06vw;
  }
}

.common-h2-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5vw;
}
@media screen and (max-width: 900px) {
  .common-h2-flex {
    margin-bottom: 4vw;
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .common-h2-flex .section-title {
    margin-bottom: 2.6vw;
  }
}
.common-h2-flex2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1.5789473684vw;
}
@media screen and (min-width: 1300px) {
  .common-h2-flex2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .common-h2-flex2 {
    margin-bottom: 4vw;
  }
}

.common-mv {
  padding: 8.4vw 0 1.5789473684vw;
  text-align: center;
}
@media screen and (min-width: 1300px) {
  .common-mv {
    padding: 120px 0 30px;
  }
}
.common-mv .title .en {
  font-size: 3.157vw;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .common-mv .title .en {
    font-size: 8vw;
  }
}
.common-mv .title .ja {
  font-size: 1.0526315789vw;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .common-mv .title .ja {
    font-size: 3.06vw;
  }
}

.common-lang .common-lang-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .common-lang .common-lang-flex {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.common-lang button {
  font-family: "Rubik", sans-serif;
  color: #928f8f;
  background: #fff;
  border: 1px solid #111;
  display: inline-block;
  font-size: 0.9473684211vw;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 2px 20px 1px;
  cursor: pointer;
}
@media screen and (min-width: 1300px) {
  .common-lang button {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .common-lang button {
    font-size: 2.6vw;
    padding: 0.4vw 6vw 0.3vw;
  }
}
.common-lang button:hover {
  opacity: 0.6;
}
.common-lang button.active {
  background: #111;
  color: #fff;
  pointer-events: none;
}

input[type=text],
input[type=email],
input[type=submit],
select,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 0;
  margin: 0;
  outline: none;
}

.mv .video-wrapper {
  position: relative;
  width: 100%;
  /* max-width: 1200px; */
  margin: 0 auto;
}
.mv .bg-image {
  width: 100%;
  height: auto;
  display: block;
}
.mv .youtube-frame {
  position: absolute;
  top: 8.58%;
  left: 50.35%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 31.2%;
  aspect-ratio: 16/9;
  pointer-events: auto;
}
@media screen and (max-width: 900px) {
  .mv .youtube-frame {
    position: absolute;
    top: 8.58%;
    left: 50.85%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    aspect-ratio: 16/9;
    pointer-events: auto;
  }
}
.mv .youtube-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.header {
  padding: 1.0526315789vw 0;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 900px) {
  .header {
    padding: 2.6vw 0;
  }
}
.header .logo {
  max-width: 26.3157894737vw;
}
@media screen and (max-width: 900px) {
  .header .logo {
    max-width: 70.6666666667vw;
  }
}
.header .logo a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .logo a:hover {
  opacity: 0.6;
}
.header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header nav {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.0526315789vw;
}
@media screen and (max-width: 900px) {
  .header nav ul {
    display: none;
  }
}
.header nav ul li {
  margin-right: 3.1578947368vw;
}
.header nav ul li a {
  display: block;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header nav ul li a:hover {
  opacity: 0.6;
}
.header nav ul li a span {
  display: block;
}
.header nav ul li a .en {
  font-family: "Rubik", sans-serif;
  font-size: 1.3157894737vw;
  font-weight: 500;
  margin-bottom: 0.1578947368vw;
}
.header nav ul li a .ja {
  font-size: 0.7894736842vw;
  font-weight: 500;
}
.header .header-inner {
  position: relative;
}
.header .search {
  cursor: pointer;
  max-width: 1.7894736842vw;
  min-width: 1.7894736842vw;
  position: relative;
}
.header .search .search-box {
  display: none;
}
.header .search .form-box {
  position: absolute;
  top: 150%;
  left: -10vw;
  width: 13.1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .header .search .form-box {
    width: 33.1vw;
    left: -26vw;
    top: 130%;
  }
}
.header .search .form-box input[type=text] {
  width: 70%;
  padding: 10px;
  font-size: 0.7894736842vw;
}
@media screen and (min-width: 1300px) {
  .header .search .form-box input[type=text] {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .header .search .form-box input[type=text] {
    font-size: 2vw;
  }
}
.header .search .form-box input[type=submit] {
  width: 30%;
  padding: 10px;
  font-size: 0.7894736842vw;
  background: #111;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .search .form-box input[type=submit]:hover {
  opacity: 0.6;
}
@media screen and (min-width: 1300px) {
  .header .search .form-box input[type=submit] {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .header .search .form-box input[type=submit] {
    font-size: 2vw;
  }
}
@media screen and (max-width: 900px) {
  .header .search {
    max-width: 4.8vw;
    margin-right: 11.3333vw;
  }
  .header .search img {
    vertical-align: middle;
    position: relative;
    top: -0.5vw;
  }
}

.drawer-icon {
  position: fixed;
  top: 4vw;
  right: 4vw;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
@media screen and (min-width: 901px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bars {
  width: 8vw;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 8vw;
  height: 1.5px;
  background: #111;
  top: 0;
  left: 0;
}

.drawer-icon-bar1 {
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #242424;
}

.drawer-icon-bar2 {
  top: 1.56vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar3 {
  top: 3.13vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #242424;
}

.drawer-content {
  width: 70%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 250;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.drawer-content.is-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.drawer-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 3.3vw;
  text-align: left;
  margin-bottom: 4vw;
}

html {
  background: #fff;
}

.drawer-icon-nav {
  text-align: center;
  position: absolute;
  top: 24vw;
  left: 0%;
  width: 100%;
  padding: 0 3.3vw;
}
.drawer-icon-nav .icon {
  width: 3.46vw;
  display: inline-block;
  margin-right: 2vw;
  position: relative;
  top: -0.2vw;
}
.drawer-icon-nav .icon img {
  vertical-align: middle;
}
.drawer-icon-nav .icon4 {
  width: 3.66vw;
}
.drawer-icon-nav ul li {
  margin-bottom: 4.8vw;
  text-align: left;
}
.drawer-icon-nav ul li a {
  display: block;
  color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #a4a0a1;
  padding-bottom: 5px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.drawer-icon-nav ul li span {
  display: block;
}
.drawer-icon-nav ul li .en {
  font-family: "Rubik", sans-serif;
  font-size: 3.3vw;
  font-weight: 500;
  line-height: 1;
  margin-right: 3.0666666667vw;
}
.drawer-icon-nav ul li .ja {
  font-weight: 500;
  font-size: 2.6vw;
  font-family: "m-plus-rounded-2c", sans-serif;
}

.drawer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 220;
  z-index: -100;
  pointer-events: none;
  display: none;
}
.drawer-mask.is-active {
  display: block;
  z-index: 220;
  pointer-events: initial;
}

.mv-bottom {
  background: #f9f9f9;
  padding: 2vw 0;
}
@media screen and (max-width: 900px) {
  .mv-bottom {
    padding: 5vw 0 7vw;
  }
}
.mv-bottom .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mv-bottom .flex .left {
  width: 38%;
}
@media screen and (max-width: 900px) {
  .mv-bottom .flex .left {
    width: 100%;
    max-width: 60vw;
    margin: 0 auto 2.6vw;
  }
}
.mv-bottom .flex .right {
  width: 58%;
}
@media screen and (max-width: 900px) {
  .mv-bottom .flex .right {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .mv-bottom .flex {
    display: block;
  }
}
.mv-bottom .flex span {
  display: inline-block;
}
.mv-bottom .flex span img {
  vertical-align: baseline;
}
.mv-bottom .text {
  font-size: 1.0526315789vw;
  font-weight: 500;
  background: #fff;
  padding: 0.5263157895vw 1.0526315789vw;
  border-radius: 20px;
  border: 1px solid #adaaaa;
  white-space: nowrap;
}
@media screen and (min-width: 1300px) {
  .mv-bottom .text {
    font-size: 20px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 900px) {
  .mv-bottom .text {
    font-size: 2.35vw;
    padding: 1.3vw 2.6vw;
  }
}
.mv-bottom .heading-text {
  margin-bottom: 0.7894736842vw;
}
@media screen and (min-width: 1300px) {
  .mv-bottom .heading-text {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 900px) {
  .mv-bottom .heading-text {
    margin-bottom: 1.3vw;
  }
}
.mv-bottom .heading-text span {
  width: 1.5789473684vw;
  text-align: center;
}
@media screen and (min-width: 1300px) {
  .mv-bottom .heading-text span {
    width: 30px;
  }
}
@media screen and (max-width: 900px) {
  .mv-bottom .heading-text span {
    width: 2vw;
  }
}
.mv-bottom .heading-text span img {
  width: 0.5263157895vw;
  min-width: 0.5263157895vw;
}
@media screen and (min-width: 1300px) {
  .mv-bottom .heading-text span img {
    width: 10px;
    min-width: 10px;
  }
}
@media screen and (max-width: 900px) {
  .mv-bottom .heading-text span img {
    width: 1.3vw;
    max-width: 1.3vw;
  }
}
.mv-bottom .bottom-text span {
  width: 1.5789473684vw;
  text-align: center;
}
@media screen and (min-width: 1300px) {
  .mv-bottom .bottom-text span {
    width: 30px;
  }
}
@media screen and (max-width: 900px) {
  .mv-bottom .bottom-text span {
    width: 2vw;
  }
}
.mv-bottom .bottom-text span img {
  width: 0.7368421053vw;
  min-width: 0.7368421053vw;
}
@media screen and (min-width: 1300px) {
  .mv-bottom .bottom-text span img {
    width: 14px;
    min-width: 14px;
  }
}
@media screen and (max-width: 900px) {
  .mv-bottom .bottom-text span img {
    width: 1.3vw;
    max-width: 1.3vw;
  }
}

.top1 {
  background: url(../img/top1-bg.png) no-repeat center center/cover;
}
.top1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .top1 ul li {
    width: calc(20% - 1.2631578947vw);
    margin-right: 1.5789473684vw;
  }
  .top1 ul li:nth-child(5n) {
    margin-right: 0;
  }
  .top1 ul li:nth-child(n+6) {
    margin-top: 4.2vw;
  }
}
@media screen and (min-width: 1300px) {
  .top1 ul li {
    width: calc(20% - 24px);
    margin-right: 30px;
  }
  .top1 ul li:nth-child(5n) {
    margin-right: 0;
  }
  .top1 ul li:nth-child(n+6) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 900px) {
  .top1 ul li {
    padding: 0 1.3vw;
  }
}
.top1 ul li .img {
  margin-bottom: 0.5263157895vw;
}
@media screen and (min-width: 1300px) {
  .top1 ul li .img {
    margin-bottom: 10px;
  }
}
.top1 ul li .img .wrap {
  position: relative;
  padding-top: 100%;
}
@media screen and (max-width: 900px) {
  .top1 ul li .img {
    margin-bottom: 2.6vw;
  }
}
.top1 ul li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top1 ul li .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5263157895vw;
}
@media screen and (min-width: 1300px) {
  .top1 ul li .heading {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 900px) {
  .top1 ul li .heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    margin-bottom: 1.3vw;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.top1 ul li .heading .time {
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  font-size: 0.6842105263vw;
}
@media screen and (min-width: 1300px) {
  .top1 ul li .heading .time {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  .top1 ul li .heading .time {
    font-size: 2.6vw;
  }
}
.top1 ul li .heading .category {
  min-width: 3.1578947368vw;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 0.6842105263vw;
  padding: 2px 4px 1px;
  background: #fff;
  border: 1px solid #111;
  line-height: 1;
}
@media screen and (min-width: 1300px) {
  .top1 ul li .heading .category {
    font-size: 13px;
    min-width: 60px;
  }
}
@media screen and (max-width: 900px) {
  .top1 ul li .heading .category {
    font-size: 2.6vw;
    display: inline-block;
    min-width: 12vw;
  }
}
.top1 ul li .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.7894736842vw;
}
@media screen and (min-width: 1300px) {
  .top1 ul li .middle {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1300px) {
  .top1 ul li .middle {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 900px) {
  .top1 ul li .middle {
    margin-bottom: 2.6vw;
  }
}
.top1 ul li .middle .right {
  width: 0.5263157895vw;
}
@media screen and (min-width: 1300px) {
  .top1 ul li .middle .right {
    width: 10px;
  }
}
@media screen and (max-width: 900px) {
  .top1 ul li .middle .right {
    width: 1.3vw;
  }
}
.top1 ul li .middle .name {
  font-size: 0.9473684211vw;
  font-weight: 500;
}
@media screen and (min-width: 1300px) {
  .top1 ul li .middle .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .top1 ul li .middle .name {
    font-size: 3.3vw;
  }
}
.top1 ul li .middle .title {
  font-size: 0.7894736842vw;
  font-weight: 500;
}
@media screen and (min-width: 1300px) {
  .top1 ul li .middle .title {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .top1 ul li .middle .title {
    font-size: 2.9vw;
  }
}
.top1 ul li .description {
  background: #fff;
  color: #aca9a9;
  font-size: 0.7894736842vw;
  padding: 0.36vw 0.72vw;
  margin-bottom: 0.7894736842vw;
  border-radius: 4px;
}
@media screen and (min-width: 1300px) {
  .top1 ul li .description {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 900px) {
  .top1 ul li .description {
    font-size: 2.6vw;
    padding: 1.3vw;
    margin-bottom: 2vw;
  }
}
.top1 ul .btn {
  background: #fff;
  padding: 0.26vw 0.72vw;
  border-radius: 40px;
  text-align: center;
  font-size: 0.7894736842vw;
  font-weight: 500;
  border: 1px solid #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (min-width: 1300px) {
  .top1 ul .btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .top1 ul .btn {
    font-size: 2.6vw;
    padding: 1vw 0vw !important;
  }
}
.top1 ul .btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0.7vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: 0.6842105263vw;
  background: #111;
}
@media screen and (min-width: 1300px) {
  .top1 ul .btn::after {
    width: 13px;
    right: 14px;
  }
}
@media screen and (max-width: 900px) {
  .top1 ul .btn::after {
    width: 2vw;
    right: 1vw;
  }
}
.top1 ul .btn::before {
  position: absolute;
  content: "";
  top: 44%;
  right: 0.71vw;
  -webkit-transform: translateY(-59%) rotate(45deg);
          transform: translateY(-59%) rotate(45deg);
  height: 1px;
  width: 0.3vw;
  background: rgb(17, 17, 17);
}
@media screen and (max-width: 900px) {
  .top1 ul .btn::before {
    width: 0.9vw;
    right: 0.91vw;
    top: 43%;
  }
}
.top1 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.top1 a:hover .btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #111;
  color: #fff;
}
.top1 a:hover .btn::before {
  background: #fff;
}
.top1 a:hover .btn::after {
  background: #fff;
}

.section-btn {
  text-align: center;
}
.section-btn a {
  display: inline-block;
  background: #fff;
  padding: 0.46vw 5.72vw;
  border-radius: 40px;
  text-align: center;
  font-size: 0.7894736842vw;
  font-weight: 500;
  border: 1px solid #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Rubik", sans-serif;
  position: relative;
}
@media screen and (min-width: 1300px) {
  .section-btn a {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .section-btn a {
    font-size: 2.6vw;
    padding: 2vw 15.72vw;
  }
}
.section-btn a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #111;
  color: #fff;
}
.section-btn a:hover::before {
  background: #fff;
}
.section-btn a:hover::after {
  background: #fff;
}
.section-btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0.7vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: 0.9473684211vw;
  background: #111;
}
@media screen and (min-width: 1300px) {
  .section-btn a::after {
    font-size: 18px;
    right: 14px;
  }
}
@media screen and (max-width: 900px) {
  .section-btn a::after {
    right: 1.8vw;
    width: 3vw;
  }
}
.section-btn a::before {
  position: absolute;
  content: "";
  top: 44%;
  right: 0.71vw;
  -webkit-transform: translateY(-59%) rotate(45deg);
          transform: translateY(-59%) rotate(45deg);
  height: 1px;
  width: 0.3vw;
  background: rgb(17, 17, 17);
}
@media screen and (min-width: 1300px) {
  .section-btn a::before {
    width: 7px;
    right: 14px;
  }
}
@media screen and (max-width: 900px) {
  .section-btn a::before {
    right: 1.61vw;
    width: 1vw;
    top: 46%;
  }
}

.lang {
  display: none !important;
  visibility: hidden;
  -webkit-transition: 0s;
  transition: 0s;
  height: 0;
}

.lang.active {
  display: block !important;
  visibility: visible;
  -webkit-transition: 0s;
  transition: 0s;
  height: auto;
}

.top1 ul button {
  background: transparent;
}

.top1 {
  /* スライダーの親要素が relative を持つことが前提 */
  /* 共通設定（上下中央に） */
  /* 左矢印 */
  /* 右矢印 */
  /* 画像サイズ調整（必要に応じて） */
}
.top1 .view-btn {
  margin-top: 4.8vw;
}
@media screen and (max-width: 900px) {
  .top1 .view-btn {
    margin-top: 16vw;
  }
}
.top1 .slick-slider {
  position: relative;
}
.top1 .slick-prev,
.top1 .slick-next {
  position: absolute;
  top: 108%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: none;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .top1 .slick-prev,
  .top1 .slick-next {
    top: 114%;
  }
}
.top1 .slick-prev {
  left: 0px;
  /* 外側に少し出す */
  left: initial;
  right: 9%;
}
.top1 .slick-next {
  right: 0%;
}
.top1 .slick-prev img,
.top1 .slick-next img {
  width: 6.8vw;
  height: auto;
}

.common-footer {
  background: #f7f5f5;
  padding: 2.6vw 0 0;
  /* スライダーの親要素が relative を持つことが前提 */
  /* 共通設定（上下中央に） */
  /* 左矢印 */
  /* 右矢印 */
  /* 画像サイズ調整（必要に応じて） */
}
.common-footer .inner {
  overflow-x: hidden;
  overflow-Y: hidden;
}
.common-footer .title {
  font-size: 0.7894736842vw;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-bottom: 2.1789473684vw;
}
@media screen and (min-width: 1300px) {
  .common-footer .title {
    margin-bottom: 40px;
    font-size: 15px;
  }
}
.common-footer .title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 110%;
  width: 100vw;
  height: 1px;
  background: #111;
}
@media screen and (max-width: 900px) {
  .common-footer .title {
    font-size: 3.0666666667vw;
    margin-bottom: 5.3vw;
  }
}
.common-footer .row {
  padding-bottom: 2.1789473684vw;
  overflow: hidden;
}
@media screen and (min-width: 1300px) {
  .common-footer .row {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .common-footer .row {
    padding-bottom: 16vw;
  }
}
.common-footer .row a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common-footer .row a:hover {
  opacity: 0.6;
}
.common-footer .row .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 901px) {
  .common-footer .row .flex1 .item {
    width: calc(25% - 5px);
    margin-right: 10px;
  }
}
@media screen and (max-width: 900px) {
  .common-footer .row .flex1 .item {
    padding: 0 8px;
  }
}
.common-footer .row .flex1 .img {
  margin-bottom: 0.5263157895vw;
}
@media screen and (min-width: 1300px) {
  .common-footer .row .flex1 .img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 900px) {
  .common-footer .row .flex1 .img {
    margin-bottom: 1.3vw;
  }
}
.common-footer .row .flex1 p {
  font-size: 0.7894736842vw;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (min-width: 1300px) {
  .common-footer .row .flex1 p {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .common-footer .row .flex1 p {
    font-size: 2.6vw;
  }
}
.common-footer .row .flex1 p.text1 {
  margin-bottom: 4px;
}
.common-footer .view-btn {
  margin-top: 4.8vw;
}
@media screen and (max-width: 900px) {
  .common-footer .view-btn {
    margin-top: 16vw;
  }
}
.common-footer .slick-slider {
  position: relative;
}
.common-footer .slick-prev,
.common-footer .slick-next {
  position: absolute;
  top: 130%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: none;
  padding: 0;
}
.common-footer .slick-prev {
  left: 0px;
  /* 外側に少し出す */
  left: initial;
  right: 9%;
}
.common-footer .slick-next {
  right: 0%;
}
.common-footer .slick-prev img,
.common-footer .slick-next img {
  width: 6.8vw;
  height: auto;
}
.common-footer .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .common-footer .flex2 {
    padding-bottom: 20px;
  }
}
.common-footer .flex2 li {
  margin-right: 2.1789473684vw;
  margin-bottom: 1.0526315789vw;
}
@media screen and (min-width: 1300px) {
  .common-footer .flex2 li {
    margin-right: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .common-footer .flex2 li {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.common-footer .flex2 li a {
  font-size: 0.7894736842vw;
  border-bottom: 1px solid #111;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1300px) {
  .common-footer .flex2 li a {
    font-size: 15px;
  }
}
.common-footer .flex2 li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 900px) {
  .common-footer .flex2 li a {
    font-size: 2.6vw;
    margin-right: 1.3vw;
  }
}

.banner-section {
  padding: 2.6vw 0;
}
@media screen and (max-width: 900px) {
  .banner-section .inner {
    padding: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 900px) {
  .banner-section {
    padding: 7.6vw 0 0;
  }
}
@media screen and (max-width: 900px) {
  .banner-section .sp-ul {
    width: 100%;
    overflow-x: auto;
  }
}
.banner-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .banner-section ul {
    width: 830px;
    padding-bottom: 7.6vw;
    margin-left: 10px;
  }
  .banner-section ul li {
    margin-left: 10px;
  }
}
.banner-section ul li {
  width: 19%;
}
.banner-section ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner-section ul li a:hover {
  opacity: 0.6;
}

.copyright-section {
  background: #f7f5f5;
  padding: 1.5789473684vw 0;
}
@media screen and (min-width: 1300px) {
  .copyright-section {
    padding: 30px 0;
  }
}
@media screen and (max-width: 900px) {
  .copyright-section {
    padding: 2vw 0;
  }
}

.copyright {
  font-size: 0.6842105263vw;
  text-align: center;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
@media screen and (min-width: 1300px) {
  .copyright {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  .copyright {
    font-size: 2vw;
    padding: 20px 0;
  }
}

.copyright-section2 {
  background: #cac9c9;
}

.footer-top {
  padding: 0.5263157895vw 0 2.6389473684vw;
}
@media screen and (min-width: 1300px) {
  .footer-top {
    padding: 10px 0 50px;
  }
}
@media screen and (max-width: 900px) {
  .footer-top {
    padding: 1.3vw 0 1.3vw;
    padding-bottom: 8.6vw;
  }
}

.lang-en {
  font-family: "Rubik", sans-serif;
  word-wrap: break-word;
}
.lang-en a {
  font-family: "Rubik", sans-serif;
  word-wrap: break-word;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .footer ul {
    display: block;
  }
}
.footer ul li a {
  font-weight: 500;
  display: block;
}
@media screen and (min-width: 901px) {
  .footer ul li a {
    font-size: 0.7894736842vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0 1.0526315789vw;
    border-right: 1.5px solid #111;
  }
}
@media screen and (min-width: 1300px) {
  .footer ul li a {
    font-size: 15px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 900px) {
  .footer ul li a {
    font-size: 2.6vw;
  }
}
.footer ul li a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 901px) {
  .footer ul li:last-child a {
    border-right: none;
  }
}
@media screen and (max-width: 900px) {
  .footer li {
    text-align: center;
  }
  .footer li:nth-child(1) a {
    background: #f1eeee;
    margin-bottom: 5px;
    position: relative;
  }
  .footer li:nth-child(1) a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    width: 1.86vw;
    height: 2.13vw;
    content: "";
    background: url(../img/footer-arrow-right.png) no-repeat center center/cover;
  }
  .footer li:nth-child(1) a .text::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -5.2vw;
    width: 4.4vw;
    height: 4.4vw;
    content: "";
    background: url(../img/hatena-a.png) no-repeat center center/cover;
  }
  .footer li:nth-child(2) a {
    background: #f1eeee;
    position: relative;
  }
  .footer li:nth-child(2) a .text::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -5.2vw;
    width: 4.4vw;
    height: 4.4vw;
    content: "";
    background: url(../img/i-icon-a.png) no-repeat center center/cover;
  }
  .footer li:nth-child(2) a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    width: 1.86vw;
    height: 2.13vw;
    content: "";
    background: url(../img/footer-arrow-top.png) no-repeat center center/cover;
  }
  .footer li:nth-child(3) a {
    border-top: none;
  }
  .footer li:nth-child(4) a {
    border-top: none;
  }
  .footer li a {
    border: 1px solid #c5c3c3;
    padding: 2.6vw 0;
    font-weight: 500;
    font-size: 2.6vw;
  }
  .footer li .text {
    display: inline-block;
    position: relative;
  }
}

.top2 {
  background: url(../img/mv2-bg.png) no-repeat center center/cover;
}

.top3 {
  background: url(../img/top3-bg.png) no-repeat center center/cover;
}

@media screen and (max-width: 900px) {
  .top1 ul li .heading .category {
    margin-bottom: 5px;
  }
}
body.fade-transition {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

body.is-switching-lang {
  opacity: 0;
  pointer-events: none;
}

.goods .arrow {
  width: 2vw;
  margin-left: auto;
  margin-top: 4vw;
}
.goods ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .goods ul li {
    width: calc(20% - 1.2631578947vw);
    margin-right: 1.5789473684vw;
  }
  .goods ul li:nth-child(5n) {
    margin-right: 0;
  }
  .goods ul li:nth-child(n+6) {
    margin-top: 4.2vw;
  }
}
@media screen and (min-width: 1300px) {
  .goods ul li {
    width: calc(20% - 24px);
    margin-right: 30px;
  }
  .goods ul li:nth-child(5n) {
    margin-right: 0;
  }
  .goods ul li:nth-child(n+6) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .goods ul li {
    padding: 0 1.3vw;
    width: 100%;
    margin-bottom: 5.3vw;
  }
}
@media screen and (max-width: 900px) {
  .goods ul li .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .goods ul li .flex .img {
    width: 48%;
  }
  .goods ul li .flex .contents {
    width: 48%;
  }
}
.goods ul li .img .wrap {
  position: relative;
  padding-top: 100%;
  margin-bottom: 0.7894736842vw;
}
@media screen and (min-width: 1300px) {
  .goods ul li .img .wrap {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 900px) {
  .goods ul li .img .wrap {
    margin-bottom: 2.6vw;
    margin-bottom: 0;
  }
}
.goods ul li .img .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.goods ul li .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.7894736842vw;
}
@media screen and (min-width: 1300px) {
  .goods ul li .middle {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 900px) {
  .goods ul li .middle {
    margin-bottom: 2.6vw;
  }
}
.goods ul li .middle .right {
  width: 0.5263157895vw;
}
@media screen and (min-width: 1300px) {
  .goods ul li .middle .right {
    width: 10px;
  }
}
@media screen and (max-width: 900px) {
  .goods ul li .middle .right {
    width: 1.3vw;
  }
}
.goods ul li .middle .title {
  font-size: 0.9473684211vw;
  font-weight: 500;
}
@media screen and (min-width: 901px) {
  .goods ul li .middle .title {
    margin-bottom: 1.7vw;
  }
}
@media screen and (min-width: 1300px) {
  .goods ul li .middle .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .goods ul li .middle .title {
    font-size: 3.3vw;
    margin-bottom: 4vw;
  }
}
.goods ul .btn {
  background: #fff;
  padding: 0.26vw 0.72vw;
  border-radius: 40px;
  text-align: center;
  font-size: 0.7894736842vw;
  font-weight: 500;
  border: 1px solid #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (min-width: 1300px) {
  .goods ul .btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .goods ul .btn {
    font-size: 2.6vw;
    padding: 1vw 0vw;
    max-width: 90%;
  }
}
.goods ul .btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0.7vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: 0.6842105263vw;
  background: #111;
}
@media screen and (min-width: 1300px) {
  .goods ul .btn::after {
    width: 13px;
    right: 14px;
  }
}
@media screen and (max-width: 900px) {
  .goods ul .btn::after {
    width: 2vw;
    right: 2vw;
  }
}
.goods ul .btn::before {
  position: absolute;
  content: "";
  top: 44%;
  right: 0.71vw;
  -webkit-transform: translateY(-59%) rotate(45deg);
          transform: translateY(-59%) rotate(45deg);
  height: 1px;
  width: 0.3vw;
  background: rgb(17, 17, 17);
}
@media screen and (max-width: 900px) {
  .goods ul .btn::before {
    width: 0.9vw;
    right: 1.91vw;
    top: 43%;
  }
}
.goods a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.goods a:hover .btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #111;
  color: #fff;
}
.goods a:hover .btn::before {
  background: #fff;
}
.goods a:hover .btn::after {
  background: #fff;
}

.goods2 .arrow {
  width: 2vw;
  margin-left: auto;
  margin-top: 4vw;
}
@media screen and (min-width: 901px) {
  .goods2 .main-title2 {
    font-size: 1.21vw;
  }
}
@media screen and (max-width: 900px) {
  .goods2 .main-title2 {
    display: none;
  }
}
.goods2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .goods2 ul li {
    width: calc(16.666% - 1.3157894737vw);
    margin-right: 1.5789473684vw;
  }
  .goods2 ul li:nth-child(6n) {
    margin-right: 0;
  }
  .goods2 ul li:nth-child(n+7) {
    margin-top: 4.2vw;
  }
}
@media screen and (min-width: 901px) {
  .goods2 ul li {
    width: calc(16.666% - 25px);
    margin-right: 30px;
  }
  .goods2 ul li:nth-child(6n) {
    margin-right: 0;
  }
  .goods2 ul li:nth-child(n+7) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .goods2 ul li {
    padding: 0 1.3vw;
    width: 100%;
    margin-bottom: 5.3vw;
  }
}
@media screen and (max-width: 900px) {
  .goods2 ul li .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .goods2 ul li .flex .img {
    width: 48%;
  }
  .goods2 ul li .flex .contents {
    width: 48%;
  }
}
.goods2 ul li .img .wrap {
  position: relative;
  padding-top: 100%;
  margin-bottom: 0.7894736842vw;
}
@media screen and (min-width: 1300px) {
  .goods2 ul li .img .wrap {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 900px) {
  .goods2 ul li .img .wrap {
    margin-bottom: 2.6vw;
    margin-bottom: 0;
  }
}
.goods2 ul li .img .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.goods2 ul li .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.7894736842vw;
}
@media screen and (min-width: 1300px) {
  .goods2 ul li .middle {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 900px) {
  .goods2 ul li .middle {
    margin-bottom: 2.6vw;
  }
}
.goods2 ul li .middle .right {
  width: 0.5263157895vw;
}
@media screen and (min-width: 1300px) {
  .goods2 ul li .middle .right {
    width: 10px;
  }
}
@media screen and (max-width: 900px) {
  .goods2 ul li .middle .right {
    width: 1.3vw;
  }
}
.goods2 ul li .middle .title {
  font-size: 0.9473684211vw;
  font-weight: 500;
}
@media screen and (min-width: 901px) {
  .goods2 ul li .middle .title {
    margin-bottom: 1.7vw;
  }
}
@media screen and (min-width: 1300px) {
  .goods2 ul li .middle .title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .goods2 ul li .middle .title {
    font-size: 3.3vw;
    margin-bottom: 4vw;
  }
}
.goods2 ul .btn {
  background: #fff;
  padding: 0.26vw 0.72vw;
  border-radius: 40px;
  text-align: center;
  font-size: 0.7894736842vw;
  font-weight: 500;
  border: 1px solid #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (min-width: 1300px) {
  .goods2 ul .btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .goods2 ul .btn {
    font-size: 2.6vw;
    padding: 1vw 0vw;
    max-width: 90%;
  }
}
.goods2 ul .btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0.7vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: 0.6842105263vw;
  background: #111;
}
@media screen and (min-width: 1300px) {
  .goods2 ul .btn::after {
    width: 13px;
    right: 14px;
  }
}
@media screen and (max-width: 900px) {
  .goods2 ul .btn::after {
    width: 2vw;
    right: 2vw;
  }
}
.goods2 ul .btn::before {
  position: absolute;
  content: "";
  top: 44%;
  right: 0.71vw;
  -webkit-transform: translateY(-59%) rotate(45deg);
          transform: translateY(-59%) rotate(45deg);
  height: 1px;
  width: 0.3vw;
  background: rgb(17, 17, 17);
}
@media screen and (max-width: 900px) {
  .goods2 ul .btn::before {
    width: 0.9vw;
    right: 1.91vw;
    top: 43%;
  }
}
.goods2 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.goods2 a:hover .btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #111;
  color: #fff;
}
.goods2 a:hover .btn::before {
  background: #fff;
}
.goods2 a:hover .btn::after {
  background: #fff;
}

@media screen and (max-width: 900px) {
  .common-footer .flex2 li a {
    font-size: 2.05vw;
  }
  .footer li:nth-child(2) {
    position: relative;
  }
  .footer li:nth-child(2)::before {
    position: absolute;
    content: "";
    width: 10vw;
    height: 10vw;
    right: 0;
    top: 0;
    z-index: 5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer li:nth-child(2).active {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer li:nth-child(2).active a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer li:nth-child(2).active a::after {
    -webkit-transform: rotate(180deg) translateY(1vw);
            transform: rotate(180deg) translateY(1vw);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transition: 0.3s;
  }
  .footer li:nth-child(2) a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer li:nth-child(2) a::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer li:nth-child(3) {
    display: none;
  }
  .footer li:nth-child(4) {
    display: none;
  }
  .top1 ul .btn::before {
    width: 0.9vw;
    right: 1.31vw;
    top: 45%;
  }
  .top1 ul .btn::after {
    width: 2vw;
    right: 1.5vw;
  }
}
.page-footer {
  background: #f1eeee;
  padding: 1.5789473684vw 0;
  text-align: center;
}
@media screen and (min-width: 1300px) {
  .page-footer {
    padding: 30px 0;
  }
}
.page-footer a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.7894736842vw;
  font-weight: 500;
}
@media screen and (min-width: 1300px) {
  .page-footer a {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .page-footer a {
    font-size: 2.6vw;
  }
}
.page-footer a:hover {
  opacity: 0.6;
}

.footer-top2 {
  padding-top: 2.7vw;
}

@media screen and (max-width: 900px) {
  .footer-top2 {
    background: #cac9c9;
    padding: 3.3vw 0 3.3vw;
    padding-bottom: 3.3vw;
    padding-top: 6.3vw;
  }
  .footer-top2 li:nth-child(3) a {
    background: #e6e6e6;
  }
  .footer-top2 li:nth-child(4) a {
    background: #e6e6e6;
  }
  .footer-top2 li:nth-child(5) a {
    background: #e6e6e6;
  }
  .footer-top2 li:nth-child(5) {
    display: none;
  }
}
.view-btn-add {
  margin-top: 5.8vw;
}
@media screen and (min-width: 1300px) {
  .view-btn-add {
    margin-top: 120px !important;
  }
}
@media screen and (max-width: 500px) {
  .view-btn-add {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 900px) {
  .goods ul li:last-child,
  .page-top-section ul li:last-child,
  .event .event-ul li:last-child {
    margin-bottom: 0;
  }
}

.pagenation {
  text-align: center;
  margin-top: 5.8vw;
}
.pagenation a,
.pagenation span {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 6px 12px;
  border: 1px solid #111;
  margin: 0 3px;
}
@media screen and (max-width: 900px) {
  .pagenation a,
  .pagenation span {
    padding: 3px 7px;
    margin: 0 1px;
    font-size: 10px;
  }
}
.pagenation a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagenation a:hover {
  opacity: 0.6;
}
.pagenation .center {
  border: none !important;
  font-size: 13px;
  padding: 0;
}

.goods .main-title,
.goods2 .main-title {
  font-size: 1.21vw;
  padding-bottom: 5px;
  font-weight: 700;
  border-bottom: 1px solid #111;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .goods .main-title,
  .goods2 .main-title {
    font-size: 4vw;
    margin-bottom: 25px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  overflow: auto;
}
.modal .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1300px) {
  .modal .flex {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  .modal .flex {
    margin-bottom: 4vw;
  }
}
.modal .flex .img {
  width: 52%;
}
.modal .flex .contents {
  width: 45%;
  font-size: 1.21vw;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .modal .flex .contents {
    font-size: 3.3vw;
  }
}

.btn-area .btn {
  margin-bottom: 1.0526315789vw;
}
@media screen and (max-width: 900px) {
  .btn-area .btn {
    margin-bottom: 2.6vw;
  }
}
.btn-area a {
  font-size: 1.21vw;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 20px;
  text-align: center;
  border: 1px solid #111;
  display: block;
}
@media screen and (max-width: 900px) {
  .btn-area a {
    padding: 10px;
  }
}
.btn-area a:hover {
  background: #111;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .btn-area a {
    font-size: 3.3vw;
  }
}

.attention p {
  font-size: 0.9473684211vw;
  font-weight: 500;
}
@media screen and (min-width: 1300px) {
  .attention p {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .attention p {
    font-size: 2.6vw;
  }
}

.modal-content {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 68.4210526316vw;
  margin: 10% auto;
  padding: 3.1589473684vw;
  border-radius: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1300px) {
  .modal-content {
    padding: 60px;
  }
}
@media screen and (max-width: 900px) {
  .modal-content {
    padding: 20px;
    max-width: 100%;
    width: 95%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.modal-close {
  position: absolute;
  top: -80px;
  right: 0px;
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  color: #fff;
  font-weight: 300;
  max-width: 40px;
}

body {
  background: #fff;
}

body.is-switching-lang {
  opacity: 0;
  -webkit-transition: opacity 10s ease;
  transition: opacity 10s ease;
  pointer-events: none;
  background: #fff;
}

.sub-category {
  background: #111;
}
.sub-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
}
@media screen and (max-width: 900px) {
  .sub-category ul {
    padding: 0 0px;
  }
}
.sub-category ul li {
  width: 33.333%;
  text-align: center;
}
.sub-category ul li a {
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 1.31vw;
  border: 2px solid #111;
  display: block;
  padding: 1.0526315789vw 0;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .sub-category ul li a {
    padding: 2vw 0px;
    font-size: 2.9vw;
  }
}
.sub-category ul li a:hover {
  opacity: 0.6;
}
.sub-category ul li a.active {
  color: #111;
  background: #fff;
  pointer-events: none;
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
@media screen and (max-width: 900px) {
  .sns {
    margin-top: 10px;
  }
}
.sns .left {
  font-size: 23px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  .sns .left {
    font-size: 3.3vw;
    margin-right: 10px;
  }
}
.sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sns ul li {
  margin-right: 10px;
}
@media screen and (max-width: 900px) {
  .sns ul li {
    margin-right: 6px;
  }
}
.sns ul li:last-child {
  margin-right: 0;
}
.sns ul li a {
  width: 30px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sns ul li a img {
  vertical-align: top;
}
@media screen and (max-width: 900px) {
  .sns ul li a {
    width: 5.3vw;
  }
}
.sns ul li a:hover {
  opacity: 0.6;
}

.name-heading-area {
  font-size: 1.21vw;
  padding-top: 4.6vw;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .name-heading-area {
    font-size: 4vw;
    margin-top: 30px;
  }
}
.name-heading-area .text1 {
  margin-bottom: 15px;
  margin-bottom: 5px;
}

@media screen and (min-width: 901px) {
  .artist .main-box {
    display: none;
  }
}

.main-title2 {
  margin: 0 auto;
  color: #928f8f;
  font-size: 1.4526315789vw;
  font-weight: 500;
  max-width: 35.7vw;
  margin-bottom: 0.7894736842vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (min-width: 1300px) {
  .main-title2 {
    max-width: 650px;
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .main-title2 {
    display: none;
  }
}
.main-title2::before {
  position: absolute;
  width: 20px;
  height: 1.5px;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #928f8f;
}
.main-title2::after {
  position: absolute;
  height: 20px;
  width: 1.5px;
  content: "";
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #928f8f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.artist .main-box-en .btn {
  width: 100% !important;
}
.artist .main-box-en .btn a {
  pointer-events: none;
  background: #111 !important;
  color: #fff !important;
  border-radius: 40px !important;
}
.artist .main-box-en .gray-box2 {
  display: block !important;
}
.artist .main-box {
  border: 1px solid #111;
  padding: 2.6389473684vw;
  margin-bottom: 80px;
}
@media screen and (min-width: 1300px) {
  .artist .main-box {
    padding: 50px;
  }
}
@media screen and (max-width: 900px) {
  .artist .main-box {
    padding: 2.6vw;
    padding-bottom: 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 900px) {
  .artist .main-box .sp-contents {
    display: none;
  }
}
.artist .main-box .main-title {
  margin: 0 auto;
  color: #928f8f;
  font-size: 1.0526315789vw;
  font-weight: 500;
  max-width: 39.5vw;
  margin-bottom: 0.7894736842vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 901px) {
  .artist .main-box .main-title {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .artist .main-box .main-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .artist .main-box .main-title {
    padding: 0 0 0;
    max-width: 100%;
    font-size: 2.933vw;
    margin-bottom: 2.6vw;
    position: relative;
  }
  .artist .main-box .main-title::before {
    position: absolute;
    width: 3.3vw;
    height: 1.5px;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #928f8f;
  }
  .artist .main-box .main-title::after {
    position: absolute;
    height: 3.3vw;
    width: 1.5px;
    content: "";
    right: 1.5vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #928f8f;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.artist .main-box.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.artist .main-box.active .main-title {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.artist .main-box.active .main-title::after {
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.artist .main-box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 39.5vw;
  margin: 0 auto 2.1789473684vw;
}
@media screen and (min-width: 1300px) {
  .artist .main-box .flex {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 900px) {
  .artist .main-box .flex {
    padding-top: 4vw;
    margin-bottom: 4vw;
    max-width: 100%;
  }
}
.artist .main-box .flex .btn {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .artist .main-box .flex .btn {
    width: 100%;
  }
}
.artist .main-box .flex .btn a {
  color: #111;
  display: block;
  text-align: center;
  border: 1px solid #111;
  font-size: 0.9473684211vw;
  font-weight: 700;
  padding: 0.5263157895vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1300px) {
  .artist .main-box .flex .btn a {
    font-size: 18px;
    padding: 10px;
  }
}
@media screen and (max-width: 900px) {
  .artist .main-box .flex .btn a {
    font-size: 3.3vw;
    padding: 1.3vw;
    white-space: nowrap;
  }
}
.artist .main-box .flex .btn a:hover {
  opacity: 0.6;
}
.artist .main-box .flex .btn a.active {
  background: #111;
  color: #fff;
  pointer-events: none;
}
.artist .main-box .flex .btn:first-child a {
  border-radius: 40px 0px 0 40px;
}
.artist .main-box .flex .btn:last-child a {
  border-radius: 0 40px 40px 0;
}
.artist .main-box .gray-box1 {
  background: #bdbbbb;
  padding: 3.1589473684vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1300px) {
  .artist .main-box .gray-box1 {
    padding: 60px;
  }
}
@media screen and (max-width: 900px) {
  .artist .main-box .gray-box1 {
    display: block;
  }
}
.artist .main-box .gray-box1 .item {
  width: 47%;
}
@media screen and (max-width: 900px) {
  .artist .main-box .gray-box1 .item {
    width: 100%;
  }
}
.artist .main-box .gray-box1 .gray-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .artist .main-box .gray-box1 .gray-box-flex {
    display: block;
  }
}
.artist .main-box .gray-box1 .gray-box-flex .item {
  width: 45%;
  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;
}
@media screen and (max-width: 900px) {
  .artist .main-box .gray-box1 .gray-box-flex .item {
    width: 100%;
  }
}
.artist .main-box .gray-box1 .gray-box-flex ul {
  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;
  width: 100%;
  margin-bottom: 0.7894736842vw;
}
@media screen and (min-width: 1300px) {
  .artist .main-box .gray-box1 .gray-box-flex ul {
    margin-bottom: 15px;
  }
}
.artist .main-box .gray-box1 .gray-box-flex ul:last-child {
  margin-bottom: 0;
}
.artist .main-box .gray-box1 .gray-box-flex ul li {
  width: 18%;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .artist .main-box .gray-box1 .gray-box-flex ul li:nth-child(n+6) {
    margin-top: 0.7894736842vw;
  }
}
@media screen and (min-width: 1300px) {
  .artist .main-box .gray-box1 .gray-box-flex ul li:nth-child(n+6) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 900px) {
  .artist .main-box .gray-box1 .gray-box-flex ul li {
    width: 19%;
    margin-bottom: 1.3105263158vw;
  }
}
.artist .main-box .gray-box1 .gray-box-flex ul li a {
  background: #fff;
  padding: 0.5263157895vw 1.5789473684vw;
  display: block;
  font-size: 1.2105263158vw;
  font-weight: 500;
  border: 1px solid #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1300px) {
  .artist .main-box .gray-box1 .gray-box-flex ul li a {
    padding: 10px 30px;
    font-size: 23px;
  }
}
@media screen and (max-width: 900px) {
  .artist .main-box .gray-box1 .gray-box-flex ul li a {
    font-size: 3.73vw;
  }
}
.artist .main-box .gray-box1 .gray-box-flex ul li a.active {
  background: #111;
  color: #fff;
  pointer-events: none;
}
.artist .main-box .gray-box1 .gray-box-flex ul li a:hover {
  opacity: 0.6;
}
.artist .main-box .gray-box2 {
  background: #bdbbbb;
  padding: 3.1589473684vw 5.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1300px) {
  .artist .main-box .gray-box2 {
    padding: 60px 100px;
  }
}
@media screen and (max-width: 900px) {
  .artist .main-box .gray-box2 {
    padding: 3.1589473684vw;
    display: block;
  }
}
.artist .main-box .gray-box2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0.7894736842vw;
}
@media screen and (min-width: 1300px) {
  .artist .main-box .gray-box2 ul {
    margin-bottom: 15px;
  }
}
.artist .main-box .gray-box2 ul:last-child {
  margin-bottom: 0;
}
.artist .main-box .gray-box2 ul li {
  text-align: center;
}
@media screen and (min-width: 901px) {
  .artist .main-box .gray-box2 ul li {
    width: calc(10% - 0.4736842105vw);
    margin-right: 0.5263157895vw;
  }
  .artist .main-box .gray-box2 ul li:nth-child(10n) {
    margin-right: 0;
  }
  .artist .main-box .gray-box2 ul li:nth-child(n+11) {
    margin-top: 0.7894736842vw;
  }
}
@media screen and (min-width: 1300px) {
  .artist .main-box .gray-box2 ul li {
    width: calc(10% - 9px);
    margin-right: 10px;
  }
  .artist .main-box .gray-box2 ul li:nth-child(10n) {
    margin-right: 0;
  }
  .artist .main-box .gray-box2 ul li:nth-child(n+11) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 900px) {
  .artist .main-box .gray-box2 ul li {
    width: calc(20% - 1.04vw);
    margin-right: 1.3vw;
    margin-bottom: 2vw;
  }
  .artist .main-box .gray-box2 ul li:nth-child(5n) {
    margin-right: 0;
  }
}
.artist .main-box .gray-box2 ul li a {
  background: #fff;
  padding: 0.5263157895vw 1.5789473684vw;
  display: block;
  font-size: 1.2105263158vw;
  font-weight: 500;
  border: 1px solid #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1300px) {
  .artist .main-box .gray-box2 ul li a {
    padding: 10px 30px;
    font-size: 23px;
  }
}
@media screen and (max-width: 900px) {
  .artist .main-box .gray-box2 ul li a {
    font-size: 3.73vw;
  }
}
.artist .main-box .gray-box2 ul li a.active {
  background: #111;
  color: #fff;
  pointer-events: none;
}
.artist .main-box .gray-box2 ul li a:hover {
  opacity: 0.6;
}
.artist .main-box .gray-box2 .gray-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .artist .main-box .gray-box2 .gray-box-flex {
    display: block;
  }
}
.artist .main-box .gray-box2 .gray-box-flex .item {
  width: 45%;
  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;
}
@media screen and (max-width: 900px) {
  .artist .main-box .gray-box2 .gray-box-flex .item {
    width: 100%;
  }
}
.artist .main-box .btn a.active {
  background: #000;
  color: #fff;
}
.artist .main-contents {
  margin-top: 2.6389473684vw;
}
@media screen and (min-width: 1300px) {
  .artist .main-contents {
    margin-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .artist .main-contents {
    margin-top: 4vw;
  }
}
.artist .main-contents h3 {
  font-weight: 500;
  font-size: 1.0526315789vw;
  margin-bottom: 0.5263157895vw;
}
@media screen and (min-width: 1300px) {
  .artist .main-contents h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 900px) {
  .artist .main-contents h3 {
    font-size: 4vw;
    margin-bottom: 1.3vw;
  }
}
.artist .main-contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .artist .main-contents ul li {
    width: calc(25% - 0.5921052632vw);
    margin-right: 0.7894736842vw;
  }
  .artist .main-contents ul li:nth-child(4n) {
    margin-right: 0;
  }
  .artist .main-contents ul li:nth-child(n+5) {
    margin-top: 0.7894736842vw;
  }
}
@media screen and (min-width: 1300px) {
  .artist .main-contents ul li {
    width: calc(25% - 11.25px);
    margin-right: 15px;
  }
  .artist .main-contents ul li:nth-child(4n) {
    margin-right: 0;
  }
  .artist .main-contents ul li:nth-child(n+5) {
    margin-top: 15px;
  }
}
.artist .main-contents ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7894736842vw;
  border: 1px solid #111;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.7894736842vw;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1300px) {
  .artist .main-contents ul li a {
    padding: 15px;
    font-size: 15px;
  }
}
.artist .main-contents ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 900px) {
  .artist .main-contents ul li {
    width: 100%;
    margin-bottom: 2vw;
  }
  .artist .main-contents ul li a {
    font-size: 3.0666666667vw;
    padding: 2vw;
  }
}

.common-mv-artist {
  padding-bottom: 0;
}
@media screen and (max-width: 900px) {
  .artist .main-box .gray-box1 {
    margin-bottom: 4vw;
  }
  .artist .main-box .gray-box2 {
    margin-bottom: 4vw;
  }
}
.s-modal-content {
  margin: 0 auto !important;
}
.s-modal-content .ms-title {
  font-size: 1.2105263158vw;
  font-weight: 700;
  margin-bottom: 1.3105263158vw;
  text-align: center;
}
@media screen and (min-width: 1300px) {
  .s-modal-content .ms-title {
    font-size: 23px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 900px) {
  .s-modal-content .ms-title {
    font-size: 3.3vw;
    margin-bottom: 2vw;
  }
}
.s-modal-content .ms-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  max-width: 32vw;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .s-modal-content .ms-flex {
    max-width: 100%;
  }
}
.s-modal-content .ms-flex .item1 {
  position: absolute;
  top: 0;
  left: 0;
}
.s-modal-content .ms-flex .item1::after {
  position: absolute;
}
.s-modal-content .ms-flex .item1 input {
  width: 4vw;
  height: 5vw;
  opacity: 0;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .s-modal-content .ms-flex .item1 input {
    width: 8.5vw;
    height: 11vw;
  }
}
.s-modal-content .ms-flex .item1 span {
  width: 2vw;
  display: inline-block;
  left: 1.5vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .s-modal-content .ms-flex .item1 span {
    width: 4vw;
    left: 3vw;
  }
}
.s-modal-content .ms-flex .item1 span img {
  vertical-align: baseline;
}
.s-modal-content .ms-flex .item2 {
  width: 100%;
}
.s-modal-content .ms-flex .item2 input {
  padding: 1.5789473684vw;
  border-radius: 50px;
  background: #eae7e7;
  border: none;
  font-size: 1.0526315789vw;
  font-weight: 700;
  padding-left: 4vw;
}
@media screen and (min-width: 1300px) {
  .s-modal-content .ms-flex .item2 input {
    padding: 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .s-modal-content .ms-flex .item2 input {
    font-size: 2.9vw;
    padding: 3vw;
    padding-left: 9vw;
  }
}

.event .event-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .event .event-ul li {
    width: calc(20% - 1.2631578947vw);
    margin-right: 1.5789473684vw;
  }
  .event .event-ul li:nth-child(5n) {
    margin-right: 0;
  }
  .event .event-ul li:nth-child(n+6) {
    margin-top: 4.2vw;
  }
}
@media screen and (min-width: 1300px) {
  .event .event-ul li {
    width: calc(20% - 24px);
    margin-right: 30px;
  }
  .event .event-ul li:nth-child(5n) {
    margin-right: 0;
  }
  .event .event-ul li:nth-child(n+6) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .event .event-ul li {
    padding: 0 1.3vw;
    width: 100%;
    margin-bottom: 5.3vw;
  }
}
@media screen and (max-width: 900px) {
  .event .event-ul li .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .event .event-ul li .flex .img {
    width: 48%;
  }
  .event .event-ul li .flex .contents {
    width: 48%;
  }
}
.event .event-ul li .img .wrap {
  position: relative;
  padding-top: 100%;
  margin-bottom: 0.7894736842vw;
}
@media screen and (min-width: 1300px) {
  .event .event-ul li .img .wrap {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 900px) {
  .event .event-ul li .img .wrap {
    margin-bottom: 2.6vw;
    margin-bottom: 0;
  }
}
.event .event-ul li .img .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event .event-ul li .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.7894736842vw;
}
@media screen and (min-width: 1300px) {
  .event .event-ul li .middle {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 900px) {
  .event .event-ul li .middle {
    margin-bottom: 2.6vw;
  }
}
.event .event-ul li .middle .right {
  width: 0.5263157895vw;
}
@media screen and (min-width: 1300px) {
  .event .event-ul li .middle .right {
    width: 10px;
  }
}
@media screen and (max-width: 900px) {
  .event .event-ul li .middle .right {
    width: 1.3vw;
  }
}
.event .event-ul li .middle .title {
  font-size: 0.9473684211vw;
  font-weight: 500;
}
@media screen and (min-width: 901px) {
  .event .event-ul li .middle .title {
    margin-bottom: 1.7vw;
  }
}
@media screen and (min-width: 1300px) {
  .event .event-ul li .middle .title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .event .event-ul li .middle .title {
    font-size: 3.3vw;
    margin-bottom: 4vw;
  }
}
.event .event-ul .btn {
  background: #fff;
  padding: 0.26vw 0.72vw;
  border-radius: 40px;
  text-align: center;
  font-size: 0.7894736842vw;
  font-weight: 500;
  border: 1px solid #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (min-width: 1300px) {
  .event .event-ul .btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .event .event-ul .btn {
    font-size: 2.6vw;
    padding: 1vw 0vw;
    max-width: 90%;
  }
}
.event .event-ul .btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0.7vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: 0.6842105263vw;
  background: #111;
}
@media screen and (min-width: 1300px) {
  .event .event-ul .btn::after {
    width: 13px;
    right: 14px;
  }
}
@media screen and (max-width: 900px) {
  .event .event-ul .btn::after {
    width: 2vw;
    right: 2vw;
  }
}
.event .event-ul .btn::before {
  position: absolute;
  content: "";
  top: 44%;
  right: 0.71vw;
  -webkit-transform: translateY(-59%) rotate(45deg);
          transform: translateY(-59%) rotate(45deg);
  height: 1px;
  width: 0.3vw;
  background: rgb(17, 17, 17);
}
@media screen and (max-width: 900px) {
  .event .event-ul .btn::before {
    width: 0.9vw;
    right: 1.91vw;
    top: 43%;
  }
}
.event a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.event a:hover .btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #111;
  color: #fff;
}
.event a:hover .btn::before {
  background: #fff;
}
.event a:hover .btn::after {
  background: #fff;
}
.event .arrow {
  width: 2vw;
  margin-left: auto;
  margin-top: 4vw;
}

@media screen and (min-width: 901px) {
  .event .event-ul li .middle .title {
    margin-bottom: 0;
    min-height: 4.26vw;
  }
  .goods .event-ul li .middle .title {
    margin-bottom: 0;
    min-height: 4.26vw;
  }
  .goods2 .event-ul li .middle .title {
    margin-bottom: 0;
    min-height: 4.26vw;
  }
}
@media screen and (min-width: 901px) {
  .archive-goods {
    padding-top: 0;
  }
}

.page-top-section {
  background: #fff;
}
@media screen and (min-width: 901px) {
  .page-top-section {
    padding-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section ul li a {
    position: relative;
  }
  .page-top-section ul li a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 2vw;
    height: 3vw;
    content: "";
    background: url(../img/top1-arrow.png) no-repeat center center/cover;
  }
}
.page-top-section ul li .description {
  border: 1px solid #aca9a9;
}
@media screen and (max-width: 900px) {
  .page-top-section ul li .description {
    margin-bottom: 17px !important;
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section ul {
    display: block;
  }
}
@media screen and (min-width: 901px) {
  .page-top-section ul li {
    width: calc(20% - 1.2631578947vw);
    margin-right: 1.5789473684vw;
  }
  .page-top-section ul li:nth-child(5n) {
    margin-right: 0;
  }
  .page-top-section ul li:nth-child(n+6) {
    margin-top: 4.2vw;
  }
}
@media screen and (min-width: 1300px) {
  .page-top-section ul li {
    width: calc(20% - 24px);
    margin-right: 30px;
  }
  .page-top-section ul li:nth-child(5n) {
    margin-right: 0;
  }
  .page-top-section ul li:nth-child(n+6) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section ul li {
    padding: 0 1.3vw;
    width: 100%;
    margin-bottom: 5.3vw;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section ul li .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-top-section ul li .flex .img {
    width: 48%;
  }
  .page-top-section ul li .flex .contents {
    width: 48%;
  }
}
.page-top-section ul li .img .wrap {
  position: relative;
  padding-top: 100%;
  margin-bottom: 0.7894736842vw;
}
@media screen and (min-width: 1300px) {
  .page-top-section ul li .img .wrap {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section ul li .img .wrap {
    margin-bottom: 2.6vw;
    margin-bottom: 0;
  }
}
.page-top-section ul li .img .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 900px) {
  .page-top-section ul li .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  .page-top-section ul li .heading .category {
    margin-left: 10px;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section ul li .right {
    display: none;
  }
}
.page-top-section ul li .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.7894736842vw;
}
@media screen and (min-width: 1300px) {
  .page-top-section ul li .middle {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section ul li .middle {
    margin-bottom: 2.6vw;
  }
}
.page-top-section ul li .middle .right {
  width: 0.5263157895vw;
}
@media screen and (min-width: 1300px) {
  .page-top-section ul li .middle .right {
    width: 10px;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section ul li .middle .right {
    width: 1.3vw;
  }
}
.page-top-section ul li .middle .title {
  font-size: 0.9473684211vw;
  font-weight: 500;
}
@media screen and (min-width: 901px) {
  .page-top-section ul li .middle .title {
    margin-bottom: 0vw;
  }
}
@media screen and (min-width: 1300px) {
  .page-top-section ul li .middle .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section ul li .middle .title {
    font-size: 3.3vw;
    margin-bottom: 1.3vw;
  }
}
.page-top-section ul .btn {
  background: #fff;
  padding: 0.26vw 0.72vw;
  border-radius: 40px;
  text-align: center;
  font-size: 0.7894736842vw;
  font-weight: 500;
  border: 1px solid #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (min-width: 1300px) {
  .page-top-section ul .btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section ul .btn {
    font-size: 2.6vw;
    padding: 1vw 0vw;
    max-width: 90%;
  }
}
.page-top-section ul .btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0.7vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: 0.6842105263vw;
  background: #111;
}
@media screen and (min-width: 1300px) {
  .page-top-section ul .btn::after {
    width: 13px;
    right: 14px;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section ul .btn::after {
    width: 2vw;
    right: 2vw;
  }
}
.page-top-section ul .btn::before {
  position: absolute;
  content: "";
  top: 44%;
  right: 0.71vw;
  -webkit-transform: translateY(-59%) rotate(45deg);
          transform: translateY(-59%) rotate(45deg);
  height: 1px;
  width: 0.3vw;
  background: rgb(17, 17, 17);
}
@media screen and (max-width: 900px) {
  .page-top-section ul .btn::before {
    width: 0.9vw;
    right: 1.91vw;
    top: 43%;
  }
}

.main-title3 {
  font-size: 1.21vw;
  padding-bottom: 5px;
  font-weight: 700;
  border-bottom: 1px solid #111;
  margin-bottom: 20px;
}
.main-title3 span {
  font-size: 70%;
  font-family: "m-plus-rounded-2c", sans-serif;
}
.main-title3.en {
  font-family: "Rubik", sans-serif;
}
@media screen and (min-width: 901px) {
  .main-title3.en {
    font-size: 1.5789473684vw;
  }
}
@media screen and (min-width: 1300px) {
  .main-title3.en {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  .main-title3 {
    font-size: 4vw;
    margin-bottom: 25px;
  }
}

.name-heading-area .img {
  margin-top: 1.5789473684vw;
}
@media screen and (min-width: 1300px) {
  .name-heading-area .img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .name-heading-area .img {
    margin-top: 4vw;
  }
}

.page-top-section2 {
  background: #fff;
}
@media screen and (max-width: 900px) {
  .page-top-section2 ul li a {
    position: relative;
  }
  .page-top-section2 ul li a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 2vw;
    height: 3vw;
    content: "";
    background: url(../img/top1-arrow.png) no-repeat center center/cover;
  }
}
.page-top-section2 ul li .description {
  border: 1px solid #aca9a9;
}
@media screen and (max-width: 900px) {
  .page-top-section2 ul li .description {
    margin-bottom: 17px !important;
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section2 ul {
    display: block;
  }
}
@media screen and (min-width: 901px) {
  .page-top-section2 ul li {
    width: calc(16.6666% - 1.3157894737vw);
    margin-right: 1.5789473684vw !important;
  }
  .page-top-section2 ul li:nth-child(6n) {
    margin-right: 0 !important;
  }
  .page-top-section2 ul li:nth-child(6) {
    margin-top: 0 !important;
  }
  .page-top-section2 ul li:nth-child(n+7) {
    margin-top: 4.2vw;
  }
}
@media screen and (min-width: 1300px) {
  .page-top-section2 ul li {
    width: calc(16.6666% - 25px);
    margin-right: 30px !important;
  }
  .page-top-section2 ul li:nth-child(6n) {
    margin-right: 0 !important;
  }
  .page-top-section2 ul li:nth-child(6) {
    margin-top: 0 !important;
  }
  .page-top-section2 ul li:nth-child(n+7) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section2 ul li {
    padding: 0 1.3vw;
    width: 100%;
    margin-bottom: 5.3vw;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section2 ul li .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-top-section2 ul li .flex .img {
    width: 48%;
  }
  .page-top-section2 ul li .flex .contents {
    width: 48%;
  }
}
.page-top-section2 ul li .img .wrap {
  position: relative;
  padding-top: 100%;
  margin-bottom: 0.7894736842vw;
}
@media screen and (min-width: 1300px) {
  .page-top-section2 ul li .img .wrap {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section2 ul li .img .wrap {
    margin-bottom: 2.6vw;
    margin-bottom: 0;
  }
}
.page-top-section2 ul li .img .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 900px) {
  .page-top-section2 ul li .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  .page-top-section2 ul li .heading .category {
    margin-left: 10px;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section2 ul li .right {
    display: none;
  }
}
.page-top-section2 ul li .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.7894736842vw;
}
@media screen and (min-width: 1300px) {
  .page-top-section2 ul li .middle {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section2 ul li .middle {
    margin-bottom: 2.6vw;
  }
}
.page-top-section2 ul li .middle .right {
  width: 0.5263157895vw;
}
@media screen and (min-width: 1300px) {
  .page-top-section2 ul li .middle .right {
    width: 10px;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section2 ul li .middle .right {
    width: 1.3vw;
  }
}
.page-top-section2 ul li .middle .title {
  font-size: 0.9473684211vw;
  font-weight: 500;
}
@media screen and (min-width: 901px) {
  .page-top-section2 ul li .middle .title {
    margin-bottom: 0vw;
  }
}
@media screen and (min-width: 1300px) {
  .page-top-section2 ul li .middle .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section2 ul li .middle .title {
    font-size: 3.3vw;
    margin-bottom: 1.3vw;
  }
}
.page-top-section2 ul .btn {
  background: #fff;
  padding: 0.26vw 0.72vw;
  border-radius: 40px;
  text-align: center;
  font-size: 0.7894736842vw;
  font-weight: 500;
  border: 1px solid #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (min-width: 1300px) {
  .page-top-section2 ul .btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section2 ul .btn {
    font-size: 2.6vw;
    padding: 1vw 0vw;
    max-width: 90%;
  }
}
.page-top-section2 ul .btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0.7vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: 0.6842105263vw;
  background: #111;
}
@media screen and (min-width: 1300px) {
  .page-top-section2 ul .btn::after {
    width: 13px;
    right: 14px;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section2 ul .btn::after {
    width: 2vw;
    right: 2vw;
  }
}
.page-top-section2 ul .btn::before {
  position: absolute;
  content: "";
  top: 44%;
  right: 0.71vw;
  -webkit-transform: translateY(-59%) rotate(45deg);
          transform: translateY(-59%) rotate(45deg);
  height: 1px;
  width: 0.3vw;
  background: rgb(17, 17, 17);
}
@media screen and (max-width: 900px) {
  .page-top-section2 ul .btn::before {
    width: 0.9vw;
    right: 1.91vw;
    top: 43%;
  }
}

.dis-category {
  margin-top: 4vw;
}
@media screen and (max-width: 900px) {
  .dis-category {
    margin-top: 6vw;
  }
}
.dis-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10vw;
  background: #111;
  border-radius: 150px;
  border: 2px solid #111;
}
@media screen and (max-width: 900px) {
  .dis-category ul {
    padding: 0 4vw;
  }
}
.dis-category ul li a {
  color: #fff;
  padding: 2.1789473684vw 3.1589473684vw;
  display: block;
  font-family: "Rubik", sans-serif;
  font-size: 1.0526315789vw;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1300px) {
  .dis-category ul li a {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 900px) {
  .dis-category ul li a {
    font-size: 3.0666666667vw;
  }
}
.dis-category ul li a:hover {
  opacity: 0.6;
}
.dis-category ul li a.active {
  background: #fff;
  color: #111;
  pointer-events: none;
}

.single .title {
  font-weight: 500;
  margin-bottom: 1.5789473684vw;
}
@media screen and (min-width: 1300px) {
  .single .title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .single .title {
    margin-bottom: 2.6vw;
  }
}
.single .title h1 {
  font-size: 1.2105263158vw;
  margin-bottom: 0.5263157895vw;
}
@media screen and (min-width: 1300px) {
  .single .title h1 {
    font-size: 23px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 900px) {
  .single .title h1 {
    font-size: 4vw;
  }
}
.single .title .en {
  font-size: 1.0526315789vw;
  font-family: "Rubik", sans-serif;
}
@media screen and (max-width: 900px) {
  .single .title .en {
    font-size: 3.3vw;
  }
}
.single .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .single .flex {
    display: block;
  }
}
.single .flex .img {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .single .flex .img {
    width: 100%;
    margin-bottom: 5.3vw;
  }
}
.single .flex .contents {
  width: 46%;
}
@media screen and (max-width: 900px) {
  .single .flex .contents {
    width: 100%;
  }
}
.single .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.0526315789vw;
}
@media screen and (max-width: 900px) {
  .single .heading {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    margin-bottom: 2.6vw;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.single .heading .time {
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  font-size: 0.6842105263vw;
  margin-right: 10px;
}
@media screen and (min-width: 1300px) {
  .single .heading .time {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  .single .heading .time {
    font-size: 2.6vw;
  }
}
.single .heading .category {
  min-width: 3.1578947368vw;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 0.6842105263vw;
  padding: 2px 4px 1px;
  background: #fff;
  border: 1px solid #111;
  line-height: 1;
}
@media screen and (min-width: 1300px) {
  .single .heading .category {
    font-size: 13px;
    min-width: 60px;
  }
}
@media screen and (max-width: 900px) {
  .single .heading .category {
    font-size: 2.6vw;
    display: inline-block;
    min-width: 12vw;
  }
}
.single .sub-title {
  font-size: 1.0526315789vw;
  font-weight: 500;
  margin-bottom: 1.5789473684vw;
}
@media screen and (min-width: 1300px) {
  .single .sub-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .single .sub-title {
    font-size: 3.0666666667vw;
    margin-bottom: 4vw;
  }
}
.single .price {
  font-size: 1.5789473684vw;
  font-weight: 500;
  text-align: right;
}
@media screen and (min-width: 1300px) {
  .single .price {
    dominant-baseline: 30px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  .single .price {
    font-size: 4.8vw;
  }
}
.single .price span {
  font-size: 70%;
}
.single .btn {
  margin-bottom: 1.0526315789vw;
}
@media screen and (max-width: 900px) {
  .single .btn {
    margin-bottom: 5.3vw;
  }
}
.single .btn a {
  font-size: 0.9473684211vw;
  font-weight: 500;
  color: #fff;
  display: block;
  padding: 1.0526315789vw 0;
  background: #111;
  text-align: center;
  border: 1px solid #111;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1300px) {
  .single .btn a {
    font-size: 18px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 900px) {
  .single .btn a {
    font-size: 3.3vw;
    padding: 2.6vw 0;
  }
}
.single .btn a:hover {
  background: #fff;
  color: #111;
}
.single .btn.btn2 {
  margin-bottom: 0;
}
.single .btn.btn2 a {
  background: #fff;
  color: #111;
}
.single .btn.btn2 a:hover {
  background: #111;
  color: #fff;
}
.single .text1 {
  font-size: 0.9473684211vw;
  font-weight: 500;
  margin-bottom: 2.6389473684vw;
}
@media screen and (min-width: 1300px) {
  .single .text1 {
    margin-bottom: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .single .text1 {
    font-size: 3.3vw;
    margin-bottom: 5.3vw;
  }
}
.single .text2 {
  font-size: 0.9473684211vw;
  font-weight: 500;
  margin-bottom: 1.5789473684vw;
}
@media screen and (min-width: 1300px) {
  .single .text2 {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .single .text2 {
    font-size: 3.3vw;
    margin-bottom: 5.3vw;
  }
}
.single .back {
  margin-top: 5.7vw;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .single .back {
    text-align: left;
    margin-top: 7vw;
  }
}
.single .back a {
  display: inline-block;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.9473684211vw;
}
@media screen and (min-width: 1300px) {
  .single .back a {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .single .back a {
    font-size: 3.3vw;
  }
}
.single .back a:hover {
  opacity: 0.6;
}

#single-detail .s-modal-content {
  margin: 10% auto !important;
}
#single-detail .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.6389473684vw;
}
@media screen and (min-width: 1300px) {
  #single-detail .flex {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  #single-detail .flex {
    padding-bottom: 30px;
  }
}
#single-detail .flex .img {
  width: 58%;
}
@media screen and (max-width: 900px) {
  #single-detail .flex .img {
    width: 50%;
  }
}
#single-detail .flex .contents {
  width: 38%;
}
@media screen and (max-width: 900px) {
  #single-detail .flex .contents {
    width: 45%;
  }
}
#single-detail .flex .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.0526315789vw;
}
@media screen and (max-width: 900px) {
  #single-detail .flex .heading {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    margin-bottom: 2.6vw;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
#single-detail .flex .heading .time {
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  font-size: 0.6842105263vw;
  margin-right: 10px;
}
@media screen and (min-width: 1300px) {
  #single-detail .flex .heading .time {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  #single-detail .flex .heading .time {
    font-size: 2.6vw;
  }
}
#single-detail .flex .heading .category {
  min-width: 3.1578947368vw;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 0.6842105263vw;
  padding: 2px 4px 1px;
  background: #fff;
  border: 1px solid #111;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  #single-detail .flex .heading .category {
    font-size: 2.6vw;
    display: inline-block;
    min-width: 12vw;
  }
}
#single-detail .flex .sub-title1 {
  font-size: 1.2105263158vw;
  font-weight: 500;
}
@media screen and (min-width: 1300px) {
  #single-detail .flex .sub-title1 {
    font-size: 23px;
  }
}
@media screen and (max-width: 900px) {
  #single-detail .flex .sub-title1 {
    font-size: 3.0666666667vw;
  }
}
#single-detail .flex .sub-title2 {
  font-size: 1.0526315789vw;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  #single-detail .flex .sub-title2 {
    font-size: 3.0666666667vw;
  }
}
#single-detail .en-tax {
  margin-top: 0;
  line-height: 1;
  font-size: 50%;
}
#single-detail .row {
  margin-bottom: 2.6389473684vw;
}
@media screen and (min-width: 1300px) {
  #single-detail .row {
    margin-bottom: 50px;
  }
}
#single-detail .row:last-child {
  margin-bottom: 0;
}
#single-detail .row .row-title {
  font-size: 1.2105263158vw;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (min-width: 1300px) {
  #single-detail .row .row-title {
    font-size: 23px;
  }
}
@media screen and (max-width: 900px) {
  #single-detail .row .row-title {
    font-size: 3.0666666667vw;
  }
}
#single-detail .row .row-title span {
  display: inline-block;
  width: 1.3105263158vw;
  margin-right: 5px;
}
@media screen and (min-width: 1300px) {
  #single-detail .row .row-title span {
    width: 25px;
  }
}
#single-detail .row .row-title span img {
  vertical-align: baseline;
  position: relative;
  top: 0.2vw;
}
#single-detail .row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  #single-detail .row ul li {
    width: calc(33.33% - 13.3333333333px);
    margin-right: 20px;
  }
  #single-detail .row ul li:nth-child(3n) {
    margin-right: 0;
  }
  #single-detail .row ul li:nth-child(n+4) {
    margin-top: 15px;
  }
  #single-detail .row ul li a {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #single-detail .row ul li a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 900px) {
  #single-detail .row ul li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  #single-detail .row ul li:nth-child(2n) {
    margin-right: 0;
  }
  #single-detail .row ul li:nth-child(n+3) {
    margin-top: 15px;
  }
  #single-detail .row ul li a {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #single-detail .row ul li a:hover {
    opacity: 0.6;
  }
}
#single-detail .sub-title3 {
  font-size: 1.0526315789vw;
  font-weight: 500;
  margin-top: 1.5789473684vw;
}
@media screen and (min-width: 1300px) {
  #single-detail .sub-title3 {
    margin-top: 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  #single-detail .sub-title3 {
    font-size: 3.0666666667vw;
    padding-top: 40px;
    border-top: 1px solid #111;
  }
}
#single-detail .sub-title4 {
  font-size: 1.0526315789vw;
  font-weight: 500;
  margin-top: 1.5789473684vw;
}
@media screen and (min-width: 1300px) {
  #single-detail .sub-title4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  #single-detail .sub-title4 {
    font-size: 2.9vw;
  }
}
#single-detail .price {
  font-size: 1.5789473684vw;
  font-weight: 500;
  text-align: right;
  margin-bottom: 2.6389473684vw;
  margin-top: 2.6389473684vw;
  line-height: 1;
}
@media screen and (min-width: 1300px) {
  #single-detail .price {
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  #single-detail .price {
    font-size: 4.8vw;
  }
}
#single-detail .price span {
  font-size: 70%;
}

.search2-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 35.7vw;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .search2-flex {
    margin-top: -5vw;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 900px) {
  .search2-flex {
    margin-top: -1vw;
    max-width: 100%;
    margin-bottom: 60px;
  }
}
.search2-flex .item {
  width: 47%;
}
@media screen and (max-width: 900px) {
  .search2-flex .item {
    width: 48.5%;
  }
}
.search2-flex .search2-title {
  font-size: 0.9473684211vw;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 1300px) {
  .search2-flex .search2-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .search2-flex .search2-title {
    font-size: 2.9vw;
    margin-bottom: 15px;
  }
}
.search2-flex .select-wrap {
  position: relative;
}
.search2-flex .select-wrap::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5%;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/top1-arrow-bottom.png) no-repeat center center/cover;
  pointer-events: none;
}
.search2-flex select {
  padding: 10px;
  text-align: center;
  font-size: 0.9473684211vw;
  font-weight: 500;
}
@media screen and (min-width: 1300px) {
  .search2-flex select {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .search2-flex select {
    font-size: 2.9vw;
  }
}
.search2-flex select option {
  text-align: center;
}

@media screen and (max-width: 900px) {
  .year-section .year-section-flex {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .search2-flex {
    margin-top: -1vw;
    max-width: 100%;
    margin-bottom: 90px;
  }
}
.year-section {
  display: none;
  position: absolute;
  top: 120%;
  border: 1px solid #111;
  width: 100%;
}
.year-section .year-section-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d5d8d5;
  padding: 0.7894736842vw;
}
@media screen and (min-width: 1300px) {
  .year-section .year-section-flex {
    padding: 15px;
  }
}
@media screen and (max-width: 900px) {
  .year-section .year-section-flex {
    padding: 1.3vw;
  }
}
.year-section .year-section-flex .left {
  font-size: 0.7894736842vw;
  font-weight: 500;
  white-space: nowrap;
  margin-right: 1vw;
}
@media screen and (min-width: 1300px) {
  .year-section .year-section-flex .left {
    font-size: 15px;
    margin-right: 19px;
  }
}
@media screen and (max-width: 900px) {
  .year-section .year-section-flex .left {
    font-size: 3.0666666667vw;
    margin-right: 2vw;
  }
}
.year-section .year-section-flex .left span {
  display: inline-block;
  width: 0.94vw;
}
.year-section .year-section-flex .left span img {
  vertical-align: text-top;
}
@media screen and (max-width: 900px) {
  .year-section .year-section-flex .left span {
    width: 3.74vw;
  }
}
.year-section .year-section-flex .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-right: 30px;
}
@media screen and (max-width: 900px) {
  .year-section .year-section-flex .right {
    margin-right: 0;
  }
}
.year-section .year-section-flex .right .item1 {
  width: 48%;
}
@media screen and (max-width: 900px) {
  .year-section .year-section-flex .right .item1 {
    width: 49%;
  }
}
.year-section .year-section-flex .right .item1 select {
  width: 100%;
  text-align: left !important;
  padding: 4px 10px;
}
.year-section .item1 {
  position: relative;
}
.year-section .item1::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5%;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/top1-arrow-bottom.png) no-repeat center center/cover;
  pointer-events: none;
}

.event .search2 {
  margin-top: 80px;
}
.event .search2-flex {
  margin-top: 0;
}

.ip-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .ip-ul li {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .ip-ul li:nth-child(2n) {
    margin-right: 0;
  }
  .ip-ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .ip-ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.ip-ul li a {
  padding: 20px;
  display: block;
  border: 1px solid #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ip-ul li a:hover {
  opacity: 0.6;
}
.ip-ul li a .category {
  min-width: 3.1578947368vw;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 0.6842105263vw;
  padding: 2px 4px 1px;
  background: #fff;
  border: 1px solid #111;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 1300px) {
  .ip-ul li a .category {
    font-size: 13px;
    min-width: 60px;
  }
}
@media screen and (max-width: 900px) {
  .ip-ul li a .category {
    font-size: 2.6vw;
    display: inline-block;
    min-width: 12vw;
  }
}
.ip-ul li a .title {
  font-size: 0.9473684211vw;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (min-width: 1300px) {
  .ip-ul li a .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .ip-ul li a .title {
    font-size: 3.3vw;
  }
}
.ip-ul li a .img {
  width: 33%;
}
.ip-ul li a .img .wrap {
  position: relative;
  padding-top: 100%;
}
@media screen and (max-width: 900px) {
  .ip-ul li a .img {
    margin-bottom: 2.6vw;
  }
}
.ip-ul li a .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ip-ul li a .contents {
  width: 62%;
}
.ip-ul li a .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.result {
  padding: 120px 0 80px;
}
@media screen and (max-width: 900px) {
  .result {
    padding: 30px 0;
  }
}
.result .ms-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  max-width: 32vw;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .result .ms-flex {
    max-width: 100%;
  }
}
.result .ms-flex .item1 {
  position: absolute;
  top: 0;
  left: 0;
}
.result .ms-flex .item1::after {
  position: absolute;
}
.result .ms-flex .item1 input {
  width: 4vw;
  height: 5vw;
  opacity: 0;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .result .ms-flex .item1 input {
    width: 8.5vw;
    height: 11vw;
  }
}
.result .ms-flex .item1 span {
  width: 2vw;
  display: inline-block;
  left: 1.5vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .result .ms-flex .item1 span {
    width: 4vw;
    left: 3vw;
  }
}
.result .ms-flex .item1 span img {
  vertical-align: baseline;
}
.result .ms-flex .item2 {
  width: 100%;
}
.result .ms-flex .item2 input {
  padding: 1.5789473684vw;
  border-radius: 50px;
  background: #eae7e7;
  border: none;
  font-size: 1.0526315789vw;
  font-weight: 700;
  padding-left: 4vw;
}
@media screen and (min-width: 1300px) {
  .result .ms-flex .item2 input {
    padding: 30px;
    border-radius: 50px;
    background: #eae7e7;
    border: none;
    font-size: 20px;
    font-weight: 700;
    padding-left: 75px;
  }
}
@media screen and (max-width: 900px) {
  .result .ms-flex .item2 input {
    font-size: 2.9vw;
    padding: 3vw;
    padding-left: 9vw;
  }
}

.result-text {
  text-align: center;
  margin-top: 30px;
  font-weight: 700;
  text-align: center;
  font-size: 1.0526315789vw;
}
@media screen and (min-width: 1300px) {
  .result-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .result-text {
    text-align: left;
    font-size: 2.6vw;
    margin-top: 15px;
  }
}

.sub-category2 {
  background: #111;
}
.sub-category2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
}
@media screen and (max-width: 900px) {
  .sub-category2 ul {
    padding: 0 0px;
  }
}
.sub-category2 ul li {
  width: 16.66%;
  text-align: center;
}
.sub-category2 ul li a {
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 1.31vw;
  border: 2px solid #111;
  display: block;
  padding: 1.0526315789vw 0;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
@media screen and (min-width: 1300px) {
  .sub-category2 ul li a {
    padding: 20px 0;
  }
}
@media screen and (max-width: 900px) {
  .sub-category2 ul li a {
    padding: 2vw 0px;
    font-size: 2.3vw;
  }
}
.sub-category2 ul li a:hover {
  opacity: 0.6;
}
.sub-category2 ul li a.active {
  color: #111;
  background: #fff;
  pointer-events: none;
}

.view-btn2 {
  margin-top: 4vw;
}
@media screen and (max-width: 900px) {
  .view-btn2 {
    margin-top: 4vw;
  }
}

@media screen and (min-width: 901px) {
  .artist2 {
    padding-top: 0;
  }
}
.artist2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .artist2 ul li {
    width: calc(50% - 0.7894736842vw);
    margin-right: 1.5789473684vw;
  }
  .artist2 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .artist2 ul li:nth-child(n+3) {
    margin-top: 0.7894736842vw;
  }
}
@media screen and (min-width: 1300px) {
  .artist2 ul li {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .artist2 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .artist2 ul li:nth-child(n+3) {
    margin-top: 15px;
  }
}
.artist2 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7894736842vw;
  border: 1px solid #111;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.7894736842vw;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1300px) {
  .artist2 ul li a {
    font-size: 15px;
    padding: 15px;
  }
}
.artist2 ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 900px) {
  .artist2 ul li {
    width: 100%;
    margin-bottom: 2vw;
  }
  .artist2 ul li a {
    font-size: 3.0666666667vw;
    padding: 2vw;
  }
}

@media screen and (min-width: 901px) {
  .event2 {
    padding-top: 0;
  }
}

.goods4,
.event3,
.page-top-section3,
.artist3 {
  background: #fff;
  padding-top: 6.68vw;
}
@media screen and (max-width: 900px) {
  .goods4,
  .event3,
  .page-top-section3,
  .artist3 {
    padding-top: 10.06vw;
  }
}

@media screen and (min-width: 901px) {
  .inner {
    max-width: 900px;
    padding: 0 40px;
  }
}
.mv-bottom .text {
  overflow: hidden;
}

@media screen and (min-width: 1300px) {
  .inner {
    max-width: 1300px;
    padding: 0 40px;
  }
  .header-inner {
    padding: 0 40px;
  }
  .mv-bottom .heading-text {
    font-size: 20px;
  }
  .mv-bottom .text {
    font-size: 20px;
  }
  .header .logo {
    max-width: 500px;
    margin-right: 40px;
  }
  .header nav ul li a .en {
    font-size: 22px;
  }
  .header nav ul li a .ja {
    font-size: 14px;
  }
  .header nav ul li {
    margin-right: 40px;
  }
  .header .search {
    max-width: 25px;
    min-width: 25px;
  }
  .s-modal-content .ms-title {
    font-size: 25px;
  }
  .s-modal-content .ms-flex .item2 input {
    font-size: 20px;
  }
  .s-modal-content .ms-flex .item1 span {
    width: 25px;
    display: inline-block;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    position: absolute;
    pointer-events: none;
  }
  .s-modal-content .ms-flex {
    max-width: 600px;
  }
  .top1 ul li .description {
    font-size: 15px;
  }
  .top1 ul li .heading .time {
    font-size: 13px;
  }
  .top1 ul li .heading .category {
    font-size: 13px;
  }
  .section-title .en {
    font-size: 60px;
  }
  .section-title .ja {
    font-size: 20px;
  }
  .common-lang button {
    font-size: 18px;
  }
  .top1 ul li .middle .name {
    font-size: 18px;
  }
  .top1 ul li .middle .title {
    font-size: 15px;
  }
  .top1 ul li .middle .right {
    width: 10px;
  }
  .top1 ul .btn {
    font-size: 15px;
    padding: 5px 13px;
  }
  .top1 ul li:nth-child(n+6) {
    margin-top: 60px;
  }
  .section-btn a {
    font-size: 15px;
  }
  .section-btn a::after {
    right: 14px;
  }
  .common-footer .title {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .common-footer .row {
    padding-bottom: 40px;
  }
  .common-footer .flex2 li a {
    font-size: 15px;
  }
  .section-btn a {
    padding: 10px 100px;
  }
  .footer ul li a {
    font-size: 15px;
  }
  .copyright {
    font-size: 13px;
  }
  .copyright-section {
    padding: 30px 0;
  }
  .common-footer .row .flex1 p.text1 {
    font-size: 15px;
  }
  .common-footer .row .flex1 p {
    font-size: 15px;
  }
  .common-mv .title .en {
    font-size: 60px;
  }
  .common-mv .title .ja {
    font-size: 20px;
  }
  .section {
    padding: 120px 0;
  }
  .search2-flex {
    max-width: 650px;
  }
  .search2-flex {
    margin-top: -100px;
    margin-bottom: 60px;
  }
  .main-title3 {
    font-size: 23px;
  }
  .pagenation {
    margin-top: 120px;
  }
  .footer-top {
    padding-top: 50px;
  }
  .artist .main-box .flex {
    max-width: 650px;
  }
  .artist .main-box .main-title {
    max-width: 650px;
  }
  .event .event-ul li .middle .title {
    min-height: 85px;
  }
  .goods .main-title,
  .goods2 .main-title {
    font-size: 23px;
  }
  .goods ul .btn {
    padding: 5px 10px;
  }
  .goods ul li .middle .title {
    margin-bottom: 35px;
  }
  .name-heading-area {
    font-size: 23px;
    padding-top: 90px;
  }
  .header {
    padding: 20px 0;
  }
  body {
    padding-top: 83.8px;
  }
  .sub-category ul li a {
    font-size: 25px;
    padding: 20px 0;
  }
  .single .title .en {
    font-size: 20px;
  }
  .single .sub-title {
    font-size: 20px;
  }
  .single .price {
    font-size: 30px;
  }
  .single .back {
    font-size: 16px;
    margin-top: 80px;
  }
  .single .heading {
    margin-bottom: 20px;
  }
  .single .btn {
    margin-bottom: 20px;
  }
  .modal-content {
    max-width: 1000px;
  }
  #single-detail .flex .sub-title2 {
    font-size: 20px;
  }
  #single-detail .flex .heading .category {
    font-size: 15px;
    min-width: initial;
  }
  #single-detail .flex .heading {
    margin-bottom: 20px;
  }
  .modal .flex .contents {
    font-size: 23px;
  }
  .btn-area a {
    font-size: 23px;
  }
  .btn-area .btn {
    margin-bottom: 30px;
  }
  .dis-category ul li a {
    font-size: 20px;
  }
  .dis-category ul {
    padding: 0 80px;
  }
  .dis-category {
    margin-top: 70px;
  }
  .sub-category2 ul li a {
    font-size: 25px;
  }
  .result .ms-flex {
    max-width: 600px;
  }
  .result .ms-flex .item1 input {
    width: 75px;
    height: 95px;
    opacity: 0;
    cursor: pointer;
  }
  .result .ms-flex .item1 span {
    width: 35px;
    left: 30px;
  }
  .view-btn2,
  .top1 .view-btn {
    margin-top: 70px;
  }
  .s-modal-content .ms-flex .item2 input {
    padding-left: 75px;
  }
  .s-modal-content .ms-flex .item1 input {
    width: 91px;
    height: 91px;
  }
  .s-modal-content .ms-flex .item1 span {
    width: 27px;
    display: inline-block;
    left: 30px;
    top: 53%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    position: absolute;
    pointer-events: none;
  }
}
@media screen and (max-width: 900px) {
  footer li:nth-child(2) a::after {
    background: url(../img/footer-arrow-bottom.png) no-repeat center center/cover !important;
  }
}
.ticker .text2 {
  white-space: nowrap;
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.ticker-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: visible;
}

.ticker ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mv-bottom .text {
  position: relative;
}

.mv-bottom .heading-text {
  padding-right: 0;
  padding-left: 0px;
}

.mv-bottom .heading-text span {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ticker .text2 {
  padding-right: 50px;
}

@-webkit-keyframes tickerScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes tickerScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.mv-bottom .text {
  height: 4vw;
}
@media screen and (min-width: 1300px) {
  .mv-bottom .text {
    height: 45px;
  }
}
@media screen and (max-width: 900px) {
  .mv-bottom .text {
    height: 6vw;
  }
}

@keyframes tickerScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.ticker .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ticker-inner {
  overflow: visible;
  white-space: nowrap;
  width: 100%;
  position: relative;
}

.ticker li {
  margin: 0 40px;
  white-space: nowrap;
  position: relative;
  margin: 0;
}
.ticker li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .ticker li {
    margin: 0 20px;
  }
}

.mv-bottom .heading-text span {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
}
.mv-bottom .heading-text span img {
  vertical-align: middle;
}

.mv-bottom .heading-text span img {
  min-width: 12px;
  width: 12px;
}

.mv-bottom .bottom-text span {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
}
.mv-bottom .bottom-text span img {
  vertical-align: middle;
}

.mv-bottom .heading-text span img {
  min-width: 14px;
  width: 14px;
}

.mv-bottom .bottom-text span img {
  min-width: 18px;
  width: 18px;
}

@media screen and (min-width: 1300px) {
  .mv-bottom .text {
    height: 45px;
  }
}
@media screen and (max-width: 1300px) {
  .ticker .text2 {
    padding-right: 3vw;
  }
  .mv-bottom .bottom-text span {
    left: 15px;
    width: 22px;
  }
  .mv-bottom .heading-text span {
    left: 15px;
    width: 22px;
  }
  .mv-bottom .bottom-text span img {
    min-width: 1.1vw;
    width: 1.1vw;
  }
  .mv-bottom .heading-text span img {
    min-width: 0.8vw;
    width: 0.8vw;
  }
}
@media screen and (max-width: 900px) {
  .mv-bottom .heading-text span {
    width: 2vw !important;
  }
  .mv-bottom .bottom-text span {
    width: 2vw !important;
  }
  .ticker .text2 {
    height: auto;
  }
  .mv-bottom .heading-text span img {
    min-width: 1.7vw;
    width: 1.7vw;
  }
  .mv-bottom .bottom-text span img {
    min-width: 2.3vw;
    width: 2.3vw;
  }
}
.ticker .text2 {
  height: auto;
}

.mv-bottom .text {
  height: auto;
}

.mv-bottom .bottom-text span {
  z-index: 3;
}

.mv-bottom .heading-text span {
  z-index: 3;
}

.mv-bottom .heading-text span img {
  position: relative;
  top: -2px;
}

.mv-bottom .bottom-text span img {
  position: relative;
  top: -2px;
}

.page-top-section2 ul li a {
  display: block;
}

@media screen and (min-width: 1300px) {
  .year-section .year-section-flex .left span img {
    position: relative;
    top: 2px;
  }
}
.pagenation a.current,
.pagenation span.current {
  background: #111;
  color: #fff;
}

.ip-ul li a {
  display: block;
  position: relative;
}
.ip-ul li a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 2vw;
  height: 3vw;
  width: 10px;
  height: 15px;
  right: 20px;
  content: "";
  background: url(../img/top1-arrow.png) no-repeat center center/cover;
}
@media screen and (max-width: 900px) {
  .ip-ul li a::after {
    width: 2vw;
    height: 3vw;
  }
}

.search2-flex {
  position: relative;
}

.add-text20250522 {
  position: absolute;
  top: 120%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 130%;
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 1300px) {
  .add-text20250522 {
    font-size: 1vw;
  }
}
@media screen and (max-width: 900px) {
  .add-text20250522 {
    width: 100%;
    font-size: 12px;
  }
}

.page-top-section ul li a {
  display: block;
}

@media screen and (min-width: 1300px) {
  .sub-category ul li a {
    font-size: 22px;
    padding: 8px 0;
  }
}
@media screen and (max-width: 900px) {
  .sub-category ul li a {
    font-size: 1.9vw;
    padding: 0.8vw 3vw;
  }
  .sub-category ul li {
    width: initial;
  }
  .sub-category ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 500px) {
  .sub-category ul li a {
    font-size: 2.9vw;
    padding: 1vw 4vw;
  }
  .sub-category ul li a.active {
    padding: 1vw 4vw;
  }
}
@media screen and (max-width: 1300px) {
  .sns .left {
    font-size: 1.5vw;
  }
  .sns ul li a {
    width: 2vw;
  }
}
.sns-inner {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

@media screen and (max-width: 500px) {
  .sns ul li a {
    width: 5.3vw;
  }
  .sns .left {
    font-size: 3.3vw;
  }
}
.dis-category ul li a {
  padding: 1.1789473684vw 3.1589473684vw;
}

@media screen and (min-width: 1300px) {
  .dis-category ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.single .btn a {
  padding: 10px 0;
  width: 33%;
  margin: 0 auto;
}

@media screen and (max-width: 1300px) {
  .single .btn a {
    padding: 0.7vw 0;
  }
  .single .price {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 900px) {
  .single .btn a {
    padding: 7px 0;
    width: 100%;
    margin: 0 auto;
  }
  .dis-category ul li a {
    font-size: 1.9vw;
  }
  .single .price {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 500px) {
  .dis-category ul li a {
    font-size: 2.9vw;
  }
}
.add-flex20250522 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .add-flex20250522 {
    display: block;
  }
}

.common-h2-flex12 {
  margin-bottom: 0;
}

@media screen and (max-width: 900px) {
  #single-detail .s-modal-content {
    margin: 34% auto !important;
  }
}
@media screen and (max-width: 500px) {
  #single-detail .s-modal-content {
    margin: 10% auto !important;
  }
}
@media screen and (max-width: 900px) {
  .modal-content {
    margin: 34% auto !important;
  }
}
@media screen and (max-width: 500px) {
  .modal-content {
    margin: 10% auto !important;
  }
}
@media screen and (max-width: 900px) {
  #single-detail .row .row-title span {
    display: inline-block;
    width: 3.3vw;
    margin-right: 4px;
  }
  #single-detail .row:last-child .row-title span {
    width: 3.8vw;
  }
  #single-detail .row .row-title span img {
    vertical-align: baseline;
    position: relative;
    top: 0.4vw;
  }
}
@media screen and (min-width: 1300px) {
  .sub-category2 ul li a {
    font-size: 22px;
    padding: 8px 0;
  }
}
@media screen and (max-width: 900px) {
  .sub-category2 ul li a {
    font-size: 1.9vw;
    padding: 0.8vw 3vw;
  }
  .sub-category2 ul li {
    width: initial;
  }
  .sub-category2 ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 500px) {
  .sub-category2 ul li a {
    font-size: 2.5vw;
    padding: 1vw 2vw;
  }
  .sub-category2 ul li a.active {
    padding: 1vw 2vw;
  }
  .ip-ul li a .img {
    margin-bottom: 0;
  }
}
.section-btn a {
  white-space: nowrap;
}

body,
html {
  overflow-x: hidden;
}

@media screen and (max-width: 900px) {
  .view-btn2 {
    margin-top: 8vw;
  }
  .pagenation {
    margin-top: 8vw;
  }
  .page-footer {
    margin-top: 50px;
  }
  .ip-ul li a {
    padding: 10px;
  }
  .ip-ul li a::after {
    right: 10px;
  }
}
.mv-bottom .text {
  padding-left: 0;
  padding-right: 0;
}
.mv-bottom .wrap {
  margin-left: 55px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .mv-bottom .wrap {
    margin-left: 3.8vw;
  }
}
@media screen and (max-width: 900px) {
  .mv-bottom .wrap {
    margin-left: 6vw;
  }
}
@media screen and (max-width: 500px) {
  .mv-bottom .wrap {
    margin-left: 7.5vw;
  }
}

.year-section .year-section-flex .left span {
  position: relative;
  top: 1.5px;
}
@media screen and (min-width: 1300px) {
  .year-section .year-section-flex .left span {
    width: 15px;
    top: 1px;
  }
}
@media screen and (max-width: 1300px) {
  .year-section .year-section-flex .left span {
    top: 0.1vw;
  }
}
@media screen and (max-width: 900px) {
  .year-section .year-section-flex .left span {
    top: 0;
    width: 3.1vw;
    top: 0.6vw;
  }
}

@media screen and (min-width: 901px) {
  .page-top-section-a {
    padding-top: 0;
  }
  .archive-goods2 {
    padding-top: 0;
  }
  .dis-category ul {
    max-width: 480px;
    padding: 0 40px;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .dis-category ul li a {
    padding: 5px 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 901px) {
  .dis-category ul {
    max-width: 32vw;
    padding: 0 2vw;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .dis-category ul li a {
    padding: 0.3vw 0.8vw;
    font-size: 1.21vw;
  }
}
@media screen and (min-width: 1300px) {
  #single-detail .row:last-child .row-title span {
    width: 30px;
    margin-right: 2px;
  }
}
@media screen and (min-width: 901px) {
  .modal-goods .btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 700px;
  }
  .modal-goods .btn-area .btn {
    width: 48%;
  }
  .modal-goods .btn-area .btn a {
    border: 3px solid #111;
  }
}
.modal-goods .btn a {
  border: 3px solid #111;
}

@media screen and (max-width: 1300px) {
  .modal .flex {
    margin-bottom: 30px;
  }
}
.single .text2,
.single .text1,
.single .btn a,
.single .price {
  font-family: "m-plus-rounded-2c", sans-serif;
}

.modal-goods .btn-area .btn a {
  border: 3px solid #111;
  border: 1px solid #111;
}

.img-t-wrap {
  margin-top: 30px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.img-t-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* ← ここ！ */
  -webkit-filter: blur(8px) brightness(0.7);
          filter: blur(8px) brightness(0.7);
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .img-t-wrap::before {
    -webkit-filter: blur(4px) brightness(0.7);
            filter: blur(4px) brightness(0.7);
  }
}
.img-t-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0.4)), color-stop(75%, rgba(255, 255, 255, 0.5)), color-stop(90%, rgba(255, 255, 255, 0.7)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.7) 90%, rgb(255, 255, 255) 100%);
  z-index: 2;
}

.img-t {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (min-width: 901px) {
  .img-t {
    min-width: 450px;
    height: 520px;
  }
}
@media screen and (min-width: 901px) {
  .img-t img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 900px) {
  .img-t {
    width: 70%;
    padding: 14px 0;
  }
}
.event5 {
  padding-top: 50px;
}
@media screen and (max-width: 900px) {
  .event5 {
    padding-top: 20px;
  }
}

.news-ul li a {
  padding: 20px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  border-bottom: 1px solid #111;
}
@media screen and (max-width: 1300px) and (min-width: 901px) {
  .news-ul li a {
    padding: 1.0473684211vw 0;
  }
}
@media screen and (max-width: 900px) {
  .news-ul li a {
    padding: 15px 0;
  }
}
.news-ul li a .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .news-ul li a .flex {
    display: block;
  }
}
.news-ul li a .flex .time {
  font-size: 15px;
  width: 170px;
}
@media screen and (max-width: 1300px) and (min-width: 901px) {
  .news-ul li a .flex .time {
    font-size: 0.9473684211vw;
  }
}
@media screen and (max-width: 900px) {
  .news-ul li a .flex .time {
    width: 100%;
    font-size: 2.9vw;
    margin-bottom: 10px;
  }
}
.news-ul li a .flex .title {
  font-size: 18px;
  width: calc(100% - 170px);
}
@media screen and (max-width: 1300px) and (min-width: 901px) {
  .news-ul li a .flex .title {
    font-size: 0.9473684211vw;
  }
}
@media screen and (max-width: 900px) {
  .news-ul li a .flex .title {
    width: 100%;
    font-size: 3.3vw;
  }
}
.news-ul li a:hover {
  opacity: 0.6;
}

.lang-ja .time {
  font-family: "Rubik", sans-serif;
}

@media screen and (min-width: 901px) {
  .event6 {
    padding-top: 0;
  }
}

@media screen and (min-width: 1300px) {
  .view-btn-add {
    margin-top: 80px !important;
  }
}
.top1 ul li .middle .name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* ← 表示行数（2行） */
  overflow: hidden;
  text-overflow: ellipsis;
  height: 57px;
}
@media screen and (max-width: 1300px) {
  .top1 ul li .middle .name {
    height: 2.8vw;
  }
}
@media screen and (max-width: 900px) {
  .top1 ul li .middle .name {
    height: 10vw;
  }
}

.page-top-section2 ul li .middle .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* ← 表示行数（2行） */
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
}
@media screen and (max-width: 1300px) {
  .page-top-section2 ul li .middle .title {
    height: 4.5vw;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section2 ul li .middle .title {
    height: initial;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section2 ul li .middle .title {
    height: initial;
  }
}

.top1 ul li .middle .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* ← 表示行数（2行） */
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
}
@media screen and (max-width: 1300px) {
  .top1 ul li .middle .title {
    height: 4.5vw;
  }
}
@media screen and (max-width: 900px) {
  .top1 ul li .middle .title {
    height: initial;
  }
}
@media screen and (max-width: 900px) {
  .top1 ul li .middle .title {
    height: 13vw;
  }
}

.page-top-section2 ul li .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* ← 表示行数（2行） */
  overflow: hidden;
  text-overflow: ellipsis;
  height: 79.2px;
}
@media screen and (max-width: 1300px) {
  .page-top-section2 ul li .description {
    height: 4.4vw;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section2 ul li .description {
    height: initial;
    line-height: 1.7;
  }
}

@media screen and (max-width: 900px) {
  .page-top-section2 ul li .middle .left {
    padding-right: 30px;
  }
}
.ip-ul li a .title {
  padding-right: 40px;
}
@media screen and (max-width: 900px) {
  .ip-ul li a .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* ← 表示行数（2行） */
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.artist .main-contents ul li a .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* ← 表示行数（2行） */
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 900px) {
  .artist .main-contents ul li a .text {
    -webkit-line-clamp: 2;
    /* ← 表示行数（2行） */
  }
}

.artist .main-contents ul li a {
  height: 100%;
}

.event .event-ul li .middle .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* ← 表示行数（2行） */
  overflow: hidden;
  text-overflow: ellipsis;
}

.goods ul li .middle .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* ← 表示行数（2行） */
  overflow: hidden;
  text-overflow: ellipsis;
}

.goods ul li .middle .title {
  margin-bottom: 0;
  height: 81px;
}
@media screen and (max-width: 1300px) {
  .goods ul li .middle .title {
    height: 4vw;
  }
}
@media screen and (max-width: 900px) {
  .goods ul li .middle .title {
    height: initial;
  }
}

.page-top-section ul li .middle .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* ← 表示行数（2行） */
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
}
@media screen and (max-width: 1300px) {
  .page-top-section ul li .middle .title {
    height: 4.5vw;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section ul li .middle .title {
    height: initial;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section ul li .middle .title {
    height: initial;
  }
}

.page-top-section ul li .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* ← 表示行数（2行） */
  overflow: hidden;
  text-overflow: ellipsis;
  height: 79.2px;
}
@media screen and (max-width: 1300px) {
  .page-top-section ul li .description {
    height: 4.4vw;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section ul li .description {
    height: initial;
    line-height: 1.7;
  }
}

.goods2 ul li .middle .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* ← 表示行数（2行） */
  overflow: hidden;
  text-overflow: ellipsis;
  height: 79.2px;
}
@media screen and (max-width: 1300px) {
  .goods2 ul li .middle .title {
    height: 4.4vw;
  }
}
@media screen and (max-width: 900px) {
  .goods2 ul li .middle .title {
    height: initial;
    line-height: 1.7;
  }
}

.goods2 ul li .middle .title {
  margin-bottom: 0;
}

@media screen and (max-width: 900px) {
  .ip-ul li a .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* ← 表示行数（2行） */
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.artist2 ul li a {
  height: 100%;
}
.artist2 ul li a .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* ← 表示行数（2行） */
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}

.page-top-section2 ul li .middle .left {
  padding-right: 7px;
}
@media screen and (max-width: 900px) {
  .page-top-section2 ul li .middle .left {
    padding-right: 0px;
    width: 85%;
  }
}

.page-top-section2 ul li .middle .right {
  width: 8px;
  min-width: 8px;
}

@media screen and (max-width: 900px) {
  .event .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .event .event-ul li .flex .contents {
    position: relative;
  }
  .event .event-ul li .middle {
    width: 85%;
  }
  .event .event-ul .btn {
    width: 85%;
  }
  .page-top-section2 ul li .description {
    width: 85%;
  }
  .page-top-section2 ul .btn {
    width: 85%;
  }
  .goods ul li .middle .title {
    width: 85%;
  }
  .goods .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .goods ul li .flex .contents {
    position: relative;
  }
  .goods ul .btn {
    width: 85%;
    max-width: 85%;
  }
  .goods2 .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .goods2 ul li .flex .contents {
    position: relative;
  }
  .goods2 ul li .middle {
    width: 85%;
  }
  .goods2 ul .btn {
    width: 85%;
    max-width: 85%;
  }
  .page-top-section ul li .middle {
    width: 85%;
    max-width: 85%;
  }
}
.single .heading .product-code {
  margin-right: 10px;
  font-size: 13px;
  font-family: "m-plus-rounded-2c", sans-serif !important;
}
@media screen and (max-width: 1300px) {
  .single .heading .product-code {
    font-size: 0.6842105263vw;
  }
}
@media screen and (max-width: 900px) {
  .single .heading .product-code {
    font-size: 2.6vw;
  }
}
.single .heading .category {
  margin-right: 10px;
}
.single .heading .label {
  padding: 2px 4px 1px;
  background: #fff;
  border: 1px solid #111;
  line-height: 1;
  font-size: 13px;
  font-family: "m-plus-rounded-2c", sans-serif !important;
}
@media screen and (max-width: 1300px) {
  .single .heading .label {
    font-size: 0.6842105263vw;
  }
}
@media screen and (max-width: 900px) {
  .single .heading .label {
    font-size: 2.6vw;
  }
}

.single .heading .time {
  font-family: "m-plus-rounded-2c", sans-serif !important;
  font-weight: 400;
}

.single .heading .category {
  font-family: "m-plus-rounded-2c", sans-serif !important;
}

.span0710 {
  font-size: 12px;
  margin-top: 7px;
  display: block;
}
@media screen and (max-width: 1300px) {
  .span0710 {
    font-size: 0.6842105263vw;
  }
}
@media screen and (max-width: 900px) {
  .span0710 {
    font-size: 2.2vw;
  }
}

@media screen and (min-width: 901px) {
  .single .flex .contents .flex3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single .flex .contents .flex3 .btn {
    width: 48%;
  }
  .single .flex .contents .flex3 .btn a {
    width: 100%;
  }
}

@media screen and (min-width: 901px) {
  .span18 {
    font-size: 18px;
  }
  .top1 ul li .middle .right {
    min-width: 10px;
  }
}
@media screen and (max-width: 1300px) {
  .span18 {
    font-size: 1.006315789vw;
  }
}
@media screen and (max-width: 900px) {
  .span18 {
    font-size: 2.8666666667vw;
  }
}
@media screen and (max-width: 1300px) {
  .top1 ul li .middle .right {
    min-width: 0.5263157895vw;
  }
}
@media screen and (max-width: 900px) {
  .top1 ul li .middle .right {
    min-width: 1.3vw;
  }
}
.top1 ul li .middle .title {
  color: #888;
  background: #fff;
  border: 1px solid #888;
  padding: 5px 8px;
  border-radius: 4px;
  margin-top: 5px;
}
@media screen and (max-width: 900px) {
  .top1 ul li .middle .title {
    padding: 0.7vw 0.7vw;
  }
}

.top1 ul li .middle .left {
  width: 90%;
  padding-right: 0;
}

.top1 ul li .middle .title {
  height: 77px;
}
@media screen and (max-width: 1300px) {
  .top1 ul li .middle .title {
    height: 4.8vw;
  }
}
@media screen and (max-width: 900px) {
  .top1 ul li .middle .title {
    height: 14vw;
  }
}

@media screen and (max-width: 900px) {
  .page-top-section2 ul li .middle .title {
    height: 16vw;
  }
}
@media screen and (max-width: 1300px) {
  .page-top-section2 ul li .middle .title {
    height: 4.9vw;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section2 ul li .middle .title {
    height: 15.5vw;
  }
}

@media screen and (max-width: 1300px) {
  .page-top-section ul li .middle .title {
    height: 5vw;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section ul li .middle .title {
    height: 15.5vw;
  }
}

@media screen and (max-width: 900px) {
  .page-top-section ul li .middle .left {
    width: 100%;
  }
}

.media-order {
  background: #111;
  color: #fff;
  display: inline-block;
  padding: 2px 8px;
  margin-bottom: 5px;
}

.track-artist {
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 1300px) {
  .track-artist {
    font-size: 0.7473684211vw;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 900px) {
  .track-artist {
    margin-bottom: 10px;
    font-size: 2.8vw;
  }
}

.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single .title a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single .title a:hover {
  opacity: 0.6;
}

.event .search2-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-contents-az ul {
  padding-bottom: 30px;
}

#single-detail .row ul li {
  position: relative;
}
#single-detail .row ul li::after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
}

.event5 .news-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.event5 .news-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.event5 .close-news-modal {
  cursor: pointer;
}
.event5 .news-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
}
.event5 .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.event5 .modal-content {
  position: relative;
  padding: 40px;
  top: initial;
  -webkit-transform: initial;
          transform: initial;
  margin: 7% auto !important;
}
@media screen and (max-width: 900px) {
  .event5 .modal-content {
    margin: 20% auto !important;
    padding: 20px;
  }
}
.event5 .modal-content .wrap {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 1000px;
  max-height: 70vh;
  /* ← 高さを固定するのがポイント */
  margin: 0px auto;
  overflow-y: auto;
  /* ← スクロール有効化 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.event5 .modal-content {
  -webkit-animation: modalFadeIn 0.4s ease-out;
          animation: modalFadeIn 0.4s ease-out;
}
.event5 .close-news-modal {
  position: absolute;
  top: -80px;
  right: 0px;
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  color: #fff;
  font-weight: 300;
  max-width: 40px;
}
.event5 .modal-image {
  width: 70%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 900px) {
  .event5 .modal-image {
    margin-bottom: 20px;
  }
}
.event5 .modal-date {
  background: #111;
  color: #fff;
  padding: 3px 10px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}
@media screen and (max-width: 900px) {
  .event5 .modal-date {
    padding: 2px 5px;
    font-size: 10px;
  }
}
.event5 .modal-title {
  font-size: 25px;
  border-bottom: 1px solid #111;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .event5 .modal-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.event5 .modal-body {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 900px) {
  .event5 .modal-body {
    font-size: 14px;
  }
}
.event5 .modal-link {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .event5 .modal-link {
    margin-top: 20px;
  }
}
.event5 .modal-link a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
  font-size: 16px;
}
.event5 .modal-link a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 900px) {
  .event5 .modal-link a {
    font-size: 14px;
  }
}

@-webkit-keyframes modalFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes modalFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 1300px) {
  .common-footer .row .flex1 p {
    font-size: 13.5px;
  }
}
.ticker-inner {
  white-space: wrap;
}
.mv-bottom .text {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 900px) {
  .mv-bottom .heading-text span img {
    top: -1px;
  }
  .mv-bottom .bottom-text span img {
    top: -1px;
  }
}
@media screen and (min-width: 1300px) {
  .mv-bottom .wrap {
    margin-left: 50px;
  }
}
.mv-bottom .flex .left .month-text0821 {
  margin-top: 20px;
}
.mv-bottom .flex .left .month-text0821 a {
  text-align: center;
  display: block;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 1300px) {
  .mv-bottom .flex .left .month-text0821 a {
    font-size: 1vw;
  }
}
@media screen and (max-width: 900px) {
  .mv-bottom .flex .left .month-text0821 a {
    font-size: 3.4vw;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.mv-bottom .flex .left .month-text0821 a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 900px) {
  .mv-bottom .flex .left {
    max-width: initial;
  }
  .mv-bottom .flex .left .f-text0821 {
    max-width: 60vw;
    margin: 0 auto;
  }
}
.top1 ul li .middle .title {
  padding: 0;
  background: transparent;
  color: #111;
  border: none;
}

@media screen and (min-width: 1300px) {
  .top1 ul li .middle .title {
    height: 70px;
  }
}
@media screen and (max-width: 1300px) {
  .page-top-section2 ul li .middle .title {
    height: 4.5vw;
  }
}
@media screen and (max-width: 900px) {
  .page-top-section2 ul li .middle .title {
    height: 15.5vw;
  }
}
.sub-category2 ul li {
  width: 20%;
}

.ip-ul li a {
  height: 100%;
}

.ip-ul li a .contents {
  width: 100%;
}

.ip-ul li a .img .wrap {
  margin-right: 20px;
}

@media screen and (max-width: 900px) {
  .single .text1 {
    margin-top: 30px;
  }
}
.ip-ul-2 li a .category {
  display: none;
}
.ip-ul-2 li a .title {
  margin-top: 0;
}

.event .event-ul li .img .wrap {
  padding-top: initial;
  height: 236px;
  text-align: center;
}
.goods2 ul li .img .wrap {
  padding-top: initial;
  height: 236px;
  text-align: center;
}
.event .event-ul li .img .wrap img {
  position: initial;
  -webkit-transform: initial;
          transform: initial;
  height: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.goods2 ul li .img .wrap img {
  position: initial;
  -webkit-transform: initial;
          transform: initial;
  height: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 900px) {
  .event .event-ul li .img .wrap {
    height: initial;
  }
  .event .event-ul li .img .wrap img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 901px) {
  .footer li:nth-child(3), .footer li:nth-child(4), .footer li:nth-child(5) {
    display: block !important;
  }
  .name-heading-area .img{
    text-align: center;
  }
  .name-heading-area .img img{
    max-height: 520px;
    width: auto;
      margin: 0 auto;
  }
}
