@charset "UTF-8";
@import url("keyframes.css");
/* =================================
Web Fonts
================================= */
/* =================================
Default CSS
================================= */
body,
h1,
h2,
h3,
h4,
h5,
div,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
figure {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
  box-sizing: border-box;
}
p {
  background-color: rgba(255,255,255,0);
}
img,
iframe {
  border: none;
  vertical-align: top;
}
ol,
ul {
  list-style: none;
  list-style-type: none;
}
.relative {
  position: relative;
}
.hid {
  visibility: hidden;
}
.cover {
  width: 100%;
  height: 100%;
}
button {
  appearance: none;
  background: none;
  border: none;
  outline: none;
}
@media print {
  .noprint {
    display: none !important;
  }
}
/*font-size*/
:root {
  font-size: 62.5%;
  --mypage-color-primary: #0050ff;
  --mypage-color-basic--blue: #1141d2;
  --mypage-color-basic--yellow: #fffa00;
  --mypage-color-basic--pink: #ee008c;
  --mypage-color-basic--gray: #e9f0fa;
}
body {
  font-family: "m-plus-1p", Hiragino Kaku Gothic W3 JIS2004, Hiragino Kaku Gothic ProN, Hiragino Sans, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  text-size-adjust: 100%;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
body {
  font-size: 1.6rem;
}
/* = 16px */
h1 {
  font-size: 3.2rem;
}
h2 {
  font-size: 2.3rem;
}
h3 {
  font-size: 2.1rem;
}
h4 {
  font-size: 2rem;
}
p {
  font-size: 1.6rem;
}
.f160 {
  font-size: 160%;
}
.f140 {
  font-size: 140%;
}
.f130 {
  font-size: 130%;
}
.f120 {
  font-size: 120%;
}
.f110 {
  font-size: 110%;
}
.f95 {
  font-size: 95%;
}
.f90 {
  font-size: 90%;
}
.f85 {
  font-size: 85% !important;
}
.f80 {
  font-size: 80% !important;
}
.f75 {
  font-size: 75% !important;
}
.stblu {
  color: #00349f;
}
.stblu2 {
  color: #0072ff;
}
.stblu3 {
  color: #6ba6ff;
}
.ffsp {
  font-feature-settings: "palt";
}
/*link*/
a,
.link {
  text-decoration: none;
  transition: 0.2s ease-in-out;
  color: inherit;
}
a:hover,
.link:hover {
  opacity: 0.7;
}
.no-link {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  opacity: 0.5;
}
/* =================================
コンテンツ用CSS／オリジナル設定
================================= */
html {
  background-color: #fff;
  color: #000;
}
/* トップ画面のヘッダー
-------------------------*/
.page-header {
  background-color: var(--mypage-color-basic--blue);
}
.page-header .mv {
  background-image: url("../img/bg-mv.jpg"), linear-gradient(to right top, #80c4ed, #0015c5);
  background-size: 100%;
}
.page-header .mv h1 {
  margin: 0 auto;
}
.page-header .mv h1 .main1 {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2000/1125;
  max-height: 810px;
  background-image: url("../img/top/main.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: fadein 1.5s cubic-bezier(0.4, 0, 0.2, 1) normal;
}
.page-header .mv h1 .main1 span {
  display: none;
}
.page-header .logo {
  background-color: var(--mypage-color-basic--blue);
  background-image: url("../img/pageheader.png"), url("../img/bighat.png"), url("../img/bg-pageheader.jpg");
  background-size: contain, 200px 155px, cover;
  background-position: center center, left bottom, center center;
  background-repeat: no-repeat;
  height: 310px;
}
.page-header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.page-header .navs {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template: auto/repeat(4, 1fr);
  gap: 12px;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  height: 128px;
}
.page-header .navs .nav {
  height: 100%;
}
.page-header .navs .nav a {
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  background-color: var(--mypage-color-primary);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.page-header .navs .nav a span {
  display: none;
}
.page-header .navs .nav:nth-of-type(1) a {
  background-image: url("../img/nav1.png");
}
.page-header .navs .nav:nth-of-type(2) a {
  background-image: url("../img/nav2.png");
}
.page-header .navs .nav:nth-of-type(3) a {
  background-image: url("../img/nav3.png");
}
.page-header .navs .nav:nth-of-type(4) a {
  background-image: url("../img/nav4.png");
}
@media all and (max-width: 991px) {
  .page-header .logo {
    height: 110px;
    background-size: contain, 67px 52px, cover;
  }
  .page-header .navs {
    padding: 0 8px;
    gap: 8px;
    max-height: 15svw;
  }
  .page-header .navs .nav a {
    background-size: 120%;
  }
}
/* セクション共通
-------------------------*/
.section {
  padding: 6rem 0;
}
.section .inner {
  max-width: 980px;
  margin: auto;
}
.section .section-header + .section-content {
  margin-top: 2rem;
}
.section .section-header .title {
  width: fit-content;
  padding: 0 0.5em;
  font-size: 4rem;
  line-height: 70px;
  background-color: var(--mypage-color-primary);
  color: #fffa00;
  text-shadow: 4px 4px 0 #1243d7;
  font-weight: 900;
  transform: skewX(-15deg) translate(9px, 0);
}
.section .section-content + .section-content {
  margin-top: 6rem;
}
@media all and (max-width: 991px) {
  .section {
    padding: 3rem 0.8rem;
  }
  .section .inner {
    width: calc(100vw - 3.2rem);
  }
  .section .section-header .title {
    font-size: 2.4rem;
    line-height: 54px;
    transform: skewX(-15deg) translate(9px, 0);
  }
  .section .section-content + .section-content {
    margin-top: 4rem;
  }
}
/* YouTube埋め込み
-------------------------*/
#next {
  background-image: url("../img/bg-stripe.png"), linear-gradient(180deg, #1aa7ff 0%, #007eff 100%);
  background-position: center top, left top;
  background-size: 1440px 971px, 100%;
  background-repeat: no-repeat, repeat;
}
#next .section-content {
  display: grid;
  gap: 4rem;
}
#next .button {
  width: fit-content;
  margin: auto;
}
#next .button a {
  display: block;
  width: 550px;
  background: linear-gradient(110deg, #0050ff 50%, #1243d7 50%);
  box-shadow: 0 0 0 4px var(--mypage-color-basic--blue);
  border-radius: 2px;
}
#next .button a img {
  width: 100%;
  height: auto;
  aspect-ratio: 550/150;
}
#next .nextmov .mov-inner {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  background-color: var(--mypage-color-basic--blue);
}
#next .nextmov .mov-inner iframe {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 991px) {
  #next .section-content {
    gap: 3rem;
  }
  #next .button a {
    width: calc(100vw - 1.6rem);
    max-width: 340px;
    margin: auto;
  }
}
/* 最新話あらすじ
-------------------------*/
#storyline {
  background-color: #007eff;
  background-image: url("../img/bg-dot.png");
}
#storyline .article .article-header {
  display: grid;
  grid-template: auto/repeat(2, max-content);
  align-items: flex-end;
  transform: skewX(-15deg) translate(9px, 0);
  font-family: "Goldman", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#storyline .article .article-header .oadate {
  background-color: var(--mypage-color-basic--blue);
  padding: 0 0.5em;
  color: #fff;
  font-size: 4.6rem;
  line-height: 60px;
  font-weight: 700;
  text-shadow: 4px 4px 0 #040000;
}
#storyline .article .article-header .title {
  background-color: #fffa00;
  padding: 0 0.5em;
  color: #040000;
  font-size: 3.4rem;
  line-height: 48px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
#storyline .article .article-content {
  display: grid;
  gap: 4rem;
  background-color: #fff;
  background-image: linear-gradient(to right, #e5f2fe 1px, transparent 1px), linear-gradient(to bottom, #e5f2fe 1px, transparent 1px);
  background-size: 30px 30px;
  background-position: center;
  border: 3px solid #1243d7;
  box-shadow: 8px 8px #1243d7;
  padding: 4rem;
}
#storyline .article .article-content .text {
  font-size: 2rem;
  line-height: 1.5;
}
#storyline .article .article-content .text b {
  color: #ee008c;
  font-weight: 400;
}
#storyline .article .article-content .marker {
  display: flex;
  justify-content: flex-end;
}
#storyline .article .article-content .marker a {
  display: block;
  height: auto;
  background: linear-gradient(110deg, #0050ff 50%, #1243d7 50%);
  box-shadow: 0 0 0 4px var(--mypage-color-basic--blue);
  border-radius: 2px;
}
#storyline .article .article-content .marker a img {
  width: 247px;
  height: auto;
  aspect-ratio: 247/90;
  object-fit: contain;
}
@media all and (max-width: 991px) {
  #storyline .article .article-header {
    transform: skewX(-15deg) translate(6px, 0);
  }
  #storyline .article .article-header .oadate {
    font-size: 2.4rem;
    line-height: 32px;
    text-shadow: 3px 3px 0 #040000;
  }
  #storyline .article .article-header .title {
    font-size: 1.6rem;
    line-height: 24px;
  }
  #storyline .article .article-content {
    gap: 2rem;
    padding: 2rem;
  }
  #storyline .article .article-content .text {
    font-size: 1.8rem;
  }
  #storyline .article .article-content .marker {
    justify-content: center;
  }
}
/* JOBFESバナー
-------------------------*/
#jobfes {
  background-color: #c0eaff;
  background-image: url("../img/bg-tone.png");
  background-position: left bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
#jobfes .banner {
  width: 100%;
}
#jobfes .banner a {
  display: block;
  width: 100%;
}
#jobfes .banner a span {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1000/500;
}
/* SNS
-------------------------*/
#snspost {
  background-color: #fff;
}
#snspost .section-content {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 3rem 6rem;
}
#snspost .section-content:nth-of-type(1) {
  grid-template-areas: 'follow sns' 'htag htag' 'post post';
}
#snspost .section-content + .section-content {
  padding-top: 0;
}
#snspost .follow {
  grid-area: follow;
  display: grid;
  align-items: center;
  color: var(--mypage-color-basic--blue);
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
#snspost .follow .outgo {
  font-size: 1.3rem;
  font-weight: 400;
}
#snspost .sns {
  grid-area: sns;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 1.6rem;
}
#snspost .sns a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--mypage-color-basic--blue);
  padding: 16px;
  box-sizing: border-box;
}
#snspost .sns a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#snspost .htag {
  grid-area: htag;
  color: var(--mypage-color-basic--blue);
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
}
#snspost .htag span {
  font-weight: 700;
  padding: 0 0.5em;
  display: inline-block;
  color: #fffa00;
  background-color: var(--mypage-color-basic--blue);
  margin-left: 0.2em;
}
#snspost .post {
  grid-area: post;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
  padding: 0 1em;
  background-color: var(--mypage-color-basic--blue);
  border-radius: 9rem;
  color: #fff;
  font-size: 3.2rem;
  line-height: 9rem;
}
#snspost .button {
  width: fit-content;
  margin: auto;
}
#snspost .button a {
  display: block;
  width: 640px;
  background: linear-gradient(110deg, #0050ff 50%, #1243d7 50%);
  box-shadow: 0 0 0 4px var(--mypage-color-basic--blue);
  border-radius: 2px;
}
#snspost .button a img {
  width: 100%;
  height: auto;
  aspect-ratio: 640/120;
}
@media all and (max-width: 991px) {
  #snspost .section-content {
    gap: 2rem 2rem;
  }
  #snspost .follow {
    font-size: 2rem;
  }
  #snspost .follow .outogo {
    font-size: 1.2rem;
  }
  #snspost .sns {
    gap: 0.8rem;
  }
  #snspost .sns a {
    width: 48px;
    height: 48px;
    padding: 10px;
  }
  #snspost .post {
    font-size: 2.4rem;
    line-height: 6.4rem;
  }
  #snspost .button a {
    width: calc(100vw - 1.6rem);
    max-width: 340px;
    margin: auto;
  }
  #snspost .button a img {
    aspect-ratio: 340/96;
  }
}
/* Stream
-------------------------*/
#stream {
  background-color: #007eff;
  background-image: url("../img/bg-dot.png");
}
#stream .box {
  display: grid;
  grid-template: auto/375px;
  align-items: center;
  justify-content: center;
  margin: auto;
}
#stream .box .tnp {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 375/120;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}
#stream .box .tnp.youtube {
  background-image: url("../img/stream/youtube.svg");
  background-size: 70%;
}
#stream .txt,
#stream .caution {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
}
#stream .txt {
  margin-top: 1em;
}
@media all and (max-width: 991px) {
  #stream .box {
    grid-template: auto/100%;
    max-width: 480px;
  }
}
/* 関連情報
-------------------------*/
#relations {
  background-color: #5ac0ff;
}
#relations .section-content {
  display: grid;
  gap: 2rem;
}
#relations .banners {
  display: grid;
  grid-template: auto/1fr 1fr;
  gap: 20px;
}
#relations .banners .banner {
  width: 100%;
  height: auto;
  aspect-ratio: 1000/250;
}
#relations .banners .banner a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#relations .banners .banner a span {
  display: none;
}
#relations .banners .banner.tokyomer a {
  background-image: url("../img/top/banner-tokyomer.jpg");
}
#relations .banners .banner.harrypotter a {
  background-image: url("../img/top/banner-harrypotter.jpg");
}
#relations .banners .banner.yarukiswitch a {
  background-image: url("../img/top/banner-yarukiswitch.jpg");
}
#relations .banners .banner.stylinglife a {
  background-image: url("../img/top/banner-stylinglife.jpg");
}
#relations .banners .banner.tbsradio a {
  background-image: url("../img/top/banner-tbsradio.jpg");
}
#relations .banners .banner.aec a {
  background-image: url("../img/top/banner-aec.jpg");
}
#relations .caution {
  color: var(--mypage-color-basic--blue);
  font-size: 1.6rem;
  text-align: right;
}
@media all and (max-width: 991px) {
  #relations .banners {
    grid-template: auto/auto;
    gap: 1rem;
    width: 100%;
    max-width: 480px;
    margin: auto;
  }
}
/* ページフッター
-------------------------*/
.page-footer {
  padding: 2rem 0;
  background-color: var(--mypage-color-basic--blue);
}
.page-footer .copy {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
  padding: 0 0.5em;
}
.page-footer .copy a {
  color: inherit;
}
@media all and (max-width: 991px) {
  .page-footer .copy {
    font-size: 1.2rem;
  }
}
/* .pagetop
-------------------------*/
.pagetop {
  position: fixed;
  transition: right ease 1s;
  display: none;
  z-index: 2;
}
.pagetop a {
  display: block;
  background-image: url("../img/totop.png?0");
  background-size: cover;
}
.pagetop a span {
  display: none;
}
@media all and (min-width: 992px) {
  .pagetop {
    bottom: 20px;
  }
  .pagetop a {
    width: 90px;
    height: 150px;
  }
  .pagetop-on {
    right: 20px;
  }
  .pagetop-off {
    right: -90px;
  }
}
@media all and (max-width: 991px) {
  .pagetop {
    bottom: 72px;
  }
  .pagetop a {
    width: 60px;
    height: 100px;
  }
  .pagetop-on {
    right: 8px;
  }
  .pagetop-off {
    right: -60px;
  }
}
/* #container
-------------------------*/
#container {
  padding: 4rem 0 8rem;
  background-color: #007eff;
  background-image: url("../img/bg-dot.png");
  background-image: url("../img/bg-stripe.png"), linear-gradient(180deg, #1aa7ff 0%, #007eff 100%), url("../img/bg-dot.png");
  background-position: center top, left top, center;
  background-size: 1440px 971px, 100% 971px, 16px;
  background-repeat: no-repeat, no-repeat, repeat;
}
#container .inner {
  max-width: 1080px;
  margin: auto;
}
#container .page-title .title {
  width: fit-content;
  transform: skewX(-15deg) translate(6px, 0);
  font-family: "Goldman", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: var(--mypage-color-basic--blue);
  padding: 0 0.5em;
  color: #fff;
  font-size: 4.6rem;
  line-height: 60px;
  font-weight: 700;
  text-shadow: 4px 4px 0 #040000;
}
#container .page-title .title span.ja {
  display: none;
}
#container .page-title .title::after {
  content: attr(data-en);
  display: block;
}
#container .section {
  padding: 0;
}
#container .article {
  display: grid;
  gap: 3rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding: 0;
  background-color: #fff;
  background-image: linear-gradient(to right, #e5f2fe 1px, transparent 1px), linear-gradient(to bottom, #e5f2fe 1px, transparent 1px);
  background-size: 30px 30px;
  background-position: center;
  box-shadow: 0 0 0 3px #1243d7, 8px 8px #1243d7;
  padding: 4rem 4rem 6rem;
}
#container .article .article-header {
  display: grid;
  grid-template: auto/1fr auto;
  align-items: flex-end;
  border-bottom: 3px solid var(--mypage-color-basic--blue);
  padding-bottom: 2rem;
  color: var(--mypage-color-basic--blue);
}
#container .article .article-header .title {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
  transform: skew(-15deg);
}
#container .article .article-header .date {
  font-size: 3.2rem;
  transform: skew(-15deg);
}
#container .article .article-content {
  display: grid;
  gap: 4rem;
}
#container .article .text {
  font-size: 2rem;
  line-height: 1.5;
}
#container .article .text.l {
  font-size: 160%;
}
#container .article .text .blue {
  color: var(--mypage-color-basic--blue);
}
#container .article .text .pink {
  color: var(--mypage-color-basic--pink);
}
#container .article .inlinelink {
  display: inline-block;
  margin: 0 0.2em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
#container .article .detail {
  display: flex;
  justify-content: flex-end;
}
#container .article .detail a {
  display: block;
  width: 280px;
  background: linear-gradient(110deg, #0050ff 50%, #1243d7 50%);
  box-shadow: 0 0 0 4px var(--mypage-color-basic--blue);
  border-radius: 2px;
}
#container .article .detail a img {
  width: 100%;
  height: auto;
  aspect-ratio: 280/80;
}
#container .govideo {
  width: fit-content;
  margin: 4rem auto 0;
}
#container .govideo .button {
  display: block;
  width: 550px;
  background: linear-gradient(110deg, #0050ff 50%, #1243d7 50%);
  box-shadow: 0 0 0 4px var(--mypage-color-basic--blue);
  border-radius: 2px;
}
#container .govideo .button img {
  width: 100%;
  height: auto;
  aspect-ratio: 550/150;
}
@media all and (max-width: 991px) {
  #container {
    padding: 3rem 0 6rem;
  }
  #container .inner {
    max-width: calc(100vw - 1.6rem);
  }
  #container .page-title .title {
    font-size: 3.2rem;
    transform: skewX(-15deg) translate(12px, 0);
  }
  #container .article {
    padding: 1.6rem 1.6rem 2.4rem;
    gap: 2rem;
  }
  #container .article .article-header {
    grid-template: auto/auto;
    gap: 1rem;
  }
  #container .article .article-header .title {
    font-size: 2.2rem;
  }
  #container .article .article-header .date {
    font-size: 2rem;
  }
  #container .article .article-content {
    gap: 2rem;
  }
  #container .article .text {
    font-size: 1.6rem;
  }
  #container .article .text.l {
    font-size: 130%;
  }
  #container .article .detail {
    justify-content: center;
  }
  #container .article .detail a {
    width: 180px;
  }
  #container .govideo .button {
    width: calc(100vw - 1.6rem);
    max-width: 340px;
    margin: auto;
  }
}
/* 各ページの写真（増えてきたら独立させよう）
-------------------------*/
.ph {
  width: 100%;
  margin: auto;
  background-color: var(--mypage-color-basic--gray);
}
.ph a {
  display: block;
}
.ph span {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
}
.about1 span {
  aspect-ratio: 1280/720;
}
.news1 span {
  aspect-ratio: 1000/500;
}
