@charset "UTF-8";

@font-face {
  /*任意のフォント名（フリーフォントの名称など）*/

  font-family: "corporate-logo";

  /*フォントファイルへのパス（複数指定は上から順に読み込まれる）*/

  src: url("./assets/font/Corporate-Logo-Bold-ver3_subset.woff") format("woff");
}

/* wrap.container */
body {
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 700;
  background: #ffdb4a;
  background-image: url(https://www.infolens.com/wp-content/uploads/2026/02/border-yellow.png);
}

header {
  position: relative;
  position: relative;
}

main {
  background: url(./assets/images/adc/ptp_collabo/bg_adcxptp.webp);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

a:hover {
  opacity: 0.9;
  color: initial;
}

span {
  display: block;
}

small {
  display: block;
}

h2 {
  text-align: center;
  position: relative;
}

dl {
  /* display: flex;
    flex-wrap: wrap; */
  line-height: 1.25rem;
  margin-top: 1rem;
}

.ul_aeon_shop {
  text-align: left;
}

.ul_aeon_shop li {
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: solid 1px #ff3b53;
}

/* dt {
    width: 20%;
}

dd {
    width: 70%;
} */

.sp_br {
  display: none;
}

.margin-top {
  margin-top: 2rem;
}

.margin_12 {
  margin-top: 12px;
}

.heading_mini {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 1.5rem;
}

.heading3 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.catch_section {
  font-size: 1.75rem;
  margin: 4rem 0;
  position: relative;
  z-index: 10;
  color: #ffffff;
}

.catch_inner {
  font-size: 1.25rem;
}

.catch_section.twitter {
  width: 100%;
  font-size: 24px;
}

.h2_pc {
  display: block;
}

.h2_sp {
  display: none;
}

.about_sale {
  margin-bottom: 1rem;
  padding: 1rem;
  border: dashed 1px #ffdb4a;
  background: rgba(255, 219, 74, 0.8);
}

.txt_h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-51%, -25%);
  width: 100%;
  font-family: "corporate-logo";
  font-weight: normal;
}

.txt_h2_two {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-51%, -25%);
  width: 100%;
  line-height: 1.2;
  font-family: "corporate-logo";
  font-weight: normal;
}

.txt_mini_header {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-family: "corporate-logo";
}

.txt_white {
  color: #ffffff;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

.txt_prize {
  margin-bottom: 0.5rem;
}

.txt_yellow {
  color: #ffdb4a;
}

.txt_black {
  color: #222222;
}

.wrap_section {
  max-width: 800px;
  margin: auto;
}

.section_print .wrap_section {
  max-width: 1200px;
}

.section_print .row {
  justify-content: space-between;
}

.wrap_white {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  margin-bottom: 2rem;
  padding: 3rem 4rem;
}

.wrap_blue {
  position: relative;
  background-color: #4feaff;
  border-radius: 50px;
  max-width: 80%;
  margin: auto;
  margin-bottom: 2rem;
  padding: 2rem 3rem;
}

.wrap_blue div {
  position: relative;
  z-index: 100;
}

.wrap_popupinfo {
  font-size: 20px;
}

.wrap_twitterinfo {
  font-size: 20px;
}

.wrap_img_newitem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 3rem;
  color: #ffffff;
}

.wrap_item {
  /* max-width: 250px; */
  margin-bottom: 16px;
}

.wrap_img_tshirts img {
  display: block;
  max-width: 400px;
  margin-left: auto;
  margin-bottom: 1rem;
}

.wrap_twitter_prize_img {
  margin-bottom: 3rem;
}

.wrap_twitter_prize {
  display: flex;
}

.wrap_twitter_prize img {
  width: 50%;
}

.img_bluestar_right {
  position: absolute;
  right: -20%;
  right: -20%;
  top: -10%;
  width: 200px;
}

.img_bluestar_left {
  position: absolute;
  left: -20%;
  bottom: -5%;
  width: 150px;
}

.img_header {
  display: block;
  margin: auto;
  box-shadow: 0 4px 20px 10px #ffffff;
}

.img_lisence {
  margin-bottom: 2rem;
}

.img_lisence img {
  max-width: 300px;
  width: 100%;
}

.img_namco {
  margin-bottom: 3rem;
}

.img_h2 {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.wrap_btn {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.wrap_btn_center {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

.wrap_btn_right {
  text-align: right;
  margin-bottom: 2rem;
}

.wrap_img_print {
  position: relative;
  z-index: 10;
}

.btn_yellow {
  display: inline-block;
  color: #000000;
  background-color: #ffdb4a;
  padding: 1rem 2rem;
}

.btn_red {
  display: inline-block;
  color: #ffffff;
  background-color: #ff3b53;
  padding: 1rem 2rem;
}

.footer {
  margin-top: 0;
  margin-bottom: 0;
  border-top: none;
}

.footer_fes {
  max-width: 800px;
  padding: 3rem 0;
  background-color: transparent;
}

#menu-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 135px;
  z-index: 150;
}

#menu-conts {
  display: none;
  background: rgba(225, 228, 67, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  width: 30vw;
  height: 105vh;
  z-index: 1000;
  padding: 4rem;
  padding-top: 100px;
  font-weight: 900;
  overflow: scroll;
}

#menu-conts a {
  display: block;
  color: #000000;
  font-size: 24px;
  text-decoration: none;
  padding: 14px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wrap_item.sale_popup {
  padding-bottom: 0;
  border-bottom: none;

  small {
    display: block;
    margin-bottom: 1.5rem;
  }

  p {
    margin-bottom: 0;
    padding-bottom: 0.5rem;
    border-bottom: dashed 1px #000000;
    font-size: 1.25em;
  }
}

/*767px以下*/
@media screen and (max-width: 767px) {
  .sp_br {
    display: block;
  }

  .sp_margintop {
    margin-top: 5rem;
  }

  .txt_h2 {
    transform: translate(-51%, -15%);
  }

  .txt_h2_two.min,
  .txt_h2.sp_two {
    transform: translate(-51%, -15%);
  }

  .txt_h2.min,
  .txt_h2_two.min,
  .txt_h2.sp_two {
    font-size: 18px;
    line-height: 1;
  }

  .txt_h2.sp_two {
    font-size: 24px;
  }

  .section_vv,
  .section_namco,
  .section_popup,
  .section_print,
  .section_twitter,
  .section_newitem {
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section_twitter {
    padding-top: 8rem;
  }

  .wrap_btn {
    text-align: center;
  }

  .wrap_blue {
    max-width: 100%;
    margin: 2rem 1rem;
    padding: 1.5rem;
    padding-bottom: 3rem;
    border-radius: 25px;
  }

  .wrap_white {
    padding: 2.5rem 1rem;
    padding-bottom: 3rem;
    border-radius: 25px;
  }

  .wrap_popupinfo p {
    margin-bottom: 2rem;
  }

  .wrap_popupinfo iframe {
    margin-bottom: 2.5rem;
  }

  .wrap_twitterinfo {
    margin-top: 2rem;
  }

  .wrap_twitterinfo p {
    margin-bottom: 4rem;
  }

  .wrap_popupimg {
    margin: 2rem 0;
  }

  .wrap_img_newitem {
    display: block;
  }

  .wrap_item {
    margin: auto;
    margin-bottom: 2rem;
  }

  .wrap_img_tshirts {
    display: flex;
  }

  .wrap_img_tshirts img {
    width: 50%;
  }

  .heading_mini {
    display: block;
    text-align: center;
  }

  .heading3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .h2_pc {
    display: none;
  }

  .h2_sp {
    display: block;
  }

  .catch_section {
    font-size: 1.25rem;
    margin: 2rem 0;
    color: #ffffff;
  }

  .txt_mini_header {
    transform: translate(-50%, -55%);
  }

  .sp_txt_center {
    text-align: center;
  }

  .img_bluestar_right {
    position: absolute;
    right: -20%;
    top: -10%;
    width: 250px;
  }

  .img_bluestar_left {
    position: absolute;
    left: -20%;
    bottom: -10%;
    width: 200px;
  }

  .bg_star_blue {
    padding: 25px 0;
  }

  .bg_star_red {
    padding-top: 25px;
    padding-bottom: 50px;
    font-size: 22px;
  }

  .footer_fes {
    padding: 3rem 1rem;
  }

  #menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 70px;
    z-index: 150;
  }

  #menu-conts {
    width: 100vw;
  }
}

/*768px以下*/
@media screen and (max-width: 768px) {
  .ul_aeon_shop li {
    font-size: 18px;
  }
}

/*768px以上*/
@media screen and (min-width: 768px) {
  .txt_h2 {
    font-size: 40px;
  }
}

/*1200px以上*/
@media screen and (min-width: 1200px) {
}

/* slider img */
.slider_img_header_pu {
  margin-top: 3rem;
}

.slide-arrow {
  z-index: 100;
}

.slick-list {
  max-width: 100%;
}

.slick-slide {
  margin: 0 1rem;
}

.slider_img_header_pu .img_event {
  width: 100%;
  height: auto;
}

.prev-arrow {
  left: 1rem;
}

.slick-dotted.slick-slider {
  margin-bottom: 1rem;
}

/* 商品情報CSS */
.wrap_item {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: dashed 2px #ffdb4a;
  background: url(https://www.infolens.com/wp-content/uploads/2026/02/ribbon.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 350px;
}

.wrap_item:last-of-type {
  margin-bottom: 0;
}

.wrap_mainimg_item {
  width: 300px;
  height: 300px;
  margin: auto;
  padding: 0.5rem;
  background-color: #ffffff;
  text-align: center;
}

.wrap_mainimg_item img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

ul.slider_img_header > li:not(:first-child) {
  display: none;
}

.slider_img_item {
  margin-top: 3rem;
}

.list_slider_item {
  width: 110px;
  height: 150px;
}

.wrap_item .slick-slide {
  width: 110px;
  height: 150px;
  margin: 0 1rem;
}

.list_slider_item {
  background-color: #ffffff;
  padding: 0.3rem;
  text-align: center;
}

.list_slider_item img {
  object-fit: cover;
}

header .prev-arrow {
  width: 50px;
  left: 1rem;
}

header .next-arrow {
  width: 50px;
  right: 1rem;
}

.prev-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  z-index: 999;
}

.next-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  z-index: 999;
}

.h3_title_item {
  padding-bottom: 1rem;
  font-size: 22px;
}

.wrap_txt_item {
  padding: 1.5rem;
  border: dashed 1px #ffdb4a;
  background: rgba(255, 219, 74, 0.8);
}

.show-text p:last-child {
  margin-bottom: 0;
}

.btn_buy {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.75rem;
  color: #ffffff;
  background-color: #de2f2c;
  border: solid 2px #de2f2c;
  text-decoration: none;
  margin-top: 1.5rem;
  width: 100%;
  text-align: center;
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /* tab - 汎用スタイル */
  body {
    font-size: 16px;
  }

  .wrap {
    margin: 2rem 1rem;
  }

  .wrap_item {
    margin-bottom: 3rem;
  }

  .h1_apexlp {
    padding: 1rem 0;
  }

  .catch_apexlp {
    line-height: 1.5;
  }

  .h2_title_section_item {
    margin-bottom: 3rem;
  }

  .item_reserve {
    width: 100%;
    padding: 0 15px;
  }

  .item_reserve .h3_title_item {
    font-size: 18px;
  }

  .wrap_txt_item {
    margin-left: 0;
    margin-right: 0;
  }

  .area_shopbanner_item {
    margin: 0;
    text-align: center;
  }

  .area_link_shopbanner {
    width: calc(100% / 2 - 12px);
    height: 50px;
  }

  .wrap_lineup_img_item {
    width: 150px;
    height: 150px;
  }

  .h3_title_item {
    margin-top: 1.5rem;
    padding-left: 0.25rem;
  }

  .h3_title_newitem {
    font-size: 18px;
  }

  .title_lineup_item {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }

  .txt_lineup_item {
    display: none;
  }

  .btn_buy {
    pointer-events: auto;
  }
}

/*767px以下*/
@media screen and (max-width: 767px) {
  .wrap_item {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }

  .btn_buy {
    font-size: 0.75rem;
  }

  .area_link_shopbanner {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }

  .wrap_shopbanner {
    justify-content: space-between;
  }

  .wrap_shopbanner_lineup {
    justify-content: center;
  }

  .wrap_shoplist_realstore {
    display: block;
    text-align: left;
  }

  .list_realstore {
    width: auto;
  }

  .list_realstore img {
    margin-top: 1rem;
    margin-bottom: 3rem;
    width: 250px;
  }
}
