@charset "UTF-8";
/* 共通パーツに影響が出ないよう、l-container以下に限定 */
.l-container {
  overflow: hidden;
  background: url(/products/brand/cmp/tu/close2511/img/bg.jpg) top/50% repeat;
}
.l-container * {
  margin: 0;
  padding: 0;
  min-width: 0;
  box-sizing: border-box;
}
.l-container img {
  display: block;
  max-width: 100%;
  height: auto;
}
.l-container ul,
.l-container ol,
.l-container li {
  list-style-type: none;
}
.l-container .l-container_wrap {
  width: 100%;
  max-width: 767px;
  margin: auto;
  background-color: #fff;
}
.l-container .section-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.8% 0 2%;
  background-color: #e52d8a;
}
.l-container .section-label img {
  width: 20%;
}
.l-container .section-header img {
  width: 100%;
}
.l-container .section-block {
  padding-top: 5%;
  padding-bottom: 9%;
  background: url(/products/brand/cmp/tu/close2511/img/bg_section.jpg) top/cover;
}
.l-container .title-heading1 {
  padding: 0 3%;
}
.l-container .schedule-block {
  padding: 0 4%;
  margin-top: -9%;
}
.l-container .file-area,
.l-container .product-area {
  max-width: 100%;
  margin: 1% 6% 0;
  padding: 5% 5% 5.5%;
  background-color: #fff;
  border-radius: 40px;
  border: 6px solid #7dccf3;
}
.l-container .file-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  gap: 8%;
  margin: 8% 2% 0;
}
.l-container .file-list img {
  margin: auto;
  width: 100%;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
}
.l-container .file-note {
  margin: 17% 5% 0;
}
.l-container .file-materials {
  margin: 7% 7% 0;
}
.l-container .file-attention {
  margin: 4% 1% 0;
}
.l-container .product-area {
  margin-top: 5%;
  padding: 4% 4% 6%;
  border-color: #f19975;
}
.l-container .product-heading {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2% 34%;
  background-color: #e95504;
  border-radius: 16px;
}
.l-container .product-lead {
  margin-top: 7%;
}
.l-container .product-lead img {
  margin: auto;
}
.l-container .product-mark {
  display: grid;
  grid-template-columns: 33% 57%;
  align-items: center;
  justify-content: center;
  gap: 5%;
  margin-top: 5%;
  padding: 5% 5% 4%;
  background-color: #fff9a3;
  border-radius: 8px;
}
.l-container .product-mark_img {
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
}
.l-container .product-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  justify-content: center;
  row-gap: clamp(16px, 10vw, 70px);
  -moz-column-gap: 5%;
       column-gap: 5%;
  margin-top: clamp(16px, 8vw, 57px);
}
.l-container .product-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-container .product-list li:nth-child(5) {
  grid-column: 1/-1;
  /* 2カラムぶち抜き */
  justify-self: center;
  /* 自身を中央に配置 */
  inline-size: 50%;
  /* 片カラムと同じ幅にする */
}
.l-container .product-info {
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6%;
}
.l-container .product-img {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 11%;
}
.l-container .b-gray {
  border: 1px solid #9e9e9f;
}
.l-container .product-info img:first-of-type {
  width: 15%;
}
.l-container .product-info img:last-of-type {
  width: 47%;
  margin-top: 5%;
}
.l-container .product-info img:nth-of-type(2) {
  margin-top: 2%;
}
.l-container .product_title_1 {
  width: 60%;
}
.l-container .product_title_2 {
  width: 83%;
}
.l-container .product_title_3 {
  width: 100%;
}
.l-container .product_title_4 {
  width: 80%;
}
.l-container .product_title_5 {
  width: 73%;
}
.l-container .product_title_6 {
  width: 57%;
}
.l-container .product_title_7 {
  width: 56%;
}
.l-container .product_title_8 {
  width: 50%;
}
.l-container .product_title_9 {
  width: 62%;
}
.l-container .notice {
  display: flex;
  flex-direction: column;
  padding: 7px;
}
.l-container .notice img {
  width: 92%;
}
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
.l-container .img-protect {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.l-container .img-protect img {
  display: block;
  pointer-events: none; /* 右クリックや長押し対象から外す */
  -webkit-user-drag: none; /* 画像ドラッグ無効（Safari系） */
  user-drag: none;
  -webkit-touch-callout: none; /* iOSのコールアウトを抑止 */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.l-container .img-protect .overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 1;
  -webkit-touch-callout: none; /* iOSでの長押しメニュー抑止 */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}