/*------ background --------*/
/*------ notion --------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%; /*16px/62.5%=10px*/
}

body {
  min-width: 1300px;
  color: #3b4754;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
  background-color: #f0f3f2;
}
@media only screen and (max-width: 480px) {
  body {
    min-width: initial;
  }
}

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

nav, ul, li {
  list-style: none;
}

button {
  border: none;
  cursor: pointer;
}

input, textarea {
  accent-color: #e3558b;
  border: solid 1px #ccc;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  margin: 0;
  outline: none;
}

input::-webkit-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder {
  color: #aaa;
}

input::-ms-input-placeholder {
  color: #aaa;
}

input::placeholder {
  color: #aaa;
}

input:disabled, input[readonly] {
  background-color: #e8e8e8;
}

p {
  line-height: 1.5;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  letter-spacing: 0.005em;
}

strong {
  font-weight: 700;
}

a {
  color: #328AC9;
  text-decoration: none;
}

button:disabled {
  color: gray;
  font-weight: 500;
  background-color: #e8e8e8;
  pointer-events: none;
}

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

.section-twocolumn {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: 782px 10px 336px;
  grid-template-columns: 782px 336px;
  gap: 10px;
  margin-top: 24px;
}
@media only screen and (max-width: 480px) {
  .section-twocolumn {
    display: block;
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .section-spnone {
    display: none;
  }
}

.header {
  background-color: #fff;
}
@media only screen and (max-width: 480px) {
  .header {
    display: none;
  }
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0;
}
.header-logowrap {
  position: relative;
}
.header-logowrap img {
  width: 380px;
  border-radius: 3px;
}
.header-logowrap p {
  position: absolute;
  top: 68px;
  left: 125px;
  font-size: 1.2rem;
}
.header-logowrap p a {
  color: #3b4754 !important;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3b4754;
}
.header-ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-ol li {
  font-size: 1.4rem;
}
.header-ol li a {
  display: block;
  color: #fff;
  text-decoration: none;
  border-bottom: solid 4px #3b4754;
  padding: 20px 24px 16px;
}
.header-langbox {
  border-radius: 3px;
  padding: 6px;
}
.header-ico_x {
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.header-ico_x:before {
  font-family: "Font Awesome 6 Brands";
  content: "\e61b";
  font-size: 2rem;
}
.header-ico_x:hover {
  opacity: 0.7;
}
.header-ico_fb {
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.header-ico_fb:before {
  font-family: "Font Awesome 6 Brands";
  content: "\f39e";
  font-size: 2rem;
}
.header-ico_fb:hover {
  opacity: 0.7;
}
.header-ico_mail {
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.header-ico_mail:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0e0";
  font-size: 2rem;
  font-weight: 300;
  margin-right: 12px;
}
.header-ico_mail:hover {
  opacity: 0.7;
}

._navhvr {
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
._navhvr:hover {
  background-color: #58626d;
  border-bottom: solid 4px #e3558b;
}

.headerSP {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.4rem;
  background-color: #3b4754;
  padding: 18px 12px;
}
.headerSP a {
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .headerSP {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
}
@media only screen and (max-width: 480px) {
  .headerSP-margin {
    margin-top: 70px;
  }
}
.headerSP-ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
}
.headerSP-menu1:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0c9";
  font-weight: 900;
}
.headerSP-menu2:before {
  font-family: "Font Awesome 6 Pro";
  content: "\e178";
  font-weight: 900;
  margin-right: 16px;
}
.headerSP-menuarea {
  display: none;
  position: fixed;
  top: 62px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f0f3f2;
  padding: 0 12px;
  z-index: 1;
}
.headerSP-menuTitle {
  font-size: 1.6rem;
  color: #00b0c1;
  font-weight: 700;
  margin: 16px 0 10px;
}
.headerSP-menu_panelArea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5fr 8px 5fr;
  grid-template-columns: 5fr 5fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.headerSP-menu_panelArea a {
  display: block;
  color: #fff;
  text-align: center;
  background-color: #328AC9;
  border-radius: 3px;
  padding: 10px;
}
.headerSP-menuico_bgm:before {
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f8f2";
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.headerSP-menuico_jingle:before {
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f0f3";
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.headerSP-menuico_vocal:before {
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f8cb";
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.headerSP-menuico_rank:before {
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\e561";
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.headerSP-menuico_composer:before {
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f007";
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.headerSP-menuico_youtube:before {
  display: block;
  font-family: "Font Awesome 6 Brands";
  content: "\f167";
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.headerSP-menuico_tags:before {
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f02c";
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.headerSP-menuico_search:before {
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f002";
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.headerSP-menuico_random:before {
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f522";
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.headerSP-menuico_history:before {
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f1da";
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.headerSP-menuico_se:before {
  display: block;
  font-family: "Font Awesome 6 sharp";
  content: "\e241";
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.headerSP-menuico_license:before {
  display: block;
  font-family: "Font Awesome 6 pro";
  content: "\f071";
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.headerSP-menuico_term:before {
  display: block;
  font-family: "Font Awesome 6 pro";
  content: "\f390";
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.headerSP-menuico_site:before {
  display: block;
  font-family: "Font Awesome 6 pro";
  content: "\f672";
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.headerSP-menuico_faq:before {
  display: block;
  font-family: "Font Awesome 6 pro";
  content: "\f059";
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.headerSP-menuico_mail:before {
  display: block;
  font-family: "Font Awesome 6 pro";
  content: "\f0e0";
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.footer {
  background-color: #fff;
  border-top: solid 1px #d1e0d7;
}
.footer-logo {
  display: block;
  width: 200px;
  margin-right: 40px;
}
.footer-newsarea {
  width: 1130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .footer-newsarea {
    width: 100%;
    display: block;
  }
}
.footer-newstit {
  width: 1130px;
  font-size: 1.6rem;
  border-bottom: solid 1px #00b0c1;
  padding: 8px;
  margin: 16px auto 24px;
}
@media only screen and (max-width: 480px) {
  .footer-newstit {
    width: 100%;
    font-size: 1.4rem;
    padding: 8px 24px;
  }
}
.footer-newsitems {
  color: #fff;
  font-size: 1rem;
  margin: 0 24px 0 0;
}
@media only screen and (max-width: 480px) {
  .footer-newsitems {
    width: 280px;
    margin: 0 auto 24px;
  }
  .footer-newsitems img {
    width: 280px;
  }
}
.footer-newsitems a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.footer-newsitems a:hover {
  opacity: 0.75;
}
.footer-newsabove {
  border-radius: 3px 3px 0 0;
  background-color: #3b4754;
  padding: 8px;
}
.footer-newsabove span:nth-child(2) {
  color: #e3558b;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 5px;
}
.footer-newsbelow {
  text-align: right;
  border-radius: 0 0 3px 3px;
  background-color: #3b4754;
  padding: 8px;
}
.footer-navarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1130px;
  border-top: solid 1px #d1e0d7;
  padding: 32px 0;
  margin: 24px auto 0;
}
@media only screen and (max-width: 480px) {
  .footer-navarea {
    display: none;
  }
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ccc;
  font-size: 1.2rem;
}
.footer-nav li {
  padding: 0 16px;
}
.footer-nav li a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.footer-nav li a:hover {
  opacity: 0.6;
}
.footer-bottom {
  position: relative;
  height: 200px;
  text-align: center;
  color: #fff;
  background-color: #3b4754;
  padding-top: 24px;
}
.footer-bottom small {
  display: block;
  color: #ccc;
  font-size: 1.2rem;
  margin-bottom: 16px;
}
.footer-topbtn {
  position: fixed;
  bottom: 48px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background-color: #3b4754;
  border: solid 1px #fff;
  border-radius: 5px;
  cursor: pointer;
}
.footer-topbtn:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f341";
  font-size: 2.8rem;
}
@media only screen and (max-width: 480px) {
  .footer-topbtn {
    display: none;
  }
}

.footer {
  background-color: #fff;
  border-top: solid 1px #d1e0d7;
}
.footer-logo {
  display: block;
  width: 200px;
  margin-right: 40px;
}
.footer-newsarea {
  width: 1130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .footer-newsarea {
    width: 100%;
    display: block;
  }
}
.footer-newstit {
  width: 1130px;
  font-size: 1.6rem;
  border-bottom: solid 1px #00b0c1;
  padding: 8px;
  margin: 16px auto 24px;
}
@media only screen and (max-width: 480px) {
  .footer-newstit {
    width: 100%;
    font-size: 1.4rem;
    padding: 8px 24px;
  }
}
.footer-newsitems {
  color: #fff;
  font-size: 1rem;
  margin: 0 24px 0 0;
}
@media only screen and (max-width: 480px) {
  .footer-newsitems {
    width: 280px;
    margin: 0 auto 24px;
  }
  .footer-newsitems img {
    width: 280px;
  }
}
.footer-newsitems a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.footer-newsitems a:hover {
  opacity: 0.75;
}
.footer-newsabove {
  border-radius: 3px 3px 0 0;
  background-color: #3b4754;
  padding: 8px;
}
.footer-newsabove span:nth-child(2) {
  color: #e3558b;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 5px;
}
.footer-newsbelow {
  text-align: right;
  border-radius: 0 0 3px 3px;
  background-color: #3b4754;
  padding: 8px;
}
.footer-navarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1130px;
  border-top: solid 1px #d1e0d7;
  padding: 32px 0;
  margin: 24px auto 0;
}
@media only screen and (max-width: 480px) {
  .footer-navarea {
    display: none;
  }
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ccc;
  font-size: 1.2rem;
}
.footer-nav li {
  padding: 0 16px;
}
.footer-nav li a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.footer-nav li a:hover {
  opacity: 0.6;
}
.footer-bottom {
  position: relative;
  height: 200px;
  text-align: center;
  color: #fff;
  background-color: #3b4754;
  padding-top: 24px;
}
.footer-bottom small {
  display: block;
  color: #ccc;
  font-size: 1.2rem;
  margin-bottom: 16px;
}
.footer-topbtn {
  position: fixed;
  bottom: 48px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background-color: #3b4754;
  border: solid 1px #fff;
  border-radius: 5px;
  cursor: pointer;
}
.footer-topbtn:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f341";
  font-size: 2.8rem;
}
@media only screen and (max-width: 480px) {
  .footer-topbtn {
    display: none;
  }
}

.hero {
  position: relative;
  width: 1130px;
  height: 400px;
  color: #fff;
  background: url(../img/eyeCatch2.png) center top no-repeat;
  margin: 0 auto 24px;
}
@media only screen and (max-width: 480px) {
  .hero {
    width: 100%;
    height: auto;
    background: url(../img/eyeCatch_sp.png) center 50% no-repeat, linear-gradient(-135deg, #E4A972, #e3558b);
    padding: 32px 16px;
    margin: 60px auto 0;
  }
}
.hero-maincatch {
  position: absolute;
  top: 80px;
  left: 120px;
  font-size: 4rem;
}
@media only screen and (max-width: 480px) {
  .hero-maincatch {
    position: static;
    font-size: 2.6rem;
    margin-bottom: 24px;
  }
}
.hero-mainpara {
  position: absolute;
  top: 180px;
  left: 120px;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .hero-mainpara {
    position: static;
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}
.hero-subpara {
  position: absolute;
  top: 210px;
  left: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
}
@media only screen and (max-width: 480px) {
  .hero-subpara {
    position: static;
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .hero-subpara_now {
    display: none;
  }
}
.hero-ul {
  position: absolute;
  top: 260px;
  left: 120px;
}
@media only screen and (max-width: 480px) {
  .hero-ul {
    position: static;
    width: 90%;
    line-height: 1.5;
    border-top: solid 1px #fff;
    padding-top: 16px;
    margin: 16px auto 0;
  }
}
.hero-ul li {
  list-style-type: circle;
  margin-bottom: 12px;
}

.error {
  background-color: #fff;
  border: 1px solid #E84233;
  border-radius: 3px;
  line-height: 1.5;
  font-weight: 500;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  letter-spacing: 0.005em;
  margin: 16px 8px;
}
.error-list {
  color: #E84233;
  background-color: rgba(247, 82, 28, 0.1);
  border-radius: 3px;
  padding: 8px;
}
.error-list li {
  list-style: inside;
  text-align: left;
  padding: 8px;
}

.success {
  background-color: #fff;
  border: 1px solid #008f83;
  border-radius: 3px;
  line-height: 1.5;
  font-weight: 500;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  letter-spacing: 0.005em;
  margin: 16px 8px;
}
.success-list {
  color: #008f83;
  font-size: 1.6rem;
  background-color: rgba(0, 143, 131, 0.1);
  border-radius: 3px;
  padding: 8px;
}
@media only screen and (max-width: 480px) {
  .success-list {
    font-size: 1.4rem;
  }
}
.success-list li {
  text-align: left;
  padding: 8px;
}

.search-conditionsarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 3px;
  padding: 8px;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 480px) {
  .search-conditionsarea {
    display: block;
    position: relative;
    margin: 8px;
  }
}
.search-conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-conditions div:nth-child(1) {
  padding: 8px 16px;
}
@media only screen and (max-width: 480px) {
  .search-conditions div:nth-child(1) {
    padding: 4px 8px 12px 4px;
  }
}
.search-conditions div:nth-child(2) {
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 8px;
}
@media only screen and (max-width: 480px) {
  .search-conditions div:nth-child(2) {
    font-size: 1.2rem;
  }
}
.search-conditions div:nth-child(2) span:after {
  font-family: "Font Awesome 6 Pro";
  content: "/";
  font-weight: 300;
  font-size: 1.4rem;
  color: #ccc;
  margin: 0 5px;
}
@media only screen and (max-width: 480px) {
  .search-conditions div:nth-child(2) span:after {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .search-conditions {
    display: block;
  }
}
.search-icoarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 480px) {
  .search-icoarea {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.search-sset {
  display: block;
  padding: 8px;
  color: #328AC9;
}
.search-sset:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f013";
  font-weight: 900;
  font-size: 2rem;
}
@media only screen and (max-width: 480px) {
  .search-sset {
    padding: 8px 10px 0 10px;
  }
}
.search-stag {
  display: block;
  padding: 8px;
  color: #328AC9;
}
.search-stag:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f02c";
  font-weight: 900;
  font-size: 2rem;
}
@media only screen and (max-width: 480px) {
  .search-stag {
    padding: 8px 10px 0 10px;
  }
}
.search-syt {
  display: block;
  padding: 8px;
  color: #328AC9;
}
.search-syt:before {
  font-family: "Font Awesome 6 Brands";
  content: "\f167";
  font-weight: 900;
  font-size: 2rem;
}
@media only screen and (max-width: 480px) {
  .search-syt {
    padding: 8px 10px 0 10px;
  }
}

.paging {
  background-color: #fff;
  padding: 8px;
  margin-bottom: 16px;
}
.paging-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 8px 3fr 8px 2fr;
  grid-template-columns: 2fr 3fr 2fr;
  gap: 8px;
  margin: 8px 0;
}
.paging-back {
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.paging-back a {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #3b4754;
  border-radius: 3px;
  padding: 12px;
}
.paging-back a:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f100";
  font-weight: 900;
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 480px) {
  .paging-back a:before {
    display: none;
    margin: 5px 0 0 0;
  }
}
.paging-back a:after {
  display: none;
  font-family: "Font Awesome 6 Pro";
  content: "\f100";
  font-weight: 900;
  margin: 5px 0 0 0;
}
@media only screen and (max-width: 480px) {
  .paging-back a:after {
    display: block;
  }
}
.paging-back:hover {
  opacity: 0.8;
}
.paging-forward {
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.paging-forward a {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #3b4754;
  border-radius: 3px;
  padding: 12px;
}
.paging-forward a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f101";
  font-weight: 900;
  margin: 0 0 0 5px;
}
@media only screen and (max-width: 480px) {
  .paging-forward a:after {
    display: block;
    margin: 5px 0 0 0;
  }
}
.paging-forward:hover {
  opacity: 0.8;
}
.paging-detail {
  text-align: center;
  border: solid 1px #3b4754;
  border-radius: 3px;
  padding: 12px;
}
.paging-numberlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  font-size: 1.1rem;
}
.paging-numberlist a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  color: #3b4754;
  border: solid 1px #3b4754;
  border-radius: 2px;
  margin: 4px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.paging-numberlist a:hover {
  background-color: #ced1d4;
}

._paging_current {
  color: #fff !important;
  background-color: #3b4754;
  pointer-events: none;
}

._paging_omission {
  border: none !important;
  pointer-events: none;
}

._pageingDisabled {
  pointer-events: none;
}
._pageingDisabled a {
  background-color: #ced1d4;
}

.cmn {
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  padding: 16px;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 480px) {
  .cmn {
    padding: 8px;
    margin: 8px;
  }
}
.cmn-maintit {
  font-size: 1.5rem;
  border-bottom: solid 1px #00b0c1;
  padding: 12px;
  margin-bottom: 16px;
}
.cmn-sMenu {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 1.2rem;
  background-color: #fff;
  padding: 8px;
}
@media only screen and (max-width: 480px) {
  .cmn-sMenu {
    display: none;
  }
}
.cmn-sMenu a {
  display: block;
  color: #fff;
  background-color: #328AC9;
  border-radius: 2px;
  padding: 8px;
  margin-bottom: 1px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.cmn-sMenu a:hover {
  opacity: 0.7;
}
.cmn-para {
  margin: 0 16px 16px 16px;
}
@media only screen and (max-width: 480px) {
  .cmn-para {
    margin: 0 8px 16px 8px;
  }
}
.cmn-expara {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #e3558b;
  background-color: #fceef3;
  border-radius: 3px;
  padding: 8px;
  margin: 16px;
}
.cmn-exlist {
  line-height: 1.5;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  letter-spacing: 0.005em;
  margin: 8px 8px 24px 32px;
}
@media only screen and (max-width: 480px) {
  .cmn-exlist {
    margin: 8px 8px 24px 24px;
  }
}
.cmn-exlist li {
  list-style: outside;
  margin-bottom: 12px;
}
.cmn-numlist {
  line-height: 1.5;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  letter-spacing: 0.005em;
  margin: 8px 8px 24px 32px;
}
@media only screen and (max-width: 480px) {
  .cmn-numlist {
    margin: 8px 8px 24px 24px;
  }
}
.cmn-numlist li {
  list-style: decimal;
  padding: 0 0 12px 8px;
}
.cmn-liexitms {
  list-style: none !important;
  color: #e3558b;
  font-weight: 500;
  background-color: #fceef3;
  border-radius: 3px;
  padding: 8px;
  margin: 4px 0;
}
.cmn-lintitms {
  list-style: none !important;
  color: #328AC9;
  font-weight: 500;
  background-color: #eef6fc;
  border-radius: 3px;
  padding: 8px;
  margin: 4px 0;
}
.cmn-citation {
  padding: 0 16px 16px;
}
.cmn-citation div {
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 8px;
}
.cmn-hero_participation {
  position: relative;
}
.cmn-hero_participation div {
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #e3558b;
  font-size: 2rem;
  font-weight: 500;
  white-space: nowrap;
}
@media only screen and (max-width: 480px) {
  .cmn-hero_participation div {
    top: 37px;
    font-size: 1.1rem;
  }
}
.cmn-faqarea {
  line-height: 1.3;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  letter-spacing: 0.005em;
  border-bottom: 1px dotted #3B4754;
  padding: 16px;
}
.cmn-faqarea:first-child {
  padding: 0 16px 16px 16px;
}
.cmn-faqarea:last-child {
  border-bottom: none;
  padding: 16px;
  margin-bottom: 16px;
}
.cmn-faqitmsQ {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 28px 1fr;
  grid-template-columns: 28px 1fr;
  margin-bottom: 12px;
}
.cmn-faqitmsQ div:nth-child(1) {
  color: #e3558b;
  font-weight: 700;
}
.cmn-faqitmsA {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 28px 1fr;
  grid-template-columns: 28px 1fr;
}
.cmn-faqitmsA div:nth-child(1) {
  color: #328AC9;
  font-weight: 700;
  margin-left: 1px;
}
.cmn-faqex {
  color: #e3558b;
  background-color: #fceef3;
  border-radius: 3px;
  padding: 8px;
  margin: 8px;
}
.cmn-faqnote {
  color: #328AC9;
  background-color: #eef6fc;
  border-radius: 3px;
  padding: 8px;
  margin: 8px;
}

.home-spMenu_sub {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.home-spMenu_sub a {
  display: block;
  width: 180px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #328AC9;
  border-radius: 3px;
  padding: 16px;
  margin: 0 8px;
}
@media only screen and (max-width: 480px) {
  .home-spMenu_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
  background-color: #fff;
  border-radius: 3px;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 480px) {
  .home-headline {
    display: block;
    height: auto;
    margin: 8px;
  }
}
.home-headline_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 480px) {
  .home-headline_index {
    display: none;
  }
}
.home-headmain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-headtext {
  font-weight: 400;
  margin-left: 16px;
}
.home-headtext h1, .home-headtext h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 5px;
}
@media only screen and (max-width: 480px) {
  .home-headtext h1, .home-headtext h2 {
    font-size: 1.6rem;
  }
}
.home-headtext div:nth-child(1) {
  font-size: 2rem;
  margin-bottom: 5px;
}
.home-headtext div:nth-child(2) {
  font-size: 1.2rem;
  color: #9c9d9d;
  text-transform: uppercase;
  letter-spacing: 0.005em;
}
.home-headex {
  font-size: 1.2rem;
  line-height: 1.3;
  color: #4b4b4b;
  border-bottom: solid 1px #ff993c;
  padding: 0 0 5px 0;
  margin: 0 16px 0 0;
}
@media only screen and (max-width: 480px) {
  .home-headex {
    text-align: right;
    border-top: solid 1px #f0f3f2;
    border-bottom: none;
    padding: 8px;
    margin: 0 16px;
  }
}
.home-headico {
  width: 72px;
  height: 72px;
  border-radius: 3px 0 0 3px;
}
@media only screen and (max-width: 480px) {
  .home-headico {
    width: 48px;
    height: 48px;
  }
}
.home-panelarea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32.5% 8px 32.5% 8px 32.5%;
  grid-template-columns: 32.5% 32.5% 32.5%;
  gap: 8px;
  margin-bottom: 16px;
}
.home-panel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 1fr;
  grid-template-columns: 60px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #328AC9;
  border-radius: 3px;
  padding: 8px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-panel:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 480px) {
  .home-panel {
    display: none;
  }
}
.home-paneltxt {
  margin-left: 12px;
}
.home-paneltxt div:nth-child(1) {
  font-weight: 700;
  border-bottom: dotted 1px #fff;
  padding-bottom: 5px;
}
.home-paneltxt div:nth-child(2) {
  font-size: 1.2rem;
  padding-top: 8px;
  line-height: 1.3;
}
.home-panelico_new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  padding: 8px;
}
.home-panelico_new:before {
  font-family: "Font Awesome 6 Pro";
  content: "\e5d6";
  font-weight: 900;
  font-size: 3.4rem;
}
.home-panelico_rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  padding: 8px;
}
.home-panelico_rank:before {
  font-family: "Font Awesome 6 Pro";
  content: "\e561";
  font-weight: 900;
  font-size: 3.4rem;
}
.home-panelico_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  padding: 8px;
}
.home-panelico_tags:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f02c";
  font-weight: 900;
  font-size: 3.4rem;
}
.home-panelico_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  padding: 8px;
}
.home-panelico_search:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f002";
  font-weight: 900;
  font-size: 3.4rem;
}
.home-panelico_YT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  padding: 8px;
}
.home-panelico_YT:before {
  font-family: "Font Awesome 6 Brands";
  content: "\f167";
  font-weight: 900;
  font-size: 3.4rem;
}
.home-panelico_random {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  padding: 8px;
}
.home-panelico_random:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f522";
  font-weight: 900;
  font-size: 3.4rem;
}
.home-panelico_vocal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  padding: 8px;
}
.home-panelico_vocal:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f8cb";
  font-weight: 900;
  font-size: 3.4rem;
}
.home-panelico_se {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  padding: 8px;
}
.home-panelico_se:before {
  font-family: "Font Awesome 6 sharp";
  content: "\e241";
  font-weight: 900;
  font-size: 3.4rem;
}
.home-panelico_creators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  padding: 8px;
}
.home-panelico_creators:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f8eb";
  font-weight: 900;
  font-size: 3.4rem;
}
.home-infoarea {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 16px 24px;
}
.home-infotit {
  font-size: 1.6rem;
  border-bottom: solid 1px #00b0c1;
  padding: 8px;
  margin-bottom: 16px;
}
.home-infoitems {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 1fr;
  grid-template-columns: 90px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.home-infodate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 500;
  background-color: #00b0c1;
  border-radius: 3px;
  padding: 8px;
}
.home-infolink {
  line-height: 1.5;
  margin-left: 16px;
}
.home-infolink a {
  color: #333;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-infolink a:hover {
  opacity: 0.6;
}
.home-infolink:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f001";
  color: #777;
  font-weight: 900;
  font-size: 1.3rem;
  margin-right: 12px;
}
.home-relaarea {
  background-color: #fff;
  border-radius: 5px;
  padding: 16px 24px;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 480px) {
  .home-relaarea {
    padding: 16px;
    margin: 8px;
  }
}
.home-relatit {
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: solid 1px #00b0c1;
  padding: 8px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 480px) {
  .home-relatit {
    font-size: 1.4rem;
  }
}
.home-relapanelarea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5fr 8px 5fr;
  grid-template-columns: 5fr 5fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  line-height: 1.3;
}
@media only screen and (max-width: 480px) {
  .home-relapanelarea {
    display: block;
  }
}
.home-relapanel a {
  display: block;
  color: #328AC9;
  font-weight: 700;
  background-color: #EEF6FC;
  border-radius: 3px;
  padding: 12px;
}
.home-relapanel a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 480px) {
  .home-relapanel a {
    margin-bottom: 8px;
  }
}
.home-relasubarea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px 1fr;
  grid-template-columns: 30px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-top: dotted 1px #ccc;
  border-radius: 0 0 3px 3px;
  padding: 12px;
}
.home-relasubTrackslist {
  font-size: 1.2rem;
  margin-left: 16px;
}
.home-relasubTrackslist a {
  color: #3b4754;
}
.home-relasubTrackslist div {
  font-size: 1rem;
  margin-top: 5px;
}
@media only screen and (max-width: 480px) {
  .home-search {
    display: none;
  }
}
.home-search[data-active-tab=bgm] .home-searchtab [data-target=bgm], .home-search[data-active-tab=se] .home-searchtab [data-target=se], .home-search[data-active-tab=composer] .home-searchtab [data-target=composer] {
  background-color: #00b0c1;
}
.home-search[data-active-tab=bgm] .home-searcharea[data-tab=bgm], .home-search[data-active-tab=se] .home-searcharea[data-tab=se], .home-search[data-active-tab=composer] .home-searcharea[data-tab=composer] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-searchtab {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 3fr 3fr;
  grid-template-columns: 3fr 3fr 3fr;
}
.home-searchtab div {
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  background-color: #3b4754;
  padding: 6px;
  cursor: pointer;
}
.home-searchtab div:nth-child(1) {
  border-radius: 3px 0 0 0;
}
.home-searchtab div:nth-child(3) {
  border-radius: 0 3px 0 0;
}
.home-searcharea {
  display: none;
  background-color: #00b0c1;
  border-radius: 0 0 3px 3px;
  padding: 8px;
}
.home-searchinput {
  width: 240px;
  height: 30px;
  padding: 6px;
}
.home-sset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #999;
  background-color: #fff;
  margin-left: 8px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-sset:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f013";
  font-weight: 900;
  font-size: 1.6rem;
}
.home-sset:hover {
  color: #ccc;
}
.home-stag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #999;
  background-color: #fff;
  margin-left: 8px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-stag:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f02c";
  font-weight: 900;
  font-size: 1.6rem;
}
.home-stag:hover {
  color: #ccc;
}
.home-srelease {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #999;
  background-color: #fff;
  margin-left: 8px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-srelease:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f1f8";
  font-weight: 900;
  font-size: 1.6rem;
}
.home-srelease:hover {
  color: #ccc;
}
.home-sideMenu_cntmenu {
  margin-top: 12px;
}
@media only screen and (max-width: 480px) {
  .home-sideMenu_cntmenu {
    display: none;
  }
}
.home-sideMenu_playlist {
  background-color: #fff;
  border-radius: 3px;
  padding: 16px 8px;
  margin-top: 12px;
}
.home-sideMenu_ptitle {
  color: #e3558b;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 12px;
}
.home-sideMenu_plink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  border: solid 1px #328AC9;
  border-radius: 3px;
  padding: 16px;
  margin: 8px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-sideMenu_plink:before {
  font-family: "Font Awesome 6 Brands";
  content: "\f167";
  font-weight: 900;
  font-size: 2.4rem;
  margin-right: 8px;
}
.home-sideMenu_plink:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  font-weight: 300;
  font-size: 2.4rem;
  margin-left: 24px;
}
.home-sideMenu_plink:hover {
  color: #fff;
  background-color: #328AC9;
}
.home-subheadline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 3px;
  border-radius: 0 3px 0 0;
}
.home-subheadmain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-subheadtext {
  font-weight: 400;
  margin-left: 16px;
}
.home-subheadtext div:nth-child(1) {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.home-subheadtext div:nth-child(2) {
  font-size: 1rem;
  color: #9c9d9d;
  text-transform: uppercase;
  letter-spacing: 0.005em;
}
.home-subheadlink {
  font-size: 1.1rem;
  color: #fff;
  background-color: #ff993c;
  border-radius: 3px;
  padding: 4px 8px;
  margin-right: 8px;
}
.home-subheadlink:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f101";
  font-weight: 400;
  margin-left: 4px;
}
.home-subheadico {
  width: 48px;
  height: 48px;
  border-radius: 3px 0 0 0;
}
.home-submenuarea {
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  padding: 8px 0;
  margin-bottom: 16px;
}
.home-submenu_music {
  padding: 16px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-submenu_music:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f001";
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0 12px 0 12px;
}
.home-submenu_music:hover {
  opacity: 0.8;
}
.home-submenu_se {
  padding: 16px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-submenu_se:before {
  font-family: "Font Awesome 6 sharp";
  content: "\e241";
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0 12px 0 12px;
}
.home-submenu_se:hover {
  opacity: 0.8;
}
.home-submenu_comporser {
  padding: 16px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-submenu_comporser:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f8eb";
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0 12px 0 12px;
}
.home-submenu_comporser:hover {
  opacity: 0.8;
}
.home-submenuol {
  display: none;
  padding-left: 48px;
}
.home-submenuol a {
  display: block;
  color: #333;
  padding: 10px 16px;
}
.home-submenuol a:hover {
  background-color: #e1f6f4;
}

._homesubmenu_current {
  background-color: #00b0c1 !important;
}

.bgmlist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
  background-color: #fff;
  border-radius: 3px;
  padding: 24px;
  margin: 0 0 8px 0;
}
@media only screen and (max-width: 480px) {
  .bgmlist {
    -ms-grid-columns: 80px 1fr;
    grid-template-columns: 80px 1fr;
    padding: 16px 8px;
    margin: 8px;
  }
}
.bgmlist-noResults {
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  padding: 48px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-noResults {
    padding: 48px 24px;
    margin: 8px;
  }
}
.bgmlist-noResults_para {
  color: #aaa;
  font-weight: 700;
  margin-bottom: 16px;
}
.bgmlist-thumb img {
  width: 76px;
  height: 76px;
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 8px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-thumb img {
    width: 60px;
    height: 60px;
    padding: 4px;
  }
}
.bgmlist-trackarea {
  margin-bottom: 16px;
}
.bgmlist-trackarea div:nth-child(1) {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.bgmlist-tracktitle {
  font-size: 1.8rem;
  font-weight: 700;
}
.bgmlist-tracktitle a {
  color: #3b4754;
}
.bgmlist-tracktitle span {
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 16px;
}
.bgmlist-tracktitle span a {
  color: #0E71EB;
  margin-left: 5px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-tracktitle {
    font-size: 1.6rem;
  }
}
.bgmlist-trackdetail {
  line-height: 1.3;
  margin-bottom: 16px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-trackdetail {
    font-size: 1.3rem;
  }
}
.bgmlist-detailtags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  margin-bottom: 16px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-detailtags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.bgmlist-icobgm {
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 6px 12px;
  margin: 0 0 0 8px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-icobgm {
    padding: 5px;
    margin: 4px;
  }
}
.bgmlist-icobgm:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f025";
  color: #999;
  font-size: 1.6rem;
  font-weight: 900;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-icobgm:before {
    font-size: 1.4rem;
  }
}
.bgmlist-icolist {
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 6px 12px;
  margin: 0 0 0 8px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-icolist {
    padding: 5px;
    margin: 4px;
  }
}
.bgmlist-icolist:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f03a";
  color: #999;
  font-size: 1.6rem;
  font-weight: 900;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-icolist:before {
    font-size: 1.4rem;
  }
}
.bgmlist-icotime {
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 6px 12px;
  margin: 0 0 0 8px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-icotime {
    padding: 5px;
    margin: 4px;
  }
}
.bgmlist-icotime:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f2f2";
  color: #999;
  font-size: 1.6rem;
  font-weight: 400;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-icotime:before {
    font-size: 1.4rem;
  }
}
.bgmlist-icoloop {
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 6px 12px;
  margin: 0 0 0 8px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-icoloop {
    padding: 5px;
    margin: 4px;
  }
}
.bgmlist-icoloop:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f021";
  color: #999;
  font-size: 1.6rem;
  font-weight: 900;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-icoloop:before {
    font-size: 1.4rem;
  }
}
.bgmlist-icoloop_yes:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  color: unset;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .bgmlist-icoloop_yes:before {
    font-size: 1.4rem;
  }
}
.bgmlist-icoloop_no:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00d";
  color: unset;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .bgmlist-icoloop_no:before {
    font-size: 1.4rem;
  }
}
.bgmlist-icodl {
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 6px 12px;
  margin: 0 0 0 8px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-icodl {
    padding: 5px;
    margin: 4px;
  }
}
.bgmlist-icodl:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f019";
  color: #999;
  font-size: 1.6rem;
  font-weight: 900;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-icodl:before {
    font-size: 1.4rem;
  }
}
.bgmlist-icotags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  line-height: 1.5;
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 8px;
}
.bgmlist-icotags span {
  padding: 0 4px;
}
.bgmlist-icotags span:after {
  content: ",";
}
.bgmlist-icotags span:last-child:after {
  content: "";
}
.bgmlist-icotags:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f02c";
  color: #999;
  font-size: 1.6rem;
  font-weight: 900;
  margin-right: 5px;
}
.bgmlist-icose {
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 6px 12px;
  margin: 0 0 0 8px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-icose {
    padding: 5px;
    margin: 4px;
  }
}
.bgmlist-icose:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f5f0";
  color: #999;
  font-size: 1.6rem;
  font-weight: 900;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-icose:before {
    font-size: 1.4rem;
  }
}
.bgmlist-icouse {
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 6px 12px;
  margin: 0 0 0 8px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-icouse {
    padding: 5px;
    margin: 4px;
  }
}
.bgmlist-icouse:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f140";
  color: #999;
  font-size: 1.6rem;
  font-weight: 900;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-icouse:before {
    font-size: 1.4rem;
  }
}
.bgmlist-icomotif {
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 6px 12px;
  margin: 0 0 0 8px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-icomotif {
    padding: 5px;
    margin: 4px;
  }
}
.bgmlist-icomotif:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f03e";
  color: #999;
  font-size: 1.6rem;
  font-weight: 900;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-icomotif:before {
    font-size: 1.4rem;
  }
}
.bgmlist-icoori {
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 6px 12px;
  margin: 0 0 0 8px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-icoori {
    padding: 5px;
    margin: 4px;
  }
}
.bgmlist-icoori:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0c3";
  color: #999;
  font-size: 1.6rem;
  font-weight: 900;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-icoori:before {
    font-size: 1.4rem;
  }
}

.creator {
  background-color: #fff;
  border-radius: 3px;
  padding: 24px;
  margin: 0 0 8px 0;
}
@media only screen and (max-width: 480px) {
  .creator {
    padding: 8px;
    margin: 8px;
  }
}
.creator-trackarea {
  margin-bottom: 16px;
}
.creator-detailtags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
}
@media only screen and (max-width: 480px) {
  .creator-detailtags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1rem;
  }
}
.creator-icosound {
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 6px 12px;
  margin: 0 0 0 8px;
}
@media only screen and (max-width: 480px) {
  .creator-icosound {
    padding: 5px;
    margin: 4px;
  }
}
.creator-icosound:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f001";
  color: #999;
  font-size: 1.6rem;
  font-weight: 900;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .creator-icosound:before {
    font-size: 1.4rem;
  }
}
.creator-icolicense {
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 6px 12px;
  margin: 0 0 0 8px;
}
@media only screen and (max-width: 480px) {
  .creator-icolicense {
    padding: 5px;
    margin: 4px;
  }
}
.creator-icolicense:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f071";
  color: #999;
  font-size: 1.6rem;
  font-weight: 900;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .creator-icolicense:before {
    font-size: 1.4rem;
  }
}
.creator-icomail {
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 6px 12px;
  margin: 0 0 0 8px;
}
@media only screen and (max-width: 480px) {
  .creator-icomail {
    padding: 5px;
    margin: 4px;
  }
}
.creator-icomail:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0e0";
  color: #999;
  font-size: 1.6rem;
  font-weight: 900;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .creator-icomail:before {
    font-size: 1.4rem;
  }
}
.creator-icoterm {
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 6px 12px;
  margin: 0 0 0 8px;
}
@media only screen and (max-width: 480px) {
  .creator-icoterm {
    padding: 5px;
    margin: 4px;
  }
}
.creator-icoterm:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f390";
  color: #999;
  font-size: 1.6rem;
  font-weight: 900;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .creator-icoterm:before {
    font-size: 1.4rem;
  }
}
.creator-dtlabove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  margin-bottom: 16px;
}
@media only screen and (max-width: 480px) {
  .creator-dtlabove {
    display: block;
    margin-bottom: 8px;
  }
}
.creator-dtlregidate {
  display: block;
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 8px;
}
@media only screen and (max-width: 480px) {
  .creator-dtlregidate {
    display: block;
    margin-bottom: 8px;
  }
}
.creator-dtlregilist {
  display: block;
  background-color: #EEF6FC;
  border-radius: 3px;
  padding: 8px;
}
.creator-dtlregilist:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f001";
  color: #328AC9;
  font-weight: 900;
  margin-right: 5px;
}
.creator-profpara {
  white-space: pre-wrap;
  word-break: break-word;
}
.creator-mainprof {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
  padding: 8px;
}
@media only screen and (max-width: 480px) {
  .creator-mainprof {
    display: block;
  }
}
.creator-mainprof_img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #F2F2F2;
  border-radius: 3px;
  padding: 8px;
}
@media only screen and (max-width: 480px) {
  .creator-mainprof_img {
    margin-bottom: 8px;
  }
}
.creator-mainprof_txt {
  border-bottom: 1px dotted #3B4754;
  padding: 0 12px 12px;
  margin: 0 8px 16px 8px;
}
@media only screen and (max-width: 480px) {
  .creator-mainprof_txt {
    padding: 0;
    margin: 0;
  }
}
.creator-mainprof_title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 24px;
}
@media only screen and (max-width: 480px) {
  .creator-mainprof_title {
    margin-bottom: 16px;
  }
}
.creator-mainprof_title span {
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 8px;
}
.creator-mainprof_ov {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
}
@media only screen and (max-width: 480px) {
  .creator-mainprof_ov {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.creator-mainprof_ov div {
  padding: 0 16px 12px 0;
}
.creator-mainprof_section {
  border-bottom: 1px dotted #3B4754;
  padding: 16px;
}
@media only screen and (max-width: 480px) {
  .creator-mainprof_section {
    padding: 8px;
  }
}
.creator-mainprof_section:last-child {
  border-bottom: none;
}
.creator-mainprof_website {
  text-align: center;
  margin-bottom: 8px;
}
.creator-mainprof_website img {
  max-width: 160px;
  margin-bottom: 16px;
}
.creator-mainprof_website a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
.creator-mainprof_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.creator-mainprof_sctit {
  color: #00b0c1;
  font-weight: 700;
  margin: 8px 0 16px;
}
.creator-mainprof_addLicense {
  color: #e3558b;
  white-space: pre-wrap;
  word-break: break-word;
  background-color: #fceef3;
  border-radius: 3px;
  padding: 4px 8px;
  margin-top: 8px;
}
.creator-icoX {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 40px;
  background-color: #14171B;
  border-radius: 3px;
  margin-right: 16px;
}
.creator-icoX:before {
  font-family: "Font Awesome 6 Brands";
  content: "\e61b";
  font-weight: 900;
  color: #fff;
  font-size: 1.8rem;
}
@media only screen and (max-width: 480px) {
  .creator-icoX {
    width: 120px;
  }
}
.creator-icoFB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 40px;
  background-color: #3c5b99;
  border-radius: 3px;
  margin-right: 16px;
}
.creator-icoFB:before {
  font-family: "Font Awesome 6 Brands";
  content: "\f39e";
  font-weight: 900;
  color: #fff;
  font-size: 1.8rem;
}
@media only screen and (max-width: 480px) {
  .creator-icoFB {
    width: 120px;
  }
}
.creator-icoML {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 40px;
  background-color: #a6a9ac;
  border-radius: 3px;
}
.creator-icoML:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0e0";
  font-weight: 900;
  color: #fff;
  font-size: 1.8rem;
}
@media only screen and (max-width: 480px) {
  .creator-icoML {
    width: 120px;
  }
}

._cicoDisabled {
  opacity: 0.4;
}

.trialL {
  background-color: #fff;
  border-radius: 3px;
  padding: 16px;
  margin: 8px;
}
.trialL-above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.trialL-above_date {
  font-size: 1.3rem;
  border: solid 1px #989898;
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 8px 12px;
}
.trialL-above_date span {
  margin: 0 4px;
}
.trialL-above_tpswitch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trialL-tpswitch_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trialL-tpswitch_select div {
  font-size: 1.3rem;
  border: solid 1px #989898;
  border-radius: 3px 0 0 3px;
  background-color: #F5F5F5;
  padding: 8px;
}
.trialL-tpswitch_select select {
  border: solid 1px #989898;
  border-left: none;
  border-radius: 0 3px 3px 0;
  padding: 6.5px 8px;
}
.trialL-iframe iframe {
  width: 100%;
  height: 400px;
}
@media only screen and (max-width: 480px) {
  .trialL-iframe iframe {
    height: auto;
  }
}
.trialL-audioPlayer {
  width: 100%;
  height: 180px;
  text-align: center;
  background: #fff url(../img/player.png) center 7px no-repeat;
  padding: 8px;
}
@media only screen and (max-width: 480px) {
  .trialL-audioPlayer {
    height: auto;
  }
}
.trialL-audioPlayer audio {
  margin: 0 auto;
}
.trialL-detailarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: dotted 1px #3b4754;
  padding: 12px 0;
}
@media only screen and (max-width: 480px) {
  .trialL-detailarea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70px 1fr;
    grid-template-columns: 70px 1fr;
  }
}
.trialL-detailarea_se {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}
.trialL-title {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .trialL-title {
    font-size: 1.8rem;
  }
}
.trialL-title span {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 0 0 8px;
}
@media only screen and (max-width: 480px) {
  .trialL-title span {
    display: block;
    margin: 8px 0 0 0;
  }
}
.trialL-thumb {
  margin-right: 16px;
}
@media only screen and (max-width: 480px) {
  .trialL-thumb {
    margin-right: 0;
  }
}
.trialL-thumb img {
  width: 78px;
  height: 78px;
  background-color: #F5F5F5;
  padding: 8px;
}
@media only screen and (max-width: 480px) {
  .trialL-thumb img {
    width: 60px;
    height: 60px;
  }
}
.trialL-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}
.trialL-detail div {
  margin: 0 12px 0 0;
}
@media only screen and (max-width: 480px) {
  .trialL-detail div {
    font-weight: 500;
    margin: 5px;
  }
}
.trialL-detail span {
  margin: 0 2px;
}
@media only screen and (max-width: 480px) {
  .trialL-detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.2rem;
    font-weight: 400;
  }
}
.trialL-detail_se {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: dotted 1px #3b4754;
  font-weight: 700;
  padding: 16px;
}
@media only screen and (max-width: 480px) {
  .trialL-detail_se {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 8px;
  }
}
.trialL-detail_se div {
  margin: 0 12px 0 0;
}
@media only screen and (max-width: 480px) {
  .trialL-detail_se div {
    margin: 5px 8px;
  }
}
.trialL-detail_se span {
  margin: 0 2px;
}
.trialL-detailloop_yes:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  color: unset;
  font-weight: 400;
}
.trialL-detailloop_no:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00d";
  color: unset;
  font-weight: 400;
}
.trialL-below {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 1fr;
  grid-template-columns: 80px 1fr;
  padding: 16px 0;
}
@media only screen and (max-width: 480px) {
  .trialL-below {
    -ms-grid-columns: 68px 1fr;
    grid-template-columns: 68px 1fr;
    padding: 0 0 16px;
  }
}
.trialL-below_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 1.2rem;
  background-color: #00b0c1;
  border-radius: 50%;
  margin-top: 16px;
}
.trialL-below_trackP {
  padding: 16px;
}
.trialL-below_composer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 1fr;
  grid-template-columns: 60px 1fr;
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 16px;
}
@media only screen and (max-width: 480px) {
  .trialL-below_composer img {
    display: none;
  }
}
.trialL-below_composer div {
  white-space: pre-wrap;
  word-break: break-word;
  line-height: 1.6;
  background-color: #fff;
  border-radius: 3px;
  padding: 16px;
  margin-left: 8px;
}
@media only screen and (max-width: 480px) {
  .trialL-below_composer div {
    padding: 8px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .trialL-below_composer {
    display: block;
  }
}
.trialL-below_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.trialL-below_tags a {
  display: block;
  color: #328AC9;
  font-weight: 500;
  background-color: #EEF6FC;
  border-radius: 3px;
  padding: 8px;
  margin: 8px;
}
.trialL-below_SNS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px 0 0 0;
}
@media only screen and (max-width: 480px) {
  .trialL-below_SNS {
    margin: 16px 0 0 8px;
  }
}
.trialL-icoX {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 48px;
  background-color: #14171B;
  border-radius: 3px;
  margin-right: 16px;
}
.trialL-icoX:before {
  font-family: "Font Awesome 6 Brands";
  content: "\e61b";
  font-weight: 900;
  color: #fff;
  font-size: 1.8rem;
}
@media only screen and (max-width: 480px) {
  .trialL-icoX {
    width: 120px;
  }
}
.trialL-icoFB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 48px;
  background-color: #3c5b99;
  border-radius: 3px;
}
.trialL-icoFB:before {
  font-family: "Font Awesome 6 Brands";
  content: "\f39e";
  font-weight: 900;
  color: #fff;
  font-size: 1.8rem;
}
@media only screen and (max-width: 480px) {
  .trialL-icoFB {
    width: 120px;
  }
}
.trialL-DLarea {
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  padding: 16px 24px;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 480px) {
  .trialL-DLarea {
    padding: 16px;
    margin: 8px;
  }
}
.trialL-DLsMenu {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 1.2rem;
  background-color: #fff;
  padding: 8px;
}
@media only screen and (max-width: 480px) {
  .trialL-DLsMenu {
    display: none;
  }
}
.trialL-DLsMenu a {
  display: block;
  color: #fff;
  background-color: #328AC9;
  border-radius: 2px;
  padding: 8px;
  margin-bottom: 1px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.trialL-DLsMenu a:hover {
  opacity: 0.7;
}
.trialL-DLtitle {
  font-size: 1.6rem;
  line-height: 1.5;
  border-bottom: solid 1px #00b0c1;
  padding: 8px;
  margin-bottom: 16px;
}
.trialL-DLpara1 {
  color: #e3558b;
  font-weight: 500;
  margin-bottom: 12px;
}
.trialL-DLpara2 {
  color: #e3558b;
  font-weight: 500;
  background-color: #fceef3;
  border-radius: 3px;
  padding: 4px 8px;
  margin: 40px 0 24px;
}
@media only screen and (max-width: 480px) {
  .trialL-DLpara2 {
    margin: 16px 0;
  }
}
.trialL-DLpara3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}
.trialL-DLpara3 span {
  color: #e3558b;
  font-weight: 500;
}
.trialL-DLpara4 {
  font-weight: 500;
  margin-bottom: 12px;
}
.trialL-DLchkul {
  line-height: 1.5;
  margin: 0 0 24px 24px;
}
.trialL-DLchkul li {
  list-style: outside;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.trialL-DLchkul a {
  border-radius: 3px;
  padding: 3px;
}
.trialL-DLbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 600px;
  height: 64px;
  color: #fff;
  font-size: 1.6rem;
  background-color: #00b0c1;
  border-radius: 3px;
  margin: 0 auto 16px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 480px) {
  .trialL-DLbutton {
    width: 100%;
  }
}
.trialL-DLbutton:hover {
  opacity: 0.7;
}
.trialL-DLbtnarea {
  width: 400px;
  text-align: center;
  background-color: #00b0c1;
  border-radius: 3px;
  padding: 12px;
}
.trialL-DLbtnarea p {
  color: #fff;
  font-weight: 700;
  border-bottom: solid 1px #fff;
  padding: 4px 8px 12px;
}
.trialL-DLbtnarea select {
  width: 100%;
  padding: 8px;
  margin: 12px 0;
}
.trialL-DLbtnimg {
  display: block;
  width: 100%;
  background-image: url(../img/download.png);
  padding: 8px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.trialL-DLbtnimg img {
  width: 180px;
  margin: 0 auto;
}
.trialL-DLbtnimg:hover {
  opacity: 0.8;
}
.trialL-DLniconico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
@media only screen and (max-width: 480px) {
  .trialL-DLniconico {
    display: block;
  }
}
.trialL-DLniconico dt {
  width: 100px;
  font-size: 1.3rem;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .trialL-DLniconico dt {
    margin-bottom: 5px;
  }
}
.trialL-DLniconico dd {
  width: 100%;
  border: solid 1px #ddd;
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 8px;
}
@media only screen and (max-width: 480px) {
  .trialL-DLniconico dd {
    overflow: hidden;
  }
}
.trialL-DLhorizon {
  height: 1px;
  background-color: #fff;
  margin: 16px 0;
}
.trialL-jumplink {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  background-color: #EEF6FC;
  border-radius: 3px;
  padding: 12px 8px;
}
@media only screen and (max-width: 480px) {
  .trialL-subm_relaTrackWrapper {
    margin: 16px;
  }
}
.trialL-subm_composerWrapper {
  background-color: #e3e3e3;
  border-radius: 3px;
  padding: 8px;
  margin: 8px 0 0 0;
}
@media only screen and (max-width: 480px) {
  .trialL-subm_composerWrapper {
    padding: 4px;
    margin: 8px;
  }
}
.trialL-subm_composer {
  background-color: #fff;
  border-radius: 3px;
  padding: 12px;
}
.trialL-subm_composerHeader {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px 1fr;
  grid-template-columns: 40px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.trialL-subm_composerName {
  margin-left: 16px;
}
.trialL-subm_composerName div {
  margin-bottom: 8px;
}
.trialL-subm_composerName a {
  font-weight: 500;
}
.trialL-subm_composerName div > span {
  margin-left: 5px;
}
.trialL-subm_composerPara {
  font-size: 1.2rem;
  border-bottom: dotted 1px #3b4754;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.trialL-subm_composerLicense {
  font-size: 1.1rem;
  margin-right: 16px;
}
.trialL-subm_composerLicense:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f071";
  font-weight: 900;
  margin-right: 3px;
}
.trialL-subm_composerMail {
  font-size: 1.1rem;
}
.trialL-subm_composerMail:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 3px;
}
.trialL-subm_composerMailLink {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  color: #fff;
  background-color: #ff993c;
  border-radius: 3px;
  padding: 6px 16px;
  margin-bottom: 8px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.trialL-subm_composerMailLink:last-child {
  margin-bottom: 0;
}
.trialL-subm_composerMailLink:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 8px;
}
.trialL-subm_composerMailLink:hover {
  opacity: 0.7;
}
.trialL-subm_composerMailLink_disabled {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  color: #ccc;
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 6px 16px;
  margin-bottom: 8px;
  pointer-events: none;
}
.trialL-subm_composerMailLink_disabled:last-child {
  margin-bottom: 0;
}
.trialL-subm_composerMailLink_disabled:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 8px;
}

._SNSdisabled {
  opacity: 0.15;
  pointer-events: none;
}

.setting {
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  padding: 16px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 480px) {
  .setting {
    padding: 8px;
    margin: 8px;
  }
}
.setting-maintit {
  font-size: 1.4rem;
  border-bottom: solid 1px #00b0c1;
  padding: 12px;
  margin-bottom: 16px;
}
.setting-sMenu {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 1.2rem;
  background-color: #fff;
  padding: 8px;
}
@media only screen and (max-width: 480px) {
  .setting-sMenu {
    display: none;
  }
}
.setting-sMenu a {
  display: block;
  color: #fff;
  background-color: #328AC9;
  border-radius: 2px;
  padding: 8px;
  margin-bottom: 1px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.setting-sMenu a:hover {
  opacity: 0.7;
}
.setting-para {
  margin: 0 16px 8px 16px;
}
.setting-expara {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #e3558b;
  background-color: #fceef3;
  border-radius: 3px;
  padding: 2px 4px;
  margin: 0 16px 8px;
}
.setting-btnarea {
  text-align: center;
  padding: 12px 24px;
}
.setting-savebtn {
  width: 300px;
  height: 56px;
  color: #fff;
  font-weight: 700;
  background-color: #328AC9;
  border-radius: 3px;
  margin-right: 24px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.setting-savebtn:hover {
  opacity: 0.8;
}
.setting-resetbtn {
  width: 186px;
  height: 56px;
  color: #fff;
  font-weight: 700;
  background-color: #e3558b;
  border-radius: 3px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.setting-resetbtn:hover {
  opacity: 0.8;
}
.setting-content {
  padding: 8px 16px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 480px) {
  .setting-content {
    padding: 8px;
  }
}
.setting-content dt {
  margin: 0 0 8px 8px;
}
.setting-content_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fafafa;
  border: solid 1px #eee;
  border-radius: 3px;
  padding: 10px;
}
@media only screen and (max-width: 480px) {
  .setting-content_checkbox {
    padding: 8px;
  }
}
.setting-content_checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 12px;
  cursor: pointer;
}
.setting-content_checkbox input[type=radio], .setting-content_checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.setting-content_text input {
  width: 100%;
  background-color: #F0F3F2;
  padding: 16px;
}
.setting-content_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.setting-content_select select {
  border: solid 1px #eee;
  background-color: #F0F3F2;
  border-radius: 3px;
  padding: 10px 12px;
}
.setting-content_select span {
  padding: 0 10px;
}
.setting-content_select_addbtn {
  width: 126px;
  height: 28px;
  border: solid 1px #eee;
  background-color: #F0F3F2;
  border-radius: 3px;
}
@media only screen and (max-width: 480px) {
  .setting-content_select_addbtn {
    height: unset;
  }
}
.setting-content_select_clrbtn {
  width: 126px;
  height: 28px;
  border: solid 1px #eee;
  background-color: #fff;
  border-radius: 3px;
}
@media only screen and (max-width: 480px) {
  .setting-content_select_clrbtn {
    height: unset;
  }
}
.setting-content_caution {
  color: #e3558b;
  font-size: 1.2rem;
  margin: 0 16px;
}
.setting-content_select_serComposer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  background-color: #fafafa;
  border: solid 1px #eee;
  border-radius: 3px;
  padding: 12px;
  margin-top: 8px;
}
.setting-content_select_serComposer:not(:has(input[type=hidden])) {
  display: none;
}
.setting-content_select_serTit {
  color: #328AC9;
  background-color: #EEF6FC;
  border-radius: 3px;
  padding: 8px;
  margin-right: 24px;
}
.setting-content_select_serTit_excl {
  color: #e3558b;
  background-color: #fceef3;
  border-radius: 3px;
  padding: 8px;
  margin-right: 24px;
}
.setting-content_select_Composer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.setting-content_select_Composer div {
  background-color: #eee;
  border-radius: 3px;
  padding: 8px;
  margin-right: 12px;
}
.setting-tagdl {
  margin-bottom: 24px;
}
.setting-tagdl:first-child {
  margin-top: 16px;
}
.setting-tagdlTit {
  font-weight: 700;
  border-bottom: dotted 1px #3b4754;
  padding-bottom: 8px;
  margin: 16px 16px 8px;
}
.setting-tagarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px;
}
.setting-tagareaL {
  padding: 0 8px;
  margin-top: 16px;
}
.setting-tagareaL div:nth-child(1) {
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 16px;
}
.setting-tagareaL a {
  width: 100px;
  font-size: 1.3rem;
  text-align: center;
}
.setting-tagareaL_se {
  padding: 0 8px;
  margin-top: 16px;
}
.setting-tagareaL_se div:nth-child(1) {
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 16px;
}
.setting-tagareaL_se a {
  text-align: center;
}
.setting-tags {
  display: block;
  background-color: #eef6fc;
  border-radius: 3px;
  padding: 6px 8px;
  margin: 8px;
}
.setting-yt-para {
  line-height: 1.5;
  margin: 0 16px 24px 16px;
}
@media only screen and (max-width: 480px) {
  .setting-yt-para {
    margin: 0 12px 24px 12px;
  }
}
.setting-yt-exlist {
  line-height: 1.3;
  margin: 8px 8px 24px 24px;
}
.setting-yt-exlist li {
  list-style: outside;
  margin-bottom: 12px;
}
.setting-yt-ulrbox {
  margin: 16px 24px;
}
.setting-yt-ulrbox dt {
  font-weight: 500;
  margin-bottom: 8px;
}
.setting-yt-ulrbox input {
  width: 100%;
  font-size: 1.6rem;
}
@media only screen and (max-width: 480px) {
  .setting-yt-ulrbox input {
    font-size: 1.4rem;
  }
}
.setting-yt-btn {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #328AC9;
  border-radius: 3px;
  padding: 10px 64px;
  margin: 8px 24px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 480px) {
  .setting-yt-btn {
    width: 310px;
  }
}
.setting-yt-btn:hover {
  opacity: 0.7;
}
.setting-yt-result {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #F9FAFA;
  border-radius: 3px;
  padding: 16px;
  margin: 16px 8px 24px 8px;
}
.setting-yt-result dt {
  margin-bottom: 8px;
}
.setting-yt-result a {
  font-weight: 700;
  line-height: 1.3;
}
.setting-yt-resulttit {
  margin: 12px;
}
.setting-yt-tracklist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 140px;
  grid-template-columns: 1fr 140px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F9FAFA;
  border: solid 1px #eee;
  border-radius: 3px;
  padding: 8px 16px;
  margin: 8px;
}
@media only screen and (max-width: 480px) {
  .setting-yt-tracklist {
    display: block;
    padding: 16px;
  }
}
.setting-yt-tltit {
  margin-bottom: 8px;
}
@media only screen and (max-width: 480px) {
  .setting-yt-tltit {
    margin-bottom: 16px;
  }
}
.setting-yt-tltit span {
  font-size: 1.2rem;
  margin-right: 16px;
}
.setting-yt-tltit a {
  font-size: 1.8rem;
  font-weight: 700;
}
.setting-yt-tlpara {
  font-size: 1.3rem;
}
@media only screen and (max-width: 480px) {
  .setting-yt-tlpara {
    margin-bottom: 16px;
  }
}
.setting-yt-tllink {
  font-size: 1.3rem;
}
.setting-yt-tllink a {
  display: block;
  color: #fff;
  font-weight: 400;
  text-align: center;
  background-color: #328AC9;
  border-radius: 3px;
  padding: 8px;
  margin: 4px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 480px) {
  .setting-yt-tllink a {
    margin: 4px 4px 12px;
  }
}
.setting-yt-tllink a:hover {
  opacity: 0.7;
}
.setting-yt-noResult {
  color: #aaa;
  font-weight: 700;
  margin-bottom: 16px;
  padding: 8px 16px;
}
.setting-yt-noResult a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 0;
}

._radio-PlayTime label {
  width: 160px;
}

.contact {
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  padding: 16px;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 480px) {
  .contact {
    padding: 8px;
    margin: 8px;
  }
}
.contact-maintit {
  font-size: 1.4rem;
  border-bottom: solid 1px #00b0c1;
  padding: 12px;
  margin-bottom: 16px;
}
.contact-subtit {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 16px;
}
.contact-sMenu {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 1.2rem;
  background-color: #fff;
  padding: 8px;
}
@media only screen and (max-width: 480px) {
  .contact-sMenu {
    display: none;
  }
}
.contact-sMenu a {
  display: block;
  color: #fff;
  background-color: #328AC9;
  border-radius: 2px;
  padding: 8px;
  margin-bottom: 1px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.contact-sMenu a:hover {
  opacity: 0.7;
}
.contact-para {
  margin: 0 16px 8px 16px;
}
@media only screen and (max-width: 480px) {
  .contact-para {
    margin: 8px 8px 16px;
  }
}
.contact-para a {
  background-color: #eef6fc;
}
.contact-para2 {
  color: #e3558b;
  font-weight: 500;
  border-radius: 3px;
  padding: 4px 8px;
  margin: 24px 8px;
}
@media only screen and (max-width: 480px) {
  .contact-para2 {
    padding: 0;
    margin: 8px 8px 16px;
  }
}
.contact-para3 {
  color: #328AC9;
  font-weight: 500;
  border-radius: 3px;
  padding: 4px 8px;
  margin: 24px 8px;
}
@media only screen and (max-width: 480px) {
  .contact-para3 {
    margin: 8px 8px 16px;
  }
}
.contact-formlist {
  margin: 16px;
}
.contact-formlist li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #eef6fc;
  border-radius: 3px;
  padding: 6px 8px;
  margin-bottom: 8px;
}
.contact-container {
  margin: 24px 0;
}
.contact-img {
  text-align: center;
}
.contact-img img {
  width: 660px;
}
.contact-link {
  margin: 40px 24px;
}
@media only screen and (max-width: 480px) {
  .contact-link {
    margin: 24px;
  }
}
.contact-link a {
  border: solid 1px #328AC9;
  background-color: #eef6fc;
  border-radius: 3px;
  padding: 8px 16px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 480px) {
  .contact-link a {
    display: block;
    line-height: 1.5;
  }
}
.contact-link a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  font-weight: 900;
  margin-left: 8px;
}
.contact-link a:hover {
  opacity: 0.8;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.contact-chkul {
  line-height: 1.3;
  margin: 24px 16px;
}
.contact-chkul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.contact-chkul li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f058";
  font-weight: 900;
  color: #d4d4d4;
  margin-right: 8px;
}
.contact-form {
  margin: 32px 16px;
}
.contact-formitem {
  margin-bottom: 24px;
}
.contact-formitem dt {
  font-weight: 700;
  margin-bottom: 8px;
}
.contact-formitem input {
  width: 360px;
}
@media only screen and (max-width: 480px) {
  .contact-formitem input {
    width: 100%;
  }
}
.contact-formitem textarea {
  width: 100%;
}
.contact-required {
  color: #e3558b;
  font-weight: 700;
  margin-left: 8px;
}
@media only screen and (max-width: 480px) {
  .contact-required {
    font-size: 1.2rem;
  }
}
.contact-submitbtn {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #328AC9;
  border-radius: 3px;
  padding: 10px 64px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 480px) {
  .contact-submitbtn {
    width: 100%;
  }
}
.contact-submitbtn:hover {
  opacity: 0.7;
}

.add-header {
  width: 728px;
  height: 90px;
  background-color: #ccc;
  border-radius: 5px;
  margin-left: 16px;
}
.add-homesubmenu {
  width: 336px;
  height: 300px;
  background-color: #ccc;
  border-radius: 5px;
  margin: 12px 0 0 0;
}
@media only screen and (max-width: 480px) {
  .add-homesubmenu {
    margin: 16px auto;
  }
}
.add-trialLaddarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
}
.add-trialLaddarea div {
  width: 336px;
  height: 280px;
  background-color: #ccc;
  border-radius: 5px;
}
.add-DLaddarea1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
}
.add-DLaddarea1 div:first-child {
  width: 336px;
  height: 280px;
  background-color: #ccc;
  border-radius: 5px;
}
@media only screen and (max-width: 480px) {
  .add-DLaddarea1 div:first-child {
    display: none;
  }
}
.add-DLaddarea2 {
  padding: 8px;
}
.add-DLaddarea2 div {
  width: 100%;
  height: 280px;
  background-color: #ccc;
  border-radius: 5px;
}