@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: "Zen Maru Gothic", serif;
  font-size: 16px;
  font-weight: 900;
  background: url(https://www.infolens.com/wp-content/uploads/2024/12/Squishmallows_bg.webp);
  background-attachment: fixed;
}

header {
  position: relative;
}

h1 {
	text-align: center;
}

main {
  padding: 0 12px;
}

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

span {
  display: block;
}

small {
  display: block;
}

h2 {
  text-align: center;
  position: relative;
  margin-bottom: 0.5rem;
}

.h2_img > img {
  max-width: 600px;
  margin: auto;
}

h4 {
  margin-top: 1rem;
  font-weight: 700;
}

.ul_aeon_shop {
  text-align: left;
}

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

.sp_br {
  display: none;
}

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

.margin_12 {
  margin-top: 12px;
}

.heading_mini {
  position: relative;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
}

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

.heading_profile_squmallo {
  margin-bottom: 12px;
  font-size: 24px;
}

.catch_section {
  max-width: 1000px;
  font-size: 1.75rem;
  margin: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
  position: relative;
  z-index: 10;
}

.catch_inner {
  font-size: 1.25rem;
}

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

.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: #fce200;
}

.txt_black {
  color: #222222;
}

.txt_newitem {
  display: block;
  text-align: center;
  font-size: 12px;
}

.wrap_squmallo_profile {
  margin-bottom: 60px !important;
  padding-bottom: 60px;
  column-gap: 36px;
  row-gap: 24px;
  align-items: stretch !important;
}

.group_profile_squmallo {
  background-image: url(assets/images/squmallo/bg_profile.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  border: solid 4px;
  border-radius: 50px;
  padding: 24px;
}

.group_profile_squmallo.is-layout-flex .img_wrap_profile_squmallo figure {
  text-align: center;
}

.img_wrap_profile_squmallo img {
  max-width: 200px;
  margin: auto;
}

.txt_wrap_profile_squmallo p {
  margin-bottom: 0;
}

.wrap_section {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 6rem;
}

.wrap_section.full {
  max-width: 1500px;
}

.wrap_section.max {
  max-width: 100%;
}

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

.row.wrap_store_squmallo {
  padding-top: 1rem;
  row-gap: 12px;
}

.wrap_white {
  color: #6e3778;
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8rem;
  padding: 1rem 4rem 3rem;
  border-radius: 10px;
}

.wrap_white.top {
  margin-bottom: 4rem;
}

.wrap_white.newitem {
  background-color: #ffffff;
}

.wrap_white.profile {
  padding-top: 3rem;
  padding-bottom: 0;
}

.inwrap_section {
  display: flex;
	flex-wrap: wrap;
  justify-content: space-evenly;
}

.section_video {
  padding: 24px 0;
  text-align: center;
}

.section_video video {
  width: 60%;
  max-width: 1000px;
}

.himitsu .block_insection {
  width: 30%;
}

.event .block_insection,
.sns .block_insection {
  width: 45%;
}

.block_insection .wrap_white {
  margin-bottom: 0;
}

.subheading_himitsu {
  font-size: 1.5em;
}

.himitsu .block_insection p {
  margin-bottom: 0;
}

.img_flex_himitsu {
  display: block;
  max-width: 160px;
  margin: auto;
  padding: 18px 0;
}

.dl_gaiyou {
  font-size: 1.75rem;
  margin-bottom: 0;
}

.dl_gaiyou dd {
  margin-bottom: 2rem;
  padding-bottom: 12px;
  border-bottom: dashed 2px #6e3778;
  font-size: 22px;
  font-weight: 500;
}

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

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

.img_header.pc {
  display: none;
}

.img_lisence {
  margin-bottom: 2rem;
}

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

.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;
}

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

.btn_store_squmallo {
  display: block;
  color: #ffffff;
  background-color: #e96791;
  border: solid 2px #e96791;
  padding: 1rem;
}

.footer {
  margin-top: 8rem;
  color: #6e3778;
  border-top: none;
}

.footer_squmallo {
  max-width: 1000px;
  margin: auto;
  padding: 3rem 0;
  background-color: transparent;
}

.list_nav_footer a {
  color: #6e3778;
  text-decoration: none;
}

.search-area {
    display: block;
    max-width: 400px;
    width: 100%;
    margin-bottom: 4rem;
}

/* 1280px 以下 */
@media screen and (max-width: 1280px) {
  .wrap_white {
    margin-bottom: 2rem;
    padding: 1rem 1.5rem 2rem;
    padding-bottom: 3rem;
  }
}

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

  .sp_margintop {
    margin-top: 0rem;
  }

  .wrap_btn {
    text-align: center;
  }

  .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;
  }

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

  .sp_txt_center {
    text-align: center;
  }
  
  .row.wrap_store_squmallo.store {
    row-gap: 0;
  }

  .footer_squmallo {
    padding: 3rem 12px;
  }
}

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

  .block_insection {
    width: 100% !important;
    margin-bottom: 3rem;
  }

  .h2_img > img {
    max-width: 100%;
  }

  .img_newitem {
    margin-top: 12px;
  }

  .dl_gaiyou dd {
    padding-bottom: 12px;
  }
}

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

  .wrap_white.newitem {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .img_newitem {
    max-width: 300px;
    object-fit: contain;
    padding: 6px;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    width: 45%;
    flex-basis: auto !important;
    flex-grow: 1;
  }

}

/*1000px以上*/
@media screen and (min-width: 1000px) {
  .wrap_squmallo_profile {
    display: flex;
  }

  .group_profile_squmallo {
    width: calc(100% / 2 - 24px);
    padding: 36px 24px;
  }
}

/*1200px以上*/
@media screen and (min-width: 1200px) {
  .img_header.sp {
    display: none;
  }

  .img_header.pc {
    display: block;
  }

  .wrap_white.newitem {
    align-items: center;
  }

  .img_newitem {
    max-width: calc(100% / 5);
    height: 100%;
  }
}

@media screen and (min-width: 1500px) {
  .group_profile_squmallo {
    width: calc(100% / 3 - 24px);
  }
}
