@charset "UTF-8";

/*!
Theme Name: mall
Theme URI: http://underscores.me/
Author: lsam
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: moe
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

moe is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit
}

* {
  padding: 0;
  margin: 0
}

hr {
  overflow: visible;
  height: 0
}

details,
main {
  display: block
}

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden] {
  display: none
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline-width: 0
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace
}

pre {
  font-size: 1em
}

b,
strong {
  font-weight: bolder
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

input {
  border-radius: 0
}

[disabled] {
  cursor: default
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto;
  resize: vertical
}

button,
input,
optgroup,
select,
textarea {
  font: inherit
}

optgroup {
  font-weight: 700
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit
}

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

svg:not([fill]) {
  fill: currentColor
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled] {
  cursor: default
}

.u-hide {
  display: none !important
}

.u-hide-pc {
  display: none !important
}

.cf:after,
.cf:before {
  display: table;
  content: ''
}

.cf:after {
  clear: both
}

.cf {
  *zoom: 1
}

html {
  color: #454545;
  font-weight: 500;
  font-size: 16px;
  font-family: Noto Sans JP, "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  line-height: 1.8
}

body {
  word-wrap: break-word
}

a {
  color: inherit;
  transition: all .3s
}

a:hover {
  opacity: .6
}

a:hover img {
  opacity: .7;
  transition: all .3s
}

:visited:hover,
a {
  text-decoration: none
}

ul {
  list-style: none
}

i {
  font-style: normal
}

input[type=button]:not([disabled]),
input[type=submit]:not([disabled]),
input[type=reset]:not([disabled]),
button:not([disabled]) {
  cursor: pointer
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none
}

[hidden] {
  display: none !important
}

img {
  height: auto
}

label {
  cursor: pointer
}

table {
  border-collapse: collapse
}

th {
  font-weight: 500
}

a[href^='tel:'] {
  cursor: default;
  pointer-events: none
}

.ly_main-footer {
  padding-bottom: 20px;
  border-top: 1px solid #eee;
  background-color: #f9f9f7
}
/*
.bl_mainHeader {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 35px;
  border-bottom: 1px solid #eee;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.bl_mainHeader img {
  display: inline-block;
  margin-right: 3px
}

.bl_mainHeader h1 {
  font-weight: 700;
  color: #727171;
  font-size: 28px
}

.bl_mainHeader * {
  box-sizing: border-box
}

.bl_mainHeader_right {
  -ms-flex: 1;
  flex: 1
} */

.bl_logo {
  width: 179px;
  height: 32px
}

/* .bl_menuSwitch {
  position: relative;
  display: none;
  width: 30px;
  height: 20px;
  border: none;
  background-color: #fff;
  cursor: pointer
}

.bl_menuSwitch:before,
.bl_menuSwitch:after,
.bl_menuSwitch span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #c1c1c1;
  content: '';
  transition: all .3s
}

.bl_menuSwitch span {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.bl_menuSwitch:before {
  top: 0
}

.bl_menuSwitch:after {
  bottom: 0
} */
/*
.bl_mainHeader_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.bl_mainHeader_list a,
.bl_mainHeader_list span {
  display: block;
  padding: 5px 0;
  color: #454545;
  font-size: 14px;
  font-size: .875rem
}

.bl_mainHeader_list a:hover,
.bl_mainHeader_list span:hover {
  color: #f28b34
}

.bl_mainHeader_list .bl_mainHeader_btn {
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 15px;
  padding: 9px;
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 13px
}

.bl_mainHeader_list .bl_mainHeader_btn--contact {
  width: 124px;
  border: 1px solid #67c0a7;
  background-color: #67c0a7;
  color: #fff
}

.bl_mainHeader_list .bl_mainHeader_btn--contact:hover {
  color: #fff
}

.bl_mainHeader_list .bl_mainHeader_btn--document {
  width: 98px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #67c0a7
}

.bl_mainHeader_list .bl_mainHeader_btn--document:hover {
  color: #67c0a7
}

.bl_mainHeader_list>li:not(:last-child) {
  margin-right: 20px
}

.bl_mainHeader_list_drop {
  position: relative
}

.bl_mainHeader_list_drop>span:after {
  display: inline-block;
  margin-left: 10px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  content: '';
  vertical-align: middle;
  transition: all .3s;
  -ms-transform: translateY(-2px) rotate(45deg);
  transform: translateY(-2px) rotate(45deg)
}

.bl_mainHeader_list_drop:hover .bl_mainHeader_list_sub {
  top: 30px;
  padding: 10px 5px;
  opacity: 1;
  pointer-events: all
}

.bl_mainHeader_list_sub {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 204px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, .12);
  opacity: 0;
  transition: opacity .3s ease, top .3s ease;
  pointer-events: none
}

.bl_mainHeader_list_sub a {
  display: block;
  padding: 10px;
  white-space: nowrap;
  font-size: 12px
}

.bl_mainHeader_list_sub a:hover {
  background-color: #f9f9f7
} */

.bl_gNav {
  background-color: #f9f9f7
}

.bl_gNav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  font-size: .75rem;
  -ms-flex-pack: center;
  justify-content: center
}

.bl_gNav li {
  margin: 0 23px;
  padding: 18px 0
}

.bl_productbox {
  padding-bottom: 80px
}

.bl_productbox:last-child {
  padding-bottom: 50px
}

.bl_slider a {
  display: block;
  margin: 0 4px
}

.bl_slider a picture {
  margin: 0
}

.bl_slider img {
  margin: 0 auto;
  width: 100%
}

.bl_slider picture {
  margin: 0 4px;
  text-align: center
}

.bl_sliderWrapper {
  position: relative;
  margin-top: 20px;
  padding-bottom: 26px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .12)
}

.bl_sliderWrapper .slick-dots {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-pack: center;
  justify-content: center
}

.bl_sliderWrapper .slick-dots>li {
  margin: 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d4ceca;
  font-size: 0
}

.bl_sliderWrapper .slick-dots>li.slick-active {
  background-color: #f28b34
}

.slick-track {
  display: -ms-flexbox;
  display: flex
}

.bl_productWrapper {
  background-color: #f9f9f7
}

.bl_productInner {
  margin: 0 auto;
  padding: 15px 20px 0;
  max-width: 1148px
}

.bl_productbox:nth-child(4n-3) .bl_productHeader_ttl {
  background-image: url(../img/mall/imgsectionheader01.png)
}

.bl_productbox:nth-child(4n-2) .bl_productHeader_ttl {
  background-image: url(../img/mall/imgsectionheader02.png)
}

.bl_productbox:nth-child(4n-1) .bl_productHeader_ttl {
  background-image: url(../img/mall/imgsectionheader03.png)
}

.bl_productbox:nth-child(4n) .bl_productHeader_ttl {
  background-image: url(../img/mall/imgsectionheader04.png)
}

.bl_productHeader_ttl {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  height: 200px;
  background-size: cover;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.bl_productHeader_ttl_inner {
  padding: 40px 0;
  min-height: 120px;
  width: 530px;
  outline: 1px solid #d4ceca;
  outline-offset: -6px;
  border: 2px solid #d4ceca;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem
}

.bl_productHeader {
  margin-bottom: 32px;
  padding: 24px;
  background-color: #fff
}

.bl_expertComment {
  padding-left: 105px;
  background-image: url(../img/mall/icon/people.svg)
}

.bl_expertComment_ttl {
  color: #f28b34;
  font-size: 16px;
  font-size: 1rem
}

.bl_expertComment_txt {
  letter-spacing: 1.4px;
  font-size: 14px;
  font-size: .875rem
}

.bl_productCard {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, .12)
}

.bl_productCard_imgWrapper {
  position: relative
}

.bl_productCard_imgWrapper img {
  display: block;
  width: 100%
}

.bl_productUnit {
  display: -ms-grid;
  display: grid;
  gap: 0 32px;
  -ms-grid-columns: (253px)[auto-fit];
  grid-template-columns: repeat(auto-fit, 253px);
  -ms-flex-pack: center;
  justify-content: center
}

.bl_productCard_maker {
  margin-bottom: 3px;
  color: #999;
  font-size: 10px;
  font-size: .625rem
}

.bl_productCard_ttl {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  font-size: .875rem
}

.bl_productCard_txt {
  margin-bottom: 8px;
  font-size: 12px;
  font-size: .75rem
}

.bl_productCard_camp {
  margin-bottom: 2px;
  color: #f28b34;
  font-weight: 700;
  font-size: 12px;
  font-size: .75rem
}

.bl_productCard_price {
  font-weight: 700;
  font-size: 12px;
  font-size: .75rem
}

.bl_productCard_meta {
  padding: 10px 16px 127px
}

.bl_productCard_btns {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 32px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.bl_btn {
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  height: 40px;
  border: 1px solid #d4ceca;
  border-radius: 4px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.bl_btn__amazon,
.bl_btn__rakuten {
  width: 47%
}

.bl_btn__mall {
  width: 100%;
  color: #f28b34;
  font-weight: 700;
  font-size: 13px;
  font-size: .8125rem
}

.bl_btn__desable {
  opacity: .2;
  cursor: default
}

.bl_btn__desable:hover {
  opacity: .2
}

.bl_btn__desable:hover img {
  opacity: 1
}

.bl_main-footerInner {
  margin: 0 auto;
  padding: 60px 20px 0;
  max-width: 1148px
}

.bl_menuUnit {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.bl_Footermenu {
  margin-right: 5%;
  width: 20%
}

.bl_Footermenu li {
  margin-bottom: 8px;
  font-size: 12px;
  font-size: .75rem
}

.bl_Footermenu a {
  color: #8b8b8b
}

.bl_Footermenu a:before {
  display: inline-block;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #8b8b8b;
  border-right: 1px solid #8b8b8b;
  content: '';
  vertical-align: middle;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.bl_copy {
  display: block;
  padding-top: 10px;
  border-top: 1px solid #eee;
  color: #8b8b8b;
  text-align: center
}

@media screen {
  [hidden~=screen] {
    display: inherit
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important
  }
}

@media only screen and (max-width:768px) {
  .u-hide-pc {
    display: block !important
  }

  .u-hide-sp {
    display: none !important
  }

  .md_mb0 {
    margin-bottom: 0 !important
  }

  .md_mb10 {
    margin-bottom: 10px !important
  }

  a[href^='tel:'] {
    cursor: pointer;
    pointer-events: auto
  }

  .ly_main-footer {
    padding-bottom: 10px
  }
/*
  .bl_mainHeader {
    padding: 10px 16px 5px
  }

  .bl_mainHeader_right {
    position: absolute;
    top: 58px;
    left: 0;
    z-index: 100;
    overflow: hidden;
    width: 100%;
    height: 0;
    background-color: #fff;
    transition: all .3s
  }

  .is-menu {
    overflow: hidden
  }

  .is-menu .bl_mainHeader_right {
    padding-top: 10px;
    height: calc(100vh - 58px)
  }

  .is-menu .bl_menuSwitch span {
    width: 0
  }

  .is-menu .bl_menuSwitch:before {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
  }

  .is-menu .bl_menuSwitch:after {
    bottom: 50%;
    left: 50%;
    -ms-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg)
  }

  .bl_menuSwitch {
    display: block
  }

  .bl_mainHeader_list a,
  .bl_mainHeader_list span {
    padding: 16px 24px;
    font-size: 12px;
    font-size: .75rem
  }

  .bl_mainHeader_list .bl_mainHeader_btn--contact {
    width: auto;
    border: none;
    background-color: transparent;
    color: inherit
  }

  .bl_mainHeader_list .bl_mainHeader_btn--document {
    width: auto;
    border: none;
    background-color: transparent;
    color: inherit
  }

  .bl_mainHeader_list .bl_mainHeader_btn {
    margin-left: 0;
    padding: 15px 24px;
    text-align: left;
    font-weight: 400;
    font-size: 12px
  }

  .bl_mainHeader_list>li:not(:last-child) {
    margin-right: 0
  }

  .bl_mainHeader_list {
    display: block
  }

  .bl_mainHeader_list_drop>span:after {
    position: absolute;
    top: 20px;
    right: 30px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .bl_mainHeader_list_drop.is-open {
    background-color: #f9f9f7
  }

  .bl_mainHeader_list_drop.is-open .bl_mainHeader_list_sub {
    display: block;
    box-shadow: none;
    opacity: 1;
    pointer-events: all
  }

  .bl_mainHeader_list_drop.is-open>span:after {
    -ms-transform: rotate(224deg);
    transform: rotate(224deg)
  }

  .bl_mainHeader_list_sub {
    position: static;
    display: none;
    background-color: transparent
  }

  .bl_mainHeader_list_sub a {
    padding: 16px 24px
  } */

  .bl_gNav li {
    padding: 5px 0
  }

  .bl_productbox {
    padding-bottom: 60px
  }

  .bl_slider a {
    margin: 0
  }

  .bl_slider picture {
    margin: 0
  }

  .bl_sliderWrapper {
    margin-top: 0;
    padding-bottom: 35px;
    box-shadow: none
  }

  .bl_productWrapper {
    background-color: #fff
  }

  .bl_productInner {
    padding: 0
  }

  .bl_productHeader_ttl {
    margin-bottom: 20px;
    height: 147px
  }

  .bl_productHeader_ttl_inner {
    min-height: 0;
    outline: none;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-size: 1rem
  }

  .bl_productHeader {
    margin-bottom: 0;
    padding: 0
  }

  .bl_expertComment {
    margin: 0 25px;
    padding: 0 0 20px 70px;
    background-size: 60px 60px
  }

  .bl_expertComment_ttl {
    font-size: 12px;
    font-size: .75rem
  }

  .bl_expertComment_txt {
    font-size: 10px;
    font-size: .625rem
  }

  .bl_productCard {
    margin-bottom: 0;
    border-bottom: 1px solid #d4ceca;
    border-radius: 0;
    box-shadow: none
  }

  .bl_productCard:nth-child(2n-1):before {
    position: absolute;
    right: .5px;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #d4ceca;
    content: ''
  }

  .bl_productUnit {
    gap: 0;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
  }

  .bl_productCard_ttl {
    margin-bottom: 5px;
    font-size: 12px;
    font-size: .75rem
  }

  .bl_productCard_txt {
    display: none
  }

  .bl_productCard_camp {
    font-size: 10px;
    font-size: .625rem
  }

  .bl_productCard_price {
    font-size: 10px;
    font-size: .625rem
  }

  .bl_productCard_meta {
    padding-bottom: 155px
  }

  .bl_btn {
    margin-top: 10px
  }

  .bl_btn__amazon,
  .bl_btn__rakuten {
    width: 100%
  }

  .bl_btn__mall {
    margin-top: 15px;
    height: auto;
    border: none;
    text-decoration: underline;
    font-size: 12px;
    font-size: .75rem
  }

  .bl_main-footerInner {
    padding-top: 35px
  }

  .bl_menuUnit {
    display: block;
    margin-bottom: 25px
  }

  .bl_Footermenu {
    margin-top: 40px;
    margin-right: 0;
    width: 100%
  }

  .bl_Footermenu li {
    margin-bottom: 15px
  }

  .bl_copy {
    text-align: left
  }
}
/*
@media screen and (max-width:960px) {
  .bl_mainHeader span {
    font-size: 14px
  }
}

@media screen and (max-width:768px) {
  .bl_mainHeader img {
    display: block;
    margin-bottom: 2px;
    vertical-align: bottom
  }

  .bl_mainHeader h1 {
    font-size: 16px
  }

  .bl_mainHeader span {
    line-height: 1
  }
} */

@media screen and (max-width:900px) {
  .bl_logo {
    width: 149px;
    height: 26px
  }
}
