/* vars */
/*
$minusYFeature:-27px;
$minusYCollect:-54px;
$minusYDevice: -81px;
$minusYNews:   -108px;
$minusYFooter: -135px;
*/
/* mixin-define */
html {
  height: 100%;
}

body {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
  /*font-family:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,"Helvetica Neue",sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック", 'Noto Sans Japanese', YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-align: center;
  letter-spacing: .7px;
  height: 100%;
  /*background: none #1d252c;*/
  background: none #fff;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

a {
  text-decoration: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
ul,
li,
p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

ul#tab {
  margin: 0 auto 0;
  padding: 0;
  width: 1060px;
	height:90px;
	border-bottom: solid 13px #268cdb;
}


#tab li {
  float: left;
	text-align:center;
  height: 80px;
  width: 188px;
}

#tab li a{
  cursor: pointer;
}

#tab li:last-child {
  float: left;
	text-align:right;
  height: 77px;
  width: 188px;
}

#tab a {
	cursor: pointer;
}

.anim-four-slides {
  display: inline-block;
  position: relative;
  padding: 29px 85px;
  overflow: hidden;
}

.anim-four-slides--radisma {
  padding: 36px 61.5px;
}

.anim-four-slides--feature {
}

.anim-four-slides--collect {
}

.anim-four-slides--device {
}

.anim-four-slides--news {
  padding: 31px 85px;
}

.anim-four-slides::before {
  content: "";
  display: block;
  position: absolute;
  background: none #fff;
  -webkit-transition: all .5s ease-out 0s;
  -o-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  width: 6px;
  height: 100%;
  left: 0;
  top: -100%;
}

.anim-four-slides--feature::before {
  content: "";
  display: block;
  position: absolute;
  background: none #333;
  -webkit-transition: all .5s ease-out 0s;
  -o-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  width: 6px;
}

.anim-four-slides--collect::before {
  width: 6px;
}

.anim-four-slides--device::before {
  width: 6px;
}

.anim-four-slides--news::before {
  content: "";
  display: block;
  position: absolute;
  background: none #333;
  -webkit-transition: all .5s ease-out 0s;
  -o-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  width: 6px;
}

.anim-four-slides::after {
  content: "";
  display: block;
  position: absolute;
  background: none #fff;
  -webkit-transition: all .5s ease-out 0s;
  -o-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  width: 6px;
  height: 100%;
  right: 0;
  bottom: -100%;
}

.anim-four-slides--feature::after {
  content: "";
  display: block;
  position: absolute;
  background: none #333;
  -webkit-transition: all .5s ease-out 0s;
  -o-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  width: 6px;
}

.anim-four-slides--collect::after {
  width: 6px;
}

.anim-four-slides--device::after {
  width: 6px;
}

.anim-four-slides--news::after {
  content: "";
  display: block;
  position: absolute;
  background: none #333;
  -webkit-transition: all .5s ease-out 0s;
  -o-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  width: 6px;
}

.anim-four-slides.active::before {
  top: 0%;
}

.anim-four-slides.active::after {
  bottom: 0%;
}

.anim-four-slides__inner {
  display: block;
  height: 100%;
}

.anim-four-slides__inner::before {
  content: "";
  display: block;
  position: absolute;
  background: none #fff;
  -webkit-transition: all .5s ease-out .5s;
  -o-transition: all .5s ease-out .5s;
  transition: all .5s ease-out .5s;
  width: 100%;
  height: 6px;
  left: -100%;
  bottom: 0;
}

.anim-four-slides__inner::after {
  content: "";
  display: block;
  position: absolute;
  background: none #fff;
  -webkit-transition: all .5s ease-out .5s;
  -o-transition: all .5s ease-out .5s;
  transition: all .5s ease-out .5s;
  width: 100%;
  height: 6px;
  right: -100%;
  top: 0;
}

.active .anim-four-slides__inner::before {
  left: 0%;
}

.active .anim-four-slides__inner::after {
  right: 0%;
}

.anim-four-slides--feature .anim-four-slides__inner::before {
  content: "";
  display: block;
  position: absolute;
  background: none #333;
  -webkit-transition: all .5s ease-out .5s;
  -o-transition: all .5s ease-out .5s;
  transition: all .5s ease-out .5s;
  height: 6px;
}

.anim-four-slides--feature .anim-four-slides__inner::after {
  content: "";
  display: block;
  position: absolute;
  background: none #333;
  -webkit-transition: all .5s ease-out .5s;
  -o-transition: all .5s ease-out .5s;
  transition: all .5s ease-out .5s;
  height: 6px;
}

.anim-four-slides--collect .anim-four-slides__inner::before {
  height: 6px;
}

.anim-four-slides--collect .anim-four-slides__inner::after {
  height: 6px;
}

.anim-four-slides--device .anim-four-slides__inner::before {
  height: 6px;
}

.anim-four-slides--device .anim-four-slides__inner::after {
  height: 6px;
}

.anim-four-slides--news .anim-four-slides__inner::before {
  content: "";
  display: block;
  position: absolute;
  background: none #333;
  -webkit-transition: all .5s ease-out .5s;
  -o-transition: all .5s ease-out .5s;
  transition: all .5s ease-out .5s;
  height: 6px;
}

.anim-four-slides--news .anim-four-slides__inner::after {
  content: "";
  display: block;
  position: absolute;
  background: none #333;
  -webkit-transition: all .5s ease-out .5s;
  -o-transition: all .5s ease-out .5s;
  transition: all .5s ease-out .5s;
  height: 6px;
}

.anim-three-slides {
  position: absolute;
  top: 39px;
  left: 43px;
  z-index: -1;
  width: 100px;
  height: 303px;
}

.anim-three-slides__x {
  position: absolute;
  background: none #fff;
  -webkit-transition: all .5s ease-out 0s;
  -o-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  right: 0;
  top: 0;
  width: 0;
  height: 6px;
}

.active .anim-three-slides__x {
  width: 100%;
}

.anim-three-slides__y {
  position: absolute;
  background: none #fff;
  -webkit-transition: all .5s ease-out .5s;
  -o-transition: all .5s ease-out .5s;
  transition: all .5s ease-out .5s;
  left: 0;
  top: 0;
  width: 6px;
  height: 0;
}

.active .anim-three-slides__y {
  height: 100%;
}

.anim-three-slides__z {
  position: absolute;
  background: none #fff;
  -webkit-transition: all .5s ease-out 1s;
  -o-transition: all .5s ease-out 1s;
  transition: all .5s ease-out 1s;
  left: 0;
  bottom: 0;
  width: 0;
  height: 6px;
}

.active .anim-three-slides__z {
  width: 100%;
}

.anim_start.anim {
  -webkit-transform: translateY(65px);
      -ms-transform: translateY(65px);
          transform: translateY(65px);
  opacity: 0;
}

.hhradio__logo.anim_start.anim {
  -webkit-transform: translate(0, -50px) scale(1.1);
      -ms-transform: translate(0, -50px) scale(1.1);
          transform: translate(0, -50px) scale(1.1);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  opacity: 0;
}

.anim {
  -webkit-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.hhradio__logo.anim {
  -webkit-transition: all .75s ease-in-out .3s;
  -o-transition: all .75s ease-in-out .3s;
  transition: all .75s ease-in-out .3s;
  -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.news.anim {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.news.anim li {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.news.anim li:nth-child(1) {
  -webkit-transition: all .75s ease-out 0s;
  -o-transition: all .75s ease-out 0s;
  transition: all .75s ease-out 0s;
}

.news.anim li:nth-child(2) {
  -webkit-transition: all .75s ease-out .3s;
  -o-transition: all .75s ease-out .3s;
  transition: all .75s ease-out .3s;
}

.news.anim li:nth-child(3) {
  -webkit-transition: all .75s ease-out .6s;
  -o-transition: all .75s ease-out .6s;
  transition: all .75s ease-out .6s;
}

.news.anim li:nth-child(4) {
  -webkit-transition: all .75s ease-out .9s;
  -o-transition: all .75s ease-out .9s;
  transition: all .75s ease-out .9s;
}



.wrapper {
  font-weight: bold;
  letter-spacing: 1px;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 1s linear 0s;
  -o-transition: opacity 1s linear 0s;
  transition: opacity 1s linear 0s;
}

.default-hide.wrapper {
  opacity: 0;
}

.inbox {
	position:relative;
}

h1.site_title {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 0px;
  opacity: 0;
}

header.upper {
  min-height: 540px;
  background: url(../img/2nd/bg-head.png) repeat-x center top, -webkit-gradient(linear, left top, left bottom, from(#5fbdfd), color-stop(50%, #5fbdfd), color-stop(50%, #5fbdfd), to(#5fbdfd));
  background: url(../img/2nd/bg-head.png) repeat-x center top, -webkit-linear-gradient(top, #5fbdfd 0%, #5fbdfd 50%, #5fbdfd 50%, #5fbdfd 100%);
  background: url(../img/2nd/bg-head.png) repeat-x center top, -o-linear-gradient(top, #5fbdfd 0%, #5fbdfd 50%, #5fbdfd 50%, #5fbdfd 100%);
  background: url(../img/2nd/bg-head.png) repeat-x center top, linear-gradient(180deg, #5fbdfd 0%, #5fbdfd 50%, #5fbdfd 50%, #5fbdfd 100%);
}

header.upper .inbox {
  position: relative;
}

header.upper .inbox h2 {
	position:relative;
	width:auto;
	margin:0 auto;
  -webkit-transform: translateY(105px);
      -ms-transform: translateY(105px);
          transform: translateY(105px);
}

header.upper .inbox h2.galaxy {
	position:relative;
	width:409px;
	margin:0 auto;
  -webkit-transform: translateY(105px);
      -ms-transform: translateY(105px);
          transform: translateY(105px);
}

header.upper .inbox h2.galaxy .new-icon {
	position:absolute;
	top: -32px;
	left: -133px;
	width:100px;
}

header.upper .inbox h2.basio4 {
	position:relative;
	width:139px;
	margin:0 auto 30px;
  -webkit-transform: translateY(105px);
      -ms-transform: translateY(105px);
          transform: translateY(105px);
}

header.upper .inbox h2.basio4 .new-icon {
	position:absolute;
	top: -32px;
	left: -133px;
	width:100px;
}


header.upper .inbox h2.f41a {
	position:relative;
	width:326px;
	margin:0 auto;
  -webkit-transform: translateY(105px);
      -ms-transform: translateY(105px);
          transform: translateY(105px);
}

header.upper .inbox h2.f41a .new-icon {
	position:absolute;
	top: -32px;
	left: -133px;
	width:100px;
}


header.upper .inbox h2.asus {
	position:relative;
	width:409px;
	margin:0 auto;
  -webkit-transform: translateY(105px);
      -ms-transform: translateY(105px);
          transform: translateY(105px);
}

header.upper .inbox h2.asus .new-icon {
	position:absolute;
	top: -32px;
	left: -133px;
	width:100px;
}

header.upper .inbox h3 {
  position: absolute;
  top: 260px;
  left: calc(50% + 188px);
}

header.upper .inbox h3.basio4 {
  position: absolute;
  top: 193px;
  left: calc(50% + 332px);
}

header.upper .inbox h3.a20 {
  position: absolute;
  top: 213px;
  left: calc(50% + 405px);
}

header.upper .inbox h3.sim-free {
  position: absolute;
  top: 339px;
  left: calc(-173% + 100px);
}

header.upper .inbox h3.sim-free-rog {
  position: absolute;
  top: 334px;
  right: calc(50% + 360px);
}

header.upper .inbox h3.arrows {
  position: absolute;
  top: 211px;
  left: calc(50% + 198px);
}


header.upper .inbox .phone {
  -webkit-transform: translateY(145px);
      -ms-transform: translateY(145px);
          transform: translateY(145px);
  display: block;
}

header.upper .inbox .phone.a20_photo {
  -webkit-transform: translateY(145px);
      -ms-transform: translateY(145px);
          transform: translateY(145px);
  display: block;
  margin-top: 50px;
}

header.upper .arrows-txt {
	margin: 158px auto -120px;
	width: 600px;
	color:#fff;
}


.howtouse {
  background: url(../img/2nd/bg-main.png) #5fbdfd repeat-x center bottom;
}

.howtouse .inbox {
  padding: 186px 0 245px;
}

.howtouse__txt {
  margin: 0 0 47px;
}

.usage {
  background: none #fff;
  width: 1060px;
  margin: auto;
  padding: 55px 0;
}

.usage .case{
	margin-top:30px;
  font-size:24px;
}

.usage__one,
.usage__two,
.usage__three,
.usage__question {
  padding: 55px 0 0;
}

.usage__one h3,
.usage__two h3,
.usage__three h3,
.usage__question h3 {
  position: relative;
  height: 125px;
  background: url(../img/2nd/n01.svg) no-repeat center top;
}

.usage__one h3 img,
.usage__two h3 img,
.usage__three h3 img,
.usage__question h3 img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.usage__one .explain,
.usage__two .explain,
.usage__three .explain,
.usage__question .explain {
  margin: 45px 0 70px;
  font-size: 22px;
  line-height: 1.72;
  color: #2e8ed8;
}

.usage__one .explain-sub {
  margin: -45px 0 50px;
  font-size: 16px;
  line-height: 1.86;
  color: #2e8ed8;
}

.usage__one .explain img,
.usage__two .explain img,
.usage__three .explain img,
.usage__question .explain img {
  vertical-align: middle;
}

.usage__one {
  padding-bottom: 192px;
  background: url(../img/2nd/borderline.svg) no-repeat center bottom;
}

.usage__one h3 {
  background: url(../img/2nd/n01.svg) no-repeat center top;
}

.usage__two {
  padding-bottom: 220px;
  background: url(../img/2nd/borderline.svg) no-repeat center bottom;
}

.usage__two h3 {
  background: url(../img/2nd/n02.svg) no-repeat center top;
}

.usage__three h3 {
  background: url(../img/2nd/n03.svg) no-repeat center top;
}

.usage__question {
  padding-top: 165px;
}

.usage__question h3 {
  background: url(../img/2nd/n-question.svg) no-repeat center top;
  margin-bottom: 13px;
}

.usage__question__detail {
  margin: 0 110px 27px;
  position: relative;
  text-align: left;
}

.usage__question__detail dt {
  font-size: 24px;
  color: #2e8ed8;
  line-height: 1;
  display: inline-block;
  position: relative;
  border: 5px solid #5fbdfd;
  padding: 11px 23px;
  letter-spacing: -1px;
  -webkit-transform: translate(-21px, 31px);
      -ms-transform: translate(-21px, 31px);
          transform: translate(-21px, 31px);
}

.usage__question__detail dt::after {
  content: url(../img/2nd/fukidashi-ex.png);
  display: block;
  position: absolute;
  top: 99.3%;
  left: 40px;
}

.usage__question__detail dd {
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
  background: none #f6f6f6;
  padding: 55px 65px 30px;
}

.usage__list li {
  width: 213px;
  margin: 0 49px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.usage__list li span {
  display: block;
  overflow: hidden;
  min-height: 379px;
  background: none #eee;
}

.usage__list li aside {
  margin: 25px 0 0;
  font-size: 13px;
  line-height: 1.61;
}

.usage__list li:nth-child(1)::after,
.usage__list li:nth-child(2)::after {
  content: url(../img/2nd/arrow.svg);
  display: block;
  position: absolute;
  top: 200px;
  left: 246px;
}


.usage__list_galaxy_docomo,
.usage__list_galaxy_docomo2,
.usage__list_galaxy_au,
.usage__list_basio4 {
	width:1000px;
	margin: 0 auto;
}

.usage__list_galaxy_docomo li,
.usage__list_galaxy_docomo2 li,
.usage__list_galaxy_au li,
.usage__list_basio4 li {
  width: 216px;
  margin: 0 49px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.usage__list_galaxy_docomo li:nth-child(0),
.usage__list_galaxy_docomo li:nth-child(1),
.usage__list_galaxy_docomo2 li:nth-child(0),
.usage__list_galaxy_docomo2 li:nth-child(1),
.usage__list_galaxy_au li:nth-child(0),
.usage__list_galaxy_au li:nth-child(1),
.usage__list_basio4 li:nth-child(0),
.usage__list_basio4 li:nth-child(1) {
  margin-bottom:127px;
}

.usage__list_galaxy_docomo li span,
.usage__list_galaxy_docomo2 li span,
.usage__list_galaxy_au li span {
  display: block;
  overflow: hidden;
  min-height: 379px;
  background: none #eee;
}

.usage__list_basio4 li span {
  display: block;
  overflow: hidden;
  min-height: 379px;
  background: none #01a5ec;
}

.usage__list_basio4 li.radiko span {
  display: block;
  overflow: hidden;
  min-height: 379px;
  background: none #00b1fd;
}

.usage__list_basio4 li img {
  max-height: 433px;
}

.usage__list_galaxy_docomo li aside,
.usage__list_galaxy_docomo2 li aside,
.usage__list_galaxy_au li aside,
.usage__list_basio4 li aside {
  margin: 25px 0 0;
  font-size: 13px;
  line-height: 1.61;
}

.usage__list_galaxy_docomo li:nth-child(1)::after,
.usage__list_galaxy_docomo li:nth-child(2)::after,
.usage__list_galaxy_docomo li:nth-child(3)::after,
.usage__list_galaxy_docomo li:nth-child(4)::after,
.usage__list_galaxy_docomo li:nth-child(5)::after,
.usage__list_galaxy_docomo2 li:nth-child(1)::after,
.usage__list_galaxy_docomo2 li:nth-child(2)::after,
.usage__list_galaxy_docomo2 li:nth-child(3)::after,
.usage__list_galaxy_docomo2 li:nth-child(4)::after,
.usage__list_galaxy_au li:nth-child(1)::after,
.usage__list_galaxy_au li:nth-child(2)::after,
.usage__list_galaxy_au li:nth-child(3)::after,
.usage__list_galaxy_au li:nth-child(4)::after,
.usage__list_basio4 li:nth-child(1)::after,
.usage__list_basio4 li:nth-child(2)::after,
.usage__list_basio4 li:nth-child(3)::after,
.usage__list_basio4 li:nth-child(4)::after,
.usage__list_basio4 li:nth-child(5)::after {
  content: url(../img/2nd/arrow.svg);
  display: block;
  position: absolute;
  top: 265px;
  left: 246px;
}

.usage__list_galaxy_docomo li:nth-child(4)::before,
.usage__list_galaxy_docomo2 li:nth-child(4)::before,
.usage__list_galaxy_au li:nth-child(4)::before,
.usage__list_basio4 li:nth-child(4)::before {
  content: url(../img/2nd/arrow.svg);
  display: block;
  position: absolute;
  top: 265px;
  left: -68px;
}




.usage__list_asus {
	width:800px;
	margin: 0 auto;
}

.usage__list_asus li {
  width: 216px;
  margin: 0 49px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.usage__list_asus li:nth-child(0),
.usage__list_asus li:nth-child(1) {
  margin-bottom:127px;
}

.usage__list_asus li span {
  display: block;
  overflow: hidden;
  min-height: 379px;
  background: none #eee;
}

.usage__list_asus li aside {
  margin: 25px 0 0;
  font-size: 13px;
  line-height: 1.61;
}

.usage__list_asus li:nth-child(1)::after,
.usage__list_asus li:nth-child(2)::after,
.usage__list_asus li:nth-child(3)::after {
  content: url(../img/2nd/arrow.svg);
  display: block;
  position: absolute;
  top: 265px;
  left: 246px;
}

.usage__list_asus li:nth-child(3)::before {
  content: url(../img/2nd/arrow.svg);
  display: block;
  position: absolute;
  top: 265px;
  left: -68px;
}



.usage__list-ex {
  margin: 78px 0 0;
  text-align: center;
}

.usage__list-ex li {
  width: 23.0%;
  margin: 25px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.61;
  padding: 0 10px;
}

.usage__list-ex li img {
  margin: 0 0 23px;
}

.usage__list-ex li aside {
  text-align: left;
}

.usage__list-ex li aside img {
  margin: 0 3px 0 0;
}

.phone-figure img {
  position: relative;
}

.phone-figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}

.phone-figure--docomo::before {
  left: 0;
  right: 0;
  margin: auto;
  width: 210px;
  height: 400px;
  border-radius: 40px;
  border: 0px;
  -webkit-transform: translate(30px, 240px);
      -ms-transform: translate(30px, 240px);
          transform: translate(30px, 240px);
  background-blend-mode: multiply;
  background: none rgba(129, 129, 245, .22);
  -webkit-box-shadow: 0px 0px 20px 10px rgba(129, 129, 245, .22);
          box-shadow: 0px 0px 20px 10px rgba(129, 129, 245, .22);
}

.phone-figure--au::before {
  left: 0;
  right: 0;
  margin: auto;
  width: 217px;
  height: 419px;
  border-radius: 4px;
  border: 0px;
  -webkit-transform: translate(30px, 230px);
      -ms-transform: translate(30px, 230px);
          transform: translate(30px, 230px);
  background-blend-mode: multiply;
  background: none rgba(129, 129, 245, .22);
  -webkit-box-shadow: 0px 0px 20px 10px rgba(129, 129, 245, .22);
          box-shadow: 0px 0px 20px 10px rgba(129, 129, 245, .22);
}

.phone-figure--asus::before {
  left: 0;
  right: 0;
  margin: auto;
  width: 217px;
  height: 419px;
  border-radius: 14px;
  border: 0px;
  -webkit-transform: translate(30px, 230px);
      -ms-transform: translate(30px, 230px);
          transform: translate(30px, 230px);
  background-blend-mode: multiply;
  background: none rgba(129, 129, 245, .22);
  -webkit-box-shadow: 0px 0px 20px 10px rgba(129, 129, 245, .22);
          box-shadow: 0px 0px 20px 10px rgba(129, 129, 245, .22);
}

.phone-figure--f41a::before {
  left: 0;
  right: 0;
  margin: auto;
  width: 217px;
  height: 419px;
  border-radius: 14px;
  border: 0px;
  -webkit-transform: translate(30px, 230px);
      -ms-transform: translate(30px, 230px);
          transform: translate(30px, 230px);
  background-blend-mode: multiply;
  background: none rgba(129, 129, 245, .22);
  -webkit-box-shadow: 0px 0px 20px 10px rgba(129, 129, 245, .22);
          box-shadow: 0px 0px 20px 10px rgba(129, 129, 245, .22);
}

.br--sp {
  display: none;
}
/* footer */
footer.area-footer {
  position: relative;
  padding: 50px 0 40px;
  z-index: 5;
  background: none #1d252c;
  color: #8f8f8f;
}
/*transform: translateY($minusYFooter);*/
footer.area-footer .inbox > * {
  display: inline-block;
  vertical-align: middle;
}

footer.area-footer a {
  color: #8f8f8f;
}

footer.area-footer .jba {
}

footer.area-footer .policy {
  margin: 0 0 0 38px;
}

footer.area-footer .policy::before {
  content: url(../img/arrow-dark.svg);
  color: #fff;
  display: inline-block;
  -webkit-transform: translate(0, 1px);
      -ms-transform: translate(0, 1px);
          transform: translate(0, 1px);
  margin-right: 10px;
}

footer.area-footer .sns {
  margin: 0 20px;
}

footer.area-footer .sns a:first-child {
  margin-right: 14px;
}

.gotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-transition: opacity 1s linear 0s;
  -o-transition: opacity 1s linear 0s;
  transition: opacity 1s linear 0s;
  z-index: 1000;
  opacity: 0;
  cursor: pointer;
}

.active.gotop {
  opacity: 1;
}

.gotop:hover {
  opacity: .7;
}

.modal-video {
  background-color: rgba(46, 142, 216, .8) !important;
}

.pace-progress {
  height: 2px !important;
  z-index: 99999999 !important;
  background: none #00ec9a !important;
}

.to-toppage {
  position: fixed;
  top: 40%;
  right: 0;
  -webkit-transition: opacity 1s linear 0s;
  -o-transition: opacity 1s linear 0s;
  transition: opacity 1s linear 0s;
  z-index: 1001;
  cursor: pointer;

  /*
  &--dark {
    content: url(../img/report/to-toppage-dark.svg);
    display: block;
  }
  */
}

@media (max-width: 750px) {
  html {
    font-size: 62.5%;
    width: 100%;
  }

  body {
    font-size: 2rem;
    overflow-x: hidden;
    width: 100%;
  }

  img {
    max-width: 100%;
  }

	.phone-figure.phone-figure--galaxy img {
		width:66%;
		margin: 10px 0 0 13%;
	}

	header.upper .inbox h3.basio4 {
		position: absolute;
		top: 219px;
		left: calc(50% + 245px);
		width:80px;
	}

	header.upper .inbox h3 .sim-free {
		position: absolute;
		top: 289px;
		right: -110px;
	}

	header.upper .inbox h3 .sim-free img{
		width: 150px;
	}

	header.upper .inbox h3 .sim-free-rog {
	  position: absolute;
	  top: 334px;
	  right: calc(50% + 325px);
		width:108px;
	}


	.basio4_photo img {
		width:70% !important;
	}

	.usage__one .explain-sub {
	  margin: -45px 0 80px;
	  font-size: 22px;
	  line-height: 1.5;
	  color: #2e8ed8;
	}

  .anim-four-slides {
    padding: 35px 0;
    width: 100%;
  }

  #news .anim-four-slides {
    width: auto;
    padding: 29px 95px;
  }

  .anim-four-slides b img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .anim-four-slides--radisma {
    width: 83.6vw;
  }

  .anim-three-slides {
    top: 60px;
    left: 80px;
    padding: 29px 0;
    width: 20%;
    height: 455px;
  }

  header.upper {
    min-height: 510px;
    background: url(../img/2nd/bg-head-sp.png) repeat-x center top, -webkit-gradient(linear, left top, left bottom, from(#5fbdfd), color-stop(50%, #5fbdfd), color-stop(50%, #5fbdfd), to(#5fbdfd));
    background: url(../img/2nd/bg-head-sp.png) repeat-x center top, -webkit-linear-gradient(top, #5fbdfd 0%, #5fbdfd 50%, #5fbdfd 50%, #5fbdfd 100%);
    background: url(../img/2nd/bg-head-sp.png) repeat-x center top, -o-linear-gradient(top, #5fbdfd 0%, #5fbdfd 50%, #5fbdfd 50%, #5fbdfd 100%);
    background: url(../img/2nd/bg-head-sp.png) repeat-x center top, linear-gradient(180deg, #5fbdfd 0%, #5fbdfd 50%, #5fbdfd 50%, #5fbdfd 100%);
  }

  header.upper .inbox h2 {
    -webkit-transform: translateY(110px);
        -ms-transform: translateY(110px);
            transform: translateY(110px);
  }

  header.upper .inbox h3 {
    top: 198px;
    left: calc(50% + 212px);
  }

  header.upper .inbox h3.a20 {
    top: 198px;
    left: calc(78% + 0px);
  }

  header.upper .inbox h3.rog {
    top: 250px;
    left: calc(50% + 155px);
  }

  header.upper .inbox h3.arrows {
    top: 220px;
    left: calc(50% + 176px);
  }

  .howtouse {
    width: auto;
    background: url(../img/2nd/bg-main-sp.png) repeat-x center -118px #fff;
  }

  .howtouse .inbox {
    padding: 205px 0 210px;
  }

  .howtouse__txt {
    width: 50%;
  }

  .usage {
    width: auto;
    background: none transparent;
  }

  .usage__one h3 img,
  .usage__two h3 img,
  .usage__three h3 img,
  .usage__question h3 img {
    width: 36vw;
  }

  .usage__one .explain,
  .usage__two .explain,
  .usage__three .explain,
  .usage__question .explain {
    font-size: 3.1rem;
  }

  .usage__one {
    padding-bottom: 80px;
  }

  .usage__one h3 img {
    width: 36vw;
  }

  .usage__two {
    padding-bottom: 160px;
  }

  .usage__two h3 img {
    width: 29vw;
  }

  .usage__three h3 img {
    width: 29vw;
  }

  .usage__question {
    padding-top: 50px;
  }

  .usage__question h3 img {
    width: 43vw;
  }

  .usage__question__detail {
    text-align: center;
    width: 85vw;
    margin: 0 auto;
  }

  .usage__question__detail dt {
    border: 8px solid #5fbdfd;
    padding: 23px 36px;
    -webkit-transform: translate(0, 45px);
        -ms-transform: translate(0, 45px);
            transform: translate(0, 45px);
  }

  .usage__question__detail dt::after {
    left: 0;
    right: 0;
    margin: auto;
    content: url(../img/2nd/fukidashi-ex-sp.png);
  }

  .usage__question__detail dt img {
    width: auto;
  }

  .usage__question__detail dd {
    font-size: 2.4rem;
    padding: 100px 70px 55px;
  }

	.usage__list_asus,
	.usage__list_galaxy_docomo,
	.usage__list_galaxy_docomo2,
	.usage__list_galaxy_au,
	.usage__list_basio4 {
		width:90%;
		margin: 0 auto;
	}

  .usage__list li,
	.usage__list_asus li,
	.usage__list_galaxy_docomo li,
	.usage__list_galaxy_docomo2 li,
	.usage__list_galaxy_au li,
	.usage__list_basio4 li {
    width: 45vw;
    margin: 0 auto 110px;
    display: block;
    max-width: 325px;
  }

  .usage__list li span,
	.usage__list_asus li span,
	.usage__list_galaxy_docomo li span,
	.usage__list_galaxy_docomo2 li span,
	.usage__list_galaxy_au li span,
	.usage__list_basio4 li span {
    min-height: auto;
    margin: auto;
    max-width: 325px;
  }

  .usage__list li span img,
  .usage__list_asus li span img,
  .usage__list_galaxy_docomo li span img,
  .usage__list_galaxy_docomo2 li span img,
  .usage__list_galaxy_au li span img,
  .usage__list_basio4 li span img {
    width: 100%;
  }

  .usage__list li aside,
  .usage__list_asus li aside,
  .usage__list_galaxy_docomo li aside,
  .usage__list_galaxy_docomo2 li aside,
  .usage__list_galaxy_au li aside,
  .usage__list_basio4 li aside {
    font-size: 2.2rem;
    text-align: left;
  }

  .usage__list li:nth-child(1)::after,
  .usage__list li:nth-child(2)::after,
  .usage__list_asus li::after,
  .usage__list_galaxy_docomo li::after,
  .usage__list_galaxy_docomo2 li::after,
  .usage__list_galaxy_au li::after,
  .usage__list_basio4 li::after{
    content: "";
  }

	.usage__list_asus li:nth-child(1)::after,
	.usage__list_asus li:nth-child(2)::after,
	.usage__list_asus li:nth-child(3)::after,
	.usage__list_asus li:nth-child(3)::before,
	.usage__list_galaxy_docomo li:nth-child(1)::after,
	.usage__list_galaxy_docomo li:nth-child(2)::after,
	.usage__list_galaxy_docomo li:nth-child(3)::after,
	.usage__list_galaxy_docomo li:nth-child(4)::after,
	.usage__list_galaxy_docomo li:nth-child(3)::before,
	.usage__list_galaxy_docomo li:nth-child(4)::before,
	.usage__list_galaxy_docomo2 li:nth-child(1)::after,
	.usage__list_galaxy_docomo2 li:nth-child(2)::after,
	.usage__list_galaxy_docomo2 li:nth-child(3)::after,
	.usage__list_galaxy_docomo2 li:nth-child(4)::after,
	.usage__list_galaxy_docomo2 li:nth-child(3)::before,
	.usage__list_galaxy_docomo2 li:nth-child(4)::before,
	.usage__list_galaxy_au li:nth-child(1)::after,
	.usage__list_galaxy_au li:nth-child(2)::after,
	.usage__list_galaxy_au li:nth-child(3)::after,
	.usage__list_galaxy_au li:nth-child(4)::after,
	.usage__list_galaxy_au li:nth-child(3)::before,
	.usage__list_galaxy_au li:nth-child(4)::before,
	.usage__list_basio4 li:nth-child(1)::after,
	.usage__list_basio4 li:nth-child(2)::after,
	.usage__list_basio4 li:nth-child(3)::after,
	.usage__list_basio4 li:nth-child(4)::after,
	.usage__list_basio4 li:nth-child(3)::before,
	.usage__list_basio4 li:nth-child(4)::before,
	.usage__list_basio4 li:nth-child(5)::before {
    content: "";
  }

	.usage__list_basio4 li img {
		max-height:100%;
		height:100%;
	}

  .usage__list-ex li {
    text-align: left;
    width: 85.3vw;
    font-size: 2.2rem;
    display: block;
    margin: 0 auto 40px;
  }

  .usage__list-ex li img {
    margin: 0 0 0 0;
    display: inline-block;
    width: 6.8vw;
    vertical-align: middle;
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
  }

  .usage__list-ex li aside img {
    width: 20px;
    margin: 0 5px 0 0;
  }

  .usage__list-ex li aside {
    display: inline-block;
    padding: 0 0 0 45px;
    width: 74vw;
    vertical-align: middle;
  }

  .phone-figure--docomo::after {
    /*
        position: relative;
        z-index: 2000;
        content: url(../img/docomo-f01-sp.png);
        display: block;
        */
  }

  .phone-figure--docomo img {
    /*display: none;*/
  }

  .phone-figure--docomo::before {
    width: 200px;
    height: 400px;
  }

  .phone-figure--au::after {
    /*
        position: relative;
        z-index: 2000;
        content: url(../img/au-f01-sp.png);
        display: block;
        */
  }

  .phone-figure--au img {
    /*display: none;*/
  }

  .phone-figure--au::before {
    width: 200px;
    height: 419px;
    -webkit-transform: translate(30px, 230px);
        -ms-transform: translate(30px, 230px);
            transform: translate(30px, 230px);
  }

  .br--pc {
    display: none;
  }

  .br--sp {
    display: block;
  }

  footer.area-footer {
    background: url(../img/2nd/bg-bottom-sp.png) repeat-x center top #222222;
  }

  footer.area-footer {
    padding: 320px 0 40px;
  }

  footer.area-footer .policy::before {
    -webkit-transform: translate(0, -2px);
        -ms-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }

  footer.area-footer .policy {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    margin: auto;
  }

  footer.area-footer .sns {
    position: absolute;
    bottom: 200px;
    left: 0;
    right: 0;
    margin: auto;
  }

  footer.area-footer .facebook::after {
    content: url(../img/facebook-sp.svg);
    display: inline-block;
  }

  footer.area-footer .facebook img {
    display: none;
  }

  footer.area-footer .twitter::after {
    content: url(../img/twitter-sp.svg);
    display: inline-block;
  }

  footer.area-footer .twitter img {
    display: none;
  }

  footer.area-footer .copyrights {
    font-size: 1.4rem;
    margin: 30px 0 0;
  }

  .gotop {
    width: 76px;
    height: 76px;
    bottom: 60px;
  }

  .br--pc {
    display: none!important;
  }

  .br--sp {
    display: block;
  }

	ul#tab {
	  margin: 100px auto 0;
	  padding: 0;
	  width: 90%;
		height:78px;
		border-bottom: solid 20px #268cdb;
	}


	#tab li {
		margin: 0 40px;
	  float: left;
		text-align:center;
	  width: 142px;
	}

	#tab li a{
	  cursor: pointer;
	}

	#tab li:last-child {
	  float: left;
		text-align:right;
	  width: 142px;
	}

	#tab a {
		cursor: pointer;
	}

}

@media (min-width: 751px) {
	.br--sp {
	  display: none;
	}

  .news.anim_start.anim li {
    -webkit-transform: translate(50px, 0);
        -ms-transform: translate(50px, 0);
            transform: translate(50px, 0);
    opacity: 0;
  }

  .usage__question dl:nth-of-type(1) dt {
    width: 363px;
  }

  .usage__question dl:nth-of-type(2) dt {
    width: 413px;
  }

  .usage__question dl:nth-of-type(3) dt {
    width: 366px;
  }

  .usage__question__detail dt img {
    -webkit-transform: scale(.7) translateX(-90px);
        -ms-transform: scale(.7) translateX(-90px);
            transform: scale(.7) translateX(-90px);
  }
}


.disnon {
	display: none;
}

