@charset "UTF-8";
/*------ background --------*/
/*------ notion --------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

input[type="checkbox"] {
  min-width: 18px;
  min-height: 18px;
}

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;
}
html[lang="ko"] body {
  font-family: "Noto Sans KR", sans-serif;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: normal;
}
html[lang="zh-tw"] body {
  font-family: "Noto Sans TC", sans-serif;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: normal;
}
@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;
}

.__closeMessage {
  color: #e3558b;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  background-color: #fceef3;
  border-radius: 5px;
  padding: 24px;
  margin: 16px 0;
}

.__closeDisabled {
  color: #989898 !important;
}

.__closeDisabled-btn {
  color: #989898;
  border: solid 1px #989898 !important;
  background-color: #e8e8e8 !important;
  pointer-events: none;
}

ins {
  background: #fff !important;
}

.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;
  }
  .section-twocolumn.headerSP-margin {
    /* padding にしないと、先頭子 .home-headline の margin-top と相殺されオフセットが潰れる */
    padding-top: 56px;
  }
  /* トップ: ヒーロー側で固定ヘッダー分を確保済みのため二重余白を避ける */
  .section-twocolumn.headerSP-margin.section-twocolumn--after-hero {
    padding-top: 0;
  }
}

.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_wrap {
  position: relative;
  display: inline-block;
}
.header-langbox_wrap:before {
  content: "\f0ac";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.5rem;
  font-weight: 400;
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.header-langbox {
  border-radius: 3px;
  padding: 6px 6px 6px 22px;
}
.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_youtube {
  -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_youtube:before {
  font-family: "Font Awesome 6 Brands";
  content: "\f167";
  font-size: 2rem;
}
.header-ico_youtube: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;
}
.headerSP-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-decoration: none;
}
.headerSP-brand span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@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: 10;
    height: 56px;
    min-height: 56px;
    padding: 0 12px 0 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .headerSP-logo {
    width: 56px;
    height: 56px;
    border-radius: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 10px;
  }
  .headerSP-ol {
    -ms-flex-item-align: center;
        align-self: center;
    padding: 8px 0;
  }
}
.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: 56px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  background-color: #f0f3f2;
  padding: 0 12px;
  padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  z-index: 9;
}
.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_AI:before {
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f544";
  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;
  padding: 32px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .footer-navarea {
    display: none;
  }
}
.footer-navarea .footer-navGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ccc;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
}
.footer-nav li {
  padding: 8px 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-bottom .header-langbox_wrap:before {
  color: #3b4754;
  z-index: 1;
}
.footer-topbtn {
  position: fixed;
  bottom: 145px;
  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(/browse/aHR0cHM6Ly9kb3ZhLXMuanA/static/img/eyeCatch2.png) center top/cover no-repeat;
  margin: 0 auto 24px;
}
.hero-banner {
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .hero {
    width: 100%;
    height: auto;
    background: none;
    margin: 56px auto 0;
    padding: 0;
  }
  .hero-banner {
    width: 100%;
    height: auto;
    aspect-ratio: 1130 / 450;
    background: url(/browse/aHR0cHM6Ly9kb3ZhLXMuanA/static/img/eyeCatch2.png) center/cover no-repeat;
  }
}
.hero-maincatch {
  position: absolute;
  top: 20%;
  left: 10.6%;
  font-size: 4rem;
  line-height: 1.1;
}
@media only screen and (max-width: 480px) {
  .hero-maincatch {
    top: 10%;
    font-size: clamp(1.6rem, 6.8vw, 2.4rem);
    line-height: 1.1;
  }
}
.hero-mainpara {
  position: absolute;
  top: 45%;
  left: 10.6%;
  right: 4%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 480px) {
  .hero-mainpara {
    top: 48%;
    font-size: clamp(1.1rem, 4.5vw, 1.5rem);
    line-height: 1.25;
  }
}
.hero-subpara {
  position: absolute;
  top: 52.5%;
  left: 10.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media only screen and (max-width: 480px) {
  .hero-subpara {
    top: 77%;
    gap: 8px;
    font-size: clamp(1rem, 3.6vw, 1.2rem);
    line-height: 1.2;
  }
  .hero-subpara_now {
    white-space: nowrap;
  }
}
.hero > .hero-ul {
  position: absolute;
  top: 65%;
  left: 10.6%;
  right: 4%;
}
@media only screen and (max-width: 480px) {
  .hero > .hero-ul {
    display: none;
  }
}
.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;
}
@media only screen and (max-width: 480px) {
  .paging {
    margin: 0 8px 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-para_tno {
  margin: 16px;
}
@media only screen and (max-width: 480px) {
  .cmn-para_tno {
    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-licensed {
  position: relative;
  padding: 16px 0 16px 16px;
  margin-bottom: 8px;
}
.cmn-licensed_name {
  font-weight: 700;
  margin-bottom: 12px;
}
.cmn-licensed_dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 112px 1fr;
  grid-template-columns: 112px 1fr;
  margin-bottom: 6px;
}
.cmn-licensed_dl dd:before {
  font-family: "Font Awesome 6 Pro";
  content: "：";
  font-weight: 500;
  margin-right: 8px;
}
.cmn-unpublished-banner {
  background-color: #fff8e6;
  border: 1px solid #c47f00;
  border-radius: 3px;
  color: #7a4b00;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 8px 16px;
  padding: 12px 16px;
}
.cmn-newsdate {
  color: #999;
  margin: 0 0 0 12px;
}
.cmn-newstitle {
  font-size: 2rem;
  line-height: 1.3;
  border-bottom: solid 1px #00b0c1;
  padding: 12px;
  margin-bottom: 16px;
}
.cmn img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 16px auto;
}
.cmn-newstitle_para {
  font-weight: 700;
  margin: 0 0 4px 16px;
}
.cmn-newsol {
  line-height: 1.3;
  margin: 0 0 16px 16px;
}
.cmn-newsol li {
  list-style: outside;
  padding: 8px;
  margin-left: 24px;
}
.cmn-newsCompanyInfo {
  margin: 32px 16px 16px;
}
.cmn-newsCompanyInfo h4 {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.cmn-newsCompanyInfo ol li {
  padding: 4px;
}
.cmn-newsimg_dl {
  display: block;
  width: 300px;
  margin: 16px auto 12px;
}
.cmn-newsimg_20260622 {
  display: block;
  width: 400px;
  margin: 24px auto;
}
.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-backbtn {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  background-color: #328AC9;
  border-radius: 3px;
  margin-left: auto;
  margin-right: 8px;
}
.home-backbtn:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f060";
  color: #fff;
  font-weight: 900;
  font-size: 1.6rem;
}
@media only screen and (max-width: 480px) {
  .home-backbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home-spMenu_sub {
  display: none;
}
@media only screen and (max-width: 480px) {
  .home-spMenu_sub {
    display: block;
    padding: 12px;
    margin: 4px 8px 12px;
    background-color: #f0f3f2;
    border-radius: 3px;
  }
}
.home-spMenu_sub .headerSP-menuTitle {
  font-size: 1.4rem;
  margin: 12px 0 8px;
}
.home-spMenu_sub .headerSP-menuTitle:first-child {
  margin-top: 0;
}
.home-spMenu_sub .headerSP-menu_panelArea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-spMenu_sub .headerSP-menu_panelArea li {
  min-width: 0;
}
.home-spMenu_sub .headerSP-menu_panelArea a {
  width: auto;
  margin: 0;
  padding: 8px 4px;
  font-size: 1.1rem;
  line-height: 1.3;
}
.home-spMenu_sub .headerSP-menu_panelArea [class*=headerSP-menuico]:before {
  font-size: 1.6rem;
  margin-bottom: 6px;
}
.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: 6px;
}
@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;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
.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;
}
@media only screen and (max-width: 480px) {
  .home-panelarea {
    display: none;
  }
}
.home-surveyBanner {
  margin-bottom: 16px;
  text-align: center;
}
.home-surveyBanner a {
  display: block;
  -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-surveyBanner a:hover {
  opacity: 0.85;
}
.home-surveyBanner img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
}
@media only screen and (max-width: 480px) {
  .home-surveyBanner {
    margin-top: -12px;
    margin-right: 8px;
    margin-bottom: 16px;
    margin-left: 8px;
  }
}
.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_AI {
  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_AI:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f11c";
  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-categoryarea .setting-tagareaL:first-of-type {
  margin-top: 0;
}
.home-categoryarea .setting-tagareaL {
  padding-left: 0;
  padding-right: 0;
}
.home-categoryarea .setting-tags {
  padding: 8px;
  font-weight: 500;
  -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-categoryarea .setting-tags:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 480px) {
  .home-categoryarea .setting-tagarea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .home-categoryarea .setting-tagareaL a {
    width: auto;
  }
  .home-categoryarea .setting-tags {
    margin: 0;
  }
}
.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: 96px 1fr;
  grid-template-columns: 96px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  padding: 0 0 8px 4px;
}
.home-infodate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00b0c1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.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-infomore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-infomore a {
  color: #328AC9;
  font-weight: 500;
  -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-infomore a:hover {
  opacity: 0.6;
}
.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;
}

.bgmlist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
  background-color: #fff;
  border-radius: 3px;
  padding: 12px 16px;
  margin: 0 0 8px 0;
}
.bgmlist-main {
  min-width: 0;
}
.bgmlist-instream-ad {
  display: none;
  background-color: #fff;
  border-radius: 3px;
  padding: 16px;
  margin: 0 0 8px 0;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .bgmlist {
    -ms-grid-columns: 80px 1fr;
    grid-template-columns: 80px 1fr;
    padding: 12px 8px;
    margin: 8px;
  }
  .bgmlist-instream-ad.is-mounted {
    display: block;
    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: 8px;
}
.bgmlist-trackarea div:nth-child(1) {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.bgmlist-dl-date {
  display: inline-block;
  color: #888;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.bgmlist-downloaded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 6px;
  border-radius: 3px;
  background-color: #f0f0f0;
  color: #888;
  font-size: 1.0rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  white-space: nowrap;
}
.bgmlist-downloaded:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  font-size: 1.0rem;
  font-weight: 900;
  margin-right: 3px;
  color: #999;
}
.bgmlist-tracktitle {
  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;
  font-size: 1.8rem;
  font-weight: 700;
}
.bgmlist-tracktitle a {
  color: #3b4754;
}
.bgmlist-tracktitle > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 16px;
}
.bgmlist-tracktitle span a {
  color: #0E71EB;
  margin-left: 5px;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .bgmlist-tracktitle {
    font-size: 1.6rem;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .bgmlist-tracktitle > span {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
    margin-left: 0;
    margin-top: 4px;
  }
  .bgmlist-tracktitle > span .following-check {
    margin-left: 0;
  }
}
.bgmlist-trackdetail {
  line-height: 1.3;
  margin-bottom: 8px;
}
@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.1rem;
  margin-bottom: 8px;
}
.bgmlist-detailtags > div {
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 6px 12px;
  margin: 0 0 0 8px;
}
.bgmlist-detailtags > div:first-child {
  margin-left: 0;
}
.bgmlist-detailtags > div:before {
  font-family: "Font Awesome 6 Pro";
  color: #999;
  font-size: 1.2rem;
  font-weight: 900;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-detailtags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  .bgmlist-detailtags > div {
    padding: 5px;
    margin: 4px;
  }
}
.bgmlist-icobgm:before {
  content: "\f025";
}
.bgmlist-icolist:before {
  content: "\f03a";
}
.bgmlist-icotime:before {
  content: "\f2f2";
  font-weight: 400;
}
.bgmlist-icoloop:before {
  content: "\f021";
}
.bgmlist-icoloop_yes:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  color: unset;
  font-size: 1.2rem;
  font-weight: 400;
}
.bgmlist-icoloop_no:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00d";
  color: unset;
  font-size: 1.2rem;
  font-weight: 400;
}
.bgmlist-icodl:before {
  content: "\f019";
}
.bgmlist-icose:before {
  content: "\f5f0";
}
.bgmlist-icouse:before {
  content: "\f140";
}
.bgmlist-icomotif:before {
  content: "\f03e";
}
.bgmlist-icoori:before {
  content: "\f0c3";
}
.bgmlist-actions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 68px;
  min-width: 68px;
  margin: 0 8px;
  padding-top: 2px;
}
.bgmlist-actions .bgmlist-downloaded {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  max-width: 100%;
}
.bgmlist--with-actions {
  -ms-grid-columns: 100px 1fr auto;
  grid-template-columns: 100px 1fr auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.bgmlist-favoritebtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ccc;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  white-space: nowrap;
}
button.bgmlist-favoritebtn {
  cursor: pointer;
}
.bgmlist-favoritebtn._on {
  color: #e2557a;
}
@media only screen and (max-width: 480px) {
  .bgmlist--with-actions {
    -ms-grid-columns: 80px 1fr;
    grid-template-columns: 80px 1fr;
  }
  .bgmlist--with-actions .bgmlist-actions {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / -1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    width: auto;
    min-width: 0;
    margin: 8px 0 0;
    padding-top: 0;
  }
  .bgmlist--with-actions .bgmlist-downloaded {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    max-width: none;
  }
}
.mypage-back-nav {
  margin: 0 0 16px 8px;
  font-size: 1.4rem;
}
.mypage-back-link {
  text-decoration: none;
}
.mypage-back-link_text {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
@media only screen and (max-width: 480px) {
  .mypage-back-nav {
    margin: 0 8px 8px 16px;
  }
}
.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.1rem;
  line-height: 1.5;
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 3px 12px;
}
.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.2rem;
  font-weight: 900;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-icotags {
    padding: 3px 5px;
  }
}


.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-size: inherit;
  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-bottom: 16px;
}
@media only screen and (max-width: 480px) {
  .trialL {
    padding: 12px 8px;
    margin: 8px;
  }
  .trialL-above {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .trialL-above_tpswitch {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
  }
  .trialL-tpswitch_select {
    max-width: 100%;
  }
  .trialL-viewToggle {
    margin-right: 0;
  }
}
.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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 16px;
}
.trialL-above_date {
  font-size: 1.3rem;
  padding-bottom: 4px;
  margin-left: 4px;
  border-bottom: solid 1px #9c9c9c;
}
.trialL-above_date span {
  margin: 0 4px;
}
@media only screen and (max-width: 480px) {
  .trialL-above_date {
    width: 112px;
    line-height: 1.4;
    padding: 4px 12px;
  }
}
.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 {
  border: solid 1px #989898;
  border-radius: 3px;
  padding: 6px 8px;
  cursor: pointer;
}
.trialL-viewToggle {
  width: 136px;
  color: #3b4754;
  font-size: 1.3rem;
  border: solid 1px #989898;
  border-radius: 3px;
  background-color: #F5F5F5;
  padding: 5px 8px;
  margin-right: 8px;
}
.trialL-viewToggle:hover {
  opacity: 0.8;
}
.trialL-viewPanels {
  position: relative;
}
.trialL-viewPanel {
  display: none;
}
.trialL-viewPanel.is-active {
  display: block;
}
.trialL-iframe iframe {
  width: 100%;
  height: 400px;
}
@media only screen and (max-width: 480px) {
  .trialL-iframe iframe {
    height: auto;
  }
}
.trialL-audioPlayer {
  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: 100%;
  height: 200px;
  text-align: center;
  background: #fff url(/browse/aHR0cHM6Ly9kb3ZhLXMuanA/static/img/player.png) center center no-repeat;
  padding: 24px 8px;
}
@media only screen and (max-width: 480px) {
  .trialL-audioPlayer {
    height: auto;
    min-height: 200px;
  }
}
.trialL-audioPlayer_main {
  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;
  gap: 10px;
  max-width: 100%;
}
.trialL-audioPlayer audio {
  margin: 0;
  max-width: 100%;
}
.trialL-audioPlayer_tools {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.trialL-loopToggle {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px;
  line-height: 1;
  cursor: pointer;
}
.trialL-loopToggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-width: 0;
  min-height: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.trialL-loopIcon:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f021";
  color: #999;
  font-size: 1.6rem;
  font-weight: 900;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.trialL-loopToggle:has(input:checked) .trialL-loopIcon:before {
  color: #328AC9;
}
.trialL-loopToggle:has(input:focus-visible) {
  outline: 2px solid #328AC9;
  outline-offset: 2px;
  border-radius: 3px;
}
.trialL-audioPlayer_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: 100%;
  height: 120px;
  text-align: center;
  padding: 24px 8px;
}
@media only screen and (max-width: 480px) {
  .trialL-audioPlayer_se {
    display: block;
    height: auto;
    padding: 0 8px 8px;
  }
}
.trialL-audioPlayer_se audio {
  margin-left: 16px;
}
@media only screen and (max-width: 480px) {
  .trialL-audioPlayer_se 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;
}
.trialL-detailarea > .trialL-detailmain {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}
@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-detailarea_se > .trialL-detailmain {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .trialL-detailarea_se {
    padding: 4px 0 12px;
  }
}
.trialL-titleRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  gap: 8px;
  margin-bottom: 10px;
}
.trialL-titleRow .trialL-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 0;
}
.trialL-favorite {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 12px 0 0;
}
.trialL-favoritebtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  color: #ccc;
  font-size: 24px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}
.trialL-favoritebtn._on {
  color: #e2557a;
}
.trialL-title {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .trialL-title {
    font-size: 1.8rem;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
.trialL-title span {
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0 0 0 8px;
}
.trialL-title span a {
  font-weight: 500;
}
.trialL-title span.following-check {
  font-size: 1.2rem;
}
@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;
}
.following-check {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 4px;
  color: #008f83;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  border: 1px solid #008f83;
  border-radius: 3px;
  padding: 3px 8px;
  white-space: nowrap;
  background: #fff;
  font-family: inherit;
}
button.following-check {
  cursor: pointer;
}
.following-check--off {
  color: #888;
  border-color: #ccc;
}
.following-check-form {
  display: inline-flex;
  margin: 0;
  vertical-align: middle;
}
.following-check--list {
  margin-left: 8px;
}
.following-check i {
  margin-right: 4px;
}
@media only screen and (max-width: 480px) {
  .bgmlist-tracktitle .following-check--list {
    font-size: 1rem;
    padding: 2px 6px;
  }
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 0;
}
.trialL-below_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 1fr;
  grid-template-columns: 80px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media only screen and (max-width: 480px) {
  .trialL-below {
    padding: 0 0 16px;
  }
  .trialL-below_row {
    -ms-grid-columns: 68px 1fr;
    grid-template-columns: 68px 1fr;
  }
}
.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;
  font-weight: inherit;
  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_menu {
  margin-top: 16px;
  background-color: #fff;
  border-radius: 3px;
}
@media only screen and (max-width: 480px) {
  .trialL-below_menu {
    margin: 16px 0 0 8px;
  }
}
.trialL-below_menuLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  padding: 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);
}
.trialL-below_menuLink > i {
  font-size: 1.6rem;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.trialL-below_menuLabel {
  font-weight: inherit;
  line-height: inherit;
}
.trialL-below_menuLabel > i {
  font-size: 1rem;
  margin-left: 8px;
  color: #328AC9;
  vertical-align: middle;
}
.trialL-below_menuLink:hover {
  background-color: #e1f6f4;
  opacity: 0.8;
}
.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;
  font-weight: inherit;
  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: 100%;
  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(/browse/aHR0cHM6Ly9kb3ZhLXMuanA/static/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 32px 24px;
}
.setting-yt-exlist li {
  list-style: inside;
  margin-bottom: 12px;
}
.setting-yt-exlist-note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.3rem;
  color: #666;
  background-color: rgba(240, 243, 242, 0.8);
  border-radius: 5px;
  padding: 12px 16px 12px calc(16px + 1em);
  margin: 8px 0 0 1em;
  text-indent: -1em;
}
.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-inline-row {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin: 6px 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.setting-yt-inline-target {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 4px;
  padding: 0 4px;
  white-space: nowrap;
}
.setting-yt-inline-target label {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 6px;
  cursor: pointer;
  font-size: 1.4rem;
}
.setting-yt-inline-target input[type=radio] {
  width: 16px;
  height: 16px;
  margin: 0;
  flex: 0 0 auto;
}
.setting-yt-inline-form {
  margin: 0;
}
.setting-yt-ai-form {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 16px;
}
.setting-yt-ai-results {
  margin-bottom: 16px;
}
.ai-search-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}
.ai-search-loading-panel[hidden] {
  display: none;
}
.ai-search-results-body[hidden] {
  display: none;
}
.ai-search-loading__spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #eee;
  border-top-color: #e3558b;
  border-radius: 50%;
  animation: ai-search-spin 0.8s linear infinite;
}
@keyframes ai-search-spin {
  to {
    transform: rotate(360deg);
  }
}
.setting-yt-inline-row > input[type=text] {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  font-size: 1.6rem;
  box-sizing: border-box;
}
.setting-yt-inline-row .setting-yt-btn {
  margin: 0;
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 10px 32px;
}
@media only screen and (max-width: 480px) {
  .setting-yt-ai-form {
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 8px;
  }
  .setting-yt-ai-results {
    margin: 8px;
  }
  .setting-yt-inline-row {
    margin: 6px 0;
  }
  .setting-yt-inline-target label {
    font-size: 1.2rem;
    padding: 0 4px;
  }
  .setting-yt-inline-row > input[type=text] {
    font-size: 1.4rem;
  }
  .setting-yt-inline-row .setting-yt-btn {
    width: auto;
    padding: 10px 16px;
  }
}
.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: 0;
}
.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);
}
.mypage-back-link::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f053";
  margin-right: 6px;
}
@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, .add-homesubmenu, .add-homesubmenu_sp, .add-DLaddarea > div {
  background-color: #fff !important;
}
.add-product {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  color: #0E71EB;
  line-height: 1.2;
  max-height: 3.6em;
  margin-bottom: 8px;
  text-decoration: underline;
}
.add-link_amazon {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #FF9900;
  border-radius: 3px;
  padding: 4px 8px 6px;
}
.add-slot {
  width: 100%;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.add-slot > ins.adsbygoogle {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 90px;
  margin-inline: auto;
  text-align: center;
}
.add-slot > ins.adsbygoogle iframe {
  display: block;
  margin-inline: auto !important;
}
.add-geniee-slot {
  display: flex;
  justify-content: center;
}
.add-has-fixed-image {
  position: relative;
}
.add-has-fixed-image > .add-fixed-image {
  margin: 0;
  height: auto;
}
.add-fixed-image {
  position: absolute;
  display: block;
  max-width: 100%;
}
.add-has-fixed-image-top {
  --add-fixed-image-height: 102px;
  padding-top: calc(12px + var(--add-fixed-image-height) + 8px);
}
.add-has-fixed-image-top > .add-fixed-image {
  top: 12px;
  left: 12px;
  width: calc(100% - 24px);
  height: var(--add-fixed-image-height);
  -o-object-fit: contain;
     object-fit: contain;
}
.add-has-fixed-image-top:not(:has(> .add-fixed-image)) {
  padding-top: 12px;
}
.add-header {
  width: 728px;
  min-width: 728px;
  height: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 30% 1fr;
  grid-template-columns: 30% 1fr;
  background-color: #fff;
  border-radius: 5px;
  margin-left: 16px;
}
.add-header img {
  height: 90px;
  margin: 0 auto;
}
.add-homesubmenu, .add-homesubmenu_sp {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 12px;
}
.add-homesubmenu img, .add-homesubmenu_sp img {
  margin-bottom: 8px;
}
.add-homesubmenu.add-has-fixed-image-top, .add-homesubmenu_sp.add-has-fixed-image-top {
  padding: calc(12px + var(--add-fixed-image-height) + 8px) 12px 12px;
}
.add-homesubmenu {
  width: 336px;
  margin: 12px 0 0 0;
}
@media only screen and (max-width: 480px) {
  .add-homesubmenu {
    display: none;
  }
}
.add-homesubmenu_sp {
  display: none;
  margin: 16px 0;
}
@media only screen and (max-width: 480px) {
  .add-homesubmenu_sp {
    display: block;
    margin: 16px 8px;
  }
}
.add-DLaddarea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 16px 0;
}
.add-DLaddarea > div {
  min-width: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 12px;
}
@media only screen and (max-width: 480px) {
  .add-DLaddarea {
    display: none;
  }
}
.add-DLaddarea > div.add-has-fixed-image-top {
  padding: calc(12px + var(--add-fixed-image-height) + 8px) 12px 12px;
}

.add-header > ins.adsbygoogle,
.add-homesubmenu > ins.adsbygoogle,
.add-homesubmenu_sp > ins.adsbygoogle,
.add-DLaddarea > div > ins.adsbygoogle {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-inline: auto;
  text-align: center;
}
.add-header > ins.adsbygoogle iframe,
.add-homesubmenu > ins.adsbygoogle iframe,
.add-homesubmenu_sp > ins.adsbygoogle iframe,
.add-DLaddarea > div > ins.adsbygoogle iframe {
  display: block;
  margin-inline: auto !important;
}

.add-header > .adsbygoogle,
.add-DLaddarea .adsbygoogle,
.add-homesubmenu > .adsbygoogle,
.add-homesubmenu_sp > .adsbygoogle,
.add-homesubmenu_sp .adsbygoogle {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-inline: auto;
  text-align: center;
}
.add-header > .adsbygoogle iframe,
.add-DLaddarea .adsbygoogle iframe,
.add-homesubmenu > .adsbygoogle iframe,
.add-homesubmenu_sp > .adsbygoogle iframe,
.add-homesubmenu_sp .adsbygoogle iframe {
  display: block;
  margin-inline: auto !important;
}

.add-header > .adsbygoogle {
  min-height: 90px;
}

.add-DLaddarea .adsbygoogle {
  min-height: 300px;
}

.add-homesubmenu > .adsbygoogle,
.add-homesubmenu_sp > .adsbygoogle,
.add-homesubmenu_sp .adsbygoogle {
  min-height: 250px;
}

.add-header.add-header-adsense {
  display: block;
  text-align: center;
}
.add-header.add-header-adsense > .adsbygoogle {
  margin-inline: auto;
}