/* 画面外の表示をさせない */
body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

/* kanshasai.cssここから */
/* SPだけに効くcssです */
@media (max-width: 750px) {
  .pc-only {
    display: none;
  }
  .display_pc {
    display: none !important;
  }
}
/* PCだけに効くcssです */
@media (min-width: 751px) {
  .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: 750px) {
  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: 750px) {
  .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: 750px) {
  #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;
}
.imgAnchor2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.5%;
  width: 300px;
  margin: 0 auto;
}
.imgAnchor li{
  width: 49%;
  margin: 0.5% 0.5%;
  cursor: pointer;
}
.imgAnchor2 li{
  width: 49%;
  margin: 0.5% 0.5%;
  cursor: pointer;
}
.imgAnchor li.rectangleButton{
  width: 100%;
}
.imgAnchor2 li.rectangleButton{
  width: 100%;
}
@media (max-width: 750px) {
  .imgAnchor{
    width: 100%;
  }
  .imgAnchor2{
    width: 65%;
  }
  .imgAnchor li{
    width: 40%;
  }
  .imgAnchor2 li{
    width: 40%;
  }
  .imgAnchor li.rectangleButton{
    width: 80%;
  }
  .imgAnchor2 li.rectangleButton{
    width: 80%;
  }
}

.imgTitle{
  width: auto;
  display: flex;
  justify-content: center;
  margin: 20px auto;
}
.imgTitle img{
  width: 100%;
  height: auto;
}
.imgTitle3gyou img{
  width: auto;
  height: 150px;
}
.categoryTitle.imgTitle img{
  width: auto;
  height: 122px;
}

@media (max-width: 750px) {
  .imgTitle img{
    width: 100%;
    height: auto;
  }
  .imgTitle3gyou img{
    width: auto;
    height: 90px;
  }
  .categoryTitle.imgTitle img{
    width: auto;
    height: 68px;
  }
}

#gentei .imgTitle img{
 height: 70px;
}
@media (max-width: 750px) {
  #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: 750px) {
  .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;
  font-size: 14px;
}
@media (max-width: 750px) {
  .categoryAnchor li {
    width: 50%;
    height: auto;
  }
  .categoryAnchor .categoryAnchor-Thumb{
    width: 30%;
  }
  .categoryAnchor .categoryAnchor-Text{
    width: 70%;
  }
  .categoryAnchor-Text {
    font-size: 14px;
  }
}
/* カテゴリアンカーここまで */


/* ガーランドの飾り */
.garland{
  width: 600px;
  margin: 3rem auto;
}
@media (max-width: 750px) {
  .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: 750px) {
  .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;
}


/* LIVE station */
@media (min-width: 751px) {
  ul.imageplustext{
  max-width: 840px;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  }
  ul.imageplustext > li{
    margin: 0px 1%;
    width: 23%;
  }
  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: 750px) {
  ul.imageplustext{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  ul.imageplustext > li{
    margin: 1%;
    width: 48%;
  }
  ul.imageplustext > li a{
    justify-content: center;
    margin: 20px 0 0;
  }
  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: 750px) {
  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: 750px) {
  .errortext{
    text-align: left;
    padding: 0px 20px;
  }
}
/* kanshasai.cssここまで */

/* 旧感謝祭で使用していたものここから */
    .kanshasai-anchorButton {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .kanshasai-anchorButton-one {
      width: 50%;
      cursor: pointer;
    }

    .kanshasai-anchorButton-wide-one .fr-img {
      margin-bottom: 5px;
      cursor: pointer;
    }

    /* SPだけに効く */
    @media (max-width: 750px) {
      .pc-only {
        display: none;
      }

      .aliasArea {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0 4%;
      }
    }

    /* PCだけに効く */
    @media (min-width: 751px) {
      .kanshasai-anchorButton-one {
        width: 25%;
      }

      .kanshasai-anchorButton-wide-one {
        width: 50%;
        margin: 0 auto;
      }

      .sp-only {
        display: none;
      }

      /*.aliasArea {
        width: 840px;
      }*/
    }

    /* ユーザーレビュー */
    .fr-userReview h3 {
      font-size: 1rem;
      margin-bottom: 1rem;
    }

    .fr-userReview_inner {
      border-top: 1px solid #dadada;
      padding: 1.5rem 0;
    }

    .fr-userReview_inner:last-child {
      border-bottom: 1px solid #dadada;
    }

    .fr-userReview_inner .title {
      font-size: 0.9rem;
      margin-bottom: 1.2rem;
    }

    .fr-userReview_inner .star {
      margin-bottom: 0.5rem;
      font-size: 0.7rem;
      letter-spacing: 2.5px;
    }

    .fr-userReview_inner .text {
      margin-bottom: 1.2rem;
      font-size: 0.8rem;
    }

    .fr-userReview_inner .gender {
      color: #6a6a6a;
      font-size: 0.7rem;
    }

    /* サムネイル付きアンカーボタン */
    @media (max-width: 750px) {

      /* SP版は2カラム */
      .fr-anchorButton_item.-oneThird {
        width: 33.3%;
      }
    }

    .fr-anchorButton {
      border: none;
    }

    .fr-anchorButton_item {
      position: relative;
      border: none;
    }

    .fr-anchorButton_item::after {
      content: "";
      position: absolute;
      z-index: 0;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border: 1px solid #dadada;
      margin-left: -1px;
      margin-top: -1px;
    }

    .fr-anchorButton_item.-oneThird .thumbnail {
      width: 4.875rem;
    }

    .fr-anchorButton_item.-oneThird .thumbnail img {
      width: 100%;
    }

    .fr-anchorButton_item.-oneThird .text {
      width: calc(100% - 4.875rem);
      display: flex;
      justify-content: center;
      padding: 0.5rem 1rem;
      line-height: 1.5;
      font-size: 1rem;
      text-align: center;
    }

    .fr-anchorButton_itemInner {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }

    .pt5rem {
      padding-top: 5rem;
      margin-top: -4rem;
    }

    /* エイリアススマホの●調整 */
    .sf_bff_products_inner.device_sp ul.column_3 li .sf_bff_products_colorchip span img  {
      position: absolute;
      top: 1px;
    }
/* 旧感謝祭で使用していたものここまで */

/* カルーセル部分ここから */
    #container .slideArea {
      margin: 0 auto 30px;
    }

    #container .aliasSlider.aliasSlider02 {
      position: relative;
      width: 100%;
      max-width: 1160px;
      height: 100%;
      overflow: hidden;
      margin: 0 auto;
    }

    #container .aliasSlider .description {
      color: #1b1b1b;
      font-size: 14px;
      line-height: 1.6;
      margin-top: 8px;
    }

    /*
  #container .aliasSlider .swiper-slide {
    width: 290px !important;
    margin: 0 !important;
  }
  #container .aliasSlider .swiper-slide img {
    width: 290px !important;
    height: auto !important;
  }
  #container .aliasSlider img {
    width: 290px;
  }
    */
    #container .aliasSlider .aliasSliderBtn .btnPrev,
    #container .aliasSlider .aliasSliderBtn .btnNext {
      top: -235px;
    }

    /* #container .aliasSlider .swiper-slide {
      cursor: pointer;
    } */

    #container .aliasSlider .swiper-slide a:hover img {
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      opacity: 0.7;
    }

    #container .aliasSlider .aliasSliderBtn {
      position: relative
    }

    #container .aliasSlider .aliasSliderBtn .btnPrev,
    #container .aliasSlider .aliasSliderBtn .btnNext {
      display: block;
      width: 40px;
      height: 40px;
      text-indent: -999em;
      overflow: hidden;
      position: absolute;
      z-index: 100;
      top: 220px;
      cursor: pointer;
    }

    #container .aliasSlider .aliasSliderBtn .btnPrev {
      background: url(https://www.gu-global.com/jp/ja/special-feature/feature/assets/images/201225_btnPrev.png) no-repeat;
      left: 0;
      background-size: contain;
    }

    #container .aliasSlider .aliasSliderBtn .btnNext {
      background: url(https://www.gu-global.com/jp/ja/special-feature/feature/assets/images/201225_btnNext.png) no-repeat;
      right: 0;
      background-size: contain;
    }

    #container .aliasSlider .aliasSliderBtn .btnPrev.swiper-button-disabled,
    #container .aliasSlider .aliasSliderBtn .btnNext.swiper-button-disabled {
      opacity: 0;
      cursor: auto;
      pointer-events: none;
    }

    #container .swiper-pagination {
      position: relative;
      margin: 0 auto;
      left: 0;
      width: 100%;
      text-align: center;
    }

    #container .swiper-pagination span {
      margin: 0 4px;
    }

    #container .swiper-pagination-bullet-active {
      opacity: 1;
      background: #535353;
    }

    /* SPだけに効く */
    @media (max-width: 750px) {
      #container .slideArea {
        margin: 0 0 5vh;
      }

      #container .aliasSlider .aliasSliderBtn .btnPrev,
      #container .aliasSlider .aliasSliderBtn .btnNext {
        top: 80px;
        width: 25px;
        height: 25px;
      }

      #container .aliasSlider .aliasSliderBtn .btnPrev_as02,
      #container .aliasSlider .aliasSliderBtn .btnNext_as02 {
        top: 150px;
        width: 25px;
        height: 25px;
      }

      /* #container .aliasSlider .aliasSliderBtn .btnPrev,
      #container .aliasSlider .aliasSliderBtn .btnNext {
        display: none;
       } */
    }
/* カルーセル部分ここまで */

/* 画像をスライドインここから */
.slidein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 0.5s;
  &.slidein-left{
      transform: translate(-100%,0);
  }
  &.slidein-right{
      transform: translate(100%,0);
  }
  &.slidein-up{
      transform: translate(0,-100%);
  }
  &.slidein-bottom{
      transform: translate(0,100%);
  }
  &.scrollin{
    transform: translate(0, 0)!important;
    opacity: 1!important;
  }
}
/* 画像をスライドインここまで */

/* リンクのポインター設定ここから */
a:hover {
  cursor: pointer;
}
/* リンクのポインター設定ここまで */

/* STYLING BOOKここから */
@media (max-width: 750px) {
  ul.stylingbook_img li {
    width: 50%;
    height: auto!important;
    text-align: center;
    padding: 2px;
  }
}
@media (min-width: 751px) {
  ul.stylingbook_img li {
    width: 33%;
    height: auto!important;
    text-align: center;
    padding: 2px;
  }
}
ul.stylingbook_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*width: 345px;*/
  margin: 20px auto 60px;
}
ul.stylingbook_img li img {
  width: 100%;
}
/* STYLING BOOKここまで */

/* 黄色背景ここから */
@media (min-width: 751px) {
  .yellow-back {
    background-color: #fef080;
    padding: 35px 0;
  }
}
@media (max-width: 750px) {
  .yellow-back {
    background-color: #fef080;
    padding: 25px 0;
  }
}
/* 黄色背景ここまで */

/* 同時開催ここから */
@media (max-width: 750px) {
  ul.sogo_img li {
    width: 33%;
    height: auto!important;
    text-align: center;
    padding: 2px;
  }
}
@media (min-width: 751px) {
  ul.sogo_img li {
    width: 33%;
    height: auto!important;
    text-align: center;
    padding: 2px;
  }
}
ul.sogo_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 60px;
f.imgTitle img}
ul.sogo_img li img {
  width: 100%;
}
/* 同時開催ここまで */

/* アンダーラインここから */
.underline-text a {
  text-decoration: underline;
}
/* アンダーラインここまで */
/* 5/20特出しここから */
ul.tokudashi {
    display: flex;
    flex-wrap: wrap;
.}
ul.tokudashi li img {
  width: 100%;
}
ul.tokudashi li {
  width: 50%;
  height: auto!important;
  text-align: center;
}
/* 5/20特出しここまで */

/* staffstylingここから */
@media (max-width: 750px) {
  ul.staffstyling-img {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  ul.staffstyling-img li {
    display: flex;
    flex-wrap: wrap;
    height: auto!important;
    text-align: center;
    width: 50%;
  }
}
@media (min-width: 756px) {
  div.staffstyling-left,
  div.staffstyling-right {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
  }
  ul.staffstyling-img {
    display: flex;
    flex-wrap: wrap;
  }
  ul.staffstyling-img li {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    height: auto!important;
    text-align: center;
  }
}
div.staffstyling {
  display: flex;
  flex-wrap: wrap;
}
div.staffstyling-left img,ul.staffstyling-img li img {
  width: 100%;
  padding: 2px;
}
/* staffstylingここまで */

/* 終了テキストここから */
.close-text {
  background-color: #CCCCCC;
  text-align: center;
  padding: 100px 0;
  font-weight: bold;
}
/* 終了テキストここまで */