.sp {
  display: none; }

@media (max-width: 768px) {
  .sp {
    display: block; } }

.pc {
  display: block; }

@media (max-width: 768px) {
  .pc {
    display: none; } }

main {
  font-family: "Hiragino Kaku Gothic Pro",sans-serif;
  font-family: Meiryo,"MS PGothic","Hiragino Kaku Gothic Pro",sans-serif; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  outline: 0; }

#loader {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  z-index: 9999; }

#loader .loader-slide {
  width: 100%;
  height: 100%; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff; }

.loading.open {
  background-color: #f1f1f1;
  -webkit-animation: slideIn3 1s ease;
  animation: slideIn3 1s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.loading.saya {
  background-color: #f1f1f1; }

.loading.saya.open {
  -webkit-animation: slideIn3 1s ease;
  animation: slideIn3 1s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.loading.hoshiba {
  background-color: #262626; }

.loading.hoshiba.open {
  -webkit-animation: slideIn3 1s ease;
  animation: slideIn3 1s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.side {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s,-webkit-transform 1s;
  z-index: 995;
  cursor: pointer; }

@media screen and (max-width: 768px) {
  .side {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%); } }

.side.show {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.side.show.out {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media screen and (max-width: 768px) {
  .side.show.out {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%); } }

.side.hoshiba_bg .saya__btn {
  display: block; }

.side.hoshiba_bg .hoshiba__btn {
  display: none; }

.side .saya__btn {
  display: none; }

.main {
  position: relative; }

.main.saya {
  display: block; }

.main.hoshiba {
  display: block; }

.main.open {
  display: block; }

#loader.saya .loader-slide {
  background-color: #f1f1f1;
  -webkit-animation: slideIn1 2s ease;
  animation: slideIn1 2s ease; }

#loader.hoshiba .loader-slide {
  background-color: #262626;
  -webkit-animation: slideIn2 2s ease;
  animation: slideIn2 2s ease; }

@-webkit-keyframes slideIn1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  30% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  70% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

@keyframes slideIn1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  30% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  70% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

@-webkit-keyframes slideIn2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  30% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  70% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

@keyframes slideIn2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  30% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  70% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

@-webkit-keyframes slideIn3 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slideIn3 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.kv {
  position: relative;
  z-index: 10; }

.kv .kv__inner {
  position: relative; }

.kv .kv__inner .kv__txt {
  position: absolute;
  top: 51%;
  left: 4%;
  width: 36%; }

@media screen and (max-width: 768px) {
  .kv .kv__inner .kv__txt {
    top: 5%;
    left: 8%;
    width: 84vw; } }

.kv .kv__inner .kv__right {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%; }

@media screen and (max-width: 768px) {
  .kv .kv__inner .kv__right {
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%; } }

.kv .kv__inner .kv__right .kv__right__saya__img {
  position: absolute;
  top: 2.66667%;
  left: 0;
  width: 60%;
  z-index: 2;
  cursor: pointer; }

@media screen and (max-width: 768px) {
  .kv .kv__inner .kv__right .kv__right__saya__img {
    top: 0;
    left: 6.66667vw;
    width: 50.66667vw; } }

.kv .kv__inner .kv__right .kv__right__saya__name {
  position: absolute;
  top: 6.66667%;
  left: 52%;
  width: 37.86667%;
  z-index: 3;
  cursor: pointer; }

@media screen and (max-width: 768px) {
  .kv .kv__inner .kv__right .kv__right__saya__name {
    top: 1.33333vw;
    left: 50vw;
    width: 42vw; } }

.kv .kv__inner .kv__right .kv__right__hoshiba__img {
	position: absolute;
	top: 10%;
	left: 12%;
	width: 82%;
	cursor: pointer; }

@media screen and (max-width: 768px) {
  .kv .kv__inner .kv__right .kv__right__hoshiba__img {
	top: 2vw;
	left: 10vw;
	width: 80vw;} 
	}

.kv .kv__inner .kv__right .kv__right__hoshiba__name {
  position: absolute;
  top: 69.33333%;
  left: 6.66667%;
  width: 42.66667%;
  cursor: pointer; }

@media screen and (max-width: 768px) {
  .kv .kv__inner .kv__right .kv__right__hoshiba__name {
    top: 54.66667vw;
    left: 8vw;
    width: 48vw; } }

.kv .kv__inner .kv__right .kv__right__hoshiba__name .cls-1 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 2.23px; }

.kv .kv__inner img {
  width: 100%; }

.kv .kv__inner.close {
  display: none; }

.kv .kv__saya {
  display: none;
  position: relative; }

.kv .kv__saya.show {
  display: block; }

.kv .kv__saya .kv__bnr__btn {
  position: absolute;
  bottom: 1%;
  right: 1%;
  cursor: pointer;
  width: 30%;
  border: 2px solid #fff; }

@media screen and (max-width: 768px) {
  .kv .kv__saya .kv__bnr__btn {
    right: 2%;
    bottom: 2%;
    width: 77.33333vw; } }

.kv .kv__saya .kv__bnr__btn dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 768px) {
  .kv .kv__saya .kv__bnr__btn dl {
    padding: 2vw; } }

.kv .kv__saya .kv__bnr__btn dl dt {
  width: 13.95349%;
  margin-right: 10px; }

@media screen and (max-width: 768px) {
  .kv .kv__saya .kv__bnr__btn dl dt {
    width: 9.33333vw;
    margin-right: 2vw; } }

.kv .kv__saya .kv__bnr__btn dl dd {
  width: 68.60465%; }

@media screen and (max-width: 768px) {
  .kv .kv__saya .kv__bnr__btn dl dd {
    width: 53.33333vw; } }

.kv .kv__saya .kv__bnr__btn dl dd svg {
  fill: #fff; }

.kv .kv__saya .kv__bnr__btn .arrow {
  position: absolute;
  top: 33%;
  right: 5%;
  width: 5.5814%; }

@media screen and (max-width: 768px) {
  .kv .kv__saya .kv__bnr__btn .arrow {
    top: 30%;
    width: 4.93333vw; } }

.kv .kv__saya .kv__bnr__btn .arrow .cls-1 {
  stroke: #fff; }

.kv .kv__saya .kv__txt {
  position: absolute;
  top: 50.7%;
  left: 4%;
  width: 36%; }

@media screen and (max-width: 768px) {
  .kv .kv__saya .kv__txt {
    top: 5%;
    left: 8%;
    width: 84vw; } }

.kv .kv__saya .kv__txt__01 {
  position: absolute;
  top: 8%;
  left: 50%;
  width: 20.66667%; }

.kv .kv__saya .kv__txt__01 svg {
  fill: #fff; }

@media screen and (max-width: 768px) {
  .kv .kv__saya .kv__txt__01 {
    top: 53%;
    left: 8%;
    width: 38.26667vw; } }

.kv .kv__hoshiba {
  display: none;
  position: relative; }

.kv .kv__hoshiba.show {
  display: block; }

.kv .kv__hoshiba .kv__bnr__btn {
  position: absolute;
  bottom: 1%;
  right: 1%;
  cursor: pointer;
  width: 23.33333%;
  border: 2px solid #fff; }

@media screen and (max-width: 768px) {
  .kv .kv__hoshiba .kv__bnr__btn {
    right: 2%;
    bottom: 2%;
    width: 57.33333vw; } }

.kv .kv__hoshiba .kv__bnr__btn dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 768px) {
  .kv .kv__hoshiba .kv__bnr__btn dl {
    padding: 2vw; } }

.kv .kv__hoshiba .kv__bnr__btn dl dt {
  width: 18.18182%;
  margin-right: 10px; }

@media screen and (max-width: 768px) {
  .kv .kv__hoshiba .kv__bnr__btn dl dt {
    width: 9.33333vw;
    margin-right: 2vw; } }

.kv .kv__hoshiba .kv__bnr__btn dl dd {
  width: 60.60606%; }

@media screen and (max-width: 768px) {
  .kv .kv__hoshiba .kv__bnr__btn dl dd {
    width: 32.4vw; } }

.kv .kv__hoshiba .kv__bnr__btn dl dd svg {
  fill: #fff; }

.kv .kv__hoshiba .kv__bnr__btn .arrow {
  position: absolute;
  top: 33%;
  right: 5%;
  width: 7.27273%; }

@media screen and (max-width: 768px) {
  .kv .kv__hoshiba .kv__bnr__btn .arrow {
    top: 30%;
    width: 4.93333vw; } }

.kv .kv__hoshiba .kv__bnr__btn .arrow .cls-1 {
  stroke: #fff; }

.kv .kv__hoshiba .kv__txt {
  position: absolute;
  top: 50.7%;
  left: 4%;
  width: 40%; }

.kv .kv__hoshiba .kv__txt svg {
  fill: #fff; }

@media screen and (max-width: 768px) {
  .kv .kv__hoshiba .kv__txt {
    top: 5%;
    left: 8%;
    width: 84vw; } }

.kv .kv__hoshiba .kv__txt__01 {
  position: absolute;
  top: 8%;
  left: 50%;
  width: 27.33333%; }

.kv .kv__hoshiba .kv__txt__01 svg {
  fill: #fff; }

@media screen and (max-width: 768px) {
  .kv .kv__hoshiba .kv__txt__01 {
    top: 53%;
    left: 8%;
    width: 57.33333vw; } }

.kv .kv__img img {
  width: 100%; }

.product {
  margin-top: 100px; }

@media screen and (max-width: 768px) {
  .product {
    margin-top: 13.33333vw; } }

.product.show {
  position: relative;
  top: -181px;
  margin-top: 0;
  margin-bottom: -100px;
}

.product.show .product__ttl.tobira {
  display: none; }

.product.show .product__ttl.saya_hoshiba {
  display: block;
  width: 44.54545%; }

@media screen and (max-width: 768px) {
  .product.show .product__ttl.saya_hoshiba {
    width: 45.33333vw; } }

.product.show .product__inner {
  padding: 150px 20px 0; }

@media screen and (max-width: 768px) {
  .product.show .product__inner {
    padding: 20vw 0 0; } }

.product.show .product__inner .product__note {
  display: none; }

.product.show .product__inner .product__movie {
  display: none; }

.product.show .product__flex .product__link .product__btn a.tobira {
  display: none; }

.product.show .product__flex .product__link .product__btn a.hoshiba {
  display: none; }

.product.show .product__flex .product__link .product__btn a.saya {
  display: block; }

.product.hoshiba_bg .product__flex .product__link .product__btn a.tobira {
  display: none; }

.product.hoshiba_bg .product__flex .product__link .product__btn a.hoshiba {
  display: block; }

.product.hoshiba_bg .product__flex .product__link .product__btn a.saya {
  display: none; }

.product .product__ttl #lead__ttl__01 {
  display: block;
  width: 35.08772%; }

@media screen and (max-width: 768px) {
  .product .product__ttl #lead__ttl__01 {
    width: 60vw; } }

.product .product__ttl .lead__ttl__02 {
  display: block;
  margin-top: 50px;
  width: 28.94737%; }

@media screen and (max-width: 768px) {
  .product .product__ttl .lead__ttl__02 {
    margin-top: 30px;
    width: 46.66667vw; } }

@media screen and (max-width: 768px) {
  .product .product__ttl {
    width: 60vw; } }

.product .product__ttl.saya_hoshiba {
  display: none; }

.product .product__movie {
  width: 47.27273%;
  margin: 0 auto 90px; }

@media screen and (max-width: 768px) {
  .product .product__movie {
    width: 84vw;
    margin: 0 auto 12vw; } }

.product .product__movie a {
  display: block;
  position: relative; }

.product .product__movie a .movie__btn {
  content: "";
  position: absolute;
  width: 12.30769%;
  height: 21.90769%;
  right: 4%;
  bottom: 6%; }

.product .product__movie a .movie__btn svg {
  fill: #e8e8e8; }

@media screen and (min-width: 769px) {
  .product .product__movie a:hover .movie__btn svg {
    fill: #000; } }

.product .product__inner {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 768px) {
  .product .product__inner {
    width: 84vw;
    margin: 0 auto;
    padding: 0; } }

.product .product__img {
  width: 78.81818%;
  margin: 0 auto;
  margin-top: -100px; }

@media screen and (max-width: 768px) {
  .product .product__img {
    width: 100%;
    margin-top: -9.33333vw; } }

.product .product__note {
  font-size: 12px;
  text-align: center;
  margin-top: 40px; }

@media screen and (max-width: 768px) {
  .product .product__note {
    font-size: 2.66667vw;
    margin-top: 4vw;
    line-height: 1.4; } }

.product .product__flex {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 768px) {
  .product .product__flex {
    margin-top: 9.33333vw;
    display: block; } }

.product .product__flex .product__spec {
  width: 50%; }

@media screen and (max-width: 768px) {
  .product .product__flex .product__spec {
    width: 100%; } }

.product .product__flex .product__spec dl {
  clear: both;
  overflow: hidden; }

.product .product__flex .product__spec dt {
  float: left;
  clear: left;
  width: 28.1%;
  line-height: 1.75;
  margin-right: 10px; }

@media screen and (max-width: 768px) {
  .product .product__flex .product__spec dt {
    width: 30.66667vw;
    font-size: 3.73333vw;
    letter-spacing: -.1em;
    line-height: 1.64; } }

.product .product__flex .product__spec dd {
  float: left;
  line-height: 1.75;
  letter-spacing: -.02em;
  width: 66%; }

@media screen and (max-width: 768px) {
  .product .product__flex .product__spec dd {
    width: 50.66667vw;
    font-size: 3.73333vw;
    line-height: 1.64; } }

.product .product__flex .product__spec dd.ml {
  margin-left: 10em; }

.product .product__flex .product__link {
  width: 48%; }

@media screen and (max-width: 768px) {
  .product .product__flex .product__link {
    width: 100%;
    margin-top: 40px; } }

.product .product__flex .product__link .product__btn a {
  display: block;
  border: 2px solid #000;
  text-align: center;
  padding: 25px 0;
  font-size: 24px;
  color: #191919;
  text-decoration: none;
  position: relative; }

@media screen and (max-width: 768px) {
  .product .product__flex .product__link .product__btn a {
    padding: 5.33333vw 0;
    font-size: 4.26667vw; } }

.product .product__flex .product__link .product__btn a .arrow {
  position: absolute;
  top: 33%;
  right: 5%;
  width: 4.61538%; }

.product .product__flex .product__link .product__btn a .arrow .cls-1 {
  stroke: #000; }

@media screen and (max-width: 768px) {
  .product .product__flex .product__link .product__btn a .arrow {
    top: 35%;
    width: 4.93333vw; } }

.product .product__flex .product__link .product__btn a.saya {
  display: none; }

.product .product__flex .product__link .product__btn a.hoshiba {
  display: none; }

.product .product__flex .product__link .product__btn + .product__btn {
  margin-top: 20px; }

@media screen and (max-width: 768px) {
  .product .product__flex .product__spec__small {
    margin-top: 4vw; } }

.product .product__flex .product__spec__small .product__spec__note {
  font-size: 12px;
  margin-top: 20px;
  line-height: 1.5;
  padding-left: 3em;
  text-indent: -2.7em; }

@media screen and (max-width: 768px) {
  .product .product__flex .product__spec__small .product__spec__note {
    font-size: 2.66667vw;
    margin-top: 10px;
    line-height: 1.4; } }

.product .product__flex .product__spec__small .product__spec__note + .product__spec__note {
  margin-top: 5px; }

.product .product__flex .product__spec__movie {
  margin-top: 60px; }

@media screen and (max-width: 768px) {
  .product .product__flex .product__spec__movie {
    width: 100%;
    margin-top: 10.66667vw; } }

.product .product__flex .product__spec__movie a {
  display: block;
  position: relative; }

.product .product__flex .product__spec__movie a .movie__btn {
  content: "";
  position: absolute;
  width: 12.30769%;
  height: 21.90769%;
  right: 4%;
  bottom: 6%; }

.product .product__flex .product__spec__movie a .movie__btn svg {
  fill: #fff; }

@media screen and (min-width: 769px) {
  .product .product__flex .product__spec__movie a:hover .movie__btn svg {
    fill: #000; } }

.link {
  background: url(/headphone/special/LinkBuds/images/bg_black.jpg) repeat center center;
  background-size: 200px 200px;
  -webkit-transform: skewY(9deg);
  transform: skewY(9deg);
  position: relative;
  top: 140px;
  margin-bottom: 350px; }

.link.close {
  display: none; }

.link .link__inner {
  -webkit-transform: skewY(-9deg);
  transform: skewY(-9deg);
  padding: 65px 20px;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 1100px) {
  .link .link__inner {
    padding: 5.8vw 0; } }

@media screen and (max-width: 768px) {
  .link .link__inner {
    padding: 2.8vw 0; } }

.link .link__inner .link__img {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 1100px) {
  .link .link__inner .link__img {
    padding: 0 20px; } }

@media screen and (max-width: 768px) {
  .link .link__inner .link__img {
    width: 84vw;
    margin: 0 auto;
    display: block; } }

.link .link__inner .link__img li {
	margin: auto;
	width: 100%;
	height: 339px;
  background: url(/headphone/special/LinkBuds/images/link_saya_tobira.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  position: relative; }

@media screen and (max-width: 1100px) {
  .link .link__inner .link__img li {
    height: 14.54vw; } }

@media screen and (max-width: 768px) {
  .link .link__inner .link__img li {
    width: 100%;
    height: 26.66667vw;
    background: url(/headphone/special/LinkBuds/images/link_saya_tobira_sp.png) no-repeat center center;
    background-size: 100%; }
  .link .link__inner .link__img li + li {
    margin-top: 2.66667vw; } }

.link .link__inner .link__img li + li {
  background: url(/headphone/special/LinkBuds/images/link_hoshiba_tobira.png) no-repeat center center;
  background-size: 100%; }

@media screen and (max-width: 768px) {
  .link .link__inner .link__img li + li {
    background: url(/headphone/special/LinkBuds/images/link_hoshiba_tobira_sp.png) no-repeat center center;
    background-size: 100%; } }

.link .link__inner .link__img li + li dl dd {
  width: 46.15385%; }

@media screen and (max-width: 768px) {
  .link .link__inner .link__img li + li dl dd {
    width: 36vw; } }

.link .link__inner .link__img li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(17%);
  transform: translateY(17%); }

.link .link__inner .link__img li dl dt {
  width: 23.07692%;
  margin: 0 70px 0 20PX;}

@media screen and (max-width: 768px) {
  .link .link__inner .link__img li dl dt {
    width: 18.66667vw;
    margin: 0 4vw; } }

.link .link__inner .link__img li dl dd {
	width: 44%; }

@media screen and (max-width: 768px) {
  .link .link__inner .link__img li dl dd {
    width: 45.33333vw; } }

.link .link__inner .link__img li dl dd svg {
  fill: #fff; }

.link .link__inner .link__img li .arrow {
  position: absolute;
  top: 44%;
  right: 5%;
  width: 4.23077%; }

@media screen and (max-width: 768px) {
  .link .link__inner .link__img li .arrow {
    top: 40%;
    width: 4.93333vw; } }

.link .link__inner .link__img li .arrow .cls-1 {
  stroke: #fff; }

.lead {
  display: none;
  background: url(/headphone/special/LinkBuds/images/bg_white.jpg) repeat center center;
  background-size: 200px 200px;
  -webkit-transform: skewY(9deg);
  transform: skewY(9deg);
  position: relative;
  top: -181px;
  z-index: 9; }

@media screen and (max-width: 768px) {
  .lead {
    background-size: 30% 30%; } }

.lead.show {
  display: block; }

.lead.hoshiba_bg {
  background: #fff; }

.lead.hoshiba_bg .lead__inner .lead__note {
  color: #fff; }

.lead.hoshiba_bg .lead__inner .lead__link .product__btn a {
  border: 2px solid #fff;
  color: #fff; }

.lead.hoshiba_bg .lead__inner .lead__link .product__btn a .arrow .cls-1 {
  stroke: #fff; }

.lead.hoshiba_bg .lead__inner .lead__link .product__btn a.saya {
  display: none; }

.lead.hoshiba_bg .lead__inner .lead__link .product__btn a.hoshiba {
  display: block; }

.lead .lead__inner {
  -webkit-transform: skewY(-9deg);
  transform: skewY(-9deg);
  padding: 0 20px;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  top: 260px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 768px) {
  .lead .lead__inner {
    width: 84vw;
    margin: 0 auto; 
    }
  }

.lead .lead__inner .lead__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 768px) {
  .lead .lead__inner .lead__ttl {
    width: 66.66667vw;
    display: block; } }

.lead .lead__inner .lead__ttl .lead__ttl__01 {
  display: block;
  width: 47.27273%; }

@media screen and (max-width: 768px) {
  .lead .lead__inner .lead__ttl .lead__ttl__01 {
    width: 66.66667vw; } }

.lead .lead__inner .lead__ttl .lead__ttl__02 {
  display: block;
  width: 33.63636%; }

@media screen and (max-width: 768px) {
  .lead .lead__inner .lead__ttl .lead__ttl__02 {
    width: 49.33333vw;
    margin-top: 30px; } }

.lead .lead__inner .lead__img {
  margin-top: 20px; }

@media screen and (max-width: 768px) {
  .lead .lead__inner .lead__img {
    margin-top: 15px; } }

.lead .lead__inner .lead__note {
  font-size: 12px;
  text-align: right;
  margin-top: 40px; }

@media screen and (max-width: 768px) {
  .lead .lead__inner .lead__note {
    font-size: 2.66667vw;
    text-align: center;
    margin-top: 20px;
    line-height: 1.5; } }

.lead .lead__inner .lead__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px; }

@media screen and (max-width: 768px) {
  .lead .lead__inner .lead__link {
    display: block;
    margin-top: 4vw; } }

.lead .lead__inner .lead__link .product__btn {
  width: 47.27273%; }

@media screen and (max-width: 768px) {
  .lead .lead__inner .lead__link .product__btn {
    width: 100%; } }

.lead .lead__inner .lead__link .product__btn a {
  display: block;
  border: 2px solid #000;
  text-align: center;
  padding: 25px 0;
  font-size: 24px;
  color: #191919;
  text-decoration: none;
  position: relative; }

@media screen and (max-width: 768px) {
  .lead .lead__inner .lead__link .product__btn a {
    padding: 5.33333vw 0;
    font-size: 4.26667vw; } }

.lead .lead__inner .lead__link .product__btn a .arrow {
  position: absolute;
  top: 33%;
  right: 5%;
  width: 4.61538%; }

.lead .lead__inner .lead__link .product__btn a .arrow .cls-1 {
  stroke: #000; }

@media screen and (max-width: 768px) {
  .lead .lead__inner .lead__link .product__btn a .arrow {
    top: 35%;
    width: 4.93333vw; } }

.lead .lead__inner .lead__link .product__btn a.hoshiba {
  display: none; }

@media screen and (max-width: 768px) {
  .lead .lead__inner .lead__link .product__btn + .product__btn {
    margin-top: 2.66667vw; } }

.movie {
  display: none;
  background: #fff;
  -webkit-transform: skewY(9deg);
  transform: skewY(9deg);
  position: relative;
  top: -181px;
  z-index: 8; }

@media screen and (max-width: 768px) {
  .movie {
    background-size: 30% 30%; } }

.movie.show {
  display: block; }

.movie.hoshiba_bg {
  background: url(/headphone/special/LinkBuds/images/bg_gray.jpg) repeat center center;
  background-size: 200px 200px;
  padding-top: 200px;
}

@media screen and (max-width: 768px) {
  .movie.hoshiba_bg {
    background-size: 30% 30%; } }

.movie.hoshiba_bg .movie__inner ul.hoshiba_v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 768px) {
  .movie.hoshiba_bg .movie__inner ul.hoshiba_v {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.movie.hoshiba_bg .movie__inner ul.saya_v {
  display: none; }

.movie.hoshiba_bg .movie__inner ul li .movie__name a {
  background: #f1f1f1; }

.movie.hoshiba_bg .movie__inner ul li .movie__name a svg {
  fill: #000; }

.movie.hoshiba_bg .movie__inner ul li .s5-link {
  color: #fff; }

.movie.hoshiba_bg .movie__inner ul li .s5-link .icon {
  background: url(/headphone/special/LinkBuds/images/ico_tab_w.png) no-repeat; }

.movie.hoshiba_bg .movie__inner ul li .s5-link:hover {
  color: #fff; }

.movie.hoshiba_bg .movie__inner .movie__ttl svg {
  fill: #f1f1f1; }

.movie .movie__inner {
  -webkit-transform: skewY(-9deg);
  transform: skewY(-9deg);
  padding: 0 20px 110px;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  top: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.movie .movie__inner .movie__ttl {
  width: 18.18182%; }

@media screen and (max-width: 768px) {
  .movie .movie__inner .movie__ttl {
    width: 30.66667vw; } 
    .movie .movie__inner {
      top: -180px;
    }
  }

.movie .movie__inner .movie__ttl.hoshiba_v {
  display: none; }

.movie .movie__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px; }

@media screen and (max-width: 768px) {
  .movie .movie__inner ul {
    display: block;
    margin-top: 30px; } }

.movie .movie__inner ul li {
  width: 47.27273%;
  cursor: pointer; }

@media screen and (max-width: 768px) {
  .movie .movie__inner ul li {
    width: 100%; }
  .movie .movie__inner ul li + li {
    margin-top: 30px; } }

.movie .movie__inner ul li .movie__thum {
  position: relative; }

.movie .movie__inner ul li .movie__thum a {
  display: block; }

.movie .movie__inner ul li .movie__thum a img {
  width: 100%; }

.movie .movie__inner ul li .movie__thum .movie__btn {
  content: "";
  position: absolute;
  width: 12.30769%;
  height: 21.90769%;
  right: 4%;
  bottom: 6%; }

.movie .movie__inner ul li .movie__thum .movie__btn svg {
  fill: #fff; }

@media screen and (min-width: 769px) {
  .movie .movie__inner ul li .movie__thum:hover .movie__btn svg {
    fill: #000; } }

.movie .movie__inner ul li .movie__name {
  margin-top: 10px; }

.movie .movie__inner ul li .movie__name a {
  display: block;
  background: #000;
  padding: 20px 0; }

.movie .movie__inner ul li .movie__name a svg {
  fill: #fff;
  display: block;
  margin: 0 auto; }

.movie .movie__inner ul li .movie__name.spe a svg {
  width: 32.11538%; }

.movie .movie__inner ul li .movie__name.int a svg {
  width: 21.73077%; }

.movie .movie__inner ul li .s5-link {
  display: inline-block;
  margin-top: 5px;
  font-weight: 700;
  color: #000; }

.movie .movie__inner ul li .s5-link .icon {
  width: 15px;
  height: 15px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  margin: -4px 0 0 4px;
  background: url(/headphone/special/LinkBuds/images/ico_tab.png) no-repeat; }

.movie .movie__inner ul li .s5-link:hover {
  color: #000; }

.movie .movie__inner ul.hoshiba_v {
  display: none; }

.point {
  display: none;
  background: url(/headphone/special/LinkBuds/images/bg_white.jpg) repeat center center;
  background-size: 200px 200px;
  -webkit-transform: skewY(9deg);
  transform: skewY(9deg);
  position: relative;
  top: -181px;
  z-index: 7; }

@media screen and (max-width: 768px) {
  .point {
    background-size: 28% 8%; } }

.point.show {
  display: block; }

.point.hoshiba_bg {
  background: url(/headphone/special/LinkBuds/images/bg_black.jpg) repeat center center;
  background-size: 200px 200px; }

@media screen and (max-width: 768px) {
  .point.hoshiba_bg .point__inner {
    padding: 0 0 42.66667vw; } }

.point.hoshiba_bg .point__inner .point__ttl.saya_v {
  display: none; }

.point.hoshiba_bg .point__inner .point__list {
  margin-top: 0; }

.point.hoshiba_bg .point__inner .point__list.saya_v {
  display: none; }

.point.hoshiba_bg .point__inner .point__list.hoshiba_v {
  display: block; }

.point.hoshiba_bg .point__inner .point__list.hoshiba_v .point__item .point__wrap .point__content .point__content__txt {
  color: #fff; }

.point.hoshiba_bg .point__inner .point__list.hoshiba_v .point__item .point__wrap .point__content .point__content__note {
  color: #fff; }

.point.hoshiba_bg .point__inner .point__list.hoshiba_v .point__item .point__wrap .point__content .point__content__link a {
  color: #fff;
  border-bottom: 1px solid #fff; }

.point.hoshiba_bg .point__inner .point__list.hoshiba_v .point__item .point__wrap .point__content .point__content__link a .arrow .cls-1 {
  stroke: #fff; }

.point .point__inner {
  -webkit-transform: skewY(-9deg);
  transform: skewY(-9deg);
  padding: 90px 20px 270px;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  top: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 768px) {
  .point .point__inner {
    width: 84vw;
    margin: 0 auto;
    padding: 16vw 0 42.66667vw; } }

.point .point__inner .point__ttl {
  width: 77.27273%;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .point .point__inner .point__ttl {
    width: 84vw; } }

.point .point__inner .point__list {
  margin-top: 90px; }

@media screen and (max-width: 768px) {
  .point .point__inner .point__list {
    margin-top: 8vw; } }

.point .point__inner .point__list.hoshiba_v {
  display: none; }

.point .point__inner .point__list .point__item .point__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 768px) {
  .point .point__inner .point__list .point__item .point__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.point .point__inner .point__list .point__item .point__wrap .point__content {
  width: 47.27273%; }

@media screen and (max-width: 768px) {
  .point .point__inner .point__list .point__item .point__wrap .point__content {
    width: 100%; }
  .point .point__inner .point__list .point__item .point__wrap .point__content:nth-child(2) {
    margin-top: 20px; } }

.point .point__inner .point__list .point__item .point__wrap .point__content .point__content__ttl {
  width: 100%; }

.point .point__inner .point__list .point__item .point__wrap .point__content .point__content__ttl.w01 {
  width: 65.38462%; }

@media screen and (max-width: 768px) {
  .point .point__inner .point__list .point__item .point__wrap .point__content .point__content__ttl.w01 {
    width: 61.33333vw; } }

.point .point__inner .point__list .point__item .point__wrap .point__content .point__content__ttl.w50 {
  width: 76.92308%; }

@media screen and (max-width: 768px) {
  .point .point__inner .point__list .point__item .point__wrap .point__content .point__content__ttl.w50 {
    width: 100%; } }

.point .point__inner .point__list .point__item .point__wrap .point__content .point__content__ttl.w05 {
  width: 71.15385%; }

@media screen and (max-width: 768px) {
  .point .point__inner .point__list .point__item .point__wrap .point__content .point__content__ttl.w05 {
    width: 57.33333vw; } }

.point .point__inner .point__list .point__item .point__wrap .point__content .point__content__ttl.w07 {
  width: 63.46154%; }

@media screen and (max-width: 768px) {
  .point .point__inner .point__list .point__item .point__wrap .point__content .point__content__ttl.w07 {
    width: 50.66667vw; } }

.point .point__inner .point__list .point__item .point__wrap .point__content .point__content__ttl.w08 {
  width: 71.15385%; }

@media screen and (max-width: 768px) {
  .point .point__inner .point__list .point__item .point__wrap .point__content .point__content__ttl.w08 {
    width: 57.33333vw; } }

.point .point__inner .point__list .point__item .point__wrap .point__content .point__content__ttl .cls-1 {
  fill: #f1f1f1;
  stroke: #f1f1f1; }

.point .point__inner .point__list .point__item .point__wrap .point__content .point__content__img img {
  width: 100%; }

.point .point__inner .point__list .point__item .point__wrap .point__content .point__content__txt {
  line-height: 2;
  color: #000;
  font-weight: 700;
  margin-top: 20px;
  font-size: 1.54545vw; }

@media screen and (min-width: 1100px) {
  .point .point__inner .point__list .point__item .point__wrap .point__content .point__content__txt {
    font-size: 17px; } }

@media screen and (max-width: 768px) {
  .point .point__inner .point__list .point__item .point__wrap .point__content .point__content__txt {
    font-size: 3.73333vw; } }

.point .point__inner .point__list .point__item .point__wrap .point__content .point__content__note {
  color: #000;
  margin-top: 10px;
  font-size: 1.09091vw;
  line-height: 1.5;
  padding-left: 3em;
  text-indent: -1.3em; }

@media screen and (min-width: 1100px) {
  .point .point__inner .point__list .point__item .point__wrap .point__content .point__content__note {
    font-size: 12px; } }

@media screen and (max-width: 768px) {
  .point .point__inner .point__list .point__item .point__wrap .point__content .point__content__note {
    font-size: 2.66667vw;
    padding-left: 1.4em;
    text-indent: -1.4em; } }

.point .point__inner .point__list .point__item .point__wrap .point__content .point__content__note + .point__content__note {
  margin-top: 5px; }

.point .point__inner .point__list .point__item .point__wrap .point__content .point__content__link {
  margin-top: 30px;
  width: 53.84615%; }

@media screen and (max-width: 768px) {
  .point .point__inner .point__list .point__item .point__wrap .point__content .point__content__link {
    width: 48vw; } }

.point .point__inner .point__list .point__item .point__wrap .point__content .point__content__link a {
  display: block;
  padding: 0 0 20px 15px;
  color: #000;
  font-weight: 700;
  border-bottom: 2px solid #000;
  font-size: 1.81818vw;
  position: relative; }

@media screen and (min-width: 1100px) {
  .point .point__inner .point__list .point__item .point__wrap .point__content .point__content__link a {
    font-size: 20px; } }

@media screen and (max-width: 768px) {
  .point .point__inner .point__list .point__item .point__wrap .point__content .point__content__link a {
    font-size: 3.73333vw;
    padding: .8vw 0 4vw 0; } }

.point .point__inner .point__list .point__item .point__wrap .point__content .point__content__link a:hover {
  text-decoration: none; }

.point .point__inner .point__list .point__item .point__wrap .point__content .point__content__link a .arrow {
  position: absolute;
  top: -5%;
  right: 5%;
  width: 8.57143%; }

.point .point__inner .point__list .point__item .point__wrap .point__content .point__content__link a .arrow .cls-1 {
  stroke: #000; }

@media screen and (max-width: 768px) {
  .point .point__inner .point__list .point__item .point__wrap .point__content .point__content__link a .arrow {
    top: 0;
    width: 4.93333vw; } }

.point .point__inner .point__list .point__item + .point__item {
  margin-top: 60px; }

@media screen and (max-width: 768px) {
  .point .point__inner .point__list .point__item + .point__item {
    margin-top: 12vw; } }

.point .point__inner .point__list .point__item:nth-child(odd) .point__wrap .point__content:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

@media screen and (max-width: 768px) {
  .point .point__inner .point__list .point__item:nth-child(odd) .point__wrap .point__content:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.point .point__inner .point__list .point__item:nth-child(odd) .point__wrap .point__content:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.change {
  display: none;
  background: url(/headphone/special/LinkBuds/images/bg_black.jpg) repeat center center;
  background-size: 200px 200px;
  -webkit-transform: skewY(9deg);
  transform: skewY(9deg);
  position: relative;
  top: -181px;
  z-index: 7; }

@media screen and (max-width: 768px) {
  .change {
    background-size: 28% 90%; } }

.change.show {
  display: block; }

.change.hoshiba_bg {
  background: url(/headphone/special/LinkBuds/images/bg_white.jpg) repeat center center;
  background-size: 200px 200px; }

@media screen and (max-width: 768px) {
  .change.hoshiba_bg {
    background-size: 28% 90%; } }

.change.hoshiba_bg .saya__btn {
  display: block; }

.change.hoshiba_bg .hoshiba__btn {
  display: none; }

.change.hoshiba_bg .change__inner .change__img {
  background: url(/headphone/special/LinkBuds/images/link_saya.png) no-repeat center center;
  background-size: 100% 100%; }

.change.hoshiba_bg .change__inner .change__img dl dd {
  width: 44.23077%; }

@media screen and (max-width: 768px) {
  .change.hoshiba_bg .change__inner .change__img dl dd {
    width: 45.33333vw; } }

.change.hoshiba_bg .change__inner .change__img dl dd svg {
  fill: #000; }

.change.hoshiba_bg .change__inner .change__img .arrow .cls-1 {
  stroke: #000; }

.change .saya__btn {
  display: none; }

.change .change__inner {
  -webkit-transform: skewY(-9deg);
  transform: skewY(-9deg);
  padding: 40px 20px 30px;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 1100px) {
  .change .change__inner {
    padding: 3.7vw 20px 2.7vw; } }

@media screen and (max-width: 768px) {
  .change .change__inner {
    padding: 2.7vw 8vw; } }

.change .change__inner .change__img {
  cursor: pointer;
  background: url(/headphone/special/LinkBuds/images/link_hoshiba.png) no-repeat center center;
  background-size: 100% 100%; }

.change .change__inner .change__img dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 768px) {
  .change .change__inner .change__img dl {
    padding: 3.33333vw; } }

.change .change__inner .change__img dl dt {
  width: 24.03846%;
  margin-right: 6.73077%; }

@media screen and (max-width: 768px) {
  .change .change__inner .change__img dl dt {
    width: 19.06667vw;
    margin-right: 3.33333vw; } }

.change .change__inner .change__img dl dt img {
  width: 100%; }

.change .change__inner .change__img dl dd {
  width: 37.01923%; }

@media screen and (max-width: 768px) {
  .change .change__inner .change__img dl dd {
    width: 38.66667vw; } }

.change .change__inner .change__img dl dd svg {
  fill: #fff; }

.change .change__inner .change__img .arrow {
  position: absolute;
  top: 45%;
  right: 5%;
  width: 4.42308%; }

@media screen and (max-width: 768px) {
  .change .change__inner .change__img .arrow {
    top: 40%;
    right: 12%;
    width: 4.93333vw; } }

.change .change__inner .change__img .arrow .cls-1 {
  stroke: #fff; }

.modaal-video-wrap {
  margin: 0; }

.modaal-close:after, .modaal-close:before {
  content: none; }

.modaal-close:focus, .modaal-close:hover {
  background: 0 0; }

.modaal-video-container {
  max-width: 1100px;
  padding-bottom: 56.25%; }

@media only screen and (min-width: 1150px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 620px; } }

.modaal-wrapper .modaal-close {
  background: url(/headphone/special/LinkBuds/images/modal_close.png) no-repeat center center;
  background-size: cover;
  top: 87%;
  right: 50%;
  width: 400px;
  height: 80px;
  margin-right: -200px;
  position: absolute;
  border-radius: 0; }

@media screen and (max-width: 768px) {
  .modaal-wrapper .modaal-close {
    width: 53.33333vw;
    height: 10.66667vw;
    top: 67%;
    right: 50%;
    margin-right: -26.66667vw; } }

.modal__content {
  display: none; }

.modaal-container {
  max-width: 1180px; }

.modaal-container .modaal-close {
  top: 100%;
  margin-top: 40px; }

.modaal-content-container {
  padding: 40px; }

@media screen and (max-width: 768px) {
  .modaal-content-container {
    padding: 20px; } }

.modaal-inner-wrapper {
  padding-bottom: 200px;
  padding-top: 120px; }

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-bottom: 200px;
    padding-top: 120px; } }

.modal__inner {
  position: relative; }

.modal__inner .modal__ttl {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5; }

@media screen and (max-width: 768px) {
  .modal__inner .modal__ttl {
    font-size: 6.4vw; } }

.modal__inner .modal__subttl {
  font-size: 36px;
  line-height: 1.5;
  margin-top: 20px; }

@media screen and (max-width: 768px) {
  .modal__inner .modal__subttl {
    font-size: 5.6vw; } }

.modal__inner .modal__txt {
  line-height: 2;
  margin-top: 20px; }

@media screen and (max-width: 768px) {
  .modal__inner .modal__txt {
    font-size: 3.73333vw; } }

.modal__inner .modal__img {
  text-align: center;
  margin-top: 30px; }

@media screen and (max-width: 768px) {
  .modal__inner .modal__img {
    font-size: 6.4vw; } }

.modal__inner .modal__note {
  font-size: 12px;
  margin-top: 30px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5; }

@media screen and (max-width: 768px) {
  .modal__inner .modal__note {
    font-size: 10px; } }

.modal__inner .modal__note + .modal__note {
  margin-top: 10px; }

.modal__inner .modal__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 768px) {
  .modal__inner .modal__flex {
    display: block; } }

.modal__inner .modal__flex .modal__right {
  width: 50%; }

@media screen and (max-width: 768px) {
  .modal__inner .modal__flex .modal__right {
    width: 100%; } }

.modal__inner .modal__flex .modal__right.w60 {
  width: 56.36364%; }

@media screen and (max-width: 768px) {
  .modal__inner .modal__flex .modal__right.w60 {
    width: 100%; } }

.modal__inner .modal__flex .modal__left {
  width: 50%; }

@media screen and (max-width: 768px) {
  .modal__inner .modal__flex .modal__left {
    width: 100%; } }

.modal__inner .modal__flex .modal__left.w40 {
  width: 42.72727%; }

@media screen and (max-width: 768px) {
  .modal__inner .modal__flex .modal__left.w40 {
    width: 100%; } }

.modal__inner .mt120 {
  margin-top: 120px; }

@media screen and (max-width: 768px) {
  .modal__inner .mt120 {
    margin-top: 50px; } }

.modal__inner .modal__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 768px) {
  .modal__inner .modal__link {
    width: 100%;
    margin-top: 40px;
    display: block; } }

.modal__inner .modal__link .modal__btn {
  width: 48%;
  margin-top: 100px; }

@media screen and (max-width: 768px) {
  .modal__inner .modal__link .modal__btn {
    width: 100%;
    margin-top: 50px; } }

.modal__inner .modal__link .modal__btn a {
  display: block;
  border: 2px solid #000;
  text-align: center;
  padding: 25px 0;
  font-size: 24px;
  color: #191919;
  text-decoration: none;
  position: relative; }

@media screen and (max-width: 768px) {
  .modal__inner .modal__link .modal__btn a {
    padding: 5.33333vw 0;
    font-size: 4.26667vw; } }

.modal__inner .modal__link .modal__btn a .arrow {
  position: absolute;
  top: 33%;
  right: 5%;
  width: 4.61538%; }

.modal__inner .modal__link .modal__btn a .arrow .cls-1 {
  stroke: #000; }

@media screen and (max-width: 768px) {
  .modal__inner .modal__link .modal__btn a .arrow {
    top: 35%;
    width: 4.93333vw; } }

@media screen and (max-width: 768px) {
  .modal__inner .modal__link .modal__btn + .modal__btn {
    margin-top: 15px; } }

.modal__inner .modal__close {
  position: absolute;
  top: 0;
  right: 0;
  margin: -120px -40px 0 0;
  width: 10%; }

@media screen and (max-width: 768px) {
  .modal__inner .modal__close {
    margin: -80px -20px 0 0;
    width: 20vw; }
  }


    .teams__inner {
    padding: 7%;
    max-width: 1140px;
    position: relative;
    margin: 90px auto 140px;
    background: url(/headphone/special/LinkBuds/images/bg_white.jpg) repeat center center;
    background-size: 200px 200px;
    }

    .movie__teams .teams__inner .teams__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 30px; }
    
    @media screen and (max-width: 768px) {
      .movie__teams .teams__inner .teams__link {
        display: block;
        margin-top: 4vw; } }
    
    .movie__teams .teams__inner .teams__link .product__btn {
      width: 47.27273%; }
    
    @media screen and (max-width: 768px) {
      .movie__teams .teams__inner .teams__link .product__btn {
        width: 100%; } }
    
    .movie__teams .teams__inner .teams__link .product__btn a {
      display: block;
      border: 2px solid #000;
      text-align: center;
      padding: 25px 0;
      font-size: 24px;
      color: #191919;
      text-decoration: none;
      position: relative; }
    
    @media screen and (max-width: 768px) {
      .movie__teams .teams__inner .teams__link .product__btn a {
        padding: 5.33333vw 0;
        font-size: 4.26667vw; } }
    
    .movie__teams .teams__inner .teams__link .product__btn a .arrow {
      position: absolute;
      top: 33%;
      right: 5%;
      width: 4.61538%; }
    
    .movie__teams .teams__inner .teams__link .product__btn a .arrow .cls-1 {
      stroke: #000; }
    
    @media screen and (max-width: 768px) {
      .movie__teams .teams__inner .teams__link .product__btn a .arrow {
        top: 35%;
        width: 4.93333vw; } }
    
    .movie__teams .teams__inner .teams__link .product__btn a.hoshiba {
      display: none; }
    
    @media screen and (max-width: 768px) {
      .movie__teams .teams__inner .teams__link .product__btn + .product__btn {
        margin-top: 2.66667vw; } }

        .teams__flexBlock {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 60px;
        }
        .flexBlock__item .teams__title {
          margin: 40px auto;
        }
        .flexBlock__item:last-child {
          margin-left: 5%;
        }
        .lead__notes {
          position: relative;
          top: 50px;
        }
        .point__inner.c5-saya_v__top {
          padding-bottom: 540px;
    }
        .main.saya .movie .c5-movie__top {
          top: 360px;
          position: relative;
        }
        .main.saya .movie .movie__inner {
          padding-bottom: 0;
        }

        @media screen and (min-width:530px) and ( max-width:768px) {
          .lead__notes {
            top: 120px;
          }
          .teams__inner {
            top: 450px;
          }
      }

      @media screen and (max-width: 480px) {
        .movie.hoshiba_bg {
          padding-top: 0;
        }
      }

      .c5-products_item {
        max-width: 400px;
        width: 100%;
      }

      .c5-ms-logo {
        max-width: 285px;
        width: 100%;
      }

      .c5-teams__txt--note {
        margin: 20px auto 40px;
      }
      .c5-point__content__imgWrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .c5-point__content__imgWrap .c5-ms-logo {
        margin-top: 36px;
        margin-bottom: 36px;
      }

      .movie__teams {
        width: 100%;
        margin: 0 auto;
        max-width: 1140px;
      }

      .movie .movie__inner ul li.movie__teams {
        width: 100%;
      }
      .c5-saya_v {
        top: 380px;
        position: relative;
      }



      @media screen and (max-width: 768px) {
        .teams__inner {
          top: 480px;
        }
        .teams__flexBlock {
          flex-direction: column;
        }
        .flexBlock__item:first-child {
          margin-bottom: 30px;
        }
        .flexBlock__item:last-child {
          margin-left: 0;
        }
        .lead__notes {
          position: relative;
          /* top: 100px; */
        }
        .movie.hoshiba_bg {
          background-size: 200px 200px;
          padding-top: 200px;
        }
        .c5-hoshiba_v {
          position: relative;
          top: 380px;
        }
        .c5-movie__top {
          position: relative;
          top: 360px;
        }
        .main.saya .movie .c5-movie__top {
          top: 640px;
        }
        .main.saya .point .point__inner.c5-saya_v__top {
          top: -240px;
        }
        .c5-saya_v {
          top: 640px;
        }
        .point__inner.c5-saya_v__top {
          padding-bottom: 520px;
        }
        .movie.c5-pt-100.show.hoshiba_bg .movie__inner .hoshiba_v .teams__inner {
          top: 320px;
        }

        .movie.c5-pt-100.show.hoshiba_bg .movie__inner .c5-movie__top {
          top: 240px;
        }

        .movie.c5-pt-100.show.hoshiba_bg .movie__inner .c5-hoshiba_v {
          top: 240px;
        }

        .flexBlock__item .teams__logo {
          margin: 0 auto;
        }

      }