@charset "UTF-8";
/*------------------------------------------------------------------------------------------
*
*
    common.css
*
*
------------------------------------------------------------------------------------------ */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/*HTML5display-roleresetforolderbrowsers*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: 'こぶりなゴシック W3 JIS2004','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  color: #000;
  font-size: 16px;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  letter-spacing: .05em;
  word-break: normal;
  position: relative;
  z-index: 1;
  font-feature-settings: 'palt' 1; }

body, html {
  width: 100%;
  height: 100%; }

#wrap {
  position: relative; }

#wrap:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../images/parts_bg_paper.jpg);
  background-position: center;
  background-attachment: fixed;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; }

.is_sp #wrap:after {
  height: 100vh;
  min-height: 100vh; }

a, li, p, div, button {
  outline: none !important; }

a {
  color: #000;
  text-decoration: none; }

.current,
.current a,
.disabled,
.disabled a,
.overlay,
#gnav {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

img {
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

a img {
  transition: opacity .15s ease 0s; }

.is_pc a img:hover,
.is_sp a img.touch {
  transition: opacity .15s ease .1s;
  opacity: .7; }

.cart_btn {
  text-indent: -9999px;
  font-size: 0; }

a[target="_blank"]::after {
  margin: 0 3px 0 1px;
  font-family: "Hobonichi-Icons" !important;
  content: "\e914";
  font-size: 85%;
  position: relative;
  top: -3px; }

a.ico_none[target="_blank"]::after {
  display: none; }

a.bdb {
  text-decoration: none !important;
  display: inline-block;
  position: relative; }

a.bdb:before {
  content: '';
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #000;
  position: absolute;
  left: 0;
  bottom: 2px;
  transition: opacity .15s ease 0s, bottom .15s ease .0s; }

.is_pc a.bdb:hover:before,
.is_sp a.bdb.touch:before {
  width: 100%;
  opacity: 0;
  transition: opacity .15s ease .05s, bottom .15s ease .05s;
  bottom: -1px; }

.profile_modal {
  display: none; }

/* -------------------- font-face  --------------------*/
.ff_w6 {
  font-family: 'こぶりなゴシック W6 JIS2004'; }

.ff_min {
  font-family: "游明朝","YuMincho","Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif !important; }

@media screen and (min-width: 641px) {
  /*------------------------------------------------------------------------------------------
  *
  *
      min-width : 641px
  *
  *
  ------------------------------------------------------------------------------------------ */
  /* --------------------------------------------------
  *
      common settings
  *
  -------------------------------------------------- */
  body {
    overflow: auto !important; }

  #bg {
    width: 960px;
    margin: 0 auto;
    background-image: url(../images/parts_bg_shadow.png);
    background-repeat: repeat-y;
    background-position: center; }

  #wrap {
    width: 900px;
    padding: 80px 0 0 0;
    margin: 0 auto;
    background-color: #fff; }

  #home #wrap {
    padding: 0; }

  br.sp {
    display: none; }

  img.sp {
    display: none; }

  .switch_sp {
    display: none; }

  #contents_area,
  #footer {
    display: block !important; }

  /* --------------------------------------------------
  *
      #header
  *
  -------------------------------------------------- */
  #header {
    width: 900px;
    height: 80px;
    box-sizing: border-box;
    border-top: 2px solid #7a7977;
    border-bottom: 2px solid #7a7977;
    background-color: #fff;
    position: fixed;
    z-index: 100;
    top: 0; }

  #home #header {
    width: inherit;
    position: relative; }

  #gnav_inner {
    height: 76px;
    display: table !important; }

  #gnav h1 {
    width: 260px;
    height: 76px;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

  #gnav h1 img {
    margin: -2px 0 0 0; }

  #gnav h1 img {
    width: 163px; }

  #home #gnav h1 a {
    cursor: default; }

  #home #gnav h1 img {
    opacity: 1 !important; }

  #gnav li {
    height: 76px;
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
    letter-spacing: .1em;
    position: relative;
    overflow: visible !important; }

  #gnav li:before {
    content: '';
    width: 1px;
    height: 54px;
    display: block;
    background-color: #000;
    position: absolute;
    top: 11px;
    left: 0; }

  #gnav li:last-child:after {
    content: '';
    width: 1px;
    height: 54px;
    display: block;
    background-color: #000;
    position: absolute;
    top: 11px;
    right: 0; }

  #gnav li a {
    width: 100%;
    height: 76px;
    display: table-cell !important;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity .15s ease 0s; }

  .is_pc #gnav li a:hover,
  .is_sp #gnav li a.touch {
    opacity: .6;
    transition: opacity .15s ease .1s; }

  #gnav.lower li.gnav_lineup p a {
    opacity: 1 !important;
    cursor: default; }

  #gnav li.gnav_lineup a {
    width: 150px;
    text-indent: 40px;
    text-align: left; }

  #gnav li.gnav_feature a {
    width: 160px;
    text-indent: 50px;
    text-align: left; }

  #gnav li.gnav_lineup a,
  #gnav li.gnav_feature a {
    font-size: 14px;
    font-weight: bold; }

  #gnav li.gnav_notice a,
  #gnav li.gnav_cart a,
  #gnav li.gnav_change a {
    width: 90px;
    font-size: 11px;
    line-height: 1.27em; }

  #gnav li.gnav_lineup a {
    background-image: url(../images/parts_gnav_ico_lineup.png);
    background-size: 19px;
    background-position: 15px center; }

  #gnav li.gnav_feature a {
    background-image: url(../images/parts_gnav_ico_feature.png);
    background-size: 20px;
    background-position: 24px center; }

  #gnav li.gnav_notice a {
    background-image: url(../images/parts_gnav_ico_notice.png);
    background-size: 30px; }

  #gnav li.gnav_cart a {
    background-image: url(../images/parts_gnav_ico_cart.png);
    background-size: 50px; }

  #gnav li.gnav_change a {
    background-image: url(../images/parts_gnav_ico_change.png);
    background-size: 39px; }

  #home #gnav .p_list {
    display: none; }

  #gnav .sub_nav {
    position: relative; }

  #gnav .p_list {
    width: 890px;
    padding: 5px 0 0 10px;
    display: none;
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf;
    position: absolute;
    top: 78px;
    left: -260px; }

  #gnav .p_list:after {
    content: '';
    clear: both;
    display: block; }

  #gnav .p_list li {
    width: 170px;
    height: 75px;
    float: left;
    overflow: hidden;
    display: table;
    height: inherit;
    vertical-align: middle;
    text-align: center;
    letter-spacing: .1em;
    position: relative; }

  #gnav .p_list li a {
    width: inherit;
    text-indent: inherit;
    height: inherit;
    display: inherit;
    background: none; }

  #gnav .p_list li:before,
  #gnav .p_list li:after {
    display: none; }

  #gnav .p_list li .pic {
    min-width: 50px;
    height: 75px;
    text-align: center;
    display: table-cell;
    vertical-align: middle; }

  #gnav .p_list li .pic img {
    width: auto;
    height: 70px; }

  #gnav .p_list li .name {
    margin: 0 0 5px 0; }

  #gnav .p_list li .name img {
    width: auto;
    height: 16px; }

  #gnav .p_list li.largo .name img {
    height: 22px; }

  #gnav .p_list li .col_desc {
    width: 128px;
    display: table-cell;
    vertical-align: middle; }

  #gnav .p_list li .col_desc .desc {
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0;
    white-space: nowrap; }

  /* --------------------------------------------------
  *
      #footer
  *
  -------------------------------------------------- */
  #footer {
    clear: both;
    padding: 60px 0 75px 0;
    text-align: center; }

  #product #footer {
    padding-top: 20px; }

  #home #foot_banner,
  #home .btn_back {
    display: none; }

  #footer #foot_share {
    margin: 0 0 25px 0; }

  #footer #foot_share li {
    margin: 0 5px;
    display: inline-block; }

  #footer #foot_share img {
    width: 50px; }

  #footer .copyright img {
    width: 190px; }

  #foot_banner {
    margin: 0 0 45px 0; }

  #foot_banner li {
    margin: 0 7px;
    display: inline-block; }

  #foot_banner li img {
    width: 230px; }

  #footer .btn_back {
    padding: 0 0 45px 0;
    margin: 0 50px 60px 50px;
    border-bottom: 1px solid #000; }

  #footer .btn_back img {
    width: 77px; }

  #footer .btn_store_top {
    margin: 30px 0 20px 0; }

  #footer .btn_store_top img {
    width: 172px !important; }

  #foot_common_nav {
    padding: 25px 0 30px 0;
    font-size: 12px; }

  #foot_common_nav ul {
    display: flex;
    justify-content: center; }

  #foot_common_nav li:after {
    content: '/';
    margin: 0 5px; }

  #foot_common_nav li:last-child:after {
    display: none !important; }

  .is_pc #foot_common_nav li a:hover,
  .is_sp #foot_common_nav li a.touch {
    text-decoration: underline; }

  /* --------------------------------------------------
  *
      #modal
  *
  -------------------------------------------------- */
  #modal {
    width: 100%;
    min-width: 900px;
    height: 100%;
    visibility: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 65535; }

  #modal_inner {
    display: inline-block;
    margin: 0 auto;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    text-align: center;
    position: relative;
    top: 0;
    z-index: 2; }

  #modal_data {
    padding: 20px;
    background-color: #fff;
    display: inline-block; }

  #modal_data img {
    max-width: auto;
    height: calc(100vh - 120px);
    max-height: 960px;
    min-height: 640px; }

  #modal .overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer; }

  #modal .btn_close {
    width: 42px;
    height: 42px;
    background-image: url(../images/parts_modal_close.png);
    background-repeat: no-repeat;
    background-size: 42px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    cursor: pointer;
    transition: opacity .1s ease; }

  .is_pc #modal .btn_close:hover,
  .is_sp #modal .btn_close.touch {
    opacity: .7;
    -ms-filter: "alpha(opacity=70)"; }

  #modal_data {
    margin: 0 0 45px 0;
    text-align: center; }

  .profile_modal_inner h3 {
    margin: 0 0 20px 0;
    font-size: 23px;
    line-height: 1.2em; }

  .profile_modal_inner h3 span {
    font-size: 12px;
    display: block; }

  .profile_modal_inner p {
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 2em;
    text-align: left; }

  .profile_modal_inner p:last-child {
    margin: 0; }

  .profile_modal_inner a {
    text-decoration: underline; }

  .is_sp .profile_modal_inner a.touch,
  .is_pc .profile_modal_inner a:hover {
    text-decoration: none; } }
/* ----- min-width : 641px ----- */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  /* --------------------------------------------------
  *
      common settings
  *
  -------------------------------------------------- */
  body {
    z-index: 10;
    overflow-x: hidden;
    font-size: 15px; }

  body, html {
    width: 100%;
    min-width: 100%; }

  br {
    display: none; }

  br.sp {
    display: inherit; }

  img.pc {
    display: none; }

  .switch_pc {
    display: none; }

  #wrap {
    padding: 60px 0 0 0;
    background-color: #fff; }

  /* --------------------------------------------------
  *
      #header
  *
  -------------------------------------------------- */
  #header {
    width: 100%;
    height: 60px;
    background-color: #fff;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; }

  #header_inner h1 {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ccc;
    padding: 12px 0 0 12px;
    text-align: left;
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    z-index: 100; }

  #header_inner h1 img {
    width: 256px;
    height: auto;
    transition: opacity .1s ease; }

  #gnav {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    display: none;
    opacity: 0;
    box-sizing: border-box;
    color: #000;
    font-size: 12px;
    letter-spacing: .1em;
    position: fixed;
    top: 0;
    right: 0;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    z-index: 10; }

  #gnav_inner {
    height: 100% !important;
    padding: 60px 0 0 0;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    display: block !important; }

  #gnav_inner ul {
    background-color: #fff;
    position: relative; }

  #gnav_inner li {
    width: 100%;
    position: relative;
    font-size: 14px; }

  #gnav h1 {
    display: none; }

  #gnav .sub_nav p.parents {
    padding: 15px 0;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .1em;
    display: block;
    background-repeat: no-repeat; }

  #gnav .p_list {
    padding: 30px 5px;
    letter-spacing: -.40em;
    text-align: left;
    display: block !important; }

  #gnav .p_list li {
    width: 33.333%;
    margin: 0 0 30px 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    letter-spacing: normal;
    box-sizing: border-box; }

  #gnav .p_list li.single {
    width: 33.333%;
    display: block;
    text-align: center; }

  #gnav .p_list li.single .name,
  #gnav .p_list li.single .desc {
    padding: 0 0 0 15px; }

  #gnav li a {
    transition: opacity .15s ease 0s; }

  .is_pc #gnav li a:hover,
  .is_sp #gnav li a.touch {
    opacity: .6;
    transition: opacity .15s ease .1s; }

  #gnav .p_list li .pic {
    margin: 0 0 -5px 0;
    padding: 0 15px; }

  #gnav .p_list li .pic img {
    width: auto;
    height: 90px;
    opacity: 1 !important; }

  #gnav .p_list li.short .pic img {
    height: 60px; }

  #gnav .p_list li .name {
    margin: 0 0 5px 0;
    position: relative;
    z-index: 1; }

  #gnav .p_list li .name img {
    width: auto;
    height: 16px;
    opacity: 1 !important; }

  #gnav .p_list li.largo .name img {
    height: 22px; }

  #gnav .p_list li .desc {
    font-size: 11px;
    white-space: nowrap;
    line-height: 1.3em; }

  #gnav .gnav_lineup {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 110px;
    left: 0; }

  #gnav .gnav_lineup:after {
    content: '';
    display: block;
    clear: both;
    font-size: 0; }

  #gnav .gnav_feature {
    width: 100%;
    border-bottom: 1px solid #ccc;
    position: absolute;
    top: 55px;
    left: 0; }

  #gnav .gnav_feature a:after {
    content: '';
    width: 6px;
    height: 100%;
    background-image: url(../images/parts_gnav_arrow_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px;
    position: absolute;
    right: 15px;
    top: 0; }

  #gnav .gnav_notice,
  #gnav .gnav_cart,
  #gnav .gnav_change {
    width: 33.333%;
    float: left;
    font-size: 12px;
    line-height: 1.3em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box; }

  #gnav .gnav_change {
    border-right: none; }

  #gnav .gnav_feature a {
    height: 55px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    display: block;
    text-indent: 55px;
    line-height: 55px;
    letter-spacing: .1em;
    background-repeat: no-repeat;
    background-position: center; }

  #gnav .gnav_notice a,
  #gnav .gnav_cart a,
  #gnav .gnav_change a {
    padding: 12px 0;
    height: 55px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    display: block;
    background-repeat: no-repeat;
    background-position: center; }

  #gnav li.gnav_feature a {
    background-image: url(../images/parts_gnav_ico_feature.png);
    background-size: 20px;
    background-position: 20px center; }

  #gnav li.gnav_notice a {
    background-image: url(../images/parts_gnav_ico_notice.png);
    background-size: 30px; }

  #gnav li.gnav_cart a {
    background-image: url(../images/parts_gnav_ico_cart.png);
    background-size: 50px; }

  #gnav li.gnav_change a {
    background-image: url(../images/parts_gnav_ico_change.png);
    background-size: 39px; }

  /*
      .gnav_ico
  */
  #header .gnav_ico {
    width: 80px;
    height: 60px;
    position: absolute;
    text-align: right;
    display: block;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 100; }

  #header .gnav_ico span {
    border-radius: 3px; }

  #header .gnav_ico span.top {
    width: 22px;
    border-top: 2px solid #333;
    position: absolute;
    top: 22px;
    right: 14px; }

  #header .gnav_ico span.mid {
    content: '';
    display: block;
    width: 22px;
    border-top: 2px solid #333;
    position: absolute;
    top: 29px;
    right: 14px; }

  #header .gnav_ico span.btm {
    content: '';
    display: block;
    width: 22px;
    border-top: 2px solid #333;
    position: absolute;
    top: 36px;
    right: 14px; }

  #header .gnav_ico.on span {
    border-color: #333; }

  /* open */
  #header .gnav_ico.on span.top {
    top: 29px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition: top .17s ease, -webkit-transform .13s ease-out .17s, transform .13s ease-out .17s; }

  #header .gnav_ico.on span.btm {
    top: 29px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: top .17s ease, -webkit-transform .13s ease-out .17s, transform .13s ease-out .17s; }

  #header .gnav_ico.on span.mid {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: opacity 0s ease .17s; }

  /* close */
  #header .gnav_ico span.top {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: top .17s ease .13s, -webkit-transform .13s ease-in, transform .13s ease-in; }

  #header .gnav_ico span.btm {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: top .17s ease .13s, -webkit-transform .13s ease-in, transform .13s ease-in; }

  #header .gnav_ico span.mid {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    transition: opacity 0s ease .13s; }

  #header .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 1; }

  /* --------------------------------------------------
  *
      #footer
  *
  -------------------------------------------------- */
  #footer {
    clear: both;
    padding: 40px 0;
    text-align: center; }

  #product #footer {
    padding-top: 20px; }

  #home #foot_banner,
  #home .btn_back {
    display: none; }

  #footer #foot_share {
    margin: 0 0 25px 0; }

  #footer #foot_share li {
    margin: 0 5px;
    display: inline-block; }

  #footer #foot_share img {
    width: 44px; }

  #footer .copyright img {
    width: 190px; }

  #foot_banner {
    border-top: 1px solid #000;
    margin: -15px 15px 25px 15px;
    padding: 40px 0 0 0; }

  #foot_banner li {
    margin: 0 0 15px 0;
    display: inline-block; }

  #foot_banner li img {
    width: 100%;
    max-width: 360px; }

  #footer .btn_back {
    padding: 0 0 40px 0;
    margin: 0 15px 40px 15px;
    border-bottom: 1px solid #000; }

  #footer .btn_back img {
    width: 77px; }

  #footer .btn_store_top {
    margin: 30px 0 20px 0; }

  #footer .btn_store_top img {
    width: 160px !important; }

  #foot_common_nav {
    padding: 25px 0 0 0;
    font-size: 11px; }

  #foot_common_nav li {
    margin: 0 0 15px 0; }

  .is_pc #foot_common_nav li a:hover,
  .is_sp #foot_common_nav li a.touch {
    text-decoration: underline; }

  /* --------------------------------------------------
  *
      #modal
  *
  -------------------------------------------------- */
  #modal {
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 65535; }

  #modal_inner {
    margin: 0 20px;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    text-align: left;
    position: relative;
    top: 0;
    z-index: 2; }

  .profile #modal_data {
    padding: 40px 20px; }

  #modal_data img {
    width: 100%;
    max-width: 420px;
    height: auto; }

  #modal .overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer; }

  #modal .btn_close {
    width: 30px;
    height: 30px;
    background-image: url(../images/parts_modal_close.png);
    background-repeat: no-repeat;
    background-size: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
    transition: opacity .1s ease; }

  .is_pc #modal .btn_close:hover,
  .is_sp #modal .btn_close.touch {
    opacity: .7;
    -ms-filter: "alpha(opacity=70)"; }

  #modal_data {
    text-align: center; }

  .profile_modal_inner h3 {
    margin: 0 0 20px 0;
    font-size: 23px;
    line-height: 1.2em; }

  .profile_modal_inner h3 span {
    font-size: 12px;
    display: block; }

  .profile_modal_inner p {
    margin: 0 0 20px 0;
    font-size: 13px;
    line-height: 2em;
    text-align: left; }

  .profile_modal_inner p:last-child {
    margin: 0; }

  .profile_modal_inner a {
    text-decoration: underline; }

  .is_sp .profile_modal_inner a.touch,
  .is_pc .profile_modal_inner a:hover {
    text-decoration: none; } }
/* ----- max-width: 640px ----- */
/* ------------------------------------------------------------
*
    .img_slider
     -> Setting jQuery Plugin slick.min.js
*
------------------------------------------------------------ */
.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0; }

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0; }

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25; }

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff; }

.slick-prev {
  left: -25px; }

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: ''; }

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: ''; }

.slick-next {
  right: -25px; }

[dir=rtl] .slick-next {
  right: auto;
  left: -25px; }

[dir=rtl] .slick-next:before {
  content: ''; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  text-align: center;
  opacity: .25;
  color: #000; }

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000; }

.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.img_slider {
  opacity: 0; }

@media screen and (min-width: 641px) {
  .img_slider img {
    display: none; }

  .slick-dots {
    width: auto !important;
    display: table !important;
    vertical-align: middle;
    position: absolute !important;
    right: 20px;
    top: 0;
    z-index: 3; }

  .slick-dots li,
  .slick-dots li button {
    width: 9px;
    height: 9px;
    margin: 15px 0;
    display: block;
    border: 0;
    border-radius: 8px;
    outline: none;
    position: relative; }

  button::-moz-focus-inner {
    border: 0; }

  .slick-dots li button:before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background-color: #b8b8b8;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0; }

  .is_pc .slick-dots li:hover button:before,
  .is_so .slick-dots li.touch button:before,
  .slick-dots li.slick-active button:before {
    background-color: #000;
    opacity: 1; } }
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .img_slider div {
    background: none !important; }

  .img_slider img {
    display: block !important; }

  .slick-dots {
    width: auto !important;
    display: table !important;
    vertical-align: middle;
    position: absolute !important;
    right: 10px;
    top: inherit !important;
    bottom: -15px !important;
    z-index: 3; }

  .slick-dots li,
  .slick-dots li button {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    display: inline-block;
    border: 0;
    border-radius: 8px;
    outline: none;
    position: relative; }

  button::-moz-focus-inner {
    border: 0; }

  .slick-dots li button:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #b8b8b8;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0; }

  .is_pc .slick-dots li:hover button:before,
  .is_sp .slick-dots li.touch button:before,
  .slick-dots li.slick-active button:before {
    background-color: #000;
    opacity: 1; } }
/* ----- max-width: 640px ----- */
