@charset "UTF-8";
/*
Theme Name: Kunashiri
Author: EMIKO HAMADA
Version: 1.0.0
*/
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;
  font-weight: normal;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ol,
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;
  text-decoration: none;
}

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

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0%;
}

*:focus {
  outline: none;
}

html {
  font-size: 62.5% !important;
  /*16px×62.5%=10px*/
  height: 100%;
}

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

body {
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

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

.br-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-tb {
  display: none;
}

@media screen and (max-width: 768px) {
  .br-tb {
    display: block;
  }
}

.cont-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .cont-pc {
    display: none;
  }
}

.cont-tb {
  display: none;
}

@media screen and (max-width: 768px) {
  .cont-tb {
    display: block;
  }
}

.share_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

.share_btn li {
  padding: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

#trailer h2 {
  width: 200px;
  margin: 0 auto;
  opacity: 0.4;
}

@media screen and (max-width: 768px) {
  #trailer h2 {
    width: 160px;
  }
}

#trailer .youtube_outer {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #trailer .youtube_outer {
    width: 94%;
    max-width: 500px;
  }
}

#trailer .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#trailer .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#trailer #youtube2,
#trailer #youtube3,
#trailer #youtube4 {
  display: none;
}

#trailer ul.tabs {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  #trailer ul.tabs {
    max-width: 500px;
    padding-bottom: 30px;
    width: 94%;
  }
}

#trailer ul.tabs li {
  width: calc(33.33% - 5px);
  background-color: #b7d332;
  text-align: center;
  padding: 8px 0 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #trailer ul.tabs li {
    font-size: 1rem;
  }
}

#trailer ul.tabs li::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f04b";
  padding-right: 4px;
}

#trailer ul.tabs li.tab1 {
  width: 100%;
}

#trailer ul.tabs li.active::before {
  content: "";
}

#trailer ul.tabs li.ready {
  background-color: #9dab59;
  margin-top: 10px;
}

#trailer ul.tabs li.ready::before {
  content: "\f04b";
}

#trailer ul.tabs li:hover {
  background-color: #b7d332;
  cursor: pointer;
}

#trailer ul.imgs {
  background-image: url(https://kounachir-movie.com/wp/wp-content/themes/kunashiri/img/bg_pink.jpg);
  background-size: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #trailer ul.imgs {
    padding: 2% 0;
  }
}

#trailer ul.imgs li {
  width: 23%;
  margin: 2% 0;
}

@media screen and (max-width: 768px) {
  #trailer ul.imgs li {
    width: 45%;
  }
}

.gnav {
  top: 0;
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 101;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .gnav {
    position: fixed;
    top: calc(100% - 95px);
    left: 0;
    width: 100%;
  }
}

.gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #c61a22;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
}

.gnav ul li {
  height: 50px;
}

@media screen and (max-width: 768px) {
  .gnav ul li {
    width: calc(100% / 7);
  }
}

.gnav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .gnav ul li a {
    padding: 0;
  }
}

.gnav ul li a:hover {
  color: #ccc;
}

.gnav ul li a .menu_item-pc {
  font-size: 2rem;
  padding: 0 0.5em;
  font-weight: bold;
  font-family:
    "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  .gnav ul li a .menu_item-pc {
    display: none;
  }
}

.gnav ul li a .menu_item-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .gnav ul li a .menu_item-sp {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gnav ul li a .menu_item-sp p {
    height: 21px;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }
  .gnav ul li a .menu_item-sp p span {
    display: inline-block;
    white-space: nowrap;
  }
  .gnav ul li a .menu_item-sp i {
    padding-top: 4px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    font-style: normal;
    font-size: 19px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
  }
  .gnav ul li a .menu_item-sp i.icon_top::after {
    content: "\f015";
  }
  .gnav ul li a .menu_item-sp i.icon_trailer::after {
    content: "\f144";
  }
  .gnav ul li a .menu_item-sp i.icon_intro::after {
    content: "\f518";
  }
  .gnav ul li a .menu_item-sp i.icon_profile::after {
    content: "\f2bb";
  }
  .gnav ul li a .menu_item-sp i.icon_theater::after {
    content: "\f008";
  }
  .gnav ul li a .menu_item-sp i.icon_comment::after {
    content: "\f086";
  }
  .gnav ul li a .menu_item-sp i.icon_map::after {
    content: "\f3c5";
  }
}

.gnav ul li a.active {
  color: #ccc;
}

.gnav ul li a.construction {
  color: #888585;
  pointer-events: none;
}

.body_news .gnav {
  position: fixed;
}

.updown_nav {
  z-index: 102;
  position: fixed;
  right: 40px;
  top: calc(100% - 160px);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .updown_nav {
    right: 10px;
    top: calc(100% - 160px);
  }
}

.updown_nav ul li {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c61a22;
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 20px;
}

.updown_nav ul li:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .updown_nav ul li {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.updown_nav ul li a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fixed_bg {
  background-image: url(img/bg2.jpg);
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-size: cover;
  opacity: 0.5;
}

.loading {
  background-color: #ededed;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loading .hollow-dots-spinner,
.loading .hollow-dots-spinner * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.6;
}

.loading .hollow-dots-spinner {
  height: 15px;
  width: calc(30px * 3);
}

.loading .hollow-dots-spinner .dot {
  width: 15px;
  height: 15px;
  margin: 0 calc(15px / 2);
  border: calc(15px / 5) solid #3a3a19;
  border-radius: 50%;
  float: left;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: hollow-dots-spinner-animation 1000ms ease infinite 0ms;
  animation: hollow-dots-spinner-animation 1000ms ease infinite 0ms;
}

.loading .hollow-dots-spinner .dot:nth-child(1) {
  -webkit-animation-delay: calc(300ms * 1);
  animation-delay: calc(300ms * 1);
}

.loading .hollow-dots-spinner .dot:nth-child(2) {
  -webkit-animation-delay: calc(300ms * 2);
  animation-delay: calc(300ms * 2);
}

.loading .hollow-dots-spinner .dot:nth-child(3) {
  -webkit-animation-delay: calc(300ms * 3);
  animation-delay: calc(300ms * 3);
}

@-webkit-keyframes hollow-dots-spinner-animation {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hollow-dots-spinner-animation {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

body {
  font-size: 1.6rem;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family:
    "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Arial", "Noto Sans JP", "Meiryo", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

section {
  width: 100%;
}

section .section_inner {
  width: 100%;
}

section .section_main {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

#top .main_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 420px) {
  #top .main_box {
    font-size: 1.4rem;
  }
}

#top .main_box .left {
  width: 50%;
  position: relative;
  overflow: hidden;
}

#top .main_box .left img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

@media screen and (max-width: 768px) {
  #top .main_box .left {
    width: 100%;
  }
}

#top .main_box .left.active img {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

#top .main_box .right {
  width: 50%;
  background-image: url(img/bg1.jpg);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #top .main_box .right {
    height: 28vw;
    width: 100%;
  }
}

#top .main_box .texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top .main_box .texts * {
  position: absolute;
}

#top .main_box .texts .copy1 {
  top: 13%;
  left: 23%;
  width: 4%;
  opacity: 0;
  -webkit-transition: 4s;
  transition: 4s;
}

@media screen and (max-width: 768px) {
  #top .main_box .texts .copy1 {
    width: 8.4%;
    left: 45.8%;
    top: 42.3%;
  }
}

#top .main_box .texts .copy1.active {
  opacity: 1;
}

#top .main_box .texts .copy2 {
  top: 14%;
  left: 59%;
  width: 32%;
}

@media screen and (max-width: 768px) {
  #top .main_box .texts .copy2 {
    width: 80%;
    left: 10%;
    top: 8.5%;
  }
}

#top .main_box .texts .award {
  width: 20.27%;
  top: 28%;
  left: 65%;
}

@media screen and (max-width: 768px) {
  #top .main_box .texts .award {
    width: 53.8%;
    left: 23.1%;
    top: 16%;
  }
}

#top .main_box .texts .top_director {
  width: 12.8%;
  top: 37%;
  left: 68.4%;
}

@media screen and (max-width: 768px) {
  #top .main_box .texts .top_director {
    width: 41.3%;
    left: 29.35%;
    top: 23.6%;
  }
}

#top .main_box .texts .title {
  width: 34.4%;
  left: 57.6%;
  top: 40%;
}

@media screen and (max-width: 768px) {
  #top .main_box .texts .title {
    width: 83.5%;
    left: 8.25%;
    top: 26%;
  }
}

#top .main_box .texts .release {
  width: 38.3%;
  left: 55.7%;
  top: 73%;
}

@media screen and (max-width: 768px) {
  #top .main_box .texts .release {
    width: 88%;
    left: 6%;
    top: 86.4%;
  }
}

#top .main_box .texts .billing_jp {
  width: 39%;
  top: 84.6%;
  left: 55.4%;
}

@media screen and (max-width: 768px) {
  #top .main_box .texts .billing_jp {
    width: 87.4%;
    left: 6.3%;
    top: 90.3%;
  }
}

#top .main_box .texts .billing_en {
  width: 40.4%;
  left: 54.5%;
  top: 91%;
}

@media screen and (max-width: 768px) {
  #top .main_box .texts .billing_en {
    width: 90%;
    left: 5%;
    top: 94%;
  }
}

#trailer {
  padding: 80px 0 40px;
}

.imgs4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.imgs4 li {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .imgs4 li {
    width: 50%;
  }
}

.imgs2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.imgs2 li {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .imgs2 li {
    width: 100%;
  }
}

#introduction {
  background-image: url(img/bg_intro.jpg);
  background-size: cover;
  background-position: bottom left;
  padding: 120px 0 200px;
}

@media screen and (max-width: 768px) {
  #introduction {
    padding: 80px 0 300px;
  }
}

#introduction .section_inner {
  max-width: 1200px;
  margin: 0 auto;
}

#introduction h2 {
  width: 305px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 768px) {
  #introduction h2 {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin: 0 auto 40px;
  }
}

#introduction h3 {
  color: #c61a22;
  font-family:
    "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
  font-style: bold;
  text-align: center;
  font-size: 2em;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  #introduction h3 {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    line-height: 1.6;
  }
  #introduction h3 span {
    display: inline-block;
  }
}

#introduction h4 {
  color: #c61a22;
  font-family:
    "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.4;
  margin-bottom: 2em;
}

#introduction h4 p {
  padding-bottom: 0.5em;
  text-align: center;
}

#introduction .section_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #introduction .section_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#introduction .section_left {
  width: 50%;
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  #introduction .section_left {
    width: 100%;
    padding-right: 0;
    max-width: 500px;
    margin: 0 auto 20px -20px;
  }
}

#introduction .section_right {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #introduction .section_right {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

#introduction .section_right .intro_head {
  color: #c61a22;
  font-family:
    "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
  font-style: bold;
  font-size: 1.2em;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

#introduction .section_right .intro_head span {
  display: inline-block;
}

#map {
  background-image: url(img/bg_map.jpg);
  background-size: cover;
  background-position: bottom center;
  padding: 120px 0 200px;
}

@media screen and (max-width: 768px) {
  #map {
    padding-top: 80px;
  }
}

#map .section_inner {
  max-width: 1200px;
  margin: 0 auto;
}

#map h2 {
  width: 104px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 768px) {
  #map h2 {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin: 0 auto 40px;
  }
}

#map .map_outer {
  background-color: #fff;
  padding: 30px 30px 30px;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

@media screen and (max-width: 768px) {
  #map .map_outer {
    padding: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    max-width: 600px;
    margin: 0 auto;
  }
}

#map .map_outer .map_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #map .map_outer .map_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#map .map_outer .map_inner div {
  width: calc(50% - 15px);
}

@media screen and (max-width: 768px) {
  #map .map_outer .map_inner div {
    width: 100%;
  }
  #map .map_outer .map_inner div:first-of-type {
    padding-bottom: 10px;
  }
}

#map .map_outer .gaimusho {
  margin: 0 0 0 auto;
  width: 40%;
}

@media screen and (max-width: 768px) {
  #map .map_outer .gaimusho {
    width: 80%;
  }
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

#profile {
  background-color: #fff;
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  #profile {
    padding: 80px 0;
  }
}

#profile .section_inner {
  max-width: 1200px;
  margin: 0 auto;
}

#profile h2 {
  width: 403px;
  margin: 0 auto 80px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #profile h2 {
    max-width: 322.4px;
    width: 80%;
    margin: 0 auto 40px;
  }
}

#profile .section_main {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #profile .section_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#profile .section_main .section_left {
  width: calc(50% - 40px);
}

@media screen and (max-width: 768px) {
  #profile .section_main .section_left {
    width: 80%;
    padding-bottom: 40px;
    max-width: 450px;
  }
}

#profile .section_main .section_right {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #profile .section_main .section_right {
    width: 100%;
    max-width: 500px;
  }
}

#profile .section_main .section_right .d_name {
  color: #00434b;
  font-size: 1.2em;
  padding-bottom: 1em;
}

#profile .section_main .section_right .d_name .post {
  font-size: 0.8em;
}

#profile .section_main .section_right .d_name .enn {
  font-family:
    "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  #profile .section_main .section_right .d_name .enn {
    display: block;
    margin: 0 0 0 auto;
    text-align: right;
  }
}

#profile .section_main .section_right .text_body {
  padding-bottom: 0.5em;
}

#profile .section_main .note .note_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#profile .section_main .note .note_head img {
  width: 74px;
  padding: 20px 0;
}

#profile .section_main .note .note_head .line {
  width: calc(100% - 84px);
  background-color: #00434b;
  height: 2px;
}

#profile .section_main .note .text_body_s {
  font-size: 0.8em;
  padding-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  #profile .section_main .note .text_body_s {
    font-size: 1em;
  }
}

#theater {
  padding: 60px 0 120px;
}

#theater h2 {
  margin: 0 auto;
  width: 200px;
}

#theater .theater_list {
  padding: 0 20px;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #theater .theater_list {
    font-size: 1rem;
    width: 94%;
    margin: 0 auto;
    max-width: 500px;
  }
}

#theater .theater_list th {
  vertical-align: middle;
  background: #00434b;
  color: #fff;
  padding: 6px 0;
}

#theater .theater_list td {
  vertical-align: middle;
  border-bottom: solid #00434b 1px;
  padding: 6px 0;
}

@media screen and (max-width: 768px) {
  #theater .theater_list td {
    line-height: 1.6;
    padding: 4px 0;
    line-height: 1.4;
  }
}

#theater .theater_list .theater_area {
  width: 12%;
  text-align: center;
}

#theater .theater_list .theater_link {
  width: 41%;
  text-align: center;
}

#theater .theater_list .theater_link a {
  font-weight: bold;
  color: #00434b;
}

#theater .theater_list .theater_link a:hover {
  opacity: 0.5;
}

#theater .theater_list .theater_tel {
  width: 23%;
  text-align: center;
}

#theater .theater_list .theater_ticket {
  width: 8%;
  text-align: center;
}

#theater .theater_list .theater_date {
  width: 16%;
  text-align: center;
}

#info {
  padding: 40px 0 0;
}

#info p {
  font-weight: bold;
  padding-bottom: 4px;
}

#info .section_main .bnr_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

#info .section_main .bnr_box li {
  margin: 0 5px 10px;
  width: 210px;
  border: solid 1px #7aaa75;
}

@media screen and (max-width: 768px) {
  #info .section_main .bnr_box li {
    width: 45%;
    max-width: 160px;
  }
}

#info .section_main .bnr_box li:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

#info .section_main .twitter_tl {
  width: 650px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  #info .section_main .twitter_tl {
    width: 100%;
    max-width: 500px;
    padding-right: 0;
    padding-bottom: 40px;
  }
}

#info .section_main .twitter_tl .twitter_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

#info .section_main .twitter_tl .twitter_header a {
  font-weight: bold;
  color: #00434b;
}

#info .section_main .twitter_tl .twitter_header a:hover {
  opacity: 0.5;
}

#info .section_main .twitter_tl .twitter_header .twitter_link {
  font-size: 1.3rem;
}

#info .section_main .twitter_tl .twitter_header .twitter_icon {
  font-size: 24px;
}

#info .section_main .twitter_tl .twitter_tl_box {
  background-color: #f3f3f3;
}

#info .section_main .sns_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  padding-bottom: 40px;
}

#info .section_main .sns_btn li {
  width: 170px;
}

#info .section_main .sns_btn a {
  color: #00434b;
}

#info .section_main .sns_btn a:hover {
  opacity: 0.5;
}

.copyright {
  font-size: 1.2rem;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .copyright {
    padding-bottom: 200px;
  }
}

#comment {
  background-color: #fff;
  padding: 120px 0;
  background-image: url(img/bg_comment.jpg);
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
}

@media screen and (max-width: 768px) {
  #comment {
    padding: 80px 0;
    background-attachment: inherit;
  }
}

#comment .section_inner {
  max-width: 1200px;
  margin: 0 auto;
}

#comment h2 {
  width: 227px;
  margin: 0 auto 80px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #comment h2 {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin: 0 auto 40px;
  }
}

#comment .caution {
  text-align: center;
  font-size: 0.8em;
  padding-bottom: 40px;
}

#comment .section_main {
  padding: 0 20px;
}

#comment .grid_items {
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #comment .grid_items {
    max-width: 500px;
  }
}

#comment .grid_items .grid-sizer {
  width: calc(33.33% - 40px);
}

@media screen and (max-width: 1024px) {
  #comment .grid_items .grid-sizer {
    width: calc(50% - 20px);
  }
}

#comment .grid_items .grid_item {
  background-color: #fff;
  width: calc(33.33% - 40px);
  margin-bottom: 40px;
  padding: 40px;
  line-height: 2;
}

#comment .grid_items .grid_item p {
  font-size: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 1024px) {
  #comment .grid_items .grid_item {
    width: calc(50% - 20px);
    margin: 0 auto 10px;
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  #comment .grid_items .grid_item {
    width: 100%;
    margin: 0 auto 10px;
    padding: 20px;
  }
}

#comment .grid_items .grid_item .comment_body {
  padding-bottom: 10px;
}

#comment .grid_items .grid_item .comment_body p {
  text-align: left;
  text-justify: inherit;
  line-height: 2;
  padding-bottom: 0.5em;
}

#comment .grid_items .grid_item .comment_body p:last-of-type {
  padding-bottom: 0;
}

#comment .grid_items .grid_item .comment_body p span {
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: bold;
}

#comment .grid_items .grid_item .comment_name {
  padding-top: 0.5em;
  font-size: 1.6em;
  text-align: right;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.25em;
  font-family:
    "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
  white-space: nowrap;
}

#comment .grid_items .grid_item .comment_role {
  font-size: 1em;
  text-align: right;
  line-height: 1.2;
  font-family:
    "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
}
/*# sourceMappingURL=style.css.map */
