/**
 * The new CSS reset - version 1.9 (last updated 19.6.2023) **
 *
 * @format
 */

:where(
    :not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)
  ) {
  all: unset;
  display: revert;
}
*,
::after,
::before {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}
menu,
ol,
ul {
  list-style: none;
}
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  appearance: revert;
}
:where(pre) {
  all: revert;
}
::placeholder {
  color: unset;
}
::marker {
  content: initial;
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}
:where([draggable="true"]) {
  -webkit-user-drag: element;
}
:where(dialog:modal) {
  all: revert;
}

:root {
  /* color */
  --color-base-skyblue: #00a8f4;
  --color-base-red: #dc0000;
  --color-base-deepblue: #003fad;
  --color-base-yellow: #ffea5c;
  --color-base-pink: #ff6463;

  --color-hightlight-yellow: #fff6d5;
  --color-hightlight-red: #ff6463;

  --color-theme-top: #4bceec;
  --color-theme-movieanime: #4bceec;
  --color-theme-reading: #4bceec;
  --color-theme-goods: #ff9ca7;
  --color-theme-game: #52c9a7;
  --color-theme-special: #ffa360;
  --color-theme-fworld: #00a8f4;

  /* memo: breakpoint */
  --breakpoint-max-tablet: 1024px;
  --breakpoint-max-smartphone: 640px;
  --breakpoint-max-smartphone_s: 320px;

  /**/
  --content-max-width-pc: 1200px;
  --content-max-width-sub-pc: 1000px;

  /**/
  --content-font-family-hn: "M PLUS Rounded 1c", sans-serif;
}

body {
  font-family: "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "M PLUS Rounded 1c",
    sans-serif;
  line-height: 1.5;
  background: var(--color-theme-top);
}
body.top {
  background: var(--color-theme-top);
}
body.movieanime {
  background: var(--color-theme-movieanime);
}
body.reading {
  background: var(--color-theme-reading);
}
body.goods {
  background: var(--color-theme-goods);
}
body.game {
  background: var(--color-theme-game);
}
body.special {
  background: var(--color-theme-special);
}
body.fworld {
  background: var(--color-theme-fworld);
}

img,
input[type="image"] {
  max-width: 100%;
  vertical-align: middle;
}

.doraemon_channel {
  will-change: opacity;
  transition: opacity 0.1s ease-out 0s;
}
body.loading .doraemon_channel {
  opacity: 0;
  pointer-events: none;
}

.header {
  position: relative;
}
.header_background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #add6f6, #ffffff);
}
.header_background .background_set {
  position: relative;
  width: 90%;
  max-width: var(--content-max-width-pc);
  height: 100%;
  margin: 0 auto;
}
.header_background .background_set li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
}
.header_wrapper {
  position: relative;
  width: 90%;
  max-width: var(--content-max-width-pc);
  margin: 0 auto;
}

.container {
  position: sticky;
  top: 0;
  z-index: 2;
}
.global-navigation-container {
  background: var(--color-theme-top);
}
.global-navigation-category {
  display: flex;
  justify-content: space-around;
  width: 90%;
  max-width: var(--content-max-width-pc);
  margin: 0 auto;
}
.global-navigation-category-label {
  margin: 0 0 -0.03em;
  border-radius: 1em 1em 0 0;
  padding: 0.4em 0.6em 0.28em;
  color: #ffffff;
  font-size: 2.2rem;
  font-family: var(--content-font-family-hn);
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
}
.global-navigation-category-label.here {
  background: var(--color-base-yellow);
  color: var(--color-base-deepblue);
}
.global-navigation-menu-container {
  background: var(--color-base-yellow);
}
.global-navigation-cat-wrapper {
  display: none;
  width: 90%;
  max-width: var(--content-max-width-pc);
  margin: 0 auto;
}
.global-navigation-cat-wrapper.here {
  display: block;
}
.global-navigation-menu-list {
  display: flex;
  justify-content: center;
  padding: 1.35% 0 1.95%;
}
.global-navigation-close {
  position: relative;
  width: 90%;
  max-width: var(--content-max-width-pc);
  margin: 0 auto;
}
.open + .global-navigation-close {
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}
.global-navigation-close-wrap {
  position: absolute;
  width: 6.7%;
  height: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.contents_frame {
  width: 90%;
  max-width: var(--content-max-width-pc);
  margin: 48px auto 0;
  border-radius: 63px;
  background: #ffffff;
}

.copyright {
  width: 90%;
  max-width: var(--content-max-width-pc);
  margin: 80px auto 50px;
  font-size: 1.3rem;
  text-align: center;
}

.backtotop {
  position: fixed;
  width: 20%;
  max-width: 124px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
.backtotop .btn_totop {
  cursor: pointer;
  transform: translate(0, 100%);
  will-change: transform;
  transition: transform 0.3s ease-in 0s;
}
.backtotop.show .btn_totop {
  transform: translate(0, 0);
}

/* common */
.contents_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.contents_list.category_index.page-1 article.item:nth-child(1) {
  width: 100%;
  margin-bottom: 4%;
}
.contents_list.category_index.page-1 article.item:nth-child(1) a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contents_list.category_index.page-1 article.item:nth-child(1) .phbox {
  width: 48.5%;
}
.contents_list.category_index.page-1 article.item:nth-child(1) .txbox {
  width: 46.8%;
}
.contents_list.category_index.page-1 article.item:nth-child(1) .area_label li {
  font-size: 1.8rem;
}
.contents_list.category_index.page-1
  article.item:nth-child(1)
  .area_label
  .ico_new {
  font-size: 1.9rem;
}

/* フォントサイズ変更　231125 */
.contents_list.category_index.page-1 article.item:nth-child(1) .p-nolabel {
  margin-top: 0.3em;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}

/* common : pagenate */
.pagenate_unit {
  margin: 6% 0 0;
}
.pagenate_unit ul {
  display: flex;
  justify-content: center;
  color: var(--color-base-skyblue);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.pagenate_unit li {
  width: 8%;
  margin: 0 1.18%;
}
.pagenate_unit .anc {
  display: block;
  width: 100%;
  border: 4px solid var(--color-base-skyblue);
  border-radius: 200px;
}
.pagenate_unit a.anc:hover {
  background: #ffff79;
}
.pagenate_unit .here .anc {
  background: var(--color-base-skyblue);
  color: #ffffff;
}

/* common : footer banner */
.contents_ft_banner {
  max-width: var(--content-max-width-pc);
  margin: 0 auto 0;
}
.contents_ft_banner .bannerlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 4.2% 0 0;
}
.contents_ft_banner .bannerlist li {
  width: 25%;
  margin: 4% 2% 0;
}

/* お悔やみなどの情報掲出用 */

.wrap_information {
  width: 80%;
  margin: 0rem auto 3rem;
  border: solid 1px #7c7c7c;
  font-size: 1.4rem;
  padding: 1rem 0;
  text-align: center;
  color: #7c7c7c;
}

/* Top */
.recommended_wrap .slick-arrow,
.recommended_wrap .slick-dots {
  display: none !important;
}
.hot_word {
  background: var(--color-base-yellow);
}
.hot_word .word_list li {
  display: inline-block;
  margin: 0 0.3em 0.3em 0;
  font-size: 1.5rem;
  font-weight: 700;
  vertical-align: middle;
}
.hot_word .word_list a {
  display: inline-block;
  border: 2px solid var(--color-base-skyblue);
  border-radius: 100px;
  padding: 0.3em 1em;
  background: #ffffff;
  color: var(--color-base-skyblue);
  vertical-align: middle;
}
.whatday {
  position: relative;
}
.whatday .month {
  position: absolute;
  width: 20%;
  top: 0;
  left: 6%;
  margin: 6.8% 0 0;
  padding: 4.6% 0 0;
}
.whatday .month img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.whatday .date {
  position: absolute;
  width: 23%;
  top: 0;
  left: 6%;
  margin: 13.8% 0 0;
  padding: 9% 0 0;
}
.whatday .date img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.whatday .pict {
  position: absolute;
  width: 24.3%;
  top: 0;
  left: 0;
  margin: 5.1% 0 0 34%;
}

.title_unit_01 {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 1.6rem 0;
  background: var(--color-base-pink);
}
.museuminfo .title_unit_01 {
  border-radius: 1.6rem 0 0 0;
  background: var(--color-base-skyblue);
}
.title_unit_01:before {
  content: "";
  display: block;
  position: absolute;
  width: 7.8%;
  top: 0;
  left: 0;
  margin: -2.4% 0 0 2.55%;
  padding: 7.8% 0 0;
  background: url(/assets/images/top/top_icn_hd_01.webp) 50% 50% / contain
    no-repeat;
}

.pickup .title_unit_01:before {
  background-image: url(/assets/images/top/top_icn_hd_pickup.webp);
}

.whatsnew .title_unit_01:before {
  background-image: url(/assets/images/top/top_icn_hd_whatsnew.webp);
}

.movieinfo .title_unit_01:before {
  background-image: url(/assets/images/top/top_icn_hd_movieinfo.webp);
}

/* 2024.tpbon
.movieinfo .title_unit_01:before {
  background-image: url(/assets/images/top/top_icn_hd_tpbon.webp);
} */

.animeinfo .title_unit_01:before {
  background-image: url(/assets/images/top/top_icn_hd_animeinfo.webp);
}

.mobileinfo .title_unit_01:before {
  background-image: url(/assets/images/top/top_icn_hd_mobileinfo.webp);
}

.gameinfo .title_unit_01:before {
  background-image: url(/assets/images/top/top_icn_hd_gameinfo.webp);
}

.mangainfo .title_unit_01:before {
  background-image: url(/assets/images/top/top_icn_hd_mangainfo.webp);
}

.downloadinfo .title_unit_01:before {
  background-image: url(/assets/images/top/top_icn_hd_downloadinfo.webp);
}
.museuminfo .title_unit_01:before {
  background-image: url(/assets/images/top/top_icn_hd_02.webp);
}

.worksinfo .title_unit_01:before {
  background-image: url(/assets/images/top/top_icn_hd_worksinfo.webp);
}

.storeinfo .title_unit_01:before {
  display: none;
}
.title_unit_01:after {
  content: "";
  display: block;
  width: 1px;
  padding: 5.6% 0 0;
}
.title_unit_01 .sec_title {
  position: relative;
  width: 67.8%;
  margin: 0 0 0 12%;
  padding: 3.4% 0 0;
}
.title_unit_01 .sec_title img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
}
.title_unit_01 .showall {
  width: 18.1%;
}
.title_unit_01 .showall a {
  display: block;
  border-radius: 3em;
  padding: 2.7%;
  background: #ffffff;
  color: var(--color-base-pink);
  font-size: 2.4rem;
  font-family: var(--content-font-family-hn);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.title_unit_02 {
  display: table;
  margin: 0 auto;
  border-radius: 2em;
  padding: 0.2em 0.8em;
  background: var(--color-base-pink);
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}

.title_unit_03 {
  display: table;
  margin: 0 auto;
  border-bottom: 2px solid var(--color-base-skyblue);
  padding: 0 0 0.2em;
  color: var(--color-base-skyblue);
  font-size: 2.8rem;
  font-family: var(--content-font-family-hn);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.btn_01 {
  display: table;
  margin: 0 auto;
  border-radius: 2em;
  padding: 0.45em 1.3em;
  background: var(--color-base-skyblue);
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}

article.item .phbox img {
  border-radius: 0 3rem;
  border: 2px solid #c8c8c8;
}
.area_label {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 2.9rem auto 0;
}
.area_label li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.6em 0.6em 0;
  padding: 0.45em 1.05em 0.45em 1.25em;
  border-radius: 3em;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bolder;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.area_label .ico_new {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  background-color: var(--color-base-red);
  color: #ffffff;
  font-size: 1.4rem;
  animation: flash 1s linear infinite;
}
.area_label .ico_new:before {
  content: "NEW";
}
.area_label .news_cathegory {
  min-width: 20%;
  background-color: var(--color-base-skyblue);
}

.area_label .termination {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border: 0.2rem solid var(--color-base-red);
  box-sizing: border-box;
  background-color: #fff;
  color: var(--color-base-red);
  font-size: 1.4rem;
}
.area_label .termination:before {
  content: "終了";
}

article.item .p-nolabel {
  margin: 0.55em 0 0;
  font-size: 1.7rem;
  line-height: 1.6;
}

/**/
.movieinfo .movie_screen.embed_video {
  position: relative;
}
.movieinfo .movie_screen.embed_video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

/**/
.animeinfo .movie_unit {
  position: relative;
  width: 78%;
  margin: 0 auto;
  padding: calc(78% * 0.5603) 0 0;
}
.animeinfo .movie_unit iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

/**/
.downloadinfo .downloadlist {
  padding: 0 0 8%;
}
.downloadinfo .downloadlist li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.downloadinfo .downloadlist .imgbox {
  position: relative;
  width: 49.6%;
  margin: 7% 5.2% 0 5.4%;
}
.downloadinfo .downloadlist .txtbox {
  width: 40%;
  padding: 0 4% 0 2.5%;
}
.downloadinfo .downloadlist .imgbox:before {
  content: "";
  display: block;
  width: 100%;
  padding: 59.8% 0 0;
}
.downloadinfo .downloadlist .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 0 0 5rem 5rem;
}
.downloadinfo .btn_01 {
  width: 100%;
  font-size: 2.1rem;
  padding: 0.45em 0.7em;
  text-align: center;
}
.downloadinfo .info_unit .sec_title {
  color: var(--color-base-pink);
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}
/**/
.museuminfo .info_unit {
  border-radius: 0 0 3rem 0;
  background: #c6ebff url(/assets/images/top/top_bg_museum_01.svg) 99% 1.5%/37%
    no-repeat;
}
.museuminfo .date {
  font-weight: 700;
}
.museuminfo .catch {
  font-weight: 700;
  line-height: 1.2;
}
.museuminfo .readmore {
  margin: 3% 0 0;
}
.museuminfo .gotomuseum {
  text-align: center;
  padding: 2.2% 0 4.4%;
}
.museuminfo .gotomuseum img {
  width: 37.4%;
  border: 2px solid #c8c8c8;
}
/**/
.worksinfo .txtbox {
  display: block;
  margin: 3% 0 0;
  color: var(--color-base-skyblue);
  font-size: 2.2rem;
  font-family: var(--content-font-family-hn);
  font-weight: 700;
  text-align: center;
}
/* Top: Store */
.storeinfo .title_unit_01:after {
  padding-top: 14%;
}
.storeinfo .info_unit {
  margin: -3.7% -10% 0;
  padding: 8.2% 0 5.9%;
  background: #ffd866;
}
.storeinfo .title_unit_01 {
  width: 40%;
  margin: 0 auto;
}
.storeinfo .title_unit_01 .sec_title {
  width: 100%;
  margin: 0;
  padding-top: 8.5%;
}
.storeinfo .title_unit_01 .sec_title img {
  left: 50%;
  transform: translate(-50%, 0);
}
.storeinfo .storelist {
  display: flex;
  justify-content: space-between;
  width: 54.17%;
  margin: 0 auto;
}
.storeinfo .storelist li {
  width: 46.4%;
}
/* Top: SNS */
.snsinfo {
  margin: 8.3% 0 0;
}
.snsinfo .title_unit_03 {
  font-size: 3.9rem;
  letter-spacing: -0.03em;
  border-bottom-width: 4px;
  padding-bottom: 0.3em;
}
.snsinfo .info_unit {
  margin: 5.2% 0;
}
.snsinfo .snslist {
  display: flex;
  justify-content: center;
  align-items: center;
}
.snsinfo .snslist li {
  width: 6.1%;
  margin: 0 2.8%;
}
/* Top: banner */
.bannerBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0 2.7%;
}
.bannerBox ul:before,
.bannerBox ul:after {
  content: "";
  display: block;
  width: 23%;
}
.bannerBox ul:before {
  order: 1;
}
.bannerBox li {
  width: 23.5%;
  margin: 0 0 2%;
}
.bannerBox img {
  border: 1px solid #c8c8c8;
}
/* Top: floating button */
.sugoroku_ico {
  position: fixed;
  width: 12.5%;
  max-width: 150px;
  bottom: 10px;
  right: 20px;
}
.imanani_ico {
  position: fixed;
  width: 13.33%;
  max-width: 160px;
  bottom: 10px;
  left: 20px;
  cursor: pointer;
}

/*
	subpage
*/
/* header */
.contents_header {
  position: relative;
  max-width: var(--content-max-width-sub-pc);
  margin: 0 auto;
}
.contents_header h1 {
  width: 70%;
  margin: 17.95% auto 0;
}
.contents_header h1 .en {
  display: block;
  position: relative;
  padding: 10% 0 0;
}
.contents_header h1 .ja {
  display: block;
  position: relative;
  padding: 5% 0 0;
}
.contents_header h1 .en + .ja {
  margin: 3.8% 0 0;
}
.contents_header h1 img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.contents_header .header_charactor {
  position: absolute;
  top: 0;
  left: 0;
}
body.game .contents_header .header_charactor {
  width: 19.6%;
  margin: -10% 0 0 42.42%;
}
body.goods .contents_header .header_charactor {
  width: 15.32%;
  margin: -14.5% 0 0 41.05%;
}
/* section */
.contents_section {
  max-width: var(--content-max-width-pc);
  margin: 59px auto 0;
}
.contents_section .sec_title {
  display: block;
  position: relative;
  padding: 4% 0 0;
}
.contents_section + .contents_section .sec_title {
  margin-top: 80px;
}
.contents_section .sec_title img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.contents_section .contents_frame {
  width: 100%;
  margin-top: 39px;
}
.contents_section .contents_wrap {
  font-size: 2rem;
}
/* game: index */
.contents.game_index .game_list {
  padding: 0 0 6.5%;
}
.contents.game_index .banner_area img {
  width: 100%;
  margin: 3.8% 0 0;
}
.contents.game_index .game_list .imgbox .moviebox {
  position: relative;
  padding: calc(71.79% - 6px * 2) 0 0;
  margin: 6px;
}
.contents.game_index .game_list .imgbox video,
.contents.game_index .game_list .imgbox iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.contents.game_index .game_list .imgbox video {
  object-fit: cover;
  border-radius: 10px;
}
.contents.game_index .game_list .title {
  position: relative;
}
.contents.game_index .game_list .title img {
  position: absolute;
  height: 100%;
  top: 0;
}
.contents.game_index .game_list .summary {
  margin: 5.1% 0 0;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
.contents.game_index .game_list .start a {
  display: inline-block;
  margin: 4.5% 0 0;
  border-radius: 100px;
  padding: 0.4em 0.8em;
  background: #e70000;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
/* game: sugoroku */

.game_sugoroku_02 .howtoplay p {
  margin: 1.8%;
}
.game_sugoroku_02 .howtoplay ul {
  padding: 0.8em 0 0;
}
.game_sugoroku_02 .howtoplay ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.game_sugoroku_02 .howtoplay ul li + li {
  margin-top: 1.4em;
}
.game_sugoroku_02 .howtoplay ul .imgbox {
  display: inline-block;
  width: 10.8%;
}
.game_sugoroku_02 .howtoplay ul .imgbox img {
  width: 100%;
}
/* article: common */
.wc_sns_Area a {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 100% 0 0;
  text-indent: -1000em;
}
.wc_sns_Area .tw a {
  background: url(/assets/images/sns_ico_xtwitter_02.svg);
}
.wc_sns_Area .fb a {
  background: url(/assets/images/sns_ico_facebook.svg);
}
.wc_sns_Area .line a {
  background: url(/assets/images/sns_ico_line.svg);
}
.contents.article_detail .columns_date {
  color: #666666;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
}

.contents.article_detail a,
u {
  text-decoration: underline;
}

.contents.article_detail strong,
b {
  font-weight: bold;
}

.contents.article_detail .columns_date .termination {
  margin: 0 0.6em 0.6em 2rem;
  padding: 0.1em 1.05em 0.1em 1.25em;

  border-radius: 3em;
  font-size: 1.2rem;
  font-weight: bolder;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;

  border: 0.2rem solid var(--color-base-red);
  box-sizing: border-box;
  background-color: #fff;
  color: var(--color-base-red);
  font-size: 1.6rem;
}

.contents.article_detail .columns_date .termination:before {
  content: "終了";
}

.wc_title {
  margin-bottom: 4rem;
}

.contents.article_detail .wc_title_sub {
  margin: 0.8% 0 0;
  color: var(--color-base-skyblue);
  font-size: 2.8rem;
  line-height: 1.3;
  text-align: center;
}
.contents.article_detail .wc_title h1 {
  margin: 1.7% 0 0;
  color: var(--color-base-skyblue);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.contents.article_detail .nc_article p,
.contents.article_detail .nc_article .video,
.contents.article_detail .nc_article .img {
  margin: 0.7em 0 0;
  font-size: 2rem;
}

.contents.article_detail .nc_article .txt_center {
  text-align: center;
}

.contents.article_detail .nc_article .wc_spec p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.7;
}
.contents.article_detail .nc_article .video {
  position: relative;
  padding: 56.25% 0 0;
}
.contents.article_detail .nc_article .img {
  text-align: center;
}
.contents.article_detail .nc_article .video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.contents.article_detail .nc_article .img img {
  border: 2px solid #c8c8c8;
}
.contents.article_detail .nc_article .highlight {
  background: var(--color-hightlight-yellow);
}
.contents.article_detail .nc_article .highlight.red {
  background: var(--color-hightlight-red);
}
.contents.article_detail .nc_article .btn_Area a {
  display: table;
  max-width: 500px;
  margin: 1.6em auto 0;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.contents.article_detail .nc_article .basic_btn {
  border-radius: 4em;
  padding: 0.4em 1.3em;
  background: var(--color-base-skyblue);
  color: #ffffff;
  text-align: center;
}
.contents.article_detail .nc_article .basic_btn.showdetail_red {
  background-color: var(--color-base-red);
}
.contents.article_detail .nc_article .basic_btn.showdetail_blue {
  background: var(--color-base-skyblue);
}

.contents.article_detail .nc_article .basic_btn.getdigital {
  background-color: var(--color-base-red);
}

/* 無料読みの設定 */
.comic_for_free {
  background: #ffff66;
  border: #4bceec 0.6em solid;
  border-radius: 6em;
  box-sizing: border-box;
  font-weight: bolder;
  text-shadow: none;
  width: 80%;
  padding: 2% 0 2%;
  margin: 0 auto;
  text-align: center;
}

/* 無料読み タイトルの設定 */
.comic_for_free .title {
  font-size: 2rem;
}

/* 無料読み 日付の設定 */
.comic_for_free .date {
  display: block;
  font-size: 1rem;
}

.contents.article_detail .nc_article .wc_spec {
  margin: 8% 0 0;
  padding: 3.4% 5%;
  background: #fff6d5;
}
.contents.article_detail .tag ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 8% 0;
}
.contents.article_detail .tag li {
  margin: 0 0.8% 1.8%;
}
.contents.article_detail .tag a {
  display: inline-block;
  min-width: 6em;
  border-radius: 5em;
  padding: 0.5em 1em;
  background: var(--color-base-skyblue);
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 641px) {
  .nopc {
    display: none;
  }
  html {
    font-size: 10px;
  }

  .header,
  .container,
  .contents,
  footer {
    /*transform:rotateZ(0.03deg);	/* Windowのフォントジャギー対策 */
  }

  /* background set >>> */
  .header_background .background_set .background_01 .cloud {
    position: absolute;
    width: 10.3%;
    top: -8%;
    left: 23.3%;
  }
  .header_background .background_set .background_01 .chara {
    position: relative;
    width: 15%;
    margin: 0.4% 0 0 58.3%;
  }
  /* <<< background set */
  .header .sitename {
    width: 16.67%;
    padding: 1.25% 0 1.1%;
  }
  .header .goto_kids {
    position: absolute;
    width: 7.5%;
    top: 0;
    left: 0;
    margin: 5.1% 0 0 17.75%;
  }
  .header .toolbox {
    position: absolute;
    width: 16.33%;
    top: 0;
    right: 0;
  }
  .header .sns_area_header {
    width: 95%;
    margin: 15.5% auto 0;
  }
  .header .sns_area_header ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .sns_area_header li {
    width: 10.7%;
  }
  .header form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4% 0 0;
  }
  .header input[type="text"] {
    width: 83.5%;
    border-radius: 0.8em;
    padding: 1.8% 3% 1.8% 5%;
    background: #ffffff;
    font-size: 1.2rem;
  }
  .header input[type="text"]::placeholder {
    color: #999999;
  }
  .header input[type="image"] {
    width: 13.2%;
  }

  .global-navigation-category-item {
    padding: 0.95% 0 0;
  }

  .global-navigation-menu-container {
    max-height: 1.3rem;
    overflow: hidden;
    transition: max-height 0.4s ease-in 0s;
  }
  .open .global-navigation-menu-container {
    max-height: 20rem;
  }

  .global-navigation-menu {
    width: 10.5%;
    margin: 0 0.3%;
  }

  .contents_wrap {
    padding: 5.83% 8.33%;
  }

  .copyright .utility {
    padding: 24px 0 48px;
  }

  /* common */
  .contents_list:after {
    content: "";
    display: block;
    width: 32.3%;
  }
  .contents_list article.item {
    width: 32.3%;
    margin: 2.3% 0 0;
  }
  body.top .contents_list article.item:nth-child(n + 4) {
    display: none;
  }

  /* Top */
  .recommended_wrap {
    margin: 36px 0 0;
  }
  .recommended_wrap .slick-wrapper {
    width: 90%;
    max-width: var(--content-max-width-pc);
    max-height: 200px;
    margin: 0 auto;
  }
  .recommended_wrap .slick-wrapper .slick-slide {
    max-width: calc(655px + 16px * 2);
    padding: 0 20px;
  }
  .recommended_wrap .slick-wrapper img {
    max-height: 200px;
  }

  .hot_word {
    display: flex;
    align-items: center;
    padding: 0.7% 1.75% 0.5%;
  }
  .hot_word .sec_title {
    width: 20.25%;
  }
  .hot_word .word_list {
    margin: 0 0 0 2.45%;
  }

  .ad_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 6.2% 0 0;
  }
  .whatday,
  .ad_banner,
  .ad_figure,
  .video-container {
    width: 47.5%;
  }
  .ad_figure,
  .video-container {
    margin: 8.4% 0 0;
  }
  .video-container {
    position: relative;
  }
  .video-container:before {
    content: "";
    display: block;
    padding: 56.18% 0 0;
  }
  .video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }

  .pickup,
  .whatsnew,
  .movieinfo,
  .animeinfo,
  .mobileinfo,
  .gameinfo,
  .manga_download,
  .museuminfo,
  .worksinfo,
  .storeinfo {
    margin: 9% 0 0;
  }
  /**/
  .movieinfo .info_unit {
    margin: 2.55% 0 0;
  }
  .movieinfo .movie_unit {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .movieinfo .movie_title {
    width: 47.5%;
    padding: 0 2.8% 0 4.3%;
  }
  .movieinfo .movie_screen {
    width: 52.5%;
  }
  .movieinfo .movie_screen.embed_video {
    padding: calc(52.5% * 0.5603) 0 0;
  }
  .movieinfo .movie_banner_list {
    display: flex;
    width: 67%;
    margin: 4.4% auto 0;
  }
  .movieinfo .movie_banner_list li:not(:first-child) {
    margin: 0 0 0 2.6%;
  }
  /**/
  .animeinfo .info_unit {
    margin: 2.5% 0 0;
  }
  .animeinfo .movie_unit {
    position: relative;
    width: 78%;
    margin: 0 auto;
    padding: calc(78% * 0.5603) 0 0;
  }
  .animeinfo .movie_unit iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .animeinfo .title_unit_02 {
    margin-top: 5%;
  }
  .animeinfo .tvlist {
    display: flex;
    justify-content: space-between;
    margin: 2.8% 0 0;
  }
  .animeinfo .tvlist li {
    width: 30.7%;
  }
  .animeinfo .listlink {
    margin: 2.4% 0 0;
  }

  .animeinfo .listlink span {
    display: block;
    margin: 2.4% auto 1%;
    font-size: 1.5rem;
    text-align: center;
  }
  /**/
  .gameinfo .info_unit {
    margin: 2.4% 0 4.8% 0;
  }

  /*レイアウト変更 231125*/
  .gameinfo .gamelist {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-template-rows: repeat(2fr);
    grid-template-areas:
      "a c"
      "b d";
    column-gap: 2%;
    row-gap: 4%;
  }
  .gameinfo .gamelist li:nth-child(1) {
    grid-area: a;
  }
  .gameinfo .gamelist li:nth-child(2) {
    grid-area: b;
  }
  .gameinfo .gamelist li:nth-child(3) {
    grid-area: c;
  }
  .gameinfo .gamelist li:nth-child(4) {
    grid-area: d;
  }
  .gameinfo .gamelist img {
    border: 1px solid #c8c8c8;
    width: 100%;
  }
  .gameinfo .info_unit .showall {
    margin: 2.4% 0 0;
  }
  /**/
  .manga_download {
    display: flex;
    justify-content: space-between;
  }
  .manga_download .mangainfo,
  .manga_download .downloadinfo {
    width: 47.6%;
  }
  .mangainfo .title_unit_01,
  .downloadinfo .title_unit_01 {
    border-radius: 1.6rem 0 0 0;
  }
  .mangainfo .title_unit_01:before,
  .downloadinfo .title_unit_01:before {
    width: 16.39%;
    margin: -5.04% 0 0 5.36%;
    padding-top: 16.39%;
  }
  .mangainfo .title_unit_01:after,
  .downloadinfo .title_unit_01:after {
    padding-top: 11.76%;
  }
  .mangainfo .title_unit_01 .sec_title,
  .downloadinfo .title_unit_01 .sec_title {
    margin-left: 25.21%;
    padding-top: 7.14%;
  }
  .mangainfo,
  .downloadinfo {
    border-radius: 0 0 3rem 0;
    background: #fff6d5;
  }
  .mangainfo .imgbox {
    padding: 3.2% 5.8%;
  }
  .mangainfo .txtbox {
    padding: 1% 0 5%;
  }
  .downloadinfo .btn_01 {
    font-family: var(--content-font-family-hn);
  }
  /**/
  .museuminfo .introbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.6% 2.7%;
  }
  .museuminfo .imgbox {
    width: 47.7%;
  }
  .museuminfo .txtbox {
    width: 50%;
  }
  .museuminfo .btn_01 {
    margin: 0;
    padding: 0.45em 1em;
    font-size: 3.4rem;
  }
  .museuminfo .date {
    font-size: 2rem;
    font-family: var(--content-font-family-hn);
  }
  .museuminfo .catch {
    font-size: 2.4rem;
    font-family: var(--content-font-family-hn);
  }
  /**/
  .worksinfo .info_unit {
    display: flex;
    justify-content: space-between;
    margin: 2.4% 0 0;
  }
  .worksinfo .info_unit ul {
    display: flex;
    justify-content: space-between;
    margin: 5% 0 0;
  }
  .worksinfo .info_unit > * {
    width: 48.8%;
  }
  .worksinfo .info_unit li {
    width: 47.54%;
  }

  /*
		subpage
	*/
  /* header */
  /* section */
  /* game: index */
  .contents.game_index .game_list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4.6% 0 0;
  }
  .contents.game_index .game_list .imgbox {
    width: 48.95%;
    margin: 0 0 0 0.3%;
  }
  .contents.game_index .game_list .txtbox {
    width: 43.2%;
  }
  .contents.game_index .game_list .title.pc_line1 {
    padding: 10.2% 0 0;
  }
  .contents.game_index .game_list .title.pc_line2 {
    padding: 23.2% 0 0;
  }
  .contents.game_index .game_list .title.pc_line2_a {
    padding: 27.2% 0 0;
  }
  /* game: sugoroku */
  .game_sugoroku .contents_header,
  .game_sugoroku .contents_section {
    max-width: var(--content-max-width-sub-pc);
  }
  .game_sugoroku_02 .howtoplay ul .txtbox {
    width: 88%;
  }
  /* article: common */
  .contents.article_detail .contents_wrap {
    display: flex;
  }
  .contents.article_detail .sns_unit {
    width: 11.5%;
  }
  .contents.article_detail .main_unit {
    width: 80%;
  }
  .contents.article_detail strong {
    font-weight: bold;
  }

  .wc_sns_Area {
    margin: 35% 37% 0 19%;
    position: sticky;
    top: 20%;
    margin-top: 0;
  }
  .wc_sns_Area li {
    margin: 0 0 46%;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 0.8vw;
  }
  .global-navigation-menu {
    width: 97px;
    margin: 0 3px;
  }
}

@media screen and (max-width: 640px) {
  .nosp {
    display: none;
  }
  html {
    font-size: 1vw;
  }

  .header_wrapper {
    width: 94%;
    height: 21.4vw;
  }
  .header .sitename {
    width: 29.37%;
    padding: 2.5% 0 1.1%;
  }
  .header .goto_kids {
    width: 23%;
    padding: 1.1% 0 0 4.5%;
  }
  .header_background .background_set .background_01 .cloud {
    position: absolute;
    width: 30.2vw;
    top: -5%;
    left: 27.3%;
  }
  .header_background .background_set .background_01 .chara {
    position: relative;
    width: 32vw;
    margin: 4.8% 0 0 56.3%;
  }
  .header .toolbox {
    display: none;
  }

  .global-navigation-category {
    width: 99%;
  }
  .global-navigation-category-item {
    margin: 1.6% 0 0;
    width: calc(95% / 7);
  }
  .global-navigation-category-label {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 1.3em 1.3em 0 0;
    padding: 0.5em 0.1em 0.2em;
    font-size: 2.4rem;
    line-height: 1.2;
    text-align: center;
  }
  .global-navigation-category-label .spbr {
    display: block;
    width: 100%;
  }
  .global-navigation-togglebox {
    max-height: 3rem;
    overflow: hidden;
    background: var(--color-base-yellow);
    transition: max-height 0.4s ease-in 0s;
  }
  .global-navigation-togglebox.open {
    max-height: 30rem;
  }
  .global-navigation-cat-wrapper {
    width: 99%;
  }
  .global-navigation-menu-list {
    padding-top: 3rem;
  }
  .global-navigation-menu {
    width: 15.2vw;
    margin: 0 0.7vw;
  }

  .search_area_SP form {
    display: flex;
    justify-content: space-between;
    width: 81.2%;
    margin: 1% 0 0 7.7%;
    padding: 0 0 4%;
  }
  .search_area_SP input[type="text"] {
    width: 90.8%;
    border-radius: 0.8em;
    padding: 0.4% 3% 0.4% 3.5%;
    background: #ffffff;
    font-size: 3.9rem;
  }
  .search_area_SP input[type="text"]::placeholder {
    color: #999999;
  }
  .search_area_SP input[type="image"] {
    width: 7.5%;
  }
  .global-navigation-close-wrap {
    width: 16vw;
  }

  .contents_frame {
    margin: 8vw auto 0;
    border-radius: 5vw;
  }
  .contents_wrap {
    padding: 5.33% 5.63%;
  }

  .copyright {
    margin: 9vw auto 13vw;
    font-size: 2.5rem;
    letter-spacing: -0.03em;
  }
  .copyright .utility {
    padding: 1.5em 0 3em;
  }
  .copyright .utility .spbr {
    display: block;
  }

  /* common */
  .contents_list article.item {
    width: 49%;
    margin: 3.3% 0 0;
  }
  .contents_list.category_index.page-1
    article.item:nth-child(1)
    .area_label
    li {
    font-size: 2rem;
  }
  .contents_list.category_index.page-1
    article.item:nth-child(1)
    .area_label
    .ico_new {
    font-size: 2.2rem;
  }
  .contents_list.category_index.page-1 article.item:nth-child(1) .p-nolabel {
    font-size: 3.5rem;
  }

  /* common : pagenate */
  .pagenate_unit {
    margin-top: 10%;
  }
  .pagenate_unit ul {
    font-size: 3.2rem;
  }
  .pagenate_unit li {
    width: 9.5vw;
  }
  .pagenate_unit .anc {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 9.5vw;
    border-width: 2px;
    border-radius: 2.5vw;
  }

  /* お悔やみなどの情報掲出用 */

  .wrap_information {
    width: 100%;
    margin: 0rem auto 5rem;
    border: solid 1px #7c7c7c;
    font-size: 2rem;
    padding: 1rem 0;
    text-align: center;
    color: #7c7c7c;
  }

  /* Top */
  .recommended_wrap {
    margin: 8.5vw 0 0;
  }
  .recommended_wrap .slick-wrapper {
    width: 100%;
    max-height: 36vw;
  }
  .recommended_wrap .slick-wrapper .slick-slide {
    max-width: calc(85vw + 1.5vw * 2);
    padding: 0 1.5vw;
  }
  .recommended_wrap .slick-wrapper img {
    max-height: 36vw;
  }

  .hot_word {
    position: relative;
    border-radius: 2.7vw;
    padding: 0.7% 1.75% 5.5%;
  }
  .hot_word .sec_title {
    width: 47.55%;
    margin: -4% 0 0 25.8%;
  }
  .hot_word .word_list {
    text-align: center;
  }
  .hot_word .word_list li {
    margin: 0.8em 0.4em 0 0;
    font-size: 2.8rem;
  }
  .hot_word .word_list a {
    padding: 0.3em 0.8em;
  }

  .ad_box {
    display: grid;
  }
  .whatday,
  .ad_banner,
  .ad_figure {
    margin: 4.9vw 0 0;
  }
  .video-container {
    grid-row: 3;
    margin: 8vw 0 0;
  }

  .video-container {
    position: relative;
  }
  .video-container:before {
    content: "";
    display: block;
    padding: 56.18% 0 0;
  }
  .video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }

  /**/
  .title_unit_01 .sec_title {
    width: 60.98%;
    margin-left: 14.82%;
    padding-top: 4.2%;
  }
  .title_unit_01:after {
    padding-top: 6.92%;
  }
  .title_unit_01:before {
    width: 9.64%;
    margin-top: -2.96%;
    padding-top: 9.64%;
  }
  .title_unit_01 .showall {
    width: 22.1%;
  }
  /**/
  .area_label {
    margin-top: 1.9rem;
  }
  .area_label .ico_new {
    padding-top: 0.35em;
    padding-bottom: 0.35em;
    font-size: 2.2rem;
  }
  .area_label li {
    font-size: 2rem;
  }
  .area_label li.termination {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    border: 0.4rem solid var(--color-base-red);
    box-sizing: border-box;
    background-color: #fff;
    color: var(--color-base-red);
    font-size: 2.2rem;
  }
  article.item .p-nolabel {
    font-size: 3rem;
    line-height: 1.5;
  }
  /**/
  .pickup,
  .whatsnew,
  .movieinfo,
  .animeinfo,
  .mobileinfo,
  .gameinfo,
  .manga_download,
  .downloadinfo,
  .museuminfo,
  .worksinfo,
  .storeinfo {
    margin: 10.5% 0 0;
  }
  /**/
  .movieinfo .movie_title {
    padding: 6% 20% 6.5%;
  }
  .movieinfo .movie_screen.embed_video {
    padding: calc(100% * 0.5603) 0 0;
  }
  .movieinfo .movie_banner_list {
    display: flex;
    margin: 5.4% auto 0;
  }
  .movieinfo .movie_banner_list li:not(:first-child) {
    margin: 0 0 0 4.2%;
  }
  /**/
  .animeinfo .info_unit,
  .animeinfo .tvinfo {
    margin: 6% 0 0;
  }
  .animeinfo .movie_unit {
    width: 100%;
    padding-top: 56.03%;
  }
  .animeinfo .tvlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 4% 0 0;
  }
  .animeinfo .tvlist li {
    width: 45.7%;
    margin: 0 0 3.4%;
  }
  .animeinfo .tvlist li:nth-child(2n) {
    margin-left: 8.6%;
  }
  .animeinfo .btn_01 {
    font-size: 4.5rem;
  }

  .animeinfo .listlink span {
    display: block;
    margin: 2.4% auto 1%;
    font-size: 2.5rem;
    text-align: center;
  }

  /**/

  /*レイアウト変更 231125*/
  .gameinfo .gamelist {
    display: block;
  }

  .gameinfo .gamelist li {
    margin: 4rem auto;
  }

  .gameinfo .gamelist img {
    border: 1px solid #c8c8c8;
    width: 100%;
  }

  .gameinfo .showall {
    margin: 0% 0 0;
  }
  .gameinfo .btn_01 {
    font-size: 4.5rem;
  }
  /**/
  .mangainfo,
  .downloadinfo {
    border-radius: 0 0 5rem 0;
    background: #fff6d5;
  }
  .mangainfo .imgbox {
    padding: 6% 7% 4%;
  }
  .mangainfo .txtbox {
    padding: 1% 0 7%;
  }
  .mangainfo .btn_01 {
    font-size: 4.5rem;
  }
  .downloadinfo {
    margin-top: 10.5%;
  }
  .downloadinfo .downloadlist .imgbox {
    width: 47%;
  }
  .downloadinfo .downloadlist .txtbox {
    padding: 0 7% 0 0;
  }
  .downloadinfo .downloadlist .imgbox img {
    border-radius: 0 0 8rem 8rem;
  }
  .downloadinfo .btn_01 {
    font-size: 3.5rem;
  }
  .downloadinfo .info_unit .sec_title {
    font-size: 5.4rem;
  }
  /**/
  .museuminfo .introbox {
    padding: 5.6% 5.7%;
  }
  .museuminfo .txtbox {
    padding: 3%0 0;
    text-align: center;
  }
  .museuminfo .btn_01 {
    padding: 0.45em 1em;
    font-size: 4.5rem;
  }
  .museuminfo .date {
    font-size: 3rem;
  }
  .museuminfo .catch {
    font-size: 3.5rem;
  }
  .museuminfo .gotomuseum {
    padding: 2.2% 0 8.4%;
  }
  .museuminfo .gotomuseum img {
    width: 72.4%;
    border-width: 1px;
  }
  /**/
  .worksinfo .info_unit {
    background: #fff6d5;
    padding: 2% 0 7%;
  }
  .worksinfo .info_unit ul {
    display: flex;
    justify-content: space-between;
    margin: 5% 0 0;
  }
  .worksinfo .info_unit > * {
    width: 92%;
    margin: 0 auto;
  }
  .worksinfo .info_unit li {
    width: 46.44%;
  }
  .worksinfo .txtbox {
    font-size: 3.6rem;
  }
  .worksinfo .title_unit_03 {
    margin-top: 5%;
    font-size: 4.5rem;
  }
  /**/
  .storeinfo .info_unit {
    margin: -3.7% -6.34% 0;
    padding: 8.2% 0 8.9%;
  }
  .storeinfo .title_unit_01 {
    width: 60%;
  }
  .storeinfo .storelist {
    width: 89.17%;
  }
  /**/
  .snsinfo {
    margin: 14.3% 0 0;
  }
  .snsinfo .title_unit_03 {
    font-size: 4.6rem;
    border-bottom-width: 2px;
  }
  .snsinfo .info_unit {
    margin: 6.2% 0;
  }
  .snsinfo .snslist li {
    width: 9.4%;
    margin: 0 3.8%;
  }
  /**/
  .bannerBox ul {
    margin: 15% 0 0;
  }
  .bannerBox li {
    width: 47.5%;
    margin: 0 0 3%;
  }
  /**/
  .sugoroku_ico {
    width: 15.5%;
  }
  .imanani_ico {
    width: 17.33%;
  }

  /*
		subpage
	*/
  /* header */
  .contents_header h1 {
    width: 94%;
    margin-top: 26.4%;
  }
  body.game .contents_header .header_charactor {
    width: 27%;
    margin: -13.8% 0 0 37.72%;
  }
  body.goods .contents_header .header_charactor {
    width: 21.1%;
    margin: -20% 0 0 37.72%;
  }
  /* section */
  .contents_section {
    max-width: 80vw;
    margin-top: 12vw;
  }
  .contents_section + .contents_section {
    margin-top: 10vw;
  }
  .contents_section .sec_title {
    padding-top: 6%;
  }
  .contents_section + .contents_section .sec_title {
    margin-top: 0;
  }
  .contents_section .contents_frame {
    margin-top: 3vw;
  }
  .contents_section .contents_wrap {
    font-size: 3rem;
  }
  /* game: index */
  .contents.game_index .game_list {
    padding-bottom: 14%;
  }
  .contents.game_index .game_list .item {
    margin: 11.5% 0 0;
  }
  .contents.game_index .game_list .txtbox {
    margin: 6.2% 0 0;
  }
  .contents.game_index .game_list .title.sp_line1 {
    padding: 7.4% 0 0;
  }
  .contents.game_index .game_list .title.sp_line1_a {
    padding: 7.8% 0 0;
  }
  .contents.game_index .game_list .title.sp_line2 {
    padding: 16% 0 0;
  }
  .contents.game_index .game_list .title img {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .contents.game_index .game_list .summary {
    margin-top: 2.9vw;
    font-size: 3.7rem;
    text-align: center;
  }
  .contents.game_index .game_list .start {
    text-align: center;
  }
  .contents.game_index .game_list .start a {
    margin-top: 4vw;
    padding: 0.4em 0.9em;
    font-size: 5.5rem;
  }
  /* game: sugoroku */
  .game_sugoroku_02 .howtoplay {
    margin: 6vw 0 0;
  }
  .game_sugoroku_02 .howtoplay ul {
    padding: 2.2em 0 2em;
  }
  .game_sugoroku_02 .howtoplay ul .imgbox {
    width: 12.8%;
    margin: 0 4% 0 0;
  }
  /* article: common */
  .contents.article_detail .contents_wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .contents.article_detail .sns_unit {
    margin: 0 0 8%;
  }
  .contents.article_detail .sns_unit ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contents.article_detail .sns_unit li {
    width: 12.3%;
    margin: 0 2.5%;
  }
  .contents.article_detail .contents_frame {
    margin-top: 14.2vw;
  }
  .contents.article_detail .columns_date {
    font-size: 2.7rem;
  }

  .contents.article_detail .columns_date .termination {
    margin: 0 0.6em 0.6em 2rem;
    padding: 0.1em 1.05em 0.1em 1.25em;

    border-radius: 3em;
    font-size: 1.2rem;
    font-weight: bolder;
    line-height: 1;
    letter-spacing: 0.1em;
    text-decoration: none;

    border: 0.2rem solid var(--color-base-red);
    box-sizing: border-box;
    background-color: #fff;
    color: var(--color-base-red);
    font-size: 2rem;
  }

  .contents.article_detail .wc_title_sub {
    margin-top: 1%;
    font-size: 3.8rem;
  }
  .contents.article_detail .main_unit {
    margin: 0.5% 0 0;
  }
  .contents.article_detail .wc_title h1 {
    font-size: 4.6rem;
    line-height: 1.2;
  }
  .contents.article_detail .nc_article p,
  .contents.article_detail .nc_article .video,
  .contents.article_detail .nc_article .img {
    font-size: 3.4rem;
  }
  .contents.article_detail .nc_article .btn_Area a {
    font-size: 4rem;
  }

  /* 無料読みの設定 */
  .comic_for_free {
    border: #4bceec 1.2em solid;
    border-radius: 10em;
    width: 90%;
    padding: 2%;
    margin: 2rem auto;
  }

  /* 無料読み タイトルの設定 */
  .comic_for_free .title {
    font-size: 3.2rem;
  }

  /* 無料読み 日付の設定 */
  .comic_for_free .date {
    font-size: 2rem;
  }

  .contents.article_detail .nc_article .wc_spec p {
    font-size: 2.6rem;
  }
  .contents.article_detail .tag ul {
    margin: 11% 0;
  }
  .contents.article_detail .tag a {
    font-size: 2.8rem;
    text-decoration: none;
  }
}

@media screen and (max-width: 320px) {
}
