@charset "utf-8";
/**
 * メインCSS
 * 2019/9/3〜
 */

/**
 * PC
 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #333;
}

body {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.18rem;
  font-size: 15px;
  font-weight: normal;
  color: #333;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #fff;
}

button, input, select, textarea {
  font-family : inherit;
  font-size : 100%;
  border-radius: 0;
  border: 0;
  outline: 0;
}

a {
  color: #4da7ca;
}
a:hover {
  color: #4290ae;
  text-decoration: none;
}

/*
a[target="_blank"]:after {
    content: "\f08e";
    font-family: "FontAwesome";
    font-size: .9em;
    margin-left: 2px;
}
*/

selector {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
  line-height: 0px;
}

.is-sp {
  display: none;
}

header {
  padding: 20px 0 0 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}

header .logo {
  display: inline-block;
  margin-left: 20px;
}

header .logo a {
  display: inline-block;
}

.header-menu {
  float: right;
}

.sp-menu-bt {
  float: right;
}

.header-menu ul {
  display: table;
}

.header-menu ul li {
  display: table-cell;
  padding: 15px 20px;
  vertical-align: middle;
}

.header-menu ul li a {
  font-family: 'Slabo 13px', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  display: block;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1rem;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}

.header-menu ul li a:hover {
  opacity: .5;
}

.header-menu ul li a span {
  color: #969696;
  display: block;
  font-size: 10px;
  margin-top: 2px;
  letter-spacing: 0.1rem;
}

/* パンくず */
.breadcrumbs {
  padding: 10px 0 2px;
  margin-top: 201px;
  background:rgba(255,255,255, 0.7);
}
.breadcrumbs ul {
  width: 1000px;
  margin: 0 auto;
  font-size: 13px;
  letter-spacing: .5px;
  overflow: hidden;
}
.breadcrumbs li {
  float: left;
  margin: 0 12px 7px 0;
  padding-left: 17px;
  background: url(/assets/img/common/icon_single_arrow.png?v2) no-repeat left 4px;
  -webkit-background-size: 6px 10px;
  background-size: 6px 10px;
}
.breadcrumbs li:first-child {
  padding-left: 0;
  background: none;
}
.breadcrumbs li a {
  text-decoration: none;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}

.main-message {
  line-height: 1.8;
  text-align: center;
}

h2 {
  font-family: 'Slabo 13px', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}

h2 span {
  color: #969696;
  display: block;
  font-size: 12px;
  letter-spacing: 0.1rem;
}

h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
}

section .inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

article {
  background: #fff;
  /*position: absolute;*/
  width: 100%;
  top: 0;
}

.keyv {
  background: url('/assets/img/new/keyvisual.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 700px;
  overflow: hidden;
  position: relative;
}
.keyv.is-low {
  height: 240px;
}

.keyv .inner {
  width: 500px;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sounds-list {
  margin: 0 auto 40px;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
#list .sounds-list {
  margin-top: 100px;
  width: 640px;
}

.sounds-list li a {
  margin: 10px 15px;
  display: inline-block;
  position: relative;
}

.sounds-list li a::after {
  content: "";
  width: 70px;
  height: 70px;
  background: #ffffff60;
  display: inline-block;
  position: absolute;
  border-radius: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.sounds-list li a:hover::after {
 animation: pulsate_out .6s ease-out;
 animation-iteration-count: 1;
 filter: blur(1px);
}

@keyframes pulsate_out {
  0%   { transform: scale(1, 1); }
  50%  { opacity: 0.4; }
  80%  { opacity: 0.1; }
  100% { transform: scale(1.6, 1.6); opacity: 0.0; }
}

.sounds-list li a::before {
  content: attr(title);
  white-space: nowrap;
  margin: 0 auto;
  position: absolute;
  bottom: -15%;
  letter-spacing: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all .6s ease;
  opacity: 0;
  color: #fff;
  font-size: 12px;
}

.sounds-list li a:hover::before {
  opacity: 1;
  transform: translate(-50%, 50%);
}

.sounds-list li a img {
  width: 70px;
}

.keyv .inner .youtube-btn {
  text-align: center;
}

.keyv .inner .youtube-btn a {
  background: #ffffff63;
  font-size: 18px;
  padding: 15px;
  color: #fff;
  width: 190px;
  display: inline-block;
  transition: all .8s ease;
}

.keyv .inner .youtube-btn a:hover {
  background: #FF0000;
}

.youtube-btn a span {
 display: inline-block;
 font-size: 10px;
 position: relative;
 width: 0.2em;
 height: 1.4em;
 background-color: #ffffff;
 margin-left: 10px;
 transition: all .3s ease;
}
.youtube-btn a span::before {
  position: absolute;
  top: 0.6em;
  left: -0.6em;
  width: 1.4em;
  height: 0.2em;
  content: "";
  background-color: #ffffff;
}
.youtube-btn a:hover span {
  transform: rotate(90deg);
}

.keyv h1 {
  font-size: 30px;
  margin-bottom: 10px;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",UtsukushiFONT,serif;
  visibility: hidden;
  text-align: center;
}

.keyv h1 span {
  display: block;
}

.keyv p {
  font-size: 18px;
  line-height: 1.7rem;
  opacity: 0;
  text-align: center;
  margin-bottom: 40px;
}

.keyv p.is-animate {
  transition: all 1.5s ease-in 1.2s;
  -webkit-transition: all 1.5s ease-in 1.2s;
  opacity: 1;
}

.scroll-btn-area {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
a.scroll-btn {
  color: #fff;
  font-size: 12px;
  font-style: italic;
  font-family: 'Slabo 13px', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-decoration: none;
}
a.scroll-btn:hover {
  text-decoration: none;
}
a.scroll-btn span {
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
  display: block;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.sound-list__box {
  background:rgba(255,255,255, 0.7);
  padding: 20px;
}
.sound-list {
  position: relative;
}
.sound-list-filter {
  background: url(/assets/img/new/keyvisual.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}
.sound-list .inner {
  margin: 0 auto;
  max-width: 941px;
  padding: 80px 30px 60px;
}
.sound-list .inner.page {
  padding: 130px 30px 60px;
}
.sound-list-txt {
  margin-bottom: 1.5rem;
}
.sound-list_box {
  background: #fff;
  height: 260px;
  margin: 0 auto 40px;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: start;
  justify-content: start;
}
.sound-list_box:nth-child(even) {
  display: block;
}
.sound-list_box:nth-child(even) .text-list {
  float: right;
  position: relative;
}
.sound-list_box .text-list {
  background: #fff;
  padding: 15px 30px;
  position: relative;
  border-top: 4px solid;
  height: 230px;
  width: 411px;
}
.sound-list_box .movie {
  height: 265px;
  overflow: hidden;
  width: 470px;
}

/* スクロールバー */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .3);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

.sound-list_box .text-list ol {
  height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  /*word-wrap : break-word;*/
  /*overflow-wrap : break-word;*/
}

.sound-list_box .text-list li {
  font-size: 14px;
  list-style-type: decimal;
  line-height: 1.1rem;
  letter-spacing: 1.8px;
  margin: 0 0 .6rem 1.5rem;
  width: 100%;
}

.sound-list_box .text-list li span {
  font-size: 10px;
}

.sound-list_box .movie .movie_area {
  background: #000;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.sound-list_box .movie .movie_area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.sound-list .inner .media_list {
  max-width: 730px;
  margin: 0 auto;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.sound-list .inner .media_list li a {
  display: inline-block;
  padding: 15px 43px;
  background: #f6f6f6;
  text-align: center;
  margin: 15px;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  position: relative;
  overflow: hidden;
}

.sound-list .inner .media_list li a:after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: #eaeaea;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.sound-list .inner .media_list li a:hover:after {
  -moz-animation: hoverSlide .5s cubic-bezier(.78,.07,0,1) normal;
  -webkit-animation: hoverSlide .5s cubic-bezier(.78,.07,0,1) normal;
  animation: hoverSlide .5s cubic-bezier(.78,.07,0,1) normal;
}

.sound-list .inner .media_list li a img {
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.sound-list h3 {
  color: #474747;
}
.bgm__song-list {
  margin-bottom: 2em;
}

.bgm__song-list li {
  margin: 0 0 .7em 2.5em;
  list-style-type: decimal;
}
.notice {
  background: #f3f3f3;
  padding: 65px 30px 60px;
}

.notice .inner ul {
  max-width: 900px;
  margin: 0 auto;
}

.notice .inner ul.notice-list.top {
  border: 1px solid #52d524;
  padding: 15px;
}

.notice .inner li {
  margin-bottom: 14px;
  overflow: hidden;
}

.notice .inner li span.notice-list-label {
  display: block;
  float: left;
  padding: 3px;
  margin-right: 23px;
  width: 142px;
  background: #333;
  color: #fff;
  font-style: italic;
  text-indent: 5px;
  font-size: 14px;
}

.notice .inner li span:nth-child(2) {
  display: table-cell;
  padding-left: 25px;
}

.sound-sales,
.main-contents {
  padding: 65px 0;
}

.smart-speaker {
  padding: 65px 0;
}

.sound-sales .inner ul,
.smart-speaker .inner ul {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: start;
  justify-content: start;
}

.sound-sales .inner ul li,
.smart-speaker .inner ul li {
  max-width: 378px;
  padding: 0 40px 40px;
}

.sound-sales .inner ul li .frame,
.smart-speaker .inner ul li .frame {
  border: 4px solid #333;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
  }

.sound-sales .inner ul li .frame img,
.smart-speaker .inner ul li .frame img {
  transition: all .3s ease;
  vertical-align: middle;
}

.sound-sales .inner ul li .frame:hover img,
.smart-speaker .inner ul li .frame:hover img {
  transform: scale(1.07);
}

.sound-sales .inner ul li p,
.smart-speaker .inner ul li p {
  line-height: 1.9rem;
  text-align: justify;
}

.sound-sales .inner ul li .bt_line,
.smart-speaker .inner ul li .bt_line {
  float: right;
  display: inline-block;
  width: 185px;
  margin-top: 25px;
  position: relative;
}

.sound-sales .inner ul li .bt_line:before,
.smart-speaker .inner ul li .bt_line:before {
 content: "";
 background: url(/assets/img/new/arrow.svg) no-repeat;
 background-size: contain;
 height: 6px;
 width: 6px;
 position: absolute;
 right: 0;
 top: 8px;
 transform: rotate(-45deg);
}

.sound-sales .inner ul li .bt_line:after,
.smart-speaker .inner ul li .bt_line:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #333;
  display: block;
  margin-top: 5px;
}

.sound-sales .inner ul li .is-over.bt_line:after,
.smart-speaker .inner ul li .is-over.bt_line:after {
  -webkit-animation-name: h_line;
  animation-name: h_line;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: cubic-bezier(.785,.135,.15,.86);
  animation-timing-function: cubic-bezier(.785,.135,.15,.86)
}

@keyframes h_line {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }

  49.9% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right
  }

  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
  }
}

.sound-sales .inner ul li a,
.smart-speaker .inner ul li a {
  color: #333;
  text-decoration: none;
}


/* sns share normal */
.sns-share-normal {
  display: none;
}

/* sns share horizontal */
.sns-share {
  position: fixed;
  width: 104px;
  height: auto;
  z-index: 1000;
  bottom: 10px;
  left: 10px;
}
.sns-share li.sns-share__twitter {
  margin-top: 10px;
}
.sns-share li.sns-share__hatena {
  margin-top: 5px;
}


/**
 * コンタクトフォーム　お問い合わせページ
 */
/* form */
form.c-medium {
  width: 100%;
  margin: 60px auto;
}
.form-comment {
  font-size: 14px;
  margin: 0 0 10px 5px;
}
.form__message {
  display: none;
  margin-bottom: 30px;
  padding: 12px 0;
  text-align: center;
}
.form__message.form__success {
  border: 1px solid #259f3c;
  background-color: #fff;
  color: #259f3c;
}
.form__message.form__error {
  border: 1px solid #f00;
  background-color: #fff2f2;
  color: #f00;
}
.c-form__table {
  margin-bottom: 30px;
  border: 1px solid #d1d1d1;
}
.c-form__table > li {
  display: table;
  width: 100%;
  border-top: 1px solid #d1d1d1;
}
.c-form__table > li:first-child {
  border-top: none;
}
.c-form__table__head {
  display: table-cell;
  width: 230px;
  border-right: 1px solid #d1d1d1;
  background-color: #f6f6f6;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
}
.c-form__table__body {
  display: table-cell;
  padding: 15px 20px;
  color: #777;
}
.c-form__table__body__box {
  display: table;
  width: 100%;
}
.c-form__table__body__box__main {
  display: table-cell;
}
.c-form__table__body__box__desc {
  display: table-cell;
  width: 100px;
  text-align: center;
  vertical-align: middle;
}
.c-form__table__body__box__main.is-min {
  width: 100px;
}
.c-form__table__body__box__main.is-radio {
  display: block;
  margin-left: 10px;
}
.c-form__table__body__box__desc.is-min {
  width: auto;
  text-align: left;
  line-height: 20px;
}
.c-form__table__body__box__desc.is-border {
  width: 30px;
}
.c-form__table__body__box__desc.is-school {
  width: 60px;
  text-align: left;
}
.c-form__table__body__box__label {
  display: table-cell;
  width: 80px;
}
.c-form__table__body__txt {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #c5c5c5;
  color: #464646;
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-form__table__body__textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
  border: 1px solid #c5c5c5;
  color: #464646;
  font-size: 16px;
  resize: vertical;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact__small {
  font-size: 13px;
}
.contact__radio {
  display: table;
  width: 100%;
  color: #464646;
}
.contact__radio > li {
  display: table-cell;
  line-height: 40px;
}
.contact__radio__btn input {
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  background-color: #fff;
  top: -2px;
  -webkit-appearance: none;
}
.contact__radio__btn input:checked:before {
  position: absolute;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
  background-color: #c8c8c8;
  top: 50%;
  left: 50%;
  content: "";
}
.c-form__submit {
  display: block;
  width: 300px;
  margin: 0 auto;
  background-color: #4da7ca;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  -webkit-appearance: none;
}

.sns {
  padding: 60px 0;
}

.sns .inner .sns-area {
  max-width: 500px;
  max-height: 500px;
  margin: 0 auto;
  overflow-y: scroll;
}

footer {
  background: #333;
  color: #fff;
  padding: 70px 0 50px;
  font-size: 12px;
}

footer .inner {
  width: 1000px;
  margin: 0 auto;
  display: table;
  border-spacing: 60px 0;
}


.footer-logo {
  display: table-cell;
  vertical-align: middle;
}

.footer-logo a {
  display: block;
}

.footer-logo a img {
  width: 100px;
}

.footer-logo span {
  font-size: 10px;
  letter-spacing: 0.04rem;
  color: #7b7b7b;
}

.footer-menu {
  display: table-cell;
}

.footer-menu ul li {
  margin-bottom: 20px;
}

.footer-menu ul li:nth-child(1) {
  margin-bottom: 25px;
}

.footer-menu ul li a {
  font-family: 'Slabo 13px', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #9c9c9c;
  transition: all .3s ease;
  text-decoration: none;
  -webkit-transition: all .3s ease;
}

.footer-menu ul li a:hover {
  color: #fff;
}

.footer-menu ul li a span {
  font-size: 10px;
  display: block;
  color: #6f6f6f;
}

.footer-link {
  display: table-cell;
}

.footer-link ul li {
  margin-bottom: 10px;
}

.footer-link ul li:nth-child(1) {
  margin-bottom: 25px;
}

.footer-link ul li a {
  color: #9c9c9c;
  text-decoration: none;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.footer-link ul li a:hover {
  color: #fff;
}

/* footer opinion */
#footer-opinion {
  display: table-cell;
  width: 270px;
}
#footer-opinion__title {
  text-align: center;
  margin-bottom: 15px;
}
#footer-opinion textarea {
  width: 100%;
  height: 100px;
  margin-bottom: 2px;
  padding: 5px;
  box-sizing: border-box;
  outline: none;
}
#footer-opinion__after {
  display: none;
}
.footer-opinion__notice {
  margin: 3px 0 10px;
  font-size: 11px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 1px;
}
.footer-opinion__notice a {
  color: #fff;
  font-weight: bold;
  margin: 0 2px;
  text-decoration: underline;
}
.footer-opinion__notice a:hover {
  text-decoration: none;
}

#footer-opinion input {
  border: none;
  background: #585858;
  color: #fff;
  padding: 10px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

#footer-opinion input:hover {
  opacity: .7;
}

.menu_bg {
  display: none;
}

/*トップへ戻る*/
#page_top {
  background: #000;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#page_top img {
  display: block;
  padding: 17px 10px;
}

/*グローバルナビ*/
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-200%);
  background:rgba(255,255,255, 0.95);
}

.is-show {
  transform: translateY(0);
}

header.is-show {
  padding: 5px 0 0 0;
  z-index: 9999;
  border-bottom: 1px solid #f3f3f3;
}

header.is-show .logo {
  float: left;
  margin: 12px 0 0 20px;
  width: 85px;
}

.is-show .header-menu ul {
  margin: 0 auto 0;
}

/* スクロールエリア */
.scroll {
  position: absolute;
  bottom: 0;
  top: 92%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  cursor: pointer;
}
.scroll > div {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1rem;
}
.scroll span {
 position: relative;
 display: block;
 height: 35px;
 width: 50px;
 text-align: center;
 margin: 0 auto;
}
.scroll span:after {
  background: #fff;
  content: '';
  width: 1px;
  position: absolute;
  animation: scroll 1.5s ease infinite;
  -webkit-animation: scroll 1.5s ease infinite;
}

@keyframes scroll {
  0% { height: 0%; top: 0;}
  40% { height: 100%; top: 0;}
  60% { height: 100%; bottom: 0;}
  100% { height: 0%; bottom: 0;}
}

/**
 * プライバシーポリシー
 */
.is-privacy {
  color: #777;
}
.is-privacy p {
  line-height: 1.8;
  margin-bottom: 2rem;
}
.is-privacy h2 {
  margin-top: 4rem;
}
.is-privacy ol,
.is-privacy ul {
  margin: 4rem 0 4rem 2rem;
}
.is-privacy ul li {
  list-style-type: square;
  margin-bottom: .5rem;
}
.is-privacy ol li {
  list-style-type: decimal;
  margin-bottom: .5rem;
}


@media (max-width: 1200px) {
  /* sns share normal */
  .sns-share-normal {
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
  }
  .sns-share-normal li {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    text-align: right;
    line-height: 1;
    margin: 0 5px 5px 0;
  }
  .fb-like iframe,.item-facebook-like iframe {
    max-width: none !important;
  }

  /* sns share */
  .sns-share {
    display: none;
  }
}


@media screen and (max-width: 1000px) {
  #list .sounds-list {
    width: 500px;
  }
  .sound-list_box {
    background: none;
    height: auto;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .sound-sales .inner ul, .smart-speaker .inner ul {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .sound-list_box:nth-child(even) {
    display: flex;
  }
  .sound-list_box:nth-child(even) .text-list {
    float: none;
  }
  .sound-list_box .text-list {
    width: 410px;
  }
  .sound-list_box .movie {
    height: 265px;
    overflow: hidden;
    width: 470px;
  }

  /*フッター*/
  footer .inner,
  .footer-logo,
  .footer-menu,
  .footer-link,
  .footer-form {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  footer {
    padding: 60px 0 0px;
  }
  .footer-link {
    padding-bottom: 10px;
  }
  .footer-link ul li {
    padding-bottom: 10px;
    margin: 0;
  }
  #footer-opinion {
    display: block;
    width: 100%;
  }
  .footer-form {
    background: #1b1b1b;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 40px 60px;
  }
  #footer-opinion input,
  #footer-opinion textarea, {
    width: 300px;
  }
  .footer-menu ul {
    display: none;
  }
  .footer-link ul li:nth-child(1) {
    margin-bottom: 0;
  }
  .footer-logo {
    margin-bottom: 30px;
  }

}


/* //////////////////////////////////////////
  TABLET / SP
  ////////////////////////////////////////// */

/*iPad縦 / iPhone 8 Plus横*/
@media screen and (max-width: 768px) {
  /*スマフォボタンリセット*/
  * { -webkit-appearance: none; }
  body {
    font-size: 14px;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
  }
  .is-sp {
    display: block;
  }
  .main-contents .inner {
    width: 94%;
  }
  .keyv {
    height: 680px;
  }
  .sns .inner .sns-area {
    max-width: 94%;
    max-height: 400px;
    width: 94%;
  }
  iframe.twitter-timeline-rendered {
    width: 100% !important;
  }

  .breadcrumbs {
    padding: 10px 10px 0;
  }
  .keyv.is-low {
    height: 238px;
  }
  .main-message {
    margin: 0 auto;
    width: 94%;
  }
  .main-message p {
    margin-bottom: 1rem;
  }

  /**
   * 再生リスト
   */
  #list .sounds-list {
    margin-top: 0;
    width: 100% !important;
  }
  .sound-list_box .text-list li {
    margin: 0 0 .6rem 1.7rem;
  }
  .sound-list .inner .media_list li a {
    width: 234px;
  }
  .sound-list_box .movie {
    height: 177px;
  }
  .sound-list_box .text-list ol {
    height: 180px;
  }
  .sound-list_box .text-list li {
    margin-bottom: 10px;
  }

  /**
   * コンタクトフォーム　お問い合わせページ
   */
  /* form */
  form.c-medium {
    width: 100%;
  }
  .form-comment {
    font-size: 12px;
    margin: 0 0 7px 5px;
  }
  .c-form__table {
    margin: 0 auto 1.5rem;
    width: 94%;
  }
  .c-form__table > li {
    display: block;
  }
  .c-form__table__head {
    display: block;
    width: 100%;
    padding: 15px 10px;
    border-right: 0;
    font-size: 14px;
    text-align: left;
    line-height: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-form__table__body {
    display: block;
    padding: 15px;
    font-size: 12px;
  }
  .c-form__table__body__box {
    display: block;
    overflow: hidden;
  }
  .c-form__table__body__box__main {
    display: block;
    margin-bottom: 10px;
  }
  .c-form__table__body__box__main.is-min {
    float: left;
  }
  .c-form__table__body__box__main.is-radio {
    float: left;
  }
  .c-form__table__body__box__desc {
    display: block;
    width: 100%;
    text-align: left;
  }
  .c-form__table__body__box__desc.is-border {
    float: left;
    text-align: center;
    line-height: 30px;
  }
  .c-form__table__body__box__desc.is-min {
    clear: both;
    font-size: 12px;
  }
  .c-form__table__body__box__desc.is-min.is-age {
    float: left;
    clear: none;
    line-height: 30px;
  }

  /**
   * プライバシーポリシー
   */
  .is-privacy p {
    line-height: 1.8;
    margin-bottom: 1rem;
  }
  .is-privacy h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 2rem 0 1.5rem;
  }
  .is-privacy ul,
  .is-privacy ol {
    margin: 1rem 0 1rem;
  }

}/*media screen_end*/


@media screen and (max-width: 600px) {
  /*ナビメニュー*/
  article {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    overflow: hidden;
  }
  .is-t {
    -webkit-transform: translateX(-15%);
    -moz-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    -o-transform: translateX(-15%);
    transform: translateX(-15%);
  }
  .sp-menu-bt {
    display: inline-block;
    z-index: 99999;
    position: absolute;
    top: 25px;
    right: 25px;
    float: right;
  }
  .menu-trigger {
    margin-top: 5px;
    position: relative;
    width: 20px;
    height: 18px;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 8px;
    width: 80%;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  header .logo a img {
    width: 70px;
  }
  header {
    padding: 25px 0 0 0;
  }
  header .logo {
    text-align: center;
    margin-bottom: 20px;
  }
  header .logo a {
    display: inline-block;
  }
  .header-menu ul li {
    display: block;
  }
  .header-menu .menu_bg {
    background: url(/assets/img/new/img_about_team_bg.png) repeat;
    background-size: 20%;
    height: 75px;
    display: block;
    text-align: center;
  }
  .header-menu .menu_bg a {
    display: inline-block;
  }
  .header-menu .menu_bg img {
    padding: 23px;
    width: 70px;
    margin: 0 auto;
    display: block;
  }
  .header-menu {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100%;
    width: 80%;
    right: -80%;
    transition: all .2s ease;
    z-index: 10000;
    overflow-y: scroll;
  }
  .header-menu ul li a {
    padding: 5px 0;
  }
  .header-menu ul li:last-child a {
    padding: 15px 0;
    margin-left: 0;
  }
  .header-menu ul {
    display: block;
    margin: 20px 0 0 0;
  }
  .header-menu-item {
    padding: 0;
    table-layout: auto;
    width: 100%;
    float: left;
  }
  .header-menu-item li:first-child {
    padding-top: 15px;
  }
  .header-menu-item li {
    display: block;
    text-align: left;
    vertical-align: middle;
    padding: 10px 0;
    margin: 0 20px;
  }
  .header-menu-item li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
  }
  .header-menu-item li a {
    color: #fff;
    font-size: 16px;
    transition: all .2s ease;
  }
  .is-open .header-menu {
    transition: all .2s ease;
    right: 0;
  }
  .is-open .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
    background: #333;
  }
  .is-open .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .is-open .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    background: #333;
  }
  .nav-bg {
    display: block;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.39);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .2s ease;
  }
  .nav-bg.is-open {
    display: block;
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.39);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .2s ease;
  }
  .hidden {
    overflow: hidden;
  }
  #main {
    overflow: hidden;
  }
  .clone-nav {
    height: 60px;
  }
}

/*iPhone 8 Plus縦*/
@media screen and (max-width: 480px) {
  h2 {
    margin-bottom: 40px;
    font-size: 25px;
  }
  .keyv {
    background-attachment: unset;
  }
  .keyv .inner {
    width: 90%;
  }
  .keyv .kv_text h1 {
    font-size: 22px;
    margin-bottom: 30px;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",UtsukushiFONT,serif;
    width: 190px;
    font-weight: 600;
  }
  .keyv .kv_text p {
    font-size: 12px;
    line-height: 1.5rem;
  }
  iframe.twitter-timeline-rendered {
    margin: 0 auto;
    width: 340px !important;
  }
  .sound-list-filter {
    background-attachment: unset;
  }
  .sounds-list li a {
    margin: 0;
  }
  .sounds-list li a img {
    width: 50px;
    margin: 10px 0;
  }
  .sound-list .inner .media_list li {
    width: 100%;
  }
  .sound-list .inner .media_list li a {
    padding: 5px 0;
    width: 100%;
    margin: 0 0 20px;
  }
  .notice {
    background: #f3f3f3;
    padding: 45px 30px 30px;
  }
  .notice .inner li span:nth-child(1) {
    font-weight: 600;
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .notice .inner li span:nth-child(2) {
    display: block;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .notice .inner li span:nth-child(1) > span {
    display: inline-block;
    width: auto;
  }
  .contact {
    padding: 50px 30px;
  }
  .contact .inner p {
    letter-spacing: 0.1rem;
  }
  .keyv h1 {
    font-size: 28px;
  }
  .keyv p {
    font-size: 16px;
    letter-spacing: 0.12rem;
  }
  .sound-list_box .text-list {
    height: auto;
    padding: 26px 25px 0 25px;
  }
  .sound-list_box .text-list li {
    width: 100%;
    padding: 0;
    line-height: 1.2rem;
    margin-bottom: 15px;
  }
  .sound-list_box .text-list li:last-child {
    margin-bottom: 0;
  }
  .sound-list_box .text-list li span {
    line-height: 1rem;
    display: block;
  }
}/*media screen_end*/
