@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;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "A1 Mincho", serif !important;
  color: #0e0e2f;
  font-size: 15px;
  background-color: #fff;
  background-position: center;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 1;
}

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

a,
li,
p,
div,
button {
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  color: #0e0e2f;
  text-decoration: none;
}

.indent_half_top {
  position: relative;
  margin-left: -0.5em !important;
}
.indent_half {
  position: relative;
  margin-left: -0.5em;
}

img {
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
a img {
  transition: opacity 0.15s ease 0s;
}

.is_sp a img.touch,
.is_pc a img:hover {
  transition: opacity 0.15s ease 0.05s;
  opacity: 0.7;
}

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 {
  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 0.15s ease 0s, bottom 0.15s ease 0s;
}

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

.fixed {
  position: fixed !important;
}

.ib {
  display: inline-block;
}

/* -------------------- font-face  --------------------*/
.ff_min {
  font-family: "本明朝-M 新がな" !important;
}
.ff_midashi {
  font-family: "見出ゴMB31" !important;
}
.ff_go-b {
  font-family: "中ゴシックBBB" !important;
}

/* -------------------- layout  --------------------*/
#wrap {
  opacity: 0;
}
.onload #wrap {
  opacity: 1;
  transition: opacity 1.6s ease-in;
}
#wrap.hash {
  opacity: 1 !important;
  transition: opacity 0s ease !important;
}

#contents_area {
  margin: 0 auto;
}

h1 img {
  opacity: 0;
}

.c_anim {
  opacity: 0;
}

.on_txt {
  overflow: hidden;
}

.on_txt_wrap {
  text-align: left;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.on_txt_inner {
  width: 30% !important;
  overflow: hidden;
  color: #efefef;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.1s ease 0s, opacity 0.1s ease 0s;
}

.is_sp .on_txt_link.touch .on_txt_inner,
.is_pc .on_txt_link:hover .on_txt_inner {
  width: 100% !important;
  display: inline-block;
  opacity: 1 !important;
  transition: width 0.1s ease 0.05s, opacity 0.1s ease 0.05s;
}

.is_sp.safari .on_txt_link.touch,
.is_pc.safari .on_txt_link:hover {
  color: #fff;
}

.is_sp.safari .on_txt_link.touch .on_txt_inner,
.is_pc.safari .on_txt_link:hover .on_txt_inner {
  width: 100% !important;
  display: inline-block;
  opacity: 1 !important;
  transition: width 0s ease 0s, opacity 0s ease 0s !important;
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
}

.is_sp.safari .on_txt_link.touch .delay .on_txt_inner,
.is_pc.safari .on_txt_link:hover .delay .on_txt_inner {
  transition: width 0s ease 0s, opacity 0s ease 0s !important;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.bgc_bg {
  background-color: rgba(163, 177, 185, 0.9) !important;
}
.bgc_br {
  background-color: rgba(167, 136, 114, 0.9) !important;
}
.bgc_bw {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.bgc_bb {
  background-color: rgba(20, 20, 60, 0.95) !important;
}

.ttl_information {
  font-size: 16px;
  text-align: center;
  background-color: #efefef;
  padding: 30px;
}
#sec_notice .note {
  width: 94vw;
  margin: 0 auto 50px;
}
#sec_notice .note p {
  text-indent: -1em;
  padding-right: 1em;
  text-align: left;
  font-size: 90%;
}
#sec_product .cart_list li {
  font-family: "A1 Mincho B JIS2004 AP", serif;
}
#sec_notice,
#sec_information {
  font-family: "A1 Mincho M JIS2004 AP", serif;
}
@media screen and (min-width: 641px) {
  /*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
  #sec_notice .note {
    width: max-content;
    margin: -25px auto 50px;
  }
  .ttl_information {
    font-size: 20px;
    padding: 42px;
  }
  /* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
  body {
    overflow: auto !important;
  }

  br.sp {
    display: none;
  }
  img.sp {
    display: none;
  }
  .switch_sp {
    display: none !important;
  }

  #contents_area {
    width: 100%;
    min-width: 1000px;
    opacity: 1 !important;
  }

  body.on {
    overflow: hidden !important;
  }

  /* --------------------------------------------------
*
    #header
*
-------------------------------------------------- */
  #head {
    max-width: 1200px;
    margin: 0 auto;
  }
  #header {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100% !important;
  }

  #header.on {
    height: 100%;
  }

  #header_inner {
    width: 100%;
    height: 100% !important;
    min-width: 1000px;
    margin: 0 auto;
    position: relative;
  }

  #gnav {
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
    display: none;
    opacity: 0;
    box-sizing: border-box;
    color: #000;
    letter-spacing: 0.1em;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }

  #gnav_inner {
    width: 100%;
    height: 100% !important;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    display: table !important;
  }

  #nav_wrap {
    padding: 40px 0;
    display: table-cell;
    vertical-align: middle;
  }

  #gnav ul {
    position: relative;
  }

  #gnav li {
    width: 100%;
    position: relative;
  }

  #gnav li:last-child {
    margin: 0;
  }

  #gnav li a {
    color: #fff;
    transition: opacity 0.15s ease 0s;
  }

  .is_sp #gnav li a.touch,
  .is_pc #gnav li a:hover {
    opacity: 0.6;
    transition: opacity 0.15s ease 0.1s;
  }

  #gnav_lineup {
    margin: 0 0 40px 0;
    font-size: 15px;
    color: #fff;
  }

  #gnav_lineup h3,
  #gnav_lineup .title {
    font-size: 13px;
    margin: 0 0 25px 0;
    padding: 0 0 2px 0;
    color: #ccc;
    border-bottom: 1px solid #ccc;
    display: inline-block;
  }

  #gnav_lineup ul {
    margin: 0 0 40px 0;
  }

  #gnav_lineup li {
    margin: 0 0 25px 0;
  }

  #common_nav {
    max-width: 320px;
    margin: 0 auto;
    padding: 40px 0 0 0;
    border-top: 1px dashed #888;
    font-size: 13px;
  }

  #common_nav li {
    margin: 0 0 20px 0;
  }

  /*
    .gnav_ico
*/
  #header .gnav_ico_wrap {
    max-width: 1200px;
    /* min-width: 1000px; */
    margin: 0 auto;
    position: relative;
  }

  #header .gnav_ico {
    width: 58px;
    height: 54px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: right;
    display: block;
    top: 17px;
    right: 25px;
    cursor: pointer;
    z-index: 100;
  }

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

  #header .gnav_ico span.top {
    width: 30px;
    border-top: 1.5px solid rgba(14, 14, 47, 1);
    position: absolute;
    top: 16px;
    right: 14px;
  }

  #header .gnav_ico span.mid {
    content: "";
    display: block;
    width: 30px;
    border-top: 1.5px solid rgba(14, 14, 47, 1);
    position: absolute;
    top: 26px;
    right: 14px;
  }

  #header .gnav_ico span.btm {
    content: "";
    display: block;
    width: 30px;
    border-top: 1.5px solid rgba(14, 14, 47, 1);
    position: absolute;
    top: 36px;
    right: 14px;
  }

  #header .gnav_ico.on span {
    border-color: rgba(14, 14, 47, 1);
  }

  #header .gnav_ico span {
    transition-duration: 86ms;
    transition-property: background-color, opacity, transform;
    transition-timing-function: ease-out;
  }
  /* open */
  #header .gnav_ico.on span.top {
    top: 26px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    /* transition: top .17s ease, -webkit-transform .13s ease-out .23s, transform .13s ease-out .23s; */
  }

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

  #header .gnav_ico.on span.mid {
    opacity: 0;
    /* -ms-filter: "alpha(opacity=0)";
    transition: opacity .15s ease .05s, right .15s ease 0s;
    right: 5px; */
  }

  /* 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 .15s ease .2s, right .15s ease .23s; */
  }

  #header .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    background-color: rgba(14, 14, 47, 0.95);
    top: 0;
    left: 0;
    z-index: 1;
  }

  /* --------------------------------------------------
*
    #footer
*
-------------------------------------------------- */
  #footer {
    font-family: "A1 Mincho R JIS2004 AP", serif;
    padding: 50px 0 0 0;
    background-color: #262646;
    overflow: hidden;
  }

  #footer:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
  }

  #footer .foot_inner {
    max-width: 1000px;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
  }

  #footer .footer_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  #footer li img {
    width: 40px;
  }

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

  #footer #foot_hobo_nav li {
    margin: 0 15px;
    vertical-align: middle;
  }

  #footer #foot_hobo_nav li a {
    transition: opacity 0.15s ease 0s;
    display: flex;
    align-items: center;
  }

  .is_pc #footer #foot_hobo_nav li a:hover,
  .is_sp #footer #foot_hobo_nav li a.touch {
    opacity: 0.7;
    transition: opacity 0.15s ease 0.05s;
  }

  #footer .copyright {
    margin: 44px 0;
    text-align: center;
  }

  #footer .footer__text-links ul {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 12px;
  }

  #footer .footer__text-links ul li {
    margin: 0;
  }
} /* ----- min-width : 641px ----- */
#footer a {
  color: #fff;
}
#footer #foot_hobo_nav li a img {
  margin-right: 0.5em;
}

/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  /* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
  body {
    z-index: 10;
    overflow-x: hidden;
    font-size: 15px;
  }

  body.on {
    overflow: hidden !important;
  }

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

  br {
    display: none;
  }
  br.sp {
    display: inherit;
  }
  img.pc {
    display: none !important;
  }
  .switch_pc {
    display: none !important;
  }

  #wrap {
    overflow: hidden;
  }

  .on_txt_inner {
    width: 100% !important;
    overflow: hidden;
    color: #efefef;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.1s ease 0s, opacity 0.1s ease 0s !important;
  }

  .safari .on_txt_inner {
    transition: width 0s ease 0s, opacity 0s ease 0s !important;
  }

  /* --------------------------------------------------
*
    #header
*
-------------------------------------------------- */
  #header {
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }

  #header.on {
    height: 100%;
    min-height: 100vh;
  }

  .is_sp #header.on {
    height: 100vh;
  }

  #header_inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .on #header_inner {
    height: 100% !important;
    min-height: 100vh;
  }

  #gnav {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    box-sizing: border-box;
    color: #000;
    letter-spacing: 0.1em;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }

  #gnav_inner {
    width: 100%;
    height: 100% !important;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    display: table !important;
  }

  #nav_wrap {
    padding: 40px 0;
    display: table-cell;
    vertical-align: middle;
  }

  .is_sp #nav_wrap {
    vertical-align: top;
  }

  #gnav ul {
    position: relative;
  }

  #gnav li {
    width: 100%;
    position: relative;
  }

  #gnav li:last-child {
    margin: 0;
  }

  #gnav li a {
    color: #fff;
    transition: opacity 0.15s ease 0s;
  }

  .is_sp #gnav li a.touch,
  .is_pc #gnav li a:hover {
    opacity: 0.6;
    transition: opacity 0.15s ease 0.1s;
  }

  #gnav_lineup {
    margin: 0 0 30px 0;
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
  }

  #gnav_lineup h3,
  #gnav_lineup .title {
    font-size: 12px;
    margin: 0 0 25px 0;
    padding: 0 0 2px 0;
    color: #ccc;
    border-bottom: 1px solid #ccc;
    display: inline-block;
  }

  #gnav_lineup ul {
    margin: 0 0 35px 0;
  }

  #gnav_lineup li {
    margin: 0 0 20px 0;
  }

  #common_nav {
    max-width: 240px;
    margin: 0 auto;
    padding: 35px 0 0 0;
    border-top: 1px dashed #666;
    font-size: 12px;
  }

  #common_nav li {
    margin: 0 0 20px 0;
  }

  /*
    .gnav_ico
*/
  #header .gnav_ico {
    width: 50px;
    height: 50px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: right;
    display: block;
    top: 20px;
    right: 10px;
    cursor: pointer;
    z-index: 100;
  }
  #head h1 img {
    width: 53vw;
    opacity: 1 !important;
  }
  #header .gnav_ico span {
    border-radius: 3px;
  }

  #header .gnav_ico span.top {
    width: 30px;
    border-top: 1px solid rgba(14, 14, 47, 1);
    position: absolute;
    top: 16px;
    right: 9px;
  }

  #header .gnav_ico span.mid {
    content: "";
    display: block;
    width: 30px;
    border-top: 1px solid rgba(14, 14, 47, 1);
    position: absolute;
    top: 25px;
    right: 9px;
  }

  #header .gnav_ico span.btm {
    content: "";
    display: block;
    width: 30px;
    border-top: 1px solid rgba(14, 14, 47, 1);
    position: absolute;
    top: 34px;
    right: 9px;
  }

  #header .gnav_ico.on span {
    border-color: rgba(14, 14, 47, 1);
  }

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

  #header .gnav_ico.on span.btm {
    top: 23px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: top 0.17s ease, -webkit-transform 0.13s ease-out 0.23s,
      transform 0.13s ease-out 0.23s;
  }

  #header .gnav_ico.on span.mid {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: opacity 0.15s ease 0.05s, right 0.15s ease 0s;
    right: 5px;
  }

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

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

  #header .gnav_ico span.mid {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    transition: opacity 0.15s ease 0.2s, right 0.15s ease 0.23s;
  }

  #header .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    background-color: rgba(14, 14, 47, 0.95);
    top: 0;
    left: 0;
    z-index: 1;
  }

  .is_sp #header .overlay {
    height: 100vh;
  }

  /* --------------------------------------------------
*
    #footer
*
-------------------------------------------------- */
  #footer {
    font-family: "A1 Mincho R JIS2004 AP", serif;
    padding: 40px 0 0 0;
    background-color: #262646;
    overflow: hidden;
  }

  #footer:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
  }

  #footer ul {
    width: 100%;
    letter-spacing: -0.4em;
    text-align: center;
  }

  #footer li {
    margin: 0 18px;
    display: inline-block;
    letter-spacing: normal;
  }
  #footer #foot_hobo_nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
  }
  #footer #foot_hobo_nav li {
    margin: 0;
    display: block;
  }

  #footer #foot_hobo_nav li a {
    display: flex;
    align-items: center;
    transition: opacity 0.15s ease 0s;
  }

  .is_pc #footer #foot_hobo_nav li a:hover,
  .is_sp #footer #foot_hobo_nav li a.touch {
    opacity: 0.7;
    transition: opacity 0.15s ease 0.05s;
  }

  #footer #foot_share {
    margin: 0 0 35px 0;
    overflow: hidden;
  }

  #footer #foot_hobo_nav {
    margin: 0 0 46px 0;
    overflow: hidden;
  }

  #footer .copyright {
    margin: 0 0 20px 0;
    text-align: center;
    clear: both;
  }

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

  #footer .footer__text-links ul {
    width: 90%;
    margin: 0 auto;
    padding: 0 0px 25px;
    display: flex;
    font-size: 11px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em 2em;
  }

  #footer .footer__text-links ul li {
    margin: 0;
    display: block;
  }
} /* ----- 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: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.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: 0.25;
  color: #000;
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-dots li.slick-active button:before {
  opacity: 0.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;
}

.on .slick-dots,
.on .btn_next,
.on .btn_prev {
  z-index: -1 !important;
}

@media screen and (min-width: 641px) {
  .slick-dotted.slick-slider {
    margin: 0;
  }

  .slick-dots {
    width: 100% !important;
    min-width: 1000px;
    display: table !important;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: inherit !important;
    bottom: -20px;
    z-index: 3;
  }

  .slick-dots li {
    margin: 0 7px;
  }

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

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

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

  .is_sp .slick-dots li.touch button:before,
  .is_pc .slick-dots li:hover button:before,
  .slick-dots li.slick-active button:before {
    box-sizing: border-box;
    background-color: #fff;
    opacity: 1;
  }
}

/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .slick-dotted.slick-slider {
    margin: 0;
  }

  .slick-dots {
    width: 100% !important;
    display: table !important;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: inherit !important;
    bottom: -20px;
    z-index: 3;
  }

  .slick-dots li {
    margin: 0 7px;
  }

  .slick-dots li,
  .slick-dots li button {
    width: 8px;
    height: 8px;
    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: #929292;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
  }

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

@media screen and (min-width: 641px) {
  body.modal {
    overflow: hidden !important;
  }

  /* --------------------------------------------------
*
    #modal
*
-------------------------------------------------- */
  #modal {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: none;
    visibility: hidden;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 65535;
  }

  #modal_wrap {
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 50;
    cursor: pointer;
  }

  #modal_inner {
    width: 100%;
    min-width: 920px;
    height: 100%;
    display: table;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    text-align: center;
    position: relative;
    z-index: 40;
  }

  #modal_data {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    box-sizing: border-box;
    cursor: default;
  }

  .detail #modal_inner {
    min-width: inherit;
  }

  #modal .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
  }

  #modal .btn_close {
    width: 52px;
    height: 52px;
    background-image: url(../images/parts_ico_close.png);
    background-repeat: no-repeat;
    background-size: 52px;
    background-position: center;
    position: fixed;
    top: 20px;
    right: 35px;
    z-index: 2;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transition: transform 0.1s ease 0s;
  }

  .is_pc #modal .btn_close:hover,
  .is_sp #modal .btn_close.touch {
    transform: scale(0.9);
    transition: transform 0.15s ease 0.05s;
    -webkit-transform: scale(0.9);
    -webkit-transition: transform 0.15s ease 0.05s;
  }
} /* ----- min-width : 641px ----- */

@media screen and (max-width: 640px) {
  body.modal {
    overflow: hidden;
  }

  body.modal.only_sp {
    position: fixed;
    height: 100%;
  }

  /* --------------------------------------------------
*
    #modal
*
-------------------------------------------------- */
  #modal {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: none;
    visibility: hidden;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 65535;
  }

  #modal_wrap {
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 50;
    cursor: pointer;
  }

  #modal_inner {
    width: 100%;
    height: 100%;
    display: table;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    text-align: center;
    position: relative;
    z-index: 40;
  }

  #modal_data {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    padding: 12.5vw 0;
    box-sizing: border-box;
    cursor: default;
  }

  #modal .overlay {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: block !important;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
  }

  #modal .btn_close {
    width: 10vw;
    max-width: 32px;
    height: 10vw;
    background-image: url(../images/parts_ico_close.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: fixed;
    top: 6.25vw;
    right: 6.25vw;
    z-index: 4;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transition: transform 0.1s ease 0s;
  }

  .is_pc #modal .btn_close:hover,
  .is_sp #modal .btn_close.touch {
    transform: scale(0.9);
    transition: transform 0.15s ease 0.05s;
    -webkit-transform: scale(0.9);
    -webkit-transition: transform 0.15s ease 0.05s;
  }
} /* ----- max-width : 640px ----- */
