@charset "euc-jp";
/*Import Google Font*/
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300|Noto+Sans+JP:300');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500&display=swap');

/*  common  */
html {
  background-color: transparent;
  background-image: none;
  font-size: 62.5%!important;
}
body {
  min-width: 320px;
  margin:0;
  padding:0;
  font-size: 12px;
  font-family: 'Noto Sans JP', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', "ＭＳ ゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #484848;
  background: #fff;
  position: relative;
  line-height: 1.5;
  letter-spacing: 1px;
  overflow-x: hidden;
}
body a {
  color: #484848!important;
  text-decoration: none!important;
  outline: none!important;
  transition: 0.5s;
}
body a:hover {
  opacity: 0.7;
}
body > img {
  width: 1px!important;
  height: 1px!important;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img { 
  border:0;
}
address,caption,cite,code,dfn,em,th,var {
  font-style:normal;
  font-weight:normal;
}
strong, b {
  font-weight: bold;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym { border:0;
}
.clearfix:after { /*floatの解除*/
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";
}
.clearfix {
  min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
  height: 1px;
  /*\*//*/ /*MAC IE5.x対策*/
  height: auto;
  overflow: hidden;
  /**/
}
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.inner_s {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.container {
  max-width: 1300px;
  margin: 0 auto;
}
.ie8 .container {
  width: 1300px;
}
.container img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.ie8 img {
  width: auto;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
h2 {
  font-family: "Cinzel", serif;
  font-weight: 400;
  /* font-family: 'Josefin Sans', sans-serif; */
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
h2 .slash {
  font-size: 26px;
}
/* .page--top .inner h2 {
  font-weight: bold;
} */
.font_js {
  font-family: 'Josefin Sans', sans-serif;
}
.font_pl {
  font-family: "Palatino Linotype", sans-serif;
}
.font_cz {
  font-family: "Cinzel", serif;
}
.font_ns,
.recommend li a:nth-of-type(2),
.product-list__text {
  font-family: 'Noto Sans JP', sans-serif;
}
/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 790px) {
  body {
    font-size: 10px;
  }
  .inner,
  .inner_s {
    width: 90%;
    max-width: 90%;
  }
  .container {
    width: auto;
    max-width: 92%!important;
    padding: 0 4%;
  }
  h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  h2 .slash {
    font-size: 14px;
  }
  /* .page--top .inner h2 {
    font-weight: bold;
  } */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}


/*  header  */
header {
  width: 100%;
  height: 120px;
  padding: 0;
  background: #fff;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
}
header .inner{
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  height: 100%;
  position: relative;
}
.logo {
  margin: 8px 8px;
  float: left;
}
.logo img {
  width: 300px;
  height: auto;
  margin-top: 3px;
  /* height: 105px; */
}
.header_links {
  position: absolute;
  top: 35%;
  right: 300px;
  font-size: 120%;
}
.header_links_sp {
  display: none;
}
.header_links a:nth-of-type(1),
.header_links_sp a:nth-of-type(1) {
  margin: 0;
}
.header_links a,
.header_links_sp a {
  position: relative;
  font-weight: 300;
  margin-left: 15px;
}
.header_links_sp a {
  font-size: 13px;
  margin: 0;
  color: #6e6e6e !important;
}
.header_links a::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  border-right: 1px #ccc solid;
  right: -10px;
  top: 10%;
}
.header_links_sp a::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  border-right: 1px #ccc solid;
  right: -15px;
  top: 10%;
}
.header_links_sp a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  border-right: 1px #ccc solid;
  left: -16px;
  top: 10%;
}

.header_links a:nth-last-of-type(1)::after,
.header_links_sp a:nth-last-of-type(1)::after {
  border: none;
}
.header_links_sp a:nth-last-of-type(1)::after {
  border-right: 1px #ccc solid;
}
.header_icons {
  position: absolute;
  top: 35%;
  right: 120px;
}
.header_icons a {
  margin: 0 12px;
  display: inline-block;
}
.header_icons a img {
  width: 24px;
  height: 24px;
}
.header_icons a:nth-of-type(1) img{
  width: 23px;
  height: 23px;
}
.nav_btn {
  width: 45px;
  height: 30px;
  user-select: none;
  float: right;
  position: relative;
  top: 33%;
  right: 50px;
  z-index: 100;
  cursor: pointer;
}
.nav_btn:before {
  content: "||";
  width: 30px;
  height: 30px;
  font-size: 25px;
  color: #3d3d3d;
  text-align: center;
  transform: rotate(90deg);
  position: absolute;
  top: 0px;
  right: 0;
  letter-spacing: 3px;
}
.nav_btn.open:before {
  content: "×";
  font-size: 30px;
  right: -2px;
  letter-spacing: 0px;
}
nav {
  width: 30%;
  margin: 0;
  max-height: 90vh;
  font-family: 'Josefin Sans', sans-serif;
  text-align: left;
  background: rgba(255,255,255,0.95);
  overflow: hidden;
  position: absolute;
  top: 120px;
  right: -50%;
  opacity: 0;
  transition: 0.5s;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
nav.open {
  right: 0%;
  opacity: 1;
}
nav::-webkit-scrollbar {
  display:none;
 }
nav > ul {
  width: auto;
  /*height: 130%;*/
  padding: 5% 5% 20%;
}
/* 
nav > ul > li {
  margin-top: 15px;
  padding: 5px;
  display: block;
  line-height: 2;
}
nav > ul > li > span.release {
  padding-left: 10px;
  font-size: 12px;
  display: inline-block;
}
nav > ul > li:nth-of-type(1) {
  margin-top: 0px;
}
nav > ul > li a {
  font-size: 14px;
}
nav > ul > li.side_menu_more>span span,
nav > ul > li a span {
  opacity: 0.7;
}
nav > ul > li.side_menu_more {
  font-size: 14px;
}
nav > ul > li.side_menu_more>span {
  display: inline-block;
  position: relative;

  <!-- cursor: pointer; -->
}

<!--
nav > ul > li.side_menu_more>span:hover {
  opacity: 0.8;
}
nav > ul > li.side_menu_more>span::after {
  content: ">";
  width: 20px;
  height: 10px;
  overflow: hidden;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(2 , 0.6) rotate(90deg);
  transition: 0s;
  pointer-events: none;
  position: absolute;
  top: 30%;
  right: -30px;
}
-->

nav > ul > li.side_menu_more.open span::after {
  transform: scale(2 , 0.6) rotate(-90deg);
}
nav > ul > li.side_menu_more > ul {
  margin-left: 2%;
  padding-top: 0!important;
  
  <!-- display: none; -->
}
nav > ul > li.side_menu_more > ul li {
  margin-top: 5px;
  display: block;
}
nav > ul > li.side_menu_more > ul li::before {
  content: "-";
}
nav > ul > li.side_menu_more > ul li a {
  color: #797979;
}
nav hr {
  width: 40%;
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #848484;
}
*/

.side_menu_li {
  border: 1px solid #dedede;
  padding: 8px 10px;
  margin-top: 6px;
}
.side_menu_li.login {
  background-color: #dedede;
  margin-top: 18px;
}

.side_menu_li.site {
  border: none;
  margin-top: 18px;
}
.side_menu_li.site a {
  border-bottom: 1px solid #848484;
}
.side_menu_blank_icon {
    width: 12px;
    height: auto;
    position: relative;
    top: 1px;
    margin-left: 1px;
}
.side_menu_blank_icon .cls-1 {
  fill: none;
  stroke: #848484;
  stroke-miterlimit: 10;
}




.side_menu_title_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.side_menu_title {
  font-size: 14px;
}
.side_menu_title .title_jp {
  opacity: 0.7;
}
.com_accordion_arrow {
  width: 10px;
  margin-left: auto;
}
.com_accordion_arrow .cls-1 {
  fill: #848484;
}
.side_menu_title_wrap.menu_open .com_accordion_arrow {
  transform: rotate(-180deg);
}

.side_menu_detail_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0px;
  margin-top: 10px;
}
.side_menu_detail_list li {
  width: 50%;
}
.side_menu_detail {
  display: flex;
  align-items: center;
}
.side_menu_detail_img {
  width: 30%;
  object-fit: cover;
  aspect-ratio: 4 / 5;
}
.side_menu_detail_text {
  width: 70%;
  margin-left: 7%;
  font-size: 14px;
}




.side_menu_btns {
  display: flex;
  margin-top: 20px;
  margin-bottom: 18px;
}
.side_menu_btn {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: 1px solid #dedede;
  font-size: 14px;
}
.side_menu_btn.select {
  background-color: #dedede;
}



.side_menu_banner {
  margin: 20px auto 40px;
  display: flex;
  align-items: center;
}
.side_menu_banner a {
  margin-right: 30px;
  padding: 0;
  display: inline-block;
}
.side_menu_banner a:nth-last-of-type(1) {
  margin-right: 0px;
}
.side_menu_icons a {
  margin: 0 10px;
  display: inline-block;
  cursor: pointer;
}
.side_menu_icons a:nth-of-type(1) {
  margin-left: 0;
}
.side_menu_banner img {
  width: auto;
}
.side_menu_banner a:nth-of-type(2) img {
  height: 100%;
  object-fit: contain;
}
.side_menu_icons img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.search_con {
  width: 88%;
  height: 40px;
  padding: 0px 6%;
  text-align: right;
  background: rgb(255, 255, 255);
  display: none;
  position: absolute;
  top: 120px;
  z-index: 1;
}
.search_con input.header__search-form__input {
  width: 150px;
  padding: 4px 5px;
  font-size: 12px;
  border: 1px solid #ccc;
}
.search_con .header__search__submit {
  padding: 3px 25px;
  font-size: 11px;
  color: #fff;
  background: #333;
  border: 1px solid #333;
  outline: none!important;
}
/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 1110px) {
  header {
    height: 80px;
  }
  .logo {
    margin: 5px;
  }
  .logo img {
    width: auto;
    height: 62px;
    margin-top: 3px;
  }
  .header_links {
    right: 180px;
    font-size: 100%;
  }
  .nav_btn {
    width: 25px;
    height: 30px;
    top: 31%;
    right: 20px;
    overflow: hidden;
  }
  .nav_btn:before {
    width: 30px;
    font-size: 20px;
    right: -5px;
  }
  .nav_btn.open:before {
    font-size: 24px;
    top: -1px;
    right: -7px;
  }
  .header_icons {
    right: 60px;
    top: 38%;
  }
  .header_icons a {
    margin: 0 7px;
  }
  .header_icons a img {
    width: 17px;
    height: 17px;
  }
  .header_icons a:nth-of-type(1) img {
    width: 16px;
    height: 16px;
  }
  nav {
    width: 100%;
    /* max-height: 92vh; */
    max-height: none;
    height: calc(100svh - 80px);
    text-align: left;
    display: none;
    top: 79px;
    right: 0!important;
    opacity: 1;
    transition: auto;
    overflow-y: scroll;
  }
  nav.open {
    display: block;
  }
  nav > ul {
    padding: 8% 5% 20%;
  }
  /* nav > ul > li {
    padding: 0px 5px;
  }
  nav > ul > li.side_menu_more > ul {
    margin-left: 4%;
  }
  nav > ul > li.side_menu_more > ul li a {
    width: 45%;
    padding: 3px;
    white-space: nowrap;
  } */
  .side_menu_banner {
    margin: 30px auto 40px;
  }
  .side_menu_icons img {
    vertical-align: middle;
  }
  .search_con {
    height: 30px;
    top: 80px;
    z-index: 1;
  }
  .search_con input.header__search-form__input {
    width: 100px;
    height: 10px;
    padding: 3px 3px;
    font-size: 10px;
    border-radius: 0;
  }
  .search_con .header__search__submit {
    height: 18px;
    padding: 0 20px;
    font-size: 10px;
    line-height: 0;
    border-radius: 0;
    outline: none!important;
  }
}
@media screen and (max-width: 850px) {
  .header_links {
    top: 38%;
    right: 180px;
  }
  nav {
    z-index: 1;
  }
}
@media screen and (max-width: 850px) {
  .header_links {
    display: none;
  }
  .header_links_sp {
    padding: 15px 0;
    background: #fff;
    text-align: center;
    border-top: #eee 1px solid;
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px 30px;
    width: 85%;
    margin: 0 auto;
    margin-top: 80px;
  }
}
@media screen and (max-width: 360px) {
  header {
    height: 60px;
  }
  .logo img {
    height: 50px;
  }
  .header_icons {
    top: 33%;
  }
  .header_icons a {
    margin: 0 6px;
  }
  .search_con {
    top: 60px;
  }
  .nav_btn {
    top: 25%;
  }
  nav {
    top: 59px;
  }
}
@media screen and (max-width: 360px) {
  nav > ul > li.side_menu_more > ul li {
    width: 49%;
  }
}


/*  contents  */
.contents {
  width: 100%;
  max-width: 2000px;
  margin: 120px auto 0;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .contents {
    margin: 80px auto 0;
  }
}
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 790px) {
  .contents {
    max-width: 100%;
    /*margin: 130px auto 0;*/
    margin: 0 auto;
  }
}
@media screen and (max-width: 360px) {
  .contents {
    /*margin: 110px auto 0;*/
    margin: 0 auto;
  }
}


/*  instagram  */
.instagram_select {
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.2);
  transition: 0.3s;
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: -1;
}
.instagram_select.open {
  opacity: 1;
  z-index: 3;
}
.instagram_select > div {
  width: 400px;
  margin: 0 auto;
  padding: 50px 0;
  background: #fff;
  border-top: 10px solid #cf1120;
  text-align: center;
  position: absolute;
  top: 23%;
  left: 0;
  right: 0;
}
.instagram_select > div > p {
  margin: 10px auto;
  font-size: 15px;
}
.instagram_select_close {
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.logo_modal {
  width: 80px;
  height: 80px;
}
.instagram_select ul {
  width: 220px;
  margin: 40px auto 0;
  text-align: left;
}
.instagram_select li {
  margin-bottom: 10px;
  padding: 0 10px 10px;
  border-bottom: 1px solid #d2d2d2;
}
.instagram_select li a {
  display: block;
}
.instagram_select li img {
  width: 15px;
  height: 15px;
  margin-right: 30px;
  object-fit: contain;
  vertical-align: text-bottom;
}
.instagram_select li span {
  font-weight: bold;
  color: #656565;
}
@media screen and (max-width: 500px) {
  .instagram_select > div {
    width: 90%;
    padding: 30px 0;
  }
  .instagram_select > div > p {
    font-size: 13px;
  }
  .instagram_select ul {
    margin: 30px auto 0;
  }
  .instagram_select_close {
    font-size: 25px;
    top: 3px;
    right: 3px;
    /* width: 30px; */
    /* height: 30px; */
    /* font-size: 22px; */
    /* top: -45px; */
    /* right: -3px; */
  }
}
/* .instagram {
  width: 820px;
  margin: 0 auto;
  padding: 70px 0;
}
.instagram li {
  width: 250px;
  height: 250px;
  margin: 10px;
  display: inline-block;
  overflow: hidden;
}
.instagram li img, .instagram li video {
  width: 250px;
  height: 250px;
  object-fit: cover;
}
.instagram li a {
  transition: .3s ease-in-out;
}
.instagram li a:hover {
  opacity: 0.8;
  transition: .3s ease-in-out;
} */


/*  footer  */
footer {
  width: 100%;
  margin: 0 auto 0;
  text-align: center;
}
.footer_con_pc {
  width: 100%;
  padding: 50px 0;
  background: #a9a397;
  display: flex;
}
.footer_con_pc .inner {
  /* max-width: 1000px; */
  max-width: 800px;
  display: flex;
}
.footer_con_pc div:not(.inner) {
  /* width: 24%; */
  width: 34%;
}
/* .footer_con_pc div:not(.inner):nth-of-type(2) {
  width: 23%;
} */
/* .footer_con_pc div:not(.inner):nth-of-type(4) { */
.footer_con_pc div:not(.inner):nth-of-type(3) {
  width: 25%;
  margin-left: 6%;
}
.footer_con_pc li {
  margin-bottom: 25px;
  text-align: left;
}
.footer_con_pc li:last-child {
  margin-bottom: 0px!important;
}
.footer_con_pc div:not(.inner):nth-of-type(4) li {
  margin-bottom: 15px;
}
.footer_con_pc li a {
  padding: 5px 2px;
  color: #fff!important;
}
.footer_con_pc div:not(.inner):nth-of-type(4) a {
  padding: 0;
  display: block;
}
.footer_con_sns {
  padding: 40px 0;
}
.footer_con_sns li {
  display: inline;
  margin: 0 10px;
}
.footer_con_sns li a {
  cursor: pointer;
}
.footer_con_sns li img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.footer_con_sp {
  display: none;
}
.copyright {
  margin: 20px auto 0;
  color: #7c7c7c;
}
.page-top {
  position: fixed;
  width: 40px;
  z-index: 10;
  bottom: 40px;
  right: 40px;
}
.link_line {
  position: fixed;
  z-index: 10;
  bottom: 90px;
  right: 40px;
}
/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 790px) {
  footer {
    margin: 0 auto 0;
  }
  .footer_con_pc {
    display: none;
  }
  .footer_con_sp {
    width: 100%;
    padding: 30px 0;
    color: #fff;
    background: #a9a397;
    display: block;
  }
  .footer_service {
    margin: 0 auto 40px;
    display: flex;
  }
  .footer_service li:nth-of-type(2) {
    margin: 0 5px;
  }
  .footer_menu {
    display: flex;
  }
  .footer_menu ul {
    margin: 0 auto;
    text-align: left;
  }
  .footer_menu li {
    margin-bottom: 15px;
  }
  .footer_menu a {
    color: #fff!important;
  }
  .footer_con_sns {
    padding: 30px 0;
  }
  .page-top {
    bottom: 10px;
    right: 10px;
    z-index: 1;
  }
  .link_line {
    bottom: 60px;
    right: 10px;
    z-index: 1;
  }
}


/* shop keeper */
.page--shopkeeper .section__block, .page--privacy .section__block {
  max-width: 1000px;
}
.section__title-h2 {
  margin: 0 0 2em 0;
  text-align: center;
  font-size: 2.4rem;
  font-weight: normal;
}
.section__title-h3 {
  margin: 2em 0;
  text-align: center;
  font-size: 1.3em;
  font-weight: normal;
}
.dl-vertical-list {
  margin: 0;
  padding: 0;
}
.dl-vertical-list__title {
  margin: 0 0 .5em;
  font-size: 1.2em;
  font-weight: bold;
}
.dl-vertical-list__content {
  margin: 0 0 2em;
  line-height: 1.8;
}
.dl-vertical-list__content img {
  width: auto;
}
.section__block {
  /* margin: 4em auto; */
  padding: 4em 0;
  text-align: left!important;
}
.section__block p {
  line-height: 1.5;
}
.section__block_custom {
  margin: 0 auto 30px;
}
.pagenation {
  margin: 1em 0 3em;
  text-align: center;
}
.pagenation__list {
  margin: 0 0 1em;
  font-size: 1.3rem;
  text-align: center;
}
.pagenation__unit {
  display: inline-block;
  line-height: 1;
  margin: 0 0.3em 2em;
}
.pagenation__unit span {
  color: #aaa;
}
.pagenation__info {
  font-size: 1.3rem;
}
.pagenation__unit a {
  padding: 0.6em 0.9em;
  color: #fff!important;
  background: #333;
  border-radius: 3px;
}
.clearfix:before, .clearfix:after, .btn-dropdown:before, .btn-dropdown:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after, .btn-dropdown:after {
  clear: both;
}
.section__block img {
  display: inline-block;
}
.section__block img.pc {
  display: inline-block!important;
}
.section__block img.sp {
  display: none!important;
}
.prdctInfo img {
  width: 100%;
}
.product_img_arfitting {
  width: 140px!important;
  margin-top: 5px!important;
  float: right;
}
.product_img_arfitting.img_shift {
  margin-top: -28px!important;
  position: relative;
}
.product__thumb__unit img {
  transition: 0.5s;
}
.product__thumb__unit img:hover {
  opacity: 0.7;
}
.product-list__sort {
  margin: 2em 0;
  text-align: right;
  color: #000;
}
.product-list__sort a {
  color: #909090!important;
}
.product-list__unit__inner {
  /* min-height: 280px; */
  min-height: auto!important;
  margin-bottom: 20px;
  padding: 0 0;
}
.product-list__unit__inner a {
  display: block;
}
.product-list__unit__inner p {
  margin: 0;
}
.product-list__name {
  font-weight: bold;
  color: #666;
}
.product-list__text {
  display: block;
  margin: 0.5em 0 0.5em 0;
  line-height: 1.2;
  text-align: center;
  font-size: 1.2rem;
}
.product-list__regular-price, .option__price {
  color: #aaa;
}
.product-list__soldout, .option__stock {
  color: #e66a6a;
}
.product-list__freespace img {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: block!important;
}
.product-list__photo {
  width: 95%;
  margin: 0 auto;
  display: block!important;
}
.prdctHeight li {
  /* height: 373px; */
  padding: 5px;
  display: inline-block;
  vertical-align: top;
}
.searchTtl {
  margin-top: 15px!important;
  font-size: 1.6rem;
}
.mgnbtm {
  margin-bottom: 2%;
}
.col {
  display: inline-block;
  float: none;
}
.col-lg-3 {
  width: 24.6%;
  display: inline-block;
  vertical-align: top;
}
.breadcrumb {
  margin-top: 10px;
}
.txt--not-applicable {
  font-size: 1.5em;
  margin: 3em 0 4em;
  text-align: center;
  color: #999;
}
.prdcttxt {
  text-align: center;
}
.page--product .section__block {
  padding: 0 1%;
}
.page--product .col {
  float: left;
}
.product__thumbs {
  text-align: center;
}
.topicpath-nav {
  font-size: .8em;
  color: #666;
  margin-bottom: 1em;
}
.topicpath-nav ul {
  list-style-type: none;
}
.topicpath-nav li {
  display: inline;
  padding: 0 0.5em 0 0;
}
.product__info__list.sns li {
  vertical-align: top;
}
.product__info__list.sns li iframe,
.product__info__list.sns button.line_btn {
  margin-top: 2px!important;
}
.product__info__list.sns button.line_btn a {
  color: #fff!important;
  text-decoration: none!important;
}
.linkcolor01 a {
  color: #0078ff!important;
}
.product__info__list a:hover {
  text-decoration: underline!important;
}
.prdInfo-link-style:link {
  text-decoration: none!important;
  color: #fff!important;
}
.page--product #category {
  display: none!important;
}
.bx-wrapper {
  padding-top: 2px!important;
}
.bx-viewport {
  border: none!important;
  box-shadow: none!important;
  left: 0!important;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 0;
  border-left: none;
  background-position: bottom left;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 0;
  border-right: none;
  background-position: bottom right;
  z-index: 9;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
#wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction a {
  z-index: 1;
}
.carousel-slide.container.section__block {
  margin: 50px auto 0;
  display: none!important;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/carousel_ctrl.png);
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/carousel_ctrl.png);
}
/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 790px) {
  .page--shopkeeper .section__block, .page--privacy .section__block {
    max-width: 100%;
  }
  .prdctHeight li {
    padding: 1%;
  }
  .section__block {
    padding: 2em 0;
    text-align: left;
  }
  .section__title-h2 {
    margin: 0 0 1.5em 0;
    font-size: 16px!important;
  }
  .product-list__sort {
    font-size: 1.2rem;
    text-align: center;
  }
  .pagenation__list {
    font-size: 1rem;
  }
  .product-list__freespace img {
    max-width: 100%;
  }
  .col-lg-3 {
    width: 32.5%;
  }
  .mgnbtm {
    margin-bottom: 2%;
  }
  .searchTtl {
    font-size: 1.5rem;
  }
  .product__info__list.sns {
    display: flex;
  }
  .section__block img.pc {
    display: none!important;
  }
  .section__block img.sp {
    display: inline-block!important;
  }
  .product_img_arfitting {
    width: 100px!important;
  }
  .product_img_arfitting.img_shift {
    margin-top: -19px!important;
    position: relative;
  }
  .product-list__text {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 690px) {
  .col-lg-3 {
    width: 32.6%;
  }
}
@media screen and (max-width: 480px) {
  .col-lg-3 {
    width: 49%;
  }
  #wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    border-left: none;
  }
  #wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    border-right: none;
  }
  #wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction a {
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    background-size: 50px;
  }
}