/* カスタマイズ用CSS */
/*
    Custom css　　TEST
*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;900&display=swap");
body {font-family: 'Noto Sans JP', sans-serif; background: #FFF;font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif!important; font-weight: 500;}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif!important; color: #333;}
p {
  color: #333;
}

.rev_slider_wrapper .tp-rightarrow.default .tp-arr-allwrapper:after { border: none;}
.rev_slider_wrapper .tp-leftarrow.default .tp-arr-allwrapper:after { border: none;}
.arw_tab_slider .products-grid .owl-nav .owl-next, .arw_tab_slider .products-grid .owl-nav .owl-prev { border: 0;}

a { color: #333;
  text-decoration: underline;
    display: block;
    -webkit-transition: all 0.55s ease 0s;
    -moz-transition: all 0.55s ease 0s;
    -ms-transition: all 0.55s ease 0s;
    -o-transition: all 0.55s ease 0s;
    transition: all 0.55s ease 0s;}
a:hover { opacity: 0.6;}

::selection {background: #000;color: #FFF;}
::-moz-selection {background: #000;color: #FFF;}


/* ec-cube */

/* cart */
.modal-backdrop {
  z-index: -10;
}

.modal {
  z-index: 1;
}

.modal-dialog {
  z-index: 999;
  box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.25);
}

.ec-borderedDefs {
  border-top: 0;
}

.ec-borderedDefs h3 {
  font-weight: 900;
}

.ec-borderedDefs h4 {
  font-weight: 900;
}

.ec-borderedDefs h5 {
  font-weight: 900;
}


.header-notice {
  background: #ffe7e5;
  color: #DE5D50;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
}

/* .oral-top-brand */
.oral-top-brand {
  max-width: 940px;
  text-align: center;
  margin: 60px auto 0 auto!important;
  padding: 0;
  font-size: 0;
}
.oral-top-brand ul {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.oral-top-brand li {
  list-style: none;
  display: inline-block;
  width: 220px;
  margin: 0 20px 20px 0;
}
.oral-top-brand li:nth-child(4) {
  margin-right: 0;
}
.oral-top-brand li a {
  display: block;
  text-decoration: none;
  border: 3px solid #e8edeb;
  padding-bottom: 10px;
}
.oral-top-brand li a:hover {
    display: block;
    text-decoration: none;
    border: 3px solid #05c16b;
    padding-bottom: 10px;
    opacity: 1;
}
.oral-top-brand li a:hover p {
  color: #05c16b;
}
.oral-top-brand li a p {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}

/* header-top */
.ec-headerNaviRole .ec-headerNaviRole__left {
  width: 65%;
}
.header-add {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-add .header-sns {
  display: inline-block;
  width: 15%;
}
.header-add .header-sns ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: left;
}
.header-add .header-sns ul li {
  display: inline-block;
  width: 22px;
  margin-right: 6px;
}

.header-add .header-lead {
  display: inline-block;
  width: 85%;
  font-weight: bold;
  font-size: 14px;
  color: #05c16b;
  padding-left: 50px;
  margin-top: 0;
  letter-spacing: 0.06em;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
  /* width: 35%; */
  width: 50%;
}

/* header */
header.ec-layoutRole__header {
  width: 100%;
  position: fixed;
  background: #FFF;
  z-index: 998;
  transition: all 0.4s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#head-shopping {
  position: fixed;
  width: 100%;
  z-index: 500;
  font-size: 14px;
  text-align: center;
  top: 0;
}
#head-shopping a {
  background: #f7f7f8;
  transition: .3s;
  padding: 8px;
  text-decoration: none;
  width: 100%;
  display: block;
  color: #333437 !important;
}
#head-shopping a:hover {
  background: #9da0a4;
  color: #FFF !important;
  opacity: 1;
}
#head-shopping a span.head-text {
  /* background: url(../imgs/ico_cart80_off.png) no-repeat right top; */
  background-size: 20px;
  padding-right: 35px;
}
.PConly {
  display: inherit;
}
.br-sp {
  display: none;
}

.layout-header-special .header-container:not(.active-sticky) .header-top { display: none;}
#header {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#header .header-logo {
  display: inline-block;
  width: 160px;
}
#header .header-logo img {
  width: 100%;
  height: auto;
}
#header .ec-categoryNaviRole {
  width: 60%;
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #000;
  max-width: auto;
}
.ec-itemNav__nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}
.ec-itemNav__nav li a {
  color: #000;
  font-weight: 900;
  background: none;
}

.ec-cartNaviNull {
  z-index: 100;
}

.ec-headerNaviRole {
  padding: 45px 0 0 0;
  margin-bottom: 0;
  max-width: 1200px;
}

.container {
  max-width: 1200px;
}

.ec-layoutRole .ec-layoutRole__contents {
  max-width: 1200px!important;
  z-index: 1;
  margin-top: 210px;
}

body.front_page .ec-layoutRole__contents {
  max-width: 100%!important;
  width: 100%;
}

.ec-role,.ec-searchnavRole,.ec-shelfRole,.ec-contactRole,.ec-productRole,.ec-registerRole {
  padding: 0;
  max-width: 1200px;
}

.ec-searchnavRole .ec-searchnavRole__infos {
  margin: 0;
  max-width: 1200px;
}

.price02-default {
  margin: 15px 0;
  font-weight: 900;
  font-size: 110%;
}

.ec-blockBtn--action {
  background-color: #00a0e9;
  border-color: #00a0e9;
  transition: all 0.5s;
}

.ec-sliderRole {
  max-width: 1200px;
  padding: 0;
}

.ec-newsRole .ec-newsRole__news {
  background: #FFF;
  border: solid 6px #e8edeb;
}

.ec-productRole__description p {
  margin-bottom: 2em;
}

.ec-headingTitle {
  color: #000;
}

/* button */
.ec-blockBtn--action:hover {
  background-color: #FFF;
  border-color: #00a0e9;
  color: #00a0e9!important;
}

.ec-blockBtn--cancel {
  transition: all 0.5s;
}

.ec-blockBtn--cancel:hover {
  background-color: #FFF;
  border-color: #464654;
  color: #464654;
}

.ec-inlineBtn--action {
  background-color: #00a0e9;
  border-color: #00a0e9;
}

.btn-check:checked + .ec-blockBtn--action, .btn-check:active + .ec-blockBtn--action, .ec-blockBtn--action:active, .ec-blockBtn--action.active, .show > .ec-blockBtn--action.dropdown-toggle {
  background-color: #00a0e9;
  border-color: #00a0e9;
}

.ec-progress .is-complete .ec-progress__number {
  background: #05c16b;
}

.ec-progress .is-complete .ec-progress__label {
  color: #05c16b;
}

.ec-cartNavi .ec-cartNavi__badge {
  background-color: #05c16b;
}

.btn-check:focus + .ec-blockBtn--action, .ec-blockBtn--action:focus {
  background-color: #00a0e9;
  border-color: #00a0e9;
  box-shadow: 0 0 0 0.25rem rgba(0, 160, 233, 0.5);
  color: #00a0e9;
}

.btn-check:checked + .ec-blockBtn--action:focus, .btn-check:active + .ec-blockBtn--action:focus, .ec-blockBtn--action:active:focus, .ec-blockBtn--action.active:focus, .show > .ec-blockBtn--action.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 160, 233, 0.5);
}

/* about */
.ec-borderedDefs p {
  margin-bottom: 2em;
}

/* shopList */
.shopList {
  width: 100%;
  list-style: none;
}

.shopList li {
  padding: 20px;
  border-bottom: 1px solid #CCC;
}

/* product detail */
.ec-productRole .ec-productRole__title .ec-headingTitle {
  font-weight: 900;
  color: #000;
  font-size: 36px;
}

.ec-productRole .productRole__free {
  margin-bottom: 16px;
}

.ec-productRole__description {
  color: #000;
}

.slide-item {
  border: 1px solid #CCC;
}

.slideThumb img {
  border: 1px solid #CCC;
}

.ec-sliderItemRole .slideThumb img {
  width: 95%;
}

.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 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: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: " ";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  opacity: .25;
  background-color: black;
  border-radius: 50%;

}

.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: black;
}

.slick-dots li button.thumbnail img {
  width: 0;
  height: 0;
}

.slick-prev {
  left: 1px;
}

.slick-next {
  right: 1px;
}

.slick-prev, .slick-next {
  background: #000;
  width: 30px;
  height: 30px;
  z-index: 3;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #333;
}

/* footer */
.ec-footerRole {
  border-top: none;
  background: #FFF;
  color: #333;
}
.ec-footerRole a {
  display: block;
  text-decoration: none;
}
.footer-container {
  overflow: hidden;
  padding: 80px 0 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  position: relative;
  max-width: 1200px;
}
.col-5 {
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: left;
  width: 100%;
}
.col-md-five-1 {
  position: relative;
  min-height: 1px;
  display: inline-block;
  width: calc(100% / 5);
  margin-right: 20px;
}
.footer-container .block_footer {
  margin-bottom: 40px;
}
.block_footer_02 .block_footer .block-title .title {
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 1px;
    line-height: 32px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.block_footer ul.menu {
  padding: 0 0 0 0;
  list-style: none;
}
.block_footer ul.menu li a {
  font-weight: 400;
  line-height: 30px;
  padding-left: 5px;
}
.block_footer ul.menu li a:before {
  /* content: "\f105";
  display: inline-block;
  font-size: 12px;
  font-family: FontAwesome;
  left: -5px;
  position: relative;
  text-transform: none;
  top: 0; */
}
#menu-information {
  list-style: none;
  padding-left: 0;
}
#menu-information li {
  margin-bottom: 10px;
}
#menu-information li a svg {
  width: 20px;
  height: 20px;
}
.footer-copyright-link {
  text-align: center;
  padding: 2% 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
address {
  margin: 2rem auto;
  font-style: normal;
  line-height: inherit;
  text-align: center;
}

/* mobile */
@media screen and (max-width: 786px) {
  .br-sp {
    display: inherit;
  }
  .PConly {
    display: none;
  }
  
  /* ec-drawerRole */
  .ec-drawerRole header {
    display: none;
  }

  .ec-drawerRole ul {
    margin: 0;
    padding: 0;
  }

  .ec-drawerRole .ec-itemNav-sp a {
    color: #FFF!important;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
  }

  /* .oral-top-brand */
  .oral-top-brand {
    margin: 40px auto 0 auto!important;
  }

  .oral-top-brand ul {
    justify-content: center;
  }

  .oral-top-brand li {
    display: inline-block;
    width: 48%;
    list-style: none;
    margin: 0px 1% 1% 0px !important;
  }

  .oral-top-brand li a {
    display: block;
    padding-bottom: 5px;
    text-decoration: none;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(232, 237, 235);
    border-image: initial;
  }

  .oral-top-brand li a:hover {
    display: block;
    padding-bottom: 5px;
    text-decoration: none;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(5, 193, 107);
    border-image: initial;
  }

  .oral-top-brand li img {
    height: 50px;
    width: auto;
    text-align: center;
    vertical-align: top;
    padding: 5px 0px;
    margin: 0px auto;
  }

  .oral-top-brand li a p {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    margin: 0px auto;
  }

  .oral-top-brand li a p.miniF {
    font-size: 10px;
    letter-spacing: -0.2em;
  }

  #head-shopping {
    position: relative;
  }

  #head-shopping a span.head-text {
    font-size: 12px;
  }

  /* header */
  .header-add {
    display: none;
  }
  #header {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    display: block;
  }

  #header .header-logo {
    position: absolute;
    content: '';
    top: 50px;
    left: 15px;
    display: block;
    width: 110px;
    height: auto;
    text-align: center;
    margin: 0 auto;
  }

  .header-container {
    height: auto;
  }

  .header-notice {
    background: #ffe7e5;
    color: #DE5D50;
    font-weight: bold;
    padding: 10px;
    text-align: left;
    margin: 0 auto;
  }

  .ec-itemNav {
    display: none;
  }

  .ec-headerNaviRole {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }

  .ec-headerNaviRole .ec-headerNaviRole__right {
    width: 100%;
    padding-right: 15px;
  }
  .ec-headerNav .ec-headerNav__item {
    font-size: 28px;
  }

  .container {
    max-width: 100%;
    width: 100%;
    height: 90px;
    padding: 0;
    position: relative;
  }
  
  .ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%!important;
    padding: 0 15px;
    z-index: 1;
    margin-top: 140px;
  }
  
  body.front_page .ec-layoutRole__contents {
    max-width: 100%!important;
    width: 100%;
  }
  
  .ec-role,.ec-searchnavRole,.ec-shelfRole,.ec-contactRole,.ec-productRole,.ec-registerRole {
    padding: 0;
    max-width: 100%;
  }
  
  .ec-searchnavRole .ec-searchnavRole__infos {
    margin: 0;
    max-width: 100%;
  }

  .ec-blockTopBtn.pagetop {
    display: none!important;
  }

  .ec-shelfRole {
    font-size: 14px;
  }

  .ec-searchnavRole .ec-searchnavRole__infos {
    padding: 5px 0;
  }

  /* top */
  .ec-newsRole .ec-newsRole__news {
    padding: 10px;
  }

  .ec-newsRole .ec-newsRole__newsItem:last-of-type {
    margin-bottom: 0;
  }

  /* page */
  .ec-borderedDefs {
    border: none;
  }

  /* shop list */
  .shopList {
    padding: 0;
  }

  /* blog */
  .pluginCMBblog .item_blog_image {
    height: 219px;
  }

  .blog_release_date {
    color: #999;
    font-size: 14px!important;
    margin-top: 10px;
  }

  .pluginCMBblog .list_blog .list_category_link {
    background: #000;
    color: #FFF;
    font-size: 80%;
    padding: 5px 15px;
    border-radius: 30px;
  }

  .ec-topicpath {
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
  }

  .ec-topicpath.list_blog_cat li {
    font-weight: 900;
    font-size: 120%;
    letter-spacing: 0;
  }

  body#page_cm_blog_pro_page_detail .pluginCMBblog .figure__main_image {
    display: none;
  }

  body#page_cm_blog_pro_page_list .ec-topicpath .ec-topicpath__item a {
    display: none;
  }

  .ec-role.blog_detail.pluginCMBblog .w-100 .ec-off1Grid .ec-off1Grid__cell .ec-grid2__cell p {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  h3.tag-header,h5.tag-header {
    padding: 0.25rem 1rem;
  }

  body.catalog-category-view .col-xs-12 {
    padding: 0!important;
  }

  /* product detail */
  .ec-productRole__free p {
    margin-bottom: 2em;
  }
  .ec-productRole .ec-productRole__title .ec-headingTitle {
    font-weight: 900;
    color: #222;
    font-size: 21px;
  }
  .slick-slide {
    margin-bottom: 0;
  }
  .ec-sliderItemRole .item_nav {
    display: inherit;
  }
  .slick-prev, .slick-next {
    top: 45%;
  }
  .slick-prev {
    left: -25px;
  }
  .slick-next {
    right: -25px;
  }  

  /* footer */
  .ec-footerRole {
    padding: 0 15px;
  }
  .footer-container {
    max-width: 100%;
    padding: 40px 0;
    overflow: inherit;
  }
  .footer-container .block_footer {
    margin-bottom: 20px;
  }
  .footer-container .row {
    display: block;
    width: 100%;
    --bs-gutter-x: 0;
    margin-left: 0;
  }
  .footer-container .row > * {
    padding-right: 0;
    padding-left: 0;
  }
  .footer-container .row .col-5 {
    display: block;
    width: 100%;
    font-size: 15px;
  }
  .footer-container .row .col-5 .col-md-five-1 {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  body { font-size:12px; line-height: 1.8em;}
    
  iframe { width: 100%; height: auto;}

  #category ul li { width: 100%;}

  .cms-home .main-container { padding-top: 0;}
  .main-container { padding-top: 0;}

  .toolbar a, .toolbar .btn { display: inline-block;}
    
  .category-products { padding-top: 20px;}
  .toolbar { margin-bottom: 5px;}
    
    
  /* NOT FOUND */
  .not-found-bkg { padding-top: 0.5em;}

}