@charset "UTF-8";
/* rest */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* -----------------------------------------
body
--------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #222;
  background: #fff;
  line-height: 1.6;
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
  font-family: "HonMinSKok-M", serif;
  font-weight: 300;
}
@media (min-width: 960px) {
  body {
    padding-top: 60px;
  }
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #1262b2;
  display: inline-block;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -----------------------------------------
common
--------------------------------------------*/
/* --- clearfix --- */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* css sprite */
.s {
  background: url(../images/common/sprite.png) no-repeat 0 0;
  background-size: 500px 500px;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  border-style: none;
}

.sb::before,
.sa::after {
  content: "";
  background-image: url(../images/common/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 500px 500px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border-style: none;
}

.nobi {
  /*
  margin-right: 5px;
  letter-spacing: -5px;
  */
  transform: scale(2, 1);
  transform-origin: top left;
  display: inline-block;
  margin-right: 1em;
}

/* --- effect --- */
.fx_size {
  transform: scale(0.5, 0.5);
}

.fx_l2r {
  transform: translate(-20px, 0);
}

.fx_r2l {
  transform: translate(20px, 0);
}

.fx_t2b {
  transform: translate(0, -20px);
}

.fx_b2t {
  transform: translate(0, 20px);
}

.fx_op {
  opacity: 0;
  transition: opacity 500ms 0ms;
}

.fx_l2r,
.fx_r2l,
.fx_t2b,
.fx_b2t,
.fx_size {
  opacity: 0;
  transition: transform 800ms 0ms, opacity 800ms 0ms;
}

.fx_op.on,
.fx_l2r.on,
.fx_r2l.on,
.fx_t2b.on,
.fx_b2t.on,
.fx_size.on {
  opacity: 1;
  transform: translate(0, 0) scale(1, 1);
}

/* ----------------- 
reset
----------------- */
@media (min-width: 560px) {
  .sp_only {
    display: none;
  }
}
@media (min-width: 960px) {
  .sp_only {
    display: none;
  }
}

.tb_only {
  display: none;
}
@media (min-width: 560px) {
  .tb_only {
    display: block;
  }
}

@media (min-width: 960px) {
  .ts_only {
    display: none;
  }
}

.pc_only {
  display: none;
}
@media (min-width: 960px) {
  .pc_only {
    display: block;
  }
}

em {
  font-style: normal;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  line-height: 1.8;
}

.title_main {
  margin: 0 20px 30px 20px;
  line-height: 1.5;
  font-weight: 300;
  background-color: transparent;
}
.title_main .en {
  color: #c4207c;
  font-size: 2rem;
  display: block;
  display: flex;
  align-items: center;
}
.title_main .en span {
  padding-right: 10px;
}
.title_main .en::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background-color: #c4207c;
}
.title_main .ja {
  margin-top: 0.2em;
  font-size: 3rem;
  display: block;
  color: #fff;
  line-height: 1.3;
}
@media (min-width: 960px) {
  .title_main .en {
    font-size: 2.4rem;
  }
  .title_main .ja {
    font-size: 3.6rem;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.8);
  }
}

.title_bold {
  margin: 0 20px 20px 20px;
  font-size: 1.6rem;
  color: #fff;
}
.title_bold span {
  font-size: 1.2rem;
}
@media (min-width: 960px) {
  .title_bold {
    font-size: 2rem;
  }
  .title_bold span {
    font-size: 1.4rem;
  }
}

.title_square {
  margin: 0 20px 40px 20px;
  text-align: center;
}
.title_square span {
  padding: 0.8em 1.6em;
  line-height: 1;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.8rem;
}
@media (min-width: 960px) {
  .title_square {
    margin-bottom: 80px;
  }
}

/* ----------------- 
basic frame 
----------------- */
@media (min-width: 960px) {
  .wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
  }
}

@media (min-width: 960px) {
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .row.reverse {
    flex-direction: row-reverse;
  }
}

.space_map {
  margin: 20px;
  height: 250px;
  background: #eee;
}
.space_map iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 560px) {
  .space_map {
    height: 300px;
  }
}

#header .logo {
  background-color: #fff;
  height: 60px;
  text-align: center;
}
#header .logo a {
  width: 238px;
  height: 50px;
}
@media (min-width: 960px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 75px;
    background-color: #fff;
    z-index: 2;
  }
  #header .wrapper {
    width: 1100px;
    max-width: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #header .logo {
    margin: 0 0 0 -20px;
    padding: 0;
    height: 100%;
  }
}

#menu {
  margin: 0;
  padding: 0;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  transform: translate(-200%, 0);
  transition: transform 800ms;
  background-color: #fff;
}
#menu ul {
  margin: 0 30px;
  padding: 0;
}
#menu ul span,
#menu ul a {
  padding: 15px;
  display: block;
  color: #222;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
#menu ul span {
  color: #555;
}
#menu ul #menu_trailer span {
  cursor: pointer;
}
#menu ul .sns {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
#menu ul .sns a {
  margin: 0 10px;
  padding: 0;
  width: 50px;
  height: 50px;
  color: #000;
  background-position: -250px 0;
}
#menu ul .sns .fb {
  background-position: -310px 0;
}
@media (min-width: 960px) {
  #menu {
    transform: none;
    display: block;
    position: static;
    box-shadow: none;
    background-color: transparent;
    width: auto;
  }
  #menu ul {
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: auto;
  }
  #menu ul span,
  #menu ul a {
    margin-right: 20px;
    padding: 10px 0;
    position: relative;
  }
  #menu ul span::after,
  #menu ul a::after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #bc9f5c;
    bottom: 1px;
    left: 0;
    transform: translate(0, -5px);
    opacity: 0;
    transition: transform 500ms, opacity 500ms;
  }
  #menu ul span:hover::after,
  #menu ul a:hover::after {
    transform: none;
    opacity: 1;
  }
  #menu ul #menu_home {
    display: none;
  }
  #menu ul .sns {
    display: block;
  }
  #menu ul .sns a {
    position: absolute;
    right: 5px;
    transition: opacity 400ms;
    opacity: 0.8;
  }
  #menu ul .sns a::after {
    display: none;
  }
  #menu ul .sns a:hover {
    opacity: 1;
  }
  #menu ul .sns .tw {
    top: 45px;
  }
  #menu ul .sns .fb {
    top: 105px;
  }
  #page_introduction #menu #menu_introduction a::after, #page_background #menu #menu_background a::after, #page_column #menu #menu_column a::after, #page_pedro #menu #menu_pedrocosta a::after, #page_comments #menu #menu_comments a::after, #page_retrospective #menu #menu_retrospective a::after, #page_theaters #menu #menu_theaters a::after {
    transform: none;
    opacity: 1;
  }
}

#menu_sw {
  width: 36px;
  height: 36px;
  position: fixed;
  z-index: 50;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
  background: rgb(255, 255, 255);
}
#menu_sw i,
#menu_sw i::before,
#menu_sw i::after {
  display: block;
  position: absolute;
  width: 26px;
  height: 2px;
  background: #fff;
  background: #555;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -13px;
  transition: transform 5100ms;
}
#menu_sw i::before,
#menu_sw i::after {
  content: "";
}
#menu_sw i::before {
  transform: translate(0, -8px);
}
#menu_sw i::after {
  transform: translate(0, 8px);
}
@media (min-width: 960px) {
  #menu_sw {
    display: none;
  }
}

body.menu_open::before {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 800ms linear;
}
body.menu_open #menu {
  transform: none;
}
body.menu_open #menu_sw i {
  animation: menu_sw 800ms forwards;
}
body.menu_open #menu_sw i::before {
  animation: menu_sw_before 800ms forwards;
}
body.menu_open #menu_sw i::after {
  animation: menu_sw_after 800ms forwards;
}
@keyframes menu_sw {
  75% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes menu_sw_before {
  50% {
    transform: translate(0, -8px);
  }
  75% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0) rotate(-90deg);
    transform-origin: center center;
  }
}
@keyframes menu_sw_after {
  50% {
    transform: translate(0, 8px);
  }
  75% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
    transform-origin: bottom left;
  }
}
@keyframes body_back_anime {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
footer {
  margin: 0;
  position: relative;
}
footer #go2pagetop {
  margin: 0;
  position: absolute;
  right: 0;
  top: -25px;
}
footer #go2pagetop a {
  width: 50px;
  height: 50px;
  background-position: -320px -60px;
}
footer p {
  margin: 0 20px;
  text-align: center;
  color: #222;
  font-size: 1rem;
  line-height: 1.7;
}
footer .space_billing {
  padding: 0 0 20px 0;
}
footer .space_billing p {
  margin: 0.6em 20px;
}
footer .schedule {
  padding: 20px 0 10px 0;
  text-align: center;
}
footer .schedule img {
  width: 87.4vw;
}
@media (min-width: 560px) {
  footer #go2pagetop {
    right: 0;
    top: -42px;
  }
  footer #go2pagetop a {
    width: 85px;
    height: 85px;
    background-position: -370px 0;
  }
}
@media (min-width: 960px) {
  footer {
    margin: 0 auto;
    padding-top: 10px;
    width: 100%;
    max-width: 1100px;
    right: -42px;
  }
  footer p {
    font-size: 1.2rem;
  }
  footer .schedule img {
    width: 100%;
    max-width: 783px;
  }
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: visible;
  transition: visibility 200ms 1.6s;
}
#loading::before, #loading::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(0, 0, 0);
  transition: visibility 800ms 200ms, opacity 800ms 200ms;
}
#loading::after {
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  transition: visibility 800ms 600ms, opacity 800ms 600ms;
}
#loading i {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  display: block;
  width: 300px;
  height: 66px;
  background-position: 0 -60px;
  animation: anime_blink 1333ms ease-in-out infinite alternate;
}
#loading.off {
  visibility: hidden;
}
#loading.off::before {
  opacity: 0;
  visibility: hidden;
}
#loading.off::after {
  opacity: 0;
  visibility: hidden;
}
#loading.off i {
  opacity: 0;
  visibility: hidden;
}

@keyframes anime_blink {
  0% {
    opacity: 0;
    filter: blur(0);
  }
  50% {
    filter: blur(0);
  }
  100% {
    opacity: 0.6;
    filter: blur(5px);
  }
}
#bg_white {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
}

/* ----------------- 
color bg_color
----------------- */
/* ----------------- 
text font
----------------- */
.nobashi {
  transform: scale(2, 1);
  transform-origin: left center;
  display: inline-block;
  width: 2em;
}

.space_scroll {
  overflow: auto;
}

/* ----------------- 
Link 
----------------- */
/* youtube */
#black {
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  min-height: 700px;
  overflow: hidden;
}

.youtube_wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 51;
}
.youtube_wrapper .youtube_stage {
  width: 100%;
  padding: 50px 10px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.youtube_wrapper .youtube_inner {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  background: #000;
}
.youtube_wrapper .youtube_close {
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -30px;
  right: 0;
  white-space: nowrap;
}
.youtube_wrapper .youtube_close span {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
}
.youtube_wrapper .youtube_close span::before, .youtube_wrapper .youtube_close span::after {
  content: "";
  width: 80%;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.youtube_wrapper .youtube_close span::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.youtube_wrapper .youtube_close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.youtube_wrapper .youtube_player {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 560px) {
  .youtube_wrapper .youtube_close {
    width: 50px;
    height: 50px;
    top: -60px;
  }
}
@media (min-width: 960px) {
  .youtube_wrapper .youtube_stage {
    max-width: 130vh;
    width: 100%;
  }
  .youtube_wrapper .youtube_close {
    width: 60px;
    height: 60px;
    top: -70px;
  }
}

/* main */
article {
  padding: 0 0 40px 0;
  background-color: #000;
}
article p {
  margin: 1em 20px;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.8);
}
article .image {
  margin-top: 2em;
  margin-bottom: 2em;
}
article dl {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 560px) {
  article p {
    font-size: 1.5rem;
  }
}
@media (min-width: 960px) {
  article {
    margin: 0 40px;
  }
  article p {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0;
  }
}

section.block {
  margin: 0;
  padding: 20px 0;
  position: relative;
}
@media (min-width: 960px) {
  section.block {
    padding: 80px 0;
  }
}

.main_bg {
  padding-top: 97.3vw;
  background-image: url(../images/pedrocosta/main_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media (min-width: 960px) {
  .main_bg {
    padding-top: 120px;
    background-position: center top;
  }
}

.intm {
  height: 100vw;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media (min-width: 960px) {
  .intm {
    height: 500px;
    background-size: cover;
  }
}

/* ----------------- 
table 
----------------- */
.table_table {
  margin: 20px 20px;
}
.table_table table {
  width: 100%;
}
.table_table a {
  border-style: none;
}
.table_table th {
  padding: 1em 5px;
  font-weight: normal;
  text-align: left;
  color: #fff;
  vertical-align: top;
  font-size: 1rem;
  white-space: nowrap;
  line-height: 1.4;
}
.table_table td {
  padding: 1em 5px;
  text-align: left;
  vertical-align: top;
  color: #fff;
  font-size: 1rem;
  white-space: nowrap;
  line-height: 1.4;
}
.table_table td a {
  color: #fff;
  text-decoration: underline;
}
.table_table thead th,
.table_table thead td {
  border-bottom: 2px solid #fff;
}
.table_table tbody th,
.table_table tbody td {
  border-top: 1px solid #666;
}
.table_table tbody td:nth-of-type(2),
.table_table tbody td:nth-of-type(3) {
  text-align: center;
}
@media (min-width: 560px) {
  .table_table th,
  .table_table td {
    padding: 10px 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .table_table th.tel,
  .table_table td.tel {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 960px) {
  .table_table thead th {
    padding-left: 40px;
  }
  .table_table thead th:first-child {
    padding-left: 40px;
  }
}

#page_home #header .logo {
  display: none;
}
#page_home article {
  padding: 0 0 0 0;
  position: relative;
  background-image: url(../images/home/main_bg.jpg);
  background-size: cover;
  background-color: #000;
  min-height: 200.3vw;
}
#page_home article p {
  margin: 0;
  position: absolute;
}
#page_home h1 {
  position: absolute;
  top: 60vw;
}
#page_home .copy {
  top: -4vw;
  right: 0;
  width: 20.8vw;
}
#page_home .schedule {
  top: 120vw;
  left: 0;
  text-align: center;
  width: 100%;
}
#page_home .schedule img {
  width: 87.4vw;
}
#page_home .hinomusume {
  margin: 0 5vw;
  padding: 4vw;
  position: absolute;
  top: 119vw;
  width: 90vw;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
}
#page_home .hinomusume__title {
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-weight: 400;
  font-size: 12px;
}
#page_home .hinomusume__title__sub {
  font-size: 10px;
}
#page_home .hinomusume__date {
  color: #fff;
  margin-top: 2vw;
  text-align: center;
  line-height: 1.4;
  font-size: 12px;
  position: static;
}
#page_home .hinomusume__table {
  margin: 15px 0 0 0;
  padding-bottom: 10px;
  text-align: center;
  overflow-x: auto;
}
#page_home .hinomusume__table a {
  color: #fff;
}
#page_home .hinomusume__table tr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#page_home .hinomusume__table th {
  padding: 5px 10px;
  text-align: left;
  font-size: 10px;
  color: #fff;
  white-space: nowrap;
}
#page_home .hinomusume__table td {
  padding: 5px 10px;
  text-align: left;
  font-size: 10px;
  color: #fff;
  white-space: nowrap;
}
#page_home .hinomusume__posters {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3vw;
  margin: 3vw auto 0 auto;
  width: 40vw;
  position: static;
}
#page_home .hinomusume__posters__button {
  display: block;
  padding: 0;
  border-style: none;
  background-color: transparent;
  cursor: pointer;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
@media (min-width: 560px) {
  #page_home .hinomusume {
    padding: 20px;
    top: 122vw;
    border-radius: 10px;
  }
  #page_home .hinomusume__title {
    font-size: 14px;
  }
  #page_home .hinomusume__title__sub {
    font-size: 12px;
  }
  #page_home .hinomusume__date {
    font-size: 14px;
  }
  #page_home .hinomusume__table th,
  #page_home .hinomusume__table td {
    padding: 5px 10px;
    font-size: 12px;
  }
}
@media (min-width: 960px) {
  #page_home .hinomusume {
    margin: 0 auto;
    padding: 15px 20px 20px 20px;
    top: 570px;
    left: 50%;
    translate: -50% 0;
    width: 760px;
  }
  #page_home .hinomusume__title {
    font-size: 22px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  }
  #page_home .hinomusume__title__sub {
    font-size: 16px;
  }
  #page_home .hinomusume__date {
    margin-top: 5px;
    font-size: 18px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  }
  #page_home .hinomusume__posters {
    grid-template-columns: repeat(2, 120px);
    gap: 10px;
    margin: 10px auto 0 auto;
    width: auto;
    justify-content: center;
    position: static;
  }
  #page_home .hinomusume__posters__button {
    display: block;
    padding: 0;
    border-style: none;
    background-color: transparent;
  }
  #page_home .hinomusume__table {
    text-align: center;
  }
  #page_home .hinomusume__table table {
    display: inline-table;
  }
  #page_home .hinomusume__table td {
    white-space: wrap;
  }
}
#page_home .flyer {
  display: grid;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #000;
  z-index: 50;
  pointer-events: none;
  opacity: 0;
  transition: opacity 500ms;
}
#page_home .flyer--on {
  opacity: 1;
  pointer-events: all;
}
#page_home .flyer__close {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 2vw;
  top: 2vw;
}
#page_home .flyer__close__button {
  display: block;
  width: 100%;
  height: 100%;
  border-style: none;
  background-color: transparent;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
}
#page_home .flyer__close__button i::after, #page_home .flyer__close__button i::before {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 3px;
  translate: 0 -50%;
  background-color: #000;
}
#page_home .flyer__close__button i::after {
  rotate: -30deg;
}
#page_home .flyer__close__button i::before {
  rotate: 30deg;
}
#page_home .flyer__list {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 5vw;
  width: 60vw;
}
@media (min-width: 560px) {
  #page_home .flyer__close {
    width: 46px;
    height: 46px;
  }
  #page_home .flyer__close__button i::after, #page_home .flyer__close__button i::before {
    content: "";
    width: 40px;
  }
  #page_home .flyer__list {
    margin: 0 2vw;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    width: auto;
    gap: 1vw;
  }
}
@media (min-width: 960px) {
  #page_home .flyer__list {
    margin: 0 auto;
    width: calc(100% - 80px);
    max-width: 1400px;
    gap: 20px;
  }
}
#page_home .retrospective {
  top: 140vw;
  left: 0;
  width: 100%;
  text-align: center;
}
#page_home .retrospective img {
  width: 90.6vw;
}
#page_home .space_comment {
  display: none;
}
@media (min-width: 960px) {
  #page_home #header .logo {
    display: block;
  }
  #page_home article {
    min-height: 1000px;
    background-image: url(../images/home/main_bg_pc.jpg);
    background-position: center top;
  }
  #page_home .copy {
    top: 90px;
    right: 12%;
    width: 24px;
  }
  #page_home .schedule {
    top: 605px;
    left: 0;
  }
  #page_home .schedule img {
    width: 783px;
  }
  #page_home h1 {
    top: 240px;
    width: 100%;
    text-align: center;
  }
  #page_home h1 img {
    width: 608px;
  }
  #page_home .retrospective {
    top: 700px;
  }
  #page_home .retrospective img {
    width: 540px;
  }
  #page_home .space_comment {
    display: block;
    position: absolute;
    top: 50px;
    left: 5%;
    width: 40%;
  }
  #page_home .space_comment p {
    position: static;
  }
  #page_home .space_comment .comment {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  #page_home .space_comment .name {
    margin-top: 0.5em;
    font-size: 1.8rem;
    text-align: right;
  }
  #page_home .space_comment .name::before {
    content: "─";
    transform: scale(2, 1);
    transform-origin: top right;
    display: inline-block;
    margin-right: 0.5em;
  }
  #page_home .space_comment .name span {
    font-size: 1.4rem;
  }
}

#page_introduction article {
  padding-top: 110vw;
  background-image: url(../images/introduction/main_bg.jpg);
}
#page_introduction h1 {
  display: none;
}
#page_introduction .copy {
  margin-bottom: 1.6em;
  font-size: 1.6rem;
  text-align: center;
}
#page_introduction .copy.size_bigger {
  font-size: 2rem;
}
#page_introduction h2.color_gold {
  margin: 2em 20px;
  color: #bc9f5c;
  text-align: center;
  font-size: 1.6rem;
}
#page_introduction #intm_1 {
  background-image: url(../images/introduction/intm_1.jpg);
}
@media (min-width: 960px) {
  #page_introduction article {
    padding-top: 120px;
    background-image: url(../images/introduction/main_bg_pc.jpg);
  }
  #page_introduction #unit_introduction {
    margin: 0 0 0 auto;
    padding-top: 0;
    max-width: 680px;
    width: 62%;
  }
  #page_introduction #unit_introduction p {
    text-align: left;
  }
  #page_introduction #unit_introduction .copy {
    font-size: 1.8rem;
  }
  #page_introduction #unit_introduction .copy.size_bigger {
    font-size: 2.4rem;
  }
  #page_introduction #unit_introduction h2.color_gold {
    text-align: left;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  #page_introduction #intm_1 {
    background-image: url(../images/introduction/intm_1_pc.jpg);
    height: 650px;
  }
  #page_introduction #unit_story .space_image {
    width: 500px;
  }
  #page_introduction #unit_story .space_text {
    margin-right: 10px;
    flex: 1;
  }
}

#page_background article {
  background-image: url(../images/background/main_bg.jpg);
}
#page_background .intm {
  background-image: url(../images/background/img_1b.jpg);
}
@media (min-width: 960px) {
  #page_background article {
    background-image: url(../images/background/main_bg_pc.jpg);
  }
  #page_background .title_main .ja {
    letter-spacing: -0.1em;
  }
  #page_background #unit_fontainhas {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 50%;
  }
  #page_background .intm {
    display: none;
  }
  #page_background #unit_cv {
    padding-top: 30px;
  }
  #page_background #unit_cv .row {
    flex-direction: row-reverse;
  }
  #page_background #unit_cv .space_image {
    width: 50%;
  }
  #page_background #unit_cv .space_text {
    flex: 1;
  }
}

#page_column article {
  background-image: url(../images/column/main_bg.jpg);
}
#page_column .author {
  text-align: right;
  font-size: 1.6rem;
}
@media (min-width: 960px) {
  #page_column article {
    background-image: url(../images/column/main_bg_pc.jpg);
  }
  #page_column .title_main .ja {
    letter-spacing: -0.2em;
  }
  #page_column section {
    margin: 0 0 0 auto;
    width: 50%;
  }
}

#page_pedro article p {
  color: #fff;
}
#page_pedro #unit_filmography dl {
  margin: 20px;
  border: 1px solid #fff;
}
#page_pedro #unit_filmography dt {
  margin-top: -0.6em;
  text-align: center;
}
#page_pedro #unit_filmography dt span {
  margin: 0 0 0 0;
  padding: 0 10px;
  display: inline-block;
  background-color: #000;
  color: #fff;
}
#page_pedro #unit_filmography ul {
  margin: 20px;
}
#page_pedro #unit_filmography li {
  margin: 0 0 1em 0;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
}
@media (min-width: 960px) {
  #page_pedro article {
    background-image: url(../images/pedrocosta/main_bg_pc.jpg);
  }
  #page_pedro article .wrapper {
    display: flex;
    justify-content: space-between;
  }
  #page_pedro article #unit_summary {
    width: 50%;
  }
  #page_pedro article #unit_filmography {
    width: 45%;
    padding-top: 40%;
  }
}

#page_comments article {
  padding-top: 113.3vw;
  background-image: url(../images/comments/main_bg.jpg);
}
#page_comments .list_comments li {
  margin: 0 0 4em 0;
}
#page_comments .list_comments .comment {
  margin-bottom: 0;
}
#page_comments .list_comments .name {
  margin-top: 0.5em;
  font-size: 1.6rem;
  text-align: right;
}
#page_comments .list_comments .name::before {
  content: "─";
  transform: scale(2, 1);
  transform-origin: top right;
  display: inline-block;
  margin-right: 0.5em;
}
#page_comments .list_comments .name span {
  font-size: 1.2rem;
}
@media (min-width: 960px) {
  #page_comments article {
    padding-top: 120px;
    background-image: url(../images/comments/main_bg_pc.jpg);
  }
  #page_comments .row {
    justify-content: space-between;
  }
  #page_comments .block {
    display: flex;
    justify-content: space-between;
  }
  #page_comments .list_comments {
    width: 47%;
  }
  #page_comments .list_comments:nth-of-type(2) {
    padding-top: 30%;
  }
  #page_comments .list_comments .comment {
    font-size: 1.6rem;
  }
  #page_comments .list_comments .name {
    font-size: 1.8rem;
  }
  #page_comments .list_comments .name span {
    font-size: 1.4rem;
  }
}

#page_theaters article {
  padding-top: 90vw;
  background-image: url(../images/theaters/main_bg.jpg);
}
#page_theaters .table_table {
  margin-top: 40px;
}
@media (min-width: 960px) {
  #page_theaters article {
    padding-top: 350px;
    padding-bottom: 100px;
    background-image: url(../images/theaters/main_bg_pc.jpg);
  }
  #page_theaters article .wrapper {
    max-width: 900px;
  }
}

#page_retrospective article {
  padding-top: 5vw;
  background-image: url(../images/retrospective/main_bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#page_retrospective .title_main .en::after {
  display: none;
}
#page_retrospective .title_main .ja {
  font-size: 2.8rem;
}
#page_retrospective #unit_intro {
  padding-top: 60vw;
  padding-bottom: 40px;
}
#page_retrospective #unit_intro .copy {
  font-weight: 700;
  font-size: 1.4rem;
}
#page_retrospective #unit_intro .information {
  margin: 20px 20px;
  padding: 10px 0;
  text-align: center;
  border: 2px solid #fff;
}
#page_retrospective #unit_intro p {
  font-size: 1.2rem;
}
#page_retrospective #unit_intro #table_support {
  margin: 0 20px;
}
#page_retrospective #unit_intro #table_support th,
#page_retrospective #unit_intro #table_support td {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5;
}
#page_retrospective #unit_intro #table_support th {
  padding-bottom: 10px;
  width: 4em;
}
#page_retrospective #unit_intro #table_support th::after {
  content: " ： ";
}
#page_retrospective #unit_intro #table_support td {
  padding-bottom: 10px;
  padding-left: 5px;
}
#page_retrospective #unit_items {
  padding: 40px 0;
}
#page_retrospective #unit_items h2 {
  text-align: center;
  margin: 0 20px 40px 20px;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.2;
}
#page_retrospective #unit_items h2 span {
  font-size: 1.4rem;
}
#page_retrospective #unit_items .list_index {
  border: 2px solid #fff;
  margin: 0 20px;
  padding: 20px 20px 40px 20px;
}
#page_retrospective #unit_items .list_index li {
  font-size: 1.2rem;
}
#page_retrospective #unit_items .list_index li:nth-of-type(1) {
  border-style: none;
}
#page_retrospective #unit_items .list_index li span {
  margin-left: 5px;
  font-size: 1rem;
  text-align: right;
}
#page_retrospective #unit_items .list_index a {
  display: block;
  padding: 0.6em 0;
  color: #fff;
}
#page_retrospective #unit_items .block {
  margin: 20px 20px;
}
#page_retrospective #unit_items .list_items {
  margin: 10px 0;
  padding: 20px 0;
  background-color: #fff;
}
#page_retrospective .title_block {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}
#page_retrospective .title_block span {
  margin-bottom: 10px;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
  background-color: #fff;
  color: #222;
  font-size: 2rem;
  line-height: 4rem;
}
#page_retrospective .list_items h3 {
  margin: 0 20px;
  font-size: 1.8rem;
  color: #222;
}
#page_retrospective .list_items p {
  font-size: 1rem;
  color: #222;
  text-shadow: none;
}
#page_retrospective .list_items .awards {
  font-size: 1.2rem;
}
#page_retrospective .list_items .comment {
  font-size: 1.2rem;
}
#page_retrospective .list_items li {
  margin-top: 30px;
}
#page_retrospective .list_items li::before {
  content: "";
  display: block;
  margin: 0 10px 30px 10px;
  border-top: 1px solid #222;
}
#page_retrospective .list_items li:nth-of-type(1) {
  margin-top: 0;
  padding-top: 0;
}
#page_retrospective .list_items li:nth-of-type(1)::before {
  display: none;
}
#page_retrospective #unit_schedule {
  padding: 40px 0;
}
#page_retrospective #unit_schedule th {
  font-size: 1.2rem;
}
#page_retrospective #unit_schedule td {
  white-space: normal;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.7;
}
#page_retrospective #unit_schedule td span {
  font-size: 1rem;
}
#page_retrospective #unit_fee {
  padding: 40px 0;
}
@media (min-width: 560px) {
  #page_retrospective .title_main .en::after {
    display: block;
  }
  #page_retrospective article {
    padding-top: 54vw;
    background-image: url(../images/retrospective/main_bg_pc.jpg);
  }
  #page_retrospective .block {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #page_retrospective .title_block {
    margin-bottom: 30px;
  }
  #page_retrospective #unit_intro {
    padding-top: 0vw;
  }
  #page_retrospective #unit_intro p {
    font-size: 1.4rem;
  }
  #page_retrospective #unit_intro .copy {
    font-size: 1.8rem;
  }
  #page_retrospective #unit_items .list_items {
    margin-top: 20px;
  }
  #page_retrospective #unit_items .list_items h3 {
    font-size: 1.8rem;
  }
  #page_retrospective #unit_items .list_items p {
    font-size: 1.2rem;
  }
  #page_retrospective #unit_items .list_items .image {
    margin-top: 0;
    margin-right: 10px;
    width: 40%;
  }
  #page_retrospective #unit_items .list_items .space_text {
    margin-right: 10px;
    flex: 1;
  }
  #page_retrospective #unit_items .list_items .awards {
    font-size: 1.4rem;
  }
  #page_retrospective #unit_items .list_items .comment {
    font-size: 1.4rem;
  }
  #page_retrospective #unit_items .list_items li {
    display: flex;
    margin-top: 0;
    padding: 20px 0;
  }
  #page_retrospective #unit_items .list_items li::before {
    display: none;
  }
  #page_retrospective #unit_items .list_items li:nth-of-type(1) {
    padding-top: 20px;
  }
  #page_retrospective #unit_items .list_items li:nth-of-type(1)::before {
    display: none;
  }
  #page_retrospective #unit_schedule th {
    font-size: 1.6rem;
  }
  #page_retrospective #unit_schedule td {
    font-size: 1.4rem;
  }
  #page_retrospective #unit_schedule td span {
    font-size: 1.2rem;
  }
}
@media (min-width: 960px) {
  #page_retrospective article {
    padding-top: 500px;
    background-size: 1100px auto;
    background-position: center top;
  }
  #page_retrospective article .wrapper {
    width: 900px;
  }
  #page_retrospective #unit_intro {
    padding-bottom: 80px;
  }
  #page_retrospective #unit_intro .information {
    font-size: 2rem;
  }
  #page_retrospective #unit_items {
    margin-top: 0;
    padding-top: 80px;
  }
  #page_retrospective #unit_items h2 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  #page_retrospective #unit_items .list_index li {
    font-size: 1.6rem;
  }
  #page_retrospective .block {
    margin: 80px 0;
    padding: 40px 0;
  }
  #page_retrospective #unit_schedule {
    padding: 80px 0;
  }
  #page_retrospective #unit_schedule th {
    font-size: 1.6rem;
  }
  #page_retrospective #unit_schedule td {
    font-size: 1.6rem;
  }
  #page_retrospective #unit_schedule td span {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=style.css.map */