@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@600;700;800&display=swap");
/*---
-reset
-base：基本のスタイル
-animation：アニメーション設定
-　Utilities：共通パーツ
-each-style ：各スタイル
 ーheader
 -mainvisual
 -common_element：各エリア、見出しまわり、各コンテンツ
 -footer
---*/
/* =======================================================================
　reset
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 1em;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

b, strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  padding: 12px 0.5em;
}

caption, th, td {
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a {
  outline: none;
  color: #06f;
  text-decoration: none;
}

a:link {
  color: #2E3164;
}

a:visited {
  color: #2E3164;
}

a:hover {
  color: #2E3164;
}

a:active {
  color: #2E3164;
}

a img {
  border: none;
}

img {
  height: auto;
  width: 100%;
  line-height: 1;
  vertical-align: top;
}

embed, iframe, object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

input, button,
textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

/* =======================================================================
　base
========================================================================== */
html {
  font-size: 62.5%;
}

body {
  background: #FFF;
  color: #2E3164;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.65;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  background: url(../img/bg_gradient.jpg) top center;
  background-size: cover;
  background-attachment: fixed;
}

body.is-english {
  word-break: normal;
}

section > *:last-child {
  margin-bottom: 0 !important;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.45;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.8rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.5rem;
}

/* Larger than phablet */
@media (min-width: 768px) {
  body {
    font-size: 1.9rem;
  }
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 6.3rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 2.2rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 1.9rem;
  }
}
/* Spacing */
button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

/* Misc*/
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

hr.hr_kazari {
  width: calc(100% - 22px);
  height: 9px;
  display: block;
  border: none;
  background: url(../img/line_kazari_c.png) center center no-repeat;
  background-size: auto 100%;
  position: relative;
  overflow: visible;
  margin-left: 11px;
  margin-right: 11px;
}

hr.hr_kazari::before, hr.hr_kazari::after {
  content: "";
  width: 12px;
  height: 8px;
  display: block;
  position: absolute;
  top: 1px;
}

hr.hr_kazari::before {
  background: url(../img/line_kazari_l.png) right center no-repeat;
  background-size: 100% auto;
  left: -11px;
}

hr.hr_kazari::after {
  background: url(../img/line_kazari_r.png) left center no-repeat;
  background-size: 100% auto;
  right: -11px;
}

@media (min-width: 768px) {
  hr.hr_kazari {
    margin-top: 2.5em;
    margin-bottom: 3em;
  }
  #Character hr.hr_kazari {
    margin-top: 2em;
    margin-bottom: 2.5em;
  }
  .comment-cont hr.hr_kazari {
    margin-top: 1.75em;
    margin-bottom: 2em;
  }
}
/* =======================================================================
　Animation
========================================================================== */
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUP {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*fadeDown*/
@keyframes fadeDown {
  0% {
    opacity: 0;
    padding-top: 4%;
  }
  to {
    opacity: 1;
    padding-top: 0;
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    padding-top: 4%;
  }
  to {
    opacity: 1;
    padding-top: 0;
  }
}
/* =======================================================================
　Utilities //共通パーツ u-name
========================================================================== */
.u-sp {
  display: block;
}

.u-pc {
  display: none;
}

.u-f-left {
  float: left;
}

.u-f-right {
  float: right;
}

.u-max-w100 {
  max-width: 100%;
}

.u-txt-center {
  text-align: center;
}

.u-txt-left {
  text-align: left;
}

.u-txt-right {
  text-align: right !important;
}

.u-txt-space {
  letter-spacing: 1em;
}

.u-f-75 {
  font-size: 75%;
  font-weight: normal;
}

.u-f-80 {
  font-size: 80%;
  font-weight: normal;
}

.u-f-85 {
  font-size: 85%;
  font-weight: normal;
}

.u-f-875 {
  font-size: 87.5%;
  font-weight: normal;
}

.u-f-110 {
  font-size: 110%;
}

.u-f-150 {
  font-size: 150%;
}

.u-f-red {
  color: #9C0002;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-indent-1 {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

.u-indent-2 {
  padding-left: 2em;
  text-indent: -2em;
  display: inline-block;
}

.u-indent-3 {
  padding-left: 3em;
  text-indent: -3em;
  display: inline-block;
}

.u-indent-4 {
  padding-left: 4em;
  text-indent: -4em;
  display: inline-block;
}

.u-indent-5 {
  padding-left: 5em;
  text-indent: -5em;
  display: inline-block;
}

.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-clear {
  clear: both;
}

.u-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.u-pos-r {
  position: relative;
}

.c-lead {
  font-size: 1.1em;
}

.c-lead2 {
  font-size: 1.2em;
  margin: 2em 0;
}

.title-figcap {
  font-weight: bold;
  margin-bottom: 2em;
  font-size: 1.6rem;
}

.note-box {
  border: 1px dotted #333;
  padding: 1.5em;
  margin-bottom: 2.5rem;
}

.br-sp-480 {
display: none;
}


@media all and (max-width: 767px) {
  .br-tab {
    display: none;
  }
  .br-pc {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .br-sp-480 {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .u-sp {
    display: none;
  }
  .u-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
  .c-lead {
    font-size: 1.2em;
    margin-bottom: 3.5em;
  }
  .c-lead2 {
    font-size: 1.4em;
    margin: 3em 0;
  }
  .title-figcap {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1024px) {
  .br-tab {
    display: none;
  }
  .br-sp-tab {
    display: none;
  }
}
/* =======================================================================
　each-style
========================================================================== */
/*ALL*/
/* ----- header/main ----- */
header {
  position: absolute;
  top: 8.5%;
  left: 0;
  width: 100%;
}


.main-wrapper {
  position: relative;
  z-index: 1;
}

/*mainvisual*/
.main-wrapper h1 {
  width: 78.6%;
  margin: 0 10.7% 0;
}

.logo-right {
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: right;
  margin: 0;
}

.logo-right {
  width: 118px;
  height: 33px;
}

.main-lead {
  background: transparent;
  position: absolute;
  top: 48vw;
  right: 11%;
  width: 11.5%;
}

.main-lead.is-english {
  top: 105vw;
  right: 20%;
  width: 60%;
  filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.98));
}

.main-lead img {
  width: 100%;
  height: auto;
}

/* ----- nav ----- */
#local_nav {
  text-align: left;
}

#local_nav li {
  font-weight: normal;
  font-weight: 700;
  font-family: "Shippori Mincho B1", serif, system-ui;
  list-style: none;
  font-size: 1.5rem;
  font-size: 4vw;
  line-height: 1;
  margin-bottom: 1.1em;
  letter-spacing: 0.04em;
  color: #2E3164;
}

#local_nav li a {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

#local_nav li a:hover {
  opacity: 0.8;
}

#local_nav li a::before {
  content: "";
  display: inline-block;
  width: 0.85em;
  height: 0.75em;
  background: url(../img/icon-nav_pink.png) left center no-repeat;
  background-size: auto 100%;
}

#local_nav li.link_blank {
  opacity: 0.5;
}

#local_nav li.link_blank a {
  pointer-events: none;
  cursor: default;
}


/* ----- language switch ----- */
.language-switcher {
  position: absolute;
  left: 0.5em;
  top: 0.5em;
  padding: 0.15em 1em 0.25em;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 30px;
  box-shadow: 0px 0px 6px 0px rgba(67, 71, 137, 0.24);
  z-index: 9;
}

.language-switcher ul {
  display: flex;
  margin-bottom: 0;
  gap: 0.7em;
}

.language-switcher li {
  list-style: none;
}

.language-switcher a {
  color: #2E3164;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 0 0 7px rgba(167, 205, 250, 0.95), 0 0 27px rgba(197, 198, 250, 0.95);
}

.language-switcher a.is-current {
  text-decoration: underline;
  pointer-events: none;
}

.language-switcher a:hover {
  opacity: 0.6;
}

@media all and (max-width: 767px) {
  .language-switcher {
    top: 2vw;
    left: 2vw;
    padding: 0.8vw 3vw;
  }
  .language-switcher li {
    line-height: 1.5;
  }
  .language-switcher a {
    font-size: 3vw;
  }
}

/*----------------------------------------------------
common_element
----------------------------------------------------*/
/*cont共通*/
.container {
  background: url(../img/bg_ptrn.png) center top repeat;
  background-attachment: fixed;
  text-align: center;
  position: relative;
}

.container {
  animation: fade 2.5s ease 0s 1 normal;
  -webkit-animation: fade 2.5s ease 0s 1 normal;
}

main {
  position: relative;
  z-index: 1;
}

.container::before {
  content: "";
  width: 100%;
  position: fixed;
  padding-top: 38vw;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-image: url(../img/bg_flower_l.png), url(../img/bg_flower_r.png);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.sec-info {
  position: relative;
  z-index: 1;
}

.contents-wrapper section:not(.sec-intro) {
  padding: 35px 15px 50px;
  max-width: 1160px;
  margin: 0 auto;
}

/*共通飾り枠*/
.waku-kazari {
  position: relative;
  background-image: url(../img/kazari_bdr.png), url(../img/bg_grow_kazari.png);
  background-position: center center, center 6px;
  background-repeat: repeat, no-repeat;
  background-size: auto 100%;
}

/*見出しまわり*/
.title_h_lv2 {
  font-size: 3.2rem;
  display: inline-block;
  margin-bottom: 1.5em;
  background: url(../img/bg_h2.png) bottom center no-repeat;
  background-size: 297px auto;
  padding-bottom: 20px;
  width: 100%;
}

.title_h_lv2 b {
  font-weight: 600;
  font-family: "Shippori Mincho B1";
  display: inline-block;
  z-index: 1;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-indent: 0.15em;
  background: -webkit-linear-gradient(-90deg, #2E3164 30%, #796ECB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title_h_lv2 span {
  display: block;
  font-size: 1.1rem;
  line-height: 1em;
  font-weight: 300;
  font-family: "Noto Serif JP";
  padding-bottom: 1.35em;
}

.title_h_lv3 {
  font-family: "Shippori Mincho B1";
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.075em;
  text-indent: 0.15em;
}

/*INFO*/
.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.flex-item {
  width: 100%;
  border: 1px solid #BCB8D9;
  background-color: #fff;
  margin-bottom: 3rem;
  overflow: hidden;
}

.title-big {
  letter-spacing: 0.035em;
  color: #E5DFD6;
  font-size: 3.025rem;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  line-height: 1.2;
  filter: drop-shadow(2px 2px 0px #fff);
  margin-bottom: 0.5em;
}

.title-big span {
  background: linear-gradient(180deg, #413D7C 45%, #796ECB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-big span .f-indent {
  font-size: 79% !important;
  letter-spacing: -0.1em;
  margin-left: -0.15em;
}

.title-big strong {
  color: #C346A1;
  font-size: 3.165rem;
  font-weight: 600;
  background: linear-gradient(180deg, #E272C4 35%, #902E82 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sns-embed-wrap {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  position: relative;
  overflow-y: auto;
}

.sns-embed-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Introduction*/
.intro-lead,
.intro-lead-big {
  font-weight: normal;
  margin-bottom: 4rem;
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.98), 0px 0px 6px rgba(255, 255, 255, 0.98);
}

.intro-lead {
  line-height: 2.95em !important;
  letter-spacing: 0.025em;
  font-size: 1.4rem;
}

.intro-lead-big {
  font-size: 2rem;
}

.intro-lead strong {
  font-weight: normal;
  font-size: 1.6rem;
}

.sec-intro {
  position: relative;
  padding-bottom: 5vw;
}

.sec-intro .sec-inner {
  padding: 0 1em;
}

.sec-intro > * {
  z-index: 1;
  position: relative;
}

.sec-intro::after {
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  mix-blend-mode: color;
  padding: 25vw 0;
  margin-top: -15vw;
  z-index: 0;
}

.u-color-pink {
  color: #C346A1;
}

.u-color-blue {
  color: #402DD3;
}

.u-color-darkblue {
  color: #2E3164;
}

/*Cast&Staff Music*/
.sec-box {
  background: rgba(255, 255, 255, 0.45);
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.9em 1.5em;
  font-weight: 500;
  box-shadow: 0px 0px 6px 0px rgba(67, 71, 137, 0.24);
}

.sec-box > *:last-child {
  margin-bottom: 0;
}

/*Slider*/
.slider-chara-wrap {
  margin: 0 auto;
  position: relative;
}

.slider-chara .slick-slide {
  height: auto;
  overflow: hidden;
}

.slider-chara .slick-slide img {
  display: block;
  margin: 0 auto 1em;
  width: 100%;
  max-width: 193px;
  height: auto;
  object-fit: cover;
}

.slide-cont-txt p {
  font-size: 1.4rem;
  line-height: 2.1em;
  text-align: left;
  margin-bottom: 0;
  font-weight: normal;
}

.slide-cont-txt h3 {
  font-size: 2.3rem;
  color: #C346A1;
  margin-bottom: 0.65em !important;
}

.slide-cont-txt h4 {
  font-size: 1.4rem;
  color: #C346A1;
}

.thumbs_dots {
  margin: 10px 0 0;
}

.thumbs_list {
  margin-bottom: 0;
}

.thumbs_list li {
  display: inline-block;
  width: 112px;
  height: 0;
  padding-top: 112px;
  opacity: 0.8;
  cursor: pointer;
  transition: opacity 0.3s;
  border-radius: 50%;
  position: relative;
  margin: 1%;
}

.thumbs_list li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  border: 1px solid #C2ACE0;
}

.thumbs_list li.slick-active {
  opacity: 1;
}

.thumbs_list li.slick-active::after {
  border: 2px solid #392D99;
}

.title-name {
  color: #C346A1;
  font-size: 1.4rem;
  font-weight: normal;
  font-weight: 500;
}

.name-list tr {
  text-align: center;
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 560px;
}

.name-list td {
  vertical-align: top;
}

.name-list tr.list-2 {
  max-width: 380px;
}

.name-list tr.list-2_long {
  max-width: 480px;
}

.name-list .list-2 td, .name-list .list1-2 td {
  width: 50%;
}

.name-list tr.list-2.list-pc-1 {
  max-width: 500px;
}

.name-list tr.list-3-chara {
  max-width: 100%;
}

.name-list tr td {
  display: table-cell;
}

.name-list tr .pdt0 {
  padding-top: 0;
}

.name-list tr .pdb0 {
  padding-bottom: 0;
}

.svg-logo {
  padding: 0.6em 0 0.3em;
  width: 152px;
  height: auto;
}

.link-comment {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.2em 0.5em 0.2em 1em;
  border: 1px solid #C346A1;
  width: 9.5em;
  margin: 0.65em auto 0;
  border-radius: 15px;
  color: #C346A1 !important;
  letter-spacing: 0.02em;
}

.link-comment:hover {
  background-color: #C346A1;
  color: #fff !important;
}

.bnr-bottom img {
  max-width: 500px;
  width: 90% !important;
}

.info-list {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border-bottom: 1px solid #666;
}

.info-list tr {
  text-align: left;
  margin: 0 auto;
}

.info-list tbody tr {
  border-bottom: 1px dotted #666;
}

.info-list th,
.info-list td {
  text-align: left;
  font-size: 1.4rem;
  vertical-align: top;
  padding: 13px;
  padding-left: 1em;
  padding-right: 1em;
}

.info-list thead th {
  font-weight: bold;
  font-size: 1.2rem;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #392D99;
  background: rgba(57, 45, 153, 0.15);
}

.info-list thead th, .info-list tbody th {
  padding-right: 0;
}

.info-list tbody th {
  color: #C346A1;
}

.info-list tbody th a {
  color: #C346A1;
  text-decoration: underline;
}

/*footer */
/* ----- pagetop ----- */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  margin: 0 !important;
  z-index: 2;
}

#page-top a {
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  font-weight: bold;
}

#page-top a:hover {
  opacity: 0.8;
}

/*footer-----------------------*/
footer {
  margin-top: 20px;
  padding: 1.25em 0.5em 2.25em;
  width: 100%;
}

footer p {
  font-size: 1.1rem;
  line-height: 1.8em;
  margin: 0;
  letter-spacing: 0.05em;
}

/*SP*/
@media all and (max-width: 767px) {
  /* ----- header/main ----- */
  header {
    top: 5.06vw;
  }
  /* ----- nav ----- */
  #local_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #local_nav li {
    width: auto;
    display: inline-block;
    margin: 0 0.75em 1em;
  }
  #local_nav li:first-child {
    width: 100%;
    text-align: center;
  }
  #local_nav li:first-child a {
    width: auto;
  }
  #local_nav li:nth-of-type(2) a::before, #local_nav li:nth-of-type(5) a::before {
    background: url(../img/icon-nav_blue.png) left center no-repeat;
    background-size: auto 100%;
  }
  /*----------------------------------------------------
  common_element
  ----------------------------------------------------*/
  /*SP用*/
  .title-big {
    font-size: 8.06vw;
    margin-top: 83%;
  }
  .title-big.is-english {
    margin-top: 92%;
  }
  .title-big strong {
    font-size: 8.44vw;
  }
  .sec-box table {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  /*intro*/
  .sp-ltr-space {
    letter-spacing: -0.02em;
  }
  /*slider*/
  .thumbs_list {
    margin-left: auto;
    margin-right: auto;
  }
  .thumbs_list li {
    width: 95px;
    padding-top: 95px;
  }
  .name-list .list-4 {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
  .name-list tr.list-2 {
    width: 85%;
  }
  .name-list tr.list-2.list-pc-1 {
    width: 95%;
  }
  .name-list tr.list-3 {
    max-width: 430px;
  }
	.name-list tr.list-3-chara {
    max-width: 480px;
  }
  .name-list tr.list-3-chara td:first-of-type {
    width: 39.5%;
  }
  .name-list .list1-2 td {
    width: 100%;
    display: block;
  }
  .svg-logo {
    width: 138px;
    height: auto;
  }
  /*footer */
}
@media all and (max-width: 767px) and (max-width: 480px) {
  .u-ls-narrow {
    letter-spacing: -0.01em;
  }
  .name-list tr.list-2.list-pc-1 td {
    width: 100%;
    display: block;
  }
  .info-list th,
  .info-list td {
    font-size: 1.2rem;
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
  .info-list thead th {
    font-size: 1.1rem;
  }
  .link-comment {
    width: 8.45em;
  }
}
@media all and (max-width: 767px) and (max-width: 615px) {
  .thumbs_list {
    max-width: 315px;
  }
  .thumbs_list li {
    width: 30%;
    padding-top: 30%;
  }
  .thumbs_list li:nth-of-type(1) {
    margin-left: 15%;
  }
  .thumbs_list li:nth-of-type(2) {
    margin-right: 15%;
  }
}
/*PC（more than tablet）*/
@media all and (min-width: 768px) {
  /* ----- header/main ----- */
  header {
    width: 100%;
    top: 2.46vw;
  }
  /*mainvisual*/
  .main-wrapper h1 {
    width: 38.8%;
    margin: 0 59.2% 0 2%;
  }
  .main-wrapper h1.is-english {
    width: 27%;
    margin: 5vw 65% 0 8%;
  }
  .logo-right {
    width: 16.25%;
    max-width: 222px;
    height: auto;
    right: 2.635431918vw;
    top: 2.9282576867vw;
  }
  .main-lead {
    background: transparent;
    position: absolute;
    top: 9.8vw;
    right: 11.8%;
    width: 4.9%;
  }
  .main-lead.is-english {
    background: transparent;
    position: absolute;
    top: 40vw;
    right: 2vw;
    width: 30vw;
  }
  /* ----- nav ----- */
  #local_nav {
    padding-left: 0;
    margin-top: 1.47%;
    width: 42.3%;
  }
  #local_nav li {
    font-size: 3rem;
    font-size: 2.196193265vw;
    margin-bottom: 0.95em;
  }
  #local_nav li:nth-child(even) a::before {
    background: url(../img/icon-nav_blue.png) left center no-repeat;
    background-size: auto 100%;
  }
  /*----------------------------------------------------
  common_element
  ----------------------------------------------------*/
  /*TAB/PC用*/
  .u-ls-narrow2 {
    letter-spacing: -0.1em;
  }
  .container::before {
    padding-top: 31.65vw;
    background-size: auto 100%;
  }
  .contents-wrapper section:not(.sec-intro) {
    padding: 80px 20px 110px;
  }
  .title_h_lv2 {
    font-size: 4.4rem;
    min-width: 9.5em;
  }
  .title_h_lv2 b {
    padding-bottom: 0.2em;
  }
  .title_h_lv2 span {
    font-size: 1.3rem;
    padding-bottom: 1.6em;
  }
  .title_h_lv3 {
    margin-bottom: 1.5em;
    font-size: 3rem;
  }
  .flex-box {
    column-gap: 40px;
    flex-wrap: nowrap;
  }
  .flex-item {
    width: 50%;
  }
  .title-big {
    line-height: 1.1;
    font-size: 5rem;
    font-size: 3.66vw;
    width: 42.3%;
    margin-right: 57.7%;
    margin-top: -0.1em;
  }
  .title-big.is-english {
    line-height: 1.3;
    font-size: 2.3vw;
    margin-top: 0.05em;
  }
  .title-big strong {
    font-size: 5.1rem;
    font-size: 3.733vw;
  }
  .title-big strong.is-english {
    font-size: 2.7vw;
  }
  .sec-intro {
    padding: 5vw 0 7vw;
  }
  .sec-intro::after {
    padding: 3.5vw 0;
    margin-top: 0;
  }
  .intro-lead {
    font-size: 1.7rem;
  }
  .intro-lead-big {
    font-size: 3rem;
  }
  .intro-lead strong {
    font-size: 2rem;
  }
  .sec-box {
    padding: 3em 3em;
  }
  #Character .sec-box {
    padding: 3.75em 3em;
  }
  /*slider*/
  .slider-chara-wrap {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
  }
  .slider-chara .slick-slide img {
    width: 34.5%;
    max-width: 368px;
    float: left;
  }
  .slider-chara .slick-slide img {
    margin-right: 1.5em;
  }
  .slide-cont-txt {
    text-align: left;
  }
  .slide-cont-txt p {
    font-size: 1.7rem;
    line-height: 2.235em;
  }
  .slide-cont-txt h3 {
    font-size: 2.9rem;
    margin-top: 1.5em;
  }
  .slide-cont-txt h4 {
    font-size: 1.9rem;
  }
  .ltr-space {
    letter-spacing: -0.015em;
  }
  .title-name {
    font-size: 1.7rem;
  }
  .name-list tr {
    min-width: 300px;
  }
  .name-list tbody > tr {
    margin-bottom: 0.5em;
  }
  .name-list tbody > tr.pdb0 {
    margin-bottom: 0;
  }
  .name-list th, .name-list td {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .name-list tr.list-3 {
    max-width: 500px;
  }
	.name-list tr.list-3-chara {
    max-width: 580px;
  }
  .name-list .list-3 td {
    width: 33.33%;
  }
  .link-comment {
    display: block;
    font-size: 1.2rem;
  }
  .info-list th,
  .info-list td {
    font-size: 1.7rem;
  }
  .info-list tbody td {
    font-size: 1.6rem;
  }
  .info-list thead th {
    font-size: 1.4rem;
  }
  .info-list th,
  .info-list td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .info-list thead th {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  /*footer */
  /* –––– page-top ---- */
  /*footer-----------------------*/
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .title_h_lv2 {
    font-size: 4.3010752688vw;
  }
  .title_h_lv2 span {
    font-size: 1.2707722385vw;
  }
  .title_h_lv3 {
    font-size: 2.85rem;
  }
}
@media all and (min-width: 768px) and (min-width: 1366px) {
  .logo-right {
    width: 16.25%;
    max-width: 222px;
    height: auto;
    right: 36px;
    top: 40px;
  }
}
@media all and (min-width: 768px) {
  #page-top a {
    width: 70px;
    height: 70px;
  }
  footer {
    padding: 1.25em 0.5em 4em;
  }
  footer small {
    font-size: 1.5rem;
  }
}
@media print {
  .container {
    background-attachment: scroll;
  }
}/*# sourceMappingURL=style.css.map */