@charset "UTF-8";
/* フォント設定
---------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');

/* 内側_背景 */
.inner-bg {
  padding-top: 5%;
}
/* メイン_枠 */
.mainimg_products {
  width: 95%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 20px;
}
.mainimg_products img {
  width: 100%;
  height: auto;
}

/* キャラクター名 */
@media screen and (min-width:640px) { /* PC ==================== */
  .title_character {
    display: inline-block;
    position: relative;
    padding: 0;
    width: 60%;
    margin: 0 20%;
  }
  .txt_character_over {
    position: absolute;
    box-sizing: border-box;
    white-space: nowrap;
    display: block;
    width: 100%;
    color: rgba(64, 64, 255, 0.80);
    top: 50%;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
    padding: 10px;
    margin: 0 auto;
    font-size: 3.8em;
    line-height: 1.3em;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-shadow:
      4px 4px 2px #373737, -4px 4px 2px #373737, 4px -4px 2px #373737, -4px -4px 2px #373737, 4px 0px 2px #373737, 0px 4px 2px #373737, -4px 0px 2px #373737, 0px -4px 2px #373737;
  }
}

@media (max-width:768px) { /* SP ==================== */
  .title_character {
    display: inline-block;
    position: relative;
    padding: 0;
    width: 70%;
    margin: 0 15%;
  }
  .txt_character_over {
    position: absolute;
    box-sizing: border-box;
    white-space: nowrap;
    display: block;
    width: 100%;
    color: rgba(64, 64, 255, 0.80);
    top: 50%;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
    padding: 10px;
    margin: 0 auto;
    font-size: 1.3em;
    line-height: 1.2em;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-shadow:
      4px 4px 2px #373737, -4px 4px 2px #373737, 4px -4px 2px #373737, -4px -4px 2px #373737, 4px 0px 2px #373737, 0px 4px 2px #373737, -4px 0px 2px #373737, 0px -4px 2px #373737;
  }
}


/* 商品_枠 */
@media screen and (min-width:640px) { /* PC ==================== */
.category_character {
  width: 80%;
  height: auto;
  margin: 30px auto 55px;
}
.category_character img {
  width: 100%;
  height: auto;
}
}
@media (max-width:768px) { /* SP ==================== */
.category_character {
  width: 80%;
  height: auto;
  margin: 30px auto 55px;
}
.category_character img {
  width: 100%;
  height: auto;
}
}

/* 各アイテム_ボックス */
.character_menu_box{
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 20px;
}
/* 各アイテム_コンテナ */
@media screen and (min-width:640px) { /* PC ==================== */
.character_2025_container_02 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  justify-content: space-between;
}
}
@media (max-width:768px) { /* SP ==================== */
.character_2025_container_02 {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 10px;
  justify-content: space-between;
}
}	
	
/* コンテナ_個別 */
@media screen and (min-width:640px) { /* PC ==================== */
.character_2025_item_02 {
  width: 100%;
  margin: 0 auto;
  padding: 10px 10px 15px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width:768px) { /* SP ==================== */
  .character_2025_item_02 {
    flex: 1 1 calc(33.3% - 10px);
    position: relative;
  }
}

/* 動画*/
@media screen and (min-width:640px) { /* PC ==================== */
  .YTzone {
    width: 960px;
    margin: 0 auto 5%;
  }
}
@media (max-width:768px) { /* SP ==================== */
  .YTzone {
    width: 80%;
    margin: 0 10% 5%;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}