@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Murecho:wght@100..900&display=swap');
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*汎用*/
.txt-center {
  text-align: center;
}
.Btm5m {
  margin-bottom: 5px;
}
.Btm10m {
  margin-bottom: 10px;
}
.Btm15m {
  margin-bottom: 15px;
}
.Btm20m {
  margin-bottom: 20px;
}
.Btm25m {
  margin-bottom: 25px;
}
.Btm30m {
  margin-bottom: 30px;
}
.Btm35m {
  margin-bottom: 35px;
}
.Btm40m {
  margin-bottom: 40px;
}
.Btm45m {
  margin-bottom: 45px;
}
.Btm50m {
  margin-bottom: 50px;
}
.Btm60m {
  margin-bottom: 60px;
}
html {
  scroll-behavior: smooth;
  background-color: #fff000;
}
#DtArea {
  margin-left: auto;
  margin-right: auto;
}
#DtArea #sec-1 {
  background-color: #fff000;
}
/**/
#norinori #norinori-wrapper {
  background-color: #fff000;
}
#norinori-wrapper {
  background-color: #fff000;
}
.norinori-wrapper {
  width: 100%;
}
/*hover*/
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/* のりのりヘッダー_bg */
@media screen and (min-width:768px) { /* PC  ==================== */
.container_header_bg {
  width: 100%;
  height: 36px;
  background-color: #fff000;
  background-image: url("../../common/img/bg_202504_header_01.webp");
  background-repeat: repeat-x;
  z-index: 10;
}
}
@media screen and (max-width:768px) { /* SP  ==================== */
.container_header_bg {
  width: 100%;
  height: 20px;
  background-color: #fff000;
  background-image: url("../../common/img/bg_202504_header_01.webp");
  background-repeat: repeat-x;
  background-size: 20%;
  z-index: 10;
}
}
/* のりのりヘッダー_帯 */
@media screen and (min-width:768px) { /* PC  ==================== */
  .container_header_obi {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5px 0;
    font-size: 1em;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    background-color: #fff000;
    text-align: center;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .container_header_obi {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 3px 0;
    font-size: 0.6em;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    background-color: #fff000;
    text-align: center;
  }
}
/* のりのりヘッダー_base */
.container_header_menu {
  width: 100%;
  height: auto;
  padding: 10px 0 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #e84709;
}
@media screen and (min-width:768px) { /* PC  ==================== */
  .header_menu_area {
    width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .header_menu_area {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    align-items: center;
    justify-content: center;
  }
}
/* のりのりヘッダー_ロゴ */
@media screen and (min-width:768px) { /* PC  ==================== */
  .box_header_menu_01 {
    text-align: center;
    width: 30%;
    height: auto;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .box_header_menu_01 img {
    width: 300px;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .box_header_menu_01 {
    text-align: center;
    width: 100%;
    height: auto;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .box_header_menu_01 img {
    width: 110px;
  }
}
/* のりのりヘッダー_右エリア */
@media screen and (min-width:768px) { /* PC  ==================== */
  .box_header_menu_02 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 70%;
    padding: 0 0 0 2rem;
  }
  .box_header_menu_02_navi {
    display: grid;
    width: fit-content;
    column-gap: 1em;
    grid-template-columns: repeat(2, auto);
  }
  .header_lineup_area {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .box_header_menu_02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    padding: 0 0.5rem 10px;
  }
  .box_header_menu_02_navi {
    display: grid;
    width: 100%;
    column-gap: 1em;
    grid-template-columns: repeat(2, auto);
  }
  .header_lineup_area {
    width: 100%;
    height: auto;
  }
}
/* のりのりヘッダー_個別ボタン */
@media screen and (min-width:768px) { /* PC  ==================== */
  .nori_menu_btn {
    width: 290px;
    height: auto;
    padding: 1em 0;
    font-family: "Murecho", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    list-style: none;
  }
  .nori_menu_btn a {
    display: block;
    width: 100%;
    height: 3rem;
    padding: 0.75em 0;
    text-decoration: none;
    background: #FFFFFF;
    text-align: center;
    align-items: center;
    border: 1px solid #FFFFFF;
    color: #111111;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    transition: all 0.5s ease;
  }
  .nori_menu_btn a:hover {
    background: #FFF4D8;
    color: #FF4136;
    margin: 0 0;
    border: 1px solid #FFF4D8;
    box-shadow: none;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .nori_menu_btn {
    width: 100%;
    height: auto;
    padding: 2.5% 0;
    font-family: "Murecho", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    list-style: none;
    box-sizing: border-box;
  }
  .nori_menu_btn a {
    display: block;
    width: 100%;
    height: 1.7rem;
    text-decoration: none;
    background: #FFFFFF;
    text-align: center;
    align-items: center;
    border: 1px solid #FFFFFF;
    color: #111111;
    font-size: 0.7em;
    font-weight: bold;
    padding: 3.3% 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    transition: all 0.5s ease;
  }
  .nori_menu_btn a:hover {
    background: #FFF4D8;
    color: #FF4136;
    margin: 0 0;
    border: 1px solid #FFF4D8;
    box-shadow: none;
  }
}
/* のりのりヘッダー_リンクなしボタン */
@media screen and (min-width:768px) { /* PC  ==================== */
  .nori_menu_btn_no {
    width: 290px;
    height: 3rem;
    margin: 10px 0;
    font-family: "Murecho", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    list-style: none;
    padding: 0.75em 0;
    text-decoration: none;
    background: #999;
    text-align: center;
    align-items: center;
    border: 1px solid #999;
    color: #111111;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .nori_menu_btn_no {
    width: 100%;
    height: 1.7rem;
    font-family: "Murecho", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    list-style: none;
    padding: 3.3% 0;
    margin: 2% 0 0;
    text-decoration: none;
    background: #999;
    text-align: center;
    align-items: center;
    border: 1px solid #999;
    color: #111111;
    font-size: 0.7em;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-sizing: border-box;
  }
}
	
/* のりのりフッター_SNS */
@media screen and (min-width:768px) { /* PC  ==================== */
.container_sns_bg {
    width: 100%;
    height: 45px;
    background-color: #fff000;
    background-image: url("../../common/img/bg_202504_footer_01.webp");
    background-repeat: repeat-x;
    background-size: 167px auto; 
    background-position: top left;
}
}
@media screen and (max-width:768px) { /* SP  ==================== */
.container_sns_bg {
    width: 100%;
    height: 30px; /* 小さめに */
    background-color: #fff000;
    background-image: url("../../common/img/bg_202504_footer_01.webp");
    background-repeat: repeat-x;
    background-size: auto 100%; /* 高さにフィット＆横は比率保持 */
    background-position: top left;
}
}
/* フッター */
.container_sns_lineup {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
  background-color: #fffccc;
}
/* フッター_SNS */
@media screen and (min-width:768px) { /* PC  ==================== */
.box_sns_lineup_01 {
  text-align: center;
  width: 800px;
  margin: 0 auto;
  padding: 0px;
}
}
@media screen and (max-width:768px) { /* SP  ==================== */
.box_sns_lineup_01 {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 0px;
}
}
	
.lineup_sns_area {
  width: 100%;
}
.lineup_sns_area ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.lineup_sns_btn {
  width: 100%;
  height: auto;
  padding: 10%;
  box-sizing: border-box;
}
/* フッター_各ブランド */
@media screen and (min-width:768px) { /* PC  ==================== */
.box_lineup_02 {
  text-align: center;
  width: 900px;
  margin: 0 auto;
  padding: 0 0 20px;
}
}
@media screen and (max-width:768px) { /* SP  ==================== */
.box_lineup_02 {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 0px;
}
}

.lineup_brand_btn {
  width: 100%;
  height: auto;
  padding: 5%;
  box-sizing: border-box;
}



/*パートナー*/
@media screen and (min-width:768px) { /* PC  ==================== */
  .partner_container {
    width: 100%;
    height: auto;
    margin: 20px auto 0px;
    text-align: center;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .partner_container {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (min-width:768px) { /* PC  ==================== */
  .partner_box_inner_box {
    width: 960px;
    height: auto;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .partner_box_inner_box {
    width: 80%;
    height: auto;
    margin: 0 auto 20px;
  }
}
.partner_box_inner_box img {
  width: 100%;
}
/*パートナーボタン*/
.container_partner_lineup {
  width: 100%;
  height: auto;
  padding: 5px 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width:768px) { /* PC  ==================== */
  .box_partner_lineup_01 {
    text-align: center;
    width: 800px;
    margin: 0 auto;
    padding: 0px;
  }
	.lineup_partner_area {
  width: 100%;
}
.lineup_partner_area ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.lineup_partner_btn {
  width: 100%;
  height: auto;
  padding: 15px;
  box-sizing: border-box;
}
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .box_partner_lineup_01 {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 0px;
  }
.lineup_partner_area {
  width: 90%;
	    margin: 0 auto;
}
.lineup_partner_area ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.lineup_partner_btn {
  width: 100%;
  height: auto;
  padding: 5px;
  box-sizing: border-box;
}
}


/*アニメ_BIG*/
@media screen and (min-width:768px) { /* PC  ==================== */
  .anime_container {
    width: 100%;
    height: auto;
    padding: 30px 0  0px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .anime_container {
    width: 100%;
    height: auto;
    padding: 10px 0 0px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (min-width:768px) { /* PC  ==================== */
  .anime_box_inner_box {
    width: 750px;
    height: auto;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .anime_box_inner_box {
    width: 80%;
    height: auto;
    margin: 0 auto 5px;
  }
}
.anime_box_inner_box img {
  width: 100%;
}

/*アニメボタン*/
.container_anime_lineup {
  width: 100%;
  height: auto;
  padding: 5px 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width:768px) { /* PC  ==================== */
  .box_anime_lineup_01 {
    text-align: center;
    width: 765px;
    margin: 0 auto 30px;
    padding: 0px;
  }
	.lineup_anime_area {
  width: 100%;
}
.lineup_anime_area ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.lineup_anime_btn {
  width: 100%;
  height: auto;
  padding: 5px;
  box-sizing: border-box;
}

}
@media screen and (max-width:768px) { /* SP  ==================== */
  .box_anime_lineup_01 {
    text-align: center;
    width: 82.5%;
    margin: 0 auto 20px;
    padding: 0px;
  }
.lineup_anime_area {
  width: 100%;
}
.lineup_anime_area ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.lineup_anime_btn {
  width: 100%;
  height: auto;
  padding: 5px;
  box-sizing: border-box;
}
}

/*202506_フッター用タイトルとボックス*/
@media screen and (min-width:768px) { /* PC  ==================== */
  .footer_tsuika_container {
    width: 100%;
    height: auto;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .footer_tsuika_container {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (min-width:768px) { /* PC  ==================== */
  .footer_tsuika_box_inner_box {
    width: 800px;
    height: auto;
    margin: 20px auto 0;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .footer_tsuika_box_inner_box {
    width: 80%;
    height: auto;
    margin: 10px auto 0;
  }
}
.footer_tsuika_box_inner_box img {
  width: 80%;
	    height: auto;
    margin: 0 auto;
}
/*202506_フッター用flexボックス*/
.container_footer_tsuika_lineup {
  width: 100%;
  height: auto;
  padding: 5px 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width:768px) { /* PC  ==================== */
  .box_footer_tsuika_lineup_01 {
    text-align: center;
    width: 800px;
    margin: 0 auto;
    padding: 0px;
  }
	.lineup_footer_tsuika_area {
  width: 100%;
}
.lineup_footer_tsuika_area ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.lineup_footer_tsuika_btn {
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .box_footer_tsuika_lineup_01 {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 0px;
  }
.lineup_footer_tsuika_area {
  width: 95%;
	margin: 0 auto;
}
.lineup_footer_tsuika_area ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.lineup_footer_tsuika_btn {
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}
}

/*区切り線*/
@media screen and (min-width:768px) { /* PC  ==================== */
.hr_01 {
  width: 960px;
  border: 10px solid #fff;
  margin: 20px auto;
}
}

@media screen and (max-width:768px) { /* SP  ==================== */
.hr_01 {
  width: 95%;
  border: 5px solid #fff;
  margin: 10px auto;
}
}