@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@700&display=swap');

body:has(#lightbox[style*="block"]) {
  overflow: hidden;
}

#sidem10th_vote {
  transition: .3s;
}
#sidem10th_vote:has(input#tab02:checked) {
  background-image: url(/img/usr/freepage/sidem10th_vote/bg02_pc.jpg);
}
#sidem10th_vote:has(input#tab03:checked) {
  background-image: url(/img/usr/freepage/sidem10th_vote/bg03_pc.jpg);
}

#sidem10th_vote .sidem10th_inner {
  width: min(100%, 1200px);
}

#sidem10th_vote * {
  box-sizing: border-box;
}

#sidem10th_vote .kaisei {
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
}

div#lightbox {
  margin-top: calc(50vh - 50px);
  translate: 0 -50%;
}

#mv img {
  display: none;
}
#sidem10th_vote:has(input#tab01:checked) #mv img.mv01 {
  display: block;
}
#sidem10th_vote:has(input#tab02:checked) #mv img.mv02 {
  display: block;
}
#sidem10th_vote:has(input#tab03:checked) #mv img.mv03 {
  display: block;
}

figure.img_line.line02 {
  rotate: 180deg;
}

.catch {
  color: #765606;
  font-size: 40px;
  margin-block: 24px 48px;
}
.contents01_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 60px;
  .postar {
    width: min(100%,450px);
    .poster_img {
      margin-bottom: 16px;
    }
    .poster_text {
      .title {
        margin-bottom: 8px;
        font-size: 16px;
        font-weight: bold;
      }
      .price {
        font-size: 16px;
        .tax {
          font-size: 12px;
        }
      }
    }
  }
  .text {
    width: min(100%,540px);
    margin: 0;
    text-align: left;
    font-size: 16px;
    line-height: 2;
    p.note {
      font-size: 14px;
      margin-top: 33px;
    }
  }
}
.poster_img a {
  display: none;
}
#sidem10th_vote:has(input#tab01:checked) .poster_img a.poster01 {
  display: block;
}
#sidem10th_vote:has(input#tab02:checked) .poster_img a.poster02 {
  display: block;
}
#sidem10th_vote:has(input#tab03:checked) .poster_img a.poster03 {
  display: block;
}

#sidem10th_vote .marker {
  padding-inline: 4px;
}

#sidem10th_vote #contents03 {
  background: url(/img/usr/freepage/sidem10th_vote/line03.png) repeat-x center top / 13.5px 12px, url(/img/usr/freepage/sidem10th_vote/contents_bg_pc.png) no-repeat center top / cover;
  padding-block: 72px 30px;
  text-align: center;
}
.contents03_tab {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  gap: 8px;
}
.contents03_tab input[name="tab_item"] {
  display: none;
}
.contents03_tab .tab_item {
  flex: 1;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  height: 82px;
  background: #fff9;
  padding-top: 8px;
  color: #B48E11;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  opacity: .7;
  position: relative;
  transition: .3s;
  cursor: pointer;
  .date {
    font-size: 20px;
    line-height: 1.5;
  }
  &:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 30px;
    background: url(/img/usr/freepage/sidem10th_vote/tab_mark.png) no-repeat center / contain;
    translate: -50% -50%;
    position: absolute;
    left: 50%;
    top: 0;
    transition: .3s;
    opacity: 0;
  }
}
.contents03_tab input:checked + .tab_item {
  background: #fffc;
  opacity: 1;
  &:before {
    opacity: 1;
  }
}

.contents03_inner {
  display: none;
}
#sidem10th_vote:has(input#tab01:checked) .contents03_inner01 {
  display: block;
}
#sidem10th_vote:has(input#tab02:checked) .contents03_inner02 {
  display: block;
}
#sidem10th_vote:has(input#tab03:checked) .contents03_inner03 {
  display: block;
}

.contents03_wrap {
  width: min(100%, 1044px);
  margin-inline: auto;
  &+.contents03_wrap {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid;
    border-image: linear-gradient(90deg, #80610033 0%, #ceba2133 70%, #41320233 100%) 1;
  }
}

.contents03_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  color: #B48E11;
  font-size: 28px;
}
.contents03_title:before,
.contents03_title:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 13px;
  background: url(/img/usr/freepage/sidem10th_vote/title_bg.png) no-repeat center / contain;
}
.contents03_title:after {
  rotate: y 180deg;
}
.info {
  margin-bottom: 48px;
  .info_text {
    margin-bottom: 22px;
    dt {
      margin-bottom: 16px;
      font-size: 20px;
      font-weight: bold;
    }
    dd {
      font-size: 25px;
      font-weight: bold;
    }
  }
  .info_note {
    font-size: 15px;
  }
}

.links ul {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  gap: 12px;
  li {
    flex: 1;
    a {
      display: inline-block;
      width: 100%;
      height: 100%;
      border: 1px solid #C8A120;
      border-radius: 8px;
      padding-block: 20px;
      padding-right: 20px;
      text-decoration: none;
      color: #B48E11;
      font-size: 20px;
      position: relative;
      &:before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 18px;
        background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.2%22%20height%3D%229.7%22%20viewBox%3D%220%200%2013.2%209.7%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_686845%22%20data-name%3D%22%E3%83%91%E3%82%B9%20686845%22%20d%3D%22M201.3%2C2585.205l6%2C8%2C6-8%22%20transform%3D%22translate(-200.7%20-2584.755)%22%20fill%3D%22none%22%20stroke%3D%22%23b48e11%22%20stroke-width%3D%221.5%22%2F%3E%20%3C%2Fsvg%3E') no-repeat center / contain ;
        position: absolute;
        right: 26px;
        top: calc(50% - 9px);
      }
    }
  }
}

.contents03_product ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  li {
    width: calc(25% - 15px);
  }
}
.contents03_product.-col3 ul {
  margin-inline: auto;
  width: 775px;
  li {
    width: 245px;
  }
}
.product_img {
  margin-bottom: 16px;
}
.product_name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.product_btn a {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 202px;
  height: 52px;
  background: url(https://shop.kotobukiya.co.jp/img/usr/freepage/sidem10th_vote/btn_bg.png) no-repeat center / contain;
  margin-inline: auto;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
#sidem10th_vote:has(input#tab02:checked) .product_btn a {
  background-image: url(https://shop.kotobukiya.co.jp/img/usr/freepage/sidem10th_vote/btn_bg02.png)
}
#sidem10th_vote:has(input#tab03:checked) .product_btn a {
  background-image: url(https://shop.kotobukiya.co.jp/img/usr/freepage/sidem10th_vote/btn_bg03.png)
}

@media only screen and (min-width: 768px) {
  a[rel="lightbox"] {
    position: relative;
    &:before {
      content:"";
      display: inline-block;
      width: 32px;
      height: 32px;
      background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23888888%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22lucide%20lucide-zoom-in%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%228%22%2F%3E%3Cline%20x1%3D%2221%22%20x2%3D%2216.65%22%20y1%3D%2221%22%20y2%3D%2216.65%22%2F%3E%3Cline%20x1%3D%2211%22%20x2%3D%2211%22%20y1%3D%228%22%20y2%3D%2214%22%2F%3E%3Cline%20x1%3D%228%22%20x2%3D%2214%22%20y1%3D%2211%22%20y2%3D%2211%22%2F%3E%3C%2Fsvg%3E') no-repeat center / 24px #fff;
      box-shadow: 0px 0px 3px #888;
      border-radius: 300px;
      position: absolute;
      right: 10px;
      bottom: 10px;
      z-index: 1;
      transition: .3s;
      opacity: 0;
    }
    &:hover:before {
      opacity: .8;
    }
  }
  .product_btn a {
    transition: .3s;
    &:hover {
      opacity: .7;
    }
  }
  .links a {
    transition: .3s;
    &:hover {
      box-shadow: inset 0 0 10px 0px #c8a12099;
    }
  }
}


@media only screen and (max-width: 767px) {
  #sidem10th_vote #main_contents {
    transition: .3s;
  }
  #sidem10th_vote #main_contents:has(input#tab02:checked) {
    background-image: url(/img/usr/freepage/sidem10th_vote/bg02_sp.jpg);
  }
  #sidem10th_vote #main_contents:has(input#tab03:checked) {
    background-image: url(/img/usr/freepage/sidem10th_vote/bg03_sp.jpg);
  }
  .contents01_wrap {
    padding-inline: 20px;
    .postar {
      width: 100%;
      padding-inline: 70px;
      .poster_img {
        margin-bottom: 24px;
      }
      .poster_text {
        .title {
          margin-bottom: 10px;
          font-size: 24px;
          font-weight: bold;
        }
        .price {
          font-size: 24px;
          .tax {
            font-size: 20px;
          }
        }
      }
    }
    .text {
      width: 100%;
      text-align: center;
      font-size: 24px;
      line-height: 1.5;
      p + p {
        margin-top: 2em;
      }
      p.note {
        font-size: 20px;
        margin-top: 50px;
      }
    }
  }
  #sidem10th_vote #contents03 {
    background: url(/img/usr/freepage/sidem10th_vote/line03.png) repeat-x center top / 27px 24px, url(/img/usr/freepage/sidem10th_vote/contents_bg_sp.png) no-repeat center top / cover;
    padding-block: 76px 40px;
  }
  .contents03_inner {
    padding-inline: 40px;
  }
  .contents03_title {
    font-size: 36px;
    gap: 8px;
    margin-bottom: 40px;
  }
  .contents03_title:before, .contents03_title:after {
    width: 80px;
    height: 18px;
  }
  .info {
    margin-bottom: 56px;
    .info_text {
      margin-bottom: 24px;
      dt,dd {
        font-size: 28px;
      }
    }
    .info_note {
      font-size: 20px;
    }
  }
  .links ul {
    gap: 16px;
    li {
      flex: initial;
      width: calc(50% - 8px);
      a {
        border: 2px solid #C8A120;
        border-radius: 16px;
        padding-right: 28px;
        font-size: 22px;
      }
    }
  }
  .contents03_wrap {
    &+.contents03_wrap {
        margin-top: 64px;
        padding-top:56px;
        border-top: 2px solid;
    }
  }
  .contents03_product ul,
  .contents03_product.-col3 ul {
    gap: 40px 26px;
    li {
      width: calc(50% - 13px);
      display: flex;
      flex-flow: column wrap;
      align-content: center;
      justify-content: space-between;
      align-items: stretch;
    }
  }
  .contents03_product.-col3 ul {
    width: auto;
  }
  .product_img a {
    position: relative;
    &:before {
      content: "";
      display: inline-block;
      width: 48px;
      height: 48px;
      background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23888888%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22lucide%20lucide-zoom-in%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%228%22%2F%3E%3Cline%20x1%3D%2221%22%20x2%3D%2216.65%22%20y1%3D%2221%22%20y2%3D%2216.65%22%2F%3E%3Cline%20x1%3D%2211%22%20x2%3D%2211%22%20y1%3D%228%22%20y2%3D%2214%22%2F%3E%3Cline%20x1%3D%228%22%20x2%3D%2214%22%20y1%3D%2211%22%20y2%3D%2211%22%2F%3E%3C%2Fsvg%3E) no-repeat center / 30px #fff;
      box-shadow: 0px 0px 3px #888;
      border-radius: 300px;
      position: absolute;
      right: 10px;
      bottom: 10px;
      opacity: .8;
    }
  }
  .product_name {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .product_btn a {
    width: 100%;
    height: 76px;
    font-size: 24px;
  }
  .lightbox{
    translate: 0 calc(50dvh - 50%);
  }
}