/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

::before, ::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}



html, body {
  /* line-height: 1.15; */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  margin: 0;
}

p, ul, ol, dl {
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  p, ul, ol, dl {
    font-size: 16px;
  }
}
img {
  max-width: 100%;
  height: auto
}

em {
  font-style: normal
}

main {
  display: block
}


p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

dt {
  font-weight: normal;
  margin-top: 10px;
  font-size: 95%;
}

dd {
  margin-left: 20px;
  font-size: 90%;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit
}

pre {
  font-family: monospace, monospace;
  font-size: inherit
}

address {
  font-style: inherit
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #000;
  font-size: 100%;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none;
  vertical-align: bottom
}

embed, object, iframe {
  border: 0;
  vertical-align: bottom
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
  cursor: default
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

option {
  padding: 0
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="checkbox"], [type="radio"] {
  padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

label[for] {
  cursor: pointer
}

details {
  display: block
}

summary {
  display: list-item
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption {
  text-align: left
}

td, th {
  /* vertical-align: top; */
  padding: 0
}

th {
  text-align: left;
  font-weight: bold
}

template {
  display: none
}

[hidden] {
  display: none
}


/* --------------------------------------------------
00:  Utility Style
-------------------------------------------------- */
/* float */
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

@media only screen and (min-width: 768px) {
  .pc_fl {
    float: left !important;
  }

  .pc_fr {
    float: right !important;
  }
}

.fwb {
  font-weight: bold;
}

/* align */
.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.taC {
  text-align: center !important;
}

/* size */
.txXS {
  font-size: 10px !important;
}

.txSS {
  font-size: 12px !important;
}

.txS {
  font-size: 14px !important;
}

.txM {
  font-size: 18px !important;
}

.txL {
  font-size: 20px !important;
}

.txLL {
  font-size: 22px !important;
}

.txXL {
  font-size: 24px !important;
}

/* Margin Padding */
.noMargin {
  margin: 0 !important;
}

.noPadding {
  padding: 0 !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt120 {
  margin-top: 120px !important;
}

/* Clear */
.clr {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.wd100 {
  width: 100%;
}

.spMwd {
  max-width: 65%;
  margin: 0 auto;
}

.mt22 {
  margin-top: 22px !important;
}

.ml0 {
  margin-left: 0px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mtb15 {
  margin-top: -15px;
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: -30px;
}

.mr05 {
  margin-right: 5px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

.mb-10 {
  margin-bottom: -10px !important;
}

.mb-20 {
  margin-bottom: -20px !important;
}

.tx10 {
  font-size: 10px;
}

.tx11 {
  font-size: 11px;
}

.tx12 {
  font-size: 12px;
}

.tx13 {
  font-size: 13px;
}

.tx14 {
  font-size: 14px;
}

.tx15 {
  font-size: 15px;
}

.tx16 {
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .wd1000 {
    width: 1000px;
  }

  .pc_mt03 {
    margin-top: 3px !important;
  }

  .pc_mt04 {
    margin-top: 4px !important;
  }

  .pc_mt05 {
    margin-top: 5px !important;
  }

  .pc_mt10 {
    margin-top: 10px;
  }

  .pc_mt20 {
    margin-top: 20px;
  }

  .pc_mt30 {
    margin-top: 30px;
  }

  .pc_mt-30 {
    margin-top: -30px;
  }

  .pc_mt-40 {
    margin-top: -40px;
  }

  .pc_mt-50 {
    margin-top: -50px;
  }

  .pc_mt-60 {
    margin-top: -60px;
  }

  .pc_mt-70 {
    margin-top: -70px;
  }

  .pc_mt-400 {
    margin-top: -400px;
  }

  .pc_mb0 {
    margin-bottom: 0px;
  }

  .pc_mb5 {
    margin-bottom: 5px;
  }

  .pc_mb10 {
    margin-bottom: 10px;
  }

  .pc_mb15 {
    margin-bottom: 15px;
  }

  .pc_mb20 {
    margin-bottom: 20px;
  }

  .pc_mb-30 {
    margin-bottom: -30px;
  }

  .pc_mb-40 {
    margin-bottom: -40px;
  }

  .pc_ml_20 {
    margin-left: 20px !important;
  }

  .pc_ml-20 {
    margin-left: -20px !important;
  }

  .pc_mr10 {
    margin-right: 10px !important;
  }

  .pc_mr20 {
    margin-right: 20px !important;
  }

  .pc_mr30 {
    margin-right: 30px !important;
  }

  .pc_mr40 {
    margin-right: 40px !important;
  }

  .pc_mr50 {
    margin-right: 50px !important;
  }

  .pc_mr60 {
    margin-right: 60px !important;
  }

  .pc_mr70 {
    margin-right: 70px !important;
  }

  .pc_pt25 {
    padding-top: 25px;
  }

  .pc_pt30 {
    padding-top: 30px;
  }

  .pc_pt40 {
    padding-top: 40px;
  }

  .pc_pb0 {
    padding-bottom: 0px;
  }

  .pc_pb5 {
    padding-bottom: 5px;
  }

  .pc_pb10 {
    padding-bottom: 10px;
  }

  .pc_pb15 {
    padding-bottom: 15px;
  }

  .pc_pb20 {
    padding-bottom: 20px;
  }

  .pc_pb30 {
    padding-bottom: 30px !important;
  }

  .pc_pb40 {
    padding-bottom: 40px !important;
  }

  .pc_pb50 {
    padding-bottom: 50px !important;
  }

  .pc_pb60 {
    padding-bottom: 60px !important;
  }

  .pc_ptb30 {
    padding-top: 30px;
    padding-bottom: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .sp_mt10 {
    margin-top: 10px;
  }

  .sp_mt20 {
    margin-top: 20px;
  }

  .spmt-20 {
    margin-top: -20px !important;
  }

  .sp_ml0 {
    margin-left: 0px!important;
  }

  .sp_ml20 {
    margin-left: 20px;
  }

  .spmf20 {
    margin-left: 20px;
  }

  .sp_mb-20 {
    margin-bottom: -20px;
  }

  .sp_mb-30 {
    margin-bottom: -30px;
  }

  .sp_mb-40 {
    margin-bottom: -40px;
  }

  .sp_pb20 {
    padding-bottom: 20px;
  }

  .sp_mlr20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .sp_mlr10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .sp_ptb30 {
    padding-top: 30px;
    padding-bottom: -30px;
  }
}

.zp2 {
  z-index: 2 !important;
}

.zm-2 {
  z-index: -2 !important;
}

.bdrW li img {
  border: solid 2px #fff;
}

/* display */
.sp_only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}
.breadcrumb {
  display: none !important;
}

/**************************************
breadcrumbs
**************************************/
.page_breadcrumb .breadcrumbs {
  width: 100%;
  max-width: 1140px;
  padding: 20px 10px 20px;
  margin: 0 auto;
}

.page_breadcrumb .breadcrumbs>ul {
  display: block;
}

.page_breadcrumb .breadcrumbs>ul>li {
  display: inline-block;
  height: 22px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 22px;
  margin-right: 8px;
}

.page_breadcrumb .breadcrumbs>ul>li::after {
  content: '\＞';
  font-size: 14px;
  padding-left: 10px;
  vertical-align: top;
}

.page_breadcrumb .breadcrumbs>ul>li:nth-last-of-type(1)::after {
  display: none;
}


.page_breadcrumb .breadcrumbs>ul>li>a {
  color: #000000;
  text-decoration: none;
}

.page_breadcrumb .breadcrumbs>ul>li>a:hover {
  text-decoration: underline;
}

/*----------------------*/
#productMoreDetail .catchType01 h2 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}

/** ttlType02 **************************/
#productMoreDetail .ttlType02 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
  font-weight: bold;
}

#productMoreDetail .qualityGuideArea .qualityGuideTTL>span {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}


.home-section__inner {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}
