@charset "UTF-8";
@import"https://fonts.googleapis.com/css?family=Roboto:300,400,700";
@import"https://fonts.googleapis.com/css?family=Oswald:300,500";/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
    margin: 0;
    padding: 0
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}
ul {
    list-style: none
}
button, input, select, textarea {
    margin: 0
}
html {
    box-sizing: border-box
}
audio, embed, iframe, img, object, video {
    height: auto;
    max-width: 100%
}
iframe {
    border: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td, th {
    padding: 0;
    text-align: left
}
:root {
    color: #fff;
    line-height: 2;
    font-weight: 500;
    font-family: Yu Gothic Medium, Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Meiryo, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: palt;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-text-size-adjust: 100%
}
:-webkit-any-link, a {
color:#00008b
}
:-moz-any-link, a {
color:#00008b
}
:any-link, a {
color:#00008b
}
*, :after, :before {
    box-sizing: inherit
}
[data-whatintent=mouse] :focus, [data-whatintent=touch] :focus {
    outline: 0
}
body {
    background-color: #07131e
}

@media(min-width:769px) {
	body {
		min-width: 825pt
	}
}
.Button {
    position: relative;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 9pt;
    background-color: #3cb8ff;
    text-decoration: none;
    letter-spacing: .04em;
    color: #fff;
    box-sizing: border-box;
    z-index: 0
}

@media(min-width:769px) {
.Button {
    width: 170px;
    line-height: 1.166666667
}
}

@media(max-width:768px) {
.Button {
    width: 48.275862069%;
    max-width: 140px;
    line-height: 1.181818182
}
}

@media(min-width:769px) {
.Button+.Button {
    margin-left: 20px
}
}

@media(max-width:768px) {
.Button+.Button {
    margin-left: 3.448275862%
}
}
.Button.-secondary {
    background-color: #6ebf4b
}
.Button:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: #09a5ff;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    z-index: -1
}
.Button.-secondary:before {
    background-color: #4eac25
}
.Button:hover:before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}
.Button__inner {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 45px;
    z-index: 1
}

@media(min-width:769px) {
.Button__inner {
    padding: 8px 18px 10px
}
}

@media(max-width:768px) {
.Button__inner {
    padding: 9px 11px
}
}
.Button__inner:before {
    position: absolute;
    content: '';
    width: 26px;
    height: 6px;
    background-image: url(../images/arrow.png);
    background-size: 26px auto;
    -webkit-transition: .15s transform;
    transition: .15s transform
}

@media(min-width:769px) {
.Button__inner:before {
    top: 18px;
    right: 1pc
}
}

@media(max-width:768px) {
.Button__inner:before {
    top: 17px;
    right: 10px
}
}
.Button__inner:hover:before {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px)
}
.Caution {
    background-color: #07131e
}
.Caution__inner {
    position: relative;
    margin: 0 auto
}

@media(min-width:769px) {
.Caution__inner {
    width: 65pc;
    box-sizing: border-box;
    padding-left: 50px;
    padding-top: 81px;
    padding-bottom: 166px
}
}

@media(max-width:768px) {
.Caution__inner {
    padding: 13% 6.666666667% 14%
}
}
.Caution__heading {
    display: block;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: .04em;
    color: #fff
}

@media(min-width:769px) {
.Caution__heading {
    font-size: 18px;
    line-height: 1.296296296
}
}

@media(max-width:768px) {
.Caution__heading {
    font-size: 1pc;
    line-height: 1.074074074
}
}
.Caution__text {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 11px
}

@media(min-width:769px) {
.Caution__text {
    margin-top: 1pc;
    line-height: 1.636363636
}
}

@media(max-width:768px) {
.Caution__text {
    margin-top: 14px;
    line-height: 1.4
}
}

@media(min-width:769px) {
.Caution__text p+p {
    margin-top: 9pt
}
}

@media(max-width:768px) {
.Caution__text p+p {
    margin-top: 9pt
}
}
.DealersList {
    background-image: url(../images/dealers-list-bg.png);
    background-size: cover
}

@media(max-width:768px) {
.DealersList {
    background-position: top right -5pc
}
}
.DealersList__inner {
    position: relative;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media(min-width:769px) {
.DealersList__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 65pc;
    box-sizing: border-box;
    padding: 0 50px 120px 50px;
}
}

@media(max-width:768px) {
.DealersList__inner {
    padding: 20% 6.666666667% 16%
}
}
.DealersList__heading {
    display: block;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #fff;
}

@media(min-width:769px) {
.DealersList__heading {
    font-size: 54px;
    margin-left: -4px;
    margin-right: 148px;
    line-height: 1.296296296;
    letter-spacing: .04em;
    padding-top: 152px;
}
}

@media(max-width:768px) {
.DealersList__heading {
    font-size: 27px;
    line-height: 1.074074074;
    text-align: center;
    letter-spacing: .065em;
    margin-bottom: 30px;
}
}

@media(max-width:768px) {
.DealersList__heading br {
    display: none
}
}
.DealersList__list {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 2;
}

@media(min-width:769px) {
.DealersList__list {
    font-size: 13px;
    padding-top: 152px
}
}

@media(max-width:768px) {
.DealersList__list {
    font-size: 12px;
    display: inline-block;
    width: 46.5%;
    margin-top: 27px
}
}

@media(min-width:769px) {
.DealersList__list+.DealersList__list {
    margin-left: 60px
}
}

@media(max-width:768px) {
.DealersList__list+.DealersList__list {
    margin-left: 5%
}
}
.DealersList__list li {
    position: relative
}

@media(min-width:769px) {
.DealersList__list li {
    padding-left: 57px
}
}

@media(max-width:768px) {
.DealersList__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid hsla(0,0%,100%,.3);
    line-height: 1.3
}
}

@media(max-width:768px) {
.DealersList__list li:first-child {
    border-top: 1px solid hsla(0,0%,100%,.3);
    height: 56px
}
}

@media(min-width:769px) {
.DealersList__list li.ac:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    background-color: #3cb8ff;
    width: 40px;
    -webkit-transition: .2s linear;
    transition: .2s linear
}
}
.DealersList__list li.ac {
    color: #3cb8ff;
}

@media(min-width:769px) {
.DealersList__button {
    margin-top: 65px;
}
}

@media(max-width:768px) {
.DealersList__button {
    margin-top: 35px;
}
}
.DealersList__button, .DealersList__button .Button {
    width: 100%;
}

@media(max-width:768px) {
.DealersList__button, .DealersList__button .Button {
    max-width: 100%;
}
}
.DealersList__button .Button {
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-style: italic;
}

@media(min-width:769px) {
.DealersList__button .Button {
    font-size: 20px;
}
}

@media(max-width:768px) {
.DealersList__button .Button {
    font-size: 15px;
}
}
.DealersList__button .Button__inner {
    box-sizing: border-box;
}

@media(min-width:769px) {
.DealersList__button .Button__inner {
    height: 80px;
    padding-right: 85px;
    -webkit-justify-content: center;
    justify-content: center;
}
}

@media(max-width:768px) {
.DealersList__button .Button__inner {
    height: 70px;
    padding-left: 45px;
}
}
.DealersList__button .Button__inner:before {
    background-image: url(../images/svg_arrow-right-footer.svg);
    width: 56px;
    background-size: 56px auto;
}

@media(min-width:769px) {
.DealersList__button .Button__inner:before {
    top: 38px;
    right: 320px;
}
}

@media(max-width:768px) {
.DealersList__button .Button__inner:before {
    top: 32px;
    right: 45px;
}
}
.Footer {
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: Oswald, sans-serif;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    letter-spacing: .075em;
    line-height: 1.6
}

@media(min-width:769px) {
.Footer {
    position: fixed;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 36px;
    font-size: 9pt
}
}

@media(max-width:768px) {
.Footer {
    position: relative;
    width: 86.4%;
    padding-top: 3px;
    padding-bottom: 34px;
    font-size: 11px
}
}
.Footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}
.Footer__links a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid hsla(0,0%,100%,.3);
    -webkit-transition: .35s linear;
    transition: .35s linear
}
.Footer__links a:hover {
    border-bottom-color: #fff
}

@media(min-width:769px) {
.Footer__links a+a {
    margin-left: 18px
}
}

@media(max-width:768px) {
.Footer__links a+a {
    margin-left: 9px
}
}

@media(min-width:769px) {
.Header {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
}
}

@media(max-width:768px) {
.Header {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9999;
    width: 90.4%;
    padding-top: 25px
}
}

@media(max-width:768px) {
.Header__logo {
    width: 221px
}
}

@media(min-width:769px) {
.Header__logo {
    width: 279px
}
}
.ProductList {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 65pc;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
}

@media(min-width:769px) {
.ProductList {
    padding-right: 50px;
    padding-left: 50px
}
.ProductList::after {
    content: "";
    display: block;
    width: 270px;
}
}

@media(max-width:768px) {
.ProductList {
    width: calc(100% - 50px)
}
}
.ProductList>li {
    text-align: center
}

@media(min-width:769px) {
.ProductList>li {
    width: 270px;
    padding-bottom: 68px
}
}

@media(max-width:768px) {
.ProductList>li {
    width: 46.153846154%;
    padding-bottom: 40px
}
}
.ProductList__name {
    line-height: 1;
    letter-spacing: .04em
}

@media(min-width:769px) {
.ProductList__name {
    font-size: 1pc
}
}

@media(max-width:768px) {
.ProductList__name {
    margin-top: -8px;
    font-size: 13px
}
}
.ProductList__region {
    line-height: 1;
    color: #3cb8ff;
    letter-spacing: .04em
}

@media(min-width:769px) {
.ProductList__region {
    font-size: 9pt;
    margin-top: 8px
}
}

@media(max-width:768px) {
.ProductList__region {
    font-size: 10px;
    margin-top: 6px
}
}

@media(min-width:769px) {
.Biggerscreen-carousel {
    margin-top: 58px;
    padding-bottom: 10px
}
}

@media(max-width:768px) {
.Biggerscreen-carousel {
    margin-top: 26px
}
}
.Biggerscreen-carousel__thumbnail {
    display: block
}
.Biggerscreen-carousel__caption {
    display: block;
    margin-top: 27px;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    letter-spacing: .04em;
    color: #fff;
    line-height: 1
}

@media(max-width:768px) {
.Biggerscreen-carousel__caption {
    margin-top: 10px;
    font-size: 14px
}
}
.TopBea {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

@media(min-width:769px) {
.TopBea {
    background-image: url(../images/top-bea-bg.png)
}
}

@media(max-width:768px) {
.TopBea {
    background-image: url(../images/top-bea-bg-sp.png)
}
}

@media(min-width:769px) {
.TopBea br {
    display: none
}
}
.TopBea__inner {
    height: 100vh;
    min-height: 550px;
    position: relative;
    margin: 0 auto
}

@media(min-width:769px) {
.TopBea__inner {
    /* width: 65pc;*/
    padding-top: 41vh;
    box-sizing: border-box
}
}

@media(max-width:768px) {
.TopBea__inner {
    padding-top: 37vh
}
}
.TopBea__inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    background-image: url(../images/scroll.png);
    background-repeat: no-repeat;
    background-size: 100% auto
}

@media(min-width:769px) {
.TopBea__inner:after {
    width: 28px;
    height: 68px
}
}

@media(max-width:768px) {
.TopBea__inner:after {
    width: 25px;
    height: 69px
}
}
.TopBea__heading {
    display: block;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: .02em;
    color: #fff;
    line-height: 1;
    text-align: center
}

@media(min-width:769px) {
.TopBea__heading {
    font-size: 74px;
    margin-left: -4px
}
}

@media(max-width:768px) {
.TopBea__heading {
    font-size: 45px;
    text-align: center
}
}
.TopBea__subHeading {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #3cb8ff;
    line-height: 1;
    letter-spacing: .06em;
    text-align: center
}

@media(min-width:769px) {
.TopBea__subHeading {
    font-size: 18px;
    margin-top: 14px
}
}

@media(max-width:768px) {
.TopBea__subHeading {
    margin-top: 10px;
    font-size: 13px
}
}
.TopBea__play {
    display: block;
    visibility: hidden;
    opacity: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    border: 0;
    background: 0;
    font: inherit;
    text-decoration: none;
    cursor: pointer
}

/*@media(min-width:769px) {
.TopBea__play {
    width: 70px;
    margin-top: 40px
}
}*/
@media(min-width:769px) {
.TopBea__play_sp {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font: inherit;
    width: 70px;
    margin-top: 40px;
}
.TopBea__play_sp img {
    -webkit-transition: .18s;
    transition: .18s
}
.TopBea__play_sp:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .25s;
    transition: .25s
}
.TopBea__play_sp span {
    display: block;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-left: -.4em;
    line-height: 1
}
}

@media(max-width:768px) {
.TopBea__play_sp {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font: inherit;
    width: 55px;
    margin-top: 28px
}
}

/*.TopBea__play img {
    -webkit-transition: .18s;
    transition: .18s
}
.TopBea__play:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .25s;
    transition: .25s
}
*/

@media(min-width:769px) {
.TopBea__play span {
    font-size: 1pc
}
}

@media(max-width:768px) {
.TopBea__play_sp span {
    display: block;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-left: -.4em;
    line-height: 1;
    font-size: 13px;
    margin-top: -4px
}
}
.TopBea__videoContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.TopBea__videoContainerInner {
    padding-top: 56.25%
}
.TopBea__video {
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    width: 100%;
    height: 100%;
    margin: auto;
    opacity: 0
}
.TopBea__playButton, .TopBea__soundButton {
    position: absolute;
    padding: 0;
    z-index: 1;
    color: inherit;
    background: 0;
    border: 0;
    opacity: 0;
    cursor: pointer
}

@media(min-width:769px) {
.TopBea__soundButton {
    right: 40px;
    bottom: 75px
}
.TopBea__playButton {
    right: 40px;
    bottom: 135px
}
}

@media(max-width:768px) {
.TopBea__soundButton {
    right: 25px;
    bottom: 25px
}
}
.TopBea__soundButtonIcon {
    display: block;
    width: 46px;
    height: 46px;
    fill: currentColor
}
.TopBea__soundButtonIcon.-muted {
    display: none
}
.TopBea.-ready .TopBea__play {
    opacity: 1;
    visibility: visible;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility
}
.TopBea.-play .TopBea__inner>* {
    -webkit-transition: opacity ease .5s;
    transition: opacity ease .5s;
    opacity: 0
}
.TopBea.-playing .TopBea__playButton, .TopBea.-playing .TopBea__soundButton, .TopBea.-playing .TopBea__video {
    -webkit-transition: opacity ease .5s;
    transition: opacity ease .5s;
    opacity: 1
}
.TopBea.-muted .TopBea__soundButtonIcon.-played {
    display: none
}
.TopBea.-muted .TopBea__soundButtonIcon.-muted {
    display: block
}
.TopBiggerscreen {
    position: relative;
    background-image: url(../images/top-biggerscreen-bg.jpg);
    background-size: cover;
    z-index: 0
}

@media(max-width:768px) {
.TopBiggerscreen {
    padding-top: 18.266666667%;
    padding-bottom: 17%
}
}
.TopBiggerscreen__product {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    background-image: url(../images/top-biggerscreen-product.png);
    background-repeat: no-repeat;
    z-index: -1
}

@media(min-width:769px) {
.TopBiggerscreen__product {
    top: 88px;
    left: 20.7%;
    background-size: 789px auto;
    background-position: left top;
    width: 789px;
    height: 562px
}
}

@media(max-width:768px) {
.TopBiggerscreen__product {
    top: 10.6%;
    left: 42%;
    background-size: 94% auto;
    width: 100%;
    padding-top: 78.3%
}
}
.TopBiggerscreen__inner {
    position: relative;
    margin: 0 auto
}

@media(min-width:769px) {
.TopBiggerscreen__inner {
    width: 65pc;
    height: 700px;
    padding-top: 150px;
    padding-left: 39pc;
    box-sizing: border-box
}
}

@media(max-width:768px) {
.TopBiggerscreen__inner {
    padding-top: 74%;
    padding-left: 6.666666667%;
    padding-right: 6.666666667%
}
}
.TopBiggerscreen__heading {
    display: block;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: .06em;
    color: #fff
}

@media(min-width:769px) {
.TopBiggerscreen__heading {
    font-size: 50px;
    margin-left: -4px;
    line-height: 1.08
}
}

@media(max-width:768px) {
.TopBiggerscreen__heading {
    font-size: 27px;
    line-height: 1.074074074
}
}
.TopBiggerscreen__subHeading {
    position: relative;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #3cb8ff;
    line-height: 1;
    letter-spacing: .016em
}

@media(min-width:769px) {
.TopBiggerscreen__subHeading {
    font-size: 1pc;
    margin-top: 4pc;
    margin-left: -4px;
    padding-left: 60px
}
}

@media(max-width:768px) {
.TopBiggerscreen__subHeading {
    margin-top: 22px;
    font-size: 13px;
    padding-left: 35px;
    letter-spacing: .04em
}
}
.TopBiggerscreen__subHeading:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    height: 1px;
    background-color: currentColor
}

@media(min-width:769px) {
.TopBiggerscreen__subHeading:before {
    width: 40px
}
}

@media(max-width:768px) {
.TopBiggerscreen__subHeading:before {
    width: 25px
}
}
.TopBiggerscreen__text {
    font-family: Roboto, sans-serif;
    font-weight: 300
}

@media(min-width:769px) {
.TopBiggerscreen__text {
    font-size: 13px;
    margin-top: 1pc;
    padding-left: 56px;
    letter-spacing: .04em;
    line-height: 1.692307692
}
}

@media(max-width:768px) {
.TopBiggerscreen__text {
    font-size: 10px;
    margin-top: 11px;
    padding-left: 35px;
    letter-spacing: .02em;
    line-height: 1.5
}
}
.TopBiggerscreen__note {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    letter-spacing: .04em;
    line-height: 1.636363636;
    font-size: 11px
}

@media(min-width:769px) {
.TopBiggerscreen__note {
    margin-top: 1pc;
    padding-left: 56px
}
}

@media(max-width:768px) {
.TopBiggerscreen__note {
    font-size: 10px;
    margin-top: 13px;
    padding-left: 35px;
    letter-spacing: .02em;
    line-height: 1.5
}
}

@media(min-width:769px) {
.TopBiggerscreen__button {
    margin-top: 26px;
    margin-left: 56px
}
}

@media(max-width:768px) {
.TopBiggerscreen__button {
    margin-top: 1pc;
    margin-left: 35px
}
}
.TopSmartphonesyncs {
    background-size: cover;
    background-repeat: no-repeat
}

@media(min-width:769px) {
.TopSmartphonesyncs {
    background-image: url(../images/top-smartphonesyncs-bg.jpg)
}
}

@media(max-width:768px) {
.TopSmartphonesyncs {
    background-image: url(../images/top-smartphonesyncs-bg-sp.jpg)
}
}
.TopSmartphonesyncs__inner {
    position: relative;
    margin: 0 auto
}

@media(min-width:769px) {
.TopSmartphonesyncs__inner {
    width: 65pc;
    padding-top: 154px;
    padding-left: 53px;
    padding-bottom: 156px;
    box-sizing: border-box
}
}

@media(max-width:768px) {
.TopSmartphonesyncs__inner {
    padding: 74.666666667% 6.666666667% 17%
}
}
.TopSmartphonesyncs__heading {
    display: block;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #fff
}

@media(min-width:769px) {
.TopSmartphonesyncs__heading {
    font-size: 50px;
    margin-left: -4px;
    line-height: 1.08;
    letter-spacing: .06em
}
}

@media(max-width:768px) {
.TopSmartphonesyncs__heading {
    font-size: 27px;
    line-height: 1.074074074;
    letter-spacing: .05em
}
}
.TopSmartphonesyncs__subHeading {
    position: relative;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #3cb8ff;
    line-height: 1;
    letter-spacing: .04em
}

@media(min-width:769px) {
.TopSmartphonesyncs__subHeading {
    font-size: 15px;
    margin-top: 62px;
    margin-left: -4px;
    padding-left: 60px;
    padding-right: 87pt
}
}

@media(max-width:768px) {
.TopSmartphonesyncs__subHeading {
    margin-top: 23px;
    font-size: 13px;
    padding-left: 35px
}
}
.TopSmartphonesyncs__subHeading:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    height: 1px;
    background-color: currentColor
}

@media(min-width:769px) {
.TopSmartphonesyncs__subHeading:before {
    width: 40px
}
}

@media(max-width:768px) {
.TopSmartphonesyncs__subHeading:before {
    width: 25px
}
}
.TopSmartphonesyncs__text {
    font-family: Roboto, sans-serif;
    font-weight: 300
}

@media(min-width:769px) {
.TopSmartphonesyncs__text {
    font-size: 13px;
    margin-top: 1pc;
    padding-left: 56px;
    width: 430px;
    letter-spacing: .04em;
    line-height: 1.692307692
}
}

@media(max-width:768px) {
.TopSmartphonesyncs__text {
    font-size: 10px;
    margin-top: 11px;
    padding-left: 35px;
    letter-spacing: .02em;
    line-height: 1.5
}
}

@media(min-width:769px) {
.TopSmartphonesyncs__button {
    margin-top: 28px;
    margin-left: 56px
}
}

@media(max-width:768px) {
.TopSmartphonesyncs__button {
    margin-top: 1pc;
    margin-left: 35px
}
}
.TopWificonnection {
    background-size: cover;
    background-repeat: no-repeat
}

@media(min-width:769px) {
.TopWificonnection {
    background-image: url(../images/top-wificonnection-bg.png)
}
}

@media(max-width:768px) {
.TopWificonnection {
    background-image: url(../images/top-wificonnection-bg-sp.png)
}
}
.TopWificonnection__inner {
    position: relative;
    margin: 0 auto
}

@media(min-width:769px) {
.TopWificonnection__inner {
    width: 65pc;
    height: 700px;
    padding-top: 134px;
    padding-left: 590px;
    box-sizing: border-box
}
}

@media(max-width:768px) {
.TopWificonnection__inner {
    padding: 73.8% 6.666666667% 17%
}
}
.TopWificonnection__heading {
    display: block;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: .056em;
    color: #fff
}

@media(min-width:769px) {
.TopWificonnection__heading {
    font-size: 50px;
    margin-left: -18px;
    line-height: 1.08
}
.TopWificonnection__heading span {
    font-size: 1pc;
    position: relative;
    padding-left: 15px;
    top: -28px;
    font-style: normal
}
}

@media(max-width:768px) {
.TopWificonnection__heading {
    font-size: 27px;
    line-height: 1.074074074
}
.TopWificonnection__heading span {
    font-size: 9pt;
    position: relative;
    padding-left: 8px;
    top: -13px;
    font-style: normal
}
}

@media(max-width:768px) {
.TopWificonnection__heading br.pc-only {
    display: none
}
}

@media(min-width:769px) {
.TopWificonnection__heading br.sp-only {
    display: none
}
}
.TopWificonnection__subHeading {
    position: relative;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #3cb8ff;
    line-height: 1;
    letter-spacing: .01em
}

@media(min-width:769px) {
.TopWificonnection__subHeading {
    font-size: 1pc;
    margin-top: 65px;
    margin-left: -4px;
    padding-left: 60px;
    padding-right: 87pt
}
}

@media(max-width:768px) {
.TopWificonnection__subHeading {
    margin-top: 24px;
    font-size: 13px;
    padding-left: 35px
}
}
.TopWificonnection__subHeading:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    height: 1px;
    background-color: currentColor
}

@media(min-width:769px) {
.TopWificonnection__subHeading:before {
    width: 40px
}
}

@media(max-width:768px) {
.TopWificonnection__subHeading:before {
    width: 25px
}
}
.TopWificonnection__text {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    letter-spacing: .04em;
    line-height: 1.692307692
}

@media(min-width:769px) {
.TopWificonnection__text {
    font-size: 13px;
    margin-top: 1pc;
    padding-left: 56px
}
}

@media(max-width:768px) {
.TopWificonnection__text {
    font-size: 10px;
    margin-top: 9pt;
    padding-left: 35px
}
}

@media(min-width:769px) {
.TopWificonnection__button {
    margin-top: 28px;
    margin-left: 56px
}
}

@media(max-width:768px) {
.TopWificonnection__button {
    margin-top: 17px;
    margin-left: 35px
}
}
.TopPioneersound {
    background-size: cover;
    background-repeat: no-repeat
}

@media(min-width:769px) {
.TopPioneersound {
    background-image: url(../images/top-pioneersound-bg.png)
}
}

@media(max-width:768px) {
.TopPioneersound {
    background-image: url(../images/top-pioneersound-bg-sp.png)
}
}
.TopPioneersound__inner {
    position: relative;
    margin: 0 auto
}

@media(min-width:769px) {
.TopPioneersound__inner {
    width: 65pc;
    height: 700px;
    padding-top: 172px;
    padding-left: 54px;
    box-sizing: border-box
}
}

@media(max-width:768px) {
.TopPioneersound__inner {
    padding: 81.4% 6.666666667% 17%
}
}
.TopPioneersound__heading {
    display: block;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: .056em;
    color: #fff
}

@media(min-width:769px) {
.TopPioneersound__heading {
    font-size: 54px;
    margin-left: -4px;
    line-height: 1.08
}
}

@media(max-width:768px) {
.TopPioneersound__heading {
    font-size: 27px;
    line-height: 1.074074074
}
}
.TopPioneersound__heading span {
    display: block;
    letter-spacing: .04em
}

@media(min-width:769px) {
.TopPioneersound__heading span {
    font-size: 25px;
    margin-top: 28px
}
}

@media(max-width:768px) {
.TopPioneersound__heading span {
    font-size: 14px;
    margin-top: 13px
}
}
.TopPioneersound__heading span:before {
    content: '-';
    display: inline-block;
    margin-right: 2px
}
.TopPioneersound__subHeading {
    position: relative;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #3cb8ff;
    line-height: 1;
    letter-spacing: .04em
}

@media(min-width:769px) {
.TopPioneersound__subHeading {
    font-size: 1pc;
    margin-top: 65px;
    margin-left: -4px;
    padding-left: 60px;
    padding-right: 87pt
}
}

@media(max-width:768px) {
.TopPioneersound__subHeading {
    margin-top: 23px;
    font-size: 13px;
    padding-left: 35px
}
}
.TopPioneersound__subHeading:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    height: 1px;
    background-color: currentColor
}

@media(min-width:769px) {
.TopPioneersound__subHeading:before {
    width: 40px
}
}

@media(max-width:768px) {
.TopPioneersound__subHeading:before {
    width: 25px
}
}
.TopPioneersound__text {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    letter-spacing: .04em;
    line-height: 1.692307692
}

@media(min-width:769px) {
.TopPioneersound__text {
    font-size: 13px;
    margin-top: 1pc;
    padding-left: 56px;
    width: 26pc
}
}

@media(max-width:768px) {
.TopPioneersound__text {
    font-size: 10px;
    margin-top: 9pt;
    padding-left: 35px
}
}

@media(min-width:769px) {
.TopPioneersound__button {
    margin-top: 26px;
    margin-left: 56px
}
}

@media(max-width:768px) {
.TopPioneersound__button {
    margin-top: 17px;
    margin-left: 35px
}
}
.BiggerscreenSection {
    background-image: url(../images/biggerscreen-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

@media(min-width:769px) {
.BiggerscreenSection {
    min-width: 825pt
}
}
.BiggerscreenA {
    text-align: center
}

@media(max-width:768px) {
.BiggerscreenA {
    padding-bottom: 73px
}
}
.BiggerscreenA__inner {
    background-image: url(../images/biggerscreen-01.png);
    background-repeat: no-repeat;
    max-width: 65pc;
    margin: 0 auto
}

@media(min-width:769px) {
.BiggerscreenA__inner {
    padding-top: 90px;
    padding-bottom: 626px;
    background-size: 852px 38pc;
    background-position: center bottom
}
}

@media(max-width:768px) {
.BiggerscreenA__inner {
    padding-top: 95px;
    padding-bottom: 80%;
    background-size: 104% auto;
    background-position: left 200% bottom
}
}
.BiggerscreenA__lead {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #3cb8ff;
    letter-spacing: .04em
}

@media(min-width:769px) {
.BiggerscreenA__lead {
    font-size: 18px
}
}

@media(max-width:768px) {
.BiggerscreenA__lead {
    font-size: 9pt
}
}
.BiggerscreenA__heading {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: .04em;
    line-height: 1.08;
    color: #fff;
    width: 100%
}

@media(min-width:769px) {
.BiggerscreenA__heading {
    font-size: 50px;
    margin-top: 46px
}
}

@media(max-width:768px) {
.BiggerscreenA__heading {
    font-size: 29px;
    margin-top: 23px
}
}
.BiggerscreenB {
    margin: 0 auto;
    text-align: center
}

@media(min-width:769px) {
.BiggerscreenB {
    padding-top: 107px;
    background: url(../images/biggerscreen-b-bg.png) no-repeat center right;
    background-size: 1240px auto;
    padding: 130px 0 107px 0;
    margin: -23px 0 -107px 0;
}
}

@media(max-width:768px) {
.BiggerscreenB {
    background: url(../images/biggerscreen-b-bg-sp.png) no-repeat bottom right;
    background-size: 100%;
    padding-bottom: 90px;
    margin-bottom: -130px;
}
}
.BiggerscreenB__heading {
    max-width: 65pc;
    margin: 0 auto;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: .04em;
    color: #fff;
    width: 100%
}

@media(min-width:769px) {
.BiggerscreenB__heading {
    font-size: 34px;
    line-height: 1.08
}
}

@media(max-width:768px) {
.BiggerscreenB__heading {
    padding-right: 6.8%;
    padding-left: 6.8%;
    font-size: 20px;
    line-height: 1.35
}
}

@media(min-width:769px) {
.BiggerscreenB__heading br {
    display: none
}
}
.BiggerscreenB__text {
    max-width: 65pc;
    margin: 0 auto;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    letter-spacing: .04em;
    line-height: 1.6
}

@media(min-width:769px) {
.BiggerscreenB__text {
    font-size: 13px;
    margin-top: 39px
}
}

@media(max-width:768px) {
.BiggerscreenB__text {
    margin-top: 20px;
    padding-right: 6.8%;
    padding-left: 6.8%;
    font-size: 10px;
    text-align: left
}
}

@media(max-width:768px) {
.BiggerscreenB__text br {
    display: none
}
}

@media(min-width:769px) {
.Biggerscreen-carousel-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 940px;
    margin: 55px auto;
    padding-left: 75px;
}
}

@media(max-width:768px) {
.Biggerscreen-carousel-container {
    padding: 40px 6.8%;
}
}

@media(min-width:769px) {
.Biggerscreen-carousel-container li {
    margin-left: 20px;
}
}

@media(max-width:768px) {
.Biggerscreen-carousel-container li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 30px;
}
}

@media(min-width:769px) {
.Biggerscreen-carousel__thumbnail-container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 180px;
}
}

@media(max-width:768px) {
.Biggerscreen-carousel__thumbnail-container {
    width: 45%;
    margin-right: 25px;
}
}

@media(max-width:768px) {
.Biggerscreen-carousel__thumbnail-container.-seven {
    width: 36.5%;
}
}

@media(max-width:768px) {
.Biggerscreen-carousel__thumbnail-container.-smartphone {
    width: 24.5%;
}
}

@media(min-width:769px) {
.Biggerscreen-carousel__thumbnail {
    width: 300px;
}
}

@media(min-width:769px) {
.-seven .Biggerscreen-carousel__thumbnail {
    width: 243px;
}
}

@media(min-width:769px) {
.-smartphone .Biggerscreen-carousel__thumbnail {
    width: 163px;
}
}

@media(min-width:769px) {
.Biggerscreen-carousel__caption {
    font-size: 16px;
    margin-top: 20px;
}
}

@media(max-width:768px) {
.Biggerscreen-carousel__caption {
    font-size: 13px;
}
}
.BiggerscreenC {
    background-repeat: no-repeat;
    background-position: center top
}

@media(min-width:769px) {
.BiggerscreenC {
    background-image: url(../images/biggerscreen-02.png);
    padding-top: 424px;
    background-size: 930pt auto;
    background-position: top center 20px
}
}

@media(max-width:768px) {
.BiggerscreenC {
    background-image: url(../images/biggerscreen-02-sp.png);
    padding-top: 57%;
    padding-bottom: 18%;
    background-size: 110% auto;
    margin-top: 3pc
}
}
.BiggerscreenC__inner {
    max-width: 65pc;
    margin: 0 auto;
    padding-right: 6.8%;
    padding-left: 6.8%
}

@media(min-width:769px) {
.BiggerscreenC__inner {
    padding-left: 50px
}
}
.BiggerscreenC__heading {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: .04em
}

@media(min-width:769px) {
.BiggerscreenC__heading {
    font-size: 34px
}
}

@media(max-width:768px) {
.BiggerscreenC__heading {
    font-size: 20px
}
}
.BiggerscreenC__text {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    letter-spacing: .04em
}

@media(min-width:769px) {
.BiggerscreenC__text {
    font-size: 13px;
    width: 470px;
    margin-top: 20px
}
}

@media(max-width:768px) {
.BiggerscreenC__text {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 1pc
}
}

@media(min-width:769px) {
.BiggerscreenD {
    margin-top: 171px
}
}
.BiggerscreenD__inner {
    position: relative;
    margin: 0 auto
}

@media(min-width:769px) {
.BiggerscreenD__inner {
    width: 65pc;
    padding-top: 441px;
    padding-right: 50px;
    text-align: right
}
}

@media(max-width:768px) {
.BiggerscreenD__inner {
    padding-top: 54.5%;
    padding-right: 6.8%;
    padding-left: 6.8%
}
}
.BiggerscreenD__product {
    position: absolute;
    top: 0;
    background-image: url(../images/biggerscreen-03.png);
    background-repeat: no-repeat;
    pointer-events: none
}

@media(min-width:769px) {
.BiggerscreenD__product {
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    left: 50%;
    width: 930pt;
    height: 500px;
    background-size: 1121px auto;
    background-position: right top
}
}

@media(max-width:768px) {
.BiggerscreenD__product {
    right: -15%;
    width: 112%;
    height: 0;
    padding-top: 50%;
    background-size: 100% auto
}
}
.BiggerscreenD__heading {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: .04em;
    line-height: 1;
    color: #fff;
    width: 100%
}

@media(min-width:769px) {
.BiggerscreenD__heading {
    font-size: 34px
}
}

@media(max-width:768px) {
.BiggerscreenD__heading {
    font-size: 20px
}
}
.BiggerscreenD__subHeading {
    font-family: Oswald, sans-serif;
    font-weight: 300;
    font-style: italic;
    letter-spacing: .04em;
    color: #3cb8ff;
    width: 100%;
    line-height: 1
}

@media(min-width:769px) {
.BiggerscreenD__subHeading {
    font-size: 1pc;
    margin-top: 13px
}
}

@media(max-width:768px) {
.BiggerscreenD__subHeading {
    font-size: 13px;
    margin-top: 5px
}
}
.BiggerscreenD__text {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    letter-spacing: .04em;
    line-height: 1.6
}

@media(min-width:769px) {
.BiggerscreenD__text {
    margin-top: 30px;
    font-size: 13px
}
}

@media(max-width:768px) {
.BiggerscreenD__text {
    margin-top: 15px;
    font-size: 10px
}
}

@media(min-width:769px) {
.BiggerscreenE {
    padding-top: 196px;
    padding-bottom: 52px
}
}

@media(max-width:768px) {
.BiggerscreenE {
    padding-top: 85px
}
}
.BiggerscreenE__heading {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: .04em;
    text-align: center;
    line-height: 1
}

@media(min-width:769px) {
.BiggerscreenE__heading {
    font-size: 40px;
    padding-bottom: 67px
}
}

@media(max-width:768px) {
.BiggerscreenE__heading {
    font-size: 27px;
    padding-bottom: 43px
}
}
.Smartphonesyncs {
    background-size: 100% auto, cover;
    background-repeat: no-repeat;
    background-position: top center
}

@media(min-width:769px) {
.Smartphonesyncs {
    background-image: url(../images/smartphonesyncs-bg.png), url(../images/smartphonesyncs-bg-02.png);
    min-width: 825pt;
    padding-bottom: 90pt
}
}

@media(max-width:768px) {
.Smartphonesyncs {
    background-image: url(../images/smartphonesyncs-bg.png), url(../images/smartphonesyncs-bg-02-sp.png);
    padding-bottom: 57px
}
}
.Smartphonesyncs__inner {
    margin: 0 auto
}

@media(min-width:769px) {
.Smartphonesyncs__inner {
    width: 940px
}
}

@media(max-width:768px) {
.Smartphonesyncs__inner {
    padding-top: 103px
}
}
.Smartphonesyncs__lead {
    position: relative;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #3cb8ff;
    letter-spacing: .04em;
    text-align: center;
    line-height: 1
}

@media(min-width:769px) {
.Smartphonesyncs__lead {
    font-size: 15px;
    padding-top: 75pt
}
}

@media(max-width:768px) {
.Smartphonesyncs__lead {
    font-size: 9pt
}
}

@media(min-width:769px) {
.Smartphonesyncs__lead:before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    content: '';
    display: block;
    width: 1px;
    background-color: currentColor;
    height: 5pc
}
}
.Smartphonesyncs__lead span:before {
    content: '–';
    display: inline-block;
    margin: 0 5px
}
.Smartphonesyncs__heading {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: .04em;
    text-align: center
}

@media(min-width:769px) {
.Smartphonesyncs__heading {
    line-height: 1.08;
    font-size: 50px;
    margin-top: 52px
}
}

@media(max-width:768px) {
.Smartphonesyncs__heading {
    line-height: 1.18;
    font-size: 29px;
    margin-top: 30px
}
}

@media(min-width:769px) {
.Smartphonesyncs__banner {
    width: 580px;
    margin-top: -182px
}
}

@media(max-width:768px) {
.Smartphonesyncs__banner {
    margin-top: -50px
}
}

@media(min-width:769px) {
.Smartphonesyncs__banner li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}
}

@media(min-width:769px) {
.Smartphonesyncs__banner li+li {
    margin-top: 40px
}
}

@media(max-width:768px) {
.Smartphonesyncs__banner li+li {
    margin-top: 23px
}
}
.Smartphonesyncs__banner li img {
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

@media(min-width:769px) {
.Smartphonesyncs__banner li img {
    width: 198px;
    height: 50px;
    margin-right: 30px
}
}

@media(max-width:768px) {
.Smartphonesyncs__banner li img {
    width: 90pt;
    height: 31px
}
}

@media(min-width:769px) {
.Smartphonesyncs__banner li img.-android {
    width: 216px
}
}

@media(max-width:768px) {
.Smartphonesyncs__banner li img.-android {
    width: 134px
}
}
.Smartphonesyncs__banner li p {
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: .04em
}

@media(min-width:769px) {
.Smartphonesyncs__banner li p {
    font-size: 13px
}
}

@media(max-width:768px) {
.Smartphonesyncs__banner li p {
    font-size: 10px;
    margin-top: 4px
}
}
.Smartphonesyncs__notion {
    background-color: hsla(0,0%,100%,.05);
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.8
}

@media(min-width:769px) {
.Smartphonesyncs__notion {
    margin-top: 85px;
    padding: 34px 40px;
    font-size: 9pt
}
}

@media(max-width:768px) {
.Smartphonesyncs__notion {
    margin-top: 39px;
    font-size: 10px;
    padding: 25px 28px 18px;
    width: 86.6%;
    margin: 50px auto 0 auto;
}
}

@media(min-width:769px) {
.Smartphonesyncs__notion p+p {
    margin-top: 30px
}
}

@media(max-width:768px) {
.Smartphonesyncs__notion p+p {
    margin-top: 23px
}
}

@media(max-width:768px) {
.Smartphonesyncs__notion ul {
    margin-top: 15px
}
}
.Smartphonesyncs__notion ul li {
    position: relative
}

@media(min-width:769px) {
.Smartphonesyncs__notion ul li {
    padding-left: 15px
}
}

@media(max-width:768px) {
.Smartphonesyncs__notion ul li {
    padding-left: 13px;
    padding-bottom: 7px
}
}
.Smartphonesyncs__notion ul li:before {
    position: absolute;
    left: 0;
    content: '';
    display: inline-block;
    border-radius: 50%;
    background-color: hsla(0,0%,100%,.5)
}

@media(min-width:769px) {
.Smartphonesyncs__notion ul li:before {
    top: 7px;
    width: 5px;
    height: 5px
}
}

@media(max-width:768px) {
.Smartphonesyncs__notion ul li:before {
    top: 5px;
    width: 6px;
    height: 6px
}
}
.Smartphonesyncs__notion a {
    color: #3cb8ff
}
.Smartphonesyncs__product {
    margin-right: auto;
    margin-left: auto
}

@media(min-width:769px) {
.Smartphonesyncs__product {
    width: 830px;
    margin-top: 54px
}
}

@media(max-width:768px) {
.Smartphonesyncs__product {
    margin-top: 25px
}
}
.product_container {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: .04em;
}

@media(min-width:769px) {
.product_container {
    margin-top: 100px;
}
}

@media(max-width:768px) {
.product_container {
    margin-top: 55px;
}
}

@media(max-width:768px) {
.product_inner {
    width: 86.6%;
    margin: 0 auto;
}
}

@media(min-width:769px) {
.product_name {
    color: #3cb8ff;
    font-size: 34px;
}
.product_txt {
    display: flex;
    width: 670px;
    margin-top: -130px;
    margin-bottom: 70px;
}
.product_txt .logo {
    width: 25%;
    padding-top: 5px;
}
.product_txt .txt {
    width: 75%;
    font-size: 20px;
    box-sizing: border-box;
    padding-left: 30px;
    line-height: 1.4;
}
}

@media(max-width:768px) {
.product_name {
    color: #3cb8ff;
    font-size: 22px;
}
.product_txt {
    width: 70%;
    margin-top: -80px;
    margin-bottom: 35px;
}
.product_txt .logo {
    padding-top: 5px;
    width: 35%;
}
.product_txt .txt {
    font-size: 15px;
    box-sizing: border-box;
    line-height: 1.4;
}
}
.product-view-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 70px;
}
.product-view-list li {
    width: 300px;
    text-align: center;
    margin: 0 10px;
}
.product-view-list li:first-child {
    margin-left: 0;
}
.product-view-list li:last-child {
    margin-right: 0;
}
.product-view-thumbnail {
    margin-bottom: 5px;
}
.product-viewcaption {
    line-height: 1;
    font-size: 16px;
}
.slick__item {
    display: -webkit-inline-box!important;
    display: -webkit-inline-flex!important;
    display: inline-flex!important;
    position: relative
}
.slick__thumbnail-container {
    width: 75%;
}
.slick-carousel__caption {
    font-size: 14px;
    margin-top: 8px;
    text-align: center;
    display: block;
}
.slick__button {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: none;
    width: calc((100vw - 550px)/2);
    padding: 0;
    background-color: transparent;
    border-style: none;
    width: 38px;
    margin-bottom: 0;
    position: absolute;
    bottom: 65px;
}
.slick__button._prev {
    text-align: left;
    right: -20px;
}
.slick-slide:first-child .slick__item .slick__button._prev {
    visibility: hidden;
}
.slick__button._next {
    text-align: right;
    left: -20px;
}
.slick-slide:last-child .slick__item .slick__button._next {
    visibility: hidden;
}
.slick__button-inner {
    display: inline-block;
    position: absolute;
    bottom: 63px;
}
.slick__button._prev .slick__button-inner {
    left: 0;
}
.slick__button._next .slick__button-inner {
    right: 0;
}

@media(min-width:769px) {
.slick-carousel {
    display: none !important;
}
}
.slick-carousel__button-text {
    font-family: Oswald, sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 10px;
    letter-spacing: .04em;
    color: #fff;
    line-height: 1
}
.slick__button-text {
    font-size: 10px;
    text-align: center
}
.slick-carousel__arrow {
    display: inline-block!important
}
.slick-carousel__arrow._sp {
    display: inline-block!important;
    width: 27px;
    margin-top: 11px
}
.slick__arrow-text {
    display: block
}
.slick-track {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    justify-content: center!important
}
.slick-slide {
    position: relative;
    z-index: 1;
    opacity: .3
}
.slick-slide .slick__item {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}
.slick-slide.slick-current {
    z-index: 2;
    opacity: 1
}
.slick-slide.slick-current .slick__button {
    display: inline-block
}
.slick-slide.slick-current .slick__item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}
.slick-slide.slick-current+.slick-slide .slick__item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}
.Smartphonesyncs__notion {
    margin-top: 45px;
}
.Wificonnection {
    background-size: 100% auto, cover;
    background-repeat: no-repeat;
    background-position: top center
}

@media(min-width:769px) {
.Wificonnection {
    background-image: url(../images/wificonnection-bg.png), url(../images/wificonnection-bg-02.png);
    min-width: 825pt;
    padding-bottom: 90pt
}
}

@media(max-width:768px) {
.Wificonnection {
    background-image: url(../images/wificonnection-bg-sp.png), url(../images/wificonnection-bg-02-sp.png);
    padding-bottom: 57px
}
}
.Wificonnection__inner {
    margin: 0 auto
}

@media(max-width:768px) {
.Wificonnection__inner {
    padding-top: 103px
}
}
.Wificonnection__lead {
    position: relative;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #3cb8ff;
    letter-spacing: .04em;
    text-align: center;
    line-height: 1
}

@media(min-width:769px) {
.Wificonnection__lead {
    font-size: 15px;
    padding-top: 75pt
}
}

@media(max-width:768px) {
.Wificonnection__lead {
    font-size: 9pt
}
}

@media(min-width:769px) {
.Wificonnection__lead:before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    content: '';
    display: block;
    width: 1px;
    background-color: currentColor;
    height: 5pc
}
}
.Wificonnection__lead span:before {
    content: '–';
    display: inline-block;
    margin: 0 5px
}
.Wificonnection__heading {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: .04em;
    text-align: center
}

@media(min-width:769px) {
.Wificonnection__heading {
    line-height: 1.08;
    font-size: 50px;
    margin-top: 52px
}
.Wificonnection__heading span {
    font-size: 1pc;
    position: relative;
    padding-left: 15px;
    top: -28px;
    font-style: normal
}
}

@media(max-width:768px) {
.Wificonnection__heading {
    line-height: 1.18;
    font-size: 29px;
    margin-top: 30px
}
.Wificonnection__heading span {
    font-size: 9pt;
    position: relative;
    padding-left: 8px;
    top: -13px;
    font-style: normal
}
}

@media(min-width:769px) {
.Wificonnection__heading br.-pcHidden {
    display: none
}
}
.Wificonnection__banner {
    margin-right: auto;
    margin-left: auto
}

@media(min-width:769px) {
.Wificonnection__banner {
    width: 940px;
    margin-top: 500px
}
}

@media(max-width:768px) {
.Wificonnection__banner {
    width: 86.6%;
    padding-top: 70%
}
}
.Wificonnection__banner a {
    color: #3cb8ff
}

@media(min-width:769px) {
.Wificonnection__banner li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}
.Wificonnection__banner li .Title {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #3cb8ff;
    letter-spacing: .04em;
    text-align: left;
    line-height: 1;
    margin-bottom: 20px;
    font-size: 19px;
    width: 100%
}
.Wificonnection__banner li.Title img {
    display: none
}
.Wificonnection__banners {
    width: 940px;
    margin-top: 500px;
    margin-right: auto;
    margin-left: auto
}
.Wificonnection__banners.second {
    margin-top: 40px
}
.Wificonnection__banners .Title {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #3cb8ff;
    letter-spacing: .04em;
    text-align: left;
    line-height: 1;
    margin-bottom: 20px;
    font-size: 34px;
    width: 100%
}
.Wificonnection__banners .Title img {
    display: none
}
.Wificonnection__banners div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Wificonnection__banners div.android {
    align-items: flex-start
}
.Wificonnection__banners div .Txt {
    width: 702px;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: .04em;
    font-size: 20px;
    line-height: 1.4;
}
.Wificonnection__banners div .Txt span {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: .01em;
    font-family: Roboto, sans-serif;
    font-style: normal;
    padding-top: 15px;
    display: block;
}
.Wificonnection__banners.second div .Txt {
    width: 100%
}
.Wificonnection__banners div .Img {
    width: 228px;
    padding-left: 20px
}
}

@media(max-width:768px) {
.Wificonnection__banner li+li {
    margin-top: 23px
}
.Wificonnection__banner li.Title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px
}
.Wificonnection__banner li.Title span {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #3cb8ff;
    letter-spacing: .04em;
    text-align: left;
    line-height: 1;
    font-size: 17px
}
.Wificonnection__banner li:nth-of-type(2) img {
    display: none
}
.Wificonnection__banners {
    width: 86.6%;
    padding-top: 70%;
    margin: 0 auto
}
.Wificonnection__banners.second {
    padding-top: 10%
}
.Wificonnection__banners .Title {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #3cb8ff;
    letter-spacing: .04em;
    text-align: left;
    line-height: 1;
    margin-bottom: 20px;
    font-size: 22px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end
}
.Wificonnection__banners .Title.ad {
    margin-bottom: 40px
}
.Wificonnection__banners .Title span {
    width: 65%
}
.Wificonnection__banners .Title img {
    width: 35%;
    height: auto;
    max-width: 140px;
}
.Wificonnection__banners .Title.ad img {
    position: relative;
    top: 20px;
}
.Wificonnection__banners div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.Wificonnection__banners div .Txt {
    width: 100%;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: .04em
}
.Wificonnection__banners div .Txt span {
    padding-top: 30px;
    display: inline-block;
    font-size: 10px;
}
.Wificonnection__banners div .Img {
    display: none;
}
}
.Wificonnection__banner li img {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

@media(min-width:769px) {
.Wificonnection__banner li img {
    width: 20%;
    padding-left: 30px;
}
}

@media(max-width:768px) {
.Wificonnection__banner li img {
    width: 90pt;
    height: 31px
}
}

@media(min-width:769px) {
.Wificonnection__banner li img.-android {
    width: 216px
}
}

@media(max-width:768px) {
.Wificonnection__banner li img.-android {
    width: 134px
}
}
.Wificonnection__banner li p {
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: .04em
}

@media(min-width:769px) {
.Wificonnection__banner li p {
    font-size: 13px;
    width: 80%
}
}

@media(max-width:768px) {
.Wificonnection__banner li p {
    font-size: 10px;
    margin-top: 4px
}
}
.Wificonnection__note {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:769px) {
.Wificonnection__note {
    text-align: right;
    width: 940px;
    font-size: 13px;
    margin-top: 36px;
    margin-bottom: -70px
}
}

@media(max-width:768px) {
.Wificonnection__note {
    font-size: 10px;
    margin-top: 24px;
    margin-bottom: -24px;
    width: 86.6%
}
}
.Wificonnection__notion {
    background-color: hsla(0,0%,100%,.05);
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.8;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:769px) {
.Wificonnection__notion {
    width: 940px;
    margin-top: 85px;
    padding: 34px 40px;
    font-size: 9pt
}
}

@media(max-width:768px) {
.Wificonnection__notion {
    width: 86.6%;
    margin-top: 39px;
    font-size: 10px;
    padding: 25px 28px 18px
}
}

@media(min-width:769px) {
.Wificonnection__notion p+p {
    margin-top: 30px
}
}

@media(max-width:768px) {
.Wificonnection__notion p+p {
    margin-top: 23px
}
}

@media(max-width:768px) {
.Wificonnection__notion ul {
    margin-top: 15px
}
}
.Wificonnection__notion ul li {
    position: relative
}

@media(min-width:769px) {
.Wificonnection__notion ul li {
    padding-left: 15px
}
}

@media(max-width:768px) {
.Wificonnection__notion ul li {
    padding-left: 13px;
    padding-bottom: 7px
}
}
.Wificonnection__notion ul li:before {
    position: absolute;
    left: 0;
    content: '';
    display: inline-block;
    border-radius: 50%;
    background-color: hsla(0,0%,100%,.5)
}

@media(min-width:769px) {
.Wificonnection__notion ul li:before {
    top: 7px;
    width: 5px;
    height: 5px
}
}

@media(max-width:768px) {
.Wificonnection__notion ul li:before {
    top: 5px;
    width: 6px;
    height: 6px
}
}
.Wificonnection__notion a {
    color: #3cb8ff
}
.Wificonnection__product {
    margin-right: auto;
    margin-left: auto
}

@media(min-width:769px) {
.Wificonnection__product {
    width: 830px;
    margin-top: 54px
}
}

@media(max-width:768px) {
.Wificonnection__product {
    margin-top: 36px
}
}
.Wificonnection__modelsHeading {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    letter-spacing: .04em;
    line-height: 1
}

@media(min-width:769px) {
.Wificonnection__modelsHeading {
    font-size: 40px;
    padding-top: 118px;
    padding-bottom: 74px
}
}

@media(max-width:768px) {
.Wificonnection__modelsHeading {
    font-size: 27px;
    padding-top: 78px;
    padding-bottom: 45px
}
}
.Pioneersound {
    background-size: 100% auto, cover;
    background-repeat: no-repeat;
    background-position: top center
}

@media(min-width:769px) {
.Pioneersound {
    background-image: url(../images/pioneersound-bg.png), url(../images/pioneersound-bg-02.png);
    min-width: 825pt
}
}

@media(max-width:768px) {
.Pioneersound {
    background-image: url(../images/pioneersound-bg-sp.png)
}
}
.Pioneersound__inner {
    margin: 0 auto
}

@media(min-width:769px) {
.Pioneersound__inner {
    padding-bottom: 31pc
}
}

@media(max-width:768px) {
.Pioneersound__inner {
    padding-top: 103px;
    padding-bottom: 66.6%
}
}
.Pioneersound__lead {
    position: relative;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #3cb8ff;
    letter-spacing: .04em;
    text-align: center;
    line-height: 1
}

@media(min-width:769px) {
.Pioneersound__lead {
    font-size: 18px;
    padding-top: 97px
}
}

@media(max-width:768px) {
.Pioneersound__lead {
    font-size: 9pt
}
}

@media(min-width:769px) {
.Pioneersound__lead:before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    content: '';
    display: block;
    width: 1px;
    background-color: currentColor;
    height: 5pc
}
}
.Pioneersound__lead span:before {
    content: '–';
    display: inline-block;
    margin: 0 5px
}
.Pioneersound__heading {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: .04em;
    text-align: center
}

@media(min-width:769px) {
.Pioneersound__heading {
    line-height: 1.08;
    font-size: 50px;
    margin-top: 52px
}
}

@media(max-width:768px) {
.Pioneersound__heading {
    line-height: 1.18;
    font-size: 29px;
    margin-top: 30px
}
}

@media(min-width:769px) {
.Pioneersound__models {
    margin-top: 98px
}
}

@media(max-width:768px) {
.Pioneersound__models {
    padding-top: 50px
}
}
.Pioneersound__modelsHeading {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: .04em;
    text-align: center;
    line-height: 1
}

@media(min-width:769px) {
.Pioneersound__modelsHeading {
    padding-bottom: 76px;
    font-size: 40px
}
}

@media(max-width:768px) {
.Pioneersound__modelsHeading {
    padding-bottom: 50px;
    font-size: 27px
}
}
.PioneersoundA {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    background-color: #000204
}

@media(min-width:769px) {
.PioneersoundA {
    background-image: url(../images/pioneersound-bg-02.png)
}
}

@media(max-width:768px) {
.PioneersoundA {
    background-image: url(../images/pioneersound-bg-sp-02.png)
}
}

@media(min-width:769px) {
.PioneersoundA__inner {
    width: 940px;
    margin: 0 auto
}
}
.PioneersoundA__product {
    position: relative
}

@media(min-width:769px) {
.PioneersoundA__product {
    padding-left: 498px;
    padding-top: 5pc;
    padding-bottom: 60px;
    height: 445px
}
}

@media(max-width:768px) {
.PioneersoundA__product {
    padding: 66.6% 6.6% 44px
}
}
.PioneersoundA__productImage {
    position: absolute
}

@media(min-width:769px) {
.PioneersoundA__productImage {
    top: 0;
    left: -6pc;
    width: 570px
}
}

@media(max-width:768px) {
.PioneersoundA__productImage {
    width: 86.7%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}
}
.PioneersoundA__productHeading {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    line-height: 1.323529412
}

@media(min-width:769px) {
.PioneersoundA__productHeading {
    letter-spacing: .035em;
    font-size: 34px
}
}
.PioneersoundA__productText {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.6
}

@media(min-width:769px) {
.PioneersoundA__productText {
    margin-top: 40px;
    letter-spacing: .035em;
    font-size: 13px
}
}

@media(max-width:768px) {
.PioneersoundA__productText {
    margin-top: 15px;
    font-size: 10px
}
}
.PioneersoundA__subHeading {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic;
    line-height: 1.5
}

@media(min-width:769px) {
.PioneersoundA__subHeading {
    font-size: 20px;
    padding-top: 152px;
    padding-bottom: 45px;
    letter-spacing: .035em
}
}

@media(max-width:768px) {
.PioneersoundA__subHeading {
    font-size: 15px;
    padding-right: 6.6%;
    padding-left: 6.6%;
    padding-bottom: 26px;
    letter-spacing: .03em
}
}
.PioneersoundB {
    background-color: hsla(0,0%,100%,.05)
}

@media(min-width:769px) {
.PioneersoundB {
    margin-top: 103px
}
}

@media(max-width:768px) {
.PioneersoundB {
    margin-top: 57px
}
}

@media(min-width:769px) {
.PioneersoundB__inner {
    width: 940px;
    margin: 0 auto;
    padding-top: 74px
}
}
.PioneersoundB__heading {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: italic
}

@media(min-width:769px) {
.PioneersoundB__heading {
    line-height: 1.5;
    letter-spacing: .035em;
    font-size: 20px;
    padding-bottom: 3pc
}
}

@media(max-width:768px) {
.PioneersoundB__heading {
    line-height: 1.466666667;
    font-size: 15px;
    padding: 11.8% 6.6% 23px
}
}

@media(min-width:769px) {
.PioneersoundParts {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}
.PioneersoundParts.in {
    padding-bottom: 50px;
}
}

@media(max-width:768px) {
.PioneersoundParts {
    padding-right: 6.6%;
    padding-left: 6.6%
}
.PioneersoundParts.in {
    padding-bottom: 50px;
}
}
.PioneersoundParts__item {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    position: relative
}

@media(min-width:769px) {
.PioneersoundParts__item {
    width: 440px;
    padding-left: 150px
}
}

@media(max-width:768px) {
.PioneersoundParts__item {
    padding-left: 90pt
}
}

@media(max-width:768px) {
.PioneersoundParts__item+.PioneersoundParts__item {
    margin-top: 34px
}
}
.PioneersoundParts__image {
    position: absolute;
    top: 0;
    left: 0
}

@media(min-width:769px) {
.PioneersoundParts__image {
    width: 90pt;
    height: 90pt
}
}

@media(max-width:768px) {
.PioneersoundParts__image {
    width: 75pt;
    height: 75pt
}
}
.PioneersoundParts__name {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #3cb8ff
}

@media(min-width:769px) {
.PioneersoundParts__name {
    font-size: 15px;
    letter-spacing: .035em;
    line-height: 1.5
}
}

@media(max-width:768px) {
.PioneersoundParts__name {
    font-size: 13px;
    line-height: 1.8
}
}
.PioneersoundParts__text {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: .04em
}

@media(min-width:769px) {
.PioneersoundParts__text {
    font-size: 13px;
    margin-top: 14px;
    letter-spacing: .035em
}
}

@media(max-width:768px) {
.PioneersoundParts__text {
    font-size: 10px
}
}
/*  region
------------------------*/

#page_region {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    background-size: cover;
    height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    letter-spacing: .04em;
}

@media(min-width:769px) {
#page_region {
    background: url(../images/region-bg.jpg) no-repeat center;
    background-size: cover;
}
}

@media(max-width:768px) {
#page_region {
    background: url(../images/region-bg-sp.jpg) no-repeat center;
}
}
#page_region .Header__logo {
    margin: 0 auto 25px auto;
}

@media(min-width:769px) {
#page_region .Header__logo {
    width: 337px;
}
}

@media(max-width:768px) {
#page_region .Header__logo {
    width: 252px;
}
}
#page_region .Header__logo img {
    width: 100%;
    display: block;
}
.region_inner {
    margin: 0 auto;
}

@media(min-width:769px) {
.region_inner {
    width: 1040px;
}
}

@media(max-width:768px) {
.region_inner {
    width: 98%
}
}
.region_text {
    text-align: center;
    line-height: 1.6;
}

@media(min-width:769px) {
.region_text {
    font-size: 13px;
    margin-bottom: 45px;
}
}

@media(max-width:768px) {
.region_text {
    font-size: 10px;
    margin-bottom: 35px;
}
}
.region_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
    text-align: center;
    width: 880px;
    margin: 0 auto;
}
.region_list::after {
    content: "";
    display: block;
    width: 280px;
}
.region_list li {
    width: 280px;
    height: 45px;
    line-height: 43px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px
}
.region_list li a {
    color: #fff;
    display: block;
    text-decoration: none;
}
.region_select {
    position: relative;
    margin-bottom: 35px;
}
.region_select::after {
    content: '';
    background: url(../images/svg-arrow-select.svg) no-repeat center;
    background-size: 9px;
    width: 42px;
    height: 37px;
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    border-left: 1px solid hsla(0,0%,100%,.3);
    z-index: -1;
}
.region_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 1px solid hsla(0,0%,100%,.3);
    width: 100%;
    display: block;
    font-size: 11px;
    color: #fff;
    font-family: Roboto, sans-serif;
    height: 43px;
    line-height: 41px;
    box-sizing: border-box;
    padding: 0 18px;
    letter-spacing: .04em;
    border-radius: 0;
}
#page_region button {
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    display: block;
    margin: 0 auto;
    transition: .3s;
}
#page_region button:disabled {
    opacity: .3;
    background: hsla(0,0%,100%,.3);
    transition: .3s;
}
#page_region button:disabled::before {
    display: none;
}
#page_region button .Button__inner {
    font-size: 11px;
}

@media(min-width:769px) {
#page_region button {
    display: none;
}
}

@media(min-width:769px) {
.pc_none {
    display: none;
}
}

@media(max-width:768px) {
.sp_none {
    display: none;
}
}

@media(min-width:769px) {
.sync_android_txt {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.8;
    font-size: 14px;
    font-style: normal;
    text-align: center;
    position: relative;
    top: -20px;
}
}

@media(max-width:768px) {
.sync_android_txt {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.8;
    font-size: 10px;
    font-style: normal;
    text-align: left;
    padding: 10px 6% 0;
}
}

@media(min-width:769px) {
body.modal_open {
    overflow: hidden;
}
.TopBea__modal_wrap input {
    display: none;
}
.TopBea__modal_overlay {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(3, 7, 13, 0.85);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
    padding: 0 20%;
}
.TopBea__modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}
.TopBea__modal_content {
    position: relative;
    align-self: center;
    width: 100%;
    padding-top: 56.25%;
    transition: 0.5s;
}
.TopBea__modal_content iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.TopBea__close_button {
    position: absolute;
    cursor: pointer;
    width: 40px;
    right: 0px;
    top: -60px;
}
.TopBea__modal_wrap input:checked ~ .TopBea__modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}
.TopBea__close_button.sp {
    display: none;
}
}

@media(max-width:768px) {
.TopBea__modal_wrap input {
    display: none;
}
.TopBea__modal_overlay {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(3, 7, 13, 0.85);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}
.TopBea__modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}
.TopBea__modal_content {
    position: relative;
    align-self: center;
    width: 100%;
    padding-top: 56.25%;
    transition: 0.5s;
}
.TopBea__modal_content iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.TopBea__close_button {
    position: absolute;
    cursor: pointer;
    width: 50px;
    left: 0;
    right: 0;
    margin: 30px auto 0;
}
.TopBea__modal_wrap input:checked ~ .TopBea__modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}
.TopBea__close_button.pc {
    display: none;
}
}
