@charset "utf-8";

/* --------------------------------------------
  lead-block
-------------------------------------------- */

@media print, screen and (min-width: 768px) {
  #rwd-main-content #lead-block-custom {
    padding-top: 35px;
  }
  #rwd-main-content #lead-block-custom .title {
    margin-bottom: 35px;
    text-align: center;
  }
  #rwd-main-content #lead-block-custom .col2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #rwd-main-content #lead-block-custom .col2 .pic {
    width: calc(409 / 1220 * 100%);
    margin-left: calc(35 / 1220 * 100%);
  }
  #rwd-main-content #lead-block-custom .col2 .texts {
    width: calc(710 / 1209 * 100%);
  }
  #rwd-main-content #lead-block-custom .col2 .texts .desc {
    line-height: calc(28 / 16);
  }
  #rwd-main-content #lead-block-custom .col2 .texts .cooperation {
    margin-top: 1.2em;
    padding: 0.7em 1.3em 0.6em;
    line-height: 1;
    border: solid 1px #514040;
  }
}

@media print, screen and (max-width: 767px) {
  #rwd-main-content #lead-block-custom {
    margin-top: -60px;
    padding-top: 270px;
    position: relative;
  }
  #rwd-main-content #lead-block-custom .title span {
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.53;
    color: #514040;
  }
  #rwd-main-content #lead-block-custom .col2 .pic {
    width: 100%;
    max-width: 338px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  #rwd-main-content #lead-block-custom .col2 .texts .desc {
    margin-top: 1em;
  }
  #rwd-main-content #lead-block-custom .col2 .texts .cooperation {
    margin-top: 1.2em;
    padding: 0.7em 1.3em 0.6em;
    line-height: 1.3;
    border: solid 1px #514040;
  }
}

/* --------------------------------------------
  detail
-------------------------------------------- */

#detail .rwd-main-content-group {
  background: none;
}
#detail::after {
  content: "";
  display: block;
  width: 267px;
  height: 302px;
  position: absolute;
  right: 76%;
  bottom: 4.5%;
  background: url(/jp/showroom/handicraft/amigurumi/tricity300_tire/img/fig_001.png) no-repeat center center / contain;
  mix-blend-mode: multiply;
}

@media print, screen and (min-width: 768px) {
  #detail {
    background: url(/jp/showroom/handicraft/amigurumi/tricity300_tire/img/detail_bg_002.png) repeat center center / 70px auto;
  }
  #detail::before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/jp/showroom/handicraft/amigurumi/tricity300_tire/img/detail_bg_001.png) repeat center center / 70px auto;
  }
  /* Detail部分の画像配置（10枚の場合） */
  #detail .items .item.i7 {
    margin-left: 0;
  }
  #detail .items .item.i8 {
    float: left;
    margin-left: calc(30 / 1220 * 100%);
    margin-right: 0;
  }
  #detail .items .item.i9 {
    float: right;
    margin-right: calc(11 / 1220 * 100%);
  }
  #detail .items .item.i10 {
    float: left;
    margin-left: calc(275 / 1220 * 100%);
  }
  #detail .items .item.i11 {
    float: left;
    margin-left: calc(30 / 1220 * 100%);
  }
}

@media print, screen and (max-width: 767px) {
  #detail {
    padding-bottom: 263px;
    background: url(/jp/showroom/handicraft/amigurumi/tricity300_tire/img/detail_bg_002.png) repeat center center / 70px auto;
  }
  #detail::before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/jp/showroom/handicraft/amigurumi/tricity300_tire/img/detail_bg_001.png) repeat center center / 70px auto;
  }
  #detail::after {
    width: calc(319px / 2);
    height: calc(362px / 2);
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 39px;
  }
}

/* --------------------------------------------
  bg-area
-------------------------------------------- */

#bg-area {
  width: 100%;
  height: calc(510 / 1387 * 100vw);
  position: relative;
  overflow: hidden;
}
#bg-area .pic {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%,-50%) scale(1.8);
  transition: all 3s cubic-bezier(.12,.92,.31,.95);
}
#bg-area.on .pic {
  transform: translate(-50%,-50%) scale(1.24);
}
#bg-area .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 4;
}

@media print, screen and (max-width: 767px) {
  #bg-area {
    width: 100%;
    height: calc(621 / 767 * 100vw);
  }
  #bg-area.on .pic {
    transform: translate(-50%,-50%) scale(1);
  }
  #bg-area .text {
    width: 100%;
    top: 19%;
  }
}