@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Poppins:wght@500;600&display=swap');
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  min-width: 1220px;
  color: #000000;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
}
#myc {
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  word-break: break-word;
  /*
        for footer
    */
  position: relative;
  box-sizing: border-box;
  min-height: 100vh;
  padding-bottom: 136px;
}
#myc .en {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
#myc .blue, #myc a .blue {
  color: #0d1d41;
}
#myc .cf:after {
  content: "";
  display: block;
  clear: both;
}
#myc h1, #myc h2, #myc h3, #myc h4, #myc h5, #myc h6, #myc p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit;
}
#myc table, #myc tr, #myc th, #myc td, #myc form {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
#myc input[type=text], #myc input[type=mail], #myc input[type=password], #myc textarea, #myc select, #myc input+label {
  font-size: 16px;
}
#myc button, #myc input[type=submit], #myc input[type=button] {
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}
#myc th, #myc td {
  vertical-align: top;
}
#myc ol, #myc ul {
  padding: 0;
  list-style-position: inside;
}
#myc img {
  border: 0;
  vertical-align: top;
}
#myc img.type-border {
  box-sizing: border-box;
  border: 1px solid #ddd;
}
#myc .ez-wide {
  width: 100%;
  height: auto;
}
#myc .sp-only {
  display: none;
}
#myc .centerview {
  position: relative;
  margin: 0 auto;
  width: 1170px;
}
#myc a {
  color: #000;
  text-decoration: none;
}
#myc a:hover {
  text-decoration: underline;
}
#myc a img {
  transition-duration: 0.1s;
}
#myc a:hover img {
  opacity: 0.85;
}
#myc .partition:after {
  content: "";
  display: block;
  clear: both;
}
#myc .partition .left {
  float: left;
  width: 50%;
}
#myc .partition .right {
  float: right;
  width: 50%;
}
#myc .text+.text {
  margin-top: 1em;
}
#myc .text-line {
  display: inline-block;
}
#myc .top-ss {
  margin-top: 12px;
}
#myc .top-s {
  margin-top: 16px;
}
#myc .top-m {
  margin-top: 24px;
}
#myc .top-l {
  margin-top: 32px;
}
#myc .top-ll {
  margin-top: 40px;
}
#myc .center {
  text-align: center;
}
#myc .pagetop-show-position {
  position: relative;
}
#myc .pagetop-parents {
  position: relative;
}
#myc #myc-pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
  z-index: 1;
}
html.remodal-is-locked #myc #myc-pagetop .pagetop {
  display: none !important;
}
#myc.standby #myc-pagetop .pagetop {
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}
#myc #myc-pagetop .pagetop.show {
  opacity: 1;
  pointer-events: inherit;
}
#myc #myc-pagetop .fix-area {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 16px;
}
#myc #myc-pagetop.no-fix .fix-area {
  position: inherit;
}
#myc .video {
  margin: 0 auto;
  width: 1000px;
  text-align: center;
}
#myc .gyao-player {
  margin: 0 auto;
  width: 640px;
  height: 380px;
}
#myc #myc-loading {
  display: none;
  font-size: 13px;
  color: #ccc;
}
#myc.loading #myc-loading {
  display: inherit;
}
#myc.loading.loaded #myc-loading {
  display: none;
}
#myc #myc-loading .inner {
  display: table;
  width: 100%;
  height: 100vh;
}
#myc #myc-loading .inner .inner-sub {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#myc.loading #myc-loaded {
  display: none;
}
#myc.loading.loaded #myc-loaded {
  display: inherit;
}
#myc .common-shadow {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
#myc.standby .accordion .accordion-open .is-open {
  display: none;
}
#myc.standby .accordion.show .accordion-open .is-open {
  display: inherit;
}
#myc.standby .accordion.show .accordion-open .is-close {
  display: none;
}
#myc.standby .accordion .accordion-main {
  display: none;
}
#myc .section {
  padding: 80px 0;
}
#myc .section-title {
  text-align: center;
  font-size: 220%;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #0d1d41;
}
#myc .section-inner {
  margin-top: 64px;
  padding-top: 60px;
  border-top: 1px solid #0d1d41;
}
#myc .section-inner.type-noborder {
  border-top: inherit;
}
#myc .section-inner.type-notop {
  padding-top: inherit;
}
#myc .section-inner.type-border-bottom {
  padding-bottom: 60px;
  border-bottom: 1px solid #dddddd;
}
#myc .category-list+.section-inner {
  width: 80%;
  margin: 50px auto 0;
}
#myc .ez-row-ll {
  margin-top: 48px;
}
#myc .ez-row-l {
  margin-top: 32px;
}
#myc .ez-row-m {
  margin-top: 16px;
}
#myc .ez-row-s {
  margin-top: 8px;
}
#myc .ez-pad-l {
  padding: 32px 48px;
}
#myc .ez-pad-m {
  padding: 16px 24px;
}
#myc .ez-pad-s {
  padding: 8px 12px;
}
#myc .ez-inline {
  display: inline-block;
}
#myc .ez-zerolist {
  font-size: 0;
}
#myc .ez-left {
  text-align: left;
}
#myc .ez-right {
  text-align: right;
}
#myc .ez-center {
  text-align: center;
}
#myc .ez-table {
  display: table;
  width: 100%;
}
#myc .ez-tr {
  display: table-row;
}
#myc .ez-th {
  display: table-cell;
}
#myc .ez-td {
  display: table-cell;
}
#myc .ez-wide {
  width: 100%;
}
#myc .ez-half {
  width: 50%;
}
#myc .ez-third {
  width: 33.33%;
}
#myc .ez-flex {
  display: flex;
  justify-content: center;
}
#myc .ez-content-center {
  justify-content: center;
}
#myc .ez-flex-wrap {
  flex-wrap: wrap;
}
#myc .ez-vmiddle {
  vertical-align: middle;
}
#myc .ez-vtop {
  vertical-align: top;
}
#myc .ez-small {
  font-size: 85%;
}
/* #myc .ez-large {
  font-size: 120%;
} */
#myc .ez-large-2 {
  font-size: 140%;
}
#myc .ez-large-3 {
  font-size: 200%;
}
#myc .ez-bold {
  font-weight: bold;
}
#myc .ez-nowrap {
  white-space: nowrap;
}
#myc .ez-relative {
  position: relative;
}
#myc .ez-red {
  color: #ff0000;
}
#myc .ez-white {
  color: #fff;
}
#myc .ez-bg-white {
  background-color: #ffffff;
}
#myc .ez-double {
  line-height: 2;
}
#myc .ez-subsection {
  padding: 32px 0;
}
#myc .ez-subsection:first-child {
  padding-top: 0;
}
#myc .ez-subsection:last-child {
  padding-bottom: 0;
}
#myc .ez-subsection-inner {
  margin-top: 20px;
}
#myc .ez-mark {
  position: relative;
  padding-left: 1em;
}
#myc .ez-mark:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '※';
}
#myc .ez-mark.type-aster:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '*';
}
#myc .ez-pcwidebox {
  display: flex;
  justify-content: space-between;
}
#myc .ez-pcwidebox .item {
  width: 100%;
}
#myc .ez-pcwidebox .item+.item {
  margin-left: 24px;
}
#myc .ez-image-border {
  box-sizing: border-box;
  border: 1px solid #c0c0c0;
}
#myc .ez-tabview .ez-tabview-header {
  display: flex;
}
#myc .ez-tabview .ez-tabview-header .item {
  flex-grow: 1;
  background-color: #ccc;
}
#myc .ez-tabview .ez-tabview-header .item.active {
  background-color: #fff;
}
#myc .ez-tabview .ez-tabview-header .item a {
  display: block;
}
#myc .ez-tabview .ez-tabview-header .item.active a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
#myc .ez-tabview .ez-tabview-content .item {
  display: none;
}
#myc .ez-tabview .ez-tabview-content .item.active {
  display: inherit;
}
/*
	modal
*/
#myc .modal {
  vertical-align: top;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 72px 0;
  text-align: left;
  pointer-events: none;
}
#myc .modal .firstview {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 56px 56px 72px;
  width: 647px;
  background-size: cover;
  pointer-events: auto;
}
#myc .modal.type-movie .firstview {
  padding: 0;
  width: 1000px;
  background-image: inherit;
}
#myc .modal .firstview .close-button {
  position: absolute;
  right: 0;
  top: -43px;
  width: 42px;
  height: 42px;
}
#myc .modal .firstview .photo-area {
  position: relative;
}
#myc .modal .firstview .photo-area .button {
  position: absolute;
  top: 50%;
  transform: translateY(-15px);
}
#myc .modal .firstview .photo-area .slider {
  position: relative;
}
#myc .modal .firstview .photo-area .swiper-button-prev {
  left: -36px;
  margin-top: -15px;
  width: 19px;
  height: 30px;
  background-image: url(../../images/modal_prev.png);
  background-size: contain;
}
#myc .modal .firstview .photo-area .swiper-button-next {
  right: -36px;
  margin-top: -15px;
  width: 19px;
  height: 30px;
  background-image: url(../../images/modal_next.png);
  background-size: contain;
}
#myc .modal .firstview .text-list .item {
  display: none;
}
#myc .modal .firstview .text-list .item:first-child {
  display: inherit;
}
#myc .remodal-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
/*
	remodal animation
*/
#myc .remodal-overlay.remodal-is-opening, #myc .remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
#myc .remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}
#myc .remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}
#myc .remodal.remodal-is-opening, #myc .remodal.remodal-is-closing {
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
#myc .remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}
#myc .remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}
@keyframes remodal-opening-keyframes {
  from {
    transform: translateY(-4px);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: translateY(0px);
    opacity: 1;
  }
  to {
    transform: translateY(-4px);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#myc .logo {
  display: flex;
  align-items: center;
  height: 32px;
}
#myc .logo img {
  width: auto;
  height: 24px;
}
#myc .sns-list .item+.item {
  margin-left: 25px;
}
#myc .sns-list .link-sns {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
}
#myc .sns-list .link-sns img {
  width: 100%;
  height: auto;
}
#myc .sns-list .link-sns .language {
  position: absolute;
  left: 28px;
  top: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  font-size: 80%;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  white-space: nowrap;
  color: #0d1d41;
}
#myc .link-button {
  display: inline-block;
  padding: 10px 48px;
  color: #fff;
  text-decoration: none;
  background-image: url("../images/link_back_arrow.png");
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 5px auto;
  background-color: #19243E;
}
#myc .link-button.type-buy {
  padding: 10px 24px 10px 48px;
  background-image: url("../images/link_buy_arrow.png");
  background-size: 24px auto;
  background-color: #3949C0;
}
#myc .link-button:hover {
  opacity: 0.85;
  text-decoration: none;
}
#myc .category-list {
  display: flex;
  margin-top: 64px;
  justify-content: center;
}
#myc .category-list .item+.item {
  margin-left: 24px;
}
#myc .category-list .item a {
  display: inline-block;
  padding: 0 4px;
  /* color: #0d1d41; */
  text-decoration: none;
}
#myc .category-list .item a:hover, #myc .category-list .item a.active {
  color: #fff;
  /* background-color: #0d1d41; */
}
/*
	paging
*/
#myc .paging {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
#myc .paging .item {
  box-sizing: border-box;
}
#myc .paging .item.number {
  border: 1px solid #e0e0e0;
}
#myc .paging .item.active, #myc .paging .item.number:hover {
  /* border: 1px solid #0D1D41;
  background-color: #0D1D41; */
}
#myc .paging .item+.item {
  margin-left: 8px;
}
#myc .paging .item:not(.number)+.item:not(.number) {
  margin-left: 0;
}
#myc .paging .item a, #myc .paging .item span {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 36px;
  height: 40px;
  color: #000;
  text-decoration: none;
}
#myc .paging .item.number a, #myc .paging .item.number span {
  padding: 12px 12px;
  width: inherit;
  height: inherit;
  line-height: 14px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
#myc .paging .item.number.active a, #myc .paging .item.number.active span, #myc .paging .item.number:hover a {
  color: #fff;
}
#myc .song-list {
  margin: 0;
  list-style: none;
  counter-reset: song-number 0;
}
#myc .song-list li:before {
  content: '・';
  display: inline-block;
  width: 1.4em;
}
#myc .song-list.type-number li:before {
  counter-increment: song-number 1;
  content: counter(song-number) '.';
}
#myc .wp-content p {
  margin: 1em 0;
}
#myc .wp-content *:first-child {
  margin-top: inherit;
}
/*
	menu
*/
#myc #myc-menu-open {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
}
#myc #myc-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#myc #myc-menu .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition-duration: 0.4s;
}
#myc #myc-menu .contents {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 50%;
  color: #fff;
  background-color: #0D1D41;
  transition-duration: 0.4s;
}
#myc #myc-menu #myc-menu-close {
  position: absolute;
  right: 16px;
  top: 16px;
  transition-duration: 0.4s;
}
#myc #myc-menu .list {
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
#myc #myc-menu .list .item {
  text-align: center;
}
#myc #myc-menu .list .item+.item {
  margin-top: 40px;
}
#myc #myc-menu .list .item a {
  color: #fff;
  text-decoration: none;
}
#myc #myc-menu .list .item img {
  width: 377px;
}
#myc #myc-menu .sns-list {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  justify-content: center;
}
#myc #myc-menu .sns-list .link-sns {
  width: 40px;
  height: 40px;
}
#myc #myc-menu .sns-list .language {
  left: 42px;
  color: #fff;
}
#myc #myc-menu.hide {
  pointer-events: none;
}
#myc #myc-menu.hide .bg {
  opacity: 0;
  transition-duration: 0.8s;
}
#myc #myc-menu.hide .contents {
  opacity: 0;
  transform: translateX(2%);
  transition-duration: 0.8s;
}
#myc #myc-menu.hide #myc-menu-close {
  opacity: 0;
  transition-duration: 0.8s;
}
#myc .slider {
  position: relative;
}
#myc .modal .firstview .swiper-wrapper {
  text-align: center;
  align-items: center;
}
#myc .slider .swiper-button-prev {
  width: 14px;
  height: 30px;
  /*background-image: url("../images/mainvisual_arrow_01.png");*/
  background-size: contain;
}
#myc .slider .swiper-button-next {
  width: 14px;
  height: 30px;
  /*background-image: url("../images/mainvisual_arrow_02.png");*/
  background-size: contain;
}
#myc .slider .swiper-pagination {
  position: inherit;
  margin-top: 12px;
  text-align: center;
}
#myc .slider .swiper-pagination-bullet {
  box-sizing: border-box;
  margin: 0 4px;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: inherit;
  opacity: inherit;
}
#myc .slider .swiper-pagination-bullet-active {
  border: inherit;
  background: rgba(0, 0, 0, 0.2);
}
#myc .slider .swiper-pagination-bullets {
  bottom: 0;
}
#myc #myc-gnavi {
  position: sticky;
  top: 0;
  padding: 6px 24px 6px 16px;
  justify-content: space-between;
  background-color: #f7f7f7;
  z-index: 2;
}
#myc.type-home #myc-gnavi {
  background-color: #fff;
}
#myc #myc-gnavi .menu-list {
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 80%;
}
#myc #myc-gnavi .menu-list .item+.item {
  margin-left: 48px;
}
#myc #myc-gnavi .menu-list .item a {
  display: inline-block;
  padding: 0 4px;
  color: #0d1d41;
  text-decoration: none;
}
#myc #myc-gnavi .menu-list .item a:hover, #myc #myc-gnavi .menu-list .item a.active {
  color: #49bab4;
}
#myc #myc-gnavi .sns-list {
  align-items: center;
}
#myc #myc-mainvisual img {
  width: 100%;
  height: auto;
}
#myc #myc-information .left {
  width: 340px;
}
#myc #myc-information .right {
  width: 776px;
}
#myc #myc-information .photo img {
  width: 100%;
  height: auto;
}
#myc #myc-information .short {
  margin: 0 auto;
  max-width: 776px;
}
#myc #myc-newssns .newssns-partition {
  justify-content: space-between;
}
#myc #myc-newssns .newssns-partition .side {
  width: 540px;
}
#myc #myc-newssns .list .item {
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
#myc #myc-banner .list {
  /*background-color: #ffcc00;*/
}
#myc #myc-banner .list .item {
  width: 250px;
}
#myc #myc-banner .list .item+.item {
  margin-left: 90px;
}
#myc #myc-banner .list .item:nth-child(n+4) {
  margin-top: 48px;
}
#myc #myc-banner .list .item:nth-child(3n-2) {
  margin-left: 0;
}
#myc #myc-banner .list .item img {
  width: 100%;
  height: auto;
}
#myc #myc-footer {
  padding: 20px 0;
  color: #fff;
  background-color: #19243e;
  /*
        bottom
    */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#myc #myc-back {
  padding: 0;
}
#myc #myc-discography .list .item {
  display: block;
  margin-left: 30px;
  margin-bottom: 30px;
  width: 170px;
}
/* #myc #myc-discography .list .item:nth-child(6n-5) {
  margin-left: 0;
}
#myc #myc-discography .list .item:nth-child(n+7) {
  margin-top: 60px;
} */
#myc #myc-discography .list .item .link {
  display: block;
  text-decoration: none;
}
#myc #myc-discography .list .item .thumb {
  display: block;
}
#myc #myc-discography .list .item .thumb img {
  width: 100%;
  height: auto;
}
#myc #myc-discography .list .item .desc {
  display: block;
  margin-top: 8px;
}
#myc #myc-discography .list .item .desc .category {
  display: block;
  color: #6e6e6e;
  font-size: 90%;
}
#myc #myc-discography .list .item .desc .title {
  display: block;
  margin-top: 8px;
  color: #0d1d41;
}
#myc #myc-news .list .item {
  padding: 56px 0;
  border-bottom: 1px solid #dddddd;
}
/* #myc #myc-news .list .item:first-child
{
    padding-top: 0;
} */
#myc #myc-news .list .item .title a {
  color: #000;
}
#myc #myc-profile .main img {
  width: 100%;
  height: auto;
}
#myc #myc-profile .list .list-item {
  width: 330px;
  margin-left: 90px;
  color: #27262b;
}
#myc #myc-profile .list .list-item:nth-child(3n-2) {
  margin-left: 0;
}
#myc #myc-profile .list .list-item:nth-child(n+4) {
  margin-top: 64px;
}
#myc #myc-profile .list .list-item .thumb img {
  width: 100%;
  height: auto;
}
#myc #myc-profile .list .list-item .sns-list .item+.item {
  margin-left: 20px;
}
/*
	scrollmagic
*/
#myc.standby .scrollmagic {
  opacity: 0;
  transition-duration: 0.8s;
  transition-timing-function: sine-out;
  transform: translateY(12px);
}
#myc.standby .scrollmagic.show {
  opacity: 1 !important;
  transform: translateX(0) translateY(0) scale(1) !important;
}
#myc.standby .scrollmagic:nth-child(2) {
  transition-delay: 0.1s;
}
#myc.standby .scrollmagic:nth-child(3) {
  transition-delay: 0.2s;
}
#myc.standby .scrollmagic:nth-child(4) {
  transition-delay: 0.3s;
}
#myc.standby .scrollmagic:nth-child(5) {
  transition-delay: 0.4s;
}
#myc.standby .scrollmagic:nth-child(6) {
  transition-delay: 0.5s;
}
#myc.standby .scrollmagic:nth-child(n+7) {
  transition-delay: 0.6s;
}
/*
	transition
*/
#myc.standby.reset * {
  transition-delay: 0s !important;
  transition-duration: 0s !important;
}

@media (max-width:480px) {
	#myc .category-list+.section-inner {
    width: 100%;
	}

}