/** Shopify CDN: Minification failed

Line 1113:139 Unterminated string token

**/
*{
  outline: none;
}
body, input, textarea, button, select, label{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
th{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
@media only screen and (max-width: 749px){
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
}
.slider-button-slideshow {
  color: rgba(var(--color-foreground), 0.75);
  background: transparent;
  border: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  display:none;
}

.slideshow__controls {
  border: none;
}

.slider-buttons-slideshow {
  display: flex;
  align-items: center;
  justify-content: center;
  top:-40px;
  z-index: 2;
  position: relative;
}

.slider-counter__link--dots .dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 0.1rem solid #FFFFFF;
  padding: 0;
  display: block;
}

.slider-counter__link--active.slider-counter__link--dots .dot {
  background-color: #FFFFFF;
}

.section-template--15834677838068__rich_text-padding {
    padding-top: 25px;
    padding-bottom: 0px;
}

.rich_text_header_font{
  letter-spacing: 2.6px;
  color: #949494;
  font: normal normal normal 13px/22.75px 'Josefin Sans',sans-serif;
}

.rich_text_text_font{
  letter-spacing: 0.65px;
  color: #151515;
  font: normal normal normal 13px/22.75px "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/* Top Bestsellers / Articles common
*****************************************************************/
.tab-switch_heading::after{
  display:none !important;}


.toppage-tab-btn-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.toppage-tab-btn-wrap li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  cursor: pointer;
  border-bottom: solid 1px #DADADA;
  padding-bottom: 22px;
  width: 16%;
}
.toppage-tab-btn-wrap li.active{
  color: black;
  border-bottom: solid 1px #151515;
  padding-bottom: 22px;
  width: 16%;
}
.toppage-tab-contents{
  position: relative;
}
.toppage-tab-contents .page-width{
  z-index: 1;
  padding-top: 22px;
  padding-bottom: 34px;
}

.toppage-tab-contents .grid{
  margin-left: 0;
}
.toppage-tab-contents .grid--view-items{
  overflow: visible;
  margin-bottom: 15px;
  margin-top: -20px;
}
.toppage-tab-contents .grid__item{
  padding-left: 0;
  margin-bottom: 15px;
  /*-webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;*/
  z-index: 1;
}

.toppage-tab-contents .grid-view-item{
  margin-bottom: 0;
  text-align: left;
}
.toppage-tab-contents .grid-view-item__image-wrapper{
    margin-bottom: 0;
}
.toppage-tab-contents .product-card__image-with-placeholder-wrapper{
  width: 100%;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.toppage-tab-contents .grid-view-item__textarea{
  position: relative;
  width: 100%;
}
.toppage-tab-contents .grid-view-item__title{
  text-align: left;
  line-height: 1.6;
  font-size: 13px;
  font-weight: 600;
}
.toppage-tab-contents .price__vendor{
  text-align: left;
  font-size: 10px;
}
.toppage-tab-contents .price__type{
  margin-bottom: 5px;
  font-size: 10px;
}
.toppage-tab-contents .price__description{
  margin-bottom: 5px;
  line-height: 1.5;
}
.toppage-tab-contents .grid-view-item__more{
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #5AB7D4;
  padding-right: 10px;
  font-size: 12px;
  color: #5AB7D4;
}
.toppage-tab-contents .grid-view-item__more::after{
  position: absolute;
  right: 0;
  top: 9px;
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-top: solid 1px #5AB7D4;
  border-right: solid 1px #5AB7D4;
  transform: rotate(45deg);
}
.toppage-tab-contents .price__badges--listing{
  margin-top: 0;
}

.toppage-tab-btn-wrap{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 750px){
  .toppage-tab-btn-wrap li{
    font-size: 15px;
  }
  .toppage-tab-contents .page-width{
    max-width: 97.8%;
    width: 100%;
    padding: 65px 0 100px;
  }
  .toppage-tab-contents .grid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .toppage-tab-contents .grid--view-items{
    margin-bottom: 54px;
  }
  .toppage-tab-contents .grid__item{
    max-width: 244px;
  }
  .toppage-tab-contents .grid__item{
    margin-right: 14px;
    margin-bottom: 0;
  }
  .toppage-tab-contents .grid__item:nth-child(5n){
    margin-right: 0;
  }
  .toppage-tab-contents .product-card__inner{
    padding: 20px;
  }
  .toppage-tab-contents .product-card__image-with-placeholder-wrapper{
    margin-bottom: 46px;
  }
  .toppage-tab-contents .grid-view-item__title{
    line-height: 1.4;
    text-align: center;
    font-size: 15px;
  }
  .toppage-tab-contents .price__vendor{
    text-align: center;
    font-size: 13px;
  }
  .toppage-tab-contents .price__type{
    margin-bottom: 12px;
    text-align: center;
    font-size: 13px;
  }
  .toppage-tab-contents .grid-view-item .price, 
  .toppage-tab-contents .list-view-item .price{
    display: block;
  }
  .toppage-tab-contents .price__description{
    border-top: 1px dotted #D6DCDE;
    margin-bottom: 12px;
    padding-top: 13px;
    font-size: 14px;
  }
  .toppage-tab-contents .grid-view-item__more{
    font-size: 13px;
  }
}
  
@media only screen and (max-width: 749px) {
  .toppage-tab-contents .grid__item:nth-child(n+4){
    display: none;
  }
  .toppage-tab-contents .product-card__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
  }
  .toppage-tab-contents .product-card__image-with-placeholder-wrapper{
    padding-right: 12px;
  }
  .toppage-tab-contents .grid-view-item .price, 
  .toppage-tab-contents .list-view-item .price{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.title-wrapper--no-top-margin {
  margin-top: 0;
  justify-content: center;
  margin-bottom:40px;
}

.title-wrapper--no-top-design{
  padding-bottom: 25px;
  border-bottom: solid 3px rgba(0,0,0,0);
  position:relative;
  font: normal normal normal 26px/46px 'Josefin Sans', sans-serif;
  letter-spacing: 2.6px;
  color: #151515;
}

.title-wrapper--no-top-design::after{
  content: "";
  display: block;
  border-bottom: 1px solid #151515;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 4px;
}

.collection__view-all {
    margin-top: 1rem;
}

@media only screen and (min-width: 750px){
  .collection__view-all {
    margin-top: 4rem;
}
  .slider-collection {/*横幅94%で左右に余白を持たせて中央寄せ*/
     width:94%;
      margin:0 auto;
  }
  
  .slider-collection img {
      width:100%;/*スライダー内の画像を横幅100%に*/
      height:auto;
  }
  
  /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
  .slider-collection .slick-slide {
      margin:0 14px;
  }
  
  /*矢印の設定*/
  
  /*戻る、次へ矢印の位置*/
  .slick-prev, 
  .slick-next {
      position: absolute;/*絶対配置にする*/
      top: 30%;
      cursor: pointer;/*マウスカーソルを指マークに*/
      outline: none;/*クリックをしたら出てくる枠線を消す*/
      border-top: 2px solid #151515;/*矢印の色*/
      border-right: 2px solid #151515;/*矢印の色*/
      height: 28px;
      width: 28px;
  }
  
  .slick-prev {/*戻る矢印の位置と形状*/
      left: -4.5%;
      transform: rotate(-135deg);
  }
  
  .slick-next {/*次へ矢印の位置と形状*/
      right: -4.5%;
      transform: rotate(45deg);
  }
  
  .slider-collection-width{
    max-width: 90%;
}}

.collection__view-all .button {
  width: 200px;
  height: 64px;
  background: #151515 0% 0% no-repeat padding-box;
  border-radius: 32px;
  opacity: 1;
  --border-opacity: initial;
  font: 16px/28px 'Josefin Sans', sans-serif;
  letter-spacing: 3.2px;
}

.blog-special-ratio{
  --ratio-percent:133% !important;
}
  
.blog__view-all .button {
  /*width:200px;*/
  padding: 0 50px;
  height:64px;
  background:#151515 0% 0% no-repeat padding-box;
  border-radius:32px;
  opacity:1;
  --border-opacity:initial;
  font: 16px/28px 'Josefin Sans', sans-serif;
  letter-spacing: 3.2px;
}
  
.card-title-color{
  background: #F7F7F7;
  text-align: center;
}
  
.card-title-font{
  letter-spacing: 1.4px;
  color: #151515;
  font: normal normal normal 14px/23px "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; 
}

.blog-ratio{
  --ratio-percent:100% !important;
}

  
a.product__media-list {
    display: flex !important;
    flex-direction: column !important;
}

p.product__text.caption-with-letter-spacing, .product__title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
    color: #151515;
}

span.price-item--sale:after {
    content: "(税込)";
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 9px;
}

.product-form__buttons span {
    font-family: 'Josefin Sans', sans-serif;
    color: #FFFFFF;
}

.product__description.rte {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #151515;
    text-align: left;
}

span.caution_text {
    color: #949494;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 13px;
}

.border_desctiption {
    border-top: 1px solid #DADADA;
    margin-top: 20px;
    margin-bottom: 20px;
}

h2.product-recommendations__heading {
    font-family: 'Josefin Sans', sans-serif;
    color: #151515;
    display: inline-block;
    position: relative;
}

h2.product-recommendations__heading.h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 77%;
    height: 2px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #151515;
}

h3.card__heading.h5 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #151515;
}

.card-information {
    font-family: 'Josefin Sans', sans-serif;
    color: #151515;
}

nav.breadcrumb {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #949494;
}

#breadcrumbs_home{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #949494;
    text-decoration: none;
}

.product-form__submit{
    background-color:#F1825F !important;}

 .product-form__submit:after{
    box-shadow:none !important;}

span.price-flex {
    display: flex !important;
}


@media only screen and (min-width: 750px){
  nav.breadcrumb{
    font-size: 13px;
    text-align: left;
    letter-spacing: 0.65px;
  }
  p.product__text.caption-with-letter-spacing{
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.7px;
    margin-bottom: 10px;
  }
  h1.product__title {
    font-size: 24px !important;
  }
  .product__description.rte {
    text-align: left;
    letter-spacing: 0.65px;
    font-size: 13px;
  }
  .product-form__buttons span {
    text-align: center;
    letter-spacing: 1.6px;
    font-size: 16px;
  }
  
  h2.product-recommendations__heading.h2 {
    font-size: 26px;
    letter-spacing: 2.6px;
    margin-left: 40%;
  }
  h3.card__heading.h5 {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .recommend-scroll__mobile{
    display:none !important;
  }}
  
@media only screen and (max-width: 749px){
  nav.breadcrumb{
    font-size: 11px;
    text-align: left;
    letter-spacing: 0.65px;
    margin-top: -15px;
    margin-bottom: 5px;
  }
  p.product__text.caption-with-letter-spacing{
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.7px;
    margin-bottom: 10px;
  }
  h1.product__title {
    font-size: 18px !important;
  }
  span.price-item:after, s.price-item:after {
    font-size: 12px;
  }  
  .product__description.rte {
    text-align: left;
    letter-spacing: .6px;
    font-size: 12px;
}
  .product-form__buttons span {
    text-align: center;
    letter-spacing: 1.4px;
    font-size: 14px;
  }
  
  h2.product-recommendations__heading.h2 {
    font-size: 18px;
    letter-spacing: 1.8px;
    margin-left: 24%;
  }
  h3.card__heading.h5 {
    font-size: 12px;
    letter-spacing: 0.6px;
  } 
  .recommend__mobile-none{
    display:none !important;}
  .recommend-scroll__mobile{
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: initial !important;   
  }}


@media only screen and (max-width: 749px){
  .main-img_slider_prev {
    position: absolute;
    bottom: 200px;
    left: 20px;
    z-index: 2;
  }
  .main-img_slider_next {
    position: absolute;
    bottom: 200px;
    right: 20px;
    z-index: 30;
  }}

@media only screen and (max-width: 749px){
  .pc{
   display:none !important;
}}
  
@media only screen and (max-width: 989px){
  .pc_wide, .header__icon--account{
   display:none !important;
}}
  
@media only screen and (min-width: 750px){
  .mobile{
   display:none !important;
}}
  
.banner__box {
    padding: 0;
    position: relative;
    height: fit-content;
    align-items: center;
    text-align: center;
    width: 100%;
    word-wrap: break-word;
    z-index: 1;
  left:0;
}
  
.banner__content {
    padding: 0;
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: left;
    z-index: 2;
}
  
.collection-scroll-line-up{
  flex-wrap: nowrap;
  overflow-x: scroll;
}
  
.collection-scroll-line-up {
  scrollbar-width: none;
}
.collection-scroll-line-up::-webkit-scrollbar {
  display:none;
}
.collection-scroll-line-up {
  -ms-overflow-style: none;
}
  
.mobile-collection-margin{
  margin-right: 20px;
}
  
h1.collection-hero__title {
  text-align: center;
  font-family: 'Josefin Sans', 'Noto Sans JP', sans-serif !important;
}
.collection-hero__description.rte {
  margin: 0 auto;
}
.collection-hero__description.rte h3 {
  font-weight: 600;
}
.collection-hero__description.rte span,
.collection-hero__description.rte p {
  font-size: 14px;
}
.product-count.light {
  text-align: center;
}
span.discount_rate {
  border: 1px solid #EB1730;
  letter-spacing: 0.8px;
  color: #EB1730;
  opacity: 1;
  font-size: 11px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  padding: 4px 10px 3px;
}
.collection-hero__description.rte {
  margin-bottom: 0 !important;
}

select#SortBy {
  width: 0;
  outline: none;
  box-shadow: none;
}

h2.facet-filters__label {
  padding-top: 3px;
}

.collection-menu{
  padding-top: 30px;  
}

select#SortBy-mobile {
  width: 0;
  outline: none;
  box-shadow: none;
}
.mobile-facets__summary_adjustment {
  padding: 1.3rem 2.5rem 0.3rem 0!important;
}
.badge {
  border-radius: unset;
}

.hiddun_cnt{
  visibility: hidden;
}

.hiddun_details{
  display:none;
}

.mobile-facets__sort .select__select {
  margin-right: 0!important;
}

.card__content_adj{
  padding:0!important;
}

.badge_adj{
  padding: 4px 10px 3px;
}

.badge_sale_adj{
    background: #DC143C;
    border: none;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.65px;
}

h3.card__heading.h5 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.65px;
    color: #151515;
    opacity: 1;
    line-height: 23px;
}

.price-item--sale
{
    letter-spacing: 0.8px;
    color: #DC143C;
    opacity: 1;
    font-size: 16px;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 400;
}

.price-item--regular {
    letter-spacing: 0.8px;
    color: #151515!important;
    opacity: 1;
    font-size: 16px !importatnt;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 400;
}



@media only screen and (min-width: 750px) {
  .price-item--regular {
    font-size: 16px;
  }
}

.collection-menu {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.65px;
    color: #151515;
    opacity: 1;
}

h1.collection-hero__title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 1px;
    color: #151515;
    opacity: 1;
}
.collection-hero.color-background-1 {
  margin-bottom: 60px;
}
.collection-hero__description.rte {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 13px!important;
    letter-spacing: 1.5px;
    color: #151515;
    opacity: 1;
    /*max-width: 550px;*/
    max-width: 80%;
    margin-bottom: 60px;
}
@media only screen and (max-width: 749px){
  .collection-hero__description.rte {
    max-width: 100%;
  }
}
h2.facet-filters__label {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.65px;
    color: #151515;
    opacity: 1;
    margin: 0 0 0 0;
}
h2.product-count__text.text-body {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.65px;
    color: #151515;
    opacity: 1;
}

select#SortBy option {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.65px;
    color: #151515;
    opacity: 1;
}

.pagination__item {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 400;
}

.template-search__header{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 1px;
    color: #151515;
}

@media only screen and (max-width: 749px) {
  h3.card__heading.h5 {
    font-size: 12px;
    letter-spacing: 1.2px;
  }

  .price-item--sale
  {
    letter-spacing: 1.6px;
    font-size: 16px;
  }

  .price-item--regular {
    letter-spacing: 1.6px;
    font-size: 16px!important;
  }
  
  h1.collection-hero__title {
    font-size: 28px;
  }

  .collection-hero__description.rte {
    font-size: 16px!important;
  }

  h2.product-count__text.text-body {
    font-size: 14px;
  }
}

.tab-switching_list{
   list-style-type: none;
}
  
.tabswitching_color{
 color:#151515;
}

.mobile-facets__sort {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.65px;
    color: #151515;
    opacity: 1;
}
  
select#SortBy-mobile option {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.65px;
    color: #151515;
    opacity: 1;
}

  
li.grid__item .card-wrapper.underline-links-hover .card.card--standard.card--media .card__content .card__information .card-information variantswatchking {
    display: none;
}
  
.tab-switching_margin{
    margin-bottom: initial;
}
  
.slider-collection-brand {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.slider-collection-brand img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider-collection-brand .slick-slide {
    margin:0 10px;
}
  

li.grid__item {
    position: relative;
}

@media only screen and (min-width: 750px) {
.rank__number, .rank__number_afterFour{
  position: absolute;
  top: 8px;
  right: 5px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-left: 8px;
  line-height: 2;
  font-family: 'Josefin Sans', sans-serif;
  font-size:16px;
  text-align: center;
}
  
.rank__number{
  color:#FFFFFF;
}
   
.rank_1{
    background-color: #C2A647;
}
.rank_2{
    background-color: #9A9A9A;
}
.rank_3{
    background-color: #AC804D;
}
  
.rank__number_afterFour{  
  background-color: #F7F7F7;
  color: #151515
}}
  
  
@media only screen and (max-width: 749px) {  
  .rank__number_mobile, .rank__number_mobile_afterFour{
  position: absolute;
  top: 8px;
  right: 5px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-left: 8px;
  line-height: 2;
  font-family: 'Josefin Sans', sans-serif;
  font-size:12px;
  text-align: center;
}
  
.rank__number_mobile{
  color:#FFFFFF;
}
   
.rank_1{
    background-color: #C2A647;
}
.rank_2{
    background-color: #9A9A9A;
}
.rank_3{
    background-color: #AC804D;
}
  
.rank__number_mobile_afterFour{  
  background-color: #F7F7F7;
  color: #151515
}}

@media only screen and (min-width: 750px) {  
ul.slider-collection__ranking li{
    max-width:none  !important;
    margin: 0 14px 0 6px !important;
}
.slider-collection__ranking{
  margin-bottom: -75px !important;
}
.slider-collection__ranking > .slick-prev {
    left: -5.5%;
}
  
.slider-collection__ranking > .slick-next {
    right: calc(-5.5% + 14px);
}
  
.recommend__mobile-none > .slick-prev {
    left: -5.5%;
}
  
.recommend__mobile-none > .slick-next {
    right: calc(-5.5% + 14px);
}}
  
  
@media only screen and (max-width: 749px){
  .collection-item-mobile-width{
    width: calc(33% - var(--grid-mobile-horizontal-spacing) * 2 / 3) !important;
}}
  
  
@media screen and (min-width: 750px){
ul.product__media-list li {
    width: calc(50%) !important;
}}
  
  
@media only screen and (max-width: 749px){  
  div.product__info-container>.no-js-hidden>.price>.price__container>.price__sale>span {
    font-size: 18px;}
  div.product__info-container>.no-js-hidden>.price>.price__container>.price__regular>span {
    font-size: 18px;}
  div.product__info-container>.no-js-hidden>.price>.price__container>.price__sale>span:after,
  div.product__info-container>.no-js-hidden>.price>.price__container>.price__sale>span>.price-item:after,
  div.product__info-container>.no-js-hidden>.price>.price__container>.price__regular>span:after {
    font-size: 12px;
}}
  
@media only screen and (min-width: 750px){
  div.product__info-container>.no-js-hidden>.price>.price__container>.price__sale>span {
    font-size: 24px;}
  div.product__info-container>.no-js-hidden>.price>.price__container>.price__regular>span {
    font-size: 24px;}
  div.product__info-container>.no-js-hidden>.price>.price__container>.price__sale>span:after,
  div.product__info-container>.no-js-hidden>.price>.price__container>.price__sale>span>.price-item:after,
  div.product__info-container>.no-js-hidden>.price>.price__container>.price__regular>span:after {
    font-size: 13px;
}}
  
.swatch-single {
    display: flex;
    flex-direction: row;
}
  
span.swatch-option-name {
    font-weight: 800;
    text-align: left;
    color: #151515;
    font-family: 'Josefin Sans', sans-serif;
}

@media only screen and (max-width: 749px){  
    span.swatch-option-name {
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 5;
}
.swatch-button>span {
    font-size: 13px;
}
.swatch-button>span {
  font: 12px/21px "游ゴシック体","YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 1.2px;}
  
svg.icon.icon-caret {
    height: 8px;
    top: calc(50% + 2px);
}
.star-btn-size-md {
    min-width: 60px;
}
.star-set-btn-rad-10 {
    border-radius: 18px !important;
}
.star-btn-size-md {
  height: 30px;
  line-height: 30px;
}
}
  
@media only screen and (min-width: 750px){
   span.swatch-option-name {
    font-size: 13px;
    letter-spacing: 1.3px;
    line-height: 5;
}
.swatch-button>span {
    font: 13px/22.75px "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 1.3px;
}
.star-btn-size-md {
    min-width: 70px;
}
.star-set-btn-rad-10 {
    border-radius: 20px !important;
}}
  


ul.swatch-view {
    margin-left: 10%;
}
  
#swatch-option2 {
    border-top: solid 1px #EEEEEE;
}
  
ul.recommend-scroll__mobile li{
    margin: 0 10px;}
  
@media only screen and (max-width: 749px){    
  .title-wrapper--no-top-design {
    font-size: 18px;
    letter-spacing: 1.8px;
    padding-bottom: 5px;
  }
  .button{
  letter-spacing: 2.6px;
  font-size:13px;}}
  
span.tab-arrow {
    margin-left: 2.5px;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-38deg);
}
  
/*ITEM CATEGORY*/
/*タブのスタイル*/
.tab_item-item-category {
    width: 113px;
    display: block;
    float: left;
    transition: all .2s ease;
    transform: translate(calc(44vw - 219.5px));
    cursor: pointer;
    text-align: center;
    letter-spacing: 3.2px;
    color: #151515;
    font: 16px/28px "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    border-bottom: solid 1px #DADADA;
    padding-bottom: 28px;
}

/*ラジオボタンを全て消す*/
input[name="tab_item-item-category"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content-item-category {
  display: none;
  padding: 40px 20px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのスタイルを変える*/
.item-category-tabs input:checked + .tab_item-item-category {
  color: #000;
  border-bottom: solid 1px #151515;
  padding-bottom: 28px;
}
  
.collection-image-size{
  width:100px;
}
  
.collection-grid{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
  
.collection-title{
  text-decoration: none;
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (min-width: 750px){
  .item-category-width {
    max-width: 89%; 
  }
  .collection-image-size{
  width:190px;
}}
  
@media only screen and (max-width: 749px){    
  .title-wrapper--no-top-design {
    font-size: 18px;
    letter-spacing: 1.8px;
    padding-bottom: 5px;
  }
  .button{
  letter-spacing: 2.6px;
  font-size:13px;}}
  
span.tab-arrow {
    margin-left: 2.5px;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-38deg);
}
  
ul.recommend-scroll__mobile::-webkit-scrollbar {
    display: none;
}
  
@media only screen and (max-width: 749px){      
  ul.js-tab-contents.toppage-tab-contents {
    padding: initial;
}}
  
.product__info-container>.no-js-hidden>.price>.price__badge-sale {
    display: none;
}
  
.price--on-sale .price__sale {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}  

@media only screen and (min-width: 750px){  
.product__info-container>.no-js-hidden>.price>.price__container>.price__sale>div>.price-item--sale {
   font-size:24px;
}
.product__info-container>.no-js-hidden>.price>.price__container>.price__sale>div>.price-item--sale:after {
   font-size:13px;
}
.product__info-container>.no-js-hidden>.price>.price__container>.price__sale>div>span>.price-item--regular {
    font-size: 24px;
}}
  
  
@media only screen and (max-width: 749px){  
.product__info-container>.no-js-hidden>.price>.price__container>.price__sale>div>.price-item--sale {
   font-size:18px;
}
.product__info-container>.no-js-hidden>.price>.price__container>.price__sale>div>.price-item--sale:after {
   font-size:12px;
}
.product__info-container>.no-js-hidden>.price>.price__container>.price__sale>div>span>.price-item--regular {
    font-size: 18px;
}
.slider-collection__ranking{
  height: 0px; 
  overflow-y: hidden;}}  
  
.slideshow_text_wrap_position{
  margin:0;
  justify-content: left !important;
}
  
@media only screen and (min-width: 1000px){
  .slideshow_text_wrap_align{
    align-items: center !important;
    text-align: left !important;
    left:-1%;
    max-width: fit-content !important;
  }
  
  .slideshow_text_h2{
    font: normal normal normal 42px/46px 'Josefin Sans', sans-serif;
    letter-spacing: 7.6px;
    margin-bottom:67px;
    color:white;
    font-weight: 600;
  }
  
  .slideshow_text_subtitle1{
    font: 68px/46px 'Josefin Sans', sans-serif;
    letter-spacing: 13.6px;
    margin-top:11px !important;
    color:white;
    font-weight: 600;
  }
  
  .slideshow_text_subtitle2{
    font: 56px/46px 'Josefin Sans',sans-serif;
    letter-spacing: 15.8px;
    margin-top: 47px!important;
    color:white;
  }
  
  .slideshow_button_text{
    font: 36px/46px 'Josefin Sans', sans-serif;
    letter-spacing: 0;
    padding: 14px 11px 9px;
  }
  
  .slideshow_button_button{
    margin-top:64px !important;
  }
}
  
@media only screen and (max-width: 999px)and (min-width: 750px){
  .slideshow_text_wrap_align{
    align-items: center !important;
    text-align: left !important;
    left:-1%;
    max-width: fit-content !important;
  }
  
  .slideshow_text_h2{
    font: normal normal normal 32px/46px 'Josefin Sans', sans-serif;
    letter-spacing: 7.6px;
    margin-bottom:35px;
    font-weight: 600;
  }
  
  .slideshow_text_subtitle1{
    font: 44px/46px 'Josefin Sans', sans-serif;
    letter-spacing: 13.6px;
    margin-top:11px  !important;
    color:white;
    font-weight: 600;
  }
  
  .slideshow_text_subtitle2{
    font: 32px/46px 'Josefin Sans', sans-serif;
    letter-spacing: 15.8px;
    margin-top:1px !important;
    color:white;
  }
  
  .slideshow_button_text{
    font: 24px/46px 'Josefin Sans', sans-serif;
    letter-spacing: 0;
    padding: 15px 20px 14px 20px;
  }
  
  .slideshow_button_button{
    margin-top:27px !important;
  }
}
  
  @media only screen and (max-width: 749px){
    .slideshow_text_wrap_align{
    align-items: center !important;
    text-align: left !important;
    /*left:2.5%;
    max-width: fit-content !important;*/
  }
    
  .slideshow_text_h2{
    font: normal normal normal 15px/23px 'Josefin Sans', sans-serif;
    letter-spacing: 2.5px;
    margin-bottom:8px;
    color:white;
    font-weight: 600;
  }
  
  .slideshow_text_subtitle1{
    font: 17.5px/23px 'Josefin Sans', sans-serif;
    letter-spacing: 7px;
    margin-top:5.5px  !important;
    color:white;
    font-weight: 600;
  }
  
  .slideshow_text_subtitle2{
    font: 18px/23px 'Josefin Sans', sans-serif;
    letter-spacing: 4.9px;
    margin-top:10px !important;
    color:white;
  }
  
  .slideshow_button_text{
    font: 12px/23px 'Josefin Sans', sans-serif;
    letter-spacing: 0;
    padding: 0.5px 4px 0px 4px;
  }
  
  .slideshow_button_button{
    margin-top:8px !important;
  }
}
  
.blog_special_h3_margin{
  margin-bottom:0 !important;
}
  
.imformation_date_font{
  letter-spacing: 0.65px;
  color: #151515;
  font: 11px/19px "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 10px;
}
  
.imformation_article_title_font{
  letter-spacing: .65px;
  color: #151515;
  font: 13px/23px "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.item-category-margin{
  margin: 0 6px;
}
  
.title-wrapper--no-top-design-item-category {
    padding-bottom: 25px;
    border-bottom: solid 3px rgba(0,0,0,0);
    position: relative;
    font: 26px/46px 'Josefin Sans', sans-serif;
    letter-spacing: 2.6px;
    color: #151515;
}
  
.collection-item__title{
  text-align: center;
  letter-spacing: .65px;
  color: #151515;
  font: 13px/23px "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-top:4px;
  margin-bottom:12px;
}
  
.collection__view-all .button:hover{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 32px;
  border: 1px solid #151515;
  transition: all  0.3s ease;
  color:#151515;
}
  
.tab_switching_title_margin{
  margin-top: 94px;
}
 
@media only screen and (max-width: 749px){
  .rich_text_header_font{
    letter-spacing: 2.2px;
    color: #949494;
    font: normal normal normal 11px/19px JosefinSansRoman-Light;
  }
  
  .rich_text_text_font {
    letter-spacing: .6px;
    color: #151515;
    font: 12px/21px "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin-top:12px;
  }
  
  .title-wrapper--no-top-design{
    padding-bottom: 25px;
    border-bottom: solid 3px rgba(0,0,0,0);
    position:relative;
    font: normal normal normal 18px/31px 'Josefin Sans', sans-serif;
    letter-spacing: 1.8px;
    color: #151515;
  }
  
  .card-title-font{
    letter-spacing: 1.1px;
    color: #151515;
    font: normal normal normal 11px/11px "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; 
  }

  .imformation_date_font{
    letter-spacing: .5px;
    color: #151515;
    font: 11px/19px "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  
  .imformation_article_title_font{
    letter-spacing: .6px;
    color: #151515;
    font: 12px/11px "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.4;
  }
  
  .title-wrapper--no-top-design-item-category {
    padding-bottom: 25px;
    border-bottom: solid 3px rgba(0,0,0,0);
    position: relative;
    font: 18px/31px 'Josefin Sans', sans-serif;
    letter-spacing: 1.8px;
    color: #151515;
  }
  
  .tab_item-item-category {
    width: 65px;
    display: block;
    float: left;
    transition: all .2s ease;
    transform: translate(calc(50vw - 1.5rem - 102px));
    cursor: pointer;
    text-align: center;
    letter-spacing: 2.4px;
    color: #151515;
    font: 12px/21px "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    border-bottom: solid 1px #DADADA;
    padding-bottom: 13px;
  }
  
  .collection-item__title{
    text-align: center;
    letter-spacing: .5px;
    color: #151515;
    font: 11px/11px "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin-top:4px;
    margin-bottom:12px;
  }
  
  .collection__view-all .button {
    width: 200px;
    height: 48px;
    background: #151515 0% 0% no-repeat padding-box;
    border-radius: 32px;
    opacity: 1;
    --border-opacity: initial;
    font: 13px/22px 'Josefin Sans', sans-serif;
    letter-spacing: 2.6px;
  }
  
  .blog__view-all .button {
    /* width: 200px; */
    padding: 0 50px;
    height: 48px;
    background: #151515 0% 0% no-repeat padding-box;
    border-radius: 32px;
    opacity: 1;
    --border-opacity: initial;
    font: 13px/22px 'Josefin Sans', sans-serif;
    letter-spacing: 2.6px;
  }
  
  .item-category-margin {
    margin:0 4px;
  }
  
  /*選択されているタブのスタイルを変える*/
  .item-category-tabs input:checked + .tab_item-item-category {
    color: #000;
    border-bottom: solid 1px #151515;
    padding-bottom: 13px;
  }
  
  /*タブ切り替えの中身のスタイル*/
  .tab_content-item-category {
    display: none;
    padding: 20px 0px 0;
    clear: both;
    overflow: hidden;
  }
  
  .title-wrapper--no-top-design:after {
    content: "";
    display: block;
    border-bottom: 1px solid #151515;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 11px;
  }
  
  .title-wrapper--no-top-margin {
    margin-top: 0;
    justify-content: center;
    margin-bottom:30px;
  }
  
  .tab_switching_title_margin {
    margin-top: 44px;
    margin-bottom: -25 !important;
  }
}


@media screen and (min-width: 750px) {
  .announcement-bar__message{
    font: normal normal normal 13px/22.75px 'Noto Sans JP', sans-serif;
    text-align: center;
    letter-spacing: 1.3px;
    color: #151515;
    height: 48px;
    padding: 14px 0px !important;
  }
  .list-menu__item {
      font: normal normal normal 13px/22.75px 'Noto Sans JP', sans-serif;
      text-align: center;
      letter-spacing: 2.6px;
      color: #151515;
  }
  .header--middle-left {
    grid-template-columns: auto auto auto;
	}
  .header-maxwidth{
      max-width: 90%;
  }
}
@media screen and (max-width: 990px) {
  .announcement-bar.color-background-1.gradient {
    background: #151515; 
  }
  .announcement-bar__message{
    font: normal normal normal 11px/19.25px 'Noto Sans JP', sans-serif;
    text-align: center;
    letter-spacing: 1.1px;
    color: #FFFEFE;
    padding: 6.4px 2rem;
  }
  .menu-drawer__account {
    position: initial;
	}
  .list-menu__item {
    font: 12px/21px  "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0.6px;
    color: #151515;
    position: relative;
    align-items: left !important;
    text-align: left !important;
    padding-left: 27px;
	}
}
.header__menu-item .icon-caret {
    right: 0.8rem;
    visibility: hidden;
}
.header__inline-menu details[open]>.header__submenu {
    animation: animateMenuOpen var(--duration-default) ease;
    animation-fill-mode: forwards;
    z-index: 1;
    width: 100%;
    left: 0;
    position: fixed;
  	column-count: 2;
    padding-left: 30%;
    padding-right: 30%;
}
.header__inline-menu details[open]>.header__submenu-brand {
    animation: animateMenuOpen var(--duration-default) ease;
    animation-fill-mode: forwards;
    z-index: 1;
    width: 100%;
    left: 0;
    position: fixed;
  	column-count: 2;
    padding: 24px 20%;
}
.header__submenu-swimsuit {
  transition: opacity var(--duration-default) ease,
    transform var(--duration-default) ease;
}

.header__submenu-swimsuit.list-menu--disclosure {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.header__submenu-swimsuit.list-menu {
  padding: 2.4rem 0;
}

.header__submenu-swimsuit .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}

.header__submenu-swimsuit .header__menu-item:after {
  right: 2rem;
}

.header__submenu-swimsuit .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2.4rem;
}

.header__submenu-swimsuit .header__submenu-swimsuit .header__menu-item {
  padding-left: 3.4rem;
}

.header__inline-menu details[open]>.header__submenu-swimsuit {
    animation: animateMenuOpen var(--duration-default) ease;
    animation-fill-mode: forwards;
    z-index: 1;
    width: 100%;
    left: 0;
    position: fixed;
  	column-count: 3;
    padding-left: 25%;
    padding-right: 25%;
}
details[open]>.header__menu-item {
}
#shopify-section-announcement-bar {
  z-index: 0;
}
details[open] > .header__icon .icon {
    height: 2rem;
    width: 2rem;
  	right: 15px;
    fill: none;
    top: -18px;
    vertical-align: middle;
    color: #ffffff;
}
.js details[open].menu-opening>.menu-drawer{
    transform: translate(0);
    visibility: visible;
    top: 0;
    position: fixed;
  	height: 100vh;
    width: calc(100vw - 55px);
}
  
.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: hidden;
}
.header__icon--menu[aria-expanded=true]:before {
    top: 0%;
}
.field__input{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #E7E7E7;
}
.field__label{
    font: normal normal normal 13px/22.75px 'Josefin Sans', sans-serif;
    text-align: left;
    letter-spacing: 0.65px;
    color: #A6A6A6;
    margin-top: 3px;
}
.field__input:focus~.field__label, .field__input:not(:placeholder-shown)~.field__label, .field__input:-webkit-autofill~.field__label, .customer .field input:focus~label, .customer .field input:not(:placeholder-shown)~label, .customer .field input:-webkit-autofill~label {
  top: 0;
}

.js .menu-drawer__submenu {
    position: relative;
}
.menu-drawer__close-button {
	display:none;
}
.mobile-item-two {
    padding-left: 30px;
    border-bottom: 1px solid #E7E7E7;
    position: relative;
}
.hamburgermenu-item{
	border-bottom: 1px solid #E7E7E7;
}
.hamburgermenu-submenu{
	border-top: 1px solid #E7E7E7;
}
.mobile-account{
  	width: 19px;
}
.menu-drawer__menu{
	background-color:#F7F7F7;
}
.menu-drawer__navigation {
    padding: 0;
}
.icon-logo-hamberger{
	text-align: center;
    height: 48px;
}
.hamburger-logo {
    height: 15px;
    margin: 15px;
    vertical-align: middle;
    /*height: 24px;
    margin: 11px;*/
}
.list-menu-sub{
	background-color:white;
}
.mobileNav_help-item {
    margin:0;
	background-color:#F7F7F7;
    font: 13px/22.75px 'Noto Sans JP',sans-serif;
    letter-spacing: 2.6px;
    color: #151515;
    padding-left: 0px;
}
.mobile-item-text {
padding-top: 11px;
    padding-bottom: 11px;
    text-align: center;
    letter-spacing: 0.6px;
    color: #151515;
    font: normal normal normal 12px/21px  "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.field:after{
	box-shadow:none;
}
.icon-arrow-link{
  	position: absolute;
    right: 25px;
}
.ac-menu label:after {
  position: absolute;
  right: 20px; /* 左からの距離 */
  top: 50%; /* 上下中央配置 */
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  content: "＋"; /* アイコン */
}
.ac-menu input:checked ~ label::after {
  content: "−"; /* クリック後のアイコン */
}

.blog__view-all .button:hover{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 32px;
  border: 1px solid #151515;
  transition: all  0.3s ease;
  color:#151515;
}
  
.hide_tax:after {
  display:none !important;
}  

.item_count_margin{
  margin-top: 15px;
}

@media screen and (min-width: 750px) {  
  .facet-filters__sort+.icon-caret {
    right: -13px;
  }
  
  .sort_text_hide {
    width: 100px!important;
    right: -35px;
    top: -10px;
    color: #fff;
    opacity: 0;
    position: absolute;
  }
}
  
@media screen and (max-width: 749px) {  
  .sort_arrow_position{
    right:-30px;
    top: -15px;
    position:absolute;
  }
  
  .sort_wrap_position{
    position:relative;
  }
  
  .sort_text_hide{
    width:120px !important;
    right: -30px;
    color: white;
    opacity: 0;
  }
  
  ul.footer-bottom-menu li a {
    color: #151515 !important;
    font-size: 12px !important;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 1.2px;
    line-height: 21px;
}
.copyright__content {
    color: #151515 !important;
    font-size: 11px !important;
    font-family: 'Josefin Sans',sans-serif;
    letter-spacing: 1.1px;
    line-height: 19px;
}}
  
.icon-cart-size{
	display: flex;
    justify-content: center;
    align-items: center;
}
summary.list-menu__item {
    padding-right: 2.7rem;
    padding-right: 18px;
}
  
.footer {
    border-top: none;
}

.footer-top{
  position:relative;
}
  
.footer__content-bottom{
  border-top:none !important;
}
  
.business-hours{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color:#151515;
}
  

@media only screen and (min-width: 750px){ 
ul.footer-bottom-menu li a,.copyright__content {
    color: #151515 !important;
    font-size: 13px !important;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 1.3px;
    line-height: 22.75px;
}
.brand-name {
  font-size: 3.2rem;
  letter-spacing: 0.8rem;
  color: #FFFF;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 20px;
}
    
.footer-top img {
  width: 100%;
  height: auto;
}
  
.footer-inside-img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.brand-caption {
  color: #fff;
  font-size: 16px;
  /*height: 120px;*/
  letter-spacing: 1.6px;
  line-height: 32px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
  
.sns-followus {
  color: #fff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 4px;
  line-height: 32px;
  margin-block-end: 0px!important;
  font-family: 'Josefin Sans',sans-serif;
}
  
.footer__blocks-wrapper{
  display:initial !important;}
  
.footer__list-social{
  justify-content: center !important;
}
  
.footer-middle {
    margin-top: 80px;
}

.business-hours, .phone-numeber, .contact-form {
    text-align: center;
}

  .phone-numeber img{
  padding-right:10px;
}
  
  .phone-numeber {
    font-size: 40px;
    color:#151515;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    letter-spacing:4px;
    line-height:70px;
}
  .contact-form img {
    vertical-align: middle;
    display: inline-block;
    padding-right: 10px;
}
  
.contact-form p {
    vertical-align: middle;
    display: inline-block;
    font-family: 'Josefin Sans', sans-serif;
    color:#151515;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.6px; 
}

  .footer-bottom-menu {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;

}
  small.copyright__content {
    font-size: 13px;
    font-family: 'Josefin Sans', sans-serif;
    color:#151515;

  }

ul.footer-bottom-menu li {
    padding-right: 20px;
}
ul.footer-bottom-menu li:last-child {
    padding-right: 0;
}}
  
  
@media only screen and (max-width: 749px){  
.footer-top img {
    width: 100%;
    height: auto;
    position: relative;
}
  
.footer-inside-img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.brand-caption {
  color: #FFFF;
  font-size: 11px;
  letter-spacing: 1.1px;
  line-height: 19px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; 
  text-align: center;
}
  
a.link.list-social__link img {
    width: 60%;
}
  
.sns-followus {
    color: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 2.8px;
    line-height: 16px;
    margin-block-end: 0px!important;
    font-family: 'Josefin Sans',sans-serif;
    margin-block-start: 10px!important;
}
  
.footer__blocks-wrapper{
  display:initial !important;}
  
.footer__list-social{
  justify-content: center !important;
}
  
.footer-middle {
    margin-top:30px;
}

.business-hours, .phone-numeber, .contact-form {
    text-align: center;
}

.phone-numeber img{
  padding-right:10px;
  width: 30px;
}
  
.phone-numeber {
    font-size: 28px;
    color: #151515;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 2.8px;
    line-height: 49px;
}

  .contact-form img {
    vertical-align: middle;
    display: inline-block;
    padding-right: 10px;
    width: 26px;
    margin-bottom: 4px;
}
  
.contact-form p {
    vertical-align: middle;
    display: inline-block;
    font-family: 'Josefin Sans',sans-serif;
    color: #151515;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 21px;
}

  .footer-bottom-menu {
    margin-bottom: 0;
    display: flex;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    flex-wrap: wrap;
    justify-content: center;

}
  small.copyright__content {
    font-size: 13px;
    font-family: 'Josefin Sans', sans-serif;
    color:#151515;
}

ul.footer-bottom-menu li {
    padding-right: 11px;
}
ul.footer-bottom-menu li:last-child {
    padding-right: 0;
}

.footer-middle > .title-wrapper--no-top-margin {
    margin-bottom: 0px;
}}
  
.cart_select_box {
    line-height: 1.2;
    padding-right: 28px;
    cursor: pointer;
    padding-top: 8px;
    padding-left: 15px;
    padding-bottom: 8px;
    border-radius: 2px;
}

@media only screen and (min-width: 750px){ 
  .select_delivery_conditions{
    width: fit-content;
    margin-left: auto;
  }
}
  
@media only screen and (max-width: 749px){ 
  .select_delivery_conditions{
    width: fit-content;
    margin: auto;
  }
}
  
.footer-guide_header {
    background-color: #eee;
}
  
.footer-shopinfo_header > .phone-numeber {
    font-size: 20px;
}
  
  
.footer-shopinfo_header > .business-hours, .footer-shopinfo_header > .contact-form a{
    font-size: 12px;
    text-decoration: none;
    color: #000;
}
  
  
.footer-shopinfo_header > .phone-numeber img {
  width:32px;
  height: auto;
}
  
.footer-shopinfo_header > .contact-form img {
  width:26px;
  height: auto;
}
  
.footer-shopinfo_header > .phone-numeber, .footer-shopinfo_header > .contact-form{
  margin-top:0px;
}
  
.footer__column.footer__column--info {
    margin-top: -15px;
}
  
li.hamburgermenu-item {
    position: relative;
}
  
.img__footer img {
    width: 100%;
}
  
.img__footer {
    position: relative;
    margin-bottom: -8px;
}
  
.footer-inside-img_header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.footer-inside-img_header .sns-footer {
  display: none;
}
  
.footer-inside-img_header > .brand-caption {
    height: 75px;
}
  
.list-social {
    justify-content: center!important;
    margin-top: 0px !important;
}
  
.footer-shopinfo_header {
    padding-top: 40px;
    padding-bottom: 70px;
}
  
.menu-drawer__navigation-container {
    display: grid;
    grid-template-rows: 1fr auto;
    align-content: space-between;
    overflow-y: inherit;
    height: 100%;
}
  
  a#wiserclick {
    display: none;
}

@media only screen and (max-width: 749px){  
  .owl-nav {
    display: none;
}}
  
a.list-social__link.link {
    padding: 0 !important;
    justify-content: space-around;
}
  
.list-social {
    justify-content: flex-start;
    margin-left: 0 !important ;
    margin-top: 10px !important;
}
  
p.evm_wiser_heading:after {
    content: "";
    display: block;
    border-bottom: 1px solid #151515;
    /* width: 55px !important; */
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 11px;
    width: 112px;
}

p.evm_wiser_heading {
    padding-bottom: 25px;
    border-bottom: solid 3px rgba(0,0,0,0);
    position: relative;
    font: 26px 'Josefin Sans',sans-serif !important;
    letter-spacing: 1.8px;
    color: #151515;
    margin-bottom: -12px;
}
  
.footer {
    margin-top: 0px !important;
}

@media only screen and (max-width: 749px){    
  .footer__content-top {
    padding-left: calc(2rem / var(--font-body-scale)) !important;
    padding-right: calc(2rem / var(--font-body-scale))!important;    
}

  .footer-bottom {
    margin-top: -20px;
}
}
  
@media only screen and (min-width: 750px){    
  .owl-nav {
    position: relative;
}

  button.owl-prev {
    position: absolute;
    top: -107px;
    left: 0px;
}
  
  button.owl-next{
    position: absolute;
    top: -107px;
    right: 0px;
  
}
  .recently-viewed {
    max-width: 78.5%;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0 5rem;
}

  a.link.list-social__link img {
    padding-left: 10px;
}
.evm-wiser-owl-carousel .owl-nav.disabled {
    display: block !important;
}
.evm-wiser-owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    width: 100%;
    margin: 0 auto;
}}
  
  .color-background-1.isolate.gradient {
    display: none;
}
  
 .page-width > .shopify-app-block {
    display: none;
}
  
#presets3 .owl-nav i, #presets3 .owl-nav span {
    font-size: 55px !important;
}
.header__inline-menu {
	text-align: right;
}
.logo-size{
	width: 137px;
}
@media only screen and (min-width: 750px){ 
  .logo-size{
    width: 180px;
  }
} 

.mobile_search_on {
    position: absolute;
    display:block !important;
    top: 9px;
    right: 42px;
    width: auto;
}
  
.slideshow__link{
  z-index:2;
  height: 92% !important;
}
  
.slideshow_slide_z-index{
  z-index:1 !important;
}
  
nav.breadcrumb {
    margin-bottom: 12px;
}
  
@media only screen and (min-width: 750px){    
  nav.breadcrumb {
    margin-bottom: 22px;
  }
}  

div.product__info-container>.no-js-hidden>.price>.price__container>.price__regular>span:after {
    content: "(税込)";
}

@media only screen and (min-width: 750px){    
.product-form__input input[type=radio]+label {
    font-size: 13px !important;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
}
s.price-item.price-item--regular.price-item_no_after.hide_tax {
    font-size: 16px;
}
section#shopify-section-template--15783988265204__product-recommendations {
    margin-top: 80px;
}}
  
@media only screen and (max-width: 749px){    
section#shopify-section-template--15783988265204__product-recommendations {
    margin-top: 48px;
}}


@media only screen and (max-width: 749px){    
.product-form__input input[type=radio]+label {
    font-size: 12px !important;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
}

s.price-item.price-item--regular.price-item_no_after.hide_tax {
    font-size: 16px;
}
.product__media-item:first-of-type {
    margin-left: 0px !important;
}
.product__media-item {
    width: 100% !important;
}
li.tab-switching_list {
    padding-top: 0px !important;
}
.section-template--15874848358644__product-recommendations-padding {
    padding-right: 0px;
}
.thumbnail-slider .thumbnail-list.slider {
    margin-left: 1.5rem;
    padding: 0px;

}
.thumbnail-list__item.slider__slide {
    width: calc(28% - 0.6rem) !important;
}
.recently-viewed {
    margin: 0 0 0 1.5rem;
}
.tab-switching_list {
    padding: 0px !important;
}}
.cart-size{
  height: 22px;
}
.menu-search-position{
	margin-right: 25px;
}
.search-size-mini{
	width: 18px !important;
}
.search-size{
	width: 22px;
}
@media only screen and (max-width: 749px){  
  .cart-size {
    width: 16px;
    height: auto;
  }
  .search-size{
    width: 16px;
    height: auto;
    margin-top: 2px;
  }
}
.price__badge-sold-out {
    display: none !important;
}
  
i.fa.fa-angle-right:before{
    content:"" !important;}
  
i.fa.fa-angle-right {
    position: absolute;
    top: 253px;
    right: -75px;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #151515;
    border-right: 2px solid #151515;
    height: 28px;
    width: 28px;
    transform: rotate(45deg);
}
  
i.fa.fa-angle-left:before{
    content:"" !important;}
  
i.fa.fa-angle-left {
    position: absolute;
    top: 253px;
    left: -75px;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #151515;
    border-right: 2px solid #151515;
    height: 28px;
    width: 28px;
    transform: rotate(-135deg);
}
  
@media only screen and (min-width: 750px){
.business-hours {
    font-size:16px;
    letter-spacing:2.4px;
    line-height:28px;
}
.brand-name img {
    width: 258px;
    height: 32px;
}
li.list-social__item:last-child a img {
    padding-left: 30px;
}}
  
@media only screen and (max-width: 749px){    
.business-hours {
    font-size:12px;
    letter-spacing: 1.2px;
    line-height: 21px;
}
.brand-name img {
  width: 145px;
  height: 18px;
}
.brand-name {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  color: #fff;
}
}
  
@media only screen and (min-width: 750px){
.mobile-account, .cart-size {
    width: 22px;
    height: 21px;
}}
  
.collection-image-size, .item-category-items-width{
  width:calc((100vw - 49px - 3rem) / 3);
}  

@media only screen and (min-width: 750px){
  .collection-image-size, .item-category-items-width{
    width:calc((100vw - 314px - 100vw * 0.1) / 6 );
  }
}
  
.margin-img-to-text{
  margin-bottom:4px;
}

li.hamburgermenu-submenu a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    padding-left: 52px;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.6px;
}
  
.new-item-underline:after{
  width:120px
}
  
.blog-specials-underline:after{
  width:90px;
}
  
.blog-underline:after{
  width:164px;
}
  
.brand-underline:after{
  width:58px;
}
  
.fotter-underline:after{
  width:273px;
}
  
.recommend-underline:after{
  width:182px
}
  
  
@media only screen and (max-width: 749px){
  .new-item-underline:after{
    width:79px
  }
  
  .blog-specials-underline:after{
    width:70px;
  }
  
  .blog-underline:after{
    width:79px;
  }
  
  .brand-underline:after{
    width:45.5px;
  }
  
  p.evm_wiser_heading:after {
    content: "";
    display: block;
    border-bottom: 1px solid #151515;
    /* width: 55px !important; */
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 11px;
    width: 85px;
  }
  
  .fotter-underline:after{
    width:223px;
  }
  
  .recommend-underline:after{
    width:140px
  }
}
  
.menu-drawer::-webkit-scrollbar {
width: 5px;
height: 20px;
}
.menu-drawer::-webkit-scrollbar-track {
background-color: #FFFFF;
border-radius: 100px;
}
.menu-drawer::-webkit-scrollbar-thumb {
background: #EEEEEE;
border-radius: 100px;
width: 130px;
}
  
@media only screen and (max-width: 989px){
  .header-maxwidth {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}}

@media only screen and (min-width: 990px){
  .mobile_wide {
    display:none;
}
  ul.list-menu li:first-child a {
    padding-right: 18px;
}
  ul.list-menu li::nth-child(2){
    padding-right: 13px;}
  
  ul.list-menu li::nth-child(3){
    padding-right: 12px;}
  
  ul.list-menu li::nth-child(4){
    padding-right: 10px;}
  
  ul.list-menu li::nth-child(5){
    padding-right: 18px;}
  
  .header__menu-item{
    padding-top:0;
    padding-left:0;}
}
  
.owl-nav {
    position: initial;
}
  
.evm-wscontainer {
    width: 100%;
    max-width: 100%; 
    margin: 0 auto;
    text-align: center;
    overflow: initial;
    display: block;
}
 
.product-form__buttons {
    max-width: 100%;
}
  
@media only screen and (min-width: 750px){  
h1.main-page-title.page-title.h0 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 60px;
}
/* ご利用ガイド */
@media only screen and (min-width: 750px){
.template-page main,
.template-cart main {
  padding-top: 30px;
  padding-bottom: 100px;
}
.template-page .page-width--narrow {
  max-width: 1000px;
  padding-bottom: 100px;
}
.page-guide-wrap {
  -ms-display:flex;
	-webkit-display:flex;
	display:flex;
}
.page-guide-menu-wrap {
  width: 30%;
  position: relative;
}
.page-guide-menu-sticky {
  position: sticky;
  top: 30px;
}
.page-guide-content-wrap {
  width: 70%;
}
}
table.page-guide-size-swimsuit, table.page-guide-size-swimsuit td, table.page-guide-size-swimsuit th {
border-collapse: collapse;
border: 0.567px solid rgba(204,204,204,.8);
}
table.page-guide-size-swimsuit{
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 20px;
    font-size: 14px;
}
.page-guide-size-swimsuit thead, table.page-guide-size-swimsuit th {
    background: rgba(221,221,221,.3);
}
.breadcrumbs-guide {
    padding-left: 50px;
}
ul.page-guide-menus {
    list-style: none;
    padding-left: 0px;
    font-size: 14px;
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color:#151515;
}
ul.page-guide-menus li {
    margin-bottom: 10px;
}
ul.page-guide-menus li a {
    text-decoration: none;
}
.main-page-title {
    font-size: 20px;
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
    color:#151515;
}
.page-guide-title {
    font-size: 18px;
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
    color:#151515;
}
.page-guide-menu-title a {
  text-decoration: none;
}
.page-guide-box p, .page-guide-menu-title, .page-guide-content p {
    font-size: 14px;
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color:#151515;
}
.page-guide-subtitle {
  font-size: 16px;
  font-weight: 600;
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: -8px !important;
  color:#151515;
}
.page-guide-subtitle2 {
  font-size: 14px;
  font-weight: 600;
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color:#151515;
  margin-top: 0 !important;
  margin-bottom: -8px !important;
}
table.about-stores-tbl, table.about-products-tbl{
    width: 100%;
    margin-top: 20px;
}

table.about-stores-tbl, table.about-products-tbl,table.about-stores-tbl td, table.about-products-tbl td,
table.about-stores-tbl th, table.about-products-tbl th {
  border-collapse: collapse;
  border: 0.567px solid rgba(204,204,204,.8);
  padding: 5px 10px;
}
table.about-stores-tbl th, table.about-products-tbl th{
  background: rgba(221,221,221,.3);
  font-weight: 400 !important;
  text-align:left;
  width: 30%;
}
.table-margin {
    margin-top: 55px;
}

.page-guide-content {
  margin-top: 60px;
}
.page-guide-content:first-child {
  margin-top: 0px;
}
.page-guide-box {
    margin-top: 30px;
}
.page-guide-box:first-child {
  margin-top: 0px;
}
}
  
.page-guide-content-left p {
    text-align: right;
    margin-top:0px !important;
}
  
@media only screen and (max-width: 749px){
details.mobile {
  border: solid 1px #151515;
  margin-bottom: 20px;
}
ul.page-guide-menus {
    list-style: none;
    padding-left: 0;
}
ul.page-guide-menus li {
}
ul.page-guide-menus li:first-child a {
    border-top: solid 1px #151515;
    color: #000;
}
ul.page-guide-menus li a {
  border-bottom: solid 1px #151515;
  height: 47px;
  display: block;
  text-decoration: none;
  margin-left: 20px;
  line-height: 40px;
}
ul.page-guide-menus {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}
details[open] .guide-page-summary:after {
    content: "";
    transform: rotate(-46deg);
    color: #151515;
    text-align: right;
    display: inline-block;
    right: 0;
    position: absolute;
    top: 30%;
    cursor: pointer;
    outline: none;
    border-top: 1px solid #151515;
    border-right: 1px solid #151515;
    height: 12px;
    width: 12px;
}
summary.guide-page-summary:after{
    content: "";
    transform: rotate(132deg);
    color: #151515;
    text-align: right;
    display: inline-block;
    right: 0;
    position: absolute;
    top: 20%;
    cursor: pointer;
    outline: none;
    border-top: 1px solid #151515;
    border-right: 1px solid #151515;
    height: 12px;
    width: 12px;
}
ul.page-guide-menus li a:after {
    content: "";
    transform: rotate(46deg);
    color: #151515;
    text-align: right;
    display: inline-block;
    right: 20px;
    position: absolute;
    cursor: pointer;
    outline: none;
    border-top: 1px solid #151515;
    border-right: 1px solid #151515;
    height: 12px;
    margin-top: 15px;
    width: 12px;
}
summary.guide-page-summary {
    margin: 0 20px;
}
  
ul.page-guide-menus li:last-child a {
    margin-bottom: 0px;
    border-bottom: none;
}

h1.main-page-title.page-title.h0 {
    text-align: center;
}
table.page-guide-size-swimsuit, table.page-guide-size-swimsuit td, table.page-guide-size-swimsuit th {
border-collapse: collapse;
border: 0.567px solid rgba(204,204,204,.8);
}
table.page-guide-size-swimsuit{
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
    margin-top: 20px;
    font-size: 14px;
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color:#151515;
}
.page-guide-size-swimsuit thead, table.page-guide-size-swimsuit th {
    background: rgba(221,221,221,.3);
}
ul.page-guide-menus {
    list-style: none;
    padding-left: 0px;
    font-size: 14px;
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color:#151515;
}
ul.page-guide-menus li {
    margin-bottom: 10px;
}
ul.page-guide-menus li a {
    text-decoration: none;
    color: #000;
}
.main-page-title {
    font-size: 20px;
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
    color:#151515;
}
.page-guide-title {
    font-size: 18px;
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
    color:#151515;
}
.page-guide-box p, .page-guide-menu-title, .page-guide-content p {
    font-size: 14px;
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color:#151515;
}
.page-guide-subtitle {
    font-size: 16px;
    font-weight: 600;
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color:#151515;
    margin-bottom: -8px !important;
}
table.about-stores-tbl, table.about-products-tbl{
    width: 100%;
    margin-top: 20px;
}

table.about-stores-tbl, table.about-products-tbl,table.about-stores-tbl td, table.about-products-tbl td,
table.about-stores-tbl th, table.about-products-tbl th {
  border-collapse: collapse;
  border: 0.567px solid rgba(204,204,204,.8);
  padding: 0 5px;
  font-size: 13px;
}
table.about-stores-tbl, table.about-products-tbl,table.about-stores-tbl td, table.about-products-tbl td p,
table.about-stores-tbl th, table.about-products-tbl th p {
  font-size: 13px;
  word-break: break-all;
}
table.about-stores-tbl th, table.about-products-tbl th{
    background: rgba(221,221,221,.3);
    font-weight: 400 !important;
    text-align:left;
    width: 30%;
}
.table-margin {
    margin-top: 55px;
}

.page-guide-content {
    margin-top: 60px;
}
.page-guide-box {
    margin-top: 30px;
}}
  
.breadcrumbs-guide >.breadcrumb >#breadcrumbs_home, .breadcrumbs-guide >.breadcrumb > span {
    color: #151515;
}
  
.icon-close-none-top{
  top:70px !important;
}
  
.menu-drawer-none-top{
  top:0px !important;
}
  
.thumbnail--narrow img {
  height: auto !important;
  width: 100% !important;
  max-width: 100%;}

@media only screen and (max-width: 749px){
.ranking__view-all {
    margin-top: -5px !important;
}
  
div#shopify-section-footer {
    margin-top: 43px;
}
.section-footer-padding {
    padding-top: 50px !important;
}
.footer_middle_title:after {
    content: "";
    display: block;
    border-bottom: 1px solid #151515;
    width: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 11px;
    width: calc(100% - 47px);
}
.owl-item {
  width: 110px !important;}
  
#presets3 .ws-card_image_container .ws-card__background-image {
    height: 99px;
}
  ul.js-tab-btn-wrap.toppage-tab-btn-wrap {
    margin-top: -48px;
}}
  
div#shopify-section-footer {
    border-top: solid 1px #F7F7F7;
}
  
@media only screen and (max-width: 989px){
  .menu-drawer__account {
    width:100%;
  }
  .menu-drawer__account:hover{
    text-decoration:underline;
  }
}
  
.hamburgermenu-submenu :hover{
    background-color: #FFFFFF;
    text-decoration: underline;
}
  
.hamburgermenu-item details[open]>.menu-drawer__menu-item{
      text-decoration: underline;
  -webkit-text-decoration:underline;
}
  
.mobile-special-margin-right{
  margin-right:0px;
}
  
.mobile-information-margin-right{
  margin-right:8px;
}
  
.item-category-tabs{
    margin-top: -32px;
}

.item-category-tabs label{
}
  
.hamburgermenu-item details[open]>.menu-drawer__menu-item > .ham_list-names {
    text-decoration: underline !important;
    -webkit-text-decoration:underline;
}
  
.menu-drawer__menu-item--active, .menu-drawer__menu-item:focus, .menu-drawer__close-button:focus, .menu-drawer__menu-item:hover, .menu-drawer__close-button:hover {
    background-color: initial !important;
}
  
/*中項目の高さ*/
.hamburgermenu-item details {
  height: calc(45px + 0.2rem);
  transition: .5s;
}  

/*中項目の高さ*/  
.js .menu-drawer__submenu {
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgb(var(--color-background));
    border-left: .1rem solid rgba(var(--color-foreground),.2);
    z-index: 1;
    transform: translate(0%);
    visibility: hidden;
    top: calc(45px + 0.2rem);

}

/*スクロールバー非表示*/
.menu-drawer__inner-submenu {
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
  
.menu-drawer__inner-submenu::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}

/* 商品ページ　カラー */
.swatch-custom-image div {
  width: 34px !important;
  height: 34px !important;
  border: 2px solid #fff !important;
  outline: solid 1px #efefef;
  outline-offset: 2px; 
  margin: 3px;
  box-sizing: border-box;
}
.swatches.hover-enabled li.swatch-view-item:hover .swatch-selector .star-image-border-2, .swatches.hover-enabled li.swatch-view-item:hover .swatch-selector .star-image-border-3:before, .swatches.hover-enabled li.swatch-view-item:hover .swatch-group-selector .star-image-border-2, .swatches.hover-enabled li.swatch-view-item:hover .swatch-group-selector .star-image-border-3:before, li.swatch-view-item:focus .swatch-selector .star-image-border-2, li.swatch-view-item:focus .swatch-selector .star-image-border-3:before, li.swatch-view-item:focus .swatch-group-selector .star-image-border-2, li.swatch-view-item:focus .swatch-group-selector .star-image-border-3:before, .swatch-selected .star-image-border-2, .swatch-selected .star-image-border-3:before {
  border: 2px solid #fff !important;
  outline: 1px solid #EB1730 !important;
}

.badge-position{
  position:absolute;
}
.shopify-challenge__container {
  max-width: inherit !important;
}
@media only screen and (max-width: 989px){
.shopify-challenge__container {
  width: 90%;
  margin: 0 auto;
}
}
.shopify-challenge__button {
  margin-top: 30px !important;
}

.search__button .icon {
    height: 1.5rem;
    width: 1.8rem;
}
  
.search__input.field__input {
    padding-right: 5rem;
    height: 4.5rem;
}

@media only screen and (max-width: 989px){  
  .header {
    display: grid;
    grid-template-areas: "left-icon heading icons";
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
  
.slider-collection__ranking .slick-list
{
  width:100% !important;
}
  
.ranking-tab-contents-left
{
  left: -1%;
}
  
.slideshow-stop-button-none
{
  display:none;
}
  
.header-search-none-modal
{
  display:none;
}

/* 商品ページメタフィールド */
.product-metafield-area {
  border-top: 1px solid #DADADA;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 13px;
}
.product-metafield-tbl {
  width: 100%;
}
.product-metafield-tbl th,
.product-metafield-tbl td{
  font-size: 13px;
  text-align: left;
  vertical-align: top;
}
.product-metafield-tbl th {
  width: 20%;
}
.product-metafield-title {
  font-size: 13px;
  font-weight: bold;
}
.product-metafield-size-tbl {
  width: 100%;
}
.product-metafield-size-tbl tr {
}
.product-metafield-size-tbl th,
.product-metafield-size-tbl td{
  font-size: 13px;
  vertical-align: top;
  border-bottom: 1px solid #DADADA;
  padding: 5px 10px;
}
.product-metafield-size-tbl .size {
  /*width: 33.3%;*/
  text-align: left;
}
.product-metafield-size-tbl .bust {
  /*width: 33.3%;*/
  text-align: center;
}
.product-metafield-size-tbl .hip {
  /*width: 33.3%;*/
  text-align: right;
}
.product-metafield-right {
  font-size: 13px;
  text-align: right;
}
.product-metafield-model {
  padding-top: 10px;
  margin-top: 10px;
  font-size: 13px;
}
.product-metafield-sample {
  border-top: 1px solid #DADADA;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 13px;
  color: #949494;
}

/* コレクションページ説明文調整220524Mediair */
.collection-hero.color-background-1.gradient img {
    border: none;
    margin: 0;
}
/* トップspecial view moreボタンなかった時の調整 */
@media only screen and (max-width: 749px){
.section-template--15783988297972__1648533462579db0d2-padding.no_button {
  padding-bottom: 44px;
}
}

/* お問い合わせページの高さ調整 */
@media only screen and (min-width: 750px){
.content-for-layout .page-width--narrow{
  padding-bottom: 0;
}
}

/* スマホ recommend item　折り返し */
@media only screen and (max-width: 749px){
  .product-recommendations .recommend-scroll__mobile{
    white-space: normal;
  }
  .product-recommendations .recommend-scroll__mobile .card__content {
  display: block;
  grid-template-rows: inherit;
  width: 100%;
}
.product-recommendations .recommend-scroll__mobile .card__information {
  grid-row-start: inherit;
}
.product-recommendations .recommend-scroll__mobile h3.card__heading.h5 {
  line-height: 1.4;
  overflow-wrap: break-word;
}
}

/* スマホ トップニュース余白調整 */
@media only screen and (max-width: 749px){
#shopify-section-template--15783988297972__rich_text {
  padding-top: 20px;
}
}
@media only screen and (min-width: 750px){
.customer:not(.account):not(.order) {
  max-width: 60rem;
}
}

.order-details p {
  line-height: 1.6;
  font-size: 1.4rem !important;
}

@media only screen and (max-width: 749px){
  .collection .grid__item:only-child {
    flex: inherit;
  }
  .customer td:before {
    min-width: 50px;
  }
}
.menu-drawer__menu-item {
  font-size: 1.4rem !important;
}

.collection-item.collection-title {
  transition: 0.3s;
}
.collection-item.collection-title:hover {
  opacity: 0.6;
}

.order-details #ColumnQuantity {
  min-width: 50px;
}
@media only screen and (min-width: 750px){
.customer.order h2 {
  font-size: 20px;
}
}
.customer_address {
  margin-bottom: 30px;
}
.customer_address p {
  font-size: 14px !important;
}
.customer table {
  font-size: 14px !important;
}

.slideshow__media.media,
.card__inner.color-background-2,
.card .media {
  background: none !important;
}

/* ブログ一覧レイアウト修正 */
.blog-articles.shop-blog {
  margin-top: 60px;
}
.blog-articles.shop-blog .article-card {
  -ms-display:flex;
	-webkit-display:flex;
	display:flex;
}
.blog-articles.shop-blog .blog-ratio {
  width: 36%;
  margin-right: 4%;
}
.blog-articles.shop-blog .card__content {
  width: 60%;
}
  
.results-box {
    border: solid 1px #E8E8E8;
    text-align:initial;
}
  
.results-box a {
    color: #4D4D4D;
    text-decoration: none;
}

.results-box a:hover .d-title,.results-box a:focus .d-title{
    color: #FFFFFF;
    background-color:#1E90FF;
    text-decoration: none;
}

.menu-drawer__close-button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
}
  