@charset "UTF-8";
/*
Theme Name: Funky Jam
*/
@font-face {
  font-family: "Futura";
  font-weight: normal;

  src: url("fonts/futura medium bt.ttf");
}

@font-face {
  font-family: "Futura";
  font-weight: bold;

  src: url("fonts/Futura-Bold.ttf");
}

@font-face {
  font-family: "Helvetica";

  src: url("fonts/Helvetica.ttf") format("truetype");
}

/* .urashima .category-btns .category-btn, */
/* .mori .category-btns .category-btn, */
@-webkit-keyframes "UpAnime" {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes "UpAnime" {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@-webkit-keyframes "DownAnime" {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes "DownAnime" {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* artist page */
/* article profile */
body {
  color: #222;
  font-family: "Futura", "Helvetica", "Noto Sans JP", sans-serif;
}

ul {
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

img {
  width: 100%;

  -o-object-fit: contain;
     object-fit: contain;
}

.container {
  width: 100%;
  max-width: 1330px;
  height: 100%;
  margin: 0 auto;
  padding: 0 110px;
}

.container:has(.artist-color-bg) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 54px 0 110px;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container:has(.artist-color-bg) > div:first-of-type {
      flex: 1;
  width: 100%;

  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.logo {
  display: inline;
  width: 256px;
}

#jp_container_1 {
  width: 20px;
}
.jp-play {
  display: block;
  height: 20px;
  background: url(images/speaker.png) center top no-repeat;
  background-size: contain;
  cursor: pointer;
}
.jp-pause {
  width: 100%;
  cursor: pointer;
}
.jp-pause div {
  display: block;
  position: relative;
  width: 5px;
  height: 20px;
  background: #fff;
}
.jp-pause div:after {
  display: block;
  position: absolute;
  right: -13px;
  width: 5px;
  height: 20px;
  background: #fff;
  content: "";
}

.category-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.category-btns .category-btn {
  position: relative;
  white-space: nowrap;
  color: #222;
  -webkit-transition: .5s ease-in-out;
          transition: .5s ease-in-out;
}

.category-btns .category-btn:before {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #222;
  content: "";
  -webkit-transition: .5s ease-in-out;
          transition: .5s ease-in-out;
}

.category-btns .category-btn:hover {
  color: #fff;
}

.category-btns .category-btn:hover:before {
  width: 100%;
}

.category-btn {
  display: inline-block;
  min-width: 110px;
  padding: 0 27px;
  text-align: center;
  letter-spacing: .01em;
  border: solid 1px #222;
  font-size: 18px;
}

.category-btn.active {
  background: #222;
  color: #fff;
}

#news-section {
  padding: 60px 0 78px;
  font-size: 18px;
}

#news-section .dot {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

#news-section .dot.kubota {
  background: #cfb844;
}

#news-section .dot.urashima {
  background: #af353b;
}

#news-section .dot.mori {
  background: #0c9;
}

#news-section .dot.hikka {
  background: #4495cf;
}

#news-section .dot.funkyjam {
  background: #f93;
}

#news-section .news-list {
  margin-top: 20px;
}

#news-section .news-item {
  position: relative;
  border-bottom: solid 1px #aaa;
}

#news-section .news-item:before {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: #222;
  content: "";
  -webkit-transition-timing-function: cubic-bezier(.3, .1, .1, 1);
          transition-timing-function: cubic-bezier(.3, .1, .1, 1);
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity, -webkit-transform;
          transition-property: opacity, -webkit-transform;
          transition-property: opacity, transform;
          transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: scale3d(.8, 1, 1);
          transform: scale3d(.8, 1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

#news-section .news-item:hover:before {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

#news-section .news-item:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 67px;
  border-bottom: solid 1px #222;
  content: "";
}

#news-section li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  padding-left: 28px;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#news-section .artist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#news-section .artist-name {
  margin-left: 5px;
  letter-spacing: .01em;
  font-family: "Noto Sans JP";
  font-size: 18px;
  line-height: 1.7;
}

#news-section .news-item-right {
  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;
}

#news-section .news-text {
  display: -webkit-box;
  overflow: hidden;
  overflow: hidden;
  letter-spacing: .01em;
  font-family: "Noto Sans JP";
  font-size: 18px;
  line-height: 1.7;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#news-section .news-btn {
  padding: 0 25px;
  font-size: 20px;
}

.urashima #menu-btn {
  background: #ce637e;
  color: #fff;
}

.urashima #artist-top-section span {
  background: #ce637e;
  color: #fff;
  font-family: "DM Serif Display" !important;
}

.urashima #artist-top-section p {
  font-family: "DM Serif Display" !important;
}

.urashima .artist-color-bg {
  background: #ce637e;
  color: #fff;
}

.urashima .section-title {
  font-family: "DM Serif Display" !important;
}

.urashima .menu .menu-title {
  font-family: "DM Serif Display" !important;
}

.urashima .menu .menu-list a {
  font-family: "DM Serif Display" !important;
}

.urashima .movie-wrapper .movie span {
  font-family: "DM Serif Display" !important;
}

.urashima .movie-wrapper .movie-bg-left {
  background: #ce637e;
}

.urashima .movie-wrapper .movie-bg-right {
  background: #ce637e;
}

.urashima .release-thumbnail img {
  -webkit-box-shadow: -96px 47px 0 0 #ce637e;
          box-shadow: -96px 47px 0 0 #ce637e;
}

.mori #menu-btn {
  background: #0c9;
  color: #fff;
}

.mori #artist-top-section span {
  background: #0c9;
  color: #fff;
  font-family: "Hind" !important;
}

.mori #artist-top-section p {
  font-family: "Hind" !important;
}

.mori .artist-color-bg {
  background: #0c9;
  color: #fff;
}

.mori .section-title {
  font-family: "Hind" !important;
}

.mori .menu .menu-title {
  font-family: "Hind" !important;
}

.mori .menu .menu-list a {
  font-family: "Hind" !important;
}

.mori .movie-wrapper .movie span {
  font-family: "Hind" !important;
}

.mori .movie-wrapper .movie-bg-left {
  background: #0c9;
}

.mori .movie-wrapper .movie-bg-right {
  background: #0c9;
}

.mori .release-thumbnail img {
  -webkit-box-shadow: -96px 47px 0 0 #0c9;
          box-shadow: -96px 47px 0 0 #0c9;
}

main {
  padding-top: 80px;
}

header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 80px;
  background: #222;
  color: #fff;
}

header > .container {
  padding: 0 54px;
}

footer {
  height: 145px;
  letter-spacing: .05em;
  background: #222;
  color: #fff;
  font-family: "Helvetica";
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
}

footer a {
  text-decoration: underline;
  color: #fff;
}

footer .copyright {
  margin-top: 11px;
  color: #aaa;
}

header.UpMove {
  -webkit-animation: UpAnime .5s forwards;
          animation: UpAnime .5s forwards;
}

header.DownMove {
  -webkit-animation: DownAnime .5s forwards;
          animation: DownAnime .5s forwards;
}

#slider-section {
  padding-bottom: 52px;
  background: #222;
}

#slider-section .container {
  padding: 0 54px;
}

.artist:not(.company) header {
  background: #fff;
  color: #222;
}

.artist header nav > .header-right .lang-btn .active {
  color: #222;
}

.artist header nav > .header-right .lang-btn .split {
  color: #222;
}

.artist header .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  gap: 30px;
}

.artist main {
  overflow: hidden;
}

.artist hr {
  height: 50px;
  margin: 0;
  border: none;
  background: #f2f2f2;
}

.artist .section-title {
  font-family: "Passion One";
  font-size: 40px;
  line-height: 1.1;
}

.artist div[id$="-section"]:not(:first-child),
.artist section[class*="-section"]:not(:first-child) {
  padding: 80px 0;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, .25);
}

.artist:not(.post-type-archive-funkyjam_news, .single-funkyjam_news) nav > .header-right #burger {
  display: none;
}

.artist:not(.company) nav > .header-right #burger span {
  background: #222;
}

.artist:not(.company) .menu {
  top: 0;
  right: 0;
  left: auto;
  width: 720px;
  padding: 0;
}

.artist .menu .menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 0 32px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.artist .menu .menu-nav .logo {
  width: 150px;
}

.artist .menu .menu-title {
  text-align: center;
  letter-spacing: .03em;
  font-family: "Passion One";
  line-height: 1.1;
}

.artist .menu .menu-title .artist-name {
  font-size: 40px;
  font-weight: 700;
}

.artist .menu .menu-title .official-site {
  font-size: 26px;
  font-weight: 400;
}

.artist:not(.company) .menu .menu-list {
  margin-top: 30px;
  padding: 0 100px 50px;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.artist:not(.company) .menu .menu-list a {
  margin-top: 24px;
  padding: 0;
  letter-spacing: .03em;
  border: none !important;
  font-family: "Passion One";
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

.artist .menu .menu-list ul:first-child li:first-child a {
  margin-top: 0;
}

.artist .menu .menu-bottom .sns {
  display: none;
  margin-top: 24px;
  padding: 0;
  letter-spacing: .03em;
  border: none !important;
  font-family: "Passion One";
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

.artist .menu .center {
  width: 1px;
  background: #fff;
}

.artist .menu .right-menu-list ul:last-of-type {
  margin-left: 0;
}

.artist .menu .right-menu-list ul:last-of-type li a {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 400;
}

.artist .menu .right-menu-list ul:last-of-type li:first-child a {
  margin-top: 16px;
}

.artist .menu .sns i {
  color: #fff;
}

.artist:not(.company) .menu-list ul {
  width: auto;
}

.artist .container > .category-btns {
  display: none;
}

.artist .category-btns {
  margin-bottom: 48px;
}

.artist .category-btns .category-btn {
  padding: 8px 20px;
  letter-spacing: .01em;
  border-width: 2px;
  border-radius: 3px;
  background: #f2f2f2;
  font-family: "Passion One";
  font-size: 15px;
  line-height: 1.1;
}

.artist .category-btns .category-btn:hover {
  background: none;
  color: #fff;
}

.artist .category-btns .category-btn.active {
  background: #222;
}

.artist .news-list li {
  border-top: 1px solid #222;
  line-height: 1.7;
}

.artist .news-list li:last-child {
  border-bottom: 1px solid #222;
}

.artist .news-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.artist .news-list span {
  min-width: 125px;
  padding: 3px 20px;
  text-align: center;
  letter-spacing: .01em;
  border-radius: 3px;
  background: #f2f2f2;
  font-family: "Passion One";
  font-size: 20px;
  line-height: 1.1;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-right > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-right .sns {
  font-size: 22px;
}

.lang-btn {
  width: 20px;
  margin-left: 30px;
  letter-spacing: .05em;
  color: #aaa;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.lang-btn .active {
  color: #fff;
}

.lang-btn .split {
  margin: 0 12px;
  letter-spacing: .03em;
  color: #fff;
  font-family: "Red Hat Display";
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
}

#burger {
  position: relative;
  width: 40px;
  height: 20px;
  margin-left: 30px;
}

#burger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
}

#burger span:first-child {
  top: 0;
}

#burger span:last-child {
  bottom: 0;
}

#burger.active span {
  right: -20px;
  left: auto;
}

#burger.active span:first-child {
  top: auto;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#burger.active span:last-child {
  bottom: auto;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#menu-btn {
  display: block;
  width: 113px;
  height: 100%;
  margin-left: 40px;
  padding: 0 25px;
  background: #fbda69;
  color: #222;
  font-family: "Futura";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.menu {
  position: fixed;
  z-index: 100;
  top: 80px;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  padding: 60px;
  opacity: 0;
  background: #222;
  color: #fff;
  -webkit-transition: opacity .5s, visibility .5s;
          transition: opacity .5s, visibility .5s;
}

.menu.active {
  visibility: visible;
  opacity: 1;
}

.admin-bar header:not(.DownMove) .menu {
  top: 112px;
}

.artist:not(.company) .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pc-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sp-link-list {
  display: none;
  margin-top: 17px;

  gap: 33px;
}
.sp-link-list ul li:first-child a {
  border-top: none;
}

.menu-list ul {
  width: 100%;
}

.menu-list ul:last-child {
  margin-left: 40px;
}

.menu-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 10px 25px 0;
  border-bottom: solid 1px #aaa;
  color: #fff;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-list a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-list a .kubota:hover {
  color: #cfb844;
}

.menu-list a .urashima:hover {
  color: #af353b;
}

.menu-list a .mori:hover {
  color: #0c9;
}

.menu-list a .hikka:hover {
  color: #4495cf;
}

.menu-list li:first-child a {
  border-top: solid 1px #aaa;
}

.menu-list div {
  letter-spacing: .04em;
  font-size: 20px;
  line-height: 1.35;
}

.menu-list span {
  margin-left: 16px;
  letter-spacing: .01em;
  font-size: 14px;
  line-height: 1.4;
}

.menu-list i {
  color: #aaa;
  font-size: 22px;
}

.section-title {
  position: relative;
  margin-bottom: 76px;
  letter-spacing: .04em;
  font-size: 35px;
  line-height: 1.3;
}

.section-title:after {
  display: block;
  position: absolute;
  bottom: -15px;
  width: 50px;
  border-bottom: solid 8px #222;
  content: "";
}

.section-title.dark {
  color: #fff;
}

.section-title.dark:after {
  border-color: #fff;
}

#artists-section {
  position: relative;
  overflow: hidden;
  padding: 60px 0 80px;
  background-color: #222;
  background-image: url("images/circle1.png"), url("images/circle2.png"), url("images/circle2.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 100% -190px, 0 575px, 100% 98.5%;
  color: #fff;
}

#artists-section .artist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#artists-section .artist-item img {
  -webkit-transition: 1.6s all;
          transition: 1.6s all;
  -webkit-transition-timing-function: cubic-bezier(.3, .1, .1, 1);
          transition-timing-function: cubic-bezier(.3, .1, .1, 1);
  -webkit-transform: scale3d(1.35, 1.35, 1);
          transform: scale3d(1.35, 1.35, 1);
}

#artists-section .artist-item img.active {
  -webkit-transition: .7s all;
          transition: .7s all;
  -webkit-transform: none;
          transform: none;
}

#artists-section .artist-item img:hover {
  -webkit-transition: .7s all;
          transition: .7s all;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

#artists-section .artist-item h3 {
  margin-left: 30px;
  letter-spacing: .05em;
  color: #fff;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.3;
}

#artists-section .artist-item .border {
  display: block;
  width: 520px;
  margin: 20px 0;
  border-bottom: solid 3px;
}

#artists-section .artist-item .artist-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 32px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#artists-section .artist-item .name-jp {
  letter-spacing: .01em;
  font-size: 18px;
  line-height: 1.7;
}

#artists-section .artist-item .sns {
  font-size: 28px;
}

#artists-section .artist-item .sns a {
  color: #fff;
}

#artists-section .artist-item .sns a:not(:first-child) {
  margin-left: 16px;
}

#artists-section .artist-item.right {
      flex-direction: row-reverse;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
}

#artists-section .artist-img-wrapper {
  overflow: hidden;
}

#artists-section .artist-item.kubota .border {
  border-color: #cfb844;
}

#artists-section .artist-item.urashima .border {
  border-color: #af353b;
}

#artists-section .artist-item.mori .border {
  border-color: #0c9;
}

#artists-section .artist-item.hikka .border {
  border-color: #4495cf;
}

#artists-section .artist-item.hikka .artist-item-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

#official-contents-section {
  padding: 60px 0 86px;
  background-image: url("images/circle3.png"), url("images/circle4.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 0 -50px, 100% 100%;
}

#bottom-section {
  padding: 50px 0;
  background: #f1f2f6;
}

.banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -25px 0 0 -8px;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
}

.banner-list li {
  width: 33%;
  padding: 25px 0 0 8px;
  -webkit-transition: .3s cubic-bezier(.45, 0, .55, 1);
          transition: .3s cubic-bezier(.45, 0, .55, 1);
}

.banner-list li:hover {
  -webkit-transform: scale(.9);
          transform: scale(.9);
}

.slick .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transition: all .5s;
          transition: all .5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick .slick-arrow:hover {
  opacity: .7;
  cursor: pointer;
}

.slick .prev-arrow {
  left: -33px;
}

.slick .prev-arrow:before {
  content: "\f053";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  font-weight: 900;
}

.slick .next-arrow {
  right: -33px;
}

.slick .next-arrow:before {
  content: "\f054";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  font-weight: 900;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 0 0 7px;
}

.slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: solid 1px #fff;
  border-radius: 50%;
  background: #222;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active button {
  opacity: 1;
  background: #fff;
}

div[id$="-page-section"] .container > .section-title:after {
  content: none;
}

#company-page-section {
  padding: 50px 0 95px;
  background-image: url("images/circle3.png");
  background-repeat: no-repeat;
  background-position: -12px -80px;
}

#company-page-section .container > div {
  padding: 0 130px;
}

#company-page-section table {
  width: 100%;
  border-collapse: collapse;
  letter-spacing: .05em;
  font-family: "Noto Sans JP";
  font-size: 16px;
  line-height: 1.7;
}

#company-page-section tr {
  border-top: solid 1px #d3d3d3;
  border-bottom: solid 1px #d3d3d3;
}

#company-page-section th {
  width: 180px;
  padding: 27px 0;
  padding-left: 20px;
  text-align: left;
  vertical-align: top;
}

#company-page-section td {
  padding: 27px 0;
  text-align: left;
}

#company-page-section .info {
  margin-top: 50px;
  letter-spacing: .05em;
  font-family: "Noto Sans JP";
  font-size: 16px;
  line-height: 1.7;
}

#company-page-section .info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}

#company-page-section .info span {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 18px;
  background: #222;
  color: #fff;
}

#company-page-section .info span:not(:first-child) {
  margin-top: 30px;
}

#company-page-section .info ul:last-child {
  margin-left: 55px;
}

#company-page-section.scout {
  padding: 50px 0 95px;
  background-image: url("images/circle3.png"), url("images/circle5.png");
  background-repeat: no-repeat, no-repeat;
  background-position: -12px -80px, 100% 113%;
}

#company-page-section.scout th {
  vertical-align: middle;
}

#company-page-section.privacy th {
  width: 260px;
  vertical-align: middle;
}

#company-page-section.privacy p {
  margin-bottom: 50px;
}

#company-page-section.privacy span {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
}

.google-maps {
  position: relative;
  overflow: hidden;
  height: 0;
  margin-top: 55px;
  padding-top: 55.5437%;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.artist.page-child #artist-top-section .container div {
  top: 33.5%;
}

.artist.page-child #artist-top-section img {
  max-height: 390px;

  -o-object-fit: cover;
     object-fit: cover;
}
.artist.page-child.kubota #artist-top-section img,
.artist.art #artist-top-section img,
.artist.wataru #artist-top-section img {
  object-position: bottom;
}
.artist.page-child.mori #artist-top-section img {
  object-position: top;
}

.artist.page-child #artist-top-section p {
  font-size: 72px;
}

.artist.single #artist-top-section .container div {
  top: 33.5%;
}

.artist.single #artist-top-section img {
  max-height: 390px;

  -o-object-fit: cover;
     object-fit: cover;
}
.artist.single.kubota #artist-top-section img {
  object-position: bottom;
}
.artist.single.mori #artist-top-section img {
  object-position: top;
}

.artist.single #artist-top-section p {
  font-size: 72px;
}

.artist.archive #artist-top-section .container div {
  top: 33.5%;
}

.artist.archive #artist-top-section img {
  max-height: 390px;

  -o-object-fit: cover;
     object-fit: cover;
}
.artist.archive.kubota #artist-top-section img {
  object-position: bottom;
}
.artist.archive.mori #artist-top-section img {
  object-position: top;
}

.artist.archive #artist-top-section p {
  font-size: 72px;
}

.artist.art #artist-top-section .container div,
.artist.wataru #artist-top-section .container div {
  top: 33.5%;
}

.artist.art #artist-top-section img,
.artist.wataru #artist-top-section img {
  max-height: 390px;

  -o-object-fit: cover;
     object-fit: cover;
}

.artist.art #artist-top-section p,
.artist.wataru #artist-top-section p {
  font-size: 72px;
}

#artist-top-section {
  overflow: hidden;
}

#artist-top-section .container {
  position: relative;
}

#artist-top-section .container div {
  position: absolute;
  /* top: 22.5%; */
  top: 28.5%;
  left: 0;
  margin: 0 110px;
}

#artist-top-section img {
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
}

#artist-top-section .artist-top-br {
  display: none;
}

#artist-top-section p {
  letter-spacing: .01em;
  color: #fff;
  font-family: "Passion One";
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
}
.kubota #artist-top-section p,
.art #artist-top-section p,
.wataru #artist-top-section p {
  color: #222;
}

#artist-top-section span {
  display: inline-block;
  margin-top: 23px;
  padding: 0 8px;
  letter-spacing: .03em;
  background: #fbda69;
  color: #222;
  font-family: "Passion One";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}
.page-template-artist-top #artist-top-section span {
  display: none;
}

.page-child #artist-top-section span,
.art #artist-top-section span,
.wataru #artist-top-section span {
  margin-top: 0;
}

.artist-color-bg {
  width: 113px;
  margin-top: -80px;
  margin-bottom: -80px;
  margin-left: 100px;
  background: #fbda69;
}

.news-wrapper {
      flex: 1;
  width: 100%;

  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.news-wrapper .news-item-left {
  width: 80px;
  letter-spacing: .03em;
  font-family: "Passion One";
  font-size: 18px;
}

.news-wrapper .news-item-right {
  letter-spacing: .03em;
  font-family: "Noto Sans JP";
  font-size: 16px;
}

.news-wrapper .view-all {
  text-align: right;
}

.news-wrapper .view-all a {
  display: inline-block;
  margin-top: 20px;
  letter-spacing: .03em;
  font-family: "Noto Sans JP";
  font-size: 16px;
}

.news-wrapper .view-all a .fa-arrow-right {
  margin-right: 8px;
  padding: 5px 6px;
  border: 1px solid;
  border-radius: 50%;
}

.news-category {
  padding: 3px 40px;
  text-align: center;
  letter-spacing: .01em;
  border-radius: 3px;
  background: #f2f2f2;
  font-family: "Passion One";
  font-size: 20px;
  line-height: 1.1;
}

.paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  font-family: "Passion One";
  line-height: 1.8;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.paginator span {
  color: #aaa;
}

.paginator ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 57px;

  gap: 20px;
}

.paginator li {
  border: 1px solid #aaa;
  font-size: 27px;
}

.paginator li:has(.current) {
  border-color: #222;
}

.paginator .current {
  display: inline-block;
  padding: 4px 24px;
  background: #222;
  color: #fff;
}

.paginator a {
  display: block;
  padding: 4px 24px;
  color: #aaa;
}

.paginator a[rel="prev"] {
  padding: 0;
}

.paginator a[rel="next"] {
  padding: 0;
}

#news-detail-section .news-wrapper {
  position: relative;
}

#news-detail-section .back-news-top a {
  position: absolute;
  top: -65px;
  left: 0;
  letter-spacing: .01em;
  font-family: "Passion One";
  font-size: 17px;
  line-height: 1.7;
}

#news-detail-section .date {
  display: inline-block;
  margin-right: 20px;
  letter-spacing: .03em;
  font-family: "Passion One";
  font-size: 18px;
  line-height: 1.7;
}

#news-detail-section h1 {
  margin: 22px 0 42px;
  letter-spacing: .04em;
  font-family: "Futura";
  font-size: 35px;
}

#news-detail-section h4 {
  word-break: break-word;
}

#news-detail-section p {
  margin-top: 42px;
  letter-spacing: .01em;
  word-break: break-word;
  color: #555;
  font-family: "Noto Sans JP";
  font-size: 18px;
  line-height: 1.7;
}

#news-detail-section p img {
  width: auto;
}

#news-detail-section .paginator {
  margin-top: 135px;
}

#release-section {
  padding-bottom: 178px;
}

.release {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.release-thumbnail {
  display: inline-block;
  position: relative;
      flex: 1;
  max-width: 560px;

  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.release-thumbnail img {
  -webkit-box-shadow: -96px 47px 0 0 #fbda69;
          box-shadow: -96px 47px 0 0 #fbda69;
}

.release-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-direction: column;
      flex: 1;
  min-width: 325px;
  margin-left: 40px;
  letter-spacing: .01em;
  font-family: "Noto Sans JP";
  line-height: 1.7;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.release-right .release-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-family: "Futura";
  font-weight: 500;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.release-right .release-date:after {
      flex: 1;
  width: 100%;
  margin-left: 1em;
  border-top: 1px solid #222;
  content: "";

  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.release-right .release-title {
  margin-top: 16px;
  font-size: 32px;
}

.release-right .release-type {
  letter-spacing: .01em;
  font-family: "Futura";
  font-weight: 500;
}

.release-right .main-track {
  display: inline-block;
  margin-top: 28px;
  letter-spacing: .01em;
}

.release-right ol {
  margin-top: 15px;
  font-size: 16px;
}

.release-right .benefit {
  margin-top: 24px;
}

.release-btn {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  margin-top: 40px;
  padding: 15px 0;
  text-align: center;
  letter-spacing: .03em;
  border-radius: 50px;
  background: #222;
  color: #fff;
}

#movie-section .container {
  padding: 0 54px 0 110px;
}

.movie-wrapper {
  position: relative;
  text-align: center;
}

.movie-wrapper .movie-bg-left {
  position: absolute;
  top: 0;
  left: -150px;
  width: 150px;
  height: 100%;
  background: #fbda69;
}

.movie-wrapper .movie-bg-right {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  background: #fbda69;
}

.movie-wrapper .movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.movie-wrapper .movie span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 85px;
  letter-spacing: .04em;
      -ms-writing-mode: tb-lr;
  color: #fff;
  font-family: "Passion One";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;

  -webkit-writing-mode: vertical-lr;
          writing-mode: vertical-lr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.movie-wrapper .movie span:after {
  width: 2px;
  height: 300px;
  margin-top: 30px;
  background: #fff;
  content: "";
}

.kubota .movie-wrapper .movie span {
  color: #222;
}

.kubota .movie-wrapper .movie span:after {
  background: #222;
}

.youtube-parent {
  width: 75%;
  height: 75%;
  margin: 100px 0;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#profile-section {
  text-align: center;
  letter-spacing: .01em;
  font-family: "Noto Sans JP";
  line-height: 1.7;
}

#profile-section h2 {
  font-size: 55px;
}

#profile-section span {
  display: block;
}

#profile-section .ruby {
  font-size: 24px;
}

#profile-section .birthday {
  font-size: 24px;
}

#profile-section .ruby-en {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 40px;
  letter-spacing: .03em;
  background-image: linear-gradient(0deg, #000 0px, #000 1px, transparent 1px, transparent 6px, #000 6px, #000 7px);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 7px;
  font-family: "Passion One";
  font-size: 45px;
}

#profile-section .ruby-en br {
  display: none;
}

#profile-detail-section p {
  margin-top: 45px;
  text-align: justify;
  letter-spacing: .01em;
  font-family: "Noto Sans JP";
  font-size: 18px;
  line-height: 1.7;
}

#gallery-section ul {
  display: grid;

  grid-template-columns: repeat(4, auto);
  gap: 47px;
}
#gallery-section ul li {
  overflow: hidden;
}
#gallery-section ul li a img {
  -webkit-transition: .7s all;
          transition: .7s all;
}
#gallery-section ul li a img:hover {
  -webkit-transition: .7s all;
          transition: .7s all;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.year-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: justify;
  line-height: 1.7;

  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.year-list > li:not(:first-child) {
  border-top: 1px dashed #aaa;
}

.year-list > li div:last-child {
      flex: 1;
  padding: 40px 70px 40px 38px;

  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.year-list > li ul {
      flex: 1;
  padding-bottom: 40px;

  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.year-list > li ul li {
  padding: 40px 70px 40px 38px;
}

.year-list > li ul li:not(:last-child) {
  border-bottom: 1px dashed #aaa;
}

.year-list .year {
  min-width: 153px;
}

.year-list .year > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
      flex-direction: column;
  opacity: .5;
  letter-spacing: .03em;
  color: #fbda69;
  font-family: "Passion One", "Noto Sans JP";
  font-size: 70px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.urashima .year-list .year > span {
  color: #ce637e;
}
.mori .year-list .year > span {
  color: #0c9;
}
.year-list .year .dash {
  width: 10px;
  height: 36px;
  margin: -20px 0;
  background: #fbda69;
}
.urashima .year-list .year .dash {
  background: #ce637e;
}
.mori .year-list .year .dash {
  background: #0c9;
}

.year-list .border {
  position: relative;
  width: 2px;
  background: #fdecb4;
}
.urashima .year-list .border {
  background: #ce637e;
}
.mori .year-list .border {
  background: #0c9;
}

.year-list .border:before {
  position: absolute;
  top: 50px;
  left: -6.5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fbda69;
  content: "";
}
.urashima .year-list .border:before {
  background: #ce637e;
}
.mori .year-list .border:before {
  background: #0c9;
}

.year-list .border .dot {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 0;
  border-left: 2px dashed #fbda69;
}
.urashima .year-list .border .dot {
  border-left: 2px dashed #ce637e;
}
.mori .year-list .border .dot {
  border-left: 2px dashed #0c9;
}

.year-list h2 {
  letter-spacing: .01em;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-size: 24px;
  font-weight: 700;
}

.year-list h4 {
  position: relative;
  letter-spacing: .01em;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-size: 24px;
  font-weight: 700;
}

.year-list h4:before {
  position: absolute;
  top: 10px;
  left: -46.5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fbda69;
  content: "";
}
.urashima .year-list h4:before {
  background: #ce637e;
}
.mori .year-list h4:before {
  background: #0c9;
}

.year-list p,
.year-list td {
  margin-top: 35px;
  letter-spacing: .01em;
  font-family: "Noto Sans JP";
  font-size: 16px;
}
.year-list tr:first-child td {
  padding-top: 0;
}
.year-list td {
  padding: 10px 15px 10px 0;
  text-align: left;
}
.year-list td:first-child {
  vertical-align: top;
}

.year-list p:first-of-type {
  margin-top: 8px;
}

.more-dots {
  margin-top: 75px;
}

.more-dots .dot {
  width: 15px;
  height: 15px;
  margin: 0 auto;
  margin-top: 12px;
  border-radius: 50%;
  background: #aaa;
}

#works-section .category-btn {
  padding: 8px 72px;
}

.produce-section .works-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.produce-section .works-list li:not(:first-child) {
  margin-top: 22px;
}

.produce-section .year p {
  width: 141px;
  letter-spacing: .01em;
  color: #aaa;
  font-family: "Passion One";
  font-size: 33px;
  line-height: .8;
}

.produce-section .work-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-direction: column;
  margin: 0 80px 0 35px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.produce-section .work-center .dot {
  position: relative;
  width: 26px;
  height: 35px;
  border-radius: 50%;
  background: #f2f2f2;
}

.produce-section .work-center .dot:after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fbda69;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.urashima .produce-section .work-center .dot:after {
  background: #ce637e;
}
.mori .produce-section .work-center .dot:after {
  background: #0c9;
}

.produce-section .work-center .border {
  width: 5px;
  height: 100%;
  margin-top: 19px;
  background: #aaa;
}

.produce-section .work-right {
  position: relative;
  width: 100%;
  padding: 26px 42px;
  letter-spacing: .01em;
  background: #f2f2f2;
  font-family: "Noto Sans JP";
  font-size: 18px;
  line-height: 1.7;
}

.produce-section .work-right:before {
  position: absolute;
  top: 0;
  left: -28px;
  width: 0;
  height: 0;
  border-width: 0 30px 28px 0;
  border-style: solid;
  border-color: transparent #f2f2f2 transparent transparent;
  content: "";
}

.produce-section .work-right img {
  width: auto;
}

.produce-section .work-right h2 {
  font-size: 18px;
}

.produce-section .work-right p:first-of-type {
  margin-top: 4px;
}

.produce-section .work-right p:last-of-type {
  margin-top: 20px;
  font-size: 16px;
}

.media-section .media-section-title {
  margin-top: 46px;
  padding: 6px 22px;
  letter-spacing: .01em;
  background: #fdecb4;
  font-family: "Noto Sans JP";
  font-size: 24px;
  line-height: 1.7;
}
.urashima .media-section .media-section-title {
  background: #ce637e;
  color: #fff;
}
.mori .media-section .media-section-title {
  background: #0c9;
  color: #fff;
}

#discography-section .category-btns {
  margin-bottom: 45px;
}

#discography-section .category-btn {
  padding: 8px 20px;
}

#discography-section .discography-list {
  display: -ms-grid;
  display:     grid;
  letter-spacing: .03em;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;

  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 42px 50px;
}

#discography-section .discography-list h2 {
  color: #222;
  font-size: 16px;
  font-weight: 700;
}

#discography-section .discography-list span {
  display: block;
  color: #aaa;
}

#discography-detail-section .release {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#discography-detail-section .back-discography-top {
  width: 100%;
  margin-top: 100px;
  text-align: center;
}

#discography-detail-section .back-discography-top a {
  position: relative;
  letter-spacing: .03em;
  color: #aaa;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

#discography-detail-section .back-discography-top a:before {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 1px;
  height: 17px;
  background: #aaa;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#discography-detail-section .release-thumbnail img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#live-section {
  letter-spacing: .05em;
  font-family: "Noto Sans JP";
  line-height: 1.7;
}

#live-section h2 {
  text-align: center;
  letter-spacing: .01em;
  font-size: 32px;
  font-weight: 700;
}

#live-section .live-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

#live-section .live-top img {
  max-width: 390px;
}

#live-section .live-detail {
  margin-left: 32px;
  padding: 36px 56px;
  background: #f2f2f2;
  font-size: 16px;
}

#live-section .live-detail .live-price {
  font-weight: 700;
}

#live-section .live-detail .live-info {
  margin-top: 3px;
}

#live-section .live-detail .bottom {
  margin-top: 20px;
}

#live-section ul {
  margin-top: 100px;
}

#live-section li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-bottom: 1px solid #aaa;
  font-size: 20px;

  gap: 40px;
}

#live-section .live-status {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #d93d33;
  color: #fff;
  font-family: "Passion One";
  font-size: 30px;
  font-weight: 700;
  line-height: 1.7;
}

#live-section .live-status span {
  position: absolute;
  top: 50%;
  left: 50%;
  word-break: keep-all;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#live-section .postpone .live-status {
  background: #aaa;
  font-size: 24px;
}

#live-section .postpone .live-item-top {
  text-decoration: line-through;
}

#live-section .live-item-right {
      flex: 1;

  -webkit-box-flex: 1;
  -ms-flex: 1;
}

#live-section .live-item-right > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#live-section .live-item-right > div:first-child {
  min-width: 180px;
}

#live-section .live-item-right > div:last-child {
  margin-left: 0;
}

#live-section .live-item-bottom {
  margin-top: 10px;
}

#live-section .live-date {
  min-width: 170px;
  font-weight: 700;
}

#live-section .live-time {
  letter-spacing: .05em;
  font-size: 16px;
}

#live-section .live-contact {
  letter-spacing: .05em;
  font-size: 16px;
}

#live-section .live-contact br {
  display: none;
}

#live-section .live-place {
  letter-spacing: .05em;
  font-weight: 500;
}

#art-masters-section {
  padding: 80px 0 180px;
}
#art-masters-section .artist-color-bg {
  margin-bottom: -180px;
}
#art-masters-section ul {
  display: grid;

  grid-template-columns: 1fr 1fr 1fr;
  gap: 33px;
}
#art-masters-section ul li h2 {
  margin-top: 20px;
  text-align: center;
  letter-spacing: .03em;
  font-family: "Noto Sans JP";
  font-size: 29px;
  line-height: 1.7;
}
#art-masters-section ul li p {
  margin-top: 15px;
  letter-spacing: .03em;
  font-family: "Noto Sans JP";
  font-size: 17px;
  line-height: 1.7;
}

#studio-top-section .studio-top-image {
  width: 100%;
}
#studio-top-section nav {
  overflow-y: auto;
  background: #222;

  justify-content: center;
}
#studio-top-section nav::-webkit-scrollbar {
  display: none;
}
#studio-top-section nav ul {
  display: grid;
  padding: 40px 0;
  text-align: center;
  color: #fff;

  grid-template-columns: repeat(5, auto);
  gap: 85px;
}
#studio-top-section nav ul li a {
  letter-spacing: .04em;
  color: #fff;
  font-family: "Futura";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

#studio-section {
  padding: 55px 0 80px;
  background-image: url(images/circle3.png), url(images/circle5.png), url(images/circle4.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: -12px -80px, 101% 103%, -100% -100%;
}
#studio-section h1 {
  margin-bottom: 50px;
  letter-spacing: .04em;
  font-size: 35px;
  line-height: 1.45;
}
#studio-section .studio-title {
  padding-bottom: 12px;
  letter-spacing: .05em;
  border-bottom: 4px solid #222;
  font-size: 24px;
  line-height: 1.7;
}
#studio-section img {
  margin-top: 30px;
}
#studio-section .inner-container {
  padding: 0 140px;
}
#studio-section .border {
  width: 100%;
  height: 8px;
  margin: 70px 0;
  background: #222;
}
#studio-section p {
  margin-top: 24px;
  letter-spacing: .05em;
  font-family: "Noto Sans JP";
  font-size: 16px;
  line-height: 1.7;
}
#studio-section table {
  width: 100%;
  border-spacing: 0;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
}
#studio-section td {
  padding: 12px;
  letter-spacing: .05em;
  border: 1px solid #222;
  border-right: 0;
  border-bottom: 0;
  font-family: "Noto Sans JP";
  font-size: 16px;
  line-height: 1.7;
}
#studio-section td:first-child {
  text-align: center;
  vertical-align: top;
  background: #f2f2f2;
}
#studio-section .time-br {
  display: none;
}

#studio-bottom-section {
  padding: 80px 0 60px;
  background: #222;
}
#studio-bottom-section .section-title {
  color: #fff;
}
#studio-bottom-section .section-title:after {
  border-color: #fff;
}

#studio-bottom-section + #bottom-section {
  display: none;
}
#studio-bottom-section ul {
  display: grid;

  grid-template-columns: auto auto auto;
  column-gap: 46px;
  row-gap: 40px;
}

/******************************************************************
** 2022.12.31 add
******************************************************************/
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col-1 {
      flex: 1;

  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.col-2 {
      flex: 2;

  -webkit-box-flex: 2;
  -ms-flex: 2;
}

.col-3 {
      flex: 3;

  -webkit-box-flex: 3;
  -ms-flex: 3;
}

.col-4 {
      flex: 4;

  -webkit-box-flex: 4;
  -ms-flex: 4;
}

.col-5 {
      flex: 5;

  -webkit-box-flex: 5;
  -ms-flex: 5;
}

.col-6 {
      flex: 6;

  -webkit-box-flex: 6;
  -ms-flex: 6;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
  margin: 0 20px;
}

.order-1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (min-width: 769px) {
  .row > div:first-child {
    margin-left: 0 !important;
  }
  .row > div:last-child {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .row {
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .row .col-1,
  .row .col-2,
  .row .col-3,
  .row .col-4,
  .row .col-5,
  .row .col-6 {
    margin: 20px 0;
  }
  .row .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .row .order-2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* #fanclub-section {
  padding: 0 !important;
} */

/* #fanclub-section .container.container_fanclub {
  position: relative;
  max-width: 100% !important;
  padding: 0 !important;
  padding-top: 60px !important;
  padding-right: 113px !important;
  padding-bottom: 100px !important;
} */

/* #fanclub-section .container.container_fanclub > div:first-of-type {
      flex: none;

  -webkit-box-flex: 0;
  -ms-flex: none;
} */

/* #fanclub-section .container.container_fanclub .artist-color-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
} */

/* .container1060 {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
} */

.fanclub-section .pc {
  display: block !important;
}

.fanclub-section .sp {
  display: none !important;
}

.fanclub-section .heading_fc01 {
  margin: 0;
  margin-bottom: 1.5em;
  font-size: 2rem;
  font-weight: 700;
}

.fanclub-section .heading_brd01 {
  margin: 0;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-bottom: .4em;
  border-bottom: 1px solid #000;
  font-size: 1.5rem;
  font-weight: 700;
}

.fanclub-section .text_fanclub {
  margin: 0;
  line-height: 2;
  font-family: 'Noto Sans JP';
}

.fanclub-section .text_fanclub.text_fanclub02 {
  margin-top: 1.5em;
}

.fanclub-section .text_fanclub a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.fanclub-section .text_fanclub a:hover {
  opacity: .7;
  text-decoration: none;
}

.fanclub-section ul.list_caution {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fanclub-section ul.list_caution > li {
  display: block;
  position: relative;
  margin: 0;
  margin-bottom: .5em;
  padding-left: 1em;
  font-family: 'Noto Sans JP';
}

.fanclub-section ul.list_caution > li:last-child {
  margin-bottom: 0;
}

.fanclub-section ul.list_caution > li:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "※";
}

.fanclub-section .wrap_fanclub01 .img-wrap {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}

.fanclub-section .wrap_fanclub01 .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.fanclub-section .wrap_fanclub01 .link-btn01 {
  margin-top: 20px;
}

.fanclub-section .wrap_fanclub02 {
  margin-top: 60px;
}

.fanclub-section .wrap_fanclub02 .text {
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-family: 'Noto Sans JP';
}

.fanclub-section .wrap_fanclub02 .text.text01 {
  display: table;
  font-size: 1.375rem;
  font-weight: 700;
}

.fanclub-section .wrap_fanclub02 .text.text01:before,
.fanclub-section .wrap_fanclub02 .text.text01:after {
  display: block;
  position: absolute;
  top: 50%;
  width: 1px;
  height: 28px;
  background: #000;
  content: "";
}

.fanclub-section .wrap_fanclub02 .text.text01:before {
  right: 105%;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}

.fanclub-section .wrap_fanclub02 .text.text01:after {
  left: 105%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

.fanclub-section .wrap_fanclub02 .text.text02 {
  margin-top: 1.5em;
  line-height: 2;
}

.fanclub-section .wrap_fanclub02 .link-btn01 {
  margin-top: 10px;
}

.fanclub-section .text_price {
  margin: 0 auto;
  text-align: center;
  font-family: 'Noto Sans JP';
}

.fanclub-section .text_price01 {
  margin-top: 1.5em;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}

.fanclub-section .text_price01 > span {
  display: inline-block;
}

.fanclub-section .text_price01 .lrg {
  font-size: 1.571428571428571em;
}

.fanclub-section .text_price01 .sml {
  font-size: .642857142857143em;
}

.fanclub-section .text_price01 .slash {
  font-size: 1.285714285714286em;
}

.fanclub-section .text_price02 {
  margin-top: 1em;
  font-size: 1.125rem;
}

.fanclub-section .link-btn01 {
      display: table;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0.6em 1em 0.6em;
    text-align: center;
    text-decoration: none;
    border-radius: 13px;
    background: #000;
    -webkit-box-shadow: 5px 5px 5px rgb(0 0 0 / 25%);
    box-shadow: 5px 5px 5px rgb(0 0 0 / 25%);
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    -webkit-transition: all .4s;
    transition: all .4s;
    line-height: 37px;
}
}

.fanclub-section .link-btn01:hover {
  opacity: .7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

ul.special-list,
ul.special-list > li {
  display: block;
  margin: 0;
}

ul.special-list {
  margin-top: 90px;
  padding: 0;
  list-style: none;
}

ul.special-list > li {
  margin-bottom: 50px;
}

ul.special-list > li:last-child {
  margin-bottom: 0;
}

ul.special-list > li .box {
  padding: 40px;
  border: 1px solid #000;
  border-radius: 5px;
}

ul.special-list > li .box .heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.special-list > li .box .heading-wrap .heading {
  display: table;
  position: relative;
  margin: 0;
  padding: .1em .4em;
  padding-left: 40px;
  border-bottom: 1px solid #000;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
}

ul.special-list > li .box .heading-wrap .heading:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 28px;
  height: 39px;
  background: transparent url(./images/pages/fanclub/icon_arrow01.webp) no-repeat center center/contain;
  content: "";
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

ul.special-list > li .box .heading-wrap .text_sub {
  margin: 0;
  margin-left: 1em;
  font-size: 1.5rem;
  font-weight: 700;
}

ul.special-list > li .box .heading-wrap .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

ul.special-list > li .box .heading-wrap .img-wrap.img-wrap_kotobuki {
  width: 150px;
  margin-left: 25px;
}

ul.special-list > li .box .box_text {
  margin: 0;
  line-height: 2;
  font-family: 'Noto Sans JP';
}

ul.special-list > li .box .box_text.box_text01 {
  margin-top: 2em;
}

ul.special-list > li .box .item-wrap .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

ul.special-list > li .box .item-wrap .row > div {
  margin: 0 8px;
}

ul.special-list > li .box .item-wrap .row > div:first-child {
  margin-left: 0 !important;
}

ul.special-list > li .box .item-wrap .row > div:last-child {
  margin-right: 0 !important;
}

ul.special-list > li .box .item-wrap .item-name {
  margin: 0 auto;
  margin-top: .9em;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}

ul.special-list > li .box ul.content-list {
  margin-top: 20px;
}

ul.special-list > li .box .price-wrap01 {
  display: table;
}

ul.special-list > li .box .price-wrap01 .text_price01,
ul.special-list > li .box .price-wrap01 .text_price02 {
  margin-top: 0;
}

ul.content-list {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  vertical-align: top;
  font-size: 0;
}

ul.content-list > li {
  display: inline-block;
  margin: 1.5%;
  vertical-align: top;
  font-size: 1rem;
}

ul.content-list > li .img-wrap {
  max-width: 100px;
  margin: 0 auto;
}

ul.content-list > li .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

ul.content-list > li .content-name {
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Sans JP";
  /* font-size: 1.25rem; */
  font-size: 17px;
  line-height: 1.4;
}

.flow-wrap_fc01 ul.list_caution {
  margin-top: 30px;
}

ul.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display:      flex;
  width: 100%;
  margin: 0;
  margin-top: 25px;
  padding: 0;
  list-style: none;

  -webkit-box-lines: multiple;
     -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.flow-list > li {
      flex: 1;
  margin: 0 10px;

  -webkit-box-flex: 1;
  -ms-flex: 1;
}

ul.flow-list > li:nth-child(1) {
      flex: 4;

  -webkit-box-flex: 4;
  -ms-flex: 4;
}

ul.flow-list > li:nth-child(2) {
      flex: 5;

  -webkit-box-flex: 5;
  -ms-flex: 5;
}

ul.flow-list > li:nth-child(3) {
      flex: 6;

  -webkit-box-flex: 6;
  -ms-flex: 6;
}

ul.flow-list > li:nth-child(4) {
      flex: 8;

  -webkit-box-flex: 8;
  -ms-flex: 8;
}

ul.flow-list > li:first-child {
  margin-left: 0;
}

ul.flow-list > li:last-child {
  margin-right: 0;
}

ul.flow-list > li:last-child .box:after {
  display: none;
}

ul.flow-list > li .box {
  position: relative;
  height: 100%;
  padding: 30px 15px;
  padding-bottom: 70px;
  background: #333;
  color: #fff;
}

ul.flow-list > li .box:after {
  display: block;
  position: absolute;
  z-index: 1;
  right: -30px;
  bottom: 18px;
  width: 60px;
  height: 45px;
  background: transparent url(./images/pages/fanclub/icon_arrow02.webp) no-repeat center center/contain;
  content: "";
}

ul.flow-list > li .box .heading {
  margin: 0 auto;
  text-align: center;
  font-size: 1.0rem;
  font-weight: 700;
}

ul.flow-list > li .box .heading.heading02 {
  text-align: left;
}

ul.flow-list > li .box .text {
  margin: 0;
  font-size: 1.0rem;
}

ul.flow-list > li .box .text.text01,
ul.flow-list > li .box .text.text03 {
  margin-top: 1em;
}

ul.flow-list > li .box .text.text02 {
  margin-top: 2em;
}

ul.flow-list > li .box .text.text03 {
  text-align: center;
}

ul.flow-list > li .box .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

ul.flow-list > li .box .img-wrap.img-wrap01 {
  max-width: 95px;
  margin: 0 auto;
}

ul.flow-list > li .box .img-wrap.img-wrap03 {
  max-width: 80px;
  margin: 0 auto;
}

ul.flow-list > li .box .inner01 {
  display: table;
  margin: 0 auto;
  margin-top: 15px;
  font-size: 0;
}

ul.flow-list > li .box .inner01 .text,
ul.flow-list > li .box .inner01 .img-wrap {
  display: inline-block;
  margin: 0 1.5%;
  vertical-align: top;
  font-size: 1.0rem;
}

ul.flow-list > li .box .inner01 .text {
  width: 58.5%;
  margin-left: 0;
}

ul.flow-list > li .box .inner01 .img-wrap {
  width: 38.5%;
  margin-right: 0;
}

@media screen and (min-width: 1025px) {
  ul.content-list > li {
    width: 17.6%;
  }
  ul.content-list > li:nth-child(1),
  ul.content-list > li:nth-child(6) {
    margin-left: 0;
  }
  ul.content-list > li:nth-child(5),
  ul.content-list > li:nth-child(10),
  ul.content-list > li:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1151px) {
  ul.flow-list > li .box .img-wrap.img-wrap02 {
    position: absolute;
    top: 30px;
    right: 15px;
    width: 32%;
  }
}

@media screen and (min-width: 569px) and (max-width: 1024px) {
  ul.content-list > li {
    width: 31.3%;
  }
  ul.content-list > li:nth-child(1),
  ul.content-list > li:nth-child(4) {
    margin-left: 0;
  }
  ul.content-list > li:nth-child(3),
  ul.content-list > li:nth-child(6),
  ul.content-list > li:last-child {
    margin-right: 0;
  }
}

/* @media screen and (max-width: 1213px) {
  .container1060 {
    padding-right: 20px;
    padding-left: 20px;
  }
} */

@media screen and (max-width: 1150px) {
  ul.flow-list > li .box .text.text02 {
    margin-top: 1em;
  }
  ul.flow-list > li .box .img-wrap.img-wrap02 {
    max-width: 95px;
    margin: 0 auto;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1100px) {
  ul.special-list > li .box .heading-wrap .heading {
    font-size: 2rem;
  }
  ul.special-list > li .box .heading-wrap .img-wrap.img-wrap_kotobuki {
    width: 130px;
  }
}

@media screen and (max-width: 1024px) {
  .fanclub-section .heading_fc01 {
    font-size: 1.75rem;
  }
  ul.special-list > li .box {
    padding: 25px;
  }
  ul.special-list > li .box .heading-wrap .heading {
    padding-left: 35px;
    font-size: 1.75rem;
  }
  ul.special-list > li .box .heading-wrap .heading:before {
    width: 23px;
    height: 32px;
  }
  ul.special-list > li .box .heading-wrap .img-wrap.img-wrap_kotobuki {
    width: 110px;
  }
  ul.special-list > li .box .item-wrap .item-name {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 992px) {
  /* #fanclub-section .container.container_fanclub {
    padding-right: 20px !important;
  } */
  ul.content-list {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 900px) {
  ul.flow-list,
  ul.flow-list > li {
    display: block;
    width: 100%;
    margin: 0;
  }
  ul.flow-list {
    margin-top: 25px;
  }
  ul.flow-list > li {
    margin-bottom: 16px;
  }
  ul.flow-list > li:last-child {
    margin-bottom: 0;
  }
  ul.flow-list > li:last-child .box {
    padding-bottom: 30px;
  }
  ul.flow-list > li .box {
    padding-bottom: 50px;
  }
  ul.flow-list > li .box:after {
    right: 50%;
    bottom: -30px;
    width: 45px;
    height: 60px;
    background: transparent url(./images/pages/fanclub/icon_arrow03.webp) no-repeat center center/contain;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
  ul.flow-list > li .box .heading.heading02 {
    text-align: center;
  }
  ul.flow-list > li .box .text {
    display: table;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .fanclub-section .pc {
    display: none !important;
  }
  .fanclub-section .sp {
    display: block !important;
  }
  .fanclub-section .heading_fc01 {
    font-size: 1.5rem;
  }
  .fanclub-section .heading_brd01 {
    font-size: 1.25rem;
  }
  .fanclub-section .wrap_fanclub01 .img-wrap {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
  }
  .fanclub-section .wrap_fanclub01 .img-wrap img {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
  }
  .fanclub-section .wrap_fanclub01 .link-btn01 {
    margin-top: 20px;
  }
  .fanclub-section .text_price01 .slash {
    display: none;
  }
  ul.special-list {
    margin-top: 45px;
  }
  ul.special-list > li {
    margin-bottom: 40px;
  }
  ul.special-list > li .box {
    padding: 20px;
  }
  ul.special-list > li .box > .row > div {
    margin: 0;
  }
  ul.special-list > li .box .heading-wrap.heading-wrap02 {
    display: block;
  }
  ul.special-list > li .box .heading-wrap.heading-wrap02 .text_sub {
    margin-top: 1em;
    margin-left: 0;
    font-size: 1.25rem;
  }
  ul.special-list > li .box .item-wrap {
    max-width: 450px;
    margin: 0 auto;
    margin-top: 20px;
  }
  ul.special-list > li .box .item-wrap .row {
        flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
  }
  ul.special-list > li .box .price-wrap01 {
    margin: 0 auto;
    margin-top: 20px;
  }
}

@media screen and (max-width: 568px) {
  ul.content-list {
    max-width: 300px;
  }
  ul.content-list > li {
    width: 48.5%;
  }
  ul.content-list > li:nth-child(odd) {
    margin-left: 0;
  }
  ul.content-list > li:nth-child(even),
  ul.content-list > li:last-child {
    margin-right: 0;
  }
  ul.content-list > li .img-wrap {
    max-width: 75px;
  }
  ul.content-list > li .content-name {
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .fanclub-section .heading_fc01 {
    font-size: 1.25rem;
  }
  .fanclub-section .heading_brd01 {
    font-size: 1.125rem;
  }
  .fanclub-section .link-btn01 {
    border-radius: 10px;
    font-size: 1.5rem;
  }
  .fanclub-section .text_price01 {
    font-size: 1.5rem;
  }
  .fanclub-section .text_price02 {
    font-size: .75rem;
  }
  .fanclub-section .wrap_fanclub02 {
    margin-top: 50px;
  }
  .fanclub-section .wrap_fanclub02 .text.text01 {
    font-size: 1.125rem;
  }
  .fanclub-section .wrap_fanclub02 .text.text01:before,
  .fanclub-section .wrap_fanclub02 .text.text01:after {
    height: 23px;
  }
  .fanclub-section .wrap_fanclub02 .text.text01:before {
    right: 107%;
  }
  .fanclub-section .wrap_fanclub02 .text.text01:after {
    left: 107%;
  }
  .fanclub-section .wrap_fanclub02 .text.text02 {
    font-size: .875rem;
  }
  ul.special-list > li .box .heading-wrap .heading {
    padding-left: 32px;
    font-size: 1.5rem;
  }
  ul.special-list > li .box .heading-wrap .heading:before {
    width: 20px;
    height: 28px;
  }
  ul.special-list > li .box .heading-wrap .img-wrap.img-wrap_kotobuki {
    width: 90px;
    margin-left: 20px;
  }
  ul.special-list > li .box .heading-wrap.heading-wrap02 {
    display: block;
  }
  ul.special-list > li .box .heading-wrap.heading-wrap02 .text_sub {
    font-size: 1.125rem;
  }
  ul.special-list > li .box .item-wrap .item-name {
    font-size: 1rem;
  }
  ul.flow-list > li .box .heading {
    font-size: 1.0rem;
  }
  ul.flow-list > li .box .text {
    font-size: .875rem !important;
  }
}

@media screen and (max-width: 375px) {
  .fanclub-section .link-btn01 {
    font-size: 1.25rem;
  }
  .fanclub-section .text_price01 {
    font-size: 1.25rem;
  }
  ul.special-list > li .box .heading-wrap .heading {
    padding-left: 29px;
    font-size: 1.25rem;
  }
  ul.special-list > li .box .heading-wrap .heading:before {
    width: 17px;
    height: 24px;
  }
  ul.special-list > li .box .heading-wrap .img-wrap.img-wrap_kotobuki {
    width: 70px;
    margin-left: 15px;
  }
  ul.special-list > li .box .item-wrap .item-name {
    font-size: .75rem;
  }
}
/*# sourceMappingURL=style.css.map */

.news-wrapper a {
  text-decoration: underline;
}
.category-btns a {
  text-decoration: none !important;
}
.news-item-left a {
  text-decoration: none !important;
}
.news-list a {
  text-decoration: none !important;
}
.news-text a {
  text-decoration: none !important;
}

@media screen and (max-width: 479px) {
  .fanclub-section .wrap_fanclub01 .img-wrap {
    width: 100%;
    max-width: 244px;
    margin: 0 auto;
  }
}
.sendbo {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 10px 81px;
  text-align: center;
  letter-spacing: .03em;
  border: none;
  border-radius: 15.0657px;
  background: #000;
  box-shadow: 3.17172px 3.17172px 3.17172px rgb(0 0 0 / 25%);
  cursor: pointer;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 25.3737px;
  font-weight: 700;
  font-style: normal;
  line-height: 145%;
}
.sendbo a {
  color: #fff;
}
@media screen and (max-width: 479px) {
.new1a {
    display: -webkit-box !important;
}
}
.produce-section .work-right img {
    display: unset;
}