/*---------------------------------------*/
#tangled {
  padding-top: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #fff;
  background: #c7b0d3;
}
#tangled picture {
  max-width: 100%;
  text-align: center;
}
#tangled img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
}
#tangled .model-box {
  max-width: 1250px;
  margin: 0 auto 80px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #tangled {
    padding-top: 20px;
  }
  #tangled .model-box {
    margin-bottom: 30px;
  }
  #tangled h3.font img {
    width: 65.69vw;
  }
}
#tangled .point-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1250px;
  margin: 30px auto 0;
}
#tangled .point-box .left {
  flex-shrink: 0;
  width: 32%;
  margin-right: 3%;
}
#tangled .point-box .left img {
  width: 100%;
}
#tangled .point-box .center {
  flex-shrink: 0;
  position: relative;
  width: 26%;
  margin-right: 3%;
  text-align: center;
}
#tangled .point-box .center .illust01 {
  display: block;
  position: absolute;
  top: 13%;
  right: 3%;
}
#tangled .point-box .center .illust02 {
  display: block;
  width: 70px;
  position: absolute;
  bottom: 8%;
  left: 5%;
}
#tangled .point-box .center .clock {
  width: 100%;
}
#tangled .point-box .center .clock-bottom-logo {
  position: absolute;
  bottom: 3%;
  right: 5%;
}
#tangled .point-box .right {
  flex-shrink: 0;
  width: 32%;
}
#tangled .point-box .right img {
  width: 100%;
}
#tangled .point-box .point .pict {
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: auto;
}
#tangled .point-box .point.point02 {
  margin-top: 50px;
}
#tangled .point-box .point.point03 {
  margin-top: 170px;
}
@media screen and (max-width: 750px) {
  #tangled .point-box {
    display: block;
    margin: 0 auto;
    padding: 0 30px;
  }
  #tangled .point-box .center {
    position: relative;
    width: 60%;
    margin: -5.33vw auto -2.67vw;
  }
  #tangled .point-box .center .illust01 {
    display: block;
    position: absolute;
    top: 13%;
    right: -11%;
  }
  #tangled .point-box .center .illust01 img {
    width: 12vw;
  }
  #tangled .point-box .center .illust02 {
    display: block;
    width: 70px;
    position: absolute;
    bottom: 12%;
    left: -11%;
  }
  #tangled .point-box .center .illust02 img {
    width: 12vw;
  }
  #tangled .point-box .center .clock-bottom-logo {
    position: absolute;
    bottom: 13%;
    right: -11%;
    width: 8vw;
  }
  #tangled .point-box .left {
    width: 100%;
  }
  #tangled .point-box .right {
    width: 100%;
  }
  #tangled .point-box .point.point02 {
    margin-top: 13.33vw;
  }
  #tangled .point-box .point.point03 {
    margin-top: 13.33vw;
  }
}
#tangled .more-box {
  margin-top: 100px;
}
#tangled .more-box .accordion__head {
  color: #976fb2;
  border: 1px solid #976fb2;
  border-radius: 10px;
}
#tangled .more-box .accordion__head::after {
  top: 0;
  bottom: 0;
  width: 15px;
  height: 6px;
  margin: auto 10px;
  border: none;
  background: url("../images/special/tangled/btn_arrow.svg") no-repeat center/100% auto;
  transform: none;
}
#tangled .more-box .accordion__item {
  padding-bottom: 80px;
}
#tangled .more-box .accordion__item.active {
  padding-bottom: 0;
}
#tangled .more-box .accordion__item.active .accordion__head::after {
  transform: rotate(-180deg);
}
#tangled .more-box .accordion__item.active .accordion__body {
  margin-top: 80px;
}
#tangled .more-box .item-here {
  width: 378px;
  margin: 15px auto 0;
  position: relative;
}
#tangled .more-box .item-here a {
  display: block;
  padding: 20px 20px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 10px;
  background: #976fb2;
}
#tangled .more-box .item-here::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 6px;
  height: 15px;
  margin: auto 10px;
  border: none;
  background: url("../images/special/tangled/btn_arrow_white.svg") no-repeat center/100% auto;
  transform: none;
}
@media screen and (max-width: 750px) {
  #tangled .more-box {
    margin-top: 13.33vw;
  }
  #tangled .more-box .item-here {
    width: 85%;
  }
  #tangled .more-box .item-here a {
    display: block;
    padding: 15px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px;
    background: #976fb2;
  }
  #tangled .more-box .item-here::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    width: 6px;
    height: 15px;
    margin: auto 10px;
    border: none;
    background: url("../images/special/tangled/btn_arrow_white.svg") no-repeat center/100% auto;
    transform: none;
  }
}
#tangled .accordion__body {
  background: #976fb2;
}
#tangled .accordion__body .design {
  display: flex;
  justify-content: center;
  max-width: 1250px;
  margin: 160px auto 135px;
}
#tangled .accordion__body .design .left {
  width: 40%;
  margin-right: 3%;
}
#tangled .accordion__body .design .left img {
  width: 100%;
}
#tangled .accordion__body .design .right {
  width: 40%;
  margin-left: 20px;
}
#tangled .accordion__body .design .right img {
  width: 100%;
}
#tangled .accordion__body .itme-detail {
  position: relative;
  margin-top: 135px;
  padding-bottom: 50px;
}
#tangled .accordion__body .itme-detail .inner {
  max-width: 650px;
  margin: -60px auto 0;
  display: flex;
  align-items: center;
}
#tangled .accordion__body .itme-detail .inner .pict {
  position: relative;
  width: 30%;
  margin-right: 8%;
}
#tangled .accordion__body .itme-detail .inner .pict img {
  max-width: none;
  width: clamp(30%, 48.9230769231vw, 318px);
  transform: translate(-60px, 10px);
}
#tangled .accordion__body .itme-detail .inner .txt-box {
  width: 58%;
}
#tangled .accordion__body .itme-detail .inner .txt-box .no {
  font-size: 36px;
  margin-top: 10px;
}
#tangled .accordion__body .itme-detail .inner .txt-box .price {
  font-size: 24px;
  margin-top: 10px;
}
#tangled .accordion__body .itme-detail .inner .txt-box .price span {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 400;
}
#tangled .accordion__body .itme-detail .inner .txt-box .day {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 400;
}
#tangled .accordion__body .itme-detail .inner .txt-box .item-here2 {
  width: 378px;
  margin-top: 40px;
  position: relative;
}
#tangled .accordion__body .itme-detail .inner .txt-box .item-here2 a {
  display: block;
  border: 2px solid #b99cc9;
  padding: 20px 20px;
  color: #b99cc9;
  background: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  border-radius: 10px;
  text-decoration: none;
}
#tangled .accordion__body .itme-detail .inner .txt-box .item-here2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 6px;
  height: 15px;
  margin: auto 10px;
  border: none;
  background: url("../images/special/tangled/btn_arrow_color.svg") no-repeat center/100% auto;
  transform: none;
}
@media screen and (max-width: 750px) {
  #tangled .accordion__body {
    background: #976fb2;
  }
  #tangled .accordion__body .design {
    display: block;
    width: 100%;
    margin: 60px auto 0;
    padding: 0 30px;
  }
  #tangled .accordion__body .design .left {
    width: 100%;
    margin-right: 0;
  }
  #tangled .accordion__body .design .right {
    width: 100%;
    margin: 40px 0 0;
  }
  #tangled .accordion__body .itme-detail {
    margin-top: 60px;
  }
  #tangled .accordion__body .itme-detail h4 img {
    width: 53.33vw;
  }
  #tangled .accordion__body .itme-detail .inner {
    display: block;
    max-width: 650px;
    margin: -60px auto 0;
  }
  #tangled .accordion__body .itme-detail .inner .pict {
    width: 60%;
    margin: 0 auto -60px;
    padding-top: 60px;
    text-align: center;
  }
  #tangled .accordion__body .itme-detail .inner .pict img {
    width: 100%;
    transform: translateY(-30px);
  }
  #tangled .accordion__body .itme-detail .inner .txt-box {
    width: 100%;
    text-align: center;
  }
  #tangled .accordion__body .itme-detail .inner .txt-box .no {
    font-size: 28px;
    margin-top: 5px;
  }
  #tangled .accordion__body .itme-detail .inner .txt-box .price {
    font-size: 20px;
    margin-top: 5px;
  }
  #tangled .accordion__body .itme-detail .inner .txt-box .price span {
    font-size: 16px;
    margin-top: 5px;
  }
  #tangled .accordion__body .itme-detail .inner .txt-box .day {
    font-size: 14px;
    margin-top: 5px;
  }
  #tangled .accordion__body .itme-detail .inner .txt-box .item-here2 {
    width: 85%;
    margin: 20px auto 0;
  }
  #tangled .accordion__body .itme-detail .inner .txt-box .item-here2 a {
    display: block;
    border: 2px solid #b99cc9;
    padding: 15px;
    color: #b99cc9;
    background: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    border-radius: 10px;
    text-decoration: none;
  }
  #tangled .accordion__body .itme-detail .inner .txt-box .item-here2::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    width: 6px;
    height: 15px;
    margin: auto 10px;
    border: none;
    background: url("../images/special/tangled/btn_arrow_color.svg") no-repeat center/100% auto;
    transform: none;
  }
}

/*# sourceMappingURL=tangled.css.map */
