/*********************************

　　　　　　　　全体

*********************************/
* {
	box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;

}

body {
	margin: 0;
	padding: 0;
}

.slick-prev, .slick-next {
  color: #ff6347; /* 矢印の色を変更（文字の色） */
  background-color: rgba(0, 0, 0, 0.5); /* 背景色を変更 */
  border-radius: 50%; /* 丸い背景にする（オプション） */
  padding: 10px; /* パディングを追加してクリックしやすくする（オプション） */
}

  .section-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
  }

  .section-button {
    flex: 1 1 calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
    margin: 5px;
    padding: 10px;
    background-color: transparent;
    border: none;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    text-align: center;
    transition: color 0.3s;
  }

  .uLine-text {
    position: relative;
    font-size: 1.8rem;
  }

  .uLine-text:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.3rem;
    width: 0%;
    height: 1px;
    background: #000;
    transition: all 0.5s;
  }

  .uLine:hover .uLine-text:after {
    width: 100%;
  }

  @media (max-width: 768px) {
    .section-button {
      flex: 1 1 calc(50% - 10px);
      max-width: calc(50% - 10px);
    }
  }

  @media (max-width: 480px) {
    .uLine-text {
      font-size: 1rem;
    }
  }

.top-contents_blog__contents__inner img {
  height: 250px; /* 画像の高さを短く指定（お好みで調整） */
  object-fit: cover; /* 画像の比率を維持しながら高さを調整 */
}

/*********************************

　　　　　　　ヘッダー

*********************************/


body header {
	width: 100%;
	height: 130px;
	position: fixed;
	top: 0;
	align-items: center;
	background-color: #fff;
	z-index: 30;
}
.header-wrapper{
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.header-logo{
  padding-top: 15px;
  position: absolute;
  left: 0;
  top:15px;
}
.header-logo img{
	width: 250px;
}

.header-nav_01 {
 text-align: right;
}
.header-nav_01  li{
  display: inline-block;
  margin-left: 20px;
}
.header-nav_02 li{
  display: inline-block;
  margin-left: 30px;
}

.header-nav a{
	text-decoration: none;
	color: #4b4b4b;
}

.header-nav ul{
	list-style: none;
}
.button-mypage{
  width: 35px;
}
.button-fav{
  width: 21px;
}
.button-search{
  width: 23px;
}
.button-cart{
  width: 30px;
}




/*検索窓*/
.search-wrapper{
  display: none;
  width: 100%;
  height: 150px;
  background-color: rgba(245,245,245,0.90);
  position: relative;
  
}
.button-search_close{
  width: 50px;
  height: 50px;
  position: absolute;
  right: 15px;
  top:5px;
}
.button-search_close span{
  font-size: 16px;
  color:#404040;
}
.search-wrapper_content{
  position: absolute;
  top:20px;
  right: 90px;
}
#search{
  position: relative;
}
#sbox2{
  width: 300px;
  height: 50px;
  background-color: #fff;
  border-radius: 2px;
  padding-left: 10px;
  outline: 0;
  border: none;
}
#sbtn2{
  height: 50px;
  background-color: #fff;
  border-radius: 0 2px 2px 0;
  outline: 0;
  border: none;
  position: absolute;
  right:-1px;
  
}
.search-wrapper__hot-word h3{
  font-size: 10px;
  color: #333;
  text-align: left;
  margin: 10px auto 3px auto;
}
.search-wrapper__hot-word ul{
  margin-top: 2px;
  padding-left: 0;
}
.search-wrapper__hot-word ul li {
  display:inline-block;
  padding: 0 5px;
  background-color: #333;
  margin: 0 3px 0 0;
}
.search-wrapper__hot-word ul li a{
  text-decoration: none;
  color: #fff;
  font-size: 10px;
}
/*********************************

　　　　　　　カルーセル

*********************************/

.carousel-pc{
padding-top:130px;
}




/*********************************

　　　　　レギンスカテゴリ

*********************************/
.section-leggings-category {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.section-leggings-category h2 {
  font-size: 1.6rem;
  position: relative;
  padding: 1rem 0.5rem;
}
.section-leggings-category h2:after {
  position: absolute;
  bottom: 3px;
  left: calc(50% - 30px);
  width: 50px;
  height: 1.5px;
  content: '';
  background: #e8c6c4;
}
.section-leggings-category__contents {
  margin-bottom: 40px;
}
.section-leggings-category__main-image {
  width: 100%
}
.select-leggings-wrapper__child {
  display: flex;
  justify-content: center;
}
.select-leggings-wrapper__child__item {
  margin: 5px;
}
.select-leggings-wrapper img {
  width: 100%;
}
.section-leggings-category__contents h3 {
  font-weight: 300;
  font-size: 1.6rem;
}
.select-leggings-linup-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.select-leggings-linup-item {
  width: 46%;
  margin: 5px 5px;
}
.select-leggings-linup-item img {
  width: 100%;
}
@media(min-width:1160px) {
  .section-leggings-category__contents h3 {
    margin: 30px auto;
  }
  .select-leggings-linup-item {
    width: 30%;
    margin: 5px 10px;
  }
}
  /*ランキング*/
  .section-leggings-ranking-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0px;
  }
  .section-leggings-ranking-wrapper-child {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }
  .ranking-item {
    margin: 5px;
  }
  /*1位*/
  .section-leggings-ranking-wrapper__item__no1 {
    position: relative;
    width: 45vw;
    height: auto;
  }
  .section-leggings-ranking-wrapper__item__no1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 60px solid #f5deb3;
    border-right: 60px solid transparent;
  }
  .section-leggings-ranking-wrapper__item__no1:after {
    content: "1";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #FFF;
    transform: rotate(358deg) translate(9px, 8px);
  }
  /*2位*/
  .section-leggings-ranking-wrapper__item__no2 {
    position: relative;
    width: 45vw;
    height: auto;
  }
  .section-leggings-ranking-wrapper__item__no2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 60px solid #dcdcdc;
    border-right: 60px solid transparent;
  }
  .section-leggings-ranking-wrapper__item__no2:after {
    content: "2";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #FFF;
    transform: rotate(358deg) translate(9px, 8px);
  }
  /*3位*/
  .section-leggings-ranking-wrapper__item__no3 {
    position: relative;
    width: 45vw;
    height: auto;
  }
  .section-leggings-ranking-wrapper__item__no3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 60px solid #deb887;
    border-right: 60px solid transparent;
  }
  .section-leggings-ranking-wrapper__item__no3:after {
    content: "3";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #FFF;
    transform: rotate(358deg) translate(9px, 8px);
  }
  /*4位*/
  .section-leggings-ranking-wrapper__item__no4 {
    position: relative;
    width: 45vw;
    height: auto;
  }
  .section-leggings-ranking-wrapper__item__no4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 60px solid #e8c6c4;
    border-right: 60px solid transparent;
  }
  .section-leggings-ranking-wrapper__item__no4:after {
    content: "4";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #FFF;
    transform: rotate(358deg) translate(9px, 8px);
  }
  /*5位*/
  .section-leggings-ranking-wrapper__item__no5 {
    position: relative;
    width: 45vw;
    height: auto;
  }
  .section-leggings-ranking-wrapper__item__no5:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 60px solid #e8c6c4;
    border-right: 60px solid transparent;
  }
  .section-leggings-ranking-wrapper__item__no5:after {
    content: "5";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #FFF;
    transform: rotate(358deg) translate(9px, 8px);
  }
  /*6位*/
  .section-leggings-ranking-wrapper__item__no6 {
    position: relative;
    width: 45vw;
    height: auto;
  }
  .section-leggings-ranking-wrapper__item__no6:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 60px solid #e8c6c4;
    border-right: 60px solid transparent;
  }
  .section-leggings-ranking-wrapper__item__no6:after {
    content: "6";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #FFF;
    transform: rotate(358deg) translate(9px, 8px);
  }
  @media(min-width:1160px) {
    .section-leggings-category {
      max-width: 1140px;
    }
    /*1位*/
    .section-leggings-ranking-wrapper__item__no1 {
      position: relative;
      width: 45vw;
      height: auto;
    }
    .section-leggings-ranking-wrapper__item__no1:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border-top: 100px solid #f5deb3;
      border-right: 100px solid transparent;
    }
    .section-leggings-ranking-wrapper__item__no1:after {
      content: "1";
      position: absolute;
      top: 0;
      left: 0;
      font-size: 24px;
      color: #FFF;
      transform: rotate(358deg) translate(18px, 12px);
    }
    /*2位*/
    .section-leggings-ranking-wrapper__item__no2 {
      position: relative;
      width: 45vw;
      height: auto;
    }
    .section-leggings-ranking-wrapper__item__no2:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border-top: 100px solid #dcdcdc;
      border-right: 100px solid transparent;
    }
    .section-leggings-ranking-wrapper__item__no2:after {
      content: "2";
      position: absolute;
      top: 0;
      left: 0;
      font-size: 24px;
      color: #FFF;
      transform: rotate(358deg) translate(18px, 12px);
    }
    /*3位*/
    .section-leggings-ranking-wrapper__item__no3 {
      position: relative;
      width: 45vw;
      height: auto;
    }
    .section-leggings-ranking-wrapper__item__no3:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border-top: 100px solid #deb887;
      border-right: 100px solid transparent;
    }
    .section-leggings-ranking-wrapper__item__no3:after {
      content: "3";
      position: absolute;
      top: 0;
      left: 0;
      font-size: 24px;
      color: #FFF;
      transform: rotate(358deg) translate(18px, 12px);
    }
    /*4位*/
    .section-leggings-ranking-wrapper__item__no4 {
      position: relative;
      width: 45vw;
      height: auto;
    }
    .section-leggings-ranking-wrapper__item__no4:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border-top: 100px solid #e8c6c4;
      border-right: 100px solid transparent;
    }
    .section-leggings-ranking-wrapper__item__no4:after {
      content: "4";
      position: absolute;
      top: 0;
      left: 0;
      font-size: 24px;
      color: #FFF;
      transform: rotate(358deg) translate(18px, 12px);
    }
    /*5位*/
    .section-leggings-ranking-wrapper__item__no5 {
      position: relative;
      width: 45vw;
      height: auto;
    }
    .section-leggings-ranking-wrapper__item__no5:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border-top: 100px solid #e8c6c4;
      border-right: 100px solid transparent;
    }
    .section-leggings-ranking-wrapper__item__no5:after {
      content: "5";
      position: absolute;
      top: 0;
      left: 0;
      font-size: 24px;
      color: #FFF;
      transform: rotate(358deg) translate(18px, 12px);
    }
    /*6位*/
    .section-leggings-ranking-wrapper__item__no6 {
      position: relative;
      width: 45vw;
      height: auto;
    }
    .section-leggings-ranking-wrapper__item__no6:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border-top: 100px solid #e8c6c4;
      border-right: 100px solid transparent;
    }
    .section-leggings-ranking-wrapper__item__no6:after {
      content: "6";
      position: absolute;
      top: 0;
      left: 0;
      font-size: 24px;
      color: #FFF;
      transform: rotate(358deg) translate(18px, 12px);
    }
  }
  .select-leggings-color-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .select-leggings-color-item {
    width: 160px;
    height: 50px;
    border: solid 1px #dcdcdc;
    border-radius: 4px;
    margin: 10px 5px;
    position: relative;
  }
  .select-leggings-color-item ul {
    margin: 0;
    padding: 0;
  }
  .select-leggings-color-item li {
    list-style: none;
    display: inline-block;
  }
  .select-leggings-color-item li img {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 5px;
  }
  .select-leggings-color-item li p {
    color: #333;
    font-size: 1.2rem;
    text-align: left;
    margin: 0;
    position: absolute;
    top: 15px;
    left: 65px;
  }
  .select-leggings-color-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  @media(min-width:1160px) {
    .select-leggings-color-item {
      width: 250px;
      height: 60px;
      margin: 10px 20px;
    }
    .select-leggings-color-item li img {
      width: 50px;
      height: 50px;
      position: absolute;
      left: 20px;
      top: 5px;
    }
    .select-leggings-color-item li p {
      top: 20px;
      left: 80px;
    }
  }
/*********************************

　　　　　othersカテゴリ

*********************************/
.section-others-category {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.section-others-category__main-image {
  width: 100%;
}
.section-others-category h2 {
  font-size: 2rem;
  position: relative;
  padding: 1rem 0.5rem;
  text-align: center;
}
.section-others-category p {
  text-align: center;
}
.section-others-category h2:after {
  position: absolute;
  bottom: 3px;
  left: calc(50% - 30px);
  width: 50px;
  height: 1.5px;
  content: '';
  background: #e8c6c4;
}
.section-others-category__contents__item-wrapper {
  display: flex;
  justify-content: center;
}
.section-others-category__contents__item {
  margin: 0 5px;
}
.section-others-category__contents__item img {
  width: 100%;
}
.section-others-category__contents__more {
  width: 335px;
  height: 50px;
  border: 1px solid #333;
  margin: 30px auto 30px auto;
}
.other-ranking_01 {
  position: relative;
  height: auto;
}
.other-ranking_01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #f5deb3;
  border-right: 40px solid transparent;
}
.other-ranking_01:after {
  content: "1";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #FFF;
  transform: rotate(358deg) translate(5px, 1px);
}
.other-ranking_02 {
  position: relative;
  height: auto;
}
.other-ranking_02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #dcdcdc;
  border-right: 40px solid transparent;
}
.other-ranking_02:after {
  content: "2";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #FFF;
  transform: rotate(358deg) translate(5px, 1px);
}
.other-ranking_03 {
  position: relative;
  height: auto;
}
.other-ranking_03:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #deb887;
  border-right: 40px solid transparent;
}
.other-ranking_03:after {
  content: "3";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #FFF;
  transform: rotate(358deg) translate(5px, 1px);
}
.section-others-category__contents__more a {
  display: block;
  line-height: 50px;
  text-decoration: none;
  color: #333;
  text-align: center;
}
@media(min-width:1160px) {
  .section-others-category {
    max-width: 1140px;

  }
  .other-ranking_01:before {
    border-top: 80px solid #f5deb3;
    border-right: 80px solid transparent;
  }
  .other-ranking_01:after {
    font-size: 22px;
    transform: rotate(358deg) translate(18px, 13px);
  }
  .other-ranking_02:before {
    border-top: 80px solid #dcdcdc;
    border-right: 80px solid transparent;
  }
  .other-ranking_02:after {
    font-size: 22px;
    transform: rotate(358deg) translate(18px, 13px);
  }
  .other-ranking_03:before {
    border-top: 80px solid #deb887;
    border-right: 80px solid transparent;
  }
  .other-ranking_03:after {
    font-size: 22px;
    transform: rotate(358deg) translate(18px, 13px);
  }
}
/*********************************

　　　　　商品ページ上スペース

*********************************/
.item-header-space{
margin-top:200px;
}

.campaign_carousel{
margin-top:150px;
}



/*********************************

　　　　　　　ABOUT

*********************************/


.about-wrapper{
	width: 80%;
	margin: 0 auto;
}

.about-main{
	background-image: url("https://leggingslab.itembox.design/item/leggings.jpg?t=20250701161725");
        background-size:cover;
	background-color:rgba(255,255,255,0.9);
	background-blend-mode:lighten;
	background-repeat: repeat-y;

}
.about-main{
	padding: 100px 0 100px 0;
}

.about-main h2{
	font-size: 2rem;
	color:#555;
	letter-spacing: 3px;
	text-align: center;
}

.about-main p{
	padding-top: 50px;
	font-size: 1.5rem;
	color:#555;
	letter-spacing: 3px;
	line-height: 2rem;
	text-align: center;
}

.company-info-wrapper{
	padding-top: 100px;
}

.company-info-wrapper h2{
	font-size: 2rem;
	color:#555;
	letter-spacing: 10px;
	text-align: center;
}


.company-info{
	margin: 0 auto;
}

.company-info td{
	color:#555;
}

table{
	padding-top: 50px;
	border-spacing:100px 20px;
}

/*********************************

　　　　　　　会員登録

*********************************/

.membership-wrapper{
	width: 80%;
	margin: 0 auto;
}

.membership-wrapper h2{
	font-size: 1.5rem;
	color:#555;
	letter-spacing: 10px;
	text-align: center;
	
}

.member-title{
padding-top: 100px;
line-height:4rem;
}

.membership-chubu img{
padding-top: 50px;
}

/*********************************

　　　　　　　LINE ID連携

*********************************/

.line-connect{
        width: 80%;
	margin: 0 auto;
}

/*********************************

　　　　　　サイズ交換

*********************************/

.size-change-wrapper{
	width: 80%;
	margin: 0 auto;
}


.goto-form{
	padding-top: 50px;
}

/*********************************

　　　　　　フローティングバナー

*********************************/

.floating-banner {
    position: fixed; /* 追従 */
    z-index: 99999; /* 他の要素の下に隠れないように */
    top: 200px; /* バナーの上下の位置 */
    left: 5px; /* バナーの左右の位置 */
}
.pc {
    width: 80px; /* バナーの横幅を指定 */
}
.floating-banner:hover {
    opacity: .8; /* ホバーで少し透過 */
}
.sp {
    display: none; /* PCではスマホ用のバナーは非表示に */
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
    .pc {
        display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
    }
}

@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
    .sp {
        display: inline-block; /* 消していたスマホ用のバナーを表示させる */
        width: 100vw; /* スマホの画面幅いっぱいにバナーを表示 */
    }
    .floating-banner  {
        top: unset; /* PCで指定していた上下の位置指定をクリア */
        right: 0; /* 左右の隙間が空かないように */
        bottom: 0; /* 画面の最下部にぴったりくっつくように指定 */
    }
}

/*********************************

　　　　　LP001

*********************************/
.lp{
  max-width: 800px;
  box-sizing: border-box;
  margin: 0 auto;
}

.lp img{
  width: 100%;
}

.lp_ranking{
  margin-top: 100px;
}
/*********************************

　　　　　法人向け

*********************************/

.wholesale_wrapper{
  width: 100%;
  margin:0 auto;
}

.wholesale_firstview_sp{
  display: none;
}

.wholesale_contents{
  text-align: center;
  color:#333;
}

.wholesale_contents p{
  display: block;
  margin:50px 0 50px 0;
}

.wholesale_contents img{
  width:600px;
  height: auto;
}

.wholesale_form{
  width: 800px;
  height: 60px;
  background-color: #696969;
  margin: 0 auto;
}

.wholesale_form:hover{
  opacity: 0.5 ;
}

.wholesale_form a{
  display: block;
  padding-top: 7px;
  text-decoration: none;
  color:#fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

/* smartPhone */
@media screen and (max-width: 640px) {
  /*ここにスマホ用スタイルを記述*/
  .wholesale_firstview_pc{
    display: none;
  }
  .wholesale_firstview_sp{
    display: block;
    width: 100%;
  }
  
  .wholesale_wrapper img{
    width: 100%;
  }
  
  .wholesale_form{
    width:100%;
  }
  
  .wholesale_form a{
    font-size:1.5rem;
    font-weight: normal;
    padding-top: 11px;
  }
  
}

/*********************************

　　　　　VIP案内

*********************************/

.vip-wrapper{
  max-width: 1200px;
  margin: 0 auto;
}

.vip-wrapper h1{
  letter-spacing: normal;
  color:#1a1a1c;
}

.vip_subtitle{
  text-align: center;
  color:#1a1a1c;
  margin: 60px auto 60px auto;
}

.vip-border{
  width: 20px;
  height: 2px;
  background-color: #1a1a1c;
  margin: -30px auto 50px auto;
}

.vip-wrapper p{
  text-align: center;
  color:#1a1a1c;
}

.vip_focus{
  font-size: 1.8rem;
  background: linear-gradient(transparent 50%, #fac7a0 50%);
  
}
/*********************************

　　　　　コラムカテゴリー

*********************************/



.article-category-pic_pc{
  width:100%;
  margin: 0 auto;
}
.article-category-pic_sp {
  display: none;
}
.column-wrapper {
  width: 100%;
  height: auto;
  padding-bottom:50px;
  background-color: #f5f5f5;
  margin-top:50px;
}
.pc_flex {
  display: flex;
  justify-content: center;
}
.column-area_article_wrapper {
  width: 400px;
  height: 450px;
  background-color: #fff;
  /*  border: solid 0.5px #a9a9a9;*/
  margin: 20px 20px;
  position: relative;
}

.column-area_article_wrapper a{
  display: block;
}
/* smartPhone */
@media screen and (max-width: 640px) {
  /*ここにスマホ用スタイルを記述*/
  .article-category-pic_pc{
  display: none;
}
.article-category-pic_sp {
  display: block;
  width:100%;
}
  .pc_flex {
    display: block;
  }
  .column-area_article_wrapper {
    width: 90%;
    height: auto;
    margin-top: 50px;
  }
  .column-area_article_more{
    padding-bottom: 30px;
  }
}
.column-area_article_content {
  margin: 10px 10px;
}
.column-area_article_content img {
  width: 100%;
}
.column-area_article_content a {
  display: block;
}
.column-area_article_date {
  font-size: 0.7rem;
  padding-bottom: 5px;
  border-bottom: solid 1px #c0c0c0;
}
.column-area_article_date span {
  font-size: 0.5rem;
  color: #808080;
  font-style: italic;
}
.column-area_article_more {
  font-size: 0.8rem;
  text-decoration: none;
  font-weight: bold;
  color: #191970;
  text-align: right;
  margin: 5px 5px 0 0;
}

.column-area_article_more ::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

/*********************************

　　　　　コラム記事内

*********************************/
 .button-container {
            text-align: center;
            margin-top: 20px;
        }

        .button-link {
            display: inline-block;
            padding: 12px 24px;
            color: #fff;
            background-color: #f57c00;
            text-align: center;
            text-decoration: none;
            font-weight: bold;
            border-radius: 5px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            transition: background-color 0.3s, box-shadow 0.3s;
        }

        .button-link:hover {
            background-color: #e65100;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        }

        .button-link:visited {
            color: #fff;
            background-color: #f57c00;
        }
.article-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.6rem;
  line-height: normal;
  color: #333;
}

.article-title{
 letter-spacing: normal;
}

.article-firstview {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 50px 0 0 50px;
}
.article-date {
  font-size: 0.8rem;
  color: #808080;
}
.article-title_h1 {
  padding: 1rem 2rem;
  border-left: 5px solid #000;
  background: #f4f4f4;
  text-align: left;
  letter-spacing: normal;
}
.article-agenda_wrapper {
  width: 100%;
  background-color: #f5f5f5;
  border: dashed 0.5px #a9a9a9;
}
.article-agenda_content {
  padding: 15px 15px;
}
.article-underline_pink {
  background: linear-gradient(transparent 50%, #ffc0cb 50%);
}
.article-underline_gray {
  background: linear-gradient(transparent 50%, #d3d3d3 50%);
}
.crown-gold {
  color: #ffd700;
}
.crown-silver {
  color: #c0c0c0;
}
.crown-bronds {
  color: #8b4513;
}

.crown-pink {
  color: #ffc0cb;
}
.article-leggings-pic {
  width: 25%;
}
/*会話形式*/
.talk {
  margin-bottom: 40px;
}
.talk figure img {
  width: 100%;
  height: 100%;
  border: 2px solid #ffc0cb;
  border-radius: 50%;
  margin: 0;
}
/* 画像の下のテキスト */
.talk-imgname {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
}
p.talk-text {
  margin: 0 0 8px;
}
p.talk-text:last-child {
  margin-bottom: 0px;
}
/* 回り込み解除 */
.talk:after, .talk:before {
  clear: both;
  content: "";
  display: block;
}
/* ----- 左の場合 ----- */
/* 左画像 */
.talk-Limg {
  margin-left: 4px;
  margin-top: -1px;
  float: left;
  width: 60px;
  height: 60px;
}
/* 左からの吹き出しテキスト */
.talk-Ltxt {
  color: #444;
  position: relative;
  margin-left: 100px;
  padding: 1.2em;
  border: 3px solid #D9B0B0;
  background-color: #fff;
  border-radius: 5px;
}
/* 左の三角形を作る */
.talk-Ltxt:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #D9B0B0;
  top: 15px;
  left: -20px;
}
.talk-Ltxt:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 15px;
  left: -16px;
}
/* ----- 右の場合 ----- */
/* 右画像 */
.talk-Rimg {
  margin-right: 4px;
  margin-top: -1px;
  float: right;
  width: 60px;
  height: 60px;
}
/* 右からの吹き出しテキスト */
.talk-Rtxt {
  position: relative;
  margin-right: 100px;
  padding: 1.2em;
  border: 3px solid #D9B0B0;
  background-color: #fcf5f5;
  border-radius: 5px;
}
/* 右の三角形を作る */
.talk-Rtxt:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #D9B0B0;
  top: 15px;
  right: -23px;
}
.talk-Rtxt:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #fcf5f5;
  top: 15px;
  right: -19px;
}

.article_04_coordinate {
    display: flex;
  }
.article_04_coordinate_item_multi{
  margin: 10px 10px;
}
.article_04_coordinate_item_multi p {
  font-size: 0.8rem;
  color: #808080;
}
.aarticle_04_coordinate_item_multi i {
  margin-bottom: 20px;
}
.article_04_coordinate_item_single{
  margin: auto;
}
.article_04_coordinate_item_single p {
  font-size: 0.8rem;
  color: #808080;
}
.article_04_coordinate_item_single i {
  margin-bottom: 20px;
}
.article_04_textdeco{
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  /*ここにPC用スタイルを記述*/
  .article_04_coordinate {
    display:block;
  }
}



/*********************************

         SUMMER SALE 202107

*********************************/

/* 全体 */
.sale202107 {
  width: 100%;
　max-width: 70vw;
  margin: 0 auto;
  text-align: center;
}

.all-sale-wrapper {
  background-color: #F2E6D8;
}

@media (min-width: 1160px) {
  .sale202107 {
    max-width: 1140px;
  }
}

/* ファーストビュー */
.sale-top-image img {
  width: 100%;
}

.sale_top-image__pc {
  display: none;
}

@media (min-width: 1160px) {
  .sale_top-image__sp {
    display: none;
  }
  .sale_top-image__pc {
    display: block;
  }
}

/* お品書き */
.sale-menu {
  margin-bottom: 12px;
}

.sale-menu img {
  width: 100%;
}

/* クーポン */
.sale-coupon {
  margin-bottom: 12px;
}

.sale-coupon h3 {
  font-family: 'Bebas Neue', cursive;
  font-size: 36px;
}

.sale-coupon-wrapper {
  display: none;
}

.sale-coupon-wrapper-sp {
  width: 100%;
  display: flex;
  justify-content: center;
}

.sale-coupon-wrapper-sp img {
  width: 100%;
}

.sale-coupon_desc {
  margin: 0 4px;
}

.sale-coupon_desc sale-coupon-03 {
  width: 50%;
}

.sale-coupon-floating {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 0px;
  z-index: 10;
}

.sale-coupon-floating img {
  width: 100%;
}

.sale-senchaku__present__flex {
  display: flex;
  justify-content: center;
}

.sale-senchaku__present__item {
  margin: 0 12px;
}

.sale-senchaku__present__flex img {
  width: 100%;
}

@media (min-width: 1160px) {
  .sale-coupon-wrapper-sp {
    display: none;
  }
  .sale-coupon-wrapper {
    display: flex;
    justify-content: center;
  }
  .sale-coupon-wrapper img {
    width: 100%;
  }
  .sale-coupon-floating {
    max-width: 1140px;
    width: 100%;
  }
  .sale-senchaku__present__flex {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
  }
}

.sale-text {
  font-size: 1.8rem;
}

/* プレゼント */
.sale-senchaku__present img {
  width: 100%;
}

/* 福袋 */
.sale-senchaku__fukubukuro img {
  width: 100%;
}

.top-mainslide {
  width: 100%;
  margin: 36px auto;
}

.top-mainslide__item {
  margin-left: 12px;
}

/* セール商品選択メニューのスタイル */
#menu {
  position: relative;
  top: 0;
  background-color: #ffffff;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}

.sale-select-box p {
  font-size: 19px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.sale-select-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.sale-select-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.sale-select-item a {
  display: block;
  padding: 10px 15px;
  color: #333333;
  text-decoration: none;
  font-size: 17px;
  font-weight: normal;
}

.sale-select-item a:hover {
  background-color: #e0e0e0;
}

/* セールアイテム全体のスタイル */
.sale-item-wrapper {
　 display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 70vw; /* もしくは固定幅でもOK */
  margin: 0 auto;
  padding: 40px 15px;
  background-color: #ffffff;
}

/* セールアイテムのタイトル */
.sale-item__mustbuy h3 {
  font-size: 34px;
  font-weight: 600;
  color: #000;
  margin-top: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* サブタイトル */
.sale-item__item__subtitle {
  font-size: 17px;
  letter-spacing: 2px;
  color: #888888;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* 商品説明 */
.sale-item__item__exp {
  font-size: 19px;
  color: #555555;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* アイテムのラッパー */
.sale-item__item__flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

/* 個々のアイテム */
.sale-item__item {
  width: calc(50% - 20px);
  margin: 10px;
  position: relative;
}

/* 商品画像 */
.sale-item__item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.sale-item__item img:hover {
  transform: scale(1.05);
}

/* 価格表示 */
.sale__price {
  margin-top: 12px;
  font-size: 19px;
  color: #000;
  text-align: left;
}

.sale__usual-price {
  text-decoration: line-through;
  color: #aaaaaa;
  margin-right: 10px;
}

.sale__sale-price {
  font-size: 22px;
  font-weight: 600;
  color: #d0021b;
}

/* リボンエリア */
.ribbon-area {
  width: 300px; /* サイズを拡大 */
  height: 300px; /* サイズを拡大 */
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.ribbon-text {
  display: block;
  width: 150px; /* サイズを拡大 */
  background-color: #ff5f5d;
  color: #fff;
  text-align: center;
  line-height: 30px; /* 行の高さを調整 */
  position: absolute;
  top: 0px; /* 位置を調整 */
  left: 0px; /* 位置を調整 */
  font-weight: bold;
  font-size: 28px; /* フォントサイズを大きく */
  padding: 5px 0;
}

/* モバイル表示用の調整 */
@media (max-width: 480px) {
  .ribbon-area {
    width: 100px;
    height: 100px;
  }

  .ribbon-text {
    width: 150px;
    font-size: 24px; /* モバイルでも文字を大きく */
    line-height: 25px;
    top: 0px;
    left: 0px;
  }
}


/* MOREボタン */
.sale-item__item__more {
  width: 100%;
  height: 50px;
  background-color: #f5f5f5;
  margin: 0 auto 30px auto;
  text-align: center;
  line-height: 50px;
}

.sale-item__item__more a {
  color: #000;
  font-size: 19px;
  text-decoration: none;
}

/* アザーズ */
.sale-item__inner {
  width: 100%;
}

.sale-item__inner h2 {
  padding-top: 40px;
}

.sale-item__inner h3 {
  font-size: 24px;
  margin-top: -10px;
  color: #fff;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .sale-select-item {
    flex: 1 1 auto; /* 横並びを維持 */
  }

  .sale-item__item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .sale-select-item {
    flex: 1 1 auto; /* 横並びを維持 */
  }

  .sale-item__item {
    width: 100%;
    margin: 10px 0;
  }

  /* リボンエリアの調整 */
  .ribbon-area {
    width: 100px;
    height: 100px;
  }

  .ribbon-text {
    width: 150px;
    font-size: 24px;
    line-height: 25px;
    top: 10px;
    left: -40px;
  }
}

/* アウトレット */
.sale-item__outlet {
  width: 100%;
}

.sale-item__outlet h2 {
  padding-top: 40px;
}

.sale-item2 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.sale-item2 a {
  text-decoration: none;
}

.image-wrapper2 {
  position: relative;
  display: inline-block;
  max-width: 1000px; /* 画像の最大幅を設定 */
  width: 100%;
}

.image-wrapper2 img {
  width: 100%;
  height: auto;
}

.discount-rate {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ff5f5d;
  color: #fff;
  padding: 10px 15px;
  font-size: 60px; /* フォントサイズを大きく */
  font-weight: bold;
  border-radius: 5px;
}
@media (max-width: 480px) {
	.discount-rate {
  position: absolute;
  top: 0; /* 画像の左上に配置 */
  left: 0; /* 画像の左上に配置 */
  background-color: rgba(255, 95, 93, 0.9); /* 背景色を半透明に設定 */
  color: #fff;
  padding: 20px 30px; /* パディングを増やしてサイズを大きく */
  font-size: 80px; /* フォントサイズを大きく */
  font-weight: bold;
  border-radius: 0 0 10px 0; /* 左上に合わせて角丸を調整 */
  z-index: 2; /* 画像の上に表示 */
}
}	
.sale__price2 {
  text-align: center;
  font-size: 20px; /* フォントサイズを大きく */
  margin-bottom: 40px;
}

.sale__usual-price2 {
  text-decoration: line-through;
  color: #aaaaaa;
  margin-right: 10px;
}

.sale__sale-price2 {
  font-size: 36px;
  font-weight: 600;
  color: #d0021b;
}



/*********************************

　　　　　　　　common floating

*********************************/
.common_flotingbanner {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 5px;
  z-index: 10;

}
@media(min-width:1160px) {
  .common_flotingbanner {
position: fixed;   
 max-width: 1140px;
    width: 100%;
z-index: 10;
  }
}


/*********************************

　　　　他コラム

*********************************/

   .link-card {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    max-width: 600px;
    text-decoration: none;
    color: #333;
    transition: box-shadow 0.3s ease;
}
.link-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.link-card img {
    width: 100px;
    height: auto;
    border-radius: 4px;
    margin-right: 15px;
}
.link-card-content {
    flex: 1;
}
.link-card-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.link-card-description {
    font-size: 14px;
    color: #666;
}

@media (max-width: 600px) {
    .link-card {
        flex-direction: column;
        align-items: flex-start;
    }
    .link-card img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .link-card-title {
        font-size: 18px;
    }
    .link-card-description {
        font-size: 16px;
    }
}
/*********************************

　　　　横スクロール

*********************************/

  .scroll-container {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 20px 0;
    scroll-behavior: smooth;
  }
  .scroll-container::-webkit-scrollbar {
    height: 10px;
  }
  .scroll-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
  }
  .article-leggings {
    flex: 0 0 auto;
    width: 250px;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
  }
  .article-leggings img {
    width: 100%;
    height: auto;
  }
  .article-item-detail {
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
    background-color: #ff6347;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
  }
  .article-item-detail:hover {
    background-color: #ff6347;
    color: #fff;
  }
  .article-ranking {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
  }