<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------
 * SP
 * ---------------------------------------- */
/* common */
aside .fr-commonBanner {
  margin-bottom: 0!important;
}
aside .fr-questionnaire {
  margin-top: 21px;
}
footer .fr-globalFooter{
  margin-top: 0px!important;
}
.fr-pagetop{
  z-index: 999;
}
.is-noscroll{
  overflow: hidden;
}
.wrapper.is-hidden{
  visibility: hidden;
}
/* preMovie */
.preMovie{
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #fff; */
  z-index: 9999;
  justify-content: center;
}
.preMovie.is-ended{
  display: none;
}
.preMovie video{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* main */
.main_inner{
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", HiraMinProN-W3, æ¸¸æ˜Žæœ, YuMincho, HGæ˜ŽæœE, "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "MS æ˜Žæœ", serif;
  color: #fff;
  overflow: hidden;
}
.main_inner a{
  color: #fff;
}
.container::before{
  position: fixed;
  top: 0;
  left: 0;
  z-index: -999;
  display: block;
  content: "";
  background: url(/jp/ja/contents/feature/ut-kimetsu2021/img/bg_sp02.jpg) no-repeat 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
/* hero */
.hero_kv{
  position: relative;
}
.hero_lead{
  background-image: url(/jp/ja/contents/feature/ut-kimetsu2021/img/bg_gradient_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero_lead_img{
  opacity: 1;
  /* -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  transition: all 1s ease-in 0.2s; */
}
.hero_lead_img.bottomup{
  /* -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; */
}
.hero_icon{
  opacity: 0;
  position: absolute;
  top: 80%;
  left: 50%;
  width: calc((121 / 375) * 100%);
  transform: translate(-50%, -50%);
  transition: all 1s ease-in 0.2s;
}
.hero_icon.bottomup{
  opacity: 1;
  top: 65%;
}
.hero_note{
  padding: 0 15px;
  font-size: 15px;
  line-height: 22.5px;
  letter-spacing: -0.1px;
  text-align: left;
}
.hero_noteLink {
  text-decoration: underline;
}
/* anchor */
.anchor{
  position: relative;
  height: 312px;
}
.anchorList_item{
  position: absolute;
  width: 114.87px;
  height: 114.87px;
  overflow: hidden;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.anchorList_item.men{
  top: 27%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
}
.anchorList_item.women{
  bottom: 6.8%;
  left: 8%;
}
.anchorList_item.kids{
  bottom: 6.8%;
  right: 8%;
}
.anchorList_itemImg{
  width: 100%;
  cursor: pointer;
}
/* lineup */
.lineup_desc{
  font-size: 17px;
  line-height: 25.5px;
  letter-spacing: -0.1px;
}
/* productList */
.productList{
  position: relative;
  overflow: hidden;
  width: 100%;
}
.pattern_img{
  position: absolute;
  z-index: 0;
  width: 100%;
}
.pattern_img_tanjiro{
  top: 7%;
  left: 0;
}
.pattern_img_rengoku{
  top: 54%;
  right: 0;
}
.pattern_img_nezuko{
  top: 5%;
  left: 0;
}
.pattern_img_giyu{
  top: 52.8%;
  right: 0;
}
.pattern_img_kocyo{
  top: 52.8%;
  right: 0;
}
.bg01{
  background: url(/jp/ja/contents/feature/ut-kimetsu2021/img/bg_01.png) no-repeat;
  background-size: 100%;
  background-position: center 142%;
}
.bg02{
  background: url(/jp/ja/contents/feature/ut-kimetsu2021/img/bg_02.png) no-repeat;
  background-size: 100%;
  background-position: center 1500%;
}
.bg03{
  background: url(/jp/ja/contents/feature/ut-kimetsu2021/img/bg_03.png) no-repeat;
  background-size: 100%;
  background-position: center 0;
}
.bg04{
  background: url(/jp/ja/contents/feature/ut-kimetsu2021/img/bg_04.png) no-repeat;
  background-size: 100%;
  background-position: center 0;
}
.character_img{
  position: absolute;
  z-index: 1;
  width: 100%;
}
.character_img_taijiro{
  top: 0;
  right: 0;
  width: calc((230 / 375) * 100%);
}
.character_img_nezuko{
  top: -2%;
  right: 0;
  width: calc((240 / 375) * 100%);
}
.character_img_zenitsu{
  top: -2%;
  right: 0;
  width: calc((230 / 375) * 100%);
}
.heading_wrapper{
  width: calc((137 / 375) * 100%);
  margin-left: calc((30 / 375) * 100%);
  position: relative;
}
.heading_wrapper.women{
  width: calc((160 / 375) * 100%);
}
.heading_wrapper.kids{
  width: calc((137 / 375) * 100%);
}
.heading_desc{
  font-size: 15px;
  line-height: 22.5px;
  letter-spacing: -0.1px;
}
.js-fadein{
  -webkit-transform: translateX(99%);
  -ms-transform: translateX(99%);
  transform: translateX(99%);
  opacity: 1;
  transition: .8s;
}
.js-fadein-right{
  transform: translateX(0);
  opacity: 1;
}
.productList_slide{
  width: 100%;
}
.productList_number{
  position: relative;
  width: 85px;
  padding: 3px 0;
  margin-left: 15px;
  font-size: 15px;
  line-height: 22.5px;
  letter-spacing: -0.1px;
  text-align: center;
  border: 1px solid #fff;
  background-color: #2b3d5c;
}
.productList_itemInfo{
  padding: 0 15px;
}
.productList_itemName{
  position: relative;
  z-index: 1;
  font-size: 15px;
  line-height: 22.5px;
  letter-spacing: -0.1px;
  text-align: left;
}
.productList_itemPrice{
  font-family: "UniqloPro Bold", sans-serif;
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: -0.1px;
  text-align: left;
}
.swiper-container{
  padding-bottom: 24px;
}
.swiper-pagination-bullets{
  bottom: 3px;
}
.swiper-pagination-bullet-active{
  background-color: #10c3a4
}
.feature_wrapper{
  padding-right: 15px;
  padding-left: 15px;
}
.feature_list{
  display: flex;
}
.feature_list_link{
  display: flex;
}
.feature_img{
  position: relative;
  width: calc((195 / 345) * 100%);
  height: auto;
  margin-right: 30px;
}
.feature_img:before{
  content: '';
  display: block;
  padding-top: 100%;
}
.feature_img_figure{
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: bottom;
}
.feature_img_figure--first{
  z-index: 11;
}
.feature_text{
  flex: 1;
}
.feature_text .productList_number{
  margin: 0 0 0 0;
}
.category{
  padding-left: 15px;
  padding-right: 15px;
}
.category_list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.category_listItem{
  width: calc((105 / 345) * 100%);
  margin-left: calc((15 / 345) * 100%);
}
.category_listItem:first-child{
  margin-left: 0px;
}
@media screen and (max-width: 812px){
  aside{
    background-color: #f4f4f4!important;
  }
  .category_listItem:nth-child(4){
    margin-left: 0px;
  }
  .category_listItem:nth-child(n+4){
    margin-top: 24px;
  }
  .fr-sp-mt-0{
    margin-top: 0;
  }
  .fr-sp-mt-xxs{
    margin-top: 3px;
  }
  .fr-sp-mt-xs{
    margin-top: 6px;
  }
  .fr-sp-mt-s{
    margin-top: 9px;
  }
  .fr-sp-mt-m{
    margin-top: 15px;
  }
  .fr-sp-mt-l{
    margin-top: 21px;
  }
  .fr-sp-mt-xl{
    margin-top: 24px;
  }
  .fr-sp-mt-xxl{
    margin-top: 36px;
  }
  .fr-sp-mt-xxxl{
    margin-top: 60px;
  }
  .fr-sp-pt-75{
    padding-top: calc((75 / 375) * 100%);
  }
  .fr-sp-mt-84{
    margin-top: 84px;
  }
  .fr-sp-pb-xxl{
    padding-bottom: 36px;
  }
  .fr-sp-pt-xxxl{
    padding-top: 60px;
  }
  .fr-sp-pt-xxxxl{
    padding-top: calc((96 / 375) * 100%);
  }
  .feature_img{
    max-width: 195px;
  }
}
.heading_h2_img{
  width: 100%
}
.heading_h2_img.info{
  width: calc((173 / 345) * 100%);
}
.heading_h3_img.steteco{
  width: calc((125 / 345) * 100%);
}
.heading_h3_img.goods{
  width: calc((125 / 345) * 100%);
}
.main_inner .fr-linkButton.-txtBlack{
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", HiraMinProN-W3, æ¸¸æ˜Žæœ, YuMincho, HGæ˜ŽæœE, "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "MS æ˜Žæœ", serif;
  color: #000;
}
.fr-linkButton.no-border{
  border: 0px;
}
.fr-linkButton.-black{
  background-color: #1b1b1b;
}
.fr-linkButton.fr-sp-mlr-0{
  margin-left: 0px;
  margin-right: 0px;
}
/* information */
.information{
  padding: 0 15px;
  font-size: 15px;
}
.information_text{
  font-size: 15px;
  line-height: 22.5px;
  letter-spacing: -0.1px;
  text-align: left;
  margin-bottom: 9px;
}
.category .productList_itemName{
  padding: 0;
}
.category .productList_itemPric{
  padding: 0 10px;
}
.information_link{
  font-size: 15px;
  line-height: 22.5px;
  letter-spacing: -0.1px;
  text-align: left;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.productList_item .swiper-parent{
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: 0px;
  text-align: left;
}
main .swiper-button-next,main .swiper-button-prev{
  background-color: rgba(0,0,0,0);
}
main .swiper-button-next:after,main .swiper-button-prev:after{
  background: url(/jp/ja/contents/feature/ut-kimetsu2021/img/carousel.svg) 0/27em 2em no-repeat;
  background-position-x: 1em;
}
main .swiper-button-next:after{
  transform: scale(-1, 1);
}
.extra_img{
  width: calc((260 / 345) * 100%);
  margin: 36px auto;
}
/* ----------------------------------------
 * PC
 * ---------------------------------------- */
@media screen and (min-width: 813px){
  /* common */
  footer .fr-globalFooter{
    border: 1px solid #dadada!important;
  }
  .fr-pc-mt-xxs{
    margin-top: 3px;
  }
  .fr-pc-mt-xs{
    margin-top: 6px;
  }
  .fr-pc-mt-s{
    margin-top: 9px;
  }
  .fr-pc-mt-m{
    margin-top: 15px;
  }
  .fr-pc-mt-l{
    margin-top: 21px;
  }
  .fr-pc-mt-xl{
    margin-top: 24px;
  }
  .fr-pc-mt-xxl{
    margin-top: 36px;
  }
  .fr-pc-mt-xxl-40{
    margin-top: 40px;
  }
  .feature_wrapper.fr-pc-pb-xxl{
    margin-top: 0;
    padding-top: 60px;
  }
  .productList.fr-pc-mt-xxl{
    margin-top: 0px;
    padding-top: 64px;
  }
  .productList_item.fr-pc-mt-xxl{
    margin-top: 0px;
    padding-top: 36px;
  }
  .heading_h2_img.men{
    width: calc((185 / 1176) * 100%);
  }
  .heading_h2_img.women{
    width: calc((215 / 1176) * 100%);
  }
  .heading_h2_img.kids{
    width: calc((185 / 1176) * 100%);
  }
  .heading_h2_img.info{
    width: calc((238 / 1176) * 100%);
  }
  .heading_h3_img.steteco{
    width: calc((204 / 1176) * 100%);
  }
  .heading_h3_img.goods{
    width: calc((204 / 1176) * 100%);
  }
  /* main */
  /* hero */
  .hero_icon{
    top: 79%;
    left: 24%;
    width: calc((190 / 1176) * 100%);
  }
  .hero_icon.bottomup{
    top: 64%;
  }
  .hero_note{
    background-image: url(/jp/ja/contents/feature/ut-kimetsu2021/img/bg_gradient_pc.png);
    height: 148px;
    margin-top: 0px;
    padding: 30px;
    font-size: 18px;
    line-height: 27px;
  }
  /* anchor */
  .anchor-flex{
    position: relative;
  }
  .anchorList{
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .anchorList_item{
    position: relative;
    margin: 0 40px;
    width: 155px;
    height: 155px;
  }
  /* lineup */
  .lineup_desc{
    font-size: 23px;
  }
  .lineup_desc{
    font-size: 23px;
  }
  .heading_desc{
    font-size: 26px;
    line-height: 40px;
  }
  .heading_wrapper,.heading_wrapper.women,.heading_wrapper.kids{
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }
  .feature_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
  }
  .feature_list{
    display: block;
    width: calc((525 / 1176) * 100%);
  }
  .feature_list_link{
    display: block;
  }
  .feature_img{
    width: 100%;
    margin-right: 0px;
  } 
  .feature_text{
    display: flex;
    margin-top: 20px;
  }
  .feature_text .productList_number{
    min-width: 70px;
    width: calc((100 / 525) * 100%);
    margin-right: 25px;
  }
  .feature_text .productList_itemName{
    margin-top: 0;
  }
  .container{
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: top;
    background: url(/jp/ja/contents/feature/ut-kimetsu2021/img/bg_pc.jpg);
    background-attachment: fixed;
  }
  .container::before{
    display: none;
  }
  .character_img_taijiro{
    top: 3%;
    right: 10%;
    width: calc((290 / 1176) * 100%);
  }
  .character_img_nezuko{
    top: 3%;
    right: 10%;
    width: calc((290 / 1176) * 100%);
  }
  .character_img_zenitsu{
    top: 6%;
    right: 5%;
    width: calc((290 / 1176) * 100%);
  }
  .pattern_img{
    width: 426px;
  }
  .pattern_img_tanjiro{
    top: 2%;
    left: auto;
    right: 0;
  }
  .pattern_img_nezuko{
    top: 2%;
    left: auto;
    right: 0;
  }
  .pattern_img_zenitsu{
    top: 6%;
    left: auto;
    right: 0;
  }
  /* category */
  .category{
    padding: 0;
    padding-top: 52px;
  }
  .category_list{
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 40px;
  }
  .category_listItem{
    width: calc((216 / 1176) * 100%);
    margin-left: 12px;
  }
  /* productList */
  .productList_item.pc-right-product{
    padding-right: 174px;
    margin-left: auto;
  }
  .productList_item.pc-right-product .productList_number{
    margin-left: auto;
  }
  .productList_item.pc-right-product .productList_slide{
    margin-left: auto;
  }
  .productList_item.pc-left-product{
    padding-left: 174px;
  }
  .productList_number{
    margin-left: 0;
    height: 36px;
    width: 100px;
    line-height: 29.5px;
    font-size: 16px;
  }
  .productList_slide{
    width: calc((576 / 1002) * 100%);
  }
  .productList_itemInfo{
    padding: 0;
  }
  .category .productList_itemPrice{
    padding: 0;
  }
  .productList_itemName{
    font-size: 18px;
    line-height: 27px;
  }
  .productList_itemPrice{
    font-size: 24px;
    line-height: 31.5px;
  }
  /* information */
  .fr-linkButton.fr-sp-mlr-0{
    margin: 0 auto;
  }
  .fr-linkButton{
    max-width: calc((578 / 1176) * 100%);
  }
  .fr-linkButtonParent{
    margin-top: 0px;
    padding-top: 52px;
  }
  .information{
    padding-top: 64px;
    padding-bottom: 36px;
    padding-left: 0;
    padding-right: 0;
  }
  .information_text,.information_link{
    font-size: 18px;
    line-height: 27px;
  }

  .extra_img{
    width: calc((578 / 1176) * 100%);
    margin: 0px auto;
    margin-top: 36px;
  }
  .pc-information-img{
    width: calc((578 / 1176) * 100%);
    margin: 0px auto;
    margin-top: 36px;
  }
  .pc-information-img img{
    margin-top: 0;
  }
  .information_contents{
    padding-left: 150px;
    padding-right: 150px;
  }
  /* bg */
  .pc-bg01{
    background: url(/jp/ja/contents/feature/ut-kimetsu2021/img/bg_01_pc.png) no-repeat;
    background-size: 100%;
    background-position: left 12%;
  }
  .pc-bg02{
    background: url(/jp/ja/contents/feature/ut-kimetsu2021/img/bg_02_pc.png) no-repeat;
    background-size: 100%;
    background-position: center 82%;
  }
  .bg02.pc-bg01,.bg04.pc-bg01{
    background: url(/jp/ja/contents/feature/ut-kimetsu2021/img/bg_01_pc.png) no-repeat;
    background-size: 100%;
    background-position: left 94%;
  }
  .bg03.pc-bg02{
    background: url(/jp/ja/contents/feature/ut-kimetsu2021/img/bg_02_pc.png) no-repeat;
    background-size: 100%;
    background-position: center 460%;
  }
}
</pre></body></html>