<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

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 {
  position: relative;
  z-index: 1;
}

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

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

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.indent_half_top {
  position: relative;
  /*margin-left: -.5em !important;*/
}

.indent_half {
  position: relative;
  /*margin-left: -.5em;*/
}

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

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

.is_sp a img.touch,
.is_pc a img:hover {
  transition: opacity .15s ease .05s;
  opacity: .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 .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;
}

.fixed {
  position: fixed !important;
}

.ib {
  display: inline-block;
}

br.sp.gnav {
  display: none !important;
}

.coming #cart {
  display: none;
}

br.sp_nav {
  display: none !important;
}

/* -------------------- font-face  --------------------*/
.ff_b {
  font-family: "Shuei Mincho B";
}


/* -------------------- layout  --------------------*/
#contents_area {
  margin: 0 auto;
}

.c_anim {
  opacity: 0;
}


@media screen and (min-width : 641px) {
  /*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */

  /* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
  body {
    overflow: auto !important;
  }

  br.sp {
    display: none;
  }

  img.sp {
    display: none;
  }

  .switch_sp {
    display: none !important;
  }

  #wrap {
    min-width: 960px;
    /* padding: 0 30px; */
    box-sizing: border-box;
  }

  #contents_area {
    width: 100%;
    /* max-width: 900px; */
    min-width: 900px;
    opacity: 1 !important;
  }

  h1 {
    width: 900px;
    margin: 10px auto 10px auto;
  }

  h1 img {
    width: 280px;
    margin-top: 5px;
    opacity: 1 !important;
  }

  #index h1 img {
    width: 280px;
    margin-top: 5px;
  }

  h3{
    position: relative;
  }

  h3:after{
    content: "";
    position: absolute;
    background-color: transparent;
    background-size: cover;
    display: inline-block;
    bottom: 0px;
  }

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

  .on header {
    height: 100%;
  }

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

  #header_inner h1 {
    position: absolute;
    top: 0;
    left: 0;
  }

  #header_inner h1 img {
    width: 280px;
    margin-top: 5px;
  }

  #gnav {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    display: none;
    opacity: 0;
    box-sizing: border-box;
    color: #000;
    letter-spacing: .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: 100px 0;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
  }

  .nav_wrap_inner{
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
  }

  #gnav ul {
    position: relative;
    text-align: center;
  }

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

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

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

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

  #gnav_lineup {
    width: 630px;
    padding: 0 50px 0 0;
    box-sizing: border-box;
    text-align: left;
    float: left;
    border-right: 1px solid #ccc;
  }

  #gnav_lineup li {
    width: 33.333%;
    padding: 0 45px 0 0;
    text-align: left;
    display: table-cell;
    letter-spacing: .05em;
    text-align: center;
  }

  #gnav_lineup a {
    display: block;
  }

  #gnav_lineup a .img {
    display: block;
    position: relative;
  }

  #gnav_lineup a .img:after {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    background-image: url(../images/parts_ico_circle_arrow.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center;
    position: absolute;
    bottom: -22px;
    right: -5px;
    transition: transform .1s ease .0s, right .1s ease .0s;
    -webkit-transition: transform .1s ease .0s, right .1s ease .0s;
  }

  #gnav_lineup li h4 {
    margin: 0 0 15px 0;
    font-size: 15px;
    transition: color .1s ease .0s;
    line-height: 1.4;
  }

  .is_pc #gnav_lineup li a:hover .img:after,
  .is_sp #gnav_lineup li a.touch .img:after {
    transform: scale(1.1);
    transition: transform .15s ease .05s, right .15s ease .05s;
    -webkit-transition: transform .15s ease .05s, right .15s ease .05s;
  }

  .is_pc #gnav_lineup li a:hover h4,
  .is_sp #gnav_lineup li a.touch h4 {
    color: #009ddb;
    transition: color .15s ease .05s;
  }

  #gnav_lineup li .img {
    margin: 0 0 30px 0;
  }

  #gnav_lineup li .img img {
    width: 100%;
    vertical-align: bottom;
    opacity: 1 !important;
  }

  #gnav_lineup .product_otomo {
    margin: 45px 0 0 0;
    letter-spacing: .05em;
    position: relative;
  }

  #gnav_lineup .product_otomo .point {
    margin: 0 0 15px 0;
    padding: 5px 4px 6px 4px;
    display: inline-block;
    font-size: 13px;
    line-height: 1em;
    text-indent: .5em;
    color: #fff;
    background-color: #009ddb;
    border-radius: 3px;
  }

  #gnav_lineup .product_otomo h4 {
    margin: 0 0 15px 0;
    font-size: 15px;
    transition: color .1s ease .0s;
  }

  #gnav_lineup .product_otomo .img {
    padding: 0 10px 0 0;
    position: absolute;
    top: -20px;
    right: 0;
  }

  .is_pc #gnav_lineup .product_otomo a:hover .img:after,
  .is_sp #gnav_lineup .product_otomo a.touch .img:after {
    transform: scale(1.1);
    transition: transform .15s ease .05s, right .15s ease .05s;
    -webkit-transition: transform .15s ease .05s, right .15s ease .05s;
  }

  .is_pc #gnav_lineup .product_otomo a:hover h4,
  .is_sp #gnav_lineup .product_otomo a.touch h4 {
    color: #009ddb;
    transition: color .15s ease .05s;
  }

  #gnav_lineup .product_otomo .img img {
    height: 80px;
    vertical-align: bottom;
    opacity: 1 !important;
  }


  #common_nav {
    width: 270px;
    padding: 25px 0 25px 50px;
    box-sizing: border-box;
    float: right;
    font-size: 15px;
  }

  #common_nav li {
    margin: 0 0 30px 0;
    text-align: left;
  }

  #common_nav li a {
    display: block;
    transition: color .1s ease .0s !important;
  }

  .is_pc #common_nav li a:hover,
  .is_sp #common_nav li a.touch {
    color: #009ddb;
    transition: color .15s ease .05s !important;
  }

  #common_nav li.gnav_cart {
    margin: 60px 0 30px 0;
  }

  #common_nav li.gnav_cart a {
    padding-left: 30px;
    color: #e60020 !important;
    transition: opacity .1s ease .0s !important;
  }

  .is_pc #common_nav li.gnav_cart a:hover,
  .is_sp #common_nav li.gnav_cart a.touch {
    opacity: .6;
    transition: opacity .15s ease .05s !important;
  }

  #common_nav li.gnav_cart a:before {
    content: '';
    width: 21px;
    height: 20px;
    display: block;
    background-image: url(../images/parts_ico_cart.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px;
    position: absolute;
    top: 0;
    left: 0;
  }


  /*
    .gnav_ico
*/
  header .gnav_ico {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .8);
    text-align: right;
    display: block;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 100;
    transition: transform .1s ease .0s;
  }

  .is_pc header .gnav_ico:hover span.top {
    top: 16px;
    transition: top .15s ease .05s;
  }

  .is_pc header .gnav_ico:hover span.btm {
    top: 34px;
    transition: top .15s ease .05s;
  }

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

  header .gnav_ico span.top {
    width: 36px;
    border-top: 1px solid #2B2B2A;
    position: absolute;
    top: 14px;
    right: 7px;
  }

  header .gnav_ico span.mid {
    content: '';
    display: block;
    width: 36px;
    border-top: 1px solid #2B2B2A;
    position: absolute;
    top: 25px;
    right: 7px;
  }

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

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

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

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

  header .gnav_ico.on span.mid {
    opacity: 0;
    filter: "alpha(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;
    filter: "alpha(opacity=100)";
    -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(255, 255, 255, .9);
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 1;
  }


  /* --------------------------------------------------
*
    #local_nav
*
-------------------------------------------------- */
  #local_nav {
    width: 900px;
    margin: 0 auto 40px auto;
    overflow: hidden;
  }

  #local_nav ul {
    width: 915px;
    display: table;
  }

  #local_nav li {
    width: 20%;
    padding: 0 15px 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    letter-spacing: .05em;
  }

  #local_nav li a {
    padding: 15px 0;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-radius: 3px 0 0 0;
    display: block;
    position: relative;
    transition: border .1s ease .0s;
  }

  #local_nav li.reason a {
    text-indent: -.5em;
  }

  #local_nav li.cart a {
    padding-left: 30px;
    color: #e60020;
  }

  #local_nav li.cart a:before {
    content: '';
    width: 21px;
    height: 100%;
    display: block;
    background-image: url(../images/parts_ico_cart.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px;
    position: absolute;
    top: 0;
    left: 30px;
  }

  #local_nav li a:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(.9);
    -webkit-transform: scale(.9);
    transition: opacity .1s ease .0s, transform .1s ease .0s;
    -webkit-transition: opacity .1s ease .0s, transform .1s ease .0s;
    transform-origin: left top;
  }

  .is_pc #local_nav li a:hover:after,
  .is_sp #local_nav li a.touch:after {
    opacity: .2;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: opacity .15s ease .0s, transform .15s ease .05s;
    -webkit-transition: opacity .15s ease .0s, transform .15s ease .05s;
  }



  /* --------------------------------------------------
*
    #sec_banner
*
-------------------------------------------------- */
  #sec_banner {
    width: 95%;
    max-width: 900px;
    margin: 0 auto 50px auto;
    padding: 0 0 66px 0;
    position: relative;
  }

  #product #sec_banner {
    padding-bottom: 10px;
  }

  #sec_banner h3 {
    margin: 0 0 40px 0;
  }

  #sec_banner h3:after{
    background-image: url(../../img/illust_3.png);
    width: 40px;
    height: 44px;
    right: -40px;
  }

  #sec_banner ul {
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
    display: grid;
    grid-template-columns: 1.42fr 1fr;
    grid-template-rows: max-content 1fr;
    gap: 15px;
    line-height: 18px;
    font-size: 13px;
    letter-spacing: calc(189 / 1000 * 1em);
    font-family: "Shuei Mincho M";
  }

  #sec_banner ul:after {
    content: '';
    display: block;
    clear: both;
  }

  #sec_banner li:first-child{
    grid-row: span 2 / span 2;
  }

  #sec_banner li img {
    width: 100%;
  }

  #sec_banner .wrap {
    margin-bottom: 0;
  }
  
  #sec_banner span{
    margin-top: 10px;
    display: block;
  }

  /* --------------------------------------------------
*
    #btm_information
*
-------------------------------------------------- */

#btm_information {
  min-width: 960px;
  background-color: #2F97AF;
  color: #fff;
}
  #btm_information .section_inner {
    width: 900px;
    margin: 0 auto;
    padding: 50px 0 60px 0;
    letter-spacing: .05em;
  }

  #btm_information h3{
    margin-bottom: 30px;
  }

  #btm_information .shipping,
  #btm_information .date {
    font-size: 20px;
    line-height: 1.7em;
  }

  #btm_information .shipping {
    margin: 0 0 10px 0;
  }

  #btm_information .date {
    margin: 0 0 23px 0;
  }

  #btm_information .notice {
    font-size: 13px;
    line-height: 1.615em;
    text-indent: -1em;
    padding-left: 1em;
  }

  #btm_information dl {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 15px 20px;
    letter-spacing: 0.05em;
  }
  
  #btm_information dt {
    font-family: "Shuei Mincho B";
    font-size: 14px;
    line-height: 28px;
    letter-spacing: calc(100 / 1000 * 1em);
  }
  #btm_information dd {
    font-family: "Shuei Mincho M";
    font-size: 18px;
    letter-spacing: calc(50 / 1000 * 1em);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 8px;
  }
  
  #btm_information dd small {
    font-family: "Shuei Mincho L";
    font-size: 11px;
    display: inline-block;
    letter-spacing: 0.1em;
    margin-left: 30px;
  }
  


}

/* ----- min-width : 641px ----- */




/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {

  /* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
  body {
    z-index: 10;
    overflow-x: hidden;
  }

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

  h1 {
    margin: 15px 0 3% 10px;
  }

  h1 img {
    width: 80%;
    max-width: 336px;
  }

  h3{
    position: relative;
  }

  h3:after{
    content: "";
    position: absolute;
    background-color: transparent;
    background-size: cover;
    display: inline-block;
    bottom: 0px;
  }

  .on.gnav_none #contents_area {
    display: none;
  }

  #gnav br.sp.gnav {
    display: inherit !important;
  }

  /* --------------------------------------------------
*
    header
*
-------------------------------------------------- */
  header {
    width: 100% !important;
    height: 0;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
  }

  .on header {
    height: 100%;
  }

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

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

  #header_inner h1 {
    position: absolute;
    top: 0;
    left: 0;
  }

  #header_inner h1 img {
    width: 80%;
    max-width: 420px;
  }

  #gnav {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    display: none;
    opacity: 0;
    box-sizing: border-box;
    color: #000;
    letter-spacing: .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: 80px 0 40px 0;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
  }

  .nav_wrap_inner{
    display: initial;
  }

  #gnav ul {
    position: relative;
    text-align: center;
  }

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

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

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

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

  #gnav_lineup {
    box-sizing: border-box;
    text-align: left;
  }

  #gnav_lineup ul {
    max-width: 380px;
    margin: 0 auto;
    padding: 0 20px;
  }

  #gnav_lineup li {
    width: 33.333%;
    text-align: left;
    display: table-cell;
    letter-spacing: .05em;
    text-align: center;
  }

  #gnav_lineup li br.sp_nav {
    display: block !important;
  }

  #gnav_lineup a {
    padding: 0 10px;
    box-sizing: border-box;
    display: block;
  }

  #gnav_lineup a .img {
    display: block;
    position: relative;
  }

  #gnav_lineup a .img:after {
    content: '';
    width: 26px;
    height: 26px;
    display: block;
    background-image: url(../../img/arrow_circle.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center;
    position: absolute;
    bottom: -15px;
    right: -5px;
    transition: transform .1s ease .0s, right .1s ease .0s;
    -webkit-transition: transform .1s ease .0s, right .1s ease .0s;
  }

  #gnav_lineup li h4 {
    margin: 0 0 15px 0;
    font-size: 12px;
    line-height: 1.3em;
    transition: color .1s ease .0s;
    white-space: nowrap;
  }

  .is_pc #gnav_lineup li a:hover .img:after,
  .is_sp #gnav_lineup li a.touch .img:after {
    transform: scale(1.1);
    transition: transform .15s ease .05s, right .15s ease .05s;
    -webkit-transition: transform .15s ease .05s, right .15s ease .05s;
  }

  .is_pc #gnav_lineup li a:hover h4,
  .is_sp #gnav_lineup li a.touch h4 {
    color: #009ddb;
    transition: color .15s ease .05s;
  }

  #gnav_lineup li .img {
    margin: 0 0 30px 0;
  }

  #gnav_lineup li .img img {
    width: 100%;
    vertical-align: bottom;
    opacity: 1 !important;
  }

  #gnav_lineup .product_otomo {
    max-width: 380px;
    margin: 0 auto;
    padding: 0 20px;
    letter-spacing: .05em;
    position: relative;
  }

  #gnav_lineup .product_otomo .point {
    margin: 5px 0 10px 0;
    padding: 5px 4px 6px 4px;
    display: inline-block;
    font-size: 12px;
    line-height: 1em;
    text-indent: .5em;
    color: #fff;
    background-color: #009ddb;
    border-radius: 3px;
  }

  #gnav_lineup .product_otomo h4 {
    margin: 0 0 10px 0;
    font-size: 12px;
    transition: color .1s ease .0s;
  }

  #gnav_lineup .product_otomo .img {
    padding: 0 10px 0 0;
  }

  .is_pc #gnav_lineup .product_otomo a:hover .img:after,
  .is_sp #gnav_lineup .product_otomo a.touch .img:after {
    transform: scale(1.1);
    transition: transform .15s ease .05s, right .15s ease .05s;
    -webkit-transition: transform .15s ease .05s, right .15s ease .05s;
  }

  .is_pc #gnav_lineup .product_otomo a:hover h4,
  .is_sp #gnav_lineup .product_otomo a.touch h4 {
    color: #009ddb;
    transition: color .15s ease .05s;
  }

  #gnav_lineup .product_otomo .img img {
    width: 100%;
    vertical-align: bottom;
    opacity: 1 !important;
  }

  #common_nav {
    max-width: 420px;
    margin: 40px auto 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
  }

  #common_nav ul {
    border-bottom: 1px solid #ccc;
  }

  #common_nav li {
    text-align: left;
  }

  #common_nav li a {
    padding: 13px 0;
    display: block;
    transition: color .1s ease .0s !important;
    border-top: 1px solid #ccc;
  }

  .is_pc #common_nav li a:hover,
  .is_sp #common_nav li a.touch {
    color: #009ddb;
    transition: color .15s ease .05s !important;
  }

  #common_nav li.gnav_cart a {
    padding-left: 28px;
    color: #e60020 !important;
    transition: opacity .1s ease .0s !important;
  }

  .is_pc #common_nav li.gnav_cart a:hover,
  .is_sp #common_nav li.gnav_cart a.touch {
    opacity: .6;
    transition: opacity .15s ease .05s !important;
  }

  #common_nav li.gnav_cart a:before {
    content: '';
    width: 21px;
    height: 20px;
    display: block;
    background-image: url(../images/parts_ico_cart.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px;
    position: absolute;
    top: 10px;
    left: 0;
  }


  /*
    .gnav_ico
*/
  header .gnav_ico {
    width: 45px;
    height: 45px;
    position: fixed;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .8);
    text-align: right;
    display: block;
    top: 15px;
    right: 5px;
    cursor: pointer;
    z-index: 100;
    transition: transform .1s ease .0s;
  }

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

  header .gnav_ico span.top {
    width: 31px;
    border-top: 1px solid #2B2B2A;
    position: absolute;
    top: 12px;
    right: 7px;
  }

  header .gnav_ico span.mid {
    content: '';
    display: block;
    width: 31px;
    border-top: 1px solid #2B2B2A;
    position: absolute;
    top: 20px;
    right: 7px;
  }

  header .gnav_ico span.btm {
    content: '';
    display: block;
    width: 31px;
    border-top: 1px solid #2B2B2A;
    position: absolute;
    top: 28px;
    right: 7px;
  }

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

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

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

  header .gnav_ico.on span.mid {
    opacity: 0;
    filter: "alpha(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;
    filter: "alpha(opacity=100)";
    -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(255, 255, 255, 1);
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 1;
  }


  .is_sp header .overlay {
    height: 100vh;
    min-height: 100vh;
  }


  /* --------------------------------------------------
*
    #local_nav
*
-------------------------------------------------- */
  #local_nav {
    display: none;
  }




  /* --------------------------------------------------
*
    #sec_banner
*
-------------------------------------------------- */
  #sec_banner {
    margin: 0 auto 30px auto;
    padding: 40px 20px 15px 20px;
    position: relative;
  }

  #product #sec_banner {
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-top: 0;
  }

  #sec_banner h3 {
    margin: 0 0 30px 0;
  }

  #sec_banner h3:after{
    background-image: url(../../img/illust_3.png);
    width: 40px;
    height: 44px;
    right: -40px;
  }

  #sec_banner ul {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    line-height: 18px;
    font-size: 13px;
    letter-spacing: calc(189 / 1000 * 1em);
    font-family: "Shuei Mincho M";
    margin-bottom: 30px;
  }

  #sec_banner li:first-child{
    grid-row: span 1 / span 1;
  }

  #sec_banner ul:after {
    content: '';
    display: block;
    clear: both;
  }

  #sec_banner li img {
    width: 100%;
  }

  /* --------------------------------------------------
*
    #btm_information
*
-------------------------------------------------- */

#btm_information {
  background-color: #2F97AF;
  color: #fff;
}

  #btm_information .section_inner {
    margin: 0 auto;
    padding: 20px 20px 30px 20px;
    letter-spacing: .05em;
  }

  #btm_information h3 {
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    font-size: 12px;
    display: inline-block;
    letter-spacing: .15em;
    position: relative;
  }

  #btm_information h3:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #btm_information .shipping,
  #btm_information .date {
    font-size: 13px;
    line-height: 1.7em;
    white-space: nowrap;
  }

  #btm_information .shipping {
    margin: 0 0 5px 0;
  }

  #btm_information .date {
    margin: 0 0 15px 0;
  }

  #btm_information .notice {
    font-size: 12px;
    line-height: 1.615em;
    text-indent: -1em;
    padding-left: 1em;
  }

  #btm_information dl {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 15px 20px;
    letter-spacing: 0.05em;
  }
  
  #btm_information dt {
    font-family: "Shuei Mincho B";
    font-size: 14px;
    line-height: 28px;
    letter-spacing: calc(100 / 1000 * 1em);
  }
  #btm_information dd {
    font-family: "Shuei Mincho M";
    font-size: 18px;
    letter-spacing: calc(50 / 1000 * 1em);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 8px;
  }
  
  #btm_information dd small {
    font-family: "Shuei Mincho L";
    font-size: 11px;
    display: inline-block;
    letter-spacing: 0.1em;
    margin-left: initial;
  }
  



}

/* ----- max-width: 640px ----- */


/* ------------------------------------------------------------
*
    .img_slider
     -&gt; 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) {
  .slick-dotted.slick-slider {
    margin: 0;
  }

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

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

  .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: #c8c8c8;
    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: #91b4e6;
    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;
    z-index: 3;
  }

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

  .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: #c8c8c8;
    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: #91b4e6;
    opacity: 1;
  }

}

/* ----- max-width: 640px ----- */</pre></body></html>