@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese);

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden !important;
  color: #2e3a52;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:active,
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

sup {
  font-size: .5em;
}

@media screen and (max-width: 768px) {
  sup {
    font-size: .8em;
  }
}

@media screen and (max-width: 768px) {
  .c5-only-pc {
    display: none !important;
  }
}

.c5-only-sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .c5-only-sp {
    display: block !important;
  }
}

.c5-only-sp-lg {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  .c5-only-sp-lg {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .c5-only-sp-lg {
    display: none !important;
  }
}

.trulywireless-container {
  width: 100%;
}

.c5-c-main {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 100;
  font-style: normal;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .c5-c-telephone {
    position: relative;
  }

  .c5-c-telephone::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
}

.c5-c-hnavi {
  position: fixed;
  left: 25px;
  z-index: 55;
  top: 120px;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.c5-c-hnavi.op {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .c5-c-hnavi {
    width: 100vw;
    left: 0;
    top: auto;
    bottom: 8vw;
  }
}

.c5-c-hnavi p.hnavi_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .c5-c-hnavi p.hnavi_menu {
    display: inline-block;
    text-decoration: underline;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 4.8vw;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 300;
    margin-bottom: 12vw;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 1;
    pointer-events: all;
  }
}

@media screen and (max-width: 768px) {
  .c5-c-hnavi.menu p.hnavi_menu {
    opacity: 0;
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .c5-c-hnavi.menu ul {
    opacity: 1;
    pointer-events: all;
  }
}

@media screen and (max-width: 768px) {
  .c5-c-hnavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border: 1px solid #2e3a52;
    padding: 3.6vw 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 0;
    pointer-events: none;
  }
}

.c5-c-hnavi ul li {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .c5-c-hnavi ul li {
    -webkit-transform: none;
    transform: none;
    width: 33%;
    position: relative;
  }

  .c5-c-hnavi ul li::before {
    content: "";
    position: absolute;
    width: 2vw;
    height: 1px;
    background: #2e3a52;
    display: block;
    left: 4vw;
    top: .5em;
  }
}

.c5-c-hnavi ul li a {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  .c5-c-hnavi ul li a {
    padding-left: 7vw;
    font-size: 3.2vw;
  }
}

.c5-c-hnavi ul li.on a {
  text-decoration: underline;
}

.c5-c-hnavi ul li:first-child {
  margin-bottom: 103px;
}

@media screen and (max-width: 768px) {
  .c5-c-hnavi ul li:first-child {
    margin-bottom: 4vw;
  }
}

.c5-c-hnavi ul li:nth-child(2) {
  margin-bottom: 74px;
}

@media screen and (max-width: 768px) {
  .c5-c-hnavi ul li:nth-child(2) {
    margin-bottom: 4vw;
  }
}

.c5-c-hnavi ul li:nth-child(3) {
  margin-bottom: 82px;
}

@media screen and (max-width: 768px) {
  .c5-c-hnavi ul li:nth-child(3) {
    margin-bottom: 4vw;
  }
}

.c5-c-hnavi ul li:nth-child(4) {
  margin-bottom: 106px;
}

@media screen and (max-width: 768px) {
  .c5-c-hnavi ul li:nth-child(4) {
    margin-bottom: 4vw;
  }
}

.c5-c-hnavi ul li:nth-child(5) {
  margin-bottom: 90px;
}



.c5-c-hnavi ul li:nth-child(6) {
  margin-bottom: 66px;
}

.c5-c-hnavi ul li:nth-child(7) {
  margin-bottom: 132px;
}

.c5-c-hnavi ul li:nth-child(8) {
  display: none;
}

@media screen and (max-width: 768px) {
  .c5-c-hnavi ul li:nth-child(5) {
    margin-bottom: 4vw;
  }

  .c5-c-hnavi ul li:nth-child(6) {
    margin-bottom: 4vw;
  }

  .c5-c-hnavi ul li:nth-child(7) {
    margin-bottom: 4vw;
  }
}

@media screen and (max-width: 768px) {
  .c5-c-hnavi ul li:nth-child(8) {
    display: block;
    position: relative;
    height: 0;
  }

  .c5-c-hnavi ul li:nth-child(8)::before {
    display: none;
  }

  .c5-c-hnavi ul li:nth-child(8) span {
    display: block;
    width: 5vw;
    height: 5vw;
    position: relative;
    left: 23vw;
    top: -26vw;
  }

  .c5-c-hnavi ul li:nth-child(8) span::before {
    content: "";
    position: absolute;
    display: block;
    left: 4vw;
    width: 1px;
    height: 6vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #2e3a52;
  }

  .c5-c-hnavi ul li:nth-child(8) span::after {
    content: "";
    position: absolute;
    display: block;
    left: 4vw;
    width: 1px;
    height: 6vw;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #2e3a52;
  }
}

.c5-c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c5-c-flex__lirt__li {
  width: 40%;
}

.c5-c-flex__lirt__rt {
  width: 60%;
}

.c5-c-flex__half>div {
  width: 50%;
}

.c5-c-flex__ltri__lt {
  width: 80%;
}

.c5-c-flex__ltri__ri {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .c5-c-flex {
    display: block;
  }

  .c5-c-flex__lirt__li {
    width: 100%;
    margin-bottom: 5.7971%;
  }

  .c5-c-flex__lirt__rt {
    width: 100%;
  }

  .c5-c-flex__half>div {
    width: 100%;
    margin-bottom: 5.7971%;
  }

  .c5-c-flex__half>div:last-child {
    margin-bottom: 0;
  }

  .c5-c-flex__ltri__lt {
    width: 100%;
    margin-bottom: 5.7971%;
  }

  .c5-c-flex__ltri__ri {
    width: 100%;
  }
}

.c5-c-mainvisual {
  margin-bottom: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c5-c-mainvisual__kv {
  width: 50%;
  margin-bottom: 5%;
  opacity: 1;
}

.c5-c-mainvisual__kv p {
  font-size: 30px;
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
  border-bottom: 1px solid #2e3a52;
  width: 90%;
  padding: 148px 0 20px 80px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c5-c-mainvisual__kv span {
  font-size: 24px;
  padding: 20px 0 0 80px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c5-c-mainvisual__anchlist {
  width: 50%;
  margin-bottom: 8.33333%;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.c5-c-mainvisual__anchlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c5-c-mainvisual__anchlist ul li {
  margin: 6px;
  background-color: #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c5-c-mainvisual__anchlist ul li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c5-c-mainvisual__anchlist ul li a span {
  position: absolute;
  top: 2%;
  left: 2%;
  font-size: 12px;
  font-weight: 300;
}

.c5-c-mainvisual__anchlist ul li a span.new::after {
  position: absolute;
  content: "NEW";
  top: 0;
  left: auto;
  right: -2.5em;
  color: #f00;
}

@media screen and (max-width: 1200px) {
  .c5-c-mainvisual__anchlist ul li a span.new::after {
    top: 1.2em;
    right: auto;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .c5-c-mainvisual__anchlist ul li a span.new::after {
    top: -1.2em;
    left: 0;
    right: auto;
  }
}

.c5-c-mainvisual__anchlist ul li a span.new2::after {
  position: absolute;
  content: "NEW";
  top: 0;
  left: auto;
  right: -2.5em;
  color: #f00;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .c5-c-mainvisual__anchlist ul li a span.new2::after {
    right: auto;
    left: 104%;
  }
}

@media screen and (max-width: 768px) {
  .c5-c-mainvisual__anchlist ul li a span.new2::after {
    left: 104%;
    right: auto;
  }
}

.c5-c-mainvisual__anchlist ul li a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media screen and (max-width: 768px) {
  .c5-c-mainvisual__anchlist ul li a figure {
    -webkit-transition: none;
    transition: none;
  }
}

.c5-c-mainvisual__anchlist ul li a figure img {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: all;
  transition-property: all;
}


.c5-c-mainvisual__anchlist ul li:nth-child(1) {
  /* background-color: #fae2db; */
  background: transparent url(/headphone/special/trulywireless/images/bg_gradation01.png
) center center/120% no-repeat;
  /* background-color: #fae2db; */
  width: calc(33% - 13px);
  height: 12vw;
}

.c5-c-mainvisual__anchlist ul li:nth-child(1):hover {
  border: 1px solid #2e3a52;
}

@media screen and (min-width: 769px) {
  .c5-c-mainvisual__anchlist ul li:nth-child(1):hover span {
    top: calc(2% - 1px);
    left: calc(2% - 1px);
  }
}
.c5-c-mainvisual__anchlist ul li:nth-child(1):hover figure {
  -webkit-transform: scale(1.11);
  transform: scale(1.11);
}

@media screen and (max-width: 768px) {
  .c5-c-mainvisual__anchlist ul li:nth-child(1):hover {
    border: none;
  }

  /* .c5-c-mainvisual__anchlist ul li:nth-child(1):hover span {
    top: 2.3vw;
    left: 2.3vw;
  } */

  .c5-c-mainvisual__anchlist ul li:nth-child(1):hover figure {
    -webkit-transform: none;
    transform: none;
  }
}

.c5-c-mainvisual__anchlist ul li:nth-child(1):hover a::after {
  content: "";
  width: 14px;
  height: 14px;
  border-bottom: 1px solid #2e3a52;
  border-right: 1px solid #2e3a52;
  position: absolute;
  left: calc(50% - 7px);
  bottom: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}

.c5-c-mainvisual__anchlist ul li:nth-child(2) {
  background: transparent url(/headphone/special/trulywireless/images/bg_gradation09.png) center center/120% no-repeat;
  width: calc(33% - 13px);
  height: 12vw;
}

.c5-c-mainvisual__anchlist ul li:nth-child(2) a figure img {
  opacity: 1;
}

.c5-c-mainvisual__anchlist ul li:nth-child(2):hover {
  border: 1px solid #2e3a52;
}

@media screen and (min-width: 769px) {
  .c5-c-mainvisual__anchlist ul li:nth-child(2):hover span {
    top: calc(2% - 1px);
    left: calc(2% - 1px);
  }
}

.c5-c-mainvisual__anchlist ul li:nth-child(2):hover figure {
  -webkit-transform: scale(1.11);
  transform: scale(1.11);
}

@media screen and (max-width: 768px) {
  .c5-c-mainvisual__anchlist ul li:nth-child(2):hover {
    border: none;
  }

  /* .c5-c-mainvisual__anchlist ul li:nth-child(2):hover span {
    top: 1vw;
    left: 2vw;
  } */

  .c5-c-mainvisual__anchlist ul li:nth-child(2):hover figure {
    -webkit-transform: none;
    transform: none;
  }
}

.c5-c-mainvisual__anchlist ul li:nth-child(2):hover a::after {
  content: "";
  width: 14px;
  height: 14px;
  border-bottom: 1px solid #2e3a52;
  border-right: 1px solid #2e3a52;
  position: absolute;
  left: 50%;
  bottom: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c5-c-mainvisual__anchlist ul li:nth-child(3) {
  background: transparent url(/headphone/special/trulywireless/images/bg_gradation05.png) center center/120% no-repeat;
  width: calc(33% - 13px);
  height: 12vw;
}

.c5-c-mainvisual__anchlist ul li:nth-child(3):hover {
  border: 1px solid #2e3a52;
}

@media screen and (min-width: 769px) {
  .c5-c-mainvisual__anchlist ul li:nth-child(3):hover span {
    top: calc(2% - 1px);
    left: calc(2% - 1px);
  }
}

.c5-c-mainvisual__anchlist ul li:nth-child(3):hover figure {
  -webkit-transform: scale(1.11);
  transform: scale(1.11);
}

@media screen and (max-width: 768px) {
  .c5-c-mainvisual__anchlist ul li:nth-child(3):hover {
    border: none;
  }

  /* .c5-c-mainvisual__anchlist ul li:nth-child(3):hover span {
    top: 14vw;
    right: 8vw;
    left: auto;
  } */

  .c5-c-mainvisual__anchlist ul li:nth-child(3):hover figure {
    -webkit-transform: none;
    transform: none;
  }
}

.c5-c-mainvisual__anchlist ul li:nth-child(3):hover a::after {
  content: "";
  width: 14px;
  height: 14px;
  border-bottom: 1px solid #2e3a52;
  border-right: 1px solid #2e3a52;
  position: absolute;
  left: 50%;
  bottom: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c5-c-mainvisual__anchlist ul li:nth-child(4) {
  background: transparent url(/headphone/special/trulywireless/images/bg_gradation010.png) center center/120% no-repeat;
  width: calc(33% - 13px);
  height: 12vw;
}

.c5-c-mainvisual__anchlist ul li:nth-child(4):hover {
  border: 1px solid #2e3a52;
}

@media screen and (min-width: 769px) {
  .c5-c-mainvisual__anchlist ul li:nth-child(4):hover span {
    top: calc(2% - 1px);
    left: calc(2% - 1px);
  }
}

.c5-c-mainvisual__anchlist ul li:nth-child(4):hover figure {
  -webkit-transform: scale(1.11);
  transform: scale(1.11);
}

@media screen and (max-width: 768px) {
  .c5-c-mainvisual__anchlist ul li:nth-child(4):hover {
    border: none;
  }

  /* .c5-c-mainvisual__anchlist ul li:nth-child(4):hover span {
    right: auto;
    top: 2.3vw;
    left: 2.3vw;
  } */

  .c5-c-mainvisual__anchlist ul li:nth-child(4):hover figure {
    -webkit-transform: none;
    transform: none;
  }
}

.c5-c-mainvisual__anchlist ul li:nth-child(4):hover a::after {
  content: "";
  width: 14px;
  height: 14px;
  border-bottom: 1px solid #2e3a52;
  border-right: 1px solid #2e3a52;
  position: absolute;
  left: 50%;
  bottom: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}

.c5-c-mainvisual__anchlist ul li:nth-child(5) {
  background: transparent url(/headphone/special/trulywireless/images/bg_gradation07.png) center center/120% no-repeat;
  width: calc(33% - 13px);
  height: 12vw;
}

.c5-c-mainvisual__anchlist ul li:nth-child(5):hover {
  border: 1px solid #2e3a52;
}

@media screen and (min-width: 769px) {
  .c5-c-mainvisual__anchlist ul li:nth-child(5):hover span {
    top: calc(2% - 1px);
    left: calc(2% - 1px);
  }
}

.c5-c-mainvisual__anchlist ul li:nth-child(5):hover figure {
  -webkit-transform: scale(1.11);
  transform: scale(1.11);
}

@media screen and (max-width: 768px) {
  .c5-c-mainvisual__anchlist ul li:nth-child(5):hover {
    border: none;
  }

  /* .c5-c-mainvisual__anchlist ul li:nth-child(5):hover span {
    top: 14vw;
    right: 8vw;
    left: auto;
  } */

  .c5-c-mainvisual__anchlist ul li:nth-child(5):hover figure {
    -webkit-transform: none;
    transform: none;
  }
}

.c5-c-mainvisual__anchlist ul li:nth-child(5):hover a::after {
  content: "";
  width: 14px;
  height: 14px;
  border-bottom: 1px solid #2e3a52;
  border-right: 1px solid #2e3a52;
  position: absolute;
  left: calc(50% - 7px);
  bottom: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}

.c5-c-mainvisual__anchlist ul li:nth-child(6) {
  /* background-color: #fae2db; */
  background: transparent url(/headphone/special/trulywireless/images/bg_gradation02.png) center center/120% no-repeat;
  /* background-color: #fae2db; */
  width: calc(33% - 13px);
  height: 12vw;
}

.c5-c-mainvisual__anchlist ul li:nth-child(6):hover {
  border: 1px solid #2e3a52;
}

@media screen and (min-width: 769px) {
  .c5-c-mainvisual__anchlist ul li:nth-child(6):hover span {
    top: calc(2% - 1px);
    left: calc(2% - 1px);
  }
}
.c5-c-mainvisual__anchlist ul li:nth-child(6):hover figure {
  -webkit-transform: scale(1.11);
  transform: scale(1.11);
}

@media screen and (max-width: 768px) {
  .c5-c-mainvisual__anchlist ul li:nth-child(6):hover {
    border: none;
  }

  /* .c5-c-mainvisual__anchlist ul li:nth-child(6):hover span {
    top: 2.3vw;
    left: 2.3vw;
  } */

  .c5-c-mainvisual__anchlist ul li:nth-child(6):hover figure {
    -webkit-transform: none;
    transform: none;
  }
}

.c5-c-mainvisual__anchlist ul li:nth-child(6):hover a::after {
  content: "";
  width: 14px;
  height: 14px;
  border-bottom: 1px solid #2e3a52;
  border-right: 1px solid #2e3a52;
  position: absolute;
  left: calc(50% - 7px);
  bottom: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}


.c5-c-mainvisual__anchlist ul li:nth-child(7) {
  /* background-color: #fae2db; */
  background: transparent url(/headphone/special/trulywireless/images/bg_gradation02.png) center center/120% no-repeat;
  /* background-color: #fae2db; */
  width: calc(33% - 13px);
  height: 12vw;
}

.c5-c-mainvisual__anchlist ul li:nth-child(7):hover {
  border: 1px solid #2e3a52;
}

@media screen and (min-width: 769px) {
  .c5-c-mainvisual__anchlist ul li:nth-child(7):hover span {
    top: calc(2% - 1px);
    left: calc(2% - 1px);
  }
}

.c5-c-mainvisual__anchlist ul li:nth-child(7):hover figure {
  -webkit-transform: scale(1.11);
  transform: scale(1.11);
}

@media screen and (max-width: 768px) {
  .c5-c-mainvisual__anchlist ul li:nth-child(7):hover {
    border: none;
  }

  /* .c5-c-mainvisual__anchlist ul li:nth-child(7):hover span {
    top: 2.3vw;
    left: 2.3vw;
  } */

  .c5-c-mainvisual__anchlist ul li:nth-child(7):hover figure {
    -webkit-transform: none;
    transform: none;
  }
}

.c5-c-mainvisual__anchlist ul li:nth-child(7):hover a::after {
  content: "";
  width: 14px;
  height: 14px;
  border-bottom: 1px solid #2e3a52;
  border-right: 1px solid #2e3a52;
  position: absolute;
  left: calc(50% - 7px);
  bottom: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .c5-c-mainvisual {
    margin-bottom: 25%;
    display: block;
  }

  .c5-c-mainvisual__kv {
    margin-bottom: 8%;
    position: relative;
    height: 0;
  }

  .c5-c-mainvisual__kv p {
    font-size: 4.2vw;
    border-bottom: 1px solid #2e3a52;
    padding: 0 0 3vw 6vw;
    width: auto;
    line-height: 1.5em;
  }

  .c5-c-mainvisual__kv span {
    font-size: 3.2vw;
    padding: 0 0 0 5vw;
  }

  .c5-c-mainvisual__anchlist {
    width: 100%;
    margin-bottom: 8.33333%;
  }

  .c5-c-mainvisual__anchlist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c5-c-mainvisual__anchlist ul li {
    margin: 4vw 0 0;
    background-color: #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .c5-c-mainvisual__anchlist ul li a {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .c5-c-mainvisual__anchlist ul li a span {
    position: absolute;
    top: 14vw;
    left: auto;
    right: 11vw;
    font-size: 2.666666666666667vw;
    font-weight: 400;
    white-space: nowrap;
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(6) a span {
    position: absolute;
    top: 4.3vw;
    left: 2.3vw;
    font-size: 2.666666666666667vw;
  }

  .c5-c-mainvisual__anchlist ul li a figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c5-c-mainvisual__anchlist ul li a figure img {
    text-align: center;
    width: 100%;
  }

  .c5-c-mainvisual__anchlist ul li a::after {
    content: "";
    width: 2.1vw;
    height: 2.1vw;
    border-bottom: 2px solid #2e3a52;
    border-right: 2px solid #2e3a52;
    position: absolute;
    right: 2vw;
    left: auto;
    bottom: 2.8vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .c5-c-mainvisual__anchlist ul li:hover a::after {
    content: "";
    width: 2.1vw;
    height: 2.1vw;
    border-bottom: 2px solid #2e3a52;
    border-right: 2px solid #2e3a52;
    position: absolute;
    right: 2vw;
    left: auto;
    bottom: 2.8vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(3),
  .c5-c-mainvisual__anchlist ul li:nth-child(4) {
    width: 50%;
    height: 30.666666666666667vw;
    display: block;
    background: 0 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(3) {
    background: transparent url(/headphone/special/trulywireless/images/bg_gradation012.png) center center/120% no-repeat;
    width: 48%;
    height: 52vw;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 3;
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(4) {
    background: transparent url(/headphone/special/trulywireless/images/bg_gradation013.png) center center/120% no-repeat;
    width: 48%;
    height: 52vw;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 4;
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(3) a::after {
    right: 33vw;
    bottom: 12.8vw;
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(4) a::after {
    right: 36vw;
    bottom: 12.8vw;
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(3):hover a::after,
  .c5-c-mainvisual__anchlist ul li:nth-child(4):hover a::after {
    content: "";
    width: 2.1vw;
    height: 2.1vw;
    border-bottom: 2px solid #2e3a52;
    border-right: 2px solid #2e3a52;
    position: absolute;
    /* right: 20vw; */
    left: auto;
    bottom: 12.8vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(3) figure {
    width: 36.733333333333333vw;
    position: absolute;
    left: 13vw;
    top: 10vw;
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(4) figure {
    width: 36.733333333333333vw;
    position: absolute;
    left: 8vw;
    top: 4vw;
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(3) a span {
    top: 26vw;
    right: 29vw;
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(4) a span {
    top: 26vw;
    right: 29vw;
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(2) {
    background: transparent url(/headphone/special/trulywireless/images/bg_gradation011.png) center center/120% no-repeat;
    width: 65.333333333333333vw;
    height: 30.666666666666667vw;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 2;
  }


  .c5-c-mainvisual__anchlist ul li:nth-child(2) a span {
    top: 14vw;
    right: 11vw;
    left: auto;
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(2) a::after {
    right: 14vw;
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(2):hover a::after {
    content: "";
    width: 2.1vw;
    height: 2.1vw;
    border-bottom: 2px solid #2e3a52;
    border-right: 2px solid #2e3a52;
    position: absolute;
    right: 14vw;
    left: auto;
    bottom: 2.8vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(2) figure {
    width: 37.666666666666667vw;
    position: absolute;
    top: -5.7vw;
    left: -1.4vw;
  }



  .c5-c-mainvisual__anchlist ul li:nth-child(1) {
    background: transparent url(/headphone/special/trulywireless/images/bg_gradation01.png) center center/120% no-repeat;
    width: 30.666666666666667vw;
    height: 30.666666666666667vw;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    /* order: 6; */
    order: 1;
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(1) a span {
    top: 3vw;
    left: 2.3vw;
  }

  /* .c5-c-mainvisual__anchlist ul li:nth-child(1):hover a span {
    top: 2.3vw;
    left: 2.3;
    right: auto;
  } */

  .c5-c-mainvisual__anchlist ul li:nth-child(1) a::after {
    right: 13vw;
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(1):hover a::after {
    content: "";
    width: 2.1vw;
    height: 2.1vw;
    border-bottom: 2px solid #2e3a52;
    border-right: 2px solid #2e3a52;
    position: absolute;
    right: 13vw;
    left: auto;
    bottom: 2.8vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(1) figure {
    width: 28vw;
    position: absolute;
    left: 4vw;
    top: 7vw;
  }




  .c5-c-mainvisual__anchlist ul li:nth-child(5) {
    /* background-color: #dfeaf3; */
    background: url(/headphone/special/trulywireless/images/bg_gradation08.png) center center no-repeat;
    background-size: contain;
    width: 65.333333333333333vw;
    height: 30.666666666666667vw;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    /* order: 5; */
    order: 4;
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(5) a::after {
    right: 13vw;
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(5):hover a::after {
    content: "";
    width: 2.1vw;
    height: 2.1vw;
    border-bottom: 2px solid #2e3a52;
    border-right: 2px solid #2e3a52;
    position: absolute;
    right: 13vw;
    left: auto;
    bottom: 2.8vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(5) figure {
    width: 35vw;
    position: absolute;
    left: 1vw;
    top: -3vw;
  }



  .c5-c-mainvisual__anchlist ul li:nth-child(6) {
    /* background-color: #fae2db; */
    background-color: #deecee;
    width: 30.666666666666667vw;
    height: 30.666666666666667vw;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    /* order: 3; */
    order: 6;
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(6) a::after {
    right: 13vw;
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(6):hover a::after {
    content: "";
    width: 2.1vw;
    height: 2.1vw;
    border-bottom: 2px solid #2e3a52;
    border-right: 2px solid #2e3a52;
    position: absolute;
    right: 13vw;
    left: auto;
    bottom: 2.8vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(6) figure {
    width: 24vw;
    position: absolute;
    left: 3vw;
    top: 2vw;
  }
}




.c5-c-mainvisual.inactive .c5-c-mainvisual__kv {
  opacity: 0;
}

.c5-headphone__h2 {
  width: 100%;
  text-align: right;
  margin-bottom: 50px;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.c5-headphone__h2.inactive {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .c5-headphone__h2.inactive {
    -webkit-transform: translateX(5vw);
    transform: translateX(5vw);
  }
}

.c5-headphone__h2 span {
  text-align: right;
  padding-right: 17.142857142857143vw;
  font-size: 36px;
  padding-bottom: 0;
  border-bottom: solid 1px #2e3a52;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 100;
  font-style: normal;
  position: relative;
}

.c5-headphone__h2 span.hp_01 {
  padding-right: 24vw;
}

@media screen and (max-width: 768px) {
  .c5-headphone__h2 span {
    font-size: 5.866666666666667vw;
    padding-right: 4.142857vw;
  }

  .c5-headphone__h2 span.hp_01 {
    padding-right: 14vw;
  }
}

.c5-headphone__h2.new span::before {
  content: "";
  position: absolute;
  background: #f9f8f4 url(/headphone/special/trulywireless/images/ico_new.svg) center center no-repeat;
  width: 56px;
  height: 49px;
  left: -82px;
  top: 2px;
}


@media screen and (max-width: 768px) {
  .c5-headphone__h2.new span::before {
    width: 9vw;
    height: 8vw;
    left: -12vw;
    top: 1.2vw;
  }
}

.c5-headphone__mv {
  width: 100%;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: 1;
}

.c5-headphone__mv>div.txt_01 {
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c5-headphone__mv>div.txt_02 {
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c5-headphone__mv>div.hp_prod {
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.c5-headphone__mv.hp_01 {
  height: 67.142857142857143vw;
  padding-bottom: 10.357142857142857vw;
  background: transparent url(/headphone/special/trulywireless/images/photo-main__linkbuds_s.png) left top no-repeat;
  background-size: 82.86%;
  padding-top: 14.285714285714286vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_01 {
    height: 81.142857142857143vw;
    background: transparent url(/headphone/special/trulywireless/images/photo-main__linkbuds_s.png) left top no-repeat;
    background-size: 82.86%;
    background-size: 93.333333333333333vw;
    padding-top: 1vw;
  }
}

.c5-headphone__mv.hp_01 p.c5-1000kome {
  top: 86%;
  position: absolute;
  font-size: 12px;
  line-height: 1.4em;
  right: 18%;
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_01 p.c5-1000kome {
    right: auto;
    left: 2%;
    font-size: 2.2vw;
    bottom: 7.4%;
    padding: 0 4vw;
  }
}

.c5-headphone__mv.hp_01>div.txt_01 {
  text-align: right;
  margin: -8% 13.857143vw 0 0;
}

.c5-headphone__mv.hp_01>div.txt_01 span {
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_01>div.txt_01 {
    margin: 48vw 0 0 0;
  }

  .c5-headphone__mv.hp_01>div.txt_01 span {
    margin-left: 0.5em;
    padding-left: 0.5em;
    padding-right: 0;
    letter-spacing: -0.04em;
    text-align: left;
  }

}

.c5-headphone__mv.hp_01>div.txt_02 {
  text-align: right;
  margin: 4.5em 7.142857vw 0 0;
}

.c5-headphone__mv.hp_01>div.txt_02 span {
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_01>div.txt_02 {
    margin: 4vw 0 0 0;
  }
}

.c5-headphone__mv.hp_01>div.hp_prod {
  text-align: right;
  position: absolute;
  right: 6.3vw;
  top: 36vw;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_01>div.hp_prod {
    top: 10vw;
    right: 2vw;
    width: 38vw;
  }
}

.c5-headphone__mv.hp_01>div.hp_prod figure {
  width: 100%;
  text-align: right;
}

.c5-headphone__mv.hp_01>div.hp_prod figure img {
  text-align: right;
  display: inline;
}

.c5-headphone__mv.hp_01>div span {
  padding: .5em 1em;
  font-size: 1.88vw;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_01>div span {
    font-size: 3.466666666666667vw;
  }
}

.c5-headphone__mv.hp_02 {
  height: 57.142857142857143vw;
  margin-bottom: 10.357142857142857vw;
  background: transparent url(/headphone/special/trulywireless/images/photo-main__wf-c710n.png) left top no-repeat;
  background-size: 82.86%;
  padding-top: 14.285714285714286vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_02 {
    background-size: 82.86%;
    background-size: 93.333333333333333vw;
    padding-top: 1vw;
  }
}

.c5-headphone__mv.hp_02>div.txt_01 {
  text-align: right;
  margin: 11vw 13.857143vw 0 0;
}

.c5-headphone__mv.hp_02>div.txt_01 span {
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_02>div.txt_01 {
    margin: 42vw 0 0 0;
  }
}

.c5-headphone__mv.hp_02>div.txt_02 {
  text-align: right;
  margin: 4.5em 6.142857vw 0 0;
}

.c5-headphone__mv.hp_02>div.txt_02 span {
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_02>div.txt_02 {
    margin: 6vw 0 0 0;
  }
}

.c5-headphone__mv.hp_02>div.hp_prod {
  text-align: right;
  position: absolute;
  right: 3vw;
  top: 51vw;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_02>div.hp_prod {
    top: 61vw;
    left: 6vw;
    width: 34vw;
  }
}

.c5-headphone__mv.hp_02>div.hp_prod figure {
  width: 100%;
  text-align: right;
}

.c5-headphone__mv.hp_02>div.hp_prod figure img {
  text-align: right;
  display: inline;
}

.c5-headphone__mv.hp_02>div span {
  padding: .5em 1em;
  font-size: 1.88vw;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_02>div span {
    font-size: 3.466666666666667vw;
  }
}

.c5-headphone__mv.hp_03 {
  height: 57.142857142857143vw;
  margin-bottom: 10.357142857142857vw;
  background: transparent url(/headphone/special/trulywireless/images/photo-main__wf-sp800n.png) right top no-repeat;
  background-size: 82.86%;
  padding-top: 14.285714285714286vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_03 {
    background: transparent url(/headphone/special/trulywireless/images/photo-main__wf-sp800n_sp.png) right top no-repeat;
    background-size: 82.86%;
    background-size: 93.333333333333333vw;
    padding-top: 1vw;
  }
}

.c5-headphone__mv.hp_03>div.txt_01 {
  text-align: left;
  margin: 6vw 0 0 5vw;
}

.c5-headphone__mv.hp_03>div.txt_01 span {
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_03>div.txt_01 {
    margin: 8vw 0 0 0;
  }
}

.c5-headphone__mv.hp_03>div.txt_02 {
  text-align: left;
  margin: 4.5em 0 0 23.142857vw;
}

.c5-headphone__mv.hp_03>div.txt_02 span {
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_03>div.txt_02 {
    margin: 6vw 0 0 0;
  }
}

.c5-headphone__mv.hp_03>div.hp_prod {
  text-align: right;
  position: absolute;
  left: 7vw;
  top: 49vw;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_03>div.hp_prod {
    top: 47vw;
    right: 2vw;
    width: 32vw;
    left: auto;
  }
}

.c5-headphone__mv.hp_03>div.hp_prod figure {
  width: 100%;
  text-align: right;
}

.c5-headphone__mv.hp_03>div.hp_prod figure img {
  text-align: right;
  display: inline;
}

.c5-headphone__mv.hp_03>div span {
  padding: .5em 1em;
  font-size: 1.88vw;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_03>div span {
    font-size: 3.466666666666667vw;
  }
}

.c5-headphone__mv.hp_04 {
  height: 57.142857142857143vw;
  margin-bottom: 10.357142857142857vw;
  background: transparent url(/headphone/special/trulywireless/images/photo-main__wf-h800.png) right top no-repeat;
  background-size: 82.86%;
  padding-top: 14.285714285714286vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_04 {
    background: transparent url(/headphone/special/trulywireless/images/photo-main__wf-h800_sp.png) right top no-repeat;
    background-size: 82.86%;
    background-size: 93.333333333333333vw;
    padding-top: 1vw;
  }
}

.c5-headphone__mv.hp_04>div.txt_01 {
  text-align: left;
  margin: 22vw 0 0 7.857143vw;
}

.c5-headphone__mv.hp_04>div.txt_01 span {
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_04>div.txt_01 {
    margin: 44vw 0 0 0;
  }
}

.c5-headphone__mv.hp_04>div.txt_02 {
  text-align: left;
  margin: 4.5em 0 0 13.142857vw;
}

.c5-headphone__mv.hp_04>div.txt_02 span {
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_04>div.txt_02 {
    margin: 6vw 0 0 0;
  }
}

.c5-headphone__mv.hp_04>div.hp_prod {
  text-align: right;
  position: absolute;
  left: 9vw;
  top: 50vw;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_04>div.hp_prod {
    top: 31vw;
    left: 2vw;
    width: 31vw;
  }
}

.c5-headphone__mv.hp_04>div.hp_prod figure {
  width: 100%;
  text-align: right;
}

.c5-headphone__mv.hp_04>div.hp_prod figure img {
  text-align: right;
  display: inline;
}

.c5-headphone__mv.hp_04>div span {
  padding: .5em 1em;
  font-size: 1.88vw;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_04>div span {
    font-size: 3.466666666666667vw;
  }
}

.c5-headphone__mv.hp_05 {
  height: 57.142857142857143vw;
  margin-bottom: 10.357142857142857vw;
  background: transparent url(/headphone/special/trulywireless/images/photo-main__wf-sp900.png) left top no-repeat;
  background-size: 82.86%;
  padding-top: 11.285714285714286vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_05 {
    background: transparent url(/headphone/special/trulywireless/images/photo-main__wf-sp900_sp.png) left top no-repeat;
    background-size: 82.86%;
    background-size: 93.333333333333333vw;
    padding-top: 1vw;
  }
}

.c5-headphone__mv.hp_05>div.txt_01 {
  text-align: right;
  margin: 0 18.857143vw 0 0;
}

.c5-headphone__mv.hp_05>div.txt_01 span {
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_05>div.txt_01 {
    margin: 38vw 0 0 0;
  }
}

.c5-headphone__mv.hp_05>div.txt_02 {
  text-align: right;
  margin: 4.5em 4.142857142857143vw 0 0;
}

.c5-headphone__mv.hp_05>div.txt_02 span {
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_05>div.txt_02 {
    margin: 6vw 0 0 0;
  }
}

.c5-headphone__mv.hp_05>div.hp_prod {
  text-align: right;
  position: absolute;
  left: 6vw;
  top: 48vw;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_05>div.hp_prod {
    top: 8vw;
    right: 1vw;
    width: 27vw;
    left: auto;
  }
}

.c5-headphone__mv.hp_05>div.hp_prod figure {
  width: 100%;
  text-align: right;
}

.c5-headphone__mv.hp_05>div.hp_prod figure img {
  text-align: right;
  display: inline;
}

.c5-headphone__mv.hp_05>div span {
  padding: .5em 1em;
  font-size: 1.88vw;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_05>div span {
    font-size: 3.466666666666667vw;
  }
}

.c5-headphone__mv.hp_06 {
  height: 67.142857142857143vw;
  padding-bottom: 10.357142857142857vw;
  background: transparent url(/headphone/special/trulywireless/images/photo-main__wf-1000xm5.png) right top no-repeat;
  background-size: 82.86%;
  padding-top: 14.285714285714286vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_06 {
    height: 83.142857142857143vw;
    background: transparent url(/headphone/special/trulywireless/images/photo-main__wf-1000xm5_sp.png) right top no-repeat;
    background-size: 82.86%;
    background-size: 93.333333333333333vw;
    padding-top: 1vw;
  }
}

.c5-headphone__mv.hp_06 p.c5-1000kome {
  top: 85.7%;
  position: absolute;
  font-size: 12px;
  line-height: 1.4em;
  left: 39%;
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_06 p.c5-1000kome {
    top: auto;
    right: auto;
    left: 2%;
    font-size: 2.2vw;
    bottom: .4%;
    padding: 0 4vw;
  }
}

.c5-headphone__mv.hp_06>div.txt_01 {
  text-align: left;
  margin: 7vw 0 0 6vw;
}

.c5-headphone__mv.hp_06>div.txt_01 span {
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

.c5-headphone__mv.hp_06>div.txt_01 span>sup {
  font-size: .6em;
  vertical-align: top;
  padding: 0 .4em;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_06>div.txt_01 {
    margin: 38vw 0 0 0;
  }
}

.c5-headphone__mv.hp_06>div.txt_02 {
  text-align: left;
  margin: 3.5vw 0 0 6vw;
}

.c5-headphone__mv.hp_06>div.txt_02 span {
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

.c5-headphone__mv.hp_06>div.txt_02 span>sup {
  font-size: .6em;
  vertical-align: top;
  padding: 0 .4em;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_06>div.txt_02 {
    margin: 6vw 0 0 0;
  }
}

.c5-headphone__mv.hp_06>div.hp_prod {
  text-align: right;
  position: absolute;
  left: 9vw;
  top: 49vw;
  width: 28vw;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_06>div.hp_prod {
    top: 9vw;
    left: 3vw;
    width: 34vw;
  }
}

.c5-headphone__mv.hp_06>div.hp_prod figure {
  width: 100%;
  text-align: right;
}

.c5-headphone__mv.hp_06>div.hp_prod figure img {
  text-align: right;
  display: inline;
}

.c5-headphone__mv.hp_06>div span {
  padding: .5em 1em;
  font-size: 1.88vw;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_06>div span {
    font-size: 3.466666666666667vw;
  }
}

.c5-headphone__mv.hp_07 {
  /* height: 57.142857142857143vw; */
  height: 65.142857vw;
  margin-bottom: 5.357142857142857vw;
  background: transparent url(/headphone/special/trulywireless/images/photo-main__wf-c510.png) right top no-repeat;
  background-size: 82.86%;
  padding-top: 14.285714285714286vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_07 {
    background: transparent url(/headphone/special/trulywireless/images/photo-main__wf-c510_sp.png) right top no-repeat;
    background-size: 82.86%;
    background-size: 93.333333333333333vw;
    padding-top: 1vw;
  }
}

.c5-headphone__mv.hp_07>div.txt_01 {
  text-align: left;
  margin: 6vw 0 0 5vw;
}

.c5-headphone__mv.hp_07>div.txt_01 span {
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_07>div.txt_01 {
    margin: 40vw 0 0 0;
  }
}

.c5-headphone__mv.hp_07>div.txt_02 {
  text-align: left;
  margin: 4.5em 0 0 23.142857vw;
}

.c5-headphone__mv.hp_07>div.txt_02 span {
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_07>div.txt_02 {
    margin: 8vw 0 0 0;
  }
}

.c5-headphone__mv.hp_07>div.hp_prod {
  text-align: right;
  position: absolute;
  left: 7vw;
  top: 49vw;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_07>div.hp_prod {
    top: 7vw;
    width: 32vw;
    left: 2vw;
  }
}

.c5-headphone__mv.hp_07>div.hp_prod figure {
  width: 100%;
  text-align: right;
}

.c5-headphone__mv.hp_07>div.hp_prod figure img {
  text-align: right;
  display: inline;
}

.c5-headphone__mv.hp_07>div span {
  padding: .5em 1em;
  font-size: 1.88vw;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_07>div span {
    font-size: 3.466666666666667vw;
  }
}

.c5-headphone__mv.hp_08 {
  height: 57.142857142857143vw;
  margin-bottom: 10.357142857142857vw;
  background: transparent url(/headphone/special/trulywireless/images/photo-main__LB-open_pc.png) left top no-repeat;
  background-size: 82.86%;
  padding-top: 14.285714285714286vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_08 {
    background: transparent url(/headphone/special/trulywireless/images/photo-main__LB-open_sp.png) left center no-repeat;
    background-size: 82.86%;
    background-size: 93.333333333333333vw;
    padding-top: 1vw;
  }
}

.c5-headphone__mv.hp_08 p.c5-1000kome {
  top: 101%;
  position: absolute;
  font-size: 12px;
  line-height: 1.4em;
  right: 4%;
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_08 p.c5-1000kome {
    top: auto;
    right: auto;
    left: 2%;
    font-size: 2.2vw;
    bottom: -15.6%;
    padding: 0 4vw;
  }
}

.c5-headphone__mv.hp_08>div.txt_01 {
  text-align: left;
  margin: 12vw 0 0 58vw;
}

.c5-headphone__mv.hp_08>div.txt_01 span {
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_08>div.txt_01 {
    margin: 40vw 0 0 38vw;
  }
}

.c5-headphone__mv.hp_08>div.txt_02 {
  text-align: left;
  margin: 3em 0 0 64vw;
}

.c5-headphone__mv.hp_08>div.txt_02 span {
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_08>div.txt_02 {
    margin: 2.2em 0 0 48vw;
    white-space: nowrap;
  }
}

.c5-headphone__mv.hp_08>div.hp_prod {
  text-align: right;
  position: absolute;
  width: 32vw;
  left: 65vw;
  top: 48vw;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_08>div.hp_prod {
    width: 32vw;
    left: 65vw;
    top: 68vw;
  }
}

.c5-headphone__mv.hp_08>div.hp_prod figure {
  width: 100%;
  text-align: right;
}

.c5-headphone__mv.hp_08>div.hp_prod figure img {
  text-align: right;
  display: inline;
}

.c5-headphone__mv.hp_08>div span {
  padding: .5em 1em;
  font-size: 1.88vw;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_08>div span {
    font-size: 3.466666666666667vw;
  }
}


.c5-headphone__mv.inactive {
  opacity: 0;
}

.c5-headphone__mv.inactive>div {
  opacity: 0;
}

.c5-headphone__mv.inactive>div.txt_01 {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.inactive>div.txt_01 {
    -webkit-transform: translateX(5vw);
    transform: translateX(5vw);
  }
}

.c5-headphone__mv.inactive>div.txt_02 {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.inactive>div.txt_02 {
    -webkit-transform: translateX(5vw);
    transform: translateX(5vw);
  }
}

.c5-headphone__mv.inactive>div.hp_prod {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.inactive>div.hp_prod {
    -webkit-transform: translateY(-5vw);
    transform: translateY(-5vw);
  }
}

.c5-headphone__sv {
  width: 100%;
}

.c5-headphone__sv.hp_01 {
  height: 51.785714285714286vw;
  position: relative;
}

.c5-headphone__sv.hp_01>div {
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c5-headphone__sv.hp_01>div.img_01 {
  top: 0;
  left: 8vw;
  width: 56.03vw;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.c5-headphone__sv.hp_01>div.img_02 {
  top: 25.571428571428571vw;
  right: 3.285714285714286vw;
  width: 29.571428571428571vw;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.c5-headphone__sv.hp_02 {
  height: 46.785714vw;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.hp_02 {
    height: 60.785714vw;
  }
}


.c5-headphone__sv.hp_02>div {
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c5-headphone__sv.hp_02>div.img_01 {
  top: 0;
  right: 4.285714285714286vw;
  width: 45.571429vw;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.hp_02>div.img_01 {
    top: 9vw;
    right: 0;
    width: 58.66666667vw;
  }
}

.c5-headphone__sv.hp_02>div.img_02 {
  top: 23.571429vw;
  left: 19.642857vw;
  width: 26.285714vw;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.hp_02>div.img_02 {
    top: 37.4vw;
    left: 4.53333vw;
    width: 27.285714vw;
  }
}




.c5-headphone__sv.hp_03 {
  height: 51.785714vw;
  position: relative;
}

.c5-headphone__sv.hp_03>div {
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c5-headphone__sv.hp_03>div.img_01 {
  top: 0;
  right: 13.285714vw;
  width: 45.142857142857143vw;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.hp_03>div.img_01 {
    right: auto;
    left: 0;
    width: 65vw;
  }
}

.c5-headphone__sv.hp_03>div.img_02 {
  top: 25.571429vw;
  left: 15.642857vw;
  width: 21.428571428571429vw;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.hp_03>div.img_02 {
    left: auto;
    right: 2vw;
    width: 24vw;
    top: 33.571429vw;
  }
}

.c5-headphone__sv.hp_06 {
  height: 41.785714vw;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.hp_06 {
    height: 92.785714285714286vw;
  }
}

.c5-headphone__sv.hp_06>div {
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c5-headphone__sv.hp_06>div.img_01 {
  top: 0;
  left: 41.642857vw;
  width: 45.285714vw;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.hp_06>div.img_01 {
    top: 6vw;
    left: auto;
    right: 0;
    width: 61.285714vw;
  }
}

.c5-headphone__sv.hp_06>div.img_02 {
  top: 25.571429vw;
  right: 61.285714vw;
  width: 25.571429vw;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.hp_06>div.img_02 {
    top: 52.571429vw;
    right: auto;
    left: 7.285714vw;
    width: 43.571429vw;
  }
}

.c5-headphone__sv.hp_07 {
  height: 51.785714vw;
  position: relative;
}

.c5-headphone__sv.hp_07>div {
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c5-headphone__sv.hp_07>div.img_01 {
  top: 0;
  width: 40.142857vw;
  -webkit-transform: translateX(0);
  transform: translateY(0);
  opacity: 1;
  left: 6vw;
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.hp_07>div.img_01 {
    left: 0;
    width: 54vw;
  }
}

.c5-headphone__sv.hp_07>div.img_02 {
  top: 13.571429vw;
  width: 27.428571vw;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  right: 20vw;
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.hp_07>div.img_02 {
    right: 9vw;
    width: 32vw;
    top: 22.571429vw;
  }
}

.c5-headphone__sv.hp_08 {
  height: 56.785714vw;
  position: relative;
}

.c5-headphone__sv.hp_08>div {
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c5-headphone__sv.hp_08>div.img_01 {
  top: 22vw;
  width: 50.142857vw;
  -webkit-transform: translateX(0);
  transform: translateY(0);
  opacity: 1;
  left: 50vw;
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.hp_08>div.img_01 {
    left: 40vw;
    width: 60vw;
    top: 40vw;
  }
}

.c5-headphone__sv.hp_08>div.img_02 {
  top: 0vw;
  width: 33.428571vw;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  left: 11vw;
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.hp_08>div.img_02 {
    left: 7vw;
    width: 44vw;
    top: 7vw;
  }
}

.c5-headphone__sv.inactive.hp_01>div.img_01 {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.inactive.hp_01>div.img_01 {
    -webkit-transform: translateY(-6vw);
    transform: translateY(-6vw);
  }
}

.c5-headphone__sv.inactive.hp_01>div.img_02 {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.inactive.hp_01>div.img_02 {
    -webkit-transform: translateY(6vw);
    transform: translateY(6vw);
  }
}

.c5-headphone__sv.inactive.hp_02>div.img_01 {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.inactive.hp_02>div.img_01 {
    -webkit-transform: translateY(-6vw);
    transform: translateY(-6vw);
  }
}

.c5-headphone__sv.inactive.hp_02>div.img_02 {
  opacity: 0;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.inactive.hp_02>div.img_02 {
    -webkit-transform: translateX(-6vw);
    transform: translateX(-6vw);
  }
}

.c5-headphone__sv.inactive.hp_03>div.img_01 {
  opacity: 0;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.inactive.hp_03>div.img_01 {
    -webkit-transform: translateX(6vw);
    transform: translateX(6vw);
  }
}

.c5-headphone__sv.inactive.hp_03>div.img_02 {
  opacity: 0;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.inactive.hp_03>div.img_02 {
    -webkit-transform: translateX(-6vw);
    transform: translateX(-6vw);
  }
}

.c5-headphone__sv.inactive.hp_06>div.img_01 {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.inactive.hp_06>div.img_01 {
    -webkit-transform: translateY(-6vw);
    transform: translateY(-6vw);
  }
}

.c5-headphone__sv.inactive.hp_06>div.img_02 {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.inactive.hp_06>div.img_02 {
    -webkit-transform: translateY(6vw);
    transform: translateY(6vw);
  }
}

.c5-headphone__sv.inactive.hp_07>div.img_01 {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.inactive.hp_07>div.img_01 {
    -webkit-transform: translateY(6vw);
    transform: translateY(6vw);
  }
}

.c5-headphone__sv.inactive.hp_07>div.img_02 {
  opacity: 0;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.inactive.hp_07>div.img_02 {
    -webkit-transform: translateX(6vw);
    transform: translateX(6vw);
  }
}

.c5-headphone__sv.inactive.hp_08>div.img_01 {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.inactive.hp_08>div.img_01 {
    -webkit-transform: translateY(6vw);
    transform: translateY(6vw);
  }
}

.c5-headphone__sv.inactive.hp_08>div.img_02 {
  opacity: 0;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.inactive.hp_08>div.img_02 {
    -webkit-transform: translateX(6vw);
    transform: translateX(6vw);
  }
}


.c5-headphone__lnkbox {
  width: 95.714285714285714vw;
  margin-bottom: 10.428571428571429vw;
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .c5-headphone__lnkbox {
    width: 100%;
    height: auto;
    padding-bottom: 10vw;
    margin-bottom: 28vw;
  }
}

.c5-headphone__lnkbox .lbox_in {
  width: 79.714285714285714vw;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .c5-headphone__lnkbox .lbox_in {
    width: 87.733333333333333vw;
  }
}

.c5-headphone__lnkbox .lbox_in .lbox_in_l {
  width: 390px;
  text-align: center;
}

@media screen and (max-width: 1260px) {
  .c5-headphone__lnkbox .lbox_in .lbox_in_l {
    width: 30.952380952380952vw;
  }
}

@media screen and (max-width: 768px) {
  .c5-headphone__lnkbox .lbox_in .lbox_in_l {
    width: 42.933333333333333vw;
  }
}

.c5-headphone__lnkbox .lbox_in .lbox_in_r {
  width: 510px;
}

@media screen and (max-width: 1260px) {
  .c5-headphone__lnkbox .lbox_in .lbox_in_r {
    width: 40.476190476190476vw;
  }
}

@media screen and (max-width: 768px) {
  .c5-headphone__lnkbox .lbox_in .lbox_in_r {
    width: 38vw;
  }
}

.c5-headphone__lnkbox .link_ul_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .c5-headphone__lnkbox .link_ul_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 87.733333333333333vw;
    margin: 7vw auto 0;
  }

  .c5-headphone__lnkbox .link_ul_sp li {
    width: 49%;
    text-align: center;
    display: block;
  }

  .c5-headphone__lnkbox .link_ul_sp li a {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid #b3b3bc;
    display: block;
    font-size: 3.2vw;
  }
}

.c5-headphone__lnkbox h3 {
  text-align: center;
  border-bottom: 1px solid #2e3a52;
  padding-bottom: 17px;
  padding-top: 220px;
  font-size: 27px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 100;
  font-style: normal;
}

@media screen and (max-width: 1260px) {
  .c5-headphone__lnkbox h3 {
    padding-top: 17.46031746031746vw;
  }
}

@media screen and (max-width: 768px) {
  .c5-headphone__lnkbox h3 {
    padding-top: 14.666666666666667vw;
    font-size: 5.6vw;
  }
}

.c5-headphone__lnkbox ul.ico_ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 318px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .c5-headphone__lnkbox ul.ico_ul {
    width: 100%;
  }
}

.c5-headphone__lnkbox ul.ico_ul li {
  font-size: 12px;
  text-align: center;
  padding-top: 45px;
  width: 33%;
  line-height: 1.3em;
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .c5-headphone__lnkbox ul.ico_ul li {
    font-size: 1.6vw;
    letter-spacing: -0.04em;
  }
}

.c5-headphone__lnkbox ul.ico_ul li.ico_01 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact01.svg) center top no-repeat;
  background-size: 16px;
}

.c5-headphone__lnkbox ul.ico_ul li.ico_02 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact02.svg) center top no-repeat;
  background-size: 27px;
  width: 18%;
}

.c5-headphone__lnkbox ul.ico_ul li.ico_03 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact03.svg) center top no-repeat;
  background-size: 32px;
  width: 30%;
}

.c5-headphone__lnkbox ul.ico_ul li.ico_04 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact04.svg) center top no-repeat;
  background-size: 27px;
  width: 18%;
}

.c5-headphone__lnkbox ul.ico_ul li.ico_05 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact05.svg) center top no-repeat;
  background-size: 25px;
  width: 18%;
}

.c5-headphone__lnkbox ul.ico_ul li.ico_06 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact06.svg) center top no-repeat;
  background-size: 32px;
  width: 18%;
}

.c5-headphone__lnkbox ul.ico_ul li.ico_07 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact07.svg) center 9px no-repeat;
  background-size: 32px;
}

.c5-headphone__lnkbox ul.ico_ul li.ico_08 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact08.svg) center 9px no-repeat;
  background-size: 32px;
  width: 28%;
}

.c5-headphone__lnkbox ul.ico_ul li.ico_09 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact09.svg) center top no-repeat;
  background-size: 36px;
  width: 38%;
}

.c5-headphone__lnkbox ul.ico_ul li.ico_10 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact10.svg) center top no-repeat;
  background-size: 18px;
  width: 22%;
}

.c5-headphone__lnkbox ul.ico_ul li.ico_11 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact11.svg) center 14px no-repeat;
  background-size: 56px;
  width: 24%;
}

@media screen and (max-width: 768px) {
  .c5-headphone__lnkbox ul.ico_ul li.ico_11 {
    background-size: 42px;
    width: 32%;
  }
}

.c5-headphone__lnkbox ul.ico_ul li.ico_12 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact12.svg) center 14px no-repeat;
  background-size: 38px;
  width: 24%;
}


.c5-headphone__lnkbox ul.prod_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 470px;
  padding-top: 98px;
}

@media screen and (max-width: 1260px) {
  .c5-headphone__lnkbox ul.prod_ul {
    width: 37.301587301587302vw;
    padding-top: 7.777777777777778vw;
  }
}

@media screen and (max-width: 768px) {
  .c5-headphone__lnkbox ul.prod_ul {
    width: 100%;
    padding-top: 14.933333333333333vw;
  }
}

.c5-headphone__lnkbox ul.prod_ul li {
  position: relative;
  padding-bottom: 60px;
  opacity: 1;
}

.c5-headphone__lnkbox.hp_01 ul.prod_ul li {
  padding-bottom: 0;
}

@media screen and (max-width: 1260px) {
  .c5-headphone__lnkbox ul.prod_ul li {
    padding-bottom: 4.761904761904762vw;
  }
}

.c5-headphone__lnkbox ul.prod_ul li:first-child {
  margin-top: 60px;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 1260px) {
  .c5-headphone__lnkbox ul.prod_ul li:first-child {
    width: 18.396825396825397vw;
    margin-top: 7vw;
  }

  .c5-headphone__lnkbox.hp_01 ul.prod_ul li:first-child {
    width: 38.396825396825397vw;
  }
}

.c5-headphone__lnkbox ul.prod_ul li:first-child::after {
  position: absolute;
  left: 18px;
  bottom: 30px;
  content: "";
  width: 168px;
  height: 52px;
  background: transparent url(/headphone/special/trulywireless/images/img_shadow_l.png) center bottom no-repeat;
  background-size: 168px;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .c5-headphone__lnkbox ul.prod_ul li:first-child::after {
    position: absolute;
    left: 0;
    bottom: 30px;
    content: "";
    width: 168px;
    height: 52px;
    background: transparent url(/headphone/special/trulywireless/images/img_shadow_l.png) center bottom no-repeat;
    background-size: 168px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
  }
}

.c5-headphone__lnkbox.hp_01 ul.prod_ul li:first-child::after {
  background: none;
}

@media screen and (min-width: 769px) {
  .c5-headphone__lnkbox ul.prod_ul li:first-child::after {
    bottom: -1.126984vw;
    width: 100%;
    background-size: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c5-headphone__lnkbox ul.prod_ul li:first-child::after {
    bottom: 7.873016vw;
    width: 100%;
    background-size: 100%;
  }
}

@media screen and (max-width: 1260px) {
  .c5-headphone__lnkbox ul.prod_ul li:nth-child(2) {
    width: 15.936507936507937vw;
    margin-top: 6.19047619047619vw;
  }
}

.c5-headphone__lnkbox ul.prod_ul li:nth-child(2)::after {
  position: absolute;
  left: -8px;
  bottom: 61px;
  content: "";
  width: 189px;
  height: 40px;
  background: transparent url(/headphone/special/trulywireless/images/img_shadow_r.png) center bottom no-repeat;
  background-size: 189px;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

@media screen and (max-width: 1260px) {
  .c5-headphone__lnkbox ul.prod_ul li:nth-child(2)::after {
    width: 100%;
    background-size: 100%;
  }
}

.c5-headphone__lnkbox.hp_07 ul.prod_ul li:first-child {
  margin-top: 36px;
}

@media screen and (max-width: 1260px) {
  .c5-headphone__lnkbox.hp_07 ul.prod_ul li:first-child {
    width: 16vw;
    margin-top: 6.19047619047619vw;
  }
}

.c5-headphone__lnkbox.hp_07 ul.prod_ul li:first-child::after {
  bottom: 0;
}

@media screen and (max-width: 1260px) {
  .c5-headphone__lnkbox.hp_07 ul.prod_ul li:first-child::after {
    bottom: -1.126984vw;
  }
}

@media screen and (max-width: 1260px) {
  .c5-headphone__lnkbox.hp_07 ul.prod_ul li:nth-child(2) {
    width: 16vw;
    margin-top: 5vw;
  }
}

.c5-headphone__lnkbox.hp_07 ul.prod_ul li:nth-child(2)::after {
  bottom: 36px;
}

@media screen and (max-width: 1260px) {
  .c5-headphone__lnkbox.hp_07 ul.prod_ul li:nth-child(2)::after {
    bottom: 3vw;
  }
}

.c5-headphone__lnkbox.hp_08 ul.prod_ul li:first-child {
  margin-top: 0;
  width: 151px;
  padding-bottom: 0;
  height: 282px;
}

@media screen and (max-width: 1260px) {
  .c5-headphone__lnkbox.hp_08 ul.prod_ul li:first-child {
    width: 12vw;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .c5-headphone__lnkbox.hp_08 ul.prod_ul li:first-child {
    height: auto;
  }
}

.c5-headphone__lnkbox.hp_08 ul.prod_ul li:first-child::after {
  bottom: 12vw;
}

@media screen and (min-width: 769px) {
  .c5-headphone__lnkbox.hp_08 ul.prod_ul li:first-child::after {
    bottom: -4vw;
  }
}

.c5-headphone__lnkbox ul.prod_ul li:nth-child(2) {
  margin-top: 0px;
  padding-bottom: 88px;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 1260px) {
  .c5-headphone__lnkbox.hp_08 ul.prod_ul li:nth-child(2) {
    width: 19vw;
    margin-top: 5vw;
  }
}

.c5-headphone__lnkbox.hp_08 ul.prod_ul li:nth-child(2)::after {
  bottom: 36px;
}

@media screen and (max-width: 1260px) {
  .c5-headphone__lnkbox.hp_08 ul.prod_ul li:nth-child(2)::after {
    bottom: 0;
  }
}


.c5-headphone__lnkbox ul.link_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 478px;
  padding-top: 35px;
}

@media screen and (max-width: 1260px) {
  .c5-headphone__lnkbox ul.link_ul {
    width: 37.936507936507937vw;
    padding-top: 2.777777777777778vw;
  }
}

@media screen and (max-width: 768px) {
  .c5-headphone__lnkbox ul.link_ul {
    display: none;
  }
}

.c5-headphone__lnkbox ul.link_ul li {
  display: block;
  width: 230px;
}

@media screen and (max-width: 1260px) {
  .c5-headphone__lnkbox ul.link_ul li {
    width: 18.253968253968254vw;
  }
}

.c5-headphone__lnkbox ul.link_ul li a {
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #b3b3bc;
  display: block;
  -webkit-transition: all .1s;
  transition: all .1s;
  background-color: rgba(255, 255, 255, 0);
  opacity: 1;
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

.c5-headphone__lnkbox ul.link_ul li a:hover {
  background-color: #fff;
  border: 1px solid transparent;
  opacity: .7;
}

.c5-headphone__lnkbox.hp_01 {
  height: 42.857142857142857vw;
  height: auto;
  padding-bottom: 50px;
  background: #f1feba url(/headphone/special/trulywireless/images/bg_hp_01_s.png) left top repeat-y;
  margin-left: 4.285714285714286vw;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .c5-headphone__lnkbox.hp_01 {
    margin-left: 0;
    height: auto;
  }
}

.c5-headphone__lnkbox.hp_02 {
  height: 42.857142857142857vw;
  height: auto;
  padding-bottom: 50px;
  background: linear-gradient(142deg, #ebf7ff 0%,#c0e7ff 50%,#dae8ed 100%);
  margin-left: 4.285714285714286vw;
}

@media screen and (max-width: 768px) {
  .c5-headphone__lnkbox.hp_02 {
    margin-left: 0;
    height: auto;
  }
}

.c5-headphone__lnkbox.hp_03 {
  height: 42.857142857142857vw;
  height: auto;
  padding-bottom: 50px;
  background: #fae1d9 url(/headphone/special/trulywireless/images/bg_hp_03.png) left top repeat-y;
  margin-right: 4.285714285714286vw;
}

@media screen and (max-width: 768px) {
  .c5-headphone__lnkbox.hp_03 {
    margin-left: 0;
    height: auto;
  }
}

.c5-headphone__lnkbox.hp_04 {
  height: 42.857142857142857vw;
  height: auto;
  padding-bottom: 50px;
  background: #dce8ed url(/headphone/special/trulywireless/images/bg_hp_04.png) left top repeat-x;
  margin-right: 4.285714285714286vw;
}

@media screen and (max-width: 768px) {
  .c5-headphone__lnkbox.hp_04 {
    margin-left: 0;
    height: auto;
  }
}

.c5-headphone__lnkbox.hp_05 {
  height: 42.857142857142857vw;
  height: auto;
  padding-bottom: 50px;
  background: #fdf9d2 url(/headphone/special/trulywireless/images/bg_hp_05.png) left top repeat-y;
  margin-left: 4.285714285714286vw;
}

@media screen and (max-width: 768px) {
  .c5-headphone__lnkbox.hp_05 {
    margin-left: 0;
    height: auto;
  }
}

.c5-headphone__lnkbox.hp_06 {
  height: 42.857142857142857vw;
  height: auto;
  padding-bottom: 50px;
  background: transparent url(/headphone/special/trulywireless/images/bg_hp_06.png) left top/136% no-repeat;
  margin-left: 4.285714285714286vw;
}

@media screen and (max-width: 768px) {
  .c5-headphone__lnkbox.hp_06 {
    background: transparent url(/headphone/special/trulywireless/images/bg_hp_06.png) left top/220% no-repeat;
    margin-left: 0;
    height: auto;
  }
}

.c5-headphone__lnkbox.hp_07 {
  height: 42.857142857142857vw;
  height: auto;
  padding-bottom: 50px;
  background: transparent url(/headphone/special/trulywireless/images/bg_hp_010.png) left top/136% no-repeat;
  margin-left: 4.285714285714286vw;
}

@media screen and (max-width: 768px) {
  .c5-headphone__lnkbox.hp_07 {
    background: transparent url(/headphone/special/trulywireless/images/bg_hp_010.png) left top/200% no-repeat;
    margin-left: 0;
    height: auto;
  }
}


.c5-headphone__lnkbox.hp_08 {
  height: 42.857142857142857vw;
  height: auto;
  padding-bottom: 50px;
  background: transparent url(/headphone/special/trulywireless/images/bg_hp_08.png) left top/136% no-repeat;
  margin-left: 4.285714285714286vw;
}

@media screen and (max-width: 768px) {
  .c5-headphone__lnkbox.hp_08 {
    background: transparent url(/headphone/special/trulywireless/images/bg_hp_08.png) left top/200% no-repeat;
    margin-left: 0;
    height: auto;
  }
}

.c5-headphone__lnkbox.inactive {
  opacity: 0;
}

.c5-headphone__lnkbox.inactive ul.prod_ul li {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

@media screen and (max-width: 768px) {
  .c5-headphone__lnkbox.inactive ul.prod_ul li {
    -webkit-transform: translateY(-5vw);
    transform: translateY(-5vw);
  }
}

.c5-headphone__lnkbox.inactive ul.prod_ul li::after {
  opacity: 0;
}

.c5-products__h2 {
  width: 100%;
  text-align: left;
  margin-bottom: 50px;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.c5-products__h2.inactive {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .c5-products__h2.inactive {
    -webkit-transform: translateX(-5vw);
    transform: translateX(-5vw);
  }
}

.c5-products__h2 span {
  padding-left: 17.142857142857143vw;
  font-size: 36px;
  padding-bottom: 0;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 100;
  font-style: normal;
  border-bottom: solid 1px #2e3a52;
}

@media screen and (max-width: 768px) {
  .c5-products__h2 span {
    padding-bottom: 2vw;
    font-size: 5.866666666666667vw;
    padding-right: 4.142857vw;
  }
}

.c5-products__list {
  width: 100%;
  background-color: #f9f8f4;
  padding-top: 56px;
  padding-bottom: 56px;
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: 1;
}

.c5-products__list.inactive {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .c5-products__list {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}

.c5-products__list_ul {
  width: 91.428571428571429%;
  margin-left: auto;
  margin-right: auto;
  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) {
  .c5-products__list_ul {
    width: 86.666666666666667vw;
  }
}

.c5-products__list_ul>li {
  width: 31.25%;
  position: relative;
  margin: 15px 0;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li {
    width: 100%;
  }
}

.c5-products__list_ul>li ul.color_list {
  position: absolute;
  right: 0;
  top: 0;
}

.c5-products__list_ul>li ul.color_list.cl01 {
  top: -24px;
}

.c5-products__list_ul>li ul.color_list.cl08 {
  top: -24px;
}

.c5-products__list_ul>li ul.color_list li {
  display: block;
  width: 24px;
  height: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl01_wh {
  background: transparent url(/headphone/special/trulywireless/images/cl03_wh.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl01_wh.on {
  background: transparent url(/headphone/special/trulywireless/images/cl03_wh_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl01_bk {
  background: transparent url(/headphone/special/trulywireless/images/cl01_bk.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl01_bk.on {
  background: transparent url(/headphone/special/trulywireless/images/cl01_bk_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl01_ec {
  background: transparent url(/headphone/special/trulywireless/images/cl01_ec.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl01_ec.on {
  background: transparent url(/headphone/special/trulywireless/images/cl01_ec_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl01_blu {
  background: transparent url(/headphone/special/trulywireless/images/cl01_blu.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl01_blu.on {
  background: transparent url(/headphone/special/trulywireless/images/cl01_blu_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl01_pu {
  background: transparent url(/headphone/special/trulywireless/images/cl01_pu.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl01_pu.on {
  background: transparent url(/headphone/special/trulywireless/images/cl01_pu_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl02_gb {
  background: transparent url(/headphone/special/trulywireless/images/cl02_gb.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl02_gb.on {
  background: transparent url(/headphone/special/trulywireless/images/cl02_gb_on.png) center center no-repeat;
  background-size: 30px;
}

.c5-products__list_ul>li ul.color_list li.cl02_pi {
  background: transparent url(/headphone/special/trulywireless/images/cl02_pi.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl02_pi.on {
  background: transparent url(/headphone/special/trulywireless/images/cl02_pi_on.png) center center no-repeat;
  background-size: 30px;
}

.c5-products__list_ul>li ul.color_list li.cl02_wh {
  background: transparent url(/headphone/special/trulywireless/images/cl03_wh.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl02_wh.on {
  background: transparent url(/headphone/special/trulywireless/images/cl03_wh_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl02_bk {
  background: transparent url(/headphone/special/trulywireless/images/cl02_bk.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl02_bk.on {
  background: transparent url(/headphone/special/trulywireless/images/cl02_bk_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl03_bk {
  background: transparent url(/headphone/special/trulywireless/images/cl03_bk.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl03_bk.on {
  background: transparent url(/headphone/special/trulywireless/images/cl03_bk_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl03_bl {
  background: transparent url(/headphone/special/trulywireless/images/cl03_bl.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl03_bl.on {
  background: transparent url(/headphone/special/trulywireless/images/cl03_bl_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl03_or {
  background: transparent url(/headphone/special/trulywireless/images/cl03_or.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl03_or.on {
  background: transparent url(/headphone/special/trulywireless/images/cl03_or_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl03_wh {
  background: transparent url(/headphone/special/trulywireless/images/cl03_wh.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl03_wh.on {
  background: transparent url(/headphone/special/trulywireless/images/cl03_wh_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl04_bk {
  background: transparent url(/headphone/special/trulywireless/images/cl04_bk.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl04_bk.on {
  background: transparent url(/headphone/special/trulywireless/images/cl04_bk_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl04_bl {
  background: transparent url(/headphone/special/trulywireless/images/cl04_bl.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl04_bl.on {
  background: transparent url(/headphone/special/trulywireless/images/cl04_bl_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl04_gr {
  background: transparent url(/headphone/special/trulywireless/images/cl04_gr.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl04_gr.on {
  background: transparent url(/headphone/special/trulywireless/images/cl04_gr_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl04_or {
  background: transparent url(/headphone/special/trulywireless/images/cl04_or.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl04_or.on {
  background: transparent url(/headphone/special/trulywireless/images/cl04_or_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl04_rd {
  background: transparent url(/headphone/special/trulywireless/images/cl04_rd.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl04_rd.on {
  background: transparent url(/headphone/special/trulywireless/images/cl04_rd_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl05_bk {
  background: transparent url(/headphone/special/trulywireless/images/cl05_bk.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl05_bk.on {
  background: transparent url(/headphone/special/trulywireless/images/cl05_bk_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl05_sl {
  background: transparent url(/headphone/special/trulywireless/images/cl05_sl.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl05_sl.on {
  background: transparent url(/headphone/special/trulywireless/images/cl05_sl_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl05_ye {
  background: transparent url(/headphone/special/trulywireless/images/cl05_ye.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl05_ye.on {
  background: transparent url(/headphone/special/trulywireless/images/cl05_ye_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl06_bk {
  background: transparent url(/headphone/special/trulywireless/images/cl06_bk.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl06_bk.on {
  background: transparent url(/headphone/special/trulywireless/images/cl06_bk_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl06_pl {
  background: transparent url(/headphone/special/trulywireless/images/cl06_pl.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl06_pl.on {
  background: transparent url(/headphone/special/trulywireless/images/cl06_pl_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl06_pk {
  background: transparent url(/headphone/special/trulywireless/images/cl06_pk.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl06_pk.on {
  background: transparent url(/headphone/special/trulywireless/images/cl06_pk_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl07_ig {
  background: transparent url(/headphone/special/trulywireless/images/cl07_ig.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl07_ig.on {
  background: transparent url(/headphone/special/trulywireless/images/cl07_ig_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl07_or {
  background: transparent url(/headphone/special/trulywireless/images/cl07_or.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl07_or.on {
  background: transparent url(/headphone/special/trulywireless/images/cl07_or_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl07_wh {
  background: transparent url(/headphone/special/trulywireless/images/cl07_wh.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl07_wh.on {
  background: transparent url(/headphone/special/trulywireless/images/cl07_wh_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl07_bk {
  background: transparent url(/headphone/special/trulywireless/images/cl07_bk.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl07_bk.on {
  background: transparent url(/headphone/special/trulywireless/images/cl07_bk_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl08_bk {
  background: transparent url(/headphone/special/trulywireless/images/cl07_bk.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl08_bk.on {
  background: transparent url(/headphone/special/trulywireless/images/cl07_bk_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl08_wh {
  background: transparent url(/headphone/special/trulywireless/images/cl08_wh.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl08_wh.on {
  background: transparent url(/headphone/special/trulywireless/images/cl08_wh_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl08_gr {
  background: transparent url(/headphone/special/trulywireless/images/cl08_gr.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl08_gr.on {
  background: transparent url(/headphone/special/trulywireless/images/cl08_gr_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl08_vo {
  background: transparent url(/headphone/special/trulywireless/images/cl08_vo.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl08_vo.on {
  background: transparent url(/headphone/special/trulywireless/images/cl08_vo_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl08_pi {
  background: transparent url(/headphone/special/trulywireless/images/cl08_pi.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl08_pi.on {
  background: transparent url(/headphone/special/trulywireless/images/cl08_pi_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl09_ye {
  background: transparent url(/headphone/special/trulywireless/images/cl09_ye.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl09_ye.on {
  background: transparent url(/headphone/special/trulywireless/images/cl09_ye_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl09_sb {
  background: transparent url(/headphone/special/trulywireless/images/cl09_skyblu.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl09_sb.on {
  background: transparent url(/headphone/special/trulywireless/images/cl09_skyblu_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl09_bk {
  background: transparent url(/headphone/special/trulywireless/images/cl09_bk.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl09_bk.on {
  background: transparent url(/headphone/special/trulywireless/images/cl09_bk_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl09_wh {
  background: transparent url(/headphone/special/trulywireless/images/cl09_wh.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl09_wh.on {
  background: transparent url(/headphone/special/trulywireless/images/cl09_wh_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list.clsp {
  right: auto;
  left: 47vw;
  top: 4.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c5-products__list_ul>li ul.color_list.clsp.fiv {
  top: .4vw;
  width: 27vw;
}

.c5-products__list_ul>li ul.color_list.clsp li {
  display: block;
  width: 9vw;
  height: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl01_wh {
  background: transparent url(/headphone/special/trulywireless/images/clsp03_wh.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl01_wh.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp03_wh_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl01_bk {
  background: transparent url(/headphone/special/trulywireless/images/clsp01_bk.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl01_bk.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp01_bk_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl01_ec {
  background: transparent url(/headphone/special/trulywireless/images/clsp01_ec.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl01_ec.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp01_ec_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl01_blu {
  background: transparent url(/headphone/special/trulywireless/images/clsp01_blu.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl01_blu.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp01_blu_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl01_pu {
  background: transparent url(/headphone/special/trulywireless/images/clsp01_pu.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl01_pu.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp01_pu_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl02_gb {
  background: transparent url(/headphone/special/trulywireless/images/clsp02_gb.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl02_gb.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp02_gb_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl02_pi {
  background: transparent url(/headphone/special/trulywireless/images/clsp02_pi.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl02_pi.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp02_pi_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl02_wh {
  background: transparent url(/headphone/special/trulywireless/images/clsp03_wh.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl02_wh.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp03_wh_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl02_bk {
  background: transparent url(/headphone/special/trulywireless/images/clsp02_bk.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl02_bk.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp02_bk_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl03_bk {
  background: transparent url(/headphone/special/trulywireless/images/clsp03_bk.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl03_bk.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp03_bk_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl03_bl {
  background: transparent url(/headphone/special/trulywireless/images/clsp03_bl.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl03_bl.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp03_bl_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl03_or {
  background: transparent url(/headphone/special/trulywireless/images/clsp03_or.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl03_or.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp03_or_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl03_wh {
  background: transparent url(/headphone/special/trulywireless/images/clsp03_wh.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl03_wh.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp03_wh_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl04_bk {
  background: transparent url(/headphone/special/trulywireless/images/clsp04_bk.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl04_bk.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp04_bk_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl04_bl {
  background: transparent url(/headphone/special/trulywireless/images/clsp04_bl.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl04_bl.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp04_bl_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl04_gr {
  background: transparent url(/headphone/special/trulywireless/images/clsp04_gr.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl04_gr.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp04_gr_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl04_or {
  background: transparent url(/headphone/special/trulywireless/images/clsp04_or.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl04_or.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp04_or_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl04_rd {
  background: transparent url(/headphone/special/trulywireless/images/clsp04_rd.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl04_rd.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp04_rd_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl05_bk {
  background: transparent url(/headphone/special/trulywireless/images/clsp05_bk.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl05_bk.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp05_bk_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl05_sl {
  background: transparent url(/headphone/special/trulywireless/images/clsp05_sl.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl05_sl.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp05_sl_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl05_ye {
  background: transparent url(/headphone/special/trulywireless/images/clsp05_ye.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl05_ye.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp05_ye_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl06_bk {
  background: transparent url(/headphone/special/trulywireless/images/clsp06_bk.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl06_bk.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp06_bk_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl06_pl {
  background: transparent url(/headphone/special/trulywireless/images/clsp06_pl.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl06_pl.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp06_pl_on.png) center center no-repeat;
  background-size: 9vw;
}


.c5-products__list_ul>li ul.color_list.clsp li.cl06_pk {
  background: transparent url(/headphone/special/trulywireless/images/clsp06_pk.png) center center no-repeat;
  background-size: 10vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl06_pk.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp06_pk_on.png) center center no-repeat;
  background-size: 11vw;
}



.c5-products__list_ul>li ul.color_list.clsp li.cl07_ig {
  background: transparent url(/headphone/special/trulywireless/images/clsp07_ig.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl07_ig.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp07_ig_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl07_or {
  background: transparent url(/headphone/special/trulywireless/images/clsp07_or.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl07_or.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp07_or_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl07_wh {
  background: transparent url(/headphone/special/trulywireless/images/clsp07_wh.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl07_wh.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp07_wh_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl07_bk {
  background: transparent url(/headphone/special/trulywireless/images/clsp07_bk.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl07_bk.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp07_bk_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl09_sb {
  background: transparent url(/headphone/special/trulywireless/images/clsp09_skyblu.png) center center no-repeat;
  background-size: 6.5vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl09_sb.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp09_skyblu_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl09_ye {
  background: transparent url(/headphone/special/trulywireless/images/clsp09_ye.png) center center no-repeat;
  background-size: 6.5vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl09_ye.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp09_ye_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl09_bk {
  background: transparent url(/headphone/special/trulywireless/images/clsp09_bk.png) center center no-repeat;
  background-size: 6.5vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl09_bk.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp09_bk_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl09_wh {
  background: transparent url(/headphone/special/trulywireless/images/clsp09_wh.png) center center no-repeat;
  background-size: 6.5vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl09_wh.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp09_wh_on.png) center center no-repeat;
  background-size: 9vw;
}


.c5-products__list_ul>li ul.color_list.clsp li.cl08_bk {
  background: transparent url(/headphone/special/trulywireless/images/clsp09_bk.png) center center no-repeat;
  background-size: 6.5vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl08_bk.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp09_bk_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl08_wh {
  background: transparent url(/headphone/special/trulywireless/images/clsp08_wh.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl08_wh.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp08_wh_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl08_gr {
  background: transparent url(/headphone/special/trulywireless/images/clsp08_gr.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl08_gr.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp08_gr_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl08_vo {
  background: transparent url(/headphone/special/trulywireless/images/clsp08_vo.png) center center no-repeat;
  background-size: 7.5vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl08_vo.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp08_vo_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl08_pi {
  background: transparent url(/headphone/special/trulywireless/images/clsp08_pi.png) center center no-repeat;
  background-size: 7.5vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl08_pi.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp08_pi_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li .img_products01 {
  width: 18.428571428571429vw;
  margin: 0 auto;
  height: 8vw;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01 {
    width: 36.666666666666667vw;
    margin: 0;
    height: 16.666666666666667vw;
  }
}

.c5-products__list_ul>li .img_products01.p01.wh {
  background: transparent url(/headphone/special/trulywireless/images/products__linkbuds_s-wh.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p01.wh {
    background-size: 34.4vw;
  }
}

.c5-products__list_ul>li .img_products01.p01.bk {
  background: transparent url(/headphone/special/trulywireless/images/products__linkbuds_s-bk.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p01.bk {
    background-size: 34.4vw;
  }
}

.c5-products__list_ul>li .img_products01.p01.ec {
  background: transparent url(/headphone/special/trulywireless/images/products__linkbuds_s-er.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p01.ec {
    background-size: 34.4vw;
  }
}

.c5-products__list_ul>li .img_products01.p01.lu {
  background: transparent url(/headphone/special/trulywireless/images/products__linkbuds_s-blu.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p01.lu {
    background-size: 34.4vw;
  }
}

.c5-products__list_ul>li .img_products01.p01.pu {
  background: transparent url(/headphone/special/trulywireless/images/products__linkbuds_s-pu.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p01.pu {
    background-size: 34.4vw;
  }
}

.c5-products__list_ul>li .img_products01.p02.gb {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-c710n-gb.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p02.gb {
    background-size: 32.533333333333333vw;
  }
}

.c5-products__list_ul>li .img_products01.p02.pi {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-c710n-pi.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p02.pi {
    background-size: 32.533333333333333vw;
  }
}

.c5-products__list_ul>li .img_products01.p02.wh {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-c710n-wh.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p02.wh {
    background-size: 32.533333333333333vw;
  }
}

.c5-products__list_ul>li .img_products01.p02.bk {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-c710n-bk.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p02.bk {
    background-size: 32.533333333333333vw;
  }
}

.c5-products__list_ul>li .img_products01.p03.bk {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-sp800n-bk.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p03.bk {
    background-size: 32.666666666666667vw;
  }
}

.c5-products__list_ul>li .img_products01.p03.bl {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-sp800n-bl.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p03.bl {
    background-size: 32.666666666666667vw;
  }
}

.c5-products__list_ul>li .img_products01.p03.or {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-sp800n-or.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p03.or {
    background-size: 32.666666666666667vw;
  }
}

.c5-products__list_ul>li .img_products01.p03.wh {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-sp800n-wh.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p03.wh {
    background-size: 32.666666666666667vw;
  }
}

.c5-products__list_ul>li .img_products01.p04.bk {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-h800-bk.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p04.bk {
    background-size: 36.666666666666667vw;
  }
}

.c5-products__list_ul>li .img_products01.p04.bl {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-h800-bl.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p04.bl {
    background-size: 36.666666666666667vw;
  }
}

.c5-products__list_ul>li .img_products01.p04.gr {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-h800-gr.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p04.gr {
    background-size: 36.666666666666667vw;
  }
}

.c5-products__list_ul>li .img_products01.p04.or {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-h800-or.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p04.or {
    background-size: 36.666666666666667vw;
  }
}

.c5-products__list_ul>li .img_products01.p04.rd {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-h800-rd.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p04.rd {
    background-size: 36.666666666666667vw;
  }
}

.c5-products__list_ul>li .img_products01.p05.bk {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-sp900-bk.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p05.bk {
    background-size: 34.4vw;
  }
}

.c5-products__list_ul>li .img_products01.p05.sl {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-sp900-sl.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p05.sl {
    background-size: 34.4vw;
  }
}

.c5-products__list_ul>li .img_products01.p05.ye {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-sp900-ye.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p05.ye {
    background-size: 34.4vw;
  }
}

.c5-products__list_ul>li .img_products01.p06.bk {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-1000xm5-bk.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p06.bk {
    background-size: 34.4vw;
  }
}

.c5-products__list_ul>li .img_products01.p06.pl {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-1000xm5-pl.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p06.pl {
    background-size: 34.4vw;
  }
}

.c5-products__list_ul>li .img_products01.p06.pk {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-1000xm5-pk.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p06.pk {
    background-size: 34.4vw;
  }
}

.c5-products__list_ul>li .img_products01.p07.ig {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-c500_ig.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p07.ig {
    background-size: 34.4vw;
  }
}

.c5-products__list_ul>li .img_products01.p07.or {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-c500_or.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p07.or {
    background-size: 34.4vw;
  }
}

.c5-products__list_ul>li .img_products01.p07.wh {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-c500_wh.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p07.wh {
    background-size: 34.4vw;
  }
}

.c5-products__list_ul>li .img_products01.p07.bk {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-c500_bk.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p07.bk {
    background-size: 34.4vw;
  }
}



@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p08.bk {
    background-size: 32.666666666666667vw;
  }
}

.c5-products__list_ul>li .img_products01.p08.wh {
  background: transparent url(/headphone/special/trulywireless/images/products__LB-fit-wh.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p08.wh {
    background-size: 32.666666666666667vw;
  }
}

.c5-products__list_ul>li .img_products01.p08.gr {
  background: transparent url(/headphone/special/trulywireless/images/products__LB-fit-gr.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p08.gr {
    background-size: 32.666666666666667vw;
  }
}

.c5-products__list_ul>li .img_products01.p08.vo {
  background: transparent url(/headphone/special/trulywireless/images/products__LB-fit-vo.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p08.vo {
    background-size: 32.666666666666667vw;
  }
}

.c5-products__list_ul>li .img_products01.p08.pi {
  background: transparent url(/headphone/special/trulywireless/images/products__LB-fit-pi.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p08.pi {
    background-size: 32.666666666666667vw;
  }
}

.c5-products__list_ul>li .img_products01.p09.bk {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-c510_bk.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p09.bk {
    background-size: 34.4vw;
  }
}

.c5-products__list_ul>li .img_products01.p09.wh {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-c510_wh.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p09.wh {
    background-size: 34.4vw;
  }
}

.c5-products__list_ul>li .img_products01.p09.ye {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-c510_ye.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p09.ye {
    background-size: 34.4vw;
  }
}

.c5-products__list_ul>li .img_products01.p09.sb {
  background: transparent url(/headphone/special/trulywireless/images/products__wf-c510_skyblu.png) center bottom no-repeat;
  background-size: 82%;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .img_products01.p09.sb {
    background-size: 34.4vw;
  }
}

.c5-products__list_ul>li>h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 12px;
  border-bottom: 1px solid #2e3a52;
  font-size: 16px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 100;
  font-style: normal;
}

.c5-products__list_ul>li>h4 p.pname {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 100;
  font-style: normal;
  width: 35%;
}

.c5-products__list_ul>li>h4 p.pcolor {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 100;
  font-style: normal;
  width: 28%;
}

.c5-products__list_ul>li>h4 p.pprice {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 100;
  font-style: normal;
  width: 37%;
  text-align: right;
}

.c5-products__list_ul>li>h4 p.pprice .ss_price {
  font-size: 65%;
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

.c5-products__list_ul>li>h4 p.pprice .fmtDetail {
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 100;
}

.c5-products__list_ul>li .detail {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .detail {
    width: 100%;
  }
}

.c5-products__list_ul>li .detail li {
  font-size: 10px;
  text-align: left;
  padding-left: 19px;
  width: 24%;
  line-height: 1.3em;
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .detail li {
    font-size: 1.6vw;
    line-height: 2em;
  }
}

.c5-products__list_ul>li .detail li.ico_01 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact01.svg) left center no-repeat;
  background-size: 11px;
  width: 15.5%;
  padding-left: 21px;
  padding-top: 7px;
}

.c5-products__list_ul>li .detail li.ico_02 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact02.svg) left center no-repeat;
  background-size: 20px;
  width: 11.5%;
  padding-left: 26px;
  padding-top: 13px;
}

.c5-products__list_ul>li .detail li.ico_03 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact03.svg) left center no-repeat;
  background-size: 20px;
  width: 20.5%;
  padding-left: 26px;
  padding-top: 13px;
}

.c5-products__list_ul>li .detail li.ico_04 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact04.svg) left center no-repeat;
  background-size: 21px;
  padding-left: 26px;
  padding-top: 13px;
  width: 9.5%;
}

.c5-products__list_ul>li .detail li.ico_05 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact05.svg) left center no-repeat;
  background-size: 18px;
  padding-left: 26px;
  padding-top: 13px;
  width: 11.5%;
}

.c5-products__list_ul>li .detail li.ico_06 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact06.svg) left center no-repeat;
  background-size: 22px;
  padding-left: 31px;
  padding-top: 13px;
  width: 9.5%;
}

.c5-products__list_ul>li .detail li.ico_07 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact07.svg) left center no-repeat;
  background-size: 24px;
  width: 21.5%;
  padding-left: 26px;
  padding-top: 7px;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .detail li.ico_07 {
    width: 26%;
    padding-top: 7px;
    background: transparent url(/headphone/special/trulywireless/images/ico_fact07.svg) left 3.6vw no-repeat;
    background-size: 24px;
  }
}

.c5-products__list_ul>li .detail li.ico_08 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact08.svg) left center no-repeat;
  background-size: 24px;
  width: 17.5%;
  padding-left: 28px;
  padding-top: 7px;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .detail li.ico_08 {
    width: 18%;
    padding-top: 7px;
    background: transparent url(/headphone/special/trulywireless/images/ico_fact08.svg) left 3.6vw no-repeat;
    background-size: 24px;
  }
}

.c5-products__list_ul>li .detail li.ico_09 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact09.svg) left 10px no-repeat;
  background-size: 21px;
  width: 24%;
  padding-left: 28px;
  padding-top: 7px;
}

.c5-products__list_ul>li .detail li.ico_10 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact10.svg) left 10px no-repeat;
  background-size: 12px;
  width: 18%;
  padding-left: 23px;
  padding-top: 7px;
}

.c5-products__list_ul>li .detail li.ico_11 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact11.svg) left top 13px no-repeat;
  background-size: 54px;
  width: 12.5%;
  padding-left: 65px;
  padding-top: 13px;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .detail li.ico_11 {
    width: 19%;
    padding-top: 14px;
    background: transparent url(/headphone/special/trulywireless/images/ico_fact11.svg) left 3.6vw no-repeat;
    background-size: 48px;
    padding-left: 54px;
  }
}

.c5-products__list_ul>li .detail li.ico_12 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact12.svg) left top 13px no-repeat;
  background-size: 33px;
  width: 14.5%;
  padding-left: 35px;
  padding-top: 13px;
}

@media screen and (max-width: 768px) {
  .c5-products__list_ul>li .detail li.ico_12 {
    width: 18%;
    padding-top: 14px;
    background: transparent url(/headphone/special/trulywireless/images/ico_fact12.svg) left 3.6vw no-repeat;
    background-size: 32px;
    padding-left: 35px;
  }
}


.c5-products__list_ul>li .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 21px auto 0;
}

.c5-products__list_ul>li .link li {
  width: 49%;
  text-align: center;
  display: block;
}

.c5-products__list_ul>li .link li a {
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #b3b3bc;
  display: block;
  font-size: 14px;
  -webkit-transition: all .1s;
  transition: all .1s;
  background-color: rgba(255, 255, 255, 0);
  opacity: 1;
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

.c5-products__list_ul>li .link li a:hover {
  background-color: #fff;
  border: 1px solid transparent;
  opacity: .71;
}

.c5-c-sec {
  margin-bottom: 12.5%;
}

@media screen and (max-width: 768px) {
  .c5-c-sec {
    margin-bottom: 14.49275%;
  }
}

.c5-c-minsec {
  margin-bottom: 6.66667%;
}

.c5-c-minsec__mb100 {
  margin-bottom: 8.33333%;
}

@media screen and (max-width: 768px) {
  .c5-c-minsec {
    margin-bottom: 11.5942%;
  }

  .c5-c-minsec__mb100 {
    margin-bottom: 14.49275%;
  }
}

.c5-c-anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8.33333%;
}

.c5-c-anchor-list--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c5-c-anchor-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16.66667%;
  text-align: center;
  border-left: 1px solid #000;
}

.c5-c-anchor-list li:last-child {
  border-right: 1px solid #000;
}

.c5-c-anchor-list a {
  font-size: 16px;
  line-height: 1.3;
  position: relative;
  width: 100%;
  display: block;
}

.c5-c-anchor-list a:hover {
  opacity: .4;
}

.c5-c-anchor-list a::before {
  content: "";
  display: block;
  padding-top: 15%;
}

.c5-c-anchor-list a::after {
  content: "";
  display: block;
  padding-bottom: 15%;
}

.c5-c-anchor-list span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1000px) {
  .c5-c-anchor-list a {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 768px) {
  .c5-c-anchor-list {
    margin-top: 13.33333%;
    padding: 0 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c5-c-anchor-list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 4.34783%;
  }

  .c5-c-anchor-list li:nth-child(2n) {
    border-right: 1px solid #000;
  }

  .c5-c-anchor-list a {
    font-size: 3.73333vw;
  }

  .c5-c-anchor-list a:hover {
    opacity: 1;
  }
}

#anchor01,
#anchor02,
#anchor03,
#anchor04,
#anchor05,
#anchor06 {
  margin-top: -30px;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {

  #anchor01,
  #anchor02,
  #anchor03,
  #anchor04,
  #anchor05,
  #anchor06 {
    margin-top: -4vw;
    padding-top: 4vw;
  }
}

.c5-kome {
  width: 1260px;
  margin: 10px auto 20px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  .c5-kome {
    width: 100%;
  }
}

.c5-kome ul li {
  font-size: 12px;
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
  line-height: 1.4em;
}

.c5-banner {
  width: 1230px;
  margin: 10px auto 20px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #2e3a52;
  text-align: center;
}

@media screen and (max-width: 1260px) {
  .c5-banner {
    display: block;
    width: calc(100% - 15px);
    padding: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .c5-banner {
    padding: 2vw 2vw 4vw;
    border: solid 1px #2e3a52;
    background-color: transparent;
  }
}

.c5-banner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .c5-banner dl {
    display: block;
  }
}

.c5-banner dl dt {
  width: 59%;
}

@media screen and (max-width: 768px) {
  .c5-banner dl dt {
    width: 100%;
  }
}

.c5-banner dl dt img {
  width: 100%;
}

.c5-banner dl dd {
  font-size: 22px;
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
  line-height: 1.5em;
  width: 39%;
}

@media screen and (max-width: 1260px) {
  .c5-banner dl dd {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 768px) {
  .c5-banner dl dd {
    width: 100%;
    padding-top: 2%;
    color: #2e3a52;
    font-size: 4vw;
    line-height: 1.3em;
  }
}

.c5-c-text {
  font-size: 16px;
  line-height: 1.6;
}

.c5-c-text__mbem {
  margin-bottom: 1em !important;
}

.c5-c-text__mb2em {
  margin-bottom: 2em !important;
}

.c5-c-text--lh {
  line-height: 2.5 !important;
}

.c5-c-text--center {
  text-align: center;
}

.c5-c-text--bold {
  font-weight: 700;
}

@media screen and (max-width: 1000px) {
  .c5-c-text {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 768px) {
  .c5-c-text {
    font-size: 3.73333vw;
  }
}

.c5-c-h2 {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 1.25%;
  margin-bottom: 2.91667%;
  border-bottom: 1px solid #aaaaab;
}

@media screen and (max-width: 1000px) {
  .c5-c-h2 {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 768px) {
  .c5-c-h2 {
    font-size: 5.33333vw;
    margin-bottom: 5.07246%;
    line-height: 1.3;
  }
}

.c5-c-h3 {
  font-size: 24px;
  font-weight: 700;
  color: #505e97;
  margin-bottom: 2.5%;
  padding: .5% 0 .5% 1.25%;
  border-left: 4px solid #505e97;
}

@media screen and (max-width: 1000px) {
  .c5-c-h3 {
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 768px) {
  .c5-c-h3 {
    font-size: 4.8vw;
    margin-bottom: 4.34783%;
    line-height: 1.3;
  }
}

.c5-c-h3__bl {
  color: #0b8495;
  border-left-color: #0b8495;
}

.c5-c-h3__gr {
  color: #598d16;
  border-left-color: #598d16;
}

.c5-c-h3__db {
  color: #4b6c85;
  border-left-color: #4b6c85;
}

.c5-c-h3__br {
  color: #000;
  border-left-color: #000;
}

.c5-c-h3__bl-brown {
  color: #000;
  border-left-color: #aa5251;
}

.c5-c-fig {
  font-size: 13px;
  text-align: center;
  line-height: 1.3;
}

.c5-c-fig__mt {
  margin-top: 1em;
}

.c5-c-fig__mt2 {
  margin-top: 2em;
}

@media screen and (max-width: 1000px) {
  .c5-c-fig {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 768px) {
  .c5-c-fig {
    font-size: 3.33333vw;
  }
}

.c5-c-small {
  font-size: 13px;
  line-height: 1.5;
}

.c5-c-small__lead {
  position: relative;
  padding-left: 1.5em;
}

.c5-c-small__lead::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.c5-c-small__aster {
  position: relative;
  padding-left: 1.5em;
}

.c5-c-small__aster::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "＊";
}

.c5-c-small__mbem {
  margin-bottom: .7em;
}

.c5-c-small__mtem {
  margin-top: 1em;
}

@media screen and (max-width: 1000px) {
  .c5-c-small {
    font-size: 1.3vw;
    line-height: 1.3;
  }
}

@media screen and (max-width: 768px) {
  .c5-c-small {
    font-size: 3.33333vw;
  }
}

.c5-c-bold {
  font-weight: 700;
}

.c5-c-anchor {
  color: #5886f5;
}

.c5-c-anchor:hover {
  text-decoration: none;
  color: #5886f5;
  opacity: .7;
}

.c5-c-btn a {
  display: block;
  text-align: center;
  color: #fff;
  background: #a8a8a8;
  font-size: 16px;
  text-decoration: none;
  padding: .7em 1em;
}

.c5-c-btn a:before {
  content: "\f0da";
  font-family: icon, sans-serif;
  speak: none;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  margin: 0 .6em .05em 0;
}

.c5-c-btn a:hover {
  opacity: .7;
}

@media screen and (max-width: 1000px) {
  .c5-c-btn a {
    font-size: 1.6vw;
    line-height: 1.3;
  }
}



.c5-headphone__mv.hp_01 p.c5-LinkBuds_s-noteText {
  bottom: 11%;
}

.c5-astaText {
  font-size: 15px;
}

.c5-c510kome {
  position: relative;
  text-align: right;
  top: calc(-126 / 1000 * 100vw);
  font-size: 12px;
  line-height: 1.4em;
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
  margin-right: 4%;
}

@media screen and (max-width: 1000px) {
  .c5-c510kome {
    top: -126px;
  }
}

@media screen and (max-width: 768px) {
  .c5-c510kome {
    top: -30px;
  }
}


.c5-headphone__mv.hp_09 {
  height: 57.142857142857143vw;
  margin-bottom: 10.357142857142857vw;
  background: transparent url(/headphone/special/trulywireless/images/photo-main__LB-fit_pc.png) right top no-repeat;
  background-size: 82.86%;
  padding-top: 14.285714285714286vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_09 {
    background: transparent url(/headphone/special/trulywireless/images/photo-main__LB-fit_sp.png) right top no-repeat;
    background-size: 82.86%;
    background-size: 93.333333333333333vw;
    padding-top: 1vw;
  }
}

.c5-headphone__mv.hp_09>div.txt_01 {
  text-align: left;
  margin: 25vw 0 0 7vw;
}

.c5-headphone__mv.hp_09>div.txt_01 span {
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_09>div.txt_01 {
    margin: 44vw 0 0 7vw;
  }
}

.c5-headphone__mv.hp_09>div.txt_02 {
  text-align: left;
  margin: 3vw 0 0 7vw;
}

.c5-headphone__mv.hp_09>div.txt_02 span {
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_09>div.txt_04 {
    margin: 7vw 0 0 7vw;
    font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
    font-weight: 200;
  }

  .c5-headphone__mv.hp_09>div.txt_05 {
    margin: 6vw 0 0 7vw;
    font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
    font-weight: 200;
  }
}

.c5-headphone__mv.hp_09>div.txt_03 {
  text-align: left;
  margin: 3vw 0 0 7vw;
}

.c5-headphone__mv.hp_09>div.txt_03 span {
  font-family: hirakakustdn, 'Noto Sans JP', sans-serif;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_09>div.txt_03 {
    margin: 6vw 0 0 7vw;
  }
}

.c5-headphone__mv.hp_09>div.hp_prod {
  text-align: right;
  position: absolute;
  left: 7vw;
  top: 5vw;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_09>div.hp_prod {
    top: -3vw;
    left: 3vw;
    width: 32vw;
  }
}

.c5-headphone__mv.hp_09>div.hp_prod figure {
  width: 100%;
  text-align: right;
}

.c5-headphone__mv.hp_09>div.hp_prod figure img {
  text-align: right;
  display: inline;
}

.c5-headphone__mv.hp_09>div span {
  padding: .5em 1em;
  font-size: 1.88vw;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .c5-headphone__mv.hp_09>div span {
    font-size: 3.466666666666667vw;
  }
}

.c5-headphone__sv.hp_09 {
  height: 46.785714vw;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.hp_09 {
    height: 60.785714vw;
  }
}


.c5-headphone__sv.hp_09>div {
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c5-headphone__sv.hp_09>div.img_01 {
  top: -7vw;
  left: 8.285714285714286vw;
  width: 45.571429vw;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.hp_09>div.img_01 {
    top: 18vw;
    right: 0;
    width: 58.66666667vw;
  }
}

.c5-headphone__sv.hp_09>div.img_02 {
  right: 3.285714285714286vw;
  top: 17.571429vw;
  left: 56.642857vw;
  width: 29.285714vw;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.hp_09>div.img_02 {
    top: 60.4vw;
    left: 60vw;
    width: 36.285714vw;
  }
}

.c5-headphone__sv.hp_09>div.img_03 {
  top: 33vw;
  left: 14.285714vw;
  width: 32.285714vw;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .c5-headphone__sv.hp_09>div.img_03 {
    top: 73vw;
    left: 14.285714vw;
    width: 38.66666667vw;
  }

  .c5-headphone__lnkbox.hp_09 {
    margin-top: 28vw;
  }

  .c5-headphone__lnkbox.hp_08 {
    margin-top: 28vw;
  }

  .c5-c-mainvisual__kv {
    width: 90%;
    height: unset;
    margin-top: 10%;
  }

  .c5-c-mainvisual__kv p {
    width: 100%;
  }

  .c5-c-mainvisual__anchlist ul li:nth-child(6) a span.new2::after {
    right: 0;
    left: 70%;
  }
}

.c5-c510kome-90 {
  top: calc(-96 / 1000 * 100vw);
}

.c5-headphone__lnkbox ul.ico_ul li.ico_13 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact13.svg) center 0 no-repeat;
  background-size: 26px;
  width: 20%;
  margin-bottom: 12px;
}

.c5-headphone__lnkbox ul.ico_ul li.ico_14 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact14.svg) center 0 no-repeat;
  background-size: 34px;
  width: 30%;
  margin-bottom: 12px;

}

.c5-headphone__lnkbox ul.ico_ul li.ico_15 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact15.svg) center 0 no-repeat;
  background-size: 50px;
  width: 24%;
  margin-bottom: 12px;

}

.c5-headphone__lnkbox ul.ico_ul li.ico_16 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact16.svg) center 4px no-repeat;
  background-size: 17px;
  width: 24%;
  margin-bottom: 12px;

}

.c5-headphone__lnkbox ul.ico_ul li.ico_17 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact17.svg) center 0 no-repeat;
  background-size: 50px;
  width: 24%;
  margin-bottom: 12px;

}

.c5-headphone__lnkbox ul.ico_ul li.ico_18 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact18.svg) center 0 no-repeat;
  background-size: 50px;
  background-position-y: 10px;
  width: 34%;
  margin-bottom: 12px;

}

.c5-headphone__lnkbox.hp_09 {
  height: 42.857142857142857vw;
  height: auto;
  padding-bottom: 50px;
  background: transparent url(/headphone/special/trulywireless/images/bg_hp_011.png) left top / 220% no-repeat;
}

.c5-headphone__lnkbox.hp_09 .prod_ul li:nth-child(1) img {
  width: 80%;
  margin-top: 0;
}

.c5-products__list_ul>li .img_products01.p08.bk {
  background: transparent url(/headphone/special/trulywireless/images/products__LB-fit-bk.png) center bottom no-repeat;
  background-size: 82%;
}

.c5-products__list_ul>li .detail li.ico_13 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact13.svg) left 6px no-repeat;
  background-size: 16px;
  padding-left: 30px;
  padding-top: 13px;
  width: 20%;
}

.c5-products__list_ul>li .detail li.ico_14 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact14.svg) left 10px no-repeat;
  background-size: 19px;
  width: 23%;
  padding-left: 30px;
  padding-top: 13px;
}

.c5-products__list_ul>li .detail li.ico_15 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact15.svg) left 10px no-repeat;
  background-size: 29px;
  padding-left: 30px;
  padding-top: 13px;
  width: 23%;
}

.c5-products__list_ul>li .detail li.ico_16 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact16.svg) left 10px no-repeat;
  background-size: 12px;
  width: 23%;
  padding-left: 30px;
  padding-top: 7px;
}

.c5-products__list_ul>li .detail li.ico_17 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact17.svg) left 10px no-repeat;
  background-size: 29px;
  padding-left: 30px;
  padding-top: 13px;
  width: 23%;
}

.c5-products__list_ul>li .detail li.ico_18 {
  background: transparent url(/headphone/special/trulywireless/images/ico_fact18.svg) left 14px no-repeat;
  background-size: 29px;
  padding-left: 34px;
  padding-top: 13px;
  width: 23%;
}

.c5-products__list_ul>li ul.color_list li.cl010_bk {
  background: transparent url(/headphone/special/trulywireless/images/cl07_bk.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl010_bk.on {
  background: transparent url(/headphone/special/trulywireless/images/cl07_bk_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl010_wh {
  background: transparent url(/headphone/special/trulywireless/images/cl08_wh.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li ul.color_list li.cl010_wh.on {
  background: transparent url(/headphone/special/trulywireless/images/cl08_wh_on.png) center center no-repeat;
  background-size: 24px;
}

.c5-products__list_ul>li .img_products01.p010.bk {
  background: transparent url(/headphone/special/trulywireless/images/products__LB-open-bk.png) center bottom no-repeat;
  background-size: 72%;
}

.c5-products__list_ul>li .img_products01.p010.wh {
  background: transparent url(/headphone/special/trulywireless/images/products__LB-open-wh.png) center bottom no-repeat;
  background-size: 72%;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl010_bk {
  background: transparent url(/headphone/special/trulywireless/images/clsp09_bk.png) center center no-repeat;
  background-size: 6.5vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl010_bk.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp09_bk_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl010_wh {
  background: transparent url(/headphone/special/trulywireless/images/clsp09_wh.png) center center no-repeat;
  background-size: 6.5vw;
}

.c5-products__list_ul>li ul.color_list.clsp li.cl010_wh.on {
  background: transparent url(/headphone/special/trulywireless/images/clsp09_wh_on.png) center center no-repeat;
  background-size: 9vw;
}

.c5-red-note {
  color: #f00;
}

@media screen and (max-width: 768px) {
  .c5-headphone__lnkbox ul.ico_ul li.ico_13 {
    background: transparent url(/headphone/special/trulywireless/images/ico_fact13.svg) center 0 no-repeat;
    background-size: 18px;
    width: 24%;
    margin-bottom: 12px;
  }

  .c5-headphone__lnkbox ul.ico_ul li.ico_14 {
    background: transparent url(/headphone/special/trulywireless/images/ico_fact14.svg) center 0 no-repeat;
    background-size: 20px;
    width: 28%;
    margin-bottom: 12px;

  }

  .c5-headphone__lnkbox ul.ico_ul li.ico_15 {
    background: transparent url(/headphone/special/trulywireless/images/ico_fact15.svg) center 0 no-repeat;
    background-size: 30px;
    width: 24%;
    margin-bottom: 12px;

  }

  .c5-headphone__lnkbox ul.ico_ul li.ico_16 {
    background: transparent url(/headphone/special/trulywireless/images/ico_fact16.svg) center 0 no-repeat;
    background-size: 14px;
    width: 24%;
    margin-bottom: 12px;

  }

  .c5-headphone__lnkbox ul.ico_ul li.ico_17 {
    background: transparent url(/headphone/special/trulywireless/images/ico_fact17.svg) center 0 no-repeat;
    background-size: 30px;
    width: 24%;
    margin-bottom: 12px;

  }

  .c5-headphone__lnkbox ul.ico_ul li.ico_18 {
    background: transparent url(/headphone/special/trulywireless/images/ico_fact18.svg) center 34% no-repeat;
    background-size: 30px;
    width: 34%;
    margin-bottom: 12px;

  }

  #anchor07.c5-headphone ul.ico_ul li {
    padding-top: 30px;
  }

  #anchor07.c5-headphone ul.ico_ul li.ico_07 {
    background: transparent url(/headphone/special/trulywireless/images/ico_fact07.svg) center 0px no-repeat;
    background-size: 32px;
  }

  .c5-products__list_ul>li .detail li.ico_13 {
    background: transparent url(/headphone/special/trulywireless/images/ico_fact13.svg) left 6px no-repeat;
    background-size: 15px;
    padding-left: 30px;
    padding-top: 13px;
    width: 23%;
  }

  .c5-products__list_ul>li .detail li.ico_14 {
    background: transparent url(/headphone/special/trulywireless/images/ico_fact14.svg) left 10px no-repeat;
    background-size: 17px;
    width: 23%;
    padding-left: 30px;
    padding-top: 13px;
  }

  .c5-products__list_ul>li .detail li.ico_15 {
    background: transparent url(/headphone/special/trulywireless/images/ico_fact15.svg) left 10px no-repeat;
    background-size: 27px;
    padding-left: 30px;
    padding-top: 13px;
    width: 23%;
  }

  .c5-products__list_ul>li .detail li.ico_16 {
    background: transparent url(/headphone/special/trulywireless/images/ico_fact16.svg) left 10px no-repeat;
    background-size: 12px;
    width: 23%;
    padding-left: 30px;
    padding-top: 7px;
  }

  .c5-products__list_ul>li .detail li.ico_17 {
    background: transparent url(/headphone/special/trulywireless/images/ico_fact17.svg) left 10px no-repeat;
    background-size: 27px;
    padding-left: 30px;
    padding-top: 13px;
    width: 23%;
  }

  .c5-products__list_ul>li .detail li.ico_18 {
    background: transparent url(/headphone/special/trulywireless/images/ico_fact18.svg) left 14px no-repeat;
    background-size: 27px;
    padding-left: 34px;
    padding-top: 13px;
    width: 23%;
  }
}