@charset "UTF-8";
/* Scss Document */
* {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
  box-sizing: border-box; }

body {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal; }

main {
  padding-bottom: 70px;
  padding-top: 70px; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
html, body {
  height: 100%; }

html, body, a {
  color: #333;
  text-decoration: none; }

a:hover img {
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */ }

h1, h2, h3, h4, h5, h6 {
  font-family: "秀英明朝 M", "Shuei Mincho M", "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

a img {
  -webkit-transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -ms-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out; }

hr {
  border: none;
  border-top: 1px solid #C0C4CB;
  margin: 75px 0 0 0;
  padding: 0 0 75px 0; }

.spnone {
  display: block; }

.slider-sp {
  display: none; }

.container {
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%; }

.wrapper {
  width: 100%;
  max-width: 1000px;
  margin: auto; }

.wrapperl {
  width: 100%;
  max-width: 1200px;
  margin: auto; }

header.main {
  position: fixed;
  top: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  display: block;
  width: 100%;
  border-bottom: 1px solid #C0C4CB; }
  header.main * {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; }
  header.main .navibox {
    display: table;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 0px 20px;
    height: 70px; }
  header.main .logo {
    display: table-cell;
    vertical-align: middle;
    font-size: 0; }
  header.main .navi {
    display: table-cell;
    text-align: right;
    vertical-align: middle; }
    header.main .navi ul.n_first {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      header.main .navi ul.n_first li.n_first {
        display: inline;
        position: relative;
        padding: 10px; }
        header.main .navi ul.n_first li.n_first ul.n_second {
          display: none;
          position: absolute;
          top: 30px;
          left: 10px;
          list-style-type: none;
          margin: 0;
          padding: 0;
          text-align: left;
          background: rgba(255, 255, 255, 0.9);
          width: 150px;
          list-style-type: none; }
          header.main .navi ul.n_first li.n_first ul.n_second .page_item_has_children {
            display: none; }
          header.main .navi ul.n_first li.n_first ul.n_second li a {
            display: block;
            padding: 5px 10px; }
          header.main .navi ul.n_first li.n_first ul.n_second li a:hover {
            color: #FFF;
            background: #333; }
          header.main .navi ul.n_first li.n_first ul.n_second li.spmenu {
            display: none; }
          header.main .navi ul.n_first li.n_first ul.n_second li.n_second:hover {
            -moz-transition: .2s;
            -webkit-transition: .2s;
            -o-transition: .2s;
            -ms-transition: .2s;
            transition: .2s; }
  header.main .path {
    background: #F1F0E0;
    height: 40px;
    line-height: 40px; }
    header.main .path ol {
      list-style-type: none;
      padding: 0; }
      header.main .path ol li {
        display: inline-block;
        font-size: 90%;
        padding-right: 2em; }

header.top {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #C0C4CB;
  z-index: 99;
  display: block;
  width: 100%;
  height: 100px;
  text-align: center;
  padding: 20px 0; }
  header.top .navibox img {
    margin: 0 44px; }

main.top {
  padding: 0; }

footer {
  padding: 30px 0;
  text-align: center;
  font-size: 75%; }
  footer .wrapper {
    border-top: 1px solid #C0C4CB; }
  footer img {
    margin: 20px 0; }
  footer p {
    margin: 0;
    padding: 0; }

.cf {
  zoom: 1; }

.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.borderleft {
  border-left: 1px solid #C0C4CB; }

.noborder {
  border: none !important; }

.b-beige {
  background: #F1F0E0; }

.loading {
  position: fixed;
  z-index: 999;
  left: 0%;
  top: 0%;
  width: 100vw;
  height: 100vh;
  background: #FFF;
  margin: auto;
  padding: 50vh 50vw;
  overflow: hidden; }

.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 1s; }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

main.top article.top h1 {
  text-align: center;
  font-size: 120%;
  padding: 4em 0;
  margin: 0; }
main.top .lineup .box {
  width: 50%;
  float: left;
  margin: 0;
  text-align: right; }
  main.top .lineup .box a {
    padding: 30vh 1vw 1vh 0;
    color: #000;
    font-weight: bold;
    display: block;
    text-shadow: 0px 0px 14px #FFF;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s linear; }
  main.top .lineup .box a.keyboard {
    background: url(/wp-content/themes/product/img/product/premium/slide/2.jpg) 50% 50% no-repeat;
    background-size: cover; }
  main.top .lineup .box a.speaker {
    background: url(/wp-content/themes/product/img/product/bull/slide/7.jpg) 50% 50% no-repeat;
    background-size: cover; }
  main.top .lineup .box a.earphone {
    background: url(/wp-content/themes/product/img/product/magear/slide/1.jpg) 50% 50% no-repeat;
    background-size: cover; }
  main.top .lineup .box a.battery {
    background: url(/wp-content/themes/product/img/product/souffle/slide/5.jpg) 50% 50% no-repeat;
    background-size: cover; }
  main.top .lineup .box a.stand {
    background: url(/wp-content/themes/product/img/product/aluminizer/0_1.jpg) 50% 50% no-repeat;
    background-size: cover; }
  main.top .lineup .box a.smartphone_cases {
    background: url(/wp-content/themes/product/img/product/smartphone_cases/casestudi.jpg) 50% 50% no-repeat;
    background-size: cover; }
  main.top .lineup .box a.others {
    background: url(/wp-content/themes/product/img/product/others/octopus.jpg) 50% 50% no-repeat;
    background-size: cover; }
  main.top .lineup .box a.media {
    background: url(/wp-content/themes/product/img/top/column.jpg) 50% 50% no-repeat;
    background-size: cover; }
  main.top .lineup .box a:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%); }
  main.top .lineup .box h2 {
    font-weight: normal;
    margin: 0;
    font-size: 300%;
    font-family: "impact", Arial, Helvetica, sans-serif; }
  main.top .lineup .box p {
    margin: 0;
    padding: 0;
    font-size: 90%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  main.top .lineup .box .image {
    overflow: hidden;
    font-size: 0; }
  main.top .lineup .box .image img {
    max-width: 100%;
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear; }
  main.top .lineup .box .image img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)"; }
main.top .feature .box {
  float: left;
  width: 25%;
  background: #EEF0F2; }
  main.top .feature .box a {
    min-height: 45vh;
    text-align: center;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    display: block; }
  main.top .feature .box .image img {
    max-width: 100%;
    max-height: 350px;
    padding: 30px; }
  main.top .feature .box .id {
    font-weight: normal;
    margin: 0;
    font-size: 200%;
    font-family: "impact", Arial, Helvetica, sans-serif;
    color: #000;
    text-shadow: 0px 0px 14px #FFF; }
  main.top .feature .box .txt {
    padding: 0 30px;
    text-align: left;
    font-size: 90%; }
main.top .news p {
  text-align: right; }
  main.top .news p a {
    background: #5DC288;
    padding: 5px 10px;
    color: #FFF; }

img.sp-slide {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)"; }

main.category h1 {
  color: #333;
  font-size: 140%;
  margin: 50px 0 0px 0;
  text-align: center; }
main.category p.copy {
  font-size: 90%;
  margin: 0 0 50px 0;
  padding: 0;
  text-align: center; }
main.category .box {
  float: left;
  width: 33.3%;
  padding: 10px;
  min-height: 380px;
  max-height: 400px; }
  main.category .box .image {
    overflow: hidden;
    font-size: 0; }
  main.category .box .image img {
    max-width: 100%;
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear; }
  main.category .box .image img:hover {
    max-width: 100%;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)"; }
  main.category .box h2.title {
    font-size: 100%;
    text-align: center; }
  main.category .box p {
    font-size: 90%; }
main.category span.ori {
  padding: 6px 13px;
  margin-bottom: 5px;
  display: inline-block;
  color: #FFF;
  background: #5DC288; }
main.category span.tori {
  padding: 6px 13px;
  margin-bottom: 5px;
  display: inline-block;
  color: #FFF;
  background: #736C79; }

main.product {
  overflow: hidden;
  /* @import "items"; */ }
  main.product .maintitle {
    position: absolute;
    margin: auto;
    width: 100%;
    height: 75px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9; }
    main.product .maintitle h1 {
      font-size: 180%;
      color: #FFF;
      text-align: center;
      margin: 0;
      padding: 0;
      text-shadow: 1px 1px 5px black; }
    main.product .maintitle p.copy {
      padding: 0;
      margin: 0;
      font-size: 100%;
      text-align: center;
      color: #FFF;
      text-shadow: 1px 1px 1px black; }
    main.product .maintitle div {
      text-align: center;
      margin-top: 10px; }
  main.product h2 {
    font-size: 120%;
    color: #333;
    font-weight: normal; }
  main.product .slider {
    padding-bottom: 50px; }
  main.product .journal {
    margin: auto;
    margin-bottom: 100px;
    min-height: 300px;
    position: relative; }
    main.product .journal p {
      font-size: 90%;
      margin-bottom: 0;
      line-height: 230%; }
    main.product .journal h2 {
      font-size: 180%; }
  main.product .spec caption {
    font-size: 140%;
    border-bottom: 1px solid #999;
    padding-bottom: 15px; }
  main.product .spec table.spec {
    width: 100%;
    font-size: 90%;
    margin-top: 1em;
    border: 1px solid #C0C4CB;
    border-collapse: collapse; }
    main.product .spec table.spec td {
      vertical-align: top;
      padding: 10px;
      line-height: 150%;
      border: 1px solid #C0C4CB;
      border-collapse: collapse; }
    main.product .spec table.spec th {
      text-align: left;
      padding: 10px;
      background: #F1F0E0;
      border: 1px solid #C0C4CB;
      border-collapse: collapse; }
  main.product .spec .setsumei {
    text-align: right;
    padding-top: 10px; }
    main.product .spec .setsumei a {
      text-decoration: underline; }
  main.product .spec .buy_left {
    float: left;
    width: 30%; }
    main.product .spec .buy_left .sp-image-container {
      border: 1px solid #C0C4CB;
      padding: 15px;
      background: #FFF; }
  main.product .spec .buy_right {
    float: right;
    width: 60%; }
    main.product .spec .buy_right table {
      width: 100%;
      font-size: 75%;
      padding: 0; }
      main.product .spec .buy_right table img {
        width: 100%; }
      main.product .spec .buy_right table .border-top {
        border-top: 1px solid #C0C4CB; }
      main.product .spec .buy_right table td, main.product .spec .buy_right table th {
        border-bottom: 1px solid #C0C4CB;
        text-align: center;
        padding: 0 5px; }
    main.product .spec .buy_right ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      main.product .spec .buy_right ul li {
        display: inline-block;
        margin-right: 1em;
        width: 30%;
        font-size: 0.8em; }
        main.product .spec .buy_right ul li a {
          display: block;
          border: 1px solid #CCC;
          padding: 7px 5px 7px 10px;
          margin: 5px auto 3px; }
        main.product .spec .buy_right ul li a:hover {
          background: #5DC288;
          color: #fff; }
    main.product .spec .buy_right section.not_sell {
      text-align: center; }
      main.product .spec .buy_right section.not_sell a {
        text-decoration: underline; }
    main.product .spec .buy_right p.toshop {
      text-align: right;
      text-decoration: underline;
      font-size: 75%; }
    main.product .spec .buy_right h2.dealer_title {
      text-align: center;
      border-bottom: 1px solid #aaa; }
  main.product .spimage {
    display: none; }
  main.product img.sp-thumbnail {
    width: 80% !important;
    margin: auto 10% !important; }
  main.product p.not_toriatsukai {
    text-align: right;
    font-size: 80%; }

main.news h1 {
  color: #333;
  font-size: 140%;
  margin: 50px 0 0px 0;
  text-align: center; }
main.news p.copy {
  font-size: 90%;
  margin: 0 0 50px 0;
  padding: 0;
  text-align: center; }
main.news p.feture {
  background: #EEF0F2;
  border: 1px solid #C0C4CB;
  font-size: 150%;
  margin: 2em;
  padding: 30px;
  text-align: center; }
main.news div.data {
  border-bottom: 1px solid #C0C4CB;
  padding: 0 10px; }
  main.news div.data ul {
    margin: 0;
    padding: 0;
    font-size: 90%; }
    main.news div.data ul li {
      display: inline-block;
      margin-right: 1em;
      padding: 0.1em 0.75em; }
    main.news div.data ul .hb066, main.news div.data ul .bky1 {
      background: #C0C4CB; }
  main.news div.data h2 {
    margin: 0;
    padding: 0;
    font-size: 140%; }
  main.news div.data p {
    margin: 0;
    padding: 0;
    font-size: 75%;
    text-align: right; }
main.news ul.faq-title {
  text-align: center;
  margin: 0;
  padding: 0; }
  main.news ul.faq-title li {
    display: inline-block;
    font-size: .8em;
    padding: 1px 5px;
    margin: 0 3px; }

section.entry {
  margin: 30px 0 100px 0; }
  section.entry dl {
    background: #EEF0F2;
    margin: 1em 0;
    padding: 1.5em 2em; }
  section.entry dd {
    margin: 0.5em 1em; }
  section.entry dt {
    font-weight: bold; }

section.news {
  padding-bottom: 100px; }
  section.news ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    section.news ul .bt {
      border-top: 1px solid #C0C4CB; }
  section.news ul li {
    border-bottom: 1px solid #C0C4CB;
    padding: 1.5em 0.3em; }
    section.news ul li .date, section.news ul li .new, section.news ul li .group, section.news ul li .title {
      display: block;
      float: left; }
    section.news ul li .date, section.news ul li .new, section.news ul li .group {
      text-align: center; }
    section.news ul li span.date {
      width: 11%; }
      section.news ul li span.date span.tag {
        color: #FFF;
        padding: 0.2em 0.5em;
        margin: 0 0.3em;
        background: #C0C4CB;
        font-size: 75%; }
    section.news ul li span.new {
      width: 7%; }
    section.news ul li span.title {
      width: 82%; }
      section.news ul li span.title span.tag {
        color: #FFF;
        padding: 0.2em 0.5em;
        margin: 0 0.3em;
        background: #C0C4CB;
        font-size: 75%; }
      section.news ul li span.title span.titletxt {
        margin-left: 0.5em; }

span.bull, li.bull {
  background: #734E30 !important;
  color: #FFF; }

span.classic, li.classic {
  background: #005175 !important;
  color: #FFF; }

span.premium, li.premium {
  background: #736C79 !important;
  color: #FFF; }

span.premium2, li.premium2 {
  background: #736C79 !important;
  color: #FFF; }

span.wallet, li.wallet {
  background: #ffe4b5 !important;
  color: #000; }

span.stick, li.stick {
  background: #D94177 !important;
  color: #FFF; }

span.souffle, li.souffle {
  background: #F9A1D0 !important;
  color: #FFF; }

span.aluminizer, li.aluminizer {
  background: #A0A0A0 !important;
  color: #FFF; }

span.hb066, li.hb066 {
  background: #5DC288 !important;
  color: #FFF; }

span.mag-ear, li.mag-ear {
  background: #DD4157 !important;
  color: #FFF; }

span.n_new, li.n_new {
  background: #DD4157 !important; }

span.idmix, li.idmix {
  background: #734E30 !important;
  color: #FFF; }

span.mode, li.mode {
  background: #96AA3D !important;
  color: #FFF; }

span.noble, li.noble {
  background: #A58161 !important;
  color: #FFF; }

span.prism, li.prism {
  background: #FD951E !important;
  color: #FFF; }

span.chariot, li.chariot {
  background: #64d3ff !important;
  color: #FFF; }

span.biscotti, li.biscotti {
  background: #c1e6ff !important;
  color: #000 !important; }

span.puridea, li.puridea {
  background: #d3d3d3 !important;
  color: #000 !important; }

span.plier, li.plier {
  background: #4682b4 !important;
  color: #FFF; }

span.touch-plus, li.touch-plus {
  background: #A0A0A0 !important;
  color: #FFF; }

span.mmore, li.mmore {
  background: #ff9a69 !important;
  color: #FFF; }

span.dual, li.dual {
  background: #34E83E !important;
  color: #FFF; }

span.tenplus, li.tenplus {
  background: #DD4157 !important;
  color: #FFF; }

span.magearplus, li.magearplus {
  background: #FD951E !important;
  color: #FFF; }

span.ultraman, li.ultraman {
  background: #DD4157 !important;
  color: #FFF; }

span.info, li.info {
  background: #4682b4 !important;
  color: #FFF; }

span.capsule, li.capsule {
  background: #ffffe0 !important;
  color: #000 !important; }

span.shiba, li.shiba {
  background: #5DC288 !important;
  color: #FFF; }

span.barrett, li.barrett {
  background: #2863AB !important;
  color: #FFF; }

span.neo, li.neo {
  background: #333 !important;
  color: #FFF; }

span.deck, li.deck {
  background: #734E30 !important;
  color: #FFF; }

span.alumijuster, li.alumijuster {
  background: #C0C4CB !important;
  color: #000; }

main.pages h1 {
  color: #333;
  font-size: 140%;
  margin: 50px 0 0px 0;
  text-align: center; }
main.pages p.copy {
  font-size: 90%;
  margin: 0 0 50px 0;
  padding: 0;
  text-align: center; }
main.pages p.feture {
  background: #EEF0F2;
  border: 1px solid #C0C4CB;
  font-size: 150%;
  margin: 2em;
  padding: 30px;
  text-align: center; }
main.pages div.data {
  border-bottom: 1px solid #C0C4CB;
  padding: 0 10px; }
  main.pages div.data ul {
    margin: 0;
    padding: 0;
    font-size: 90%; }
    main.pages div.data ul li {
      display: inline-block;
      margin-right: 1em;
      padding: 0.1em 0.75em; }
    main.pages div.data ul .hb066, main.pages div.data ul .bky1 {
      background: #C0C4CB; }
  main.pages div.data h2 {
    margin: 0;
    padding: 0;
    font-size: 140%; }
  main.pages div.data p {
    margin: 0;
    padding: 0;
    font-size: 75%;
    text-align: right; }

ul.sp-navi {
  display: none; }

@media screen and (max-device-width: 980px) and (orientation: portrait) {
  .spnone {
    display: none; }

  * {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; }

  body {
    font-size: 1rem; }

  main {
    padding-bottom: 0;
    padding-top: 20px; }

  header.main .navibox {
    height: 10vh; }
    header.main .navibox nav li.n_first {
      font-size: 0;
      position: static !important; }
      header.main .navibox nav li.n_first ul.n_second {
        font-size: 1rem;
        position: absolute;
        top: 10vh !important;
        left: 0 !important;
        width: 100% !important; }
        header.main .navibox nav li.n_first ul.n_second .page_item_has_children {
          display: block !important; }
        header.main .navibox nav li.n_first ul.n_second li a {
          display: block !important;
          padding: 1rem !important;
          border-bottom: 1px solid #CCC !important;
          background: url(/wp-content/themes/product/img/layout/sp-arrow.png) 95% 50% no-repeat; }
    header.main .navibox nav .spmenu {
      display: block !important; }
    header.main .navibox .logo img {
      height: 5vh; }

  header.top {
    height: 70px; }
    header.top img {
      height: 20px !important;
      margin: 0 5px !important;
      padding: 0 !Important; }

  main.product {
    padding-top: 10vh; }
    main.product .slider {
      display: none; }
    main.product img {
      width: 100% !important; }
    main.product * {
      position: static !important;
      height: auto !important; }
    main.product h2 {
      margin: 0 !important;
      padding: 1rem 1rem 0.5rem 1rem;
      text-align: left;
      font-size: 140% !important;
      font-weight: bold; }
    main.product p {
      text-align: left;
      margin: 1rem 0 !important;
      padding: 0 1rem;
      font-size: 1.1rem !important;
      line-height: 160% !important; }
    main.product br {
      display: none; }
    main.product .journal {
      margin: 0 auto 1rem auto !important; }
    main.product .bky3-1, main.product .bky3-2 {
      padding: 1rem !important; }
    main.product .bsp1-1 {
      background: url(img/product/bull/1.jpg) 50% 350px no-repeat;
      background-size: contain;
      color: #FFF;
      padding: 0 0 300px 0;
      text-align: center; }
    main.product .bsp1-2 {
      background: url(img/product/bull/3.jpg) 0 0 no-repeat;
      background-size: contain !important;
      padding: 200px 0 0 0 !important;
      text-align: center; }
      main.product .bsp1-2 * {
        color: #333; }
    main.product .bsp1-3 {
      background: url(img/product/bull/6.jpg) 0 0 no-repeat;
      background-size: contain !important;
      padding: 150px 0 0 0 !important;
      text-align: center; }
      main.product .bsp1-3 * {
        color: #333; }
    main.product .j-left-img {
      margin: 1rem auto !important;
      width: 80% !important; }
    main.product .spec .buy_left {
      float: none;
      width: 100%; }
    main.product .spec .buy_right {
      float: none;
      width: 100%; }
      main.product .spec .buy_right ul li {
        display: block;
        margin: .5rem; }
        main.product .spec .buy_right ul li a {
          display: block; }
    main.product .sp-thumbnails-container {
      display: none !important; }
    main.product section.spec {
      overflow: scroll; }
    main.product table.spec {
      font-size: .7rem !important; }
    main.product .bky4-1 {
      padding: 1rem 0 50px 0 !important;
      background: url(img/product/wallet/3.jpg) 50% 100% no-repeat;
      background-size: contain; }
    main.product .bky4-2 .txt {
      padding: 1rem 0 !important; }

  main.top article.top h1 {
    padding: 1rem 0 !important; }
  main.top section.news ul li span.date {
    display: block;
    width: 100%; }
  main.top .lineup .box {
    float: none;
    width: 100%; }
    main.top .lineup .box .title {
      font-size: 1.5rem; }
  main.top .feature .box {
    width: 100% !important; }
    main.top .feature .box .image img {
      max-height: 250px !important; }
    main.top .feature .box .id {
      font-size: 1.5rem !important; }

  .fqa_answer_key00 {
    padding: 0 !important; }

  .fqa_answer_00 ul {
    margin: 0 !important;
    padding: 0 0 .5rem 0 !important; }
    .fqa_answer_00 ul li {
      margin: 0 !important;
      padding: 0 0 .5rem 0 !important; }

  .fqa_answer_key00 {
    margin: 0 !important; }

  ul.fqa_q1_01 {
    margin: 0 !important;
    padding: 0 !important; }
    ul.fqa_q1_01 li {
      padding: 0 0 5px 0 !important;
      font-size: 0.9rem !important;
      margin: 0 0 5px 0 !important; }

  ul.faq-title {
    margin: 1em 0 !important; }

  .spimage {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    width: 100vw !important;
    height: 100vh !important; }
    .spimage img {
      position: relative !important;
      top: -70px !important;
      margin-bottom: -60px;
      left: 0 !important; }

  section.news {
    padding-bottom: 0 !important; }
    section.news ul li span.date {
      display: block;
      width: 100%; }

  section.entry {
    width: 100%;
    margin: 0;
    padding: 0 10px; }
    section.entry img {
      max-width: 100%; }
    section.entry dl {
      padding: 1em; }
    section.entry dd {
      margin: 0.5em 1em; }
    section.entry dt {
      font-weight: bold; }

  main.product .spec .buy_right ul li {
    width: 49%;
    display: inline-block !important;
    margin: 0 !important; }

  .tv_show01 {
    float: none !important;
    margin-right: 0 !important;
    padding: 0% 5%; }

  .tv_show02 {
    float: none !important;
    margin-left: 0 !important;
    padding: 5%; }

  .tv_show03 {
    float: none !important;
    margin-right: 0 !important;
    padding: 0% 5%; }

  .tv_show04 {
    float: none !important;
    margin-left: 0 !important;
    padding: 5%; }

  iframe {
    width: 75%;
    margin: 0 12.5%; }

  .almi1-1, .almi_04, .almi_09 {
    background-size: contain !important;
    min-height: 200px !important;
    padding: 0 !important;
    margin: 0 !important; }

  main.product .souffle1-1 {
    background: url(img/product/souffle/1-1.jpg) 50% 0% no-repeat !important;
    background-size: contain !important;
    padding: 230px 0 0 0 !important;
    text-align: center;
    margin-bottom: 0px; }

  main.product .souffle1-2 {
    background: url(img/product/souffle/1-2.jpg) 50% 0% no-repeat !important;
    background-size: contain !Important;
    padding: 230px 0 0 0 !important;
    text-align: center; }
    main.product .souffle1-2 * {
      color: #000 !important; }

  @keyframes fadeIn {
    0% {
      opacity: 1 !important; }
    100% {
      opacity: 1; } }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 1 !important; }
    100% {
      opacity: 1; } }
  .magSpecWrap01 {
    width: 100% !important; }

  .magSpec01 td, .magSpec01 th {
    padding: 0px !important;
    font-size: 0.8rem; }

  .slider-sp {
    display: block !important; }

  .spnoimage {
    display: none; }

  main.product .id_mix01-3 {
    background: url(img/product/idmix/id_mix04.jpg) 50% 30% no-repeat !important;
    background-size: contain !important; }

  main.category .box {
    float: none;
    width: 100%;
    padding: 0px;
    min-height: none;
    max-height: none; }
    main.category .box p {
      font-size: 90%;
      padding: 0px 10px 0px 10px; }

  footer .sp-navi {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 1rem;
    display: block !important;
    border-top: 1px solid #CCC; }
    footer .sp-navi li a {
      font-size: 1rem;
      text-align: left !important;
      display: block;
      padding: 2rem 1rem;
      border-bottom: 1px solid #CCC;
      border-right: 1px solid #CCC;
      float: left;
      width: 50%;
      background: url(/wp-content/themes/product/img/layout/sp-arrow.png) 95% 50% no-repeat; }
    footer .sp-navi li ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      footer .sp-navi li ul li a {
        padding-left: 2rem;
        background: #F6F6F6; }

  .bx-controls-direction {
    display: none; }

  main.product .journal {
    min-height: auto; }

  .movielist li iframe {
    width: 100%;
    margin: 0;
    padding: 0; }

  .movielist li {
    float: none !important;
    width: 100% !important; }

  .magazinlist li {
    width: 50% !important; }

  .refund form table, .refund form table th, .refund form table td, .refund form table tr, .refund form table caption {
    display: block;
    margin: 0 !important;
    width: 100%;
    background: #FFF !important; }

  .refund form table th {
    padding: 0 !important; }

  .refund form table td {
    padding: 0 !important; }

  .refund form table td imput {
    width: 100% !important; }

  input#input36 {
    width: 100%; }

  .refund form table td input {
    font-size: 1.7rem;
    width: 100%;
    margin: 5px 0; }

  .refund form table tr {
    padding: 5px 0 !important; }

  .refund form table td select {
    font-size: 1.7em;
    width: 100%; }

  input#input40_0, input#input40_1, .refund form table td label {
    width: auto;
    padding: 15px 0px;
    margin: 20px 5px;
    font-size: 1.5rem; }

  .plier_1-0 {
    margin-bottom: 0px !important; }

  .tableSpec01 {
    font-size: 0.1rem !important; }

  figure {
    margin: 0; }

  .planets {
    width: 100% !important;
    margin: 1rem 0 !important; }

  .planets a figure {
    display: inline-block;
    width: 33.3%;
    padding: 0% 3%;
    margin: 0 auto;
    text-align: center; }

  ul.fqa_list_01 a {
    background: none !important;
    padding: 0 .5rem !important;
    border-bottom: 1px solid #CCC !important;
    font-size: .9rem !important;
    margin-bottom: .5rem !important; }

  ul.fqa_list_01 {
    margin: 0 !important;
    padding: 0 !important; }
    ul.fqa_list_01 li {
      display: block !important;
      margin: 0 !important;
      padding: 0 !important; }
    ul.fqa_list_01 a {
      background: whitesmoke !important;
      /* padding: .5rem !important; */
      /* border-bottom: 1px solid #CCC !important; */
      font-size: .8rem !important;
      margin-bottom: .2rem !important;
      padding: .5rem .5rem .5rem 2.5em !important;
      border: none !important;
      /* line-height: 1.4rem; */
      /* border-radius: 30px; */ }
    ul.fqa_list_01 li a:before {
      font-family: FontAwesome;
      content: "\f13a";
      /*アイコンの種類*/
      position: absolute;
      left: 1.2rem;
      /*左端からのアイコンまでの距離*/
      color: lightseagreen;
      /*アイコン色*/
      font-family: FontAwesome;
      font-size: large;
      line-height: 1.2rem; }

  div.fqa_list_00 {
    margin: 1rem 0 !important;
    padding: 0 !important; }

  .fqa_answer_00 {
    padding: 0 !important; }

  .ict_keyboard_top {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto; }

  .ict_keyboard_top img {
    max-width: 100%; } }
/* sass style.scss:../style.css --style expanded  */
