@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  position: relative;
  color: #333;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: 14px;
  background-color: #F5F5F5;
}

#wrapper {
  width: 100%;
  height: 100%;
}

#topVisual {
  width: 100%;
  height: 100svh;
  background-color: #ffffff;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
#topVisual .topVisualImg {
  width: 100%;
  height: 100svh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0px;
  left: 0px;
}
#topVisual #topTitle {
  width: 328px;
  height: 192px;
  background-image: url("../img/common/title.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -70px;
  margin-left: -164px;
}
#topVisual #topTitle #topTitleCircle {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
}
#topVisual #topTitle #topTitleCircle li {
  width: 6px;
  height: 6px;
  background-color: #e2e2e2;
  border-radius: 3px;
  margin-right: 3px;
  float: left;
}
#topVisual #topTitle #topTitleCircle .nowCircle {
  background-color: #E89B9B;
}
#topVisual #topNews {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.95);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  border-radius: 20px;
}
#topVisual #topNews a {
  text-decoration: none;
}
#topVisual #topNews span {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 13px;
}
#topVisual #topNews .t-1 {
  top: -2px;
}

#kumoriVisual {
  width: 100%;
  height: 250px;
  background-image: url("../img/common/topvisual_kumori.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
}
#kumoriVisual img {
  display: none;
}
#kumoriVisual #kumoriTitle {
  width: 240px;
  height: 120px;
  background-image: url("../img/common/title_kumori.png");
  background-size: 70% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -120px;
}

#wrapperTop {
  width: 100%;
  background-color: #F5F5F5;
  padding-top: 80px;
}
#wrapperTop h2 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 20px;
  text-align: center;
  margin-bottom: 80px;
}
#wrapperTop .worksH2 {
  margin-top: 45px;
}
#wrapperTop p {
  text-align: center;
  margin-bottom: 80px;
}
#wrapperTop #topWorksThumbs {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}
#wrapperTop #topWorksThumbs .topWorksThumbsRow {
  width: 200px;
  margin-right: 40px;
  float: left;
}
#wrapperTop #topWorksThumbs .topWorksThumbsRow img {
  width: 200px;
  margin-bottom: 20px;
  float: left;
}
#wrapperTop #topWorksThumbs .mr0 {
  margin-right: 0px;
}
#wrapperTop #topWorksThumbs .cl {
  width: 100%;
  height: 1px;
  clear: both;
  text-align: center;
}

.WrapperTop {
  margin-top: 100svh;
}

.Wrapperkumori {
  margin-top: 250px;
}

#worksDetailContents {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #F5F5F5;
}
#worksDetailContents #worksDetailContentsIn {
  width: 300vw;
  height: 100%;
}
#worksDetailContents #worksDetailContentsIn .worksDetailImg {
  width: 100vw;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  display: none;
  opacity: 0;
}
#worksDetailContents #worksDetailContentsIn #worksDetailImg_1 {
  display: block;
  opacity: 1;
}
#worksDetailContents .arrow {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  top: 50%;
  margin-top: -20px;
}
#worksDetailContents #arrowLeft {
  background-image: url("../img/common/arrow_left.svg");
  left: 20px;
}
#worksDetailContents #arrowRight {
  background-image: url("../img/common/arrow_right.svg");
  right: 20px;
}
#worksDetailContents #worksDetailText {
  width: 360px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 15px 20px 15px 20px;
  cursor: pointer;
}
#worksDetailContents #worksDetailText #worksDetailTitle {
  overflow: hidden;
}
#worksDetailContents #worksDetailText #worksDetailTitle h4 {
  max-width: 328px;
  font-size: 15px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
}
#worksDetailContents #worksDetailText #worksDetailTitle img {
  position: absolute;
  top: 9px;
  right: 5px;
}
#worksDetailContents #worksDetailText #worksDetailTitle #worksDetailCircle {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
#worksDetailContents #worksDetailText #worksDetailTitle #worksDetailCircle li {
  width: 6px;
  height: 6px;
  background-color: #e2e2e2;
  border-radius: 3px;
  margin-left: 3px;
  margin-bottom: 3px;
}
#worksDetailContents #worksDetailText #worksDetailTitle #worksDetailCircle .nowCircle {
  background-color: #E89B9B;
}
#worksDetailContents #worksDetailText #worksDetailInfo {
  display: none;
}
#worksDetailContents #worksDetailText #worksDetailInfo p {
  font-size: 12px;
  border-top: dashed 1px #707070;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 10px;
}
#worksDetailContents #worksDetailText #worksDetailInfo #worksDetailTag li {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-size: 10px;
  background-color: #F5F5F5;
  padding: 3px 10px 3px 10px;
  margin-right: 5px;
  margin-top: 10px;
  border-radius: 20px;
  float: left;
}

#normalContents {
  background-color: #F5F5F5;
  padding-top: 125px;
}
#normalContents #normalContentsIn {
  width: 480px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#normalContents #normalContentsIn img {
  width: 480px;
}
#normalContents #normalContentsIn h2 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 20px;
  text-align: center;
  margin-bottom: 80px;
}
#normalContents #normalContentsIn h3 {
  font-size: 20px;
  text-align: center;
  margin-top: 40px;
}
#normalContents #normalContentsIn h4 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 15px;
}
#normalContents #normalContentsIn li {
  list-style: disc;
  margin-left: 18px;
  margin-bottom: 10px;
}
#normalContents #normalContentsIn .dotline {
  width: 480px;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: dashed 1px #707070;
}
#normalContents #normalContentsIn .h3en {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 40px;
}
#normalContents #normalContentsIn .h4en {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 40px;
}
#normalContents #normalContentsIn .newsThumb {
  font-size: 14px;
  text-align: center;
  margin-top: 80px;
}
#normalContents #normalContentsIn .newsThumbA {
  display: block;
  text-decoration: none;
}
#normalContents #normalContentsIn .date {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}
#normalContents #normalContentsIn .mb20 {
  margin-bottom: 20px;
}
#normalContents .newsDetail p {
  margin-top: 30px;
  margin-bottom: 40px;
}
#normalContents .newsDetail .newsBtn a {
  width: 465px;
  height: 42px;
  background-image: url("../img/common/arrow_right.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-color: #FFF;
  border-radius: 10px;
  font-size: 15px;
  padding-top: 13px;
  padding-left: 15px;
  display: block;
  text-decoration: none;
}

#footer {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  margin-top: 80px;
}
#footer #footerIn {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding-top: 40px;
}
#footer #footerIn #footerInfo {
  position: absolute;
  right: 0px;
  z-index: 999;
}
#footer #footerIn #footerInfo li {
  float: left;
  margin-right: 15px;
}
#footer #footerIn #footerInfo .xBtn {
  margin-right: 0px;
  margin-top: 1px;
}
#footer #footerIn #footerInfo .xBtn img {
  width: 18px;
}
#footer #footerIn #footerCopyright {
  text-align: left;
  margin-bottom: 0px;
}

#menuBtn {
  display: none;
}

#menu {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 15px;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
}
#menu #menuA {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  top: 12px;
}
#menu #menuA li {
  float: left;
  margin-right: 30px;
  font-weight: 700;
}
#menu #menuA .current {
  color: #E89B9B;
}
#menu #menuA .mr0 {
  margin-right: 0px;
}
#menu #menuB {
  position: absolute;
  top: 13px;
  right: 0px;
  text-align: right;
}
#menu #menuB li {
  font-weight: 700;
  float: left;
  margin-right: 20px;
}
#menu #menuB #storeBtn {
  width: 90px;
}
#menu #menuB #storeBtn img {
  height: 22px;
  margin-right: 10px;
}
#menu #menuB #storeBtn span {
  top: -4px;
  font-weight: 700;
}
#menu #menuB .instagramBtn img {
  height: 20px;
  margin-top: 2px;
}
#menu #menuB .xBtn img {
  height: 18px;
  margin-top: 3px;
}
#menu #menuCloseBtn {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("../img/common/close_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 20px;
  display: none;
}

#searchBtn {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("../img/common/search_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 20px;
  cursor: pointer;
}

.worksTop #searchBtn {
  position: fixed;
  top: 5px;
  left: 10px;
}

#search {
  width: 435px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  position: fixed;
  top: 10px;
  left: 10px;
  padding-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 60px;
  display: none;
}
#search li {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-size: 12px;
  width: 135px;
  height: 30px;
  background-color: #F5F5F5;
  border-radius: 20px;
  float: left;
  margin: 5px;
  text-align: center;
  padding-top: 10px;
}
#search .column2 {
  width: 425px;
}
#search #searchCloseBtn {
  width: 40px;
  height: 40px;
  background-image: url("../img/common/close_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
}

#loading {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
}
#loading img {
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  height: 12px;
  width: 12px;
  animation: spin 1.5s linear infinite;
}

#loading2 {
  height: 12px;
  width: 12px;
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#backWorksTop {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("../img/common/arrow_left.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 5px;
  left: 10px;
  border-radius: 20px;
}

.mr0 {
  margin-right: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mt24 {
  margin-top: 24px;
}

.mt40 {
  margin-top: 40px;
}

.mb-25 {
  margin-bottom: -25px;
}

.cl {
  clear: both;
}

.op0 {
  opacity: 0;
}

a {
  cursor: pointer;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

@media (max-width: 400px) {
  #topVisual {
    text-align: center;
  }
  #topVisual #topTitle {
    width: 264px;
    height: 156px;
    margin-top: -74px;
    margin-left: -132px;
  }
  #topVisual #topTitle #topTitleCircle {
    top: 120px;
  }
  #topVisual #topNews {
    position: relative;
    top: 100%;
    right: auto;
    display: table;
    margin: 0 auto;
    margin-top: -45px;
  }
  #kumoriVisual {
    width: 100vw;
    height: 200px;
    background-image: none;
  }
  #kumoriVisual #kumoriTitle {
    top: 40px;
  }
  #kumoriVisual img {
    display: block;
    width: 100vw;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .Wrapperkumori {
    margin-top: 200px;
  }
  .Wrapperkumori #topWorks {
    display: none;
  }
  .Wrapperkumori #topWorks p {
    width: 335px;
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
    margin-top: -20px;
    margin-bottom: 20px;
  }
  #wrapperTop {
    padding-top: 40px;
  }
  #wrapperTop h2 {
    margin-bottom: 40px;
  }
  #wrapperTop .worksH2 {
    margin-top: 0px;
  }
  #wrapperTop #topWorksThumbs {
    width: 334px;
    margin-left: auto;
    margin-right: auto;
  }
  #wrapperTop #topWorksThumbs .topWorksThumbsRow {
    width: 157px;
    margin-right: 20px;
    float: left;
  }
  #wrapperTop #topWorksThumbs .topWorksThumbsRow img {
    width: 157px;
    margin-bottom: 10px;
    float: left;
  }
  #wrapperTop #topWorksThumbs .onlyPC {
    display: none;
  }
  #wrapperTop #topWorksThumbs .mr0 {
    margin-right: 0px;
  }
  #worksDetailContents #arrowLeft {
    left: 10px;
  }
  #worksDetailContents #arrowRight {
    right: 10px;
  }
  #worksDetailContents #worksDetailText {
    width: 315px;
    position: fixed;
    bottom: 10px;
    left: 10px;
  }
  #worksDetailContents #worksDetailText #worksDetailTitle h4 {
    max-width: 77vw;
  }
  #normalContents {
    padding-top: 40px;
  }
  #normalContents #normalContentsIn {
    width: 335px;
  }
  #normalContents #normalContentsIn img {
    width: 335px;
  }
  #normalContents #normalContentsIn h2 {
    margin-bottom: 40px;
  }
  #normalContents #normalContentsIn h3 {
    margin-top: 30px;
  }
  #normalContents #normalContentsIn li {
    margin-bottom: 10px;
  }
  #normalContents #normalContentsIn .dotline {
    width: 335px;
  }
  #normalContents #normalContentsIn .h4en {
    margin-bottom: 30px;
  }
  #normalContents #normalContentsIn .newsThumb {
    margin-top: 40px;
  }
  #normalContents .newsDetail p {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  #normalContents .newsDetail .newsBtn a {
    width: 321px;
    padding-top: 13px;
    padding-left: 15px;
    display: block;
  }
  #footer {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    margin-top: 80px;
  }
  #footer #footerIn {
    width: 100%;
    text-align: center;
    font-weight: 300;
  }
  #footer #footerIn #footerInfo {
    display: inline-block;
    position: relative;
    right: auto;
    border-bottom: dashed 1px #707070;
    padding-bottom: 15px;
  }
  #footer #footerIn #footerInfo li {
    float: left;
    margin-right: 15px;
  }
  #footer #footerIn #footerInfo .xBtn {
    margin-right: 0px;
  }
  #footer #footerIn #footerCopyright {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  #menuBtn {
    width: 40px;
    height: 40px;
    display: block;
    background-image: url("../img/common/menu_icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 10px;
    right: 10px;
    border-radius: 20px;
  }
  #menu {
    display: none;
    font-size: 20px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: fixed;
    top: 10px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    text-align: center;
  }
  #menu #menuIn {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  #menu #menuA {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    top: auto;
    border-bottom: dashed 1px #707070;
  }
  #menu #menuA li {
    float: none;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  #menu #menuA .mr0 {
    margin-right: 0px;
  }
  #menu #menuB {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    margin-top: 30px;
  }
  #menu #menuB li {
    float: none;
    margin-right: 0px;
    font-weight: 700;
  }
  #menu #menuB #storeBtn {
    width: auto;
  }
  #menu #menuB #storeBtn img {
    height: 22px;
    margin-right: 10px;
  }
  #menu #menuB #storeBtn span {
    top: -4px;
    font-weight: 700;
  }
  #menu #menuB .instagramBtn img {
    right: 40px;
    top: 20px;
    height: 36px;
    margin-top: 2px;
  }
  #menu #menuB .xBtn {
    margin-top: -30px;
  }
  #menu #menuB .xBtn img {
    left: 40px;
    height: 32px;
    margin-top: 5px;
  }
  #menu #menuCloseBtn {
    display: block;
  }
  #menu a {
    text-decoration: none;
  }
  .worksTop #searchBtn {
    top: 10px;
  }
  #search {
    display: none;
    width: calc(100% - 35px);
    height: calc(100% - 20px);
    position: fixed;
    top: 10px;
    left: 10px;
    overflow-y: scroll;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    text-align: center;
    padding: 0px;
    padding-left: 15px;
  }
  #search ul {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #search ul a {
    display: inline-block;
  }
  #search li {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-size: 14px;
    width: 152.5px;
    margin: 5px;
  }
  #search .column2 {
    width: 315px;
  }
  #search #searchCloseBtn {
    position: fixed;
    top: 10px;
    left: 10px;
  }
  #backWorksTop {
    top: 10px;
  }
}/*# sourceMappingURL=styles.css.map */