@charset "utf-8";

/*------------------------------------
音源事例
--------------------------------------*/
.creative__sp { display: none; }
.creative .cat_title {
  background-color: #222;
}
.creative .cat_title h2:first-letter,
.creative .cat_title h1:first-letter,
.creative .cat_title h2 span, .creative .cat_title h1 span,
.creative .cat_title h2, .creative .cat_title h1 {
  color: white;
}

.creative .bread,
.creative .bread a:last-child,
.creative .bread a {
  border-color: #eee;
  border-top: 0;
}
.creative .bread a:after {
  color: #00bec8;
}

.creative .pagenation li.active {
  background-color: #222;
}
.creative .pagenation li a {
  color: #222;
  text-decoration: none;
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body { border-radius: 50px; background-color: #eee!important; }
.mejs-controls .mejs-button button { filter: invert(100%)!important; }
.mejs-container .mejs-controls .mejs-time { color: #222!important; }
.mejs-controls .mejs-time-rail .mejs-time-current { background-color: #1c7f8a!important; }
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-time-rail .mejs-time-loaded { background-color: #1b1b1b!important; }
/*.mejs__wrap {
  background: #ccc;
  padding: 5px 10px;
  border-radius: 30px;
}*/
.creative__single .content .wp_social_bookmarking_light {
  display: none!important;
  padding: 0!important;
  margin: 0!important;
}
.creative__single .content {
  display: flex;
  flex-wrap: wrap;
}
.creative__single .creative__content {
  width: 95%;
  margin: 0 auto;
}
.creative__single .creative__content h2 {
  color: #ffffff;
  padding: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background: #1aa7aa;
  border-radius: 0.5rem;
}
.creative__single .creative__content ul:not(.toc_list) {
  position: relative;
  top: 0;
  margin: 0;
  padding: 0.5em 2em;
  border: none;
  font-weight: bold;
}
.creative__single .creative__content ul:not(.toc_list) li {
  list-style-type: disc;
  color: #333;
  font-size: 17px;
}
.creative__single .creative__content iframe {
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.creative__single aside {
  width: 330px;
}
.creative__single .creative__main {
  width: calc(100% - 340px);
}
.creative__single aside .aside__inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-right: 30px;
}
.creative__single aside .aside__creative {
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}
.creative__single aside .aside__creative .box {
  padding: 10px 0;
  margin: 0 20px;
  border-top: 1px solid #eee;
}
.creative__single aside .aside__creative .tit {
  font-weight: bold;
  font-size: 16px;
}
.creative__single aside .aside__creative .box.company__name { border-top: 0; }
.creative__single aside .aside__creative .txt {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  display: block;
  padding: 0 8px;
}
.creative__single aside .aside__creative .box .creative_tag_list li {
  display: inline-block;
  margin-right: 4px;
}
.creative__single aside .aside__creative .box .creative_tag_list li:last-child {
  margin: 0;
}
.creative__single aside .aside__creative .box .creative_tag_list li a {
  font-size: 12px;
  color: #1aa7aa;
  text-decoration: none;
  border: 1px solid #1aa7aa;
  padding: 2px 6px;
}
.creative__single aside .aside__creative .box.url a {
  font-size: 12px;
  color: #1aa7aa;
  text-decoration: underline;
}
.creative__single aside .aside__creative .link__btn {
  color: white;
  display: block;
  background-color: #00bec8;
  pointer-events: auto;
  padding: 5px 10px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  text-align: center;
  text-decoration: underline;
}
.creative__single aside .aside__creative .link__btn:hover { background-color: #94D4D6; }
.cm_song aside .aside__creative .link__btn:hover { background-color: #94D4D6; }
.cm_song aside .aside__creative .link__btn i,
.creative__single aside .aside__creative .link__btn i { padding-right: 10px; }
.creative__title {
  color: #00bec8;
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
}
.creative__sidebar { margin: 30px auto; }
.creative__sidebar a {
  display: block;
  max-width: 320px;
  margin: 0 auto;
}

.creative__single .creative__title { margin-bottom: 40px; }
.creative__title i { padding-right: 10px; }
.creative__title span {
  position: relative;
  display: inline-block;
  padding-left: 55px;
  margin-left: 10px;
  font-size: 18px;
}
.creative__title span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #1c7f8a;
}
.creative__list__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  width: 100%;
  max-width: 100%;
  margin: 30px 0;
}
.creative__list__wrap.creative__list_onecolumn {
  grid-template-columns: 1fr;
}
.download .content .dl_single .creative__list__inner {
  border: none;
}
.sound__box__wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.page_post .content .sound__box__wrap a {
  display: block;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto;
  transition: all 0.2s;
}
.page_post .content .sound__box__wrap a:hover {
  color: #00bec8;
}
.sound__box {
  width: 46%;
  max-width: 100%;
  background: white;
  margin: 0 auto;
}
.creative__single .thumnail {
  margin: 0 20px;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.creative__single .thumnail img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.creative__single .sound__box {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}
.creative__single .sound__box:last-child {
  border: none;
  border-bottom: 0;
}
.creative__single p { font-size: 15px; }
.creative__single .cta__wrap {
  margin: 0 auto;
}
.page_post.creative__single .cta__btn {
  position: relative;
  display: inline-block;
  width: 47%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  max-width: 500px;
  width: 100%;
  border: 1px solid;
  border-radius: 30px;
  background-color: #00bec8;
  color: white;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  margin: 2rem auto 0;
}
.page_post.creative__single .cta__btn span {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  color: black;
  width: 100%; 
  font-size: 15px;
  line-height: 1.46;
}
.page_post.creative__single .cta__btn.cta__btn__black {
  background-color: #222;
  color: white;
}
/*.creative__single .cta__btn.left i {
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}*/
.creative__single .cta__btn i {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.page_post.creative__single .cta__btn:hover { background-color: #94D4D6; }
.page_post.creative__single .cta__btn.cta__btn__black:hover { background-color: #999; }
.creative__single .cta__btn:hover i { right: 20px; }

.creative__archive .cta__img {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 930px;
  margin: 3em auto 0;
}
.creative__archive .cta__img img {
  margin: 0 auto;
}
.creative__archive .sound__box { width: 96%; }
.creative__archive .about__txt {
  color: #333;
  font-size: 18px;
  text-align: center;
}
.sound__box__inner { padding: 15px; }
.sound__box .sound__title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
}
.sound__box .sound__title i {
  padding-left: 5px;
  font-size: 16px;
}
.sound__meta {
  margin: 20px 5px 0;
}
.sound__meta .copyright {
  font-size: 10px;
  text-align: right;
  margin-bottom: 0;
}
.sound__meta .creator {
  display: flex;
  align-items: center;
  font-style: italic;
  color: #666;
  font-size: 14px;
}
.sound__meta .creator img {
  padding-right: 5px;
}
.sound__meta .comment {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 14px;
  position: relative;
  margin-top: 30px;
  color: #666;
}
.sound__meta .comment img {
  display: block;
  padding-bottom: 5px;
  position: absolute;
  top: -15px;
  left: 10px;
  background: white;
  padding: 0 5px;
}
.sound__meta img {
  width: 100%;
  max-width: 25px;
}
.creative__list .product__name {
  width: 96%;
  display: block;
  font-size: 20px;
  margin: 15px auto 0;
  text-align: center;
}
.creative__list .creative__name {
  font-size: 15px;
  margin: 10px auto 0;
}
.page_post .content .creative__list .creative__name a {
  font-weight: normal;
}
.download-2 .creative__list .product__name { font-size: 15px; }
.creative__list { display: grid; }
.creative__list__inner {
  background: white;
  border-radius: 5px;
  border: 1px solid #eee;
  overflow: hidden;
  display: grid;
}
.creative__list .thumnail {
  max-width: 200px;
  width: 100%;
  margin: 15px auto 0;
  text-align: center;
}
.creative__list .thumnail .img {
  min-height: 70px;
}
.content .creative__list__wrap .creative__list a img { margin: 0 auto; }
.creative__list .sound__box__wrap .thumnail img {
  vertical-align: bottom;
  height: 90px;
  object-fit: contain;
  margin: 0 auto;
}
.creative__sub__title {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.page_post .content .creative__sub__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page_post .content .creative__sub__title a {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: black;
  text-decoration: none;
  transition: all 0.2s;
}
.page_post .content .creative__sub__title a {
  width: calc(100% - 100px);
}
.page_post .content .creative__sub__title a:hover {
  color: #00bec8;
}
.page_post.creative__taxonomy .content .creative__sub__title a {
  width: 100%;
}
.page_post .content .creative__sub__title .tag {
  text-align: center;
  font-size: 12px;
  color: white;
  background-color: #00bec8;
  width: 90px;
  margin-right: 10px;
  border-radius: 3px;
}
.page_post .content .creative__sub__title .music__tag {
  background-color: #F44336;
}
.page_post .content .creative__sub__title .soundlogo__tag {
  background-color: #3F51B5;
}
.page_post .content .creative__sub__title .video-cm__tag {
  background-color: #607d8b;
}
.page_post .content .creative__list .creative__link__btn {
  display: block;
  text-align: right;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  background-color: #ccc;
  pointer-events: auto;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page_post .content .creative__link__btn:hover {
  color: white;
  background-color: #00bec8;
}
.page_post .content .creative__link__btn i { padding-left: 5px; }
.creative__archive .content .btn {
  color: white;
  background-color: #222;
  border: 1px solid #222;
  margin-top: 40px;
  margin-bottom: 20px;
  max-width: 600px;
  transition: all .3s;
}
.creative__archive .content .btn:hover {
  color: #222;
  background-color: white;
}
.creative__archive .btn br { display: none; }




.creative__recommend {
  overflow: hidden;
  margin-top: 80px;
}
.creative__recommend .creative__recommend__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.creative__recommend .swiper-container {
  width: 100%;
  overflow: visible;
}
.creative__recommend .swiper-slide {
  display: flex;
  height: auto;
}
/*.creative__recommend .swiper-slide,
.creative__recommend .swiper-slide-prev {
  opacity: 0.5;
}*/
.creative__recommend .swiper-slide-next,
.creative__recommend .swiper-slide-active {
  opacity: 1;
}
.creative__recommend .swiper-button-prev,
.creative__recommend .swiper-container-rtl .swiper-button-next {
  background-image: none;
}
/* 前へ次への矢印カスタマイズ */
.creative__recommend .swiper-button-wrap {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  gap: 2rem;
}
.creative__recommend .swiper-button-prev,
.creative__recommend .swiper-button-next {
  position: static;
  background-image: none;
  height: auto;
  width: auto;
  margin: 0;
}
.creative__recommend .swiper-button-prev {
  left: 0;
}
.creative__recommend .swiper-button-next {
  right: 0;
}
/* 前へ次への矢印カスタマイズ */
.creative__recommend .swiper-button-prev::after,
.creative__recommend .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  content: "";
  height: 30px;
  width: 17px;
  margin: auto;
  display: block;
  background-color: #222;
  transition: all 0.2s;
}
/* 前への矢印カスタマイズ */
.creative__recommend .swiper-button-prev::after {
/*  background-image: url(../images/common/swiper-arrow_left02.svg);*/
  -webkit-mask-image: url(../images/common/swiper-arrow_left02.svg);
  mask-image: url(../images/common/swiper-arrow_left02.svg);
}
/* 次への矢印カスタマイズ */
.creative__recommend .swiper-button-next::after {
/*  background-image: url(../images/common/swiper-arrow_right02.svg);*/
  -webkit-mask-image: url(../images/common/swiper-arrow_right02.svg);
  mask-image: url(../images/common/swiper-arrow_right02.svg);
}
.creative__recommend .swiper-button-prev:hover::after,
.creative__recommend .swiper-button-next:hover::after {
  background-color: #00bec8;
}
/*.creative__recommend .swiper-scrollbar-drag {
  background-color: #00bec8;
}*/
.creative__recommend .swiper-button-next.swiper-button-disabled, .creative__recommend .swiper-button-prev.swiper-button-disabled {
  opacity: 0.1;
}
/* 画像サイズ調整 */
.creative__recommend .swiper-slide img {
  height: auto;
  width: 100%;
}
.creative__recommend__slide {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}
.creative__recommend__slide a,
.creative__recommend__slide h4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.creative__recommend__txt {
  text-align: center;
  background-color: #eee;
  padding: 1rem 0;
}
.creative__recommend__slide h3 {
  display: table;
  font-size: 1vw;
  font-weight: normal;
  text-align: left;
  padding: 0 0.75vw;
  margin: 0 auto 0.25vw;
}
.creative__recommend__slide h4 {
  font-size: 1vw;
}
.creative__recommend__slide img {
  max-width: 150px;
  margin: 1rem auto;
}

.recommend__btn {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: relative;
  max-width: 500px;
  width: 100%;
  border: 1px solid #222;
  border-radius: 30px;
  color: #222;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 2rem auto 0;
}
.recommend__btn i {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.recommend__btn:hover {
  background-color: #999;
  border-color: #999;
  color: white;
}
.recommend__btn:hover i {
  right: 20px;
  color: white;
}

ins {
  max-width: 100%;
  width: 100% !important;
}

@media only screen and (min-width:1400px){
  .creative__recommend__slide h3,
  .creative__recommend__slide h4 {
    font-size: 0.9vw;
  }
}

@media only screen and (max-width:1100px){
  .creative__recommend .creative__recommend__inner {
    width: 90%;
  }
  .creative__recommend__slide h3,
  .creative__recommend__slide h4 {
    font-size: 1.5vw;
  }
}

@media only screen and (max-width:980px){
  .creative__pc { display: none; }
  .creative__sp { display: block; }
  .creative__single aside,
  .creative__single .creative__main {
    width: 100%;
  }
  .creative__single .cta__wrap {
    display: block!important;
    text-align: center;
  }
  .cm_song .creative__single .cta__wrap {
    margin-top: 30px;
  }
  .creative__archive .cta__img { margin-bottom: 15px; }
  .recommend__btn,
  .page_post.creative__single .cta__btn {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 15px;
  }
  .page_post.creative__single .cta__btn:last-child { margin-bottom: 0; }
  .creative__archive .btn br { display: block; }
  .creative__single aside { margin-bottom: 40px; }
  .creative__single aside .aside__inner {
    position: static;
    margin: 0 auto;
  }
  .creative__title,
  .creative__archive .about__txt { text-align: left; }
  .creative__title { font-size: 20px; }
  .creative__title span { font-size: 16px; }
  .page_post .content .creative__sub__title a {
    width: calc(100% - 80px);
  }
  .creative__sub__title a {
    font-size: 18px;
  }
  .page_post .content .creative__sub__title .tag {
    font-size: 11px;
    width: 70px;
  }
  .creative__list__wrap { grid-template-columns: 1fr; }
  .creative__list__inner,
  .creative__list { display: block; }
  .sound__box__inner { padding: 10px; }
  .creative__list__inner { margin: 0 auto; }
  .sound__box { width: 100%!important; }
  .sound__box .sound__title { font-size: 14px; }
}
@media only screen and (max-width: 767px){
  .creative__archive .cta__img { max-width:300px; }
  .cm_song .creative__single .cta__wrap {
    margin-top: 50px;
  }
  .recommend__btn,
  .page_post.creative__single .cta__btn {
    font-size: 3.8vw;
  }
  .page_post.creative__single .cta__btn span {
    top: -40px;
    font-size: 12px;
  }
  .creative__recommend {
    margin-top: 40px;
  }
  .creative__recommend__slide h3,
  .creative__recommend__slide h4 {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 580px){
  .creative__list .product__name { font-size: 18px; }
  .page_post .content .creative__sub__title a {
    width: 100%;
  }
  .page_post .content .creative__sub__title .tag {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
    padding: 0.25rem 0;
    line-height: 1.5;
    border-radius: 3px;
  }
  .creative__archive .btn {
    font-size: 12px;
    line-height: 1.5;
  }
  .creative__recommend .swiper-button-wrap {
    position: static;
    display: block;
  }
  .creative__recommend .swiper-button-prev,
  .creative__recommend .swiper-button-next {
    position: absolute;
  }
}
@media only screen and (max-width:400px){
  .creative__title span { font-size: 14px; }
}



/* 非許可 */
.close__creative__inner {
  width: 100%;
  border-collapse: collapse; 
  margin: 0 0 2em;
  padding: 0;
}
.close__creative__box audio {
  margin: 0 auto;
  display: block;
  vertical-align: bottom;
}
.close__creative__box caption {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}
.close__creative__box th,
.close__creative__box td {
  border: 1px solid #d0d0ce;
  padding: 10px;
  font-size: 13px;
}
.close__creative__box th {
  background-color: #d0d0ce;
}
.close__creative__box td a { text-decoration: underline; }

@media only screen and (max-width: 767px){
  .close__creative__inner.sp tr {
    display: block;
    margin-bottom: 1.5em;
  }
  .close__creative__box audio {
    width: 100%;
    max-width: 300px;
  }
  .close__creative__box th,
  .close__creative__box td {
    display: block;
  }
  .close__creative__box td { border-bottom: 0; }
  .close__creative__box td:last-child { border-bottom: 1px solid #d0d0ce; }
}