/* SPだけに効くcssです */
@media (max-width: 811px) {
  .pc-only {
    display: none;
  }
  .display_pc {
    display: none !important;
  }
}
/* PCだけに効くcssです */
@media (min-width: 812px) {
  .sp-only {
    display: none;
  }
  .display_sp {
    display: none !important;
  }
  
}

.bold{
  font-weight: bold;
}
.center{
  text-align: center;
}
.red{
  color: red;
}

section{
  margin-bottom: 130px;
}
@media (max-width: 811px) {
  section{
    margin-bottom: 70px;
  }
}

a{
  transition: 200ms;
}
a:hover {
  opacity: 0.7;
}
.sf_bff_products_inner a:hover{
  opacity: 1;
}

.flex{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.flex .img{
  width: 45%;
  margin-right: 20px;
}
.flex .text{
  line-height: 1.4;
  font-size: 90%;
  width: 55%;
}

.topic-path-pc {
  margin: 0px auto 0px;
}
.topic-path-sp{
  margin: 0px auto 0px;
}
.topic-path-pc ul li a::after,
.topic-path-sp ul li a::after {
  content: "/";
}



/* MVスライダー */
.mv-slider img {
  width: inherit;
  height: inherit;
  margin: 0;
  padding: 0;
  border: none;
}
.mv-slider {
  white-space: nowrap;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.mv-slider > img:first-child {
  animation-name: slider;
  animation-iteration-count: infinite;
  animation-duration: 12s;
  animation-delay: 3s;
}

@keyframes slider {
  0% {
    margin-left: 0;
  }
  25% {
    margin-left: -100%;
  }
  50% {
    margin-left: -200%;
  }
  75% {
    margin-left: -300%;
  }
  100% {
    margin-left: -400%;
  }
}
/* MVスライダーここまで */


/* ベーシックボタンデザイン */
.linkbutton-basic{
	display: block;
	text-align: center;
	width: 70%;
	margin: auto;
	padding: 1.2rem 0;
	font-weight: bold;
	border-radius: 0.3rem;
	border: 2px solid #0f216e;
	background: #fff;
  cursor: pointer;
  color: #0f216e !important;
  transition: 200ms;
  font-size: 1.1rem;
}
.linkbutton-basic:hover{
  background: #0f216e;
  color: #fff !important;
  opacity: 1;
}
@media (max-width: 811px) {
  .linkbutton-basic{
    font-size: 1rem;
    width: 100%;
  }
}
/* ベーシックボタンデザインここまで */


/* WEBCMスライダー */
dl.webcmText dt{
  margin: 5px 0;
}
dl.webcmText dd{
  font-size: 80%;
  line-height: 1.2;
}
.fr-mediaCarouselThumbs_items {
  justify-content: space-between;
  margin: -20px -30px 50px;
}
.fr-mediaCarouselThumbs_item {
  width: calc((100% - 48px)/3);
  margin-left: 5px;
  margin-right: 5px;
  border: none;
}

#webcm .swiper-slide{
  width: 840px;
  height: 473px;
}
@media (max-width: 811px) {
  #webcm .swiper-slide{
    width: 359px;
    height: 202px;
  }
}


.imgAnchor{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.5%;
  width: 550px;
  margin: 0 auto;
}
.imgAnchor li{
  width: 49%;
  margin: 0.5% 0.5%;
  cursor: pointer;
}
.imgAnchor li.rectangleButton{
  width: 100%;
}
@media (max-width: 811px) {
  .imgAnchor{
    width: 100%;
  }
  .imgAnchor li{
    width: 40%;
  }
  .imgAnchor li.rectangleButton{
    width: 80%;
  }
}

.imgTitle{
  width: auto;
  display: flex;
  justify-content: center;
  margin: 20px auto;
}
.imgTitle img{
  width: auto;
  height: 95px;
}
.imgTitle3gyou img{
  width: auto;
  height: 150px;
}
.categoryTitle.imgTitle img{
  width: auto;
  height: 122px;
}

@media (max-width: 811px) {
  .imgTitle img{
    width: auto;
    height: 55px;
  }
  .imgTitle3gyou img{
    width: auto;
    height: 90px;
  }
  .categoryTitle.imgTitle img{
    width: auto;
    height: 68px;
  }
}

#gentei .imgTitle img{
 height: 70px;
}
@media (max-width: 811px) {
  #gentei .imgTitle img{
    height: 40px;
   }
}

/* カテゴリアンカー */
.categoryAnchor{
  display: flex;
  flex-wrap: wrap;
}
.categoryAnchor li {
  width: 33.3%;
  height: auto;
}
.categoryAnchor li a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: solid 1px #dadada;
  cursor: pointer;
  transition: 200ms;
}
.categoryAnchor li.lowerColumn a{
  border-top: none;
}
@media (max-width: 811px) {
  .categoryAnchor li.lowerColumnSP a{
    border-top: none;
  }
}
.categoryAnchor li a:hover{
  background: #dadada;
  opacity: 1;
}
.categoryAnchor .categoryAnchor-Thumb{
  width: 20%;
  height: auto;
}
.categoryAnchor .categoryAnchor-Text{
  width: 80%;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 811px) {
  .categoryAnchor li {
    width: 50%;
    height: auto;
  }
  .categoryAnchor .categoryAnchor-Thumb{
    width: 30%;
  }
  .categoryAnchor .categoryAnchor-Text{
    width: 70%;
  }
}
/* カテゴリアンカーここまで */


/* ガーランドの飾り */
.garland{
  width: 600px;
  margin: 3rem auto;
}
@media (max-width: 811px) {
  .garland{
    width: 70%;
    margin: 3rem auto;
  }
}


/* gift-wrapping */
.gift-wrapping{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.gift-wrapping-img{
  width: 30%;
  margin-right: 5%;
}
.gift-wrapping-text{
  width: 65%;
}


/* アコーディオン */
.fr-accordion_heading:after {
  background: url("https://www.uniqlo.com/jp/ja/contents/feature/common/icons/chevron_updown.svg") 0/cover no-repeat;
}
.fr-accordion_contentInner .aliasArea{
  width: 100%;
}



/* swiper */
.swiper-slide a:hover{
  opacity: 0.7;
  transition: 200ms;
}
.swiper-button-next, .swiper-button-prev {
  width: 20px;
  height: 35px;
  background-size: contain;
}
@media (max-width: 811px) {
  .swiper-button-next, .swiper-button-prev {
    width: 20px;
    height: 23px;
    background-size: contain;
  }
}

/* スライダーポチのやつ */
.fr-mediaCarouselThumbs_items{
  justify-content: center;
  margin-top: -20px;
}
.fr-mediaCarouselThumbs_item.dot{
  background: #fff;
  border: #555 solid 1px;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}
.fr-mediaCarouselThumbs_item.dot.-current{
  background: #555;
}
.fr-mediaCarouselThumbs_item.dot.-current::before,
.fr-mediaCarouselThumbs_item.dot.-current::after{
  content: none;
}


/* おすすめ特集部分 */
@media (min-width: 812px) {
  ul.imageplustext{
  width: 840px;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
}
ul.imageplustext > li{
  margin: 0px 1%;
  width: 31.3%;
}
ul.imageplustext > li .img{
  margin-right: 20px;
  width: 100%;
}
ul.imageplustext > li .text{
  margin-top: 10px;
  width: 100%;
}
ul.imageplustext > li .text .title{
  font-weight: bold;
  font-size: 100%;
}
ul.imageplustext > li .text .description{
  margin-top: 10px;
  font-size: 90%;
  line-height: 1.4;
}
}

@media (max-width: 811px) {
  ul.imageplustext{
    width: 100%;
    margin: 0 auto;
  }
  ul.imageplustext > li a{
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
  }
  ul.imageplustext > li .img{
    margin-right: 20px;
    width: 45%;
  }
  ul.imageplustext > li .text{
    width: 55%;
  }
  ul.imageplustext > li .text .title{
    font-weight: bold;
    font-size: 100%;
  }
  ul.imageplustext > li .text .description{
    margin-top: 10px;
    font-size: 90%;
    line-height: 1.4;
  }
}

.linkbutton-pricedown .text{
  background: #fff100;
  text-align: center;
  margin: -6px 0 0;
  padding: 20px 0px 20px;
  color: #0f216e !important;
  font-weight: bold;
  font-size: 1.1rem;
}

.errortext{
  color: red;
  text-align: center;
  line-height: 1.3;
  font-size: 14px;
}
@media (max-width: 811px) {
  .errortext{
    text-align: left;
    padding: 0px 20px;
  }
}