@charset "UTF-8";
/* --------------------------------

Primary style

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

html {
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: 0.03em;
  position: relative;
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif; }
  overflow-x: hidden;

html {
  font-size: 62.5%; }

a {
  text-decoration: none;
  transition: all .3s;
  color: #000; }

.img {
  max-width: 100%;
  height: auto;
  display: block; }

input[type="search"]::-ms-clear {
  /* removes close icon - IE */
  display: none; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

ul {
  padding-inline-start: 0px;
  -webkit-padding-start: 0 !important;
  list-style-type: none;
  margin-block-start: 0em !important;
  margin-block-end: 0em !important; }

/********************header**************************/
header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all .5s;
  background: #000; /* Add more Apr05 */}
  header.bg {
    background: black; }
    @media only screen and (max-width: 480px) {
      header.bg {
        background: #000; } }
  header.non-front-page {
    background: #000; }
  @media only screen and (max-width: 480px) {
    header {
      height: 80px;
      background: #000; } }
  header .header-inner {
    padding: 20px 0;
    height: 100%;
    width: 960px;
    margin: 0 auto; }
    @media only screen and (max-width: 960px) {
      header .header-inner {
        padding: 15px 0; } }
    @media only screen and (max-width: 960px) {
      header .header-inner {
        width: 96%; } }
    @media only screen and (max-width: 480px) {
      header .header-inner {
        height: 80px; } }
    header .header-inner .sph1 {
      position: fixed;
      top: 15px;
      left: 25%;
      transform: translateX(-50%); }
      header .header-inner .sph1 img {
        width: auto;
        margin: 0 auto; }
        @media only screen and (max-width: 480px) {
          header .header-inner .sph1 img {
            height: 45px; } }

nav .pc ul {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;

  /* new styles */
  padding-left: 0; }
  @media only screen and (min-width: 960px) {
    nav .pc ul li {
      margin-right: 40px; }
      nav .pc ul li:last-child {
        margin-right: 0; } }
  @media only screen and (max-width: 960px) {
    nav .pc ul li {
      margin-right: 20px; }
      nav .pc ul li:last-child {
        margin-right: 0; } }
  nav .pc ul li img {
    margin: 0 auto 0 auto;
  
    /* new styles */ 
    height: 13px; }
  nav .pc ul li:nth-child(4) img {
    /* new styles */ 
    height: 79px; }
    @media only screen and (max-width: 960px) {
      nav .pc ul li img {
        width: 75%;

        /* new styles */ 
        height: auto; } }
    @media only screen and (max-width: 960px) {
      nav .pc ul li:nth-child(4) img {
        /* new styles */ 
        height: auto; } }
    @media only screen and (max-width: 960px) {
      nav .pc ul li img {
        width: 100%; } }

nav .sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: all .5s;
  padding-top: 80px; }
  nav .sp.open {
    transform: translateX(0%); }
  nav .sp ul {
    display: grid;
    gap: 0;
    grid-template-rows: repeat(3, 50px);
    grid-template-columns: repeat(2, 50%);
    background: black;
    height: auto;
    -webkit-margin-before: 0em !important;
    -webkit-margin-after: 0em !important; }
    nav .sp ul li {
      width: 100%;
      padding: 20px 10px;
      border: 0px solid #fff;
      margin-bottom: 0px;
      border-top: 1px solid #222222;
      border-right: 1px solid #222222; }
      nav .sp ul li:nth-child(even) {
        border-right: 0px solid #222222; }
      nav .sp ul li:nth-child(5), nav .sp ul li:nth-child(6) {
        border-bottom: 1px solid #222222; }
      nav .sp ul li img {
        margin: 0 auto;
        height: 12px; }

.nav-toggle {
  position: fixed;
  top: 25px;
  right: 25px;
  cursor: pointer;
  width: 30px;
  height: 30px; }
  .nav-toggle span {
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    background: #fff;
    transition: all .5s; }
    .nav-toggle span:first-child {
      top: 0;
      transform: rotate(0deg); }
    .nav-toggle span:nth-child(2) {
      top: 12px;
      width: 20px; }
    .nav-toggle span:last-child {
      top: 24px;
      transform: rotate(0deg); }
  .nav-toggle.open span:first-child {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg); }
  .nav-toggle.open span:nth-child(2) {
    width: 0;
    left: 50%; }
  .nav-toggle.open span:last-child {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg); }

/******************** Content **************************/
.cont {
  margin-bottom: 120px;
  font-size: 14px; }
  @media only screen and (max-width: 960px) {
    .cont {
      margin-bottom: 80px; } }
  @media only screen and (max-width: 480px) {
    .cont {
      margin-bottom: 40px; } }
  @media only screen and (min-width: 960px) {
    .cont .cont-inner {
      width: 960px;
      margin: 0 auto; } }
  @media only screen and (max-width: 960px) {
    .cont .cont-inner {
      width: 960px;
      margin: 0 auto; } }
  @media only screen and (max-width: 960px) {
    .cont .cont-inner {
      width: 96%; } }
  @media only screen and (max-width: 480px) {
    .cont .cont-inner {
      width: 100%;
      padding: 0 10px; } }
  .cont .cont-inner h2 {
    margin-bottom: 60px; }
    @media only screen and (max-width: 960px) {
      .cont .cont-inner h2 {
        margin-bottom: 45px; } }
    @media only screen and (max-width: 480px) {
      .cont .cont-inner h2 {
        margin-bottom: 30px; } }
    .cont .cont-inner h2 img {
      margin: 0 auto;
      height: 32px; }
      @media only screen and (max-width: 960px) {
        .cont .cont-inner h2 img {
          width: auto;
          height: 26px; } }
      @media only screen and (max-width: 480px) {
        .cont .cont-inner h2 img {
          height: 20px; } }

.button a {
  margin: 0 auto;
  background: #000 url("../3images_2019/next_s.png") 90% center no-repeat;
  display: block;
  width: 290px;
  height: 75px;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  border-radius: 50px; }
  @media only screen and (max-width: 960px) {
    .button a {
      width: 217px;
      height: 56px;
      padding: 20px 0;
      font-size: 14px; } }
  @media only screen and (max-width: 480px) {
    .button a {
      width: 100%;
      height: 55px;
      padding: 20px 0; } }

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

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

#breadcrumb {
  margin-top: 150px;
  margin-bottom: 0px; }
  @media only screen and (max-width: 960px) {
    #breadcrumb {
      margin-top: 133px;
      margin-bottom: 60px; } }
  @media only screen and (max-width: 480px) {
    #breadcrumb {
      margin-top: 103px;
      margin-bottom: 30px; } }
  #breadcrumb .breadcrumb-inner span.breadcrumb-arrow {
    font-weight: bold; }
  #breadcrumb .breadcrumb-inner span.current-page {
    color: #dddddd; }

main {
  position: relative;
  margin-top: 70px;	/* Add more Apr05 */ }
  @media only screen and (max-width: 480px) {
    main {
      padding-bottom: 40px; } }
  main.non-front-page {
    margin-top: 80px;
    overflow: hidden; }
    @media only screen and (max-width: 960px) {
      main.non-front-page {
        margin-top: 60px; } }
    @media only screen and (max-width: 480px) {
      main.non-front-page {
        margin-top: 30px; } }
    @media only screen and (max-width: 480px) {
      main.non-front-page .cont {
        padding-bottom: 40px;
        margin-bottom: 0px; } }

.TopBtn {
  right: 10px;
  z-index: 99; 
  position: absolute;
  bottom:0;}
  @media only screen and (max-width: 480px) {
    .TopBtn {
      right: 0px; } }
  .TopBtn img {
    width: 60%;
    margin-left: auto; }

span.news-cat {
  width: 120px;
  padding: 5px;
  margin-right: 40px;
  text-align: center;
  border-radius: 3px;
  font-size: 12px;
  display: block; }
  @media only screen and (max-width: 960px) {
    span.news-cat {
      margin-right: 30px;
      width: 95px; } }
  @media only screen and (max-width: 960px) {
    span.news-cat {
      padding: 5px; } }

span.cat-event {
    background: #d1ff30;
}

span.cat-release {
    background: #ff3830;
    color:#fff;
}

span.cat-media {
    background: #31bfff;
    color:#fff;
    width:150px;
}

span.cat-live {
    background: #ffc830;
    color:#fff;
}

span.cat-mag {
    background: #4f31ff;
    color:#fff;
}

span.cat-etc {
  background: #30ff7d;
    color:#fff;
}


/********************Top**************************/
#hero {
  position: relative; }
  @media only screen and (max-width: 480px) {
    #hero {
      margin-top: 80px; } }
  #hero .hero-new-release {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 99; }
    @media only screen and (max-width: 960px) {
      #hero .hero-new-release {
        display: none; } }

/*#TOPIC .top-list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 31%);
  display: -ms-grid;
  -ms-gap: 30px;
  -ms-grid-template-columns: repeat(3, 31%);
}*/
/*@media only screen and (max-width: 960px) {
    #TOPIC .top-list {
      gap: 20px;
      grid-template-columns: repeat(2, 48%);
        -ms-gap: 20px;
        -ms-grid-template-columns: repeat(2, 48%);
       }
}
  @media only screen and (max-width: 480px) {
    #TOPIC .top-list {
      gap: 10px;
      grid-template-columns: repeat(2, 48%);
      -ms-gap: 10px;
      -ms-grid-template-columns: repeat(2, 48%);
      }
}*/

#TOPIC .top-list {
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}


#TOPIC .top-list .list-inner {
    width: 31%;
    margin-right: 10px;
     margin-bottom: 10px;
}

@media only screen and (max-width: 960px) {
    #TOPIC .top-list .list-inner {
        width: 48%;
        margin-right: 0px;
    }
}

#TOPIC .top-list .list-inner .list-inner-thumbnail {
    margin-bottom: 20px;
}

@media only screen and (max-width: 960px) {
    #TOPIC .top-list .list-inner .list-inner-thumbnail {
        margin-bottom: 15px;
    }
}

#TOPIC .top-list .list-inner .list-inner-entry .list-inner-entry-title {
    margin-bottom: 10px;
}

#NEWS {
  background: #fafafa; }
  #NEWS .cont-inner {
    padding: 120px 0; }
    @media only screen and (max-width: 960px) {
      #NEWS .cont-inner {
        padding: 80px 0; } }
    @media only screen and (max-width: 960px) {
      #NEWS .cont-inner {
        padding: 80px 20px; } }
    @media only screen and (max-width: 480px) {
      #NEWS .cont-inner {
        padding: 40px 10px; } }
  #NEWS .tab_wrap {
    margin-bottom: 40px; }
    @media only screen and (max-width: 960px) {
      #NEWS .tab_wrap {
        margin-bottom: 30px; } }
    #NEWS .tab_wrap ul li {
      background: url(../3images_2019/arrow_black.png) 100% center no-repeat;
      font-size: 14px;
      display: flex;
      align-items: center;
      padding: 30px 0;
      border-bottom: 1px solid #dddddd; }
      #NEWS .tab_wrap ul li:first-child {
        margin-top: 30px;
        border-top: 1px solid #dddddd; }
      @media only screen and (max-width: 960px) {
        #NEWS .tab_wrap ul li {
          padding: 22.5px 0; } }
      @media only screen and (max-width: 480px) {
        #NEWS .tab_wrap ul li {
          background: none;
          padding-right: 0px; } }
      #NEWS .tab_wrap ul li .date-cat {
        display: flex;
        align-items: center; }
        #NEWS .tab_wrap ul li .date-cat time {
          margin-right: 10px; }
  #NEWS input[type="radio"] {
    display: none; }
  #NEWS .tab_area {
    font-size: 0; }
    #NEWS .tab_area label {
      display: inline-block;
      margin-right: 40px;
      padding: 0 0 12px;
      font-size: 13px;
      cursor: pointer;
      transition: ease 0.2s opacity; }
      @media only screen and (max-width: 960px) {
        #NEWS .tab_area label {
          margin-right: 30px; } }
      @media only screen and (max-width: 480px) {
        #NEWS .tab_area label {
          margin-right: 10px; } }
      #NEWS .tab_area label:hover {
        opacity: 0.5; }
  #NEWS .tab_panel {
    width: 100%;
    display: none; }
    #NEWS .tab_panel p {
      font-size: 14px;
      letter-spacing: 1px;
      text-align: center; }
    @media only screen and (max-width: 960px) {
      #NEWS .tab_panel ul li {
        flex-direction: column;
        align-items: start; } }
    @media only screen and (max-width: 960px) {
      #NEWS .tab_panel .date-cat {
        margin-bottom: 10px; } }
    #NEWS .tab_panel a {
      color: #000;
      display: block; }
      #NEWS .tab_panel a:hover {
        opacity: .6; }
  #NEWS #tab1:checked ~ .tab_area .tab1_label {
    color: #000;
    }
  #NEWS #tab1:checked ~ .panel_area #panel1 {
    display: block; }
  #NEWS #tab2:checked ~ .tab_area .tab2_label {
    color: #000;
    }
  #NEWS #tab2:checked ~ .panel_area #panel2 {
    display: block; }
  #NEWS #tab3:checked ~ .tab_area .tab3_label {
    color: #000;
    }
  #NEWS #tab3:checked ~ .panel_area #panel3 {
    display: block; }
  #NEWS #tab4:checked ~ .tab_area .tab4_label {
    color: #000;
    }
  #NEWS #tab4:checked ~ .panel_area #panel4 {
    display: block; }
  #NEWS #tab5:checked ~ .tab_area .tab4_label {
    color: #000;
    }
  #NEWS #tab5:checked ~ .panel_area #panel5 {
    display: block; }
  #NEWS #tab6:checked ~ .tab_area .tab4_label {
    color: #000;
    }
  #NEWS #tab6:checked ~ .panel_area #panel6 {
    display: block; }
  #NEWS #tab7:checked ~ .tab_area .tab4_label {
    color: #000;
    }
  #NEWS #tab7:checked ~ .panel_area #panel7 {
    display: block; }

#SCHEDULE .cont-inner {
  display: block; }
  @media only screen and (max-width: 960px) {
    #SCHEDULE .cont-inner {
      flex-wrap: wrap; } }
  @media only screen and (max-width: 480px) {
    #SCHEDULE .cont-inner .schedule-list {
      width: 100%; } }
  #SCHEDULE .cont-inner .schedule-list {
    height: 450px;
    overflow: hidden; }
    @media only screen and (max-width: 960px) {
      #SCHEDULE .cont-inner .schedule-list {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 480px) {
      #SCHEDULE .cont-inner .schedule-list {
        margin-right: 0px;
        margin-bottom: 40px;
        height: auto; } }
    #SCHEDULE .cont-inner .schedule-list.calender {
      width: 600px;
      margin-right: 30px; }
      @media only screen and (max-width: 960px) {
        #SCHEDULE .cont-inner .schedule-list.calender {
          width: 100%;
          margin-right: 0; } }
      #SCHEDULE .cont-inner .schedule-list.calender .calender-embed {
        width: 100%; }
        #SCHEDULE .cont-inner .schedule-list.calender .calender-embed iframe {
          width: 100%;
          height: 450px; }
    #SCHEDULE .cont-inner .schedule-list.twitter {
      width: 330px;
      border: 1px solid #ddd; }
      #SCHEDULE .cont-inner .schedule-list.twitter iframe {
        width: 100% !important; }
      @media only screen and (max-width: 960px) {
        #SCHEDULE .cont-inner .schedule-list.twitter {
          width: 100%;
          margin-bottom: 0; } }
    #SCHEDULE .cont-inner .schedule-list .button {
      display: none; }
      @media only screen and (max-width: 480px) {
        #SCHEDULE .cont-inner .schedule-list .button {
          display: block; } }
          
    /* ADDED FOR EVENT & RELEASE START */
    #SCHEDULE .event-schedule{
    	width: calc(100% - 330px);
	    float: left;
	    padding-right: 50px;
	    display: inline-block;
	    margin-bottom: 100px;
    }
    @media only screen and (max-width: 960px) {
        #SCHEDULE .event-schedule {
          width: 100%;
          padding: 0;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 480px) {
        #SCHEDULE .event-schedule {
          width: 100%;
          padding: 0;
          margin-bottom: 20px; } }
    #SCHEDULE .schedule-news-wrap {
    margin-bottom: 40px; }
    @media only screen and (max-width: 960px) {
      #SCHEDULE .schedule-news-wrap {
        margin-bottom: 30px; } }
    #SCHEDULE .schedule-news-wrap ul li {
      background: url(../3images_2019/arrow_black.png) 100% center no-repeat;
      font-size: 14px;
      display: flex;
      align-items: center;
      padding: 30px 0;
      border-bottom: 1px solid #dddddd; }
      #SCHEDULE .schedule-news-wrap ul li:first-child {
        margin-top: 30px;
        border-top: 1px solid #dddddd; }
      @media only screen and (max-width: 960px) {
        #SCHEDULE .schedule-news-wrap ul li {
          padding: 22.5px 0; } }
      @media only screen and (max-width: 480px) {
        #SCHEDULE .schedule-news-wrap ul li {
          background: none;
          padding-right: 0px; } }
      #SCHEDULE .schedule-news-wrap ul li .date-cat {
        display: flex;
        align-items: center; }
        #SCHEDULE .schedule-news-wrap ul li .date-cat time {
          margin-right: 10px; }
	  #SCHEDULE input[type="radio"] {
	    display: none; }
	  #SCHEDULE .menu-area {
	    font-size: 0; }
	    #SCHEDULE .menu-area label {
	      display: inline-block;
	      margin-right: 40px;
	      padding: 0 0 12px;
	      font-size: 13px;
	      cursor: pointer;
	      transition: ease 0.2s opacity; }
	      @media only screen and (max-width: 960px) {
	        #SCHEDULE .menu-area label {
	          margin-right: 30px; } }
	      @media only screen and (max-width: 480px) {
	        #SCHEDULE .menu-area label {
	          margin-right: 10px; } }
	      #SCHEDULE .menu-area label:hover {
	        opacity: 0.5; }
	  #SCHEDULE .tab-content {
	    width: 100%;
	    display: none; }
	    #SCHEDULE .tab-content p {
	      font-size: 14px;
	      letter-spacing: 1px;
	      text-align: center; }
	    @media only screen and (max-width: 960px) {
	      #SCHEDULE .tab-content ul li {
	        flex-direction: column;
	        align-items: start; } }
	    @media only screen and (max-width: 960px) {
	      #SCHEDULE .tab-content .date-cat {
	        margin-bottom: 10px; } }
	    #SCHEDULE .tab-content a {
	      color: #000;
	      display: block; }
	      #SCHEDULE .tab-content a:hover {
	        opacity: .6; }
	  #SCHEDULE #tab-SC1:checked ~ .menu-area .tab1_SClabel {
	    color: #000;
	    }
	  #SCHEDULE #tab-SC1:checked ~ .content-area #panelSC1 {
	    display: block; }
	  #SCHEDULE #tab-SC2:checked ~ .menu-area .tab2_SClabel {
	    color: #000;
	    }
	  #SCHEDULE #tab-SC2:checked ~ .content-area #panelSC2 {
	    display: block; }
	    /* ADDED FOR EVENT & RELEASE END */

#REGISTER {
  display: none; }
  #REGISTER .button {
    margin-bottom: 40px; }
    @media only screen and (max-width: 960px) {
      #REGISTER .button {
        margin-bottom: 30px; } }
  @media only screen and (max-width: 480px) {
    #REGISTER {
      display: block; } }

#CONTENTS {
  display: none;
  font-size: 14px; }
  @media only screen and (max-width: 480px) {
    #CONTENTS {
      display: block; } }
  #CONTENTS .top-list .list-inner {
    margin-bottom: 20px; }
    #CONTENTS .top-list .list-inner .list-inner-thumbnail {
      margin-bottom: 20px; }
    #CONTENTS .top-list .list-inner .list-inner-entry-title {
      margin-bottom: 10px; }
      #CONTENTS .top-list .list-inner .list-inner-entry-title img {
        height: 20px;
        width: auto; }

@media only screen and (max-width: 480px) {
  #LINK {
    margin-bottom: 0; } }

#LINK .cont-inner {
  /* display: grid; */
  /* grid-template-columns: repeat(3, 33.3%); */

  /* new styles */
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 960px) {
    #LINK .cont-inner {
      gap: 0px;
      grid-template-columns: repeat(2, 50%); } }
  @media only screen and (max-width: 480px) {
    #LINK .cont-inner {
      gap: 10px;
      grid-template-columns: repeat(2, 48%); 
    
      /* new styles */ 
      justify-content: space-between; } }
  #LINK .cont-inner .top-link {
    border-left: 1px solid #dddddd;
  
    /* new styles */
    width: calc(100% / 3); }
    @media only screen and (max-width: 960px) {
      #LINK .cont-inner .top-link {
        border-left: 0;
        margin-bottom: 40px;
      
        /* new styles */
        width: calc(100% / 2); } }
    @media only screen and (max-width: 480px) {
      #LINK .cont-inner .top-link {
        /* new styles */
        width: 48%; } }
    #LINK .cont-inner .top-link:last-child {
      border-right: 1px solid #dddddd; }
      @media only screen and (max-width: 960px) {
        #LINK .cont-inner .top-link:last-child {
          border-right: 0px; } }
    #LINK .cont-inner .top-link .top-link-icon {
      margin-bottom: 40px; }
      @media only screen and (max-width: 960px) {
        #LINK .cont-inner .top-link .top-link-icon {
          margin-bottom: 30px; } }
      @media only screen and (max-width: 480px) {
        #LINK .cont-inner .top-link .top-link-icon {
          margin-bottom: 20px; } }
      #LINK .cont-inner .top-link .top-link-icon span {
        display: block; }
        #LINK .cont-inner .top-link .top-link-icon span:first-child {
          min-height: 80px;
          margin-bottom: 20px; }
          @media only screen and (max-width: 960px) {
            #LINK .cont-inner .top-link .top-link-icon span:first-child {
              margin-bottom: 0px; } }
  @media only screen and (max-width: 960px) and (max-width: 960px) {
    #LINK .cont-inner .top-link .top-link-icon span:first-child img {
      height: 60px; } }
        @media only screen and (max-width: 960px) {
          #LINK .cont-inner .top-link .top-link-icon span:nth-child(2) img {
            height: 21px; } }
        @media only screen and (max-width: 480px) {
          #LINK .cont-inner .top-link .top-link-icon span:nth-child(2) img {
            height: 14px;
            width: auto; } }
      #LINK .cont-inner .top-link .top-link-icon img {
        margin: 0 auto; }
  @media only screen and (max-width: 480px) {
    #LINK .cont-inner .button a {
      height: 45px;
      padding: 16px 0;
      font-size: 10px; } }

/******************** news-archive **************************/
.non-front-page #NEWS {
  background: #fff; }
  .non-front-page #NEWS .cont-inner {
    padding: 0px 0; }
    @media only screen and (max-width: 480px) {
      .non-front-page #NEWS .cont-inner {
        width: 100%;
        padding: 0 20px; } }
  .non-front-page #NEWS .pager {
    overflow: hidden; }
    .non-front-page #NEWS .pager ul {
      list-style: none;
      position: relative;
      display: flex; }
      .non-front-page #NEWS .pager ul li {
        margin: 0 1px;
        position: relative;
        display: flex; }
        .non-front-page #NEWS .pager ul li a {
          background: #EEE;
          color: #000;
          text-decoration: none; }
          .non-front-page #NEWS .pager ul li a::hover {
            background: #333;
            color: #FFF; }
    .non-front-page #NEWS .pager ul li span,
    .non-front-page #NEWS .pager ul li a {
      display: block;
      font-size: 16px;
      padding: 0.6em 1em;
      border-radius: 3px; }
      @media only screen and (max-width: 480px) {
        .non-front-page #NEWS .pager ul li span,
        .non-front-page #NEWS .pager ul li a {
          font-size: 14px;
          padding: 0.3em .5em; } }
  .non-front-page #NEWS .cont-inner .post h3 {
    font-size: 24px;
    padding: 40px 0 14px; }
    @media only screen and (max-width: 960px) {
      .non-front-page #NEWS .cont-inner .post h3 {
        font-size: 18px; } }
    @media only screen and (max-width: 480px) {
      .non-front-page #NEWS .cont-inner .post h3 {
        padding: 0px 0 14px; } }
  .non-front-page #NEWS .cont-inner .post .post-date {
    margin-right: 20px; }
  .non-front-page #NEWS .cont-inner .post .post-date-cat {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 0px 0 40px 0; }
  .non-front-page #NEWS .cont-inner .post .post-content {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 60px 0;
    margin-bottom: 60px;
    line-height: 20px; }
    @media only screen and (max-width: 960px) {
      .non-front-page #NEWS .cont-inner .post .post-content {
        padding: 45px 0; } }
    @media only screen and (max-width: 480px) {
      .non-front-page #NEWS .cont-inner .post .post-content {
        margin-bottom: 40px;
        padding: 25px 0; } }

/******************** member-list **************************/
#MEMBERLIST .member-list-inner {
  /* display: grid; */
  /* gap: 30px; } */
  /* grid-template-columns: repeat(3, 32%); */

  /* new styles */
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media only screen and (max-width: 960px) {
    #MEMBERLIST .member-list-inner {
      /* gap: 20px;
      grid-template-columns: repeat(2, 48%); */
      
      /* new styles */
      justify-content: space-between; } }
  @media only screen and (max-width: 480px) {
    #MEMBERLIST .member-list-inner {
      /* gap: 20px; */
      /* grid-template-columns: repeat(1, 100%); */
    
      /* new styles */
      justify-content: flex-start; } }
  #MEMBERLIST .member-list-inner .member-list-wrapper {
    position: relative;
    transition: all .2s;
  
    /* new styles */
    width: 32%;
    margin-right: 19px;
    margin-bottom: 30px; }
  #MEMBERLIST .member-list-inner .member-list-wrapper:nth-child(3n) {
    /* new styles */
    margin-right: 0;
  }
  @media only screen and (max-width: 960px) {
    #MEMBERLIST .member-list-inner .member-list-wrapper {
      /* new styles */
      width: 48%;
      margin-right: 0;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 480px) {
    #MEMBERLIST .member-list-inner .member-list-wrapper {
      /* new styles */
      width: 100%%; } }
    #MEMBERLIST .member-list-inner .member-list-wrapper .member-name {
      position: absolute;
      bottom: 20px;
      left: 20px;
      display: flex;
      flex-direction: column; }
      #MEMBERLIST .member-list-inner .member-list-wrapper .member-name span {
        color: #fff;
        padding: 5px;
        text-align: center; }
        #MEMBERLIST .member-list-inner .member-list-wrapper .member-name span:first-child {
          margin-bottom: 5px;
          width: 100px; }
        #MEMBERLIST .member-list-inner .member-list-wrapper .member-name span:nth-child(2) {
          font-size: 10px;
          width: 80px; }
    #MEMBERLIST .member-list-inner .member-list-wrapper .member-list a {
      display: block;
      position: relative; }
      #MEMBERLIST .member-list-inner .member-list-wrapper .member-list a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
        


/******************** member-detail **************************/
#MEMBERDETAIL {
  position: relative; }
  #MEMBERDETAIL::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 160vh;
    background: #31bfff;
    z-index: -1; }
    @media only screen and (max-width: 960px) {
      #MEMBERDETAIL::before {
        height: 130vh; } }
    @media only screen and (max-width: 480px) {
      #MEMBERDETAIL::before {
        top: 3%;
        height: 130vh; } }
  #MEMBERDETAIL .cont-inner .member-list-inner {
    margin-bottom: 60px; }
    @media only screen and (max-width: 960px) {
      #MEMBERDETAIL .cont-inner .member-list-inner {
        margin-bottom: 45px; } }
    #MEMBERDETAIL .cont-inner .member-list-inner .member-list {
      position: relative; }
      #MEMBERDETAIL .cont-inner .member-list-inner .member-list .member-img {
        margin: 0 0 0 auto;
        width: 720px; }
        @media only screen and (max-width: 960px) {
          #MEMBERDETAIL .cont-inner .member-list-inner .member-list .member-img {
            width: 100%; } }
        @media only screen and (min-width: 960px) {
          #MEMBERDETAIL .cont-inner .member-list-inner .member-list .member-img img {
            margin-left: auto; } }
      #MEMBERDETAIL .cont-inner .member-list-inner .member-list .member-info {
        background: #fff;
        position: absolute;
        top: 20%;
        left: 0;
        width: 400px;
        padding: 40px; }
        @media only screen and (max-width: 960px) {
          #MEMBERDETAIL .cont-inner .member-list-inner .member-list .member-info {
            width: 300px;
            padding: 30px; } }
        @media only screen and (max-width: 960px) {
          #MEMBERDETAIL .cont-inner .member-list-inner .member-list .member-info {
            width: 100%;
            position: relative;
            top: 0;
            left: 0; } }
        #MEMBERDETAIL .cont-inner .member-list-inner .member-list .member-info .member-name {
          display: flex;
          flex-direction: column;
          margin-bottom: 20px; }
          #MEMBERDETAIL .cont-inner .member-list-inner .member-list .member-info .member-name span {
            color: #fff;
            padding: 5px;
            text-align: center;
            background: #31bfff; }
            #MEMBERDETAIL .cont-inner .member-list-inner .member-list .member-info .member-name span:first-child {
              margin-bottom: 5px;
              width: 100px; }
            #MEMBERDETAIL .cont-inner .member-list-inner .member-list .member-info .member-name span:nth-child(2) {
              font-size: 10px;
              width: 80px; }
        #MEMBERDETAIL .cont-inner .member-list-inner .member-list .member-info .member-birthplace {
          margin-bottom: 20px; }
        #MEMBERDETAIL .cont-inner .member-list-inner .member-list .member-info .member-desc {
          margin-bottom: 20px; }

/******************** discography-archive **************************/

.oont-inner-video {
  width: 960px;
  margin: 0 auto 2em auto; }
  @media only screen and (max-width: 960px) {
  .oont-inner-video {
  width: 96%; } }
#DISCOGRAPHY .video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
#DISCOGRAPHY .video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.non-front-page #DISCOGRAPHY {
  background: #fff; }
  .non-front-page #DISCOGRAPHY .cont-inner {
    width: 100%;
    padding: 0px 0; }
    .non-front-page #DISCOGRAPHY .cont-inner .disc-cat {
      padding: 0 0 120px; }
      @media only screen and (max-width: 960px) {
        .non-front-page #DISCOGRAPHY .cont-inner .disc-cat {
          padding: 0 0 80px; } }
      @media only screen and (max-width: 480px) {
        .non-front-page #DISCOGRAPHY .cont-inner .disc-cat {
          padding: 0 20px 40px; } }
      .non-front-page #DISCOGRAPHY .cont-inner .disc-cat ul {
        display: flex;
        justify-content: center; }
        @media only screen and (max-width: 960px) {
          .non-front-page #DISCOGRAPHY .cont-inner .disc-cat ul {
            display: grid;
            gap: 20px;
            grid-template-columns: repeat(2, 48%);
            text-align: center; } }
        .non-front-page #DISCOGRAPHY .cont-inner .disc-cat ul li {
          margin-right: 40px; }
        .non-front-page #DISCOGRAPHY .cont-inner .disc-cat ul li:last-child {
            margin-right: 0; }
          @media only screen and (max-width: 960px) {
            .non-front-page #DISCOGRAPHY .cont-inner .disc-cat ul li {
              margin-right: 30px;
            }
            .non-front-page #DISCOGRAPHY .cont-inner .disc-cat ul li:last-child {
              margin-right: 30px !important; }
          }
    .non-front-page #DISCOGRAPHY .cont-inner .disc h3 {
      padding: 120px 0 60px;
      text-align: center;
      font-size: 24px; }
      @media only screen and (max-width: 960px) {
        .non-front-page #DISCOGRAPHY .cont-inner .disc h3 {
          padding: 80px 0 45px; } }
      @media only screen and (max-width: 480px) {
        .non-front-page #DISCOGRAPHY .cont-inner .disc h3 {
          font-size: 18px;
          padding: 40px 0 25px; } }
      .non-front-page #DISCOGRAPHY .cont-inner .disc h3 img {
        margin: 0 auto; }
        @media only screen and (max-width: 960px) {
          .non-front-page #DISCOGRAPHY .cont-inner .disc h3 img {
            height: 20px; } }
    .non-front-page #DISCOGRAPHY .cont-inner .disc .disc-inner {
      width: 960px;
      margin: 0 auto;
      padding: 0px 0;
      /* display: grid;
      gap: 30px;
      grid-template-columns: repeat(3, 32%); */
    
      /* new styles */
      display: flex;
      flex-wrap: wrap; }
      @media only screen and (max-width: 960px) {
        .non-front-page #DISCOGRAPHY .cont-inner .disc .disc-inner {
          width: 96%;
          margin: 0 auto;
        
        /* new styles */
        justify-content: space-between; } }
      @media only screen and (max-width: 960px) {
        .non-front-page #DISCOGRAPHY .cont-inner .disc .disc-inner {
          padding: 0 20px;
          gap: 15px;
          grid-template-columns: repeat(2, 48%); } }
      .non-front-page #DISCOGRAPHY .cont-inner .disc .disc-inner .disc-inner-inner {
        margin-bottom: 40px;
      
        /* new styles */
        width: 32%;
        margin-right: 19px; }
      .non-front-page #DISCOGRAPHY .cont-inner .disc .disc-inner .disc-inner-inner:nth-child(3n) {
        /* new styles */
        margin-right: 0;
      }
        @media only screen and (max-width: 960px) {
          .non-front-page #DISCOGRAPHY .cont-inner .disc .disc-inner .disc-inner-inner {
            margin-bottom: 30px;
          
            /* new styles */
            width: 48%;
            margin-right: 0; } }
        @media only screen and (max-width: 480px) {
          .non-front-page #DISCOGRAPHY .cont-inner .disc .disc-inner .disc-inner-inner {
            margin-bottom: 0px; } }
        .non-front-page #DISCOGRAPHY .cont-inner .disc .disc-inner .disc-inner-inner .disc-thumbnail {
          margin-bottom: 20px; }
          @media only screen and (max-width: 960px) {
            .non-front-page #DISCOGRAPHY .cont-inner .disc .disc-inner .disc-inner-inner .disc-thumbnail {
              margin-bottom: 15px; } }
          @media only screen and (max-width: 480px) {
            .non-front-page #DISCOGRAPHY .cont-inner .disc .disc-inner .disc-inner-inner .disc-thumbnail {
              margin-bottom: 10px; } }
    .non-front-page #DISCOGRAPHY .cont-inner .news-release {
      background: #dddddd;
      position: relative;
      padding: 120px 0; }
      @media only screen and (max-width: 960px) {
        .non-front-page #DISCOGRAPHY .cont-inner .news-release {
          padding: 80px 0; } }
      @media only screen and (max-width: 480px) {
        .non-front-page #DISCOGRAPHY .cont-inner .news-release {
          padding: 40px 0; } }
      .non-front-page #DISCOGRAPHY .cont-inner .news-release h3 {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        padding: 0; }
      .non-front-page #DISCOGRAPHY .cont-inner .news-release .disc-inner {
        /* display: grid; */
        /* gap: 30px; */
        /* grid-template-columns: repeat(2, 48%);  */
      
        /* new styles */
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        @media only screen and (max-width: 960px) {
          .non-front-page #DISCOGRAPHY .cont-inner .news-release .disc-inner {
            width: 96%;
            margin: 0 auto; 
          
            /* new styles */
            display: block; } }
        @media only screen and (max-width: 960px) {
          .non-front-page #DISCOGRAPHY .cont-inner .news-release .disc-inner {
            padding: 0 20px;
            gap: 20px;
            grid-template-columns: repeat(1, 100%); } }
        .non-front-page #DISCOGRAPHY .cont-inner .news-release .disc-inner a {
          /* new styles */
          width: 48%; }
        @media only screen and (max-width: 960px) {
          .non-front-page #DISCOGRAPHY .cont-inner .news-release .disc-inner a {
            /* new styles */
            width: 100%; } }
        .non-front-page #DISCOGRAPHY .cont-inner .news-release .disc-inner .info {
          /* new styles */
          width: 48%; }
        @media only screen and (max-width: 960px) {
          .non-front-page #DISCOGRAPHY .cont-inner .news-release .disc-inner .info {
            /* new styles */
            width: 100%; } }
        .non-front-page #DISCOGRAPHY .cont-inner .news-release .disc-inner .info p {
          margin-bottom: 20px;
          line-height: 26px; }
        .non-front-page #DISCOGRAPHY .cont-inner .news-release .disc-inner .info .title {
          font-size: 32px; }
        .non-front-page #DISCOGRAPHY .cont-inner .news-release .disc-inner .info .date {
          font-size: 14px; }


/******************** discography-detail **************************/
.non-front-page #DISCOGRAPHY {
  background: #fff; }
  .non-front-page #DISCOGRAPHY .cont-inner {
    width: 100%;
    padding: 0; }
    .non-front-page #DISCOGRAPHY .cont-inner .disc .disc-detail-title {
      padding: 0 0 60px; }
      @media only screen and (max-width: 960px) {
        .non-front-page #DISCOGRAPHY .cont-inner .disc .disc-detail-title {
          padding: 15px 0; } }
      @media only screen and (max-width: 480px) {
        .non-front-page #DISCOGRAPHY .cont-inner .disc .disc-detail-title {
          padding: 0; } }
      .non-front-page #DISCOGRAPHY .cont-inner .disc .disc-detail-title h3 {
        position: relative;
        text-align: center;
        font-size: 32px;
        top: 0;
        left: 0;
        transform: translate(0);
        padding: 60px 0 20px; }
        @media only screen and (max-width: 960px) {
          .non-front-page #DISCOGRAPHY .cont-inner .disc .disc-detail-title h3 {
            padding: 45px 0 15px; } }
        @media only screen and (max-width: 480px) {
          .non-front-page #DISCOGRAPHY .cont-inner .disc .disc-detail-title h3 {
            padding: 0 0 15px; } }
        .non-front-page #DISCOGRAPHY .cont-inner .disc .disc-detail-title h3 img {
          margin: 0 auto; }
      .non-front-page #DISCOGRAPHY .cont-inner .disc .disc-detail-title p {
        text-align: center;
        margin-bottom: 20px; }
    @media only screen and (max-width: 960px) {
      .non-front-page #DISCOGRAPHY .cont-inner .disc .disc-inner {
        width: 960px;
        margin: 0 auto; } }
    @media only screen and (max-width: 960px) {
      .non-front-page #DISCOGRAPHY .cont-inner .disc .disc-inner {
        width: 96%; } }
    @media only screen and (max-width: 480px) {
      .non-front-page #DISCOGRAPHY .cont-inner .disc .disc-inner {
        width: 100%;
        padding: 0 20px; } }
    .non-front-page #DISCOGRAPHY .cont-inner .detail {
      position: relative;
      padding: 0 0 60px; }
      @media only screen and (max-width: 960px) {
        .non-front-page #DISCOGRAPHY .cont-inner .detail {
          width: 960px;
          padding: 0 0 45px;
          margin: 0 auto; } }
      @media only screen and (max-width: 960px) {
        .non-front-page #DISCOGRAPHY .cont-inner .detail {
          width: 100%;
          padding: 0 20px 20px; } }
      .non-front-page #DISCOGRAPHY .cont-inner .detail h3 {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateY(-50%) translateX(-50%); }
      .non-front-page #DISCOGRAPHY .cont-inner .detail .disc-inner {
        border-top: 1px solid #ddd;
        padding: 60px 0;
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(2, 48%); }
        @media only screen and (max-width: 960px) {
          .non-front-page #DISCOGRAPHY .cont-inner .detail .disc-inner {
            padding: 45px 0;
            width: 96%;
            margin: 0 auto; } }
        @media only screen and (max-width: 960px) {
          .non-front-page #DISCOGRAPHY .cont-inner .detail .disc-inner {
            padding: 20px 0;
            gap: 20px;
            grid-template-columns: repeat(1, 100%); } }
        @media only screen and (max-width: 480px) {
          .non-front-page #DISCOGRAPHY .cont-inner .detail .disc-inner {
            padding: 40px 0px; } }
        .non-front-page #DISCOGRAPHY .cont-inner .detail .disc-inner:last-child {
          border-bottom: 1px solid #ddd; }
        .non-front-page #DISCOGRAPHY .cont-inner .detail .disc-inner .cover {
          margin-bottom: 40px; }
          @media only screen and (max-width: 480px) {
            .non-front-page #DISCOGRAPHY .cont-inner .detail .disc-inner .cover {
              margin-bottom: 10px; } }
        .non-front-page #DISCOGRAPHY .cont-inner .detail .disc-inner .info .type {
          margin-bottom: 20px; }
          .non-front-page #DISCOGRAPHY .cont-inner .detail .disc-inner .info .type .type-name {
            font-size: 27px;
            margin-bottom: 10px; }
            @media only screen and (max-width: 480px) {
              .non-front-page #DISCOGRAPHY .cont-inner .detail .disc-inner .info .type .type-name {
                font-size: 24px; } }
        .non-front-page #DISCOGRAPHY .cont-inner .detail .disc-inner .info .cd-content,
        .non-front-page #DISCOGRAPHY .cont-inner .detail .disc-inner .info .dvd-content {
          margin-bottom: 20px; }
          .non-front-page #DISCOGRAPHY .cont-inner .detail .disc-inner .info .cd-content .content-name,
          .non-front-page #DISCOGRAPHY .cont-inner .detail .disc-inner .info .dvd-content .content-name {
            font-size: 20px;
            margin-bottom: 10px; }
    .non-front-page #DISCOGRAPHY .cont-inner .button {
      padding: 0 20px; }

/******************** Tour Page **************************/

.Tourschedule h4 {
margin:1.6em 0 0.8em 0;
}
.Tourschedule ul li,
.Tourschedule dl dt,
.Tourschedule dl dd,
.Tourschedule p {
line-height:1.6;
}
.Tourschedule dl dt {
font-weight:bold;
}
.Tourschedule p {
margin-bottom:0.8em;
}

.Tourschedule .TourList {
text-align:left;
}
.Tourschedule .TourList tr {
display:block;
border-bottom:1px solid #707070;
}
.Tourschedule .TourList th  {padding:12px 0;vertical-align: top;}
.Tourschedule .TourList td  {padding:24px 0;vertical-align: top;}
.TourList .date {min-width:150px;}
.TourList .place {min-width:350px;}
.TourList .opst {min-width:180px;}
.TourList .tour-info {min-width:270px;}

.Tourschedule .TourList ,
.Tourschedule .TourDetail,
.Tourschedule .TourBorder,
.Tourschedule li:last-child {
margin-bottom:40px;
line-height: 1.8;
}

.Tourschedule .TourDetail th {
width: 150px;
background-color:#efefef;
}
.Tourschedule .TourDetail th ,
.Tourschedule .TourDetail td {
padding:1.5em;
text-align:left;
}
.Tourschedule .TourDetail tr {
border-bottom:1px solid #707070;
border-left:1px solid #707070;
border-right:1px solid #707070;
display:block;
}

.Tourschedule .TourBorder {
padding:1em;
border:1px solid #707070;
}
.Tourschedule .TourBorder h4 {
margin:0 0 0.8em 0;
}
.Tourschedule .TourBorder p,
.Tourschedule .TourBorder dl:last-child {
margin-bottom:0;
}

@media screen and (max-width: 767px) {
.Tourschedule .TourList tr {
margin-top: 1.5em;
}
.Tourschedule .TourList th {
display:none;
font-weight:bold;
}
.Tourschedule .TourList td {
position: relative;
display: inline-block;
padding:0.5em 0;
}
.TourList .date::before {content: '日付';}
.TourList .place::before {content: '場所';}
.TourList .opst::before {content: '開場/開演';}
.TourList .tour-info::before {content: 'お問い合わせ';}

.Tourschedule .TourList td::before {
    display: inline-block;
    width: 110px;
position: absolute;
font-weight:bold;
}
.Tourschedule .TourList td span {
    margin: 0 0 0 110px;
    padding:0;
display:block;
}
}

/*********************  MOVIE PART - CAUTION! DON'T TOUCH IT'S ON FIRE! *************************/
.video-list{padding: 10px;}
.video-list .wrap-videoList{width: 100%; display: inline-block;}
.video-list .wrap-videoList li{float: left; width: 100%;display: flex;}
.video-list .wrap-videoList li iframe{width: 50%; float:left;}
.video-list .wrap-videoList li span{width: 50%; padding-left: 10px; display: flex; justify-content: center; align-items: center;}
.video-list .wrap-videoList li+li{margin-top: 10px;}
.video-list .wrap-videoList li:nth-child(1){border-bottom: solid 1px #dedede; margin-bottom: 15px; width: 100%; display: inline-block;}
.video-list .wrap-videoList li:nth-child(1) iframe{width: 100% !important;}
.video-list .wrap-videoList li:nth-child(1) span{font-size: 16px; font-weight: bold; margin: 10px 0; width: 100%; display: inline-block; align-items: left; text-align: left;}


/*********************  FOOOTER *************************/
footer {
  background: #000;
  position: relative;
  padding: 60px 0; }
  @media only screen and (max-width: 480px) {
    footer {
      font-size: 14px;
      padding: 30px 0; } }
  footer .footer-inner {
    width: 960px;
    margin: 0 auto; }
    @media only screen and (max-width: 960px) {
      footer .footer-inner {
        padding: 0 20px; } }
    @media only screen and (max-width: 960px) {
      footer .footer-inner {
        width: 100%; } }
    @media only screen and (max-width: 480px) {
      footer .footer-inner {
        padding: 0; } }
    footer .footer-inner .footer-banner {
      margin-bottom: 60px; }
      footer .footer-inner .footer-banner .banner {
	-js-display: flex;
        display: flex;

        justify-content: space-between; }
        @media only screen and (max-width: 960px) {
          footer .footer-inner .footer-banner .banner {
            padding: 45px 0;
            width: 96%;
            margin: 0 auto; } }
        @media only screen and (max-width: 960px) {
          footer .footer-inner .footer-banner .banner {
            flex-wrap: wrap;
            padding: 20px 0;
            gap: 10px;
            grid-template-columns: repeat(2, 50%); } }
        @media only screen and (max-width: 480px) {
          footer .footer-inner .footer-banner .banner {
            padding: 20px 10px; } }
      footer .footer-inner .footer-banner .pc .banner .footer-banner-inner {
        margin-right: 20px; 
      
        /* new styles */
        width: 176px; }
        footer .footer-inner .footer-banner .pc .banner .footer-banner-inner:last-child {
          margin-right: 0; }
        @media only screen and (max-width: 960px) {
          footer .footer-inner .footer-banner .pc .banner .footer-banner-inner img {
            margin: 0 auto; } }
        @media only screen and (max-width: 960px) {
          footer .footer-inner .footer-banner .pc .banner .footer-banner-inner {
            width: 48%;
            margin-right: 0;
            margin-bottom: 20px; } }
      footer .footer-inner .footer-banner .sp .banner .footer-banner-inner {
        width: 48%;
        /*height: 70px;*/
        background: #fff;
        margin-bottom: 20px; }
    footer .footer-inner .footer-logo {
      margin-bottom: 60px; }
      footer .footer-inner .footer-logo img {
        margin: 0 auto;
        height: 70px; }
        @media only screen and (max-width: 480px) {
          footer .footer-inner .footer-logo img {
            height: 45px;
            width: auto; } }
    footer .footer-inner .footer-sns {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 40px; }
      footer .footer-inner .footer-sns a {
        margin-right: 40px; }
        footer .footer-inner .footer-sns a:last-child {
          margin-right: 0; }
    footer .footer-inner .footer-link {
      margin-bottom: 40px; }
      footer .footer-inner .footer-link ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        font-size: 14px; }
        footer .footer-inner .footer-link ul li {
          margin-right: 40px; }
          footer .footer-inner .footer-link ul li:last-child {
            margin-right: 0px; }
          footer .footer-inner .footer-link ul li a {
            color: #fff; }
      footer .footer-inner .footer-link .sp ul li {
        width: 50%;
        margin-right: 0px;
        margin-bottom: 0px;
        text-align: center;
        font-size: 11px;
        border-top: 1px solid #222222;
        border-right: 1px solid #222222; }
        footer .footer-inner .footer-link .sp ul li:nth-child(even) {
          border-right: 0px solid #222222; }
        footer .footer-inner .footer-link .sp ul li:nth-child(7), footer .footer-inner .footer-link .sp ul li:nth-child(8) {
          border-bottom: 1px solid #222222; }
        footer .footer-inner .footer-link .sp ul li a {
          display: block;
          padding: 20px 0; }
    footer .footer-inner .footer-credit p {
      font-size: 12px;
      color: #444444;
      text-align: center; }
      @media only screen and (max-width: 480px) {
        footer .footer-inner .footer-credit p {
          font-size: 10px; } }
          
          
/*********************  LOGIN BOX  *************************/
.login-wrap{
	margin-top: 80px;
	padding: 15px;
	font-size: 12px;
	letter-spacing: -1px;
}
.login-wrap .header-title{
	background: #FFC02C;
    color: #fff;
    padding: 6px 8px;
    font-size: 20px;
    font-weight: bold;
}
.login-wrap .header-title.black{
  background: #000;
}
.login-wrap p{
	margin: 10px 0;
}
.login-wrap p.center{
  text-align: center;
  font-size: 16px;
}
.login-wrap .btn-wrap{
  text-align: center;
  margin: 30px 0;
}
.login-wrap .btn-cleared-text{
  margin-top: 15px;
  border: solid 1px #000;
  font-size: 16px;
  padding: 15px 40px;
}
.login-form-wrap table input{
	border: solid 1px #d5d5d5;
    padding: 7px;
}
.login-form-wrap .btnArea{
	width: 100%;
    padding: 20px 0;
    text-align: center;
}
.login-form-wrap .btnArea input{
	width: 85%;
    border: none;
    background: #14C9FC;
    color: #fff;
    padding: 7px 0;
}
.login-form-wrap .btn-forgot{
	text-decoration: revert;
    cursor: pointer;
}
.custom-rule .header-title{
  background: #000;
  color: #fff;
  padding: 15px 10px;
  font-size: 17px;
  margin: 30px 0 15px;
}
.point-credit{
  margin: 50px 0;
}
.point-credit p{
  margin: 15px 0;
}
.point-credit .button+.button{
 margin-top: 30px;
}

/*form*/
#FORM input[type="submit"] {
  margin: 0 auto;
  background: #000 url("../3images_2019/next_s.png") 90% center no-repeat;
  display: block;
  width: 290px;
  height: 75px;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  border-radius: 50px; }
@media only screen and (max-width: 960px) {
  #FORM input[type="submit"]  {
    width: 217px;
    height: 56px;
    padding: 20px 0;
    font-size: 14px; } }
@media only screen and (max-width: 480px) {
  #FORM input[type="submit"]  {
    width: 100%;
    height: 55px;
    padding: 20px 0; } }