@charset "UTF-8";
/* ===================================================================
  common.css
=================================================================== */
/*----------------------------------------------------
  共通
----------------------------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  font-size: 10px;
}

html * {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

body,
td,
th,
input,
textarea {
  color: #000;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  color: #000000;
  text-decoration: none;
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

img {
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  /*word-break: break-all;*/
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
nav,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

em,
address {
  font-style: normal;
}

/*---------------------------------------------------------------------------*/
/* margin */
.mar_t0 {
  margin-top: 0 !important;
}

.mar_t5 {
  margin-top: 5px !important;
}

.mar_t10 {
  margin-top: 10px !important;
}

.mar_t15 {
  margin-top: 15px !important;
}

.mar_t20 {
  margin-top: 20px !important;
}

.mar_t25 {
  margin-top: 25px !important;
}

.mar_t30 {
  margin-top: 30px !important;
}

.mar_t35 {
  margin-top: 35px !important;
}

.mar_t40 {
  margin-top: 40px !important;
}

.mar_t45 {
  margin-top: 45px !important;
}

.mar_t50 {
  margin-top: 50px !important;
}

.mar_b0 {
  margin-bottom: 0 !important;
}

.mar_b5 {
  margin-bottom: 5px !important;
}

.mar_b10 {
  margin-bottom: 10px !important;
}

.mar_b15 {
  margin-bottom: 15px !important;
}

.mar_b20 {
  margin-bottom: 20px !important;
}

.mar_b25 {
  margin-bottom: 25px !important;
}

.mar_b30 {
  margin-bottom: 30px !important;
}

.mar_b35 {
  margin-bottom: 35px !important;
}

.mar_b40 {
  margin-bottom: 40px !important;
}

.mar_b45 {
  margin-bottom: 45px !important;
}

.mar_b50 {
  margin-bottom: 50px !important;
}

.mar_l0 {
  margin-left: 0 !important;
}

.mar_l5 {
  margin-left: 5px !important;
}

.mar_l10 {
  margin-left: 10px !important;
}

.mar_l15 {
  margin-left: 15px !important;
}

.mar_l20 {
  margin-left: 20px !important;
}

.mar_l25 {
  margin-left: 25px !important;
}

.mar_l30 {
  margin-left: 30px !important;
}

.mar_l35 {
  margin-left: 35px !important;
}

.mar_l40 {
  margin-left: 40px !important;
}

.mar_l45 {
  margin-left: 45px !important;
}

.mar_l50 {
  margin-left: 50px !important;
}

.mar_l100 {
  margin-left: 100px !important;
}

.mar_l200 {
  margin-left: 200px !important;
}

.mar_r0 {
  margin-right: 0 !important;
}

.mar_r5 {
  margin-right: 5px !important;
}

.mar_r10 {
  margin-right: 10px !important;
}

.mar_r15 {
  margin-right: 15px !important;
}

.mar_r20 {
  margin-right: 20px !important;
}

.mar_r25 {
  margin-right: 25px !important;
}

.mar_r30 {
  margin-right: 30px !important;
}

.mar_r35 {
  margin-right: 35px !important;
}

.mar_r40 {
  margin-right: 40px !important;
}

.mar_r45 {
  margin-right: 45px !important;
}

.mar_r50 {
  margin-right: 50px !important;
}

.mar_r100 {
  margin-right: 100px !important;
}

.mar_r200 {
  margin-right: 200px !important;
}

/* float */
.fl_l {
  float: left !important;
}

.fl_r {
  float: right !important;
}

.fl_n {
  float: none !important;
}

/* font color */
.f_c_red {
  color: #ff0000 !important;
}

.f_c_yellow {
  color: #ffff00 !important;
}

.f_c_blue {
  color: #0000ff !important;
}

.f_c_gray {
  color: #cccccc !important;
}

.f_c_gray_2 {
  color: #999999 !important;
}

.t_align_l {
  text-align: left !important;
}

.t_align_c {
  text-align: center !important;
}

.t_align_r {
  text-align: right !important;
}

.f_weight_bold {
  font-weight: bold !important;
}

.f_weight_normal {
  font-weight: normal !important;
}

/*---------------------------------------------------------------------------*/
/* CMS用 */
.file {
  border-top: 1px dotted #cccccc;
  margin: 15px 0;
  padding: 10px 0 0;
  text-align: left;
}

.file .pdf {
  background: url(../images/cms/pdf.png) left center no-repeat;
  line-height: 30px;
  padding: 0 0 0 25px;
}

.file .pdf a {
  text-decoration: none !important;
  color: inherit !important;
}

.file .xls,
.file .xlsx {
  background: url(../images/cms/xls.gif) left center no-repeat;
  line-height: 30px;
  padding: 4px 0 0 30px;
}

.file .doc,
.file .docx {
  background: url(../images/cms/doc.gif) left center no-repeat;
  line-height: 30px;
  padding: 4px 0 0 30px;
}

.top-right {
  float: right;
  margin: 0px 0px 30px 30px;
}

.top-left {
  float: left;
  margin: 0px 30px 30px 0px;
}

.top-center {
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.bottom-right {
  float: right;
  margin: 30px 0px 0px 30px;
}

.bottom-left {
  float: left;
  margin: 30px 30px 0px 0px;
}

.bottom-center {
  margin: 30px 0px 0px 0px;
  text-align: center;
}

.entry-container b {
  font-weight: bold;
}

.entry-container i {
  font-style: italic;
}

/* text */
input.base_ja,
textarea.base_ja {
  ime-mode: active;
  /*全角日本語/半角英数*/
}

input.base_en {
  ime-mode: inactive;
  /*半角英数/全角日本語*/
}

input.all_en {
  ime-mode: disabled;
  /*半角英数*/
}

/* reset */
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #fff;
  -moz-box-shadow: none;
       box-shadow: none;
  vertical-align: middle;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -moz-border-radius: 0;
       border-radius: 0;
}

textarea {
  resize: none;
}

label,
input[type="radio"],
input[type="checkbox"] {
  vertical-align: middle;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="image"] {
  -moz-border-radius: 0;
       border-radius: 0;
}

/* style */
input[type="text"],
input[type="email"],
textarea {
  color: #000;
  padding: 10px;
  font-size: inherit;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"] {
  height: 100%;
  border: solid 1px #ababab;
}

input[type="number"],
input[type="tel"] {
  color: #000;
  padding: 10px;
  font-size: inherit;
  width: 8em;
}

textarea {
  width: 100%;
  height: 100%;
  border: solid 1px #ababab;
}

select::-ms-expand {
  display: none;
}

/* placeholder */
/* focus */
@media screen and (min-width: 768px), print {
  body,
  td,
  th,
  input,
  textarea {
    line-height: 1.5;
    font-size: 1.4rem;
  }
  #container {
    width: 100%;
    min-width: 1150px;
  }
  header,
  footer,
  #contents {
    width: 100%;
    min-width: 1150px;
    clear: both;
    position: relative;
  }
  #contents {
    margin-top: 72px;
  }
  .inner {
    width: 954px;
    margin: 0 auto;
    position: relative;
  }
  a {
    -webkit-transition: all .2s 0s ease;
    -moz-transition: all .2s 0s ease;
    transition: all .2s 0s ease;
  }
  a:hover {
    cursor: pointer;
  }
  img {
    max-width: 100%;
  }
  .sp_only {
    display: none !important;
  }
  .sp_link {
    pointer-events: none;
  }
  .sp_link:hover {
    cursor: default;
  }
  a.pdf {
    background: url(../images/cms/pdf.png) left center no-repeat;
    line-height: 30px;
    padding: 0 0 0 25px;
    color: #004350;
  }
  header {
    padding: 10px 0 8px;
    background-color: #f7323f;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    min-width: 1150px;
  }
  header > * {
    display: inline-block;
    vertical-align: middle;
  }
  header .row1 {
    vertical-align: top;
    padding-left: 35px;
  }
  header h1 a:hover {
    opacity: .7;
  }
  header .menu_wrap {
    width: 880px;
    /* padding-right: 22px; */
    /* For IE 6/7 only */
    *zoom: 1;
  }
  header .menu_wrap:before, header .menu_wrap:after {
    content: ' ';
    display: table;
  }
  header .menu_wrap:after {
    clear: both;
  }
  header .global_navi {
    float: left;
  }
  header .global_navi > ul {
    width: 558px;
    display: table;
    height: 40px;
    margin: 7px 10px 7px 20px;
  }
  header .global_navi > ul > li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
    font-size: 1.2rem;
  }
  header .global_navi > ul > li span {
    display: block;
    width: 100%;
    height: 40px;
    -webkit-transition: all .2s 0s ease;
    -moz-transition: all .2s 0s ease;
    transition: all .2s 0s ease;
    position: static;
    z-index: 2;
  }
  header .global_navi > ul > li span:after {
    color: #fff;
    background-color: #f7323f;
    display: block;
    width: 100%;
    height: 40px;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s .1s ease;
    -moz-transition: all .2s .1s ease;
    transition: all .2s .1s ease;
    position: absolute;
    top: 0;
    z-index: 1;
    font-size: 1.2rem;
  }
  header .global_navi > ul > li:hover span {
    z-index: 1;
  }
  header .global_navi > ul > li:hover span:after {
    visibility: visible;
    opacity: 1;
    z-index: 2;
  }
  header .global_navi > ul > li:nth-child(1) {
    width: 60px;
  }
  header .global_navi > ul > li:nth-child(1) span:after {
    content: 'トップ';
  }
  header .global_navi > ul > li:nth-child(2) {
    width: 80px;
  }
  header .global_navi > ul > li:nth-child(2) span:after {
    content: 'ニュース';
  }
  header .global_navi > ul > li:nth-child(3) {
    width: 100px;
  }
  header .global_navi > ul > li:nth-child(3) span {
    width: 100px;
  }
  header .global_navi > ul > li:nth-child(3) span:after {
    content: '製品一覧';
    width: 100px;
  }
  header .global_navi > ul > li:nth-child(4) {
    width: 90px;
  }
  header .global_navi > ul > li:nth-child(4) span {
    width: 90px;
  }
  header .global_navi > ul > li:nth-child(4) span:after {
    content: '販売店一覧';
    width: 90px;
  }
  header .global_navi > ul > li:nth-child(5) {
    width: 140px;
  }
  header .global_navi > ul > li:nth-child(5) span:after {
    content: 'オルトフォンについて';
  }
  header .global_navi > ul > li:nth-child(6) span {
    width: 80px;
  }
  header .global_navi > ul > li:nth-child(6) span:after {
    content: 'サポート';
    width: 80px;
  }
  header .global_navi > ul a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    position: relative;
  }
  /*header .global_navi > ul .hasdisable:hover .disable {*/
  header .global_navi > ul .hasdisable.js_active .disable {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  header .sns_links {
    float: right;
    font-size: 0rem;
    text-align: center;
    margin: 14px 0;
  }
  header .sns_links > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  header .sns_links li {
    width: 22px;
    height: 18px;
  }
  header .sns_links li.online_link {
    width: auto;
    margin-left: 36px;
  }
  header .sns_links li.online_link a {
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 4px;
    position: relative;
  }
  header .sns_links li.online_link a > span:after {
    content: "オンラインショップ";
    width: 140%;
    height: 40px;
    position: absolute;
    left: -20%;
    top: 0;
    z-index: 1;
    opacity: 0;
    background-color: #f7323f;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
    padding: 0 8px;
  }
  header .sns_links li.online_link a:hover > span:after{
    opacity: 1;
    visibility: visible;
  }
  header .sns_links li + li {
    margin-left: 20px;
  }
  header .sns_links li a:hover {
    opacity: .7;
  }
  header .sns_links li img {
    max-height: 100%;
    width: auto;
  }
  header .disable {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 7px 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -10px);
       -moz-transform: translate(-50%, -10px);
        -ms-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
    top: 70px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s .1s ease;
    -moz-transition: all .2s .1s ease;
    transition: all .2s .1s ease;
  }
  header .disable .box {
    width: 800px;
    margin: 0 auto;
  }
  header .disable .box + .box {
    border-top: solid 1px #004350;
    margin-top: 5px;
    padding-top: 5px;
  }
  header .disable .box:last-of-type a {
    color: #646464;
  }
  header .disable .box:last-of-type a:hover {
    color: #fff;
  }
  header .disable ul {
    font-size: 0rem;
    text-align: center;
    text-align: left;
  }
  header .disable ul > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  header .disable ul li {
    width: 33.33%;
    margin-bottom: 4px;
  }
  header .disable ul figure {
    width: 100%;
    font-size: 0rem;
    text-align: center;
    text-align: left;
    position: relative;
    z-index: 10;
  }
  header .disable ul figure > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  header .disable ul figure img {
    width: 110px;
  }
  header .disable ul figure figcaption {
    padding-left: 5px;
    font-size: 1.2rem;
    letter-spacing: -.2px;
    line-height: 1.4;
  }
  header .disable ul a {
    display: block;
    padding: 5px;
    font-weight: bold;
    color: #004350;
    position: relative;
  }
  header .disable ul a:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(247, 50, 63, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .2s 0s ease;
    -moz-transition: all .2s 0s ease;
    transition: all .2s 0s ease;
  }
  header .disable ul a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    z-index: 9;
  }
  header .disable ul a:before {
    background-color: rgba(247, 50, 63, 0.6);
  }
  header .disable ul a:hover {
    color: #fff;
  }
  footer {
    background-color: #004350;
    text-align: center;
    color: #fff;
    padding: 25px 0 40px;
  }
  footer > * a:hover {
    opacity: .7;
  }
  footer .pagetop {
    border: solid 1px #fff;
    width: 60px;
    height: 60px;
    font-size: 1rem;
    position: absolute;
    right: 0;
    top: 0;
  }
  footer .pagetop a {
    display: block;
    color: #fff;
    padding-top: 5px;
  }
  footer .pagetop a:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    margin: auto;
    background: url("/common/images/arrow_right_white.png") no-repeat center center;
    -moz-background-size: 10px auto;
         background-size: 10px auto;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  footer .foot_links {
    font-size: 0rem;
    text-align: center;
    margin-bottom: 25px;
  }
  footer .foot_links > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  footer .foot_links .box {
    vertical-align: top;
    font-size: 1.2rem;
    text-align: left;
  }
  footer .foot_links p {
    line-height: 2.2;
    border-bottom: solid 1px #fff;
    margin-bottom: 8px;
    padding-right: 25px;
  }
  footer .foot_links ul {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
  }
  footer .foot_links li {
    line-height: 2;
  }
  footer .foot_links a {
    color: #fff;
    text-decoration: none;
  }
  footer .sns_links {
    font-size: 0rem;
    text-align: center;
    margin-bottom: 30px;
  }
  footer .sns_links > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  footer .sns_links li {
    width: 22px;
    height: 18px;
  }
  footer .sns_links li + li {
    margin-left: 25px;
  }
  footer .sns_links li img {
    max-height: 100%;
    width: auto;
  }
  footer .online_link {
    margin-bottom: 43px;
  }
  footer .online_link a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .online_link a img {
    width: 23.5px;
    height: 20.5px;
  }
  footer .online_link a span {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    border-bottom: 1px solid #fff;
    letter-spacing: 0.5px;
    margin-left: 6px;
  }
  footer .logo {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 8px;
  }
  footer .logo a {
    color: #fff;
  }
  footer .logo img {
    margin-bottom: 14px;
  }
  footer .copy {
    font-size: 1.2rem;
    line-height: 2.3;
  }
  footer .copy small {
    display: block;
  }
  footer .copy a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding-right: 17px;
    background: url("/common/images/arrow_right_white.png") no-repeat right center;
    -moz-background-size: 9px auto;
         background-size: 9px auto;
  }
  .pagetitle {
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
         background-size: cover;
    padding-top: 35px;
  }
  .pagetitle h2 {
    width: 1150px;
    margin: auto;
    font-size: 3.8rem;
    font-weight: bold;
    letter-spacing: .1em;
    color: #fff;
    line-height: 1;
  }
  .pagetitle.rev h2 {
    color: #000;
  }
  .contents_head {
    position: relative;
  }
  .contents_head .inner {
    width: 100%;
  }
  .contents_head h2 {
    height: 75px;
    border-bottom: solid 1px #004350;
    font-size: 2.8rem;
    color: #004350;
    padding: 23px 0;
    line-height: 1;
  }
  .contents_head h2 span {
    display: block;
    width: 954px;
    margin: 0 auto;
  }
  .contents_head .intro_lede {
    width: 954px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 20px 0 55px;
  }
  .contents_head.is_news {
    height: auto;
  }
  .contents_head.is_news .inner {
    /* For IE 6/7 only */
    *zoom: 1;
    width: 950px;
  }
  .contents_head.is_news .inner:before, .contents_head.is_news .inner:after {
    content: ' ';
    display: table;
  }
  .contents_head.is_news .inner:after {
    clear: both;
  }
  .contents_head.is_news h2 {
    display: inline-block;
    vertical-align: middle;
    border-bottom: none;
    font-size: 1.8rem;
    height: 40px;
    line-height: 40px;
    padding: 0;
  }
  .contents_head.is_news h2 span {
    width: auto;
  }
  .contents_head.is_news .switch_btn {
    font-size: 0rem;
    text-align: center;
    float: right;
    margin-top: 13px;
    border-right: solid 1px #004350;
  }
  .contents_head.is_news .switch_btn > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .contents_head.is_news .switch_btn li {
    width: 100px;
    height: 14px;
    line-height: 14px;
    color: #004350;
    font-size: 1.2rem;
    text-align: center;
    border-left: solid 1px #004350;
    font-weight: bold;
  }
  .contents_head.is_news .switch_btn li a {
    display: block;
    color: inherit;
  }
  .contents_head.is_news .switch_btn li a:hover {
    color: #f7323f;
  }
  .contents_head.is_news .switch_btn li.current a {
    color: #f7323f;
  }
  .contents_head.is_news .btn {
    margin-top: 10px;
    float: right;
  }
  .contents_head.is_news {
    height: auto;
  }
  .contents_head.is_analog .inner {
    /* For IE 6/7 only */
    *zoom: 1;
    width: 950px;
  }
  .contents_head.is_analog .inner:before, .contents_head.is_analog .inner:after {
    content: ' ';
    display: table;
  }
  .contents_head.is_analog .inner:after {
    clear: both;
  }
  .contents_head.is_analog h2 {
    display: inline-block;
    vertical-align: middle;
    border-bottom: none;
    font-size: 1.8rem;
    height: 40px;
    line-height: 40px;
    padding: 0;
  }
  .contents_head.is_analog h2 span {
    width: auto;
  }
  .contents_head.is_analog .sns-top {
    float: right;
    margin-top: 14px;
  }
  .contents_head.is_analog .sns_buttons-item {
    height: 18px;
  }
  .contents_head.is_analog .switch_btn {
    font-size: 0rem;
    text-align: left;
    float: right;
    background: linear-gradient(to bottom, #004350 14px, transparent 14px) top 10px left repeat-y;
    background-size: 1px 24px;
  }
  .contents_head.is_analog .switch_btn > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .contents_head.is_analog .switch_btn li {
    width: auto;
    min-width: 100px;
    padding: 0 8px;
    height: 14px;
    line-height: 14px;
    color: #004350;
    font-size: 1.2rem;
    text-align: center;
    border-right: solid 1px #004350;
    font-weight: bold;
    margin: 10px 0 0;
  }
  .contents_head.is_analog .switch_btn li a {
    display: block;
    color: inherit;
  }
  .contents_head.is_analog .switch_btn li a:hover {
    color: #f7323f;
  }
  .contents_head.is_analog .switch_btn li.current a {
    color: #f7323f;
  }
  .contents_head.is_analog .btn {
    margin-top: 10px;
    float: right;
  }
  .contents_head.fill {
    height: auto;
    background-color: #fff;
    margin-bottom: 50px;
  }
  .contents_head.fill .inner {
    width: 100%;
  }
  .contents_head.fill h2 {
    display: block;
    height: auto;
    background-color: #969696;
    color: #fff;
    font-size: 1.8rem;
    padding: 12px 0;
    border-bottom: none;
  }
  .contents_head.fill .intro_lede {
    padding: 25px 345px 40px 0;
    font-size: 1.6rem;
  }
  .contents_head.rev {
    background-color: #fff;
  }
  .contents_head.rev .btn {
    position: absolute;
    left: 50%;
    top: 25px;
    margin-left: 287px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .contents_head.rev .btn a {
    color: #004350;
  }
  .section {
    position: relative;
  }
  .btn_area {
    text-align: center;
    font-size: 0rem;
    text-align: center;
  }
  .btn_area > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .btn a {
    display: inline-block;
  }
  .btn a:hover:hover {
    opacity: .7;
  }
  .btn.bullet a {
    padding: 0 30px 0 0;
    background: url("/common/images/bullet_bg_tone02.png") no-repeat right center;
    -moz-background-size: 20px auto;
         background-size: 20px auto;
    color: inherit;
  }
  .btn.bullet.bottom a {
    padding: 0 0 30px 0;
    background: url("/common/images/bullet_bg_tone02_bottom.png") no-repeat center bottom;
  }
  .btn.bullet.tone01 a {
    background: url("/common/images/bullet_right_tone01.png") no-repeat right center;
  }
  .bnr_links {
    font-size: 0rem;
    text-align: center;
    margin-left: -20px;
  }
  .bnr_links > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .bnr_links li {
    width: 46.8%;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-left: 20px;
    text-align: left;
    position: relative;
  }
  .bnr_links li.c1 div {
    color: #f7323f;
  }
  .bnr_links li.c2 div {
    color: #004350;
  }
  .bnr_links li div {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 12px;
    font-weight: bold;
    position: relative;
    z-index: 10;
  }
  .bnr_links li p {
    font-size: 1.4rem;
    position: absolute;
    left: 10px;
    bottom: 27px;
    padding-left: 20px;
    background: url("/common/images/arrow_right_white_bold.png") no-repeat left center;
    -moz-background-size: 13px auto;
         background-size: 13px auto;
    z-index: 10;
    text-shadow: 0px 0px 3px #000;
  }
  .bnr_links a {
    display: block;
    color: #fff;
    position: relative;
  }
  .bnr_links a:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(247, 50, 63, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .2s 0s ease;
    -moz-transition: all .2s 0s ease;
    transition: all .2s 0s ease;
  }
  .bnr_links a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    z-index: 9;
  }
  .bnr_links a:before {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .bnr_links a:hover {
    opacity: 1 !important;
  }
  .bnr_links.is_wide {
    clear: both;
    font-size: 0rem;
    text-align: center;
  }
  .bnr_links.is_wide > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .bnr_links.is_wide li {
    width: 380px;
  }
  .bnr_links.is_wide li div {
    color: #004350;
  }
  .table {
    border-collapse: collapse;
    width: 100%;
  }
  .table th, .table td {
    vertical-align: middle;
    border-bottom: solid 1px #797879;
    font-size: 2.1rem;
  }
  .table th {
    border-top: solid 1px #797879;
    background-color: #797879;
    color: #fff;
    text-align: left;
    font-weight: normal;
    padding: 10px 20px;
    line-height: 1.4;
  }
  .table td {
    padding: 0 20px;
    line-height: 1.65;
  }
  .table .name {
    background-color: #f0f0f0;
  }
  .table .price {
    text-align: right;
  }
  .table tr:nth-child(odd) {
    background-color: #f0f0f0;
  }
  .table tr:nth-child(odd) .name {
    background-color: #e2e2e2;
  }
  ul.disc li {
    margin-left: 1em;
    text-indent: -1em;
  }
  ul.disc li:before {
    content: '・';
  }
  .panel_btn {
    padding: 10px 15px;
    position: relative;
    -webkit-transition: all .2s 0s ease;
    -moz-transition: all .2s 0s ease;
    transition: all .2s 0s ease;
  }
  .panel_btn:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/common/images/arrow_bottom_tone02_bold.png");
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    position: absolute;
    right: 19px;
    bottom: 16px;
    -webkit-transition: all .2s 0s ease;
    -moz-transition: all .2s 0s ease;
    transition: all .2s 0s ease;
  }
  .panel_btn:hover {
    cursor: pointer;
  }
  .panel_btn:hover:hover {
    opacity: .7;
  }
  .panel_btn.on {
    color: #f7323f;
  }
  .panel_btn.on:after {
    background-image: url("/common/images/arrow_top_tone01_bold.png");
  }
  .panel_body {
    display: none;
  }
  iframe.mv {
    border: 0;
    width: 100%;
  }
  .pager {
    margin-top: 40px;
  }
  .pager ul {
    border-top: solid 1px #004350;
    display: table;
    width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0 50px;
  }
  .pager ul li {
    display: table-cell;
    vertical-align: middle;
  }
  .pager ul li a {
    display: inline-block;
    vertical-align: middle;
    color: #004350;
    background-repeat: no-repeat;
    -moz-background-size: 20px auto;
         background-size: 20px auto;
  }
  .pager ul li a:hover {
    opacity: .7;
  }
  .pager ul .prev,
  .pager ul .next {
    width: 44%;
  }
  .pager ul .prev {
    text-align: left;
  }
  .pager ul .prev a {
    padding-left: 30px;
    background-image: url("/common/images/bullet_bg_tone02_left.png");
    background-position: left center;
  }
  .pager ul .next {
    text-align: right;
  }
  .pager ul .next a {
    padding-right: 30px;
    background-image: url("/common/images/bullet_bg_tone02.png");
    background-position: right center;
  }
  .sns_buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sns_buttons-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sns_buttons-item + .sns_buttons-item {
    margin-left: 5px;
  }
  .sns_buttons.sns-bottom {
    margin-top: 30px;
  }
  .news_post {
    overflow: hidden;
    background-color: #fff;
  }
  .news_post:nth-of-type(1) {
    padding-top: 50px;
  }
  .news_post:last-of-type {
    padding-bottom: 40px;
  }
  .news_list {
    font-size: 0rem;
    text-align: center;
    margin-left: -23px;
    padding: 0 35px;
    text-align: left;
  }
  .news_list > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .news_list li {
    width: 220px;
    margin: 0 0 30px 23px;
    position: relative;
    vertical-align: top;
  }
  .news_list .date {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 6px;
    line-height: 1;
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .news_list .date:before, .news_list .date:after {
    content: ' ';
    display: table;
  }
  .news_list .date:after {
    clear: both;
  }
  .news_list .date .icon {
    color: #f7323f;
    float: right;
  }
  .news_list .photo {
    clear: both;
    margin-bottom: 6px;
    text-align: center;
    width: 100%;
    height: 155px;
    position: relative;
    overflow: hidden;
  }
  .news_list .photo img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
  }
  .news_list .tag {
    margin-bottom: 8px;
    line-height: 1;
  }
  .news_list .tag span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    font-weight: bold;
    color: #004350;
  }
  .news_list .tag .tag_pickup {
    color: #f7323f;
  }
  .news_list .tag .tag_pickup:before {
    content: '/';
    color: #004350;
    padding: 0 2px 0 0;
  }
  .news_list .text_wrap {
    position: relative;
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .news_list a {
    display: block;
    text-decoration: none;
  }
  .news_list a:hover {
    opacity: .7;
  }
  .product_index_contents,
  .product_second_contents {
    padding: 0 0 50px;
    background-color: #dcdcdc;
  }
  .product_index_contents .inner {
    width: 1000px;
    margin: 0 auto;
  }
  .category_list {
    font-size: 0rem;
    text-align: center;
    margin: 0 0 0 -2px;
    text-align: left;
  }
  .category_list > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .category_list li {
    width: 49.6%;
    width: -webkit-calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    width: calc(50% - 4px);
    margin: 2px;
    position: relative;
    vertical-align: top;
  }
  .category_list li:before {
    content: '';
    display: block;
    width: 15px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/common/images/arrow_right_tone02.png");
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 2;
  }
  .category_list li a {
    display: block;
    padding: 25px 40px;
    background-color: #fff;
    position: relative;
  }
  .category_list li a:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(247, 50, 63, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .2s 0s ease;
    -moz-transition: all .2s 0s ease;
    transition: all .2s 0s ease;
  }
  .category_list li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    z-index: 9;
  }
  .category_list li p {
    font-size: 2.4rem;
    color: #004350;
    margin-bottom: 10px;
    padding-right: 30px;
    font-weight: bold;
  }
  .category_list li p span {
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
  }
  .product_second_contents .category_post {
    padding-bottom: 50px;
  }
  .product_second_contents .category_post h3 {
    padding: 10px 30px;
    color: #787878;
    background-color: #f5f5f5;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: bold;
  }
  .product_second_contents .category_post .catch {
    font-size: 1.5rem;
    padding: 6px 30px;
    font-weight: bold;
    color: #004350;
  }
  .product_second_contents .category_list li {
    width: 32.9%;
    width: -webkit-calc(33.33% - 4px);
    width: -moz-calc(33.33% - 4px);
    width: calc(33.33% - 4px);
    position: relative;
  }
  .product_second_contents .category_list li:before {
    width: 12px;
    height: 20px;
    background-image: url("/common/images/arrow_right_tone02_bold.png");
    top: auto;
    right: 20px;
    bottom: 22px;
  }
  .product_second_contents .category_list li a {
    padding: 85px 28px 25px;
  }
  .product_second_contents .category_list li .photo {
    width: 210px;
    height: 210px;
    margin: 0 auto;
    position: relative;
  }
  .product_second_contents .category_list li .photo img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 100%;
  }
  .product_second_contents .category_list li p {
    position: absolute;
    left: 28px;
    top: 25px;
    padding-right: 0;
    background: none;
  }
  .product_second_contents .category_list li p span {
    font-size: 2rem;
    font-weight: bold;
  }
  .product_second_contents .movie_post h3 {
    padding: 10px 30px;
    color: #fff;
    background-color: #969696;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .product_second_contents .movie_list {
    font-size: 0rem;
    text-align: center;
    padding: 25px;
    background-color: #231815;
  }
  .product_second_contents .movie_list > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .product_second_contents .movie_list li {
    padding: 15px;
    width: 50%;
  }
  .product_second_contents .movie_list li a {
    color: #fff;
  }
  .product_second_contents .movie_list li iframe {
    height: 285px;
  }
  .product_second_contents .movie_list li p {
    color: #fff;
    font-size: 1.5rem;
    margin-top: 8px;
    text-align: left;
  }
  .is_fill02 .contents_head.fill h2 {
    background-color: #b99637;
  }
  .is_fill02 .contents_head .intro_lede {
    background: url("/product/images/logo_acoustic.png") 90% center no-repeat;
  }
  .is_fill02 .category_list li:before {
    background-image: url("/common/images/arrow_right_tone03_bold.png");
  }
  .is_fill02 .category_list li p {
    color: #b99637;
  }
  .product_detail_contents {
    background-color: #fff;
    padding: 0 0 50px;
  }
  .product_detail_contents .sns_buttons {
    width: 954px;
    margin: auto;
  }
  .product_detail_contents .entry-container {
    padding: 50px 0 0;
  }
  .product_detail_contents .entry-container .head_area {
    margin-bottom: 50px;
    border-bottom: solid 1px #004350;
    padding-bottom: 10px;
  }
  .product_detail_contents .entry-container .head_area .title {
    font-weight: bold;
    color: #f7323f;
    font-size: 4.4rem;
    line-height: 1.4;
    width: 954px;
    margin: 0 auto;
  }
  .product_detail_contents .entry-container .entry-content {
    border-bottom: solid 1px #004350;
    padding-bottom: 50px;
  }
  .product_detail_contents .entry-container .lede_wrap {
    display: table;
    width: 100%;
    padding-bottom: 50px;
  }
  .product_detail_contents .entry-container .lede_wrap .photo,
  .product_detail_contents .entry-container .lede_wrap .lede_box {
    display: table-cell;
    vertical-align: middle;
  }
  .product_detail_contents .entry-container .lede_wrap .photo {
    width: 570px;
    padding-right: 70px;
  }
  .product_detail_contents .entry-container .lede_wrap h3 {
    font-size: 2rem;
    font-weight: normal;
    margin: 20px 0 25px;
    color: #004350;
  }
  .product_detail_contents .entry-container .lede_wrap p {
    font-size: 1.5rem;
  }
  .product_detail_contents .entry-container .lede_wrap dl {
    display: table;
    width: 100%;
  }
  .product_detail_contents .entry-container .lede_wrap dl dt, .product_detail_contents .entry-container .lede_wrap dl dd {
    display: table-cell;
    vertical-align: middle;
  }
  .product_detail_contents .entry-container .lede_wrap .spec {
    font-size: 1.2rem;
    margin-top: 20px;
  }
  .product_detail_contents .entry-container .lede_wrap .price {
    margin: 25px 0 1px;
    font-size: 1.4rem;
  }
  .product_detail_contents .entry-container .lede_wrap .price dl {
    width: auto;
  }
  .product_detail_contents .entry-container .lede_wrap .price dt {
    padding-right: 5px;
  }
  .product_detail_contents .entry-container .lede_wrap .package {
    font-size: 1.4rem;
  }
  .product_detail_contents .entry-container .lede_wrap .package dt, .product_detail_contents .entry-container .lede_wrap .package dd {
    vertical-align: top;
  }
  .product_detail_contents .entry-container .lede_wrap .package dt {
    width: 11em;
  }
  .product_detail_contents .entry-container .file {
    margin: 10px 0 0;
    padding: 0;
    border-top: none;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .product_detail_contents .entry-container a {
    color: #004350;
  }
  .product_detail_contents .entry-container a:hover:hover {
    opacity: .7;
  }
  .product_detail_contents .entry-container .links {
    margin-top: .5em;
  }
  .product_detail_contents .entry-container .links a {
    color: #000;
    padding: 3px 0 3px 25px;
    background: url("/common/images/bullet_right_tone01.png") left 3px no-repeat;
  }
  .product_detail_contents .entry-container .onlineshop_bnr {
    margin-top: 30px;
  }
  .product_detail_contents .entry-container .onlineshop_bnr img {
    width: 100%;
  }
  .product_detail_contents .entry-container .slide_wrap {
    padding: 0 25px;
    position: relative;
    border-top: solid 1px #004350;
    border-bottom: solid 1px #004350;
    margin-bottom: 50px;
  }
  .product_detail_contents .entry-container .slide_wrap li {
    height: 120px;
    text-align: center;
  }
  .product_detail_contents .entry-container .slide_wrap li img {
    margin: auto;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .product_detail_contents .entry-container .slide_wrap li > a {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .product_detail_contents .entry-container .slide_wrap a {
    display: block;
  }
  .product_detail_contents .entry-container .slide_wrap .bx-prev,
  .product_detail_contents .entry-container .slide_wrap .bx-next {
    width: 15px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: 15px auto;
         background-size: 15px auto;
    z-index: 99;
    margin-top: -11px;
  }
  .product_detail_contents .entry-container .slide_wrap .bx-prev {
    background-image: url("/common/images/arrow_left_tone02.png");
    left: -25px;
  }
  .product_detail_contents .entry-container .slide_wrap .bx-next {
    background-image: url("/common/images/arrow_right_tone02.png");
    left: auto;
    right: -25px;
  }
  .product_detail_contents .entry-container .text_box {
    width: 705px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .product_detail_contents .entry-container .text_box h3 {
    color: #004350;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .product_detail_contents .entry-container .text_box .photo {
    margin: 25px auto 0;
    text-align: center;
  }
  .product_detail_contents .entry-container .text_box .photo_wrap {
    margin: 25px -4px 0;
  }
  .product_detail_contents .entry-container .text_box .photo_list {
    width: 100%;
    font-size: 0rem;
    text-align: center;
  }
  .product_detail_contents .entry-container .text_box .photo_list > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .product_detail_contents .entry-container .text_box .photo_list li {
    padding: 2px;
  }
  .product_detail_contents .entry-container .text_box .photo_list img {
    width: 100%;
    height: auto;
  }
  .product_detail_contents .entry-container .text_box iframe {
    width: 560px !important;
    height: 315px !important;
  }
  .product_detail_contents .entry-container .series {
    padding: 30px 0 0;
  }
  .product_detail_contents .entry-container .series .inner {
    width: 705px;
  }
  .product_detail_contents .entry-container .series h2 {
    font-size: 1.7rem;
    color: #004350;
  }
  .product_detail_contents .entry-container .series h3 {
    color: #004350;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 14px;
  }
  .product_detail_contents .entry-container .series ul {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .product_detail_contents .entry-container .series ul:before, .product_detail_contents .entry-container .series ul:after {
    content: ' ';
    display: table;
  }
  .product_detail_contents .entry-container .series ul:after {
    clear: both;
  }
  .product_detail_contents .entry-container .series ul li {
    width: 70px;
    font-size: 1.2rem;
    text-align: center;
    float: left;
    margin-right: 35px;
  }
  .product_detail_contents .entry-container .series ul li:nth-child(6n+1) {
    clear: both;
  }
  .product_detail_contents .entry-container .series ul li div {
    position: relative;
    width: 100%;
    height: 70px;
  }
  .product_detail_contents .entry-container .series ul li div img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 100%;
  }
  .product_detail_contents .entry-container .series ul li p {
    margin-top: 8px;
    font-weight: bold;
  }
  .product_detail_contents .entry-container .series ul a {
    display: block;
  }
  .product_detail_contents .entry-container .series ul a:hover:hover {
    opacity: .7;
  }
  .bx-wrapper {
    -moz-box-shadow: none;
         box-shadow: none;
    border: none;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  body,
  td,
  th,
  input,
  textarea {
    line-height: 1.5;
    font-size: 1.08333rem;
  }
  body.on,
  html.on {
    overflow: hidden;
    height: 100%;
  }
  #container {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
  }
  header,
  footer,
  #contents {
    width: 100%;
    min-width: 100%;
    clear: both;
    position: relative;
  }
  #contents {
    margin-top: 55px;
  }
  .inner {
    padding: 0 15px;
  }
  img {
    max-width: 100%;
  }
  .pc_only {
    display: none !important;
  }
  a.pdf {
    display: inline-block;
    background: url(../images/cms/pdf.png) left center no-repeat;
    line-height: 30px;
    padding: 5px 0 5px 25px;
    color: #004350;
  }
  header .row1 {
    width: 100%;
    padding: 8px 15px;
    background-color: #f7323f;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    /* For IE 6/7 only */
    *zoom: 1;
  }
  header .row1:before, header .row1:after {
    content: ' ';
    display: table;
  }
  header .row1:after {
    clear: both;
  }
  header h1 {
    float: left;
  }
  header h1 img {
    vertical-align: top;
  }
  header .menu_wrap {
    margin-top: 50px;
    padding: 25px 0 40px;
    background-color: #f7323f;
    position: fixed;
    z-index: 999;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow-y: scroll;
  }
  header .global_navi {
    margin: 42px 0 0;
  }
  header .global_navi ul {
    width: 70%;
  }
  header .global_navi li {
    line-height: 3.5;
    font-size: 1.16667rem;
    opacity: 0;
    border-bottom: solid 1px #fff;
    margin-left: 100px;
  }
  header .global_navi li:first-child {
    border-top: solid 1px #fff;
  }
  header .global_navi a {
    padding: 0 44px;
    color: #fff;
    display: block;
  }
  header .global_navi span {
    padding: 0 10px 5px;
    border-bottom: solid 2px #f7323f;
  }
  header .sns_links {
    font-size: 0rem;
    text-align: center;
    margin-top: 45px;
    opacity: 0;
    -webkit-transition: all .2s 0s ease;
    -moz-transition: all .2s 0s ease;
    transition: all .2s 0s ease;
  }
  header .sns_links > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  header .sns_links li {
    width: 22px;
    height: 18px;
  }
  header .sns_links li + li {
    margin-left: 22px;
  }
  header .sns_links li img {
    max-height: 100%;
    width: auto;
  }
  header .sns_links.on {
    opacity: 1;
  }
  header .sns_links .online_link {
    display: flex;
    width: auto;
    margin-top: 18px;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }
  header .sns_links .online_link img {
    width: 22px;
    height: 19px;
    margin-right: 6px;
  }
  header .sns_links .online_link span {
    font-size: 1.1rem;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    color: #fff;
    
  }
  header .disable {
    display: none;
  }
  #menu_close {
    display: none;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    clear: both;
  }
  #menu_btn {
    z-index: 9999;
    float: right;
    background-color: #fff;
    padding: 6px;
    margin: 5px 0 0 0;
    text-align: center;
    vertical-align: top;
  }
  .menu_icon {
    height: 18px;
    cursor: pointer;
    display: block;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .menu_icon span {
    background: #f7323f;
    display: block;
    height: 3px;
    width: 18px;
    margin: 0 0 4px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .menu_icon span.bar1 {
    margin: 0 0 4px;
  }
  .menu_icon.active {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: relative;
  }
  .menu_icon.active .bar1 {
    -webkit-transform: rotate(0deg) translateY(7px);
       -moz-transform: rotate(0deg) translateY(7px);
        -ms-transform: rotate(0deg) translateY(7px);
            transform: rotate(0deg) translateY(7px);
    margin: 0;
  }
  .menu_icon.active .bar2 {
    opacity: 0;
  }
  .menu_icon.active .bar3 {
    -webkit-transform: rotate(-90deg) translateX(3px);
       -moz-transform: rotate(-90deg) translateX(3px);
        -ms-transform: rotate(-90deg) translateX(3px);
            transform: rotate(-90deg) translateX(3px);
  }
  footer {
    background-color: #004350;
    color: #fff;
    padding: 27px 0;
    text-align: center;
  }
  footer a {
    display: block;
  }
  footer .pagetop {
    border-bottom: solid 1px #fff;
    width: 100%;
    height: 40px;
    font-size: 0.83333rem;
    margin-bottom: 30px;
  }
  footer .pagetop a {
    display: block;
    color: #fff;
  }
  footer .pagetop a:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    margin: auto;
    background: url("/common/images/arrow_right_white.png") no-repeat center center;
    -moz-background-size: 10px auto;
         background-size: 10px auto;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  footer .foot_links {
    text-align: left;
  }
  footer .foot_links .box {
    margin-bottom: 25px;
    font-size: 0rem;
  }
  footer .foot_links p {
    display: block;
    padding: 0 0 6px;
    margin-bottom: 10px;
    border-bottom: solid 1px #fff;
    font-size: 1.08333rem;
  }
  footer .foot_links ul {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  footer .foot_links ul.ib {
    display: block;
    width: 100%;
    font-size: 0rem;
    text-align: center;
  }
  footer .foot_links ul.ib > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  footer .foot_links ul.ib li {
    width: 50%;
    font-size: 1rem;
  }
  footer .foot_links li {
    line-height: 2;
    font-size: 1rem;
    text-align: left;
  }
  footer .foot_links a {
    color: #fff;
  }
  footer .sns_links {
    font-size: 0rem;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .sns_links > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  footer .sns_links li {
    width: 22px;
    height: 18px;
  }
  footer .sns_links li + li {
    margin-left: 22px;
  }
  footer .sns_links li img {
    max-height: 100%;
    width: auto;
  }
  footer .online_link {
    margin-bottom: 23px;
  }
  footer .online_link a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .online_link a img {
    width: 22px;
    height: 19px;
  }
  footer .online_link a span {
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    border-bottom: 1px solid #fff;
    letter-spacing: 0.5px;
    margin-left: 6px;
  }
  footer .logo {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 6px;
  }
  footer .logo a {
    display: inline-block;
  }
  footer .logo img {
    width: 156px;
    height: auto;
    margin-bottom: 20px;
  }
  footer .copy {
    font-size: 0.83333rem;
  }
  footer .copy small {
    display: block;
    margin-bottom: 4px;
  }
  footer .copy a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding-right: 17px;
    background: url("/common/images/arrow_right_white.png") no-repeat right center;
    -moz-background-size: 9px auto;
         background-size: 9px auto;
  }
  footer .footer-support ul.ib {
    text-align: left;
  }
  .pagetitle {
    height: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
         background-size: cover;
    padding-top: 15px;
  }
  .pagetitle h2 {
    font-size: 1.83333rem;
    font-weight: bold;
    letter-spacing: .1em;
    color: #fff;
    margin-left: 15px;
  }
  .pagetitle.rev h2 {
    color: #000;
  }
  .contents_head {
    position: relative;
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .contents_head:before, .contents_head:after {
    content: ' ';
    display: table;
  }
  .contents_head:after {
    clear: both;
  }
  .contents_head h2 {
    border-bottom: solid 1px #004350;
    font-size: 1.33333rem;
    color: #004350;
    padding: 15px 0 13px;
    line-height: 1;
    font-weight: normal;
  }
  .contents_head .intro_lede {
    padding: 10px 0 25px;
    font-size: 1.08333rem;
    font-weight: bold;
  }
  .contents_head.is_news .inner {
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .contents_head.is_news .inner:before, .contents_head.is_news .inner:after {
    content: ' ';
    display: table;
  }
  .contents_head.is_news .inner:after {
    clear: both;
  }
  .contents_head.is_news h2 {
    display: inline-block;
    vertical-align: middle;
    border-bottom: none;
  }
  .contents_head.is_news .switch_btn {
    font-size: 0rem;
    text-align: center;
    text-align: right;
    margin-top: 10px;
    border-right: solid 1px #004350;
  }
  .contents_head.is_news .switch_btn > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .contents_head.is_news .switch_btn li {
    color: #004350;
    font-size: 1rem;
    height: 14px;
    line-height: 14px;
    margin: 0 0 4px 0;
    border-left: solid 1px #004350;
  }
  .contents_head.is_news .switch_btn li a {
    display: block;
    padding: 0 7px;
    color: inherit;
  }
  .contents_head.is_news .switch_btn li.current a {
    color: #f7323f;
  }
  .contents_head.is_news .btn {
    margin-top: 12px;
    float: right;
  }
  .contents_head.is_analog .inner {
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .contents_head.is_analog .inner:before, .contents_head.is_analog .inner:after {
    content: ' ';
    display: table;
  }
  .contents_head.is_analog .inner:after {
    clear: both;
  }
  .contents_head.is_analog h2 {
    display: inline-block;
    vertical-align: middle;
    border-bottom: none;
  }
  .contents_head.is_analog .sns-top {
    float: right;
    height: 100%;
    margin: 12px 0 6px;
  }
  .contents_head.is_analog .sns_buttons-item {
    height: 18px;
  }
  .contents_head.is_analog .switch_btn {
    font-size: 0rem;
    text-align: right;
    margin-top: 10px;
    background: linear-gradient(to bottom, #004350 21px, transparent 21px) top right repeat-y;
    background-size: 1px 25px;
  }
  .contents_head.is_analog .switch_btn > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .contents_head.is_analog .switch_btn li {
    color: #004350;
    font-size: 1rem;
    /* height: 14px; */
    height: 21px;
    line-height: 14px;
    margin: 0 0 4px 0;
    border-left: solid 1px #004350;
  }
  .contents_head.is_analog .switch_btn li a {
    display: block;
    padding: 0 7px;
    color: inherit;
  }
  .contents_head.is_analog .switch_btn li.current a {
    color: #f7323f;
  }
  .contents_head.is_analog .btn {
    margin-top: 12px;
    float: right;
  }
  .contents_head.fill {
    height: auto;
    background-color: #fff;
    margin-bottom: 25px;
  }
  .contents_head.fill .inner {
    padding: 0;
  }
  .contents_head.fill h2 {
    display: block;
    background-color: #969696;
    color: #fff;
    border-bottom: none;
    font-size: 1.33333rem;
    padding: 10px 15px;
  }
  .contents_head.fill h2 span {
    display: block;
    width: 954px;
    margin: 0 auto;
  }
  .contents_head.fill .intro_lede {
    padding: 10px 15px 25px;
    font-size: 1.08333rem;
    font-weight: bold;
  }
  .contents_head.rev {
    background-color: #fff;
  }
  .contents_head.rev .btn {
    float: right;
    font-size: 1.08333rem;
    margin: 10px 0 15px;
    line-height: 1.3;
  }
  .contents_head.rev .btn a {
    color: #004350;
  }
  .section {
    position: relative;
  }
  .btn_area {
    text-align: center;
    font-size: 0rem;
    text-align: center;
  }
  .btn_area > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .btn a {
    display: inline-block;
  }
  .btn a:hover:hover {
    opacity: .7;
  }
  .btn.bullet a {
    padding: 0 22px 0 0;
    background: url("/common/images/bullet_bg_tone02.png") no-repeat right center;
    -moz-background-size: 15px auto;
         background-size: 15px auto;
    color: inherit;
  }
  .btn.bullet.bottom a {
    padding: 0 0 22px 0;
    background: url("/common/images/bullet_bg_tone02_bottom.png") no-repeat center bottom;
  }
  .btn.bullet.tone01 a {
    background: url("/common/images/bullet_right_tone01.png") no-repeat right center;
    -moz-background-size: 16px auto;
         background-size: 16px auto;
  }
  .bnr_links li {
    width: 100%;
    text-align: left;
    position: relative;
    line-height: 1;
  }
  .bnr_links li + li {
    margin-top: 15px;
  }
  .bnr_links li.c1 div {
    color: #f7323f;
  }
  .bnr_links li.c2 div {
    color: #004350;
  }
  .bnr_links li div {
    font-size: 1.33333rem;
    margin-bottom: 8px;
    font-weight: bold;
  }
  .bnr_links li p {
    height: 15px;
    padding-left: 15px;
    background: url("/common/images/arrow_right_white.png") no-repeat left center;
    -moz-background-size: 10px auto;
         background-size: 10px auto;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 1.5rem;
    text-shadow: 0px 0px 3px #000;
  }
  .bnr_links li img {
    width: 100%;
  }
  .bnr_links a {
    position: relative;
    display: block;
    color: #fff;
    background: url("/common/images/arrow_right_white_bold.png") no-repeat 96% center;
    -moz-background-size: 7px auto;
         background-size: 7px auto;
  }
  .bnr_links.is_wide li div {
    color: #004350;
  }
  .table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
  }
  .table th, .table td {
    vertical-align: middle;
    border-bottom: solid 1px #797879;
    font-size: 1rem;
  }
  .table th {
    border-top: solid 1px #797879;
    background-color: #797879;
    color: #fff;
    text-align: left;
    font-weight: normal;
    padding: 5px 10px;
    line-height: 1.4;
  }
  .table td {
    padding: 2px 10px;
    line-height: 1.65;
  }
  .table .name {
    background-color: #f0f0f0;
  }
  .table .price {
    text-align: right;
  }
  .table tr:nth-child(odd) {
    background-color: #f0f0f0;
  }
  .table tr:nth-child(odd) .name {
    background-color: #e2e2e2;
  }
  ul.disc li {
    margin-left: 1em;
    text-indent: -1em;
  }
  ul.disc li:before {
    content: '・';
  }
  .panel_btn {
    padding: 6px 10px;
    position: relative;
    -webkit-transition: all .2s 0s ease;
    -moz-transition: all .2s 0s ease;
    transition: all .2s 0s ease;
  }
  .panel_btn:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/common/images/arrow_bottom_tone02_bold.png");
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    position: absolute;
    right: 10px;
    bottom: 10px;
    -webkit-transition: all .2s 0s ease;
    -moz-transition: all .2s 0s ease;
    transition: all .2s 0s ease;
  }
  .panel_btn.on {
    color: #f7323f;
  }
  .panel_btn.on:after {
    background-image: url("/common/images/arrow_top_tone01_bold.png");
  }
  .panel_body {
    display: none;
  }
  a.mv_link {
    display: block;
    position: relative;
  }
  a.mv_link:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url("/common/images/movie_btn.png") no-repeat center center;
    -moz-background-size: 30px auto;
         background-size: 30px auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .pager {
    padding: 15px 15px 50px;
  }
  .pager ul {
    text-align: center;
    border-top: solid 1px #004350;
    padding-top: 15px;
  }
  .pager ul li {
    word-break: break-all;
  }
  .pager ul li a {
    display: inline-block;
    vertical-align: middle;
    color: #004350;
    background-repeat: no-repeat;
    -moz-background-size: 15px auto;
         background-size: 15px auto;
  }
  .pager ul li a:hover {
    opacity: .7;
  }
  .pager ul li + li {
    margin-top: 10px;
  }
  .pager ul .prev a {
    padding-left: 20px;
    background-image: url("/common/images/bullet_bg_tone02_left.png");
    background-position: left center;
  }
  .pager ul .next a {
    padding-right: 20px;
    background-image: url("/common/images/bullet_bg_tone02.png");
    background-position: right center;
  }
  .sns_buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sns_buttons-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sns_buttons-item + .sns_buttons-item {
    margin-left: 5px;
  }
  .sns_buttons.sns-bottom {
    margin-top: 20px;
  }
  .news_post {
    overflow: hidden;
    background-color: #fff;
  }
  .news_post:nth-of-type(1) {
    padding-top: 25px;
  }
  .news_post:last-of-type {
    padding-bottom: 20px;
  }
  .news_list {
    margin: 0 auto;
  }
  .news_list li {
    width: 100%;
    margin: 0 23px 25px 0;
    clear: both;
  }
  .news_list .date {
    font-size: 1.16667rem;
    margin-bottom: 6px;
    line-height: 1;
    height: 15px;
    text-align: left;
  }
  .news_list .date .icon {
    color: #f7323f;
    padding-left: 4px;
  }
  .news_list .photo {
    width: 140px;
    height: 98px;
    margin-bottom: 4px;
    position: relative;
    overflow: hidden;
    float: left;
  }
  .news_list .photo img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 100%;
  }
  .news_list .tag {
    color: #004350;
    text-align: left;
    margin-bottom: 6px;
  }
  .news_list .tag span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: bold;
  }
  .news_list .tag .tag_pickup {
    color: #f7323f;
  }
  .news_list .tag .tag_pickup:before {
    content: '/';
    color: #004350;
    padding: 0 2px 0 0;
  }
  .news_list .content_outer {
    display: table;
    width: 100%;
    table-layout: fixed;
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .news_list .content_outer:before, .news_list .content_outer:after {
    content: ' ';
    display: table;
  }
  .news_list .content_outer:after {
    clear: both;
  }
  .news_list .content_outer > * {
    display: table-cell;
    vertical-align: top;
  }
  .news_list .text_wrap {
    text-align: left;
    position: relative;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    padding-left: 150px;
  }
  .news_list a {
    display: block;
    text-decoration: none;
  }
  .product_index_contents,
  .product_second_contents {
    background-color: #dcdcdc;
  }
  .product_index_contents .inner,
  .product_second_contents .inner {
    padding: 0;
  }
  .category_list {
    text-align: center;
  }
  .category_list li {
    margin: 2px 0;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .category_list li:before {
    content: '';
    display: block;
    width: 8px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/common/images/arrow_right_tone02.png");
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 2;
  }
  .category_list li a {
    display: block;
    padding: 15px;
    background-color: #fff;
  }
  .category_list li p {
    font-size: 0rem;
    margin-bottom: 10px;
    padding-right: 30px;
  }
  .category_list li p span {
    color: #004350;
    display: block;
    font-size: 1.16667rem;
    font-weight: normal;
  }
  .category_list li .photo img {
    width: 100%;
  }
  .product_second_contents .category_post {
    padding-bottom: 25px;
  }
  .product_second_contents .category_post h3 {
    padding: 10px 15px;
    color: #787878;
    background-color: #f5f5f5;
    font-size: 1.16667rem;
    line-height: 1;
    font-weight: bold;
  }
  .product_second_contents .category_post .catch {
    font-size: 1.08333rem;
    padding: 6px 15px;
    font-weight: bold;
    color: #004350;
  }
  .product_second_contents .category_list {
    font-size: 0rem;
    text-align: center;
    text-align: left;
  }
  .product_second_contents .category_list > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .product_second_contents .category_list li {
    margin: 2px;
    width: 48.7%;
    width: -webkit-calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    width: calc(50% - 4px);
    vertical-align: top;
    background: url("/common/images/arrow_right_tone02.png") no-repeat 94% 90%;
    -moz-background-size: 10px auto;
         background-size: 10px auto;
    vertical-align: top;
  }
  .product_second_contents .category_list li:before {
    width: 10px;
    height: 18px;
    background-image: url("/common/images/arrow_right_tone02_bold.png");
    top: auto;
    right: 15px;
    bottom: 15px;
  }
  .product_second_contents .category_list li a {
    padding: 4em 15px 15px;
  }
  .product_second_contents .category_list li .photo {
    position: relative;
    width: 84%;
    margin: auto;
    padding-top: 67%;
  }
  .product_second_contents .category_list li .photo img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
  .product_second_contents .category_list li p {
    position: absolute;
    left: 15px;
    top: 15px;
    padding-right: 0;
    background: none;
    margin-bottom: 5px;
  }
  .product_second_contents .category_list li p span {
    font-size: 1.16667rem;
  }
  .product_second_contents .movie_post h3 {
    padding: 10px 15px;
    color: #fff;
    background-color: #969696;
    font-size: 1.16667rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .product_second_contents .movie_list {
    padding: 10px;
    background-color: #231815;
  }
  .product_second_contents .movie_list li {
    padding: 5px 0;
  }
  .product_second_contents .movie_list li .mv_wrap {
    position: relative;
    width: 100%;
    padding-top: 75%;
  }
  .product_second_contents .movie_list li iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .product_second_contents .movie_list li p {
    color: #fff;
    font-size: 1.08333rem;
    margin-top: 8px;
    text-align: left;
  }
  .is_fill02 .contents_head.fill h2 {
    background-color: #b99637;
  }
  .is_fill02 .contents_head .intro_lede:after {
    content: '';
    display: block;
    width: 180px;
    height: 70px;
    margin: 15px auto 0;
    background: url("/product/images/logo_acoustic.png") right center no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .is_fill02 .category_list li:before {
    background-image: url("/common/images/arrow_right_tone03_bold.png");
  }
  .is_fill02 .category_list li p span {
    color: #b99637;
  }
  .product_detail_contents {
    background-color: #fff;
  }
  .product_detail_contents .sns_buttons {
    padding: 0 15px;
  }
  .product_detail_contents .entry-container {
    padding: 15px 0 25px;
  }
  .product_detail_contents .entry-container .head_area {
    margin: 0 15px 25px;
    border-bottom: solid 1px #004350;
    padding: 0 0 10px;
  }
  .product_detail_contents .entry-container .head_area .title {
    font-weight: bold;
    color: #f7323f;
    font-size: 1.83333rem;
    line-height: 1.4;
  }
  .product_detail_contents .entry-container .entry-content {
    border-bottom: solid 1px #004350;
    padding-bottom: 15px;
  }
  .product_detail_contents .entry-container .lede_wrap {
    padding-bottom: 25px;
  }
  .product_detail_contents .entry-container .lede_wrap .photo {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .product_detail_contents .entry-container .lede_wrap h3 {
    font-size: 1.16667rem;
    font-weight: normal;
    margin: 15px 0 25px;
    color: #004350;
  }
  .product_detail_contents .entry-container .lede_wrap p {
    font-size: 1.08333rem;
  }
  .product_detail_contents .entry-container .lede_wrap .spec {
    font-size: 0.83333rem;
    margin-top: 20px;
  }
  .product_detail_contents .entry-container .lede_wrap .price {
    margin: 25px 0 1px;
    font-size: 1.08333rem;
  }
  .product_detail_contents .entry-container .lede_wrap .price dl {
    display: table;
    width: auto;
  }
  .product_detail_contents .entry-container .lede_wrap .price dl dt, .product_detail_contents .entry-container .lede_wrap .price dl dd {
    display: table-cell;
    vertical-align: middle;
  }
  .product_detail_contents .entry-container .lede_wrap .price dt {
    padding-right: 5px;
  }
  .product_detail_contents .entry-container .lede_wrap .package {
    font-size: 1.08333rem;
  }
  .product_detail_contents .entry-container .file {
    margin: 10px 0 0;
    padding: 0;
    border-top: none;
    font-size: 1.08333rem;
    font-weight: bold;
  }
  .product_detail_contents .entry-container a {
    color: #004350;
  }
  .product_detail_contents .entry-container .links {
    margin-top: .5em;
  }
  .product_detail_contents .entry-container .links a {
    color: #000;
    padding: 4px 0 4px 20px;
    background: url("/common/images/bullet_right_tone01.png") left 6px no-repeat;
    -moz-background-size: 16px auto;
         background-size: 16px auto;
  }
  .product_detail_contents .entry-container .onlineshop_bnr {
    margin-top: 20px;
  }
  .product_detail_contents .entry-container .onlineshop_bnr img {
    width: 100%;
  }

  .product_detail_contents .entry-container .slide_wrap {
    padding: 0 25px;
    position: relative;
    border-top: solid 1px #004350;
    border-bottom: solid 1px #004350;
    margin-bottom: 25px;
  }
  .product_detail_contents .entry-container .slide_wrap li {
    height: 120px;
    text-align: center;
  }
  .product_detail_contents .entry-container .slide_wrap li img {
    margin: auto;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .product_detail_contents .entry-container .slide_wrap li > a {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .product_detail_contents .entry-container .slide_wrap a {
    display: block;
  }
  .product_detail_contents .entry-container .slide_wrap .bx-prev,
  .product_detail_contents .entry-container .slide_wrap .bx-next {
    width: 15px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: 15px auto;
         background-size: 15px auto;
    z-index: 99;
    margin-top: -13px;
  }
  .product_detail_contents .entry-container .slide_wrap .bx-prev {
    background-image: url("/common/images/arrow_left_tone02.png");
    left: -25px;
  }
  .product_detail_contents .entry-container .slide_wrap .bx-next {
    background-image: url("/common/images/arrow_right_tone02.png");
    left: auto;
    right: -25px;
  }
  .product_detail_contents .entry-container .text_box {
    padding-bottom: 40px;
  }
  .product_detail_contents .entry-container .text_box h3 {
    color: #004350;
    font-size: 1.25rem;
    margin-bottom: 8px;
  }
  .product_detail_contents .entry-container .text_box .photo {
    margin: 25px auto 0;
    text-align: center;
  }
  .product_detail_contents .entry-container .text_box .photo_wrap {
    margin: 0 -4px;
  }
  .product_detail_contents .entry-container .text_box .photo_list {
    width: 100%;
    font-size: 0rem;
    text-align: center;
  }
  .product_detail_contents .entry-container .text_box .photo_list > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .product_detail_contents .entry-container .text_box .photo_list li {
    width: 100% !important;
    padding: 2px;
  }
  .product_detail_contents .entry-container .text_box .photo_list img {
    width: 100%;
    height: auto;
  }
  .product_detail_contents .entry-container .text_box iframe {
    width: 100% !important;
    height: 200px;
  }
  .product_detail_contents .entry-container .series {
    padding: 25px 0 0;
  }
  .product_detail_contents .entry-container .series h2 {
    font-size: 1.7rem;
    color: #004350;
  }
  .product_detail_contents .entry-container .series h3 {
    color: #004350;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 10px;
  }
  .product_detail_contents .entry-container .series ul {
    position: relative;
    font-size: 0rem;
    text-align: center;
    text-align: left;
  }
  .product_detail_contents .entry-container .series ul > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .product_detail_contents .entry-container .series ul li {
    width: 33.33%;
    padding: 10px;
    font-size: 1.2rem;
    text-align: center;
    vertical-align: top;
  }
  .product_detail_contents .entry-container .series ul li div {
    position: relative;
    width: 100%;
    padding-top: 100%;
  }
  .product_detail_contents .entry-container .series ul li div img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 100%;
  }
  .product_detail_contents .entry-container .series ul li p {
    margin-top: 8px;
    font-weight: bold;
  }
  .product_detail_contents .entry-container .series ul a {
    display: block;
  }
  .bx-wrapper {
    -moz-box-shadow: none;
         box-shadow: none;
    border: none;
    margin: 0 auto;
  }
}

/* PC/SP Switch */
.for-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .for-sp {
    display:block !important;
  }
}
