@charset "UTF-8";
/***********************************************************************
preset
**********************************************************************/
/***************************************************************************************************************************
module
**************************************************************************************************************************/
.line-btn {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
.line-btn span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 13px 47px 10px 0px;
  height: 39px;
  -webkit-transition: padding 1s cubic-bezier(0.55, 0.085, 0, 0.99), height 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: padding 1s cubic-bezier(0.55, 0.085, 0, 0.99), height 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.line-btn span:hover:before {
  -webkit-animation: hover-anime01 1.8s cubic-bezier(0.19, 1, 0.22, 1);
          animation: hover-anime01 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.line-btn span:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.line-btn span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.line-btn span:hover:after {
  -webkit-animation: hover-anime02 1.8s cubic-bezier(0.19, 1, 0.22, 1);
          animation: hover-anime02 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.line-btn:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 15px;
  background: url("../img/common/right-arrow-o.png") 0 0 no-repeat;
  background-size: contain;
  right: 0px;
  bottom: 16px;
}

.line-btn:hover:after {
  -webkit-animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
}

@-webkit-keyframes hover-anime01 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes hover-anime01 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@-webkit-keyframes hover-anime02 {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  20% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes hover-anime02 {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  20% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.index__hero__arrow {
  background-image: url("../img/common/right-arrow-b2.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 28px 15px;
  display: block;
  height: 6px;
  width: 100px;
  z-index: 2;
}

.arrow-link:hover .index__hero__arrow {
  -webkit-animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
}

@-webkit-keyframes scrollarrow {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  25% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  75% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes scrollarrow {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  25% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  75% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
}
.line-btn.contact {
  color: #FFF;
  position: relative;
  font-size: 22px;
}
.line-btn.contact span {
  padding-left: 37px;
  padding-right: 60px;
  height: 49px;
}

.line-btn.contact:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -21px;
  width: 31px;
  height: 31px;
  display: block;
  background: url("../img/common/mail-f.png") 0 0 no-repeat;
  background-size: cover;
}

.line-btn.contact:after {
  content: "";
  position: absolute;
  width: 43px;
  height: 23px;
  background: url("../img/common/right-arrow-o.png") 0 0 no-repeat;
  background-size: contain;
  right: 0px;
  bottom: 21px;
}

/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  .mod-btn {
    border: 2px solid #DF1707;
    background: #DF1707;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block;
    margin: 0 auto;
  }
  .mod-btn a {
    display: block;
    padding: 5px 30px;
    font-size: 14px;
    color: #FFF;
  }
  .mod-btn:hover {
    background: #FFF;
    border: 2px solid #DF1707;
  }
  .mod-btn:hover a {
    color: #DF1707;
  }
}
.not-scroll #head {
  display: none;
}

.story-telling .screen.default img {
  opacity: 1;
  width: 749px;
  height: 418px;
  margin-left: 70px;
  margin-top: 25px;
}

.wrapper {
  margin: 0;
  overflow-x: hidden;
}
.wrapper h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 50px;
  letter-spacing: 0.03em;
}

.index__hero__arrow2 {
  -webkit-animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 1s infinite;
  animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 1s infinite;
  background-image: url(../img/common/scroll-down.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 135px 56px;
  bottom: 50px;
  display: block;
  right: 0;
  width: 135px;
  height: 56px;
  margin-right: -20px;
  position: absolute;
  -webkit-transform: translateX(-100%) rotate(90deg);
          transform: translateX(-100%) rotate(90deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  z-index: 2;
}

.show-for-large {
  font-size: 100px;
  font-weight: bold;
}

.ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ttl-wrap .more-btn {
  margin-top: 10px;
}

.main-vis {
  padding-top: 80px;
  margin-bottom: 120px;
  padding: 0 4%;
  position: relative;
}
.main-vis p {
  position: relative;
  margin-top: 40px;
  width: 100%;
  min-height: 80vh;
  background: url("../img/top/main-vis-pc.jpg") center/cover;
}
.main-vis span {
  position: absolute;
  left: 4%;
  bottom: 3vh;
}
.main-vis span img {
  max-width: 50%;
}

.concept-block {
  width: 49.6%;
  margin: 0 0 170px auto;
}
.concept-block .copy {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.8em;
  position: relative;
}
.concept-block .copy:before {
  width: 92px;
  height: 2px;
  background: #171717;
  content: "";
  display: block;
  position: absolute;
  left: -107px;
  top: 20px;
}
.concept-block .concept-box {
  font-size: 16px;
  line-height: 2.6em;
  margin-bottom: 65px;
}

.info-block {
  margin-bottom: 155px;
}
.info-block .info-wrap {
  background: #EFEFEF;
  padding: 41px 0px;
}
.info-block .inner-s {
  position: relative;
}
.info-block .inner-s:after {
  content: "";
  background: url("../img/common/right-arrow-b2.png") 0 0 no-repeat;
  display: inline-block;
  width: 28px;
  height: 15px;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 0px;
}
.info-block .info-wrap:hover .inner-s:after {
  -webkit-animation: scrollarrow 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  animation: scrollarrow 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
}
.info-block dl {
  display: table;
}
.info-block dl dd {
  vertical-align: middle;
  display: table-cell;
  color: #888888;
  font-size: 12px;
}
.info-block dl dd .date {
  padding-right: 24px;
}
.info-block dl dd .tag {
  background: #FFF;
  padding: 5px 17px;
}
.info-block dl dt {
  padding-left: 24px;
  vertical-align: middle;
  display: table-cell;
}

.service-block {
  margin-bottom: 200px;
}
.service-block h2 {
  padding-left: 4.1%;
}
.service-block h3 {
  position: relative;
}
.service-block .left-img-box {
  display: table;
}
.service-block .left-img-box h3:before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/top/left-tr.png") 0 0 no-repeat;
  width: 37px;
  height: 14px;
  top: -45px;
  background-size: contain;
}
.service-block .left-img-box .text-box {
  padding-left: 5.5%;
  padding-right: 5.5%;
}
.service-block .right-img-box {
  display: table;
  margin-right: -100px;
  margin-top: 67px;
  margin-bottom: 67px;
  z-index: -1;
  position: relative;
}
.service-block .right-img-box h3:before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/top/right-tr.png") 0 0 no-repeat;
  width: 37px;
  height: 14px;
  top: -45px;
  background-size: contain;
}
.service-block .right-img-box .text-box {
  padding-left: 5.5%;
  padding-right: 5.5%;
}
.service-block .img {
  display: table-cell;
  width: 60.9%;
  vertical-align: middle;
}
.service-block .img img {
  width: 100%;
}
.service-block .text-box {
  display: table-cell;
  vertical-align: middle;
  width: 39.1%;
  padding-top: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}
.service-block .text-box h3 {
  padding-bottom: 30px;
}
.service-block .text-box h3 .en {
  color: #DF1707;
  display: block;
  letter-spacing: 0.1em;
  font-size: 12px;
  padding-bottom: 20px;
}
.service-block .text-box h3 .jp {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5em;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
}
.service-block .text-box .text {
  line-height: 1.78em;
}

.work-block {
  background: #EFEFEF;
  padding: 120px 0 133px;
  margin-bottom: 170px;
}

.shop-block {
  margin-bottom: 192px;
}
.shop-block .sp-only {
  display: none;
}
.shop-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shop-block ul li {
  width: 32%;
  margin-right: 2%;
}
.shop-block ul li img {
  height: auto;
  width: 100%;
  border: 1px solid #dddddd;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-block ul li dt {
  margin-bottom: 20px;
  width: 100%;
  /*height: 200px;*/
  overflow: hidden;
}
.shop-block ul li dd .ttl {
  font-weight: bold;
  padding-bottom: 20px;
}
.shop-block ul li dd .ttl .name {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.shop-block ul li dd .ttl .cat {
  color: #888888;
  font-size: 12px;
}
.shop-block ul li dd .price {
  color: #888888;
  font-size: 14px;
}
.shop-block ul li:last-child {
  margin-right: 0px;
}

.works-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*
.works-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.works-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.works-list > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.works-list > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.works-list > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.works-list > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
  */
.works-list li {
  position: relative;
  overflow: hidden;
  width: 32%;
  margin-bottom: 30px;
}
  

.works-list li .caption {
  width: 100%;
  height: 100%;
  position: absolute; /* 絶対位置指定 */
  bottom: 0;
  left: 0;
  opacity: 0; /* マスクを表示しない */
  background-color: rgba(0, 0, 0, 0.6); /* マスクは半透明 */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.works-list li .caption dl {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.works-list li .caption dl dt {
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 15px;
}
.works-list li .caption dl dd {
  font-size: 12px;
  color: #888888;
  line-height: 1.5em;
}
.works-list li:hover .caption {
  opacity: 1;
}
.works-list img {
  width: 100%;
  height: 100%;
}
.works-list li:first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.works-list li:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.works-list li:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.works-list li:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}
.works-list li:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
}
.works-list li:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
}

.artist-block {
  margin-bottom: 150px;
}
.artist-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.artist-block li {
  width: 33.3%;
  position: relative;
}
.artist-block li .img {
  width: auto;
  height: 550px;
  overflow: hidden;
}
.artist-block li img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);
}
.artist-block li .name-wrap {
  position: absolute;
  bottom: -25px;
}
.artist-block li .name {
  font-size: 18px;
  font-weight: bold;
  width: 230px;
  height: 49px;
  background: #FFF;
  line-height: 49px;
  margin-top: -52px;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.artist-block li .name:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/common/right-arrow-b.png") 0 0 no-repeat;
  position: absolute;
  background-size: contain;
  right: 25px;
  top: 15px;
}
.artist-block li:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#mouse-stalker {
  pointer-events: none;
  position: fixed;
  top: -10px;
  left: -10px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 15px;
  text-align: center;
  background: #DF1707;
  font-weight: bold;
  border-radius: 50%;
  letter-spacing: 0.01em;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
  z-index: 999;
}
#mouse-stalker.is_active {
  opacity: 1;
}

/*
.hide-for-large{
	display: block!important;
}

.cta-play.active{
	display: none!important;
}
*/
/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  .hero .video {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 25;
  }
  .story-telling .triggers-container .container {
    height: auto !important;
  }
  .story-telling .triggers-container, .story-telling .screen, .story-telling .screen .wrapper {
    height: auto !important;
  }
  .story-telling {
    min-height: initial;
    overflow: hidden;
    position: relative;
    padding-top: 200px;
    margin-top: 80px;
    margin-bottom: 70px;
    /*margin-top: -88px;*/
  }
  .story-telling .text-center {
    text-align: left;
    font-size: 33px;
  }
  .story-telling span {
    font-size: 33px;
  }
  .story-telling .h2 {
    margin-bottom: 0px;
  }
  .story-telling .flex-center {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .story-telling .story-telling-video {
    display: table !important;
    padding: 10px 0px;
  }
  .story-telling .story-telling-video span {
    display: table-cell !important;
    padding-right: 25px;
    vertical-align: middle;
  }
  .story-telling .story-telling-video video {
    display: table-cell !important;
    vertical-align: middle;
    width: 76px;
    height: 46px;
  }
  .index__hero__arrow2 {
    bottom: 60px;
    margin-right: -70px;
  }
  .inner-s {
    width: 84%;
    margin: 0 auto;
  }
  .story-telling .screen.default img {
    opacity: 1;
    width: 284px;
    height: 144px;
    margin-top: 25px;
  }
  .wrapper {
    margin: 0;
    margin-top: 0px;
    overflow-x: hidden;
  }
  .wrapper h2 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 0.03em;
  }
  .show-for-large {
    font-size: 100px;
    font-weight: bold;
  }
  .ttl-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ttl-wrap .more-btn {
    margin-top: -6px;
  }
  .main-vis {
    padding-top: 20px;
    margin-bottom: 60px;
    padding: 0%;
    position: relative;
  }
  .main-vis p {
    position: relative;
    margin-top: 20px;
    width: 100%;
    min-height: 60vh;
    background: url("../img/top/main-vis-sp.jpg") center/cover;
  }
  .main-vis span {
    position: absolute;
    left: 0%;
    bottom: 3vh;
  }
  .main-vis span img {
    width: 90vw;
    max-width: 100%;
  }
  .concept-block {
    width: 100%;
    margin: 0 0 80px auto;
  }
  .concept-block .copy {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 50px;
    position: relative;
    padding-left: 75px;
    line-height: 1.6em;
  }
  .concept-block .copy br {
    display: none;
  }
  .concept-block .copy:before {
    width: 58px;
    height: 2px;
    background: #171717;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 16px;
  }
  .concept-block .concept-box {
    font-size: 15px;
    line-height: 2.2em;
    margin-bottom: 50px;
  }
  .concept-block .concept-box br {
    display: none;
  }
  .info-block {
    margin-bottom: 100px;
  }
  .info-block .info-wrap {
    background: #EFEFEF;
    padding: 29px 0%;
  }
  .info-block .inner-s {
    position: relative;
  }
  .info-block .inner-s:after {
    content: "";
    background: url("../img/common/right-arrow-g.png") 0 0 no-repeat;
    display: inline-block;
    width: 28px;
    height: 15px;
    background-size: contain;
    position: absolute;
    top: initial;
    bottom: 0px;
    right: 0px;
  }
  .info-block dl {
    display: block;
  }
  .info-block dl dd {
    vertical-align: middle;
    display: block;
    color: #888888;
    font-size: 12px;
  }
  .info-block dl dd .date {
    padding-right: 14px;
  }
  .info-block dl dd .tag {
    font-size: 10px;
    background: #FFF;
    padding: 5px 17px;
  }
  .info-block dl dt {
    padding-left: 0px;
    padding-top: 20px;
    vertical-align: middle;
    display: block;
    font-size: 14px;
  }
  .service-block {
    margin-bottom: 95px;
  }
  .service-block h2 {
    padding-left: 4.1%;
  }
  .service-block h3 {
    position: relative;
  }
  .service-block .left-img-box {
    display: block;
    margin-left: 0%;
    padding-right: 0%;
    margin-bottom: 60px;
  }
  .service-block .left-img-box h3:before {
    display: none;
  }
  .service-block .left-img-box .text-box {
    padding-left: 4%;
    padding-right: 4%;
  }
  .service-block .left-img-box .img {
    margin-left: -4%;
  }
  .service-block .right-img-box {
    display: block;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 60px;
    z-index: -1;
    position: relative;
  }
  .service-block .right-img-box h3:before {
    display: none;
  }
  .service-block .right-img-box .text-box {
    padding-left: 8%;
    padding-right: 4%;
  }
  .service-block .right-img-box .img {
    display: none;
    margin-right: -4%;
  }
  .service-block .right-img-box .sp {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    vertical-align: middle;
    margin-left: 8%;
  }
  .service-block .right-img-box .sp img {
    width: 96.2%;
  }
  .service-block .img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    vertical-align: middle;
  }
  .service-block .img img {
    width: 100%;
  }
  .service-block .text-box {
    display: block;
    vertical-align: middle;
    width: 100%;
    padding-top: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
  }
  .service-block .text-box h3 {
    padding-bottom: 23px;
  }
  .service-block .text-box h3 .en {
    color: #DF1707;
    display: block;
    letter-spacing: 0.1em;
    font-size: 12px;
    padding-bottom: 10px;
  }
  .service-block .text-box h3 .jp {
    font-size: 20px;
    font-weight: bold;
  }
  .service-block .text-box .text {
    line-height: 1.78em;
  }
  .work-block {
    background: #EFEFEF;
    padding: 80px 0 80px;
    margin-bottom: 80px;
  }
  .work-block .inner-s {
    width: 84%;
  }
  .works-list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .works-list li {
    width: 48%;
    margin-bottom: 30px;
  }

  .works-list li .caption {
    opacity: 1;
    position: initial;
    background: none;
  }
  .works-list li .caption dl {
    position: initial;
    padding-top: 16px;
  }
  .works-list li .caption dl dt {
    color: #171717;
    font-size: 14px;
    padding-bottom: 8px;
  }
  .works-list li .caption dl dd {
    font-size: 10px;
    color: #888888;
    line-height: 1.5em;
  }
  .works-list img {
    width: 100%;
    height: auto;
  }
  .works-list li {
    display: block;
  }
  /*
  .works-list li:first-child {
    width: 100%;
  }
  .works-list li:nth-child(2) {
    width: 46%;
    height: auto;
  }
  .works-list li:nth-child(3) {
    width: 46%;
    height: auto;
  }
  .works-list li:nth-child(4) {
    width: 46%;
    height: auto;
  }
  .works-list li:nth-child(5) {
    width: 46%;
    height: auto;
  }
  .works-list li:nth-child(6) {
    width: 100%;
  }*/
  .shop-block {
    margin-bottom: 100px;
  }
  .shop-block .slick-track {
    margin-left: 13px;
  }
  .shop-block .pc-only {
    display: none;
  }
  .shop-block .sp-only {
    display: block;
  }
  .shop-block ul li {
    width: 267px;
    padding-right: 0px;
  }
  .shop-block ul li img {
    height: 200px;
    width: 267px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .shop-block ul li dl {
    width: 267px;
    margin-left: -30px;
  }
  .shop-block ul li dt {
    margin-bottom: 20px;
  }
  .shop-block ul li dd .ttl {
    padding-bottom: 20px;
  }
  .shop-block ul li dd .ttl .name {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
  }
  .shop-block ul li dd .ttl .cat {
    color: #888888;
    font-size: 12px;
  }
  .shop-block ul li dd .price {
    color: #888888;
    font-size: 14px;
  }
  .artist-block {
    margin-bottom: 120px;
  }
  .artist-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .artist-block li {
    width: 100%;
    margin-bottom: -2px;
  }
  .artist-block li img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .artist-block li .img {
    height: auto;
  }
  .artist-block li .name {
    font-size: 15px;
    font-weight: bold;
    width: 150px;
    height: 38px;
    background: #FFF;
    line-height: 38px;
    margin-top: -40px;
    padding-left: 4%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .artist-block li .name:after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../img/common/right-arrow-b.png") 0 0 no-repeat;
    position: absolute;
    background-size: contain;
    right: 14px;
    top: 10px;
  }
  .artist-block li .name-wrap {
    bottom: 0px;
  }
  .cta-play.active {
    font-size: 1.3rem;
    max-height: 100px;
    font-weight: bold;
    max-width: 100px;
    opacity: 1;
  }
  .cta-play {
    background: #DF1707;
  }
  #mouse-stalker {
    display: none;
  }
}