@charset "euc-jp";

*{
  box-sizing:border-box;

  }

html{
  font-size:14px;
}

body {
  background-color: #fff;
  background-image: url();
  color: #212226;
  -webkit-font-smoothing: antialiased;

  -webkit-overflow-scrolling: touch;
  overflow-x:hidden;
  width:100vw;
  font-family: 'Roboto', Verdana, Roboto,"游ゴシック", "Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",Meiryo, メイリオ, sans-serif;

}

.wrapper-box{
  max-width:1280px;
  width: 100%;
  margin:0 auto;
}


input.btn{
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
}


a {
  color: #212226;
  cursor:pointer;
}
a:hover {
  color: #ccc;
  text-decoration: none;
}

.btn {
  border-radius: 0;
}

ul, ol, form, p {
  margin: 0;
}

/*
 * layout
 */

.wrapper{

  position: relative;
}
div#header,div#footer{

  padding: 0 0.5em;
  margin:0 auto;
}
div#main{

  padding: 0 0;
  margin:0 auto;
}

.container {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.footer__guide,.footer__navi,.footer_btn_box{
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

/* header */


.header__section {
  position: relative;
  /* height: 40px; */
  max-width: 1280px;
  width: 100%;
  display: block;
  margin: 0.5em auto;
  height: 55px;
  line-height: 55px;
  padding: 0.2em 0;
}

.fa-ul{
  margin-left: 0 !important;
}

.account_box{
  display: inline-block;
  /* width: auto; */
  position: absolute;
  right: 0.5em;

}

.header-tools {

  display: block;
  /* width: auto; */
  /* height: 40px; */
  /* line-height: 40px; */
  vertical-align: middle;
}

.header-tools__unit {
  display: inline-block;


}

.header-tools__unit:nth-child(1){
  margin-right:4em;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(0,0,0,0.7);

}

.header-tools__unit em{
  font-style: normal;
}

.header-tools__unit-cart {

}

.header-tools__btn {
  position: relative;
  padding: 7px 15px 7px 34px;
  
}
.header-tools__btn i {
  position: absolute;
  top: 9px;
  left: 6px;
  
}

.icon_myaccount{

position: relative;
cursor: pointer;

}
.icon_myaccount::before{

  content:'';
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left:-20px;
  width:16px;
  height:18px;
  background-image: url(https://file003.shop-pro.jp/PA01432/902/img/icon_account.png);
  background-position: center center;
  background-size: cover;
  padding-right: 16px;
}

.header-tools__count {
  background-color:#212226;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  font-size: 0.6rem;
  color: #fff;
  padding: 2px 6px;
}

.header-tools__count::before{

  content:'';
  position: absolute;
  width:18px;
  height:18px;
  background-image: url(https://file003.shop-pro.jp/PA01432/902/img/icon_cart.png);
  background-position: center center;
  background-size: cover;
  padding-right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
    left: -26px;
}

.header__logo-img {
  margin: 0;
  position: relative;
  left: 0;
  display: inline-block;
  z-index: +1;
  vertical-align: middle;
}

.header__logo-img a{

  position: relative;
  display: block;
  top: 0;
  left:0;
  width: 100%;
  height:auto;
}

.header__logo-img img{

/* height:40px; */

}

.header__logo {
  margin: 0;
}

.header-gnavi {
  list-style-type: none;
  position: relative;
  text-align: left;
  /* max-width: 500px; */
  display: inline-block;
  /* height: 40px;
  line-height: 40px; */
  /* vertical-align: middle; */
  font-size: 1rem;
  padding-left: 2.4em;
  
}

.header-gnavi__unit {
  display: inline-block;
}

.header-gnavi__link {
  display: block;
  padding: 0 1em;
  font-weight: 700;
  font-size: 0.9rem;
  color: rgba(0,0,0,0.7);
  cursor: pointer;
}
.header-gnavi__link i{
  display: none;
}

.header-gnavi__link--menu {
  position: relative;
  border-bottom: none;
  z-index: 55;
  background-color:rgba(249,249,249,1);
}

.mega-navi {
  display: none;
  list-style-type: none;
  width:100vw;
  top: 55px;
  position: fixed;
  left: 0;
  padding: 1em;
  z-index: 50;
  text-align: left;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  opacity: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
}

.mega-navi.nav-active{
  display: block;
  opacity: 1;
  background-color:rgba(249,249,249,1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.mega-navi-box{

  max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.mega-navi__unit {
  padding: 1em;
  text-align: left;
  width: 31%;
  display: inline-block;
  vertical-align: top;

}

.sub_mega-navi__unit {
  padding: 0 0 0 2em;
  text-align: left;
  width: 100%;
  display: block;
  vertical-align: top;
  line-height: 2em;

}

.mega-navi__link {
  display: block;
  width: 100%;
}


.mega-navi__unit:nth-child(1), .mega-navi__unit:nth-child(2) {

  width: 26%;

}
.mega-navi__unit:nth-child(3) {

width: 44%;

}
.flex{
  display:flex;
}
.flex a{
  display: none;
  min-height: 300px;
    height: 100%;

}
.flex .collection-box{
  min-height: 300px;
    height: 100%;
    background-size: cover;
    background-position: center;
    border: 1px solid #fff;
    font-size:1em;
    color:rgba(255,255,255,1);
    text-align: center;
    position: relative;
    width: 100%;
    display: block;

}

.flex .collection-box:hover{
  opacity: 0.8;
  transition: all .2s;
}

.collection-box .collection-title{
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
display: block;
position: absolute;
text-align: center;
width: 100%;
line-height: 2em;
    font-size: 0.8em;
}



.flex a:nth-child(1){
  display: block;
  flex:3;
}
.flex a:nth-child(2), .flex a:nth-child(3){
  display: block;
  flex:1.5;
}

.collection-catch-box{
  width: 100%;
  min-height: 300px;
  background-size: cover;
  background-position: left center;

}



/* slider */

.slider-wrapper{

  display: flex;

}

#slider div {
  max-width: 100%;
  width: 100%;
}

.slider {
  margin: 0;
  max-width: 100%;
  width: 100%;
  border: 0.5em solid rgba(255,255,255,1);
}
.slider .bx-wrapper {
  z-index: 0;
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
.slider .bx-wrapper .bx-caption {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}
.slider .bx-wrapper .bx-caption span {
  padding: 30px;
}
.slider .bx-wrapper .bx-pager {
  padding-top: 20px !important;
  bottom: -30px !important;
}

/* main */
.main__section {
  overflow: hidden;

  width:100%;
}

.main__section h2.section__title-h2{

  padding: 2em 0;

}

.product__guide h2.section__title-h2{
  padding: 2em 0 0;
  text-align: left;
  margin: 0;
}

.main__section--product {

}

/* sidebar */
.sidebar__section {

}

.menu__section {

}

.more-prd span {
  cursor: pointer;
}

/* breadcrumb.sort */
.breadcrumb__section {

}

.breadcrumb-list__unit {

}

.sort__section {
  width: 100%;
  max-width: 300px;
  position: absolute;
  right: 0;
}

.sort--sub-layer {
  width: 100%;
}

/* contents */
.contents__section {

  width: 100%;
  margin:0 auto;
}

.info__section, .recommend__section, .seller__section, .together__section, .product-list__section, .free-space__section, .product__image, .delivery__section, .payment__section, .cancel__section {
  /* margin-bottom: 60px; */
}

.product-list__section {
  position: relative;
}

.free-space__section {

}

.recommend-list, .seller-list, .together-list, .group-list {
  margin-top: 0;
  
}

.sub-list {
  margin-bottom: 2em;
  padding: 2em 0 0;
  border-top: 1px solid rgb(238, 238, 238);
  border-bottom: 1px solid rgb(238, 238, 238);
}

.sub-list__unit {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 20px;
  width: 32.3%;
  
}

.sub-list__img {
  padding-bottom: 10px;
}

.sub-list__link {
  display: block;
}

.sub-list__name {
  display: block;
}

.product-list__freespace-top {
  padding-bottom: 60px;

}

.product-list__freespace-bottom {
  padding-top: 60px;

}

/* information */
.info {
  margin-top: 40px;
}

.info-list {
  list-style-type: none;
}

.info-list__unit {
  padding-bottom: 30px;
}

.info-list__date {
  display: block;
  padding-bottom: 10px;
}

/* history */
.history__section {
  clear: both;
  border-top: 1px solid #ddd;
  margin-top: 4em;
  /* padding-top: 60px; */
}

/* footer */
.footer__section {
  display: none;
  background-color:rgba(249,249,249,1);
}

.footer__guide {
  padding: 2em;
}

.guide__col {
  display: inline-block;

  vertical-align: top;
}

.guide__col--one-third {
  max-width: 400px;
  width: 100%;
}

.guide__col--half {
  max-width: 625px;
  width:100%;
}

.guide__h2 {

  font-size:1rem;
  font-weight: bold;
  padding: 2em 0;
}

.guide__list {
  margin: 0;
}

.guide__name {
  font-size:0.8rem;
  font-weight: bold;
  padding: 0 0 1em;
}

.guide__other {
  padding: 0 0 2em;
  margin: 0;
  font-size:0.8rem;
  color: #666;
}

.footer__navi {

}

.shop-owner {
  overflow: hidden;
}

.shop-owner__img {
  display:inline-block;
  width: 200px;
  margin-right: 20px;
}

.shop-owner__info {
  display:inline-block;
  width: 290px;
}

.shop-owner__name {
  margin-bottom: 16px;
  font-weight: bold;
}

.shop-owner__memo {
  line-height: 1.8;
}

.sns-list {
  list-style-type: none;
  display: inline-block;
}

.sns-list__unit {
  display: inline-block;

}

.fa-inverse{
  font-size: 1.3rem !important;
  color:rgb(33, 34, 38) !important;
}

.footer__navi{
  border-top: 1px solid rgb(229, 229, 229);
  padding: 2em;
}

.footer-navi__col {
  display: inline-block;
  width: 100%;
  max-width: 440px;
  vertical-align: top;
  list-style-type: none;
  line-height: 2.6em;
  font-size: 0.9rem;
}

.footer_btn_box{
text-align: center;
line-height: 30px;
min-height: 30px;
position: relative;
margin: 6em auto 2em;
}

.footer_btn{
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
  margin-right: 2em;
}


.footer-search {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-search i {
  position: absolute;
  top: 0.3em;
  right: 0;
}

.footer-search__box {
  width: 100%;
  padding: 1em 2em 1em 1em;
  background: none;
  border: none;
  color: #333;
  position: relative;
}
.footer-search__box:focus {
  padding: 1em 2em 1em 1em;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.footer-search input{
  border-bottom:1px solid #e5e5e5;
  text-align: left;
}

.fa-search{
  color: #e5e5e5 !important;
}

.scroll_section{

  display: none;
  top: 0;
  right: 0;
  z-index: +1;
  position: absolute;
}

.pagetop__btn {
  display: block;
  padding: 18px 0;
  width: 100%;
  max-width: 50px;
  display:inline-block;
}

/* copyright */
.copyright__section {
  padding: 2em 0;
  text-align: center;
  
}

.copyright {

}

/* menu-list */
.menu-list {
  margin: 10px 0 0;
  list-style-type: none;
}

.menu-list--more-prd {
  margin: 10px 0 20px;
}

.menu-list__link {
  display: table;
  padding: 10px 0;
  width: 100%;
}

.menu-list__text {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
  width: 90%;
}

.menu-list__icon {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  text-align: right;
}

.category-list__unit {
  position: relative;
}

/* calender */
.cal {
  margin: 20px 0 60px;
  text-align: center;
}

.tbl_calendar {
  margin-bottom: 20px;
  width: 100%;
}
.tbl_calendar caption {
  text-align: center;
  padding: 6px 0;
}
.tbl_calendar th {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}
.tbl_calendar td {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}

/* qrcode */
.qrcode {
  margin: 20px 0 60px;
  text-align: center;
}

/* product-list */
.product-list {
  list-style-type: none;
  font-size: 0;

}

.product-list__unit {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 25%;
  padding: 0.2em;
  font-size: 1rem;
  overflow: hidden;
}

/* .product-list__unit-sm {
  width: 110px;
}

.product-list__unit-md {
  width: 141px;
}

.product-list__unit-lg {
  width: 303px;
} */

.product-list__unit--sidebar {
  display: block;
  margin: 0 0 20px;
}
.product-list__image{

}


.product-list__image:hover {
  opacity: 0.7;
  transition: all .5s;
}

.product-list__image--sm {
  max-width: 110px;
}

.product-list__text {
  display: block;
}

.product-list__name {
  font-weight: bold;
  margin-top: 2em;
  text-align: center;
}

.product-list__name--sidebar {
  margin-top: 0;
  margin-left: 10px;
}

.product-list__expl {
  margin-top: 20px;
  text-align: left;
}

.product-list__prices {
  margin: 1em 0 2em;
  text-align: center;
}

.product-list__prices--sidebar {
  margin-left: 10px;
}

.product-list__price-regular {
  text-decoration: line-through;
}

.product-list__price-soldout {
  background-color: #ff0000;
  color:#fff;
  display: inline;
  font-weight: 700;
  padding: 0.3em 0.5em;
  font-size: 0.8rem;
}

.product-list__discount-rate {
  background-color: #ff0000;
  color:#fff;
}

a.product-list__link{
  display: block;
  position: relative;
  overflow: hidden;
}

.rank-box {
  position: absolute;
  bottom: 0.2em;
  left: 0.2em;
  z-index: 5;
}

.rank-box--sidebar {
  top: 10px;
}

.rank-number {
  padding: 0;
  color: #FFF;
  font-weight: normal;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: block;
  text-align: center;
}

.rank-number--sidebar {
  padding: 4px 0 0;
  width: 22px;
  height: 18px;
}

.rank-number-color--1 {
  background: #D9BB00;
}
.rank-number-color--2 {
  background: #A6ACAF;
}
.rank-number-color--3 {
  background: #C0A17F;
}
.rank-number-color--4 {
  background: #999999;
}


/* pagenation */
.pagenation {
  position: relative;
  text-align: center;

  margin: 0 auto;
}
.pagenation .disabled {
  color: #ccc;
}

.pagenation-prev {
  position: absolute;
  left: 0;
}

.pagenation-pos {
  line-height: 0.8;
}
.pagenation-pos__number {

  
}

.pagenation-next {
  position: absolute;
  right: 0;
}

/* product */
.product__section {
  vertical-align: top;
  display: flex;
  margin-top: 3em;
}
.product__section h2 {
  border-bottom: none;
  
}

.product__explain {

  line-height: 2em;

}

.guide_box_title.mat{
display: none;
}


.item-explain{
  padding: 0 0 2em;
}
.item-explain p{
  padding: 0 0 1em;
}



.product__model {
  color: #666;
}

.product__image{
  /* flex:2; */
  flex:1.3;
  vertical-align: top;
  font-size: 0;
}

.product__image-main-wrap {

  width: 100%;
  /* height: 100%;
  max-height: 800px; */
  background-color:rgba(249,249,249,1);
  overflow: hidden;
position: relative;
}



.scale-btn{
  position: absolute;
  bottom: 0;
  right: 5px;
  z-index: +1;
  width: 40px;
  height: 40px;
  color: #333;

  font-size: 1.2rem !important;
  cursor: pointer;
}

.scale-btn::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 5px;
  width: 30px;
  height: 20px;
  background-image: url(https://file003.shop-pro.jp/PA01432/902/img/icon_scale.png);
  background-position: center center;
  background-size: contain;
  padding-right: 16px;
  z-index: +1;
}
.scale-btn.drag::before {
  background-image: url(https://file003.shop-pro.jp/PA01432/902/img/icon_scale_drag.png);
  
  }

.scale-text{
  user-select: none;
  display: none;
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
  padding: 0.2em 1em;
  z-index: +1;
  color: #fff;
  background-color: rgba(51, 51, 51,1);
  cursor: pointer;
  font-size: 0.8rem;
}
.scale-text.active{
  display: inline;
}


.product__image-main {
  text-align: center;
  border:2px solid #fff;
  height: 0;
  /* min-height: 400px;
  max-height: 800px;
  background-size: cover;
  background-position: center center; */
/* background-size:100% auto;
  background-repeat: no-repeat;
  background-position: center; */
  background-size: cover;

}
.product__image-main.drag {
  text-align: center;
  transform: scale(2);

}




.product__image-thumb{
  text-align: left;
  flex:0.15;
}
.product__image-thumb ul li {
  cursor: pointer;
  /* display: inline-block; */
  display: block;
  max-width: 120px;
  margin: 0;
  padding: 0;
  position: relative;
}

.image__thumb {
  /* padding: 2px; */
  border: 2px solid #fff;

}

.image__thumb--active {
  border: 2px solid #ddd;
}

.product__guide {
  flex: 1;
  padding: 0 2em;
  vertical-align: top;
}

.product__price-part {
  margin: 0.5em 0 2em;
    font-size: 1.2rem;
    font-weight: 700;

}

.product__price-regular {

}

.product__price-establish {

  color: #666;
}

.product__discount {
  color: #ff0000;
}

.product__stock-str {

  
}

.product__related-list__link {
  display: block;
  padding: 5px 0;
}
.product__related-list__link span {
  padding-left: 15px;
}

.product__order {
  padding: 2em 0 6em;
}

.option-list__name, .init-list__name, .text-titles-list__name {

  font-weight: normal;
}

.option-list__detail, .init-list__detail, .text-titles-list__detail {
  margin: 0;
}

.option-list__detail{
  border: 2px solid #bdbdbd;
  position: relative;

}

.option-list__detail::after {
  position: absolute;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  content: "\f107";
  pointer-events: none;
  font-family: FontAwesome;
  font-size: 1.5rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.option-list__detail select{
  padding: 0.5em;
  height: 3.5em;
}

.text-titles-list__detail-text {
  height: 50px;
  border: 2px solid #ddd;
}

.init-list__detail-num {
  padding: 0.5em;
  height: 3.5em;
  border: 2px solid #ddd;
  display: inline-block;
}

.init-list__detail-updw {
  margin: 0;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.init-list__detail-unit {
  padding-left: 10px;
}

.order-btn-list {
  margin: 0;
  padding-top:2em;
}

.stock_error {
  text-align: center;
  color: #cf0400;
}

.option-table {
  margin: 40px 0;
}
.option-table table {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.option-table table th, .option-table table td {
  padding: 11px 7px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.option-table table th {
  text-align: center;
}
.option-table table td {
  vertical-align: top;
  text-align: center;
}

.related-list {
  display: block;
}

.related-list__unit {
  display: block;
}

/* option detail */
.option-detail__section {
  padding: 20px;
  text-align: center;
}

.option-detail__table th {
  text-align: center;
}
.option-detail__table td {
  text-align: center;
}

.option-detail__price--regular {
  text-decoration: line-through;
}

.option-detail__discount {
  color: #ff0000;
}

/* privacy.shopkeeper */
.shop-info__lead {
  margin: 40px 0 20px;
  line-height: 1.8;
}

.shop-info-list__title {
  padding: 20px 0 5px;
}
.shop-info-list__title:first-child {
  padding: 0 0 5px;
}

.shop-info-list__note {
  margin: 0;
  line-height: 1.8;
}

/*
 * Module
 */
.section__title-h2 {
  /* margin: 0;
  padding-bottom: 20px;
  border-bottom: 3px solid #ddd;
  
 */
 text-align: center;
}

.btn.btn-pagetop{
padding: 0;
margin: 0;
border:none;
background-color: #f5f5f5;
}
.btn.btn-pagetop:hover{


}
.btn.btn-pagetop a{

  padding: 1em 0.5em;

  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  display: block;
}

.btn-primary {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.btn-primary:hover {
  background: #666;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-secondary {
  background: #48A3FF;
  border: 1px solid #48A3FF;
  color: #fff;
}
.btn-secondary:hover {
  background: #48A3FF;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-tertiary {
  background: #cf0400;
  border: 1px solid #cf0400;
  color: #fff;
}
.btn-tertiary:hover {
  background: #cf0400;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn__addcart, .btn__quick, .btn__soldout {
  padding: 1em 0.5em;
}
.btn__addcart i, .btn__quick i, .btn__soldout i {
  margin-right: 10px;
}
.btn__addcart span, .btn__quick span, .btn__soldout span {
  vertical-align: middle;
}

.btn__soldout.disabled,
.btn__soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

.btn.disabled, .btn[disabled]{

  opacity:1;

}

.txt--sm {
  
}

.txt--md {
  
}

.txt--lg {
  
}

.txt--c {
  text-align: center;
}

.txt--r {
  text-align: right;
}

.txt--red {
  color: #ff0000;
}

.txt--gray {
  color: #999;
}

.border--none {
  border: none;
}

.mar-t--20 {
  margin-top: 20px;
}

.mar-b--20 {
  margin-bottom: 20px;
}

.mar-b--60 {
  margin-bottom: 60px;
}

.width--110 {
  width: 110px;
}

.width--160 {
  width: 160px;
}

.hide {
  display: none;
}

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}

.guide__col{

  margin:0 auto;
}

.menu-trigger-wrap.pc {
  display: none;
}  

.selectbox-position{

  position: relative;
  display: block;
  height: auto;
  z-index: +1;
  /* top: 0; */
  /* right: 0; */
  width: 100%;
  min-height: 30px;
  margin-bottom: 3em;
}

.selectbox{
  border: 2px solid #bdbdbd;

}

/* &#187;°&#179;&#209;&#164;&#242;&#198;&#254;&#164;&#236;&#164;&#235; */
.selectbox::after{
  position: absolute;
  right: 0.5rem;
  top: 0;
  content: "\f107";
  pointer-events: none;
  font-family: FontAwesome;
  font-size: 1.5rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

select{
  width: 100%;
  border: none;
  -webkit-appearance:none; /* \&#199;\&#213;\&#169;\&#235;\&#200;\&#185;\&#191;\&#164;\&#235;&#164;&#242;\&#234;\&#187;\&#195;\&#200;&#164;&#185;&#164;&#235; */
}

.guide_box_title{
display: block;
padding: 0.2em 1em;
border:1px solid #ccc;
cursor: pointer;
font-weight: 700;
margin:1em 0;
position: relative;
width: 100%;
}

.guide_box_title::before {
  content: '';
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 1em;
  width: 12px;
  height: 12px;
  background-image: url(https://file003.shop-pro.jp/PA01432/902/img/icon_cross.png);
  background-position: center center;
  background-size: contain;
  z-index: +1;
}

.guide_box_title.open::before {
  background-image: url(https://file003.shop-pro.jp/PA01432/902/img/icon_cross_open.png);
}

.guide_box{
  display: none;
  
  }
  .guide_box.active{
    display: block;
    animation: show 1s linear 0s;
    }
    


.sns_box_title{
  display: block;
  padding: 0.2em 1em;
  border:1px solid #ccc;
  cursor: pointer;
  font-weight: 700;
  margin:1em 0;
  position: relative;
  width: 100%;
  }
  
  .sns_box_title::before {
    content: '';
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 1em;
    width: 12px;
    height: 12px;
    background-image: url(https://file003.shop-pro.jp/PA01432/902/img/icon_cross.png);
    background-position: center center;
    background-size: contain;
    z-index: +1;
  }
  
  .sns_box_title.open::before {
    background-image: url(https://file003.shop-pro.jp/PA01432/902/img/icon_cross_open.png);
  }


  .sns_box{
    display: block;
    animation: show 2s linear 0s;
    }
    .sns_box.hidden{
    width:0;
    height:0;
    overflow: hidden;

    animation: hide 2s linear 0s;
    }
    .product__social-list li{
    display: inline-block;
    }
    .product__social-list li{

      margin-right:0;
    }
    .product__social-list li:nth-child(1){
      height:20px !important;
      width:84px !important;
      overflow: hidden;
      margin-right:0;
    }

    li.related-list__unit{
    /* background-color: rgba(230,230,230,1); */
    position: relative;
    /* text-align: center; */
    margin: 1em 2em 1em;
    font-size: 0.9em;
    /* border: 1px solid #ccc; */
    font-weight: bold;
    }     

    li.related-list__unit:hover{
      /* background-color: rgba(255,255,255,1); */
      background-color: rgba(230,230,230,1); 
      transition: all .2s;
    }

    li.related-list__unit a{
      display: block;
      width: 100%;
      padding: 0.5em;
      color: rgba(20,20,20,1);
    }
    li.related-list__unit i{
      position: absolute;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
  
      right: 0.5em;
    }

    div.section__block.breadcrumb__section{
      margin: 4em 0 2em;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
      padding: 2em 0;
    }

    .pagenation{
    display: block;
    width: 100%;
    margin: 3em 0;
    padding: 1em;
    font-size: 1em;
    font-weight: 700;
    border-top: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid rgb(238, 238, 238);
    }
    .pagenation-pos,.pagenation-next,.pagenation-prev{
      padding: 1em;
      
    }
    .pagenation-next,.pagenation-prev{
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    }
    .pagenation-pos__number{
      padding: 1em;

    }

    .productlist_noitem{
      display: block;
      width: 100%;
      padding: 1em;
      background-color: #eee;
      text-align: center;
      font-weight: 700;
    }

    .lookbook-box{
      
      width:100%;
      position: relative;
      display: block;
      margin-top: 4em;
    }

    .lookbook-box a{
      background-size:cover;
      background-position: center;

    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 400px;
  }
    .lookbook-box h3{
    position: absolute;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    color: #fff;
    margin: 0;
    font-size: 1.8rem;
    font-weight: 400;
  }

  span.cart-text{
    position: relative;

  }

  span.cart-text::before{
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(https://file003.shop-pro.jp/PA01432/902/img/icon_cart_white.png);
  background-position: center center;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: -26px;
  
  }

  .wrapper-box div.pad{

    padding: 1em;

  }
    
  .breadcrumb-list.inline{
    font-size:0.9rem;
  }

  .breadcrumb-list.inline li{
    line-height: 2em;
  }

  .product-list.RecentlyViewed li{
    overflow: hidden;
  }

  .product__explain .guide_box_title{
    border: 2px solid #999;
  }

  .flex.lookbook-banners .lookbook-box{
    border-right: 1em solid #fff;
    flex:1;

  }
  .flex.lookbook-banners .lookbook-box h3{
    font-size: 1.2rem;
  }

  .flex.lookbook-banners .lookbook-box:first-child{
    flex:2;
  }

  .flex.lookbook-banners .lookbook-box:last-child{
    border-right: none;
  }

  .lookbook-box{
    overflow: hidden;

  }

  .lookbook-box a{

    transition: all .2s;

  }
  .lookbook-box a:hover{
    opacity:0.9;
    transform: scale(1.5);
    transition: all 10s;

  }

  .ourphilosophy_title h1{
    margin: 3em 0;
    font-size: 3rem;
    padding: 0 0.5em;
  }
  .ourphilosophy_title h1 span{
    display: block;
    padding-left: 2rem;
    font-size: 2rem;
    margin: 1em 0 0;
  }

  .ourphilosophy.left{
    flex:2;
    padding: 0 1em;
  }
  .ourphilosophy.right{
    flex:1;
  }

  .ourphilosophy.left h2{
    font-size: 1.8rem;
    margin: 3em 0 1em;
  }


  .ourphilosophy.left p{
    font-size: 1.3rem;
    margin: 1em 0 3em;
    line-height: 1.8em;
    letter-spacing: 0.03em;
  }

  .ourphilosophy_image.left{
    flex:2;
    height:100%;
    min-height:340px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .ourphilosophy_image.right{
    flex:1;
    filter: grayscale(100%);
  }

  .ourphilosophy_image.right p{
    text-align: right;
    padding: 0 0.5em 0;
    font-size: 0.9rem;
    font-weight: bold;
  }

.philo_reco{
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  background-color: #f7f7f7;
  margin-bottom: 0.5em;
}
.header__logo-img {
  max-width: 114px;
}

.pc{display: block;}
.sp{display: none;}

@keyframes show{
  from{
      opacity: 0;
  }
  to{
      opacity: 1;
  }
}
@keyframes hide{
  from{
      opacity: 1;
  }
  to{
      opacity: 2;
  }
}

@media (max-width: 680px){

  .ourphilosophy_title h1{
    text-align: right;
  }
  .ourphilosophy_image.right{
    display: none;
  }

  .flex.lookbook-banners .lookbook-box{
    border-right: none !important;

  }


  .product-list__text {
    font-size: 0.9rem;
  }

  .lookbook-box h3{
    font-size: 1.2rem;
  }

  .footer-navi__col li{

    padding: 0.5em 0;
    border-bottom: 1px solid #ddd;

  }
  .footer-navi__col li a{

    width: 100%;
    display: block;
    height: auto;

  }


  .pagenation{

    margin: 0.5em 0 3em;
  }

  .mega-navi__unit:nth-child(1), .mega-navi__unit:nth-child(2), .mega-navi__unit:nth-child(3) {

    width: 100%;

  }


  .flex{
    display:block;
  }
  

  .guide_box_title,.sns_box_title{

    padding:1em;
  }

  .sort__section {
    margin: 0 auto;
    position: relative;
    left:initial;
    top:initial;
  }

  li.related-list__unit i.fa::before {
    font-size: 1em;
  }

  .pc{display: none;}
  .sp{display: block;}


  .container{
    padding: 0;
  }

  .mega-navi{

    overflow-y: scroll;
    height: 100%;
    position: relative;
    top: initial;
    padding: 0 2em;
  }

  .mega-navi__unit{
    display: block;
    width: 100%;
    padding: 0 2em;

  }

  .mega-navi__unit a{

    display: block;

  }

  .mega-navi__unit .flex a{

    display: none;

  }
  .mega-navi__unit .flex a:nth-child(1),  .mega-navi__unit .flex a:nth-child(2),   .mega-navi__unit .flex a:nth-child(3) {

    display: block;

  }

  .sub_mega-navi__unit {

    line-height: 3em;
    padding: 0 0 0 0;
  }

  .icon_myaccount em{
    display: none;
  }

  .header-tools__unit:nth-child(1) {
    margin-right: 2em;
    font-size: 0.8rem;
    vertical-align: middle;
  }
  .icon_myaccount::before{
    left:-26px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
  }
  .header-tools__count::before{

    left:-22px;
    width:18px;
  }
.header-tools__count::before
  .header-tools__count{
    font-size: 10px;
  }

  .header__logo-img {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;


  }


  .product-list__unit{
    width: 100%;
  }

  .slider.slider_right{
    display: none;
  }

  .sns-list,.footer_btn,.footer-search{
    display: block;
    text-align: center;
    margin: 0 0 2em;
  }

  .footer-search{
    position: relative;
    top:initial;
    left:initial;
    max-width: initial;
    width: 90%;
    margin: 0 auto;
    /* left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); */
  }

  .scroll_section{

    position: fixed;
    top:initial;
    bottom:0.5em;
    right:0.5em;

  }


  .slider{
    border:none;
  }

  /*menu*/


  .menu-trigger-wrap.pc {
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
  width: 41px;
  height: 41px;
  background-color: rgba(0,0,0,0.02);
  /* border-radius: 30px; */
  font-family: 'Satisfy', cursive;
  /* background-color: rgba(255,255,255,1); */

  cursor: pointer;
  text-align: center;
      }

  .menu-trigger-wrap.pc.active {

  }

  .menu-trigger-pc,.menu-trigger-pc-text{
      display:inline-block;
      pointer-events:none;
  }

  .menu-trigger-pc,
  .menu-trigger-pc span {
    display: inline-block;
    transition: all .2s;
    box-sizing: border-box;
  }
  .menu-trigger-pc {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .menu-trigger-pc span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,1);
    border-radius: 0px;

      -moz-box-shadow: 0px 0px 13px 2px rgba(255,255,255,0.3);
      -webkit-box-shadow: 0px 0px 13px 2px rgba(255,255,255,0.3);
      -o-box-shadow: 0px 0px 13px 2px rgba(255,255,255,0.3);
      -ms-box-shadow: 0px 0px 13px 2px rgba(255,255,255,0.3);
      box-shadow: 0px 0px 13px 2px rgba(255,255,255,0.3);

  }
  .menu-trigger-pc span:nth-of-type(1) {
    top: 13px;
  }
  .menu-trigger-pc span:nth-of-type(2) {
    top: 20px;
  }
  .menu-trigger-pc span:nth-of-type(3) {
    top: 27px;
  }

  .menu-trigger-pc:not(.active):hover span:nth-of-type(2) {
    width: 70%;
  }
  .menu-trigger-pc:not(.active):hover span:nth-of-type(3) {
    width: 35%;
  }
  .menu-trigger-pc.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .menu-trigger-pc.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger-pc.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }

  /* .menu-trigger-wrap.pc{
    position: fixed;
    z-index: +3;
  } */

  .header__section {
    position: fixed;
    z-index: +3;
    background-color: rgba(255,255,255,1);
  }

  .header-gnavi{
    top:54px;
    position: absolute;
    left: -100vw;
    padding-left:0;
    opacity:0;
    transition: all .2s;
  }

  .header-gnavi.active {
    opacity: 1;
    transition: all .7s;
    left: 0;
    top:54px;
    width: 100vw;
    /* width: calc(100vw - (57px)); */
    display: block;
    height: 100%;
    z-index: +3;
    background-color: rgba(249,249,249,0.95);
    overflow-y: scroll;
    position: fixed;
    display: block;
    opacity:1;
    padding: 0 0 55px;
    
  }

  .header-gnavi__link--menu{
    background-color: transparent;
  }

  .header-gnavi__unit{
    display: block;

  }
  .header-gnavi__unit:first-child{
    margin: 2em 2em 0;
  }


  .header-gnavi__link{
    position: relative;
    border-bottom: 1px solid #ccc;
    margin: 0 2em;
  }
  .header-gnavi__link i {
    display: inline-block;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 0;

  }

  div#main{
padding-top: 50px;

  }
  .product__section{
    display: block;
    margin-top: 0;
  }

  .product__image-main {
    background-position: initial;
  }

  .product__image-thumb ul li{
    display: inline-block;
    max-width: 12.5%;

  }

  .product__guide {
    padding: 0 1em;
  }

  i.fa::before{
    font-size: 2rem;
  }
  .fa-stack{
    padding: 2em;
  }

  .product-list.RecentlyViewed li.product-list__unit{

    display: inline-block;
    width: 50%;
  }

  .product-list.recommend-list li.product-list__unit{

    display: inline-block;
    width: 50%;
  }


  .product-list.seller-list li.product-list__unit{

    display: inline-block;
    width: 50%;
  }

  

}
