@charset "UTF-8";
/*----------------------------------------
	RESET
-----------------------------------------*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tukusi {
  font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
}

.hlv {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.noto {
  font-family: 'Noto Sans JP', sans-serif;
}

.minimunWidth {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 1200px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .fullWidth {
    width: 90% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .outerWidth {
    width: 95% !important;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important;
  }
}

@media screen and (max-width: 768px) {
  .minimumWidth {
    width: 90%;
  }
  .inrWidth {
    width: 90%;
  }
  .outerWidth {
    width: 90% !important;
  }
  .fullWidth {
    width: 90% !important;
  }
}

main,
header,
footer,
section {
  display: block;
}

label {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

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

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  color: #333333;
  background: #fff;
  position: relative;
  width: 100%;
  word-break: break-all;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 0.075em;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color: transparent;
}

input[type="text"],
input[type="password"],
textarea,
select {
  outline: none;
}

.fw {
  font-weight: bold;
}

.udl {
  font-size: 18px;
  background: linear-gradient(transparent 75%, #000 0%);
}

.abr {
  display: inline-block;
}

.df {
  display: flex;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 77%;
  text-align: right;
}

#pageTop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#pageTop a:hover {
  text-decoration: none;
}

.imgFull img {
  width: 100%;
}

a.over:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.bgBeige {
  background: #e2e9e9;
  position: relative;
}

.bgBeige:before {
  position: absolute;
  background: #e2e9e9;
  content: "";
  height: 100%;
  width: 8%;
  top: 0;
  left: -8%;
}

.bgBeige:after {
  position: absolute;
  background: #e2e9e9;
  content: "";
  height: 100%;
  width: 8%;
  top: 0;
  right: -8%;
}

@media screen and (min-width: 901px) {
  .tab {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  .tab {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  body {
    font-size: 1.5rem;
  }
  .spbr {
    display: none;
  }
  .sp {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .pc {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a {
    text-decoration: none;
  }
  a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  a:hover img {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
  .pcbr {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}

/*----------------------------------------
HEADER
-----------------------------------------*/
/*----------------------------------------
HEADER
-----------------------------------------*/
header {
  position: fixed;
  width: 100%;
  height: 80px;
  background: #FFF;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10010;
  box-shadow: 1px 1px 2px lightgray;
}

@media screen and (min-width: 769px) {
  header nav {
    display: none;
  }
  .header {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .logo_area {
    width: 250px;
  }
  .header .link_area {
    margin-left: 20px;
  }
  .header .link_area ul {
    display: flex;
    flex-wrap: wrap;
  }
  .header .link_area li {
    margin-right: 10px;
  }
  .header .link_area li a {
    font-size: 1.5rem;
    padding-bottom: 5px;
  }
  .header .link_area li a:hover {
    border-bottom: 1px solid #3535FA;
    transition: none;
  }
  .header .link_area li::after {
    content: '|';
    margin-left: 10px;
  }
  .header .link_area li:last-of-type {
    margin-right: 0;
  }
  .header .link_area li:last-of-type::after {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  header {
    height: 50px !important;
  }
  .header {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .logo_area {
    width: 160px;
  }
  /*----navi-------*/
  #navToggle {
    width: 30px;
    height: 20px;
    cursor: pointer;
  }
  #navToggle div {
    position: relative;
  }
  header .bg {
    display: none;
  }
  #navToggle span {
    display: block;
    position: absolute;
    /*#navToggle div に対して*/
    width: 100%;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #navToggle span:nth-child(1) {
    top: 0;
  }
  #navToggle span:nth-child(2) {
    width: 80%;
    top: 8.5px;
  }
  #navToggle span:nth-child(3) {
    width: 60%;
    top: 17px;
  }
  .openNav #navToggle span:nth-child(1) {
    width: 100%;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .openNav #navToggle span:nth-child(2), .openNav #navToggle span:nth-child(3) {
    top: 10px;
    width: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .openNav .bg {
    display: block;
    position: absolute;
    top: 49px;
    left: calc((100% - 100vw)/2);
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.5);
  }
  header nav {
    position: absolute;
    /*bodyに対しての絶対位置*/
    right: 0;
    top: 50px;
    /*background:red;*/
    width: 100%;
    padding: 0;
    text-align: left;
    display: none;
    background: #3535FA;
  }
  header nav li {
    border-bottom: 1px solid #fff;
    padding: 20px;
  }
  header nav ul a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    display: block;
    position: relative;
    font-size: 1.9rem;
  }
  header nav ul a::after {
    content: "";
    display: block;
    background: url(../img/common/arw_wh_rgt.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .openNav nav {
    z-index: 1;
  }
}

/*----------------------------------------
FOOTER
-----------------------------------------*/
@media screen and (min-width: 769px) {
  footer {
    background: #3535FA;
    width: 100%;
    padding: 45px 0 !important;
    color: #FFF;
    font-feature-settings: "palt";
  }
  footer ul {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  footer li {
    margin-right: 10px;
  }
  footer li a {
    color: #ffffff;
  }
  footer li::after {
    content: '|';
    margin-left: 10px;
  }
  footer li:last-of-type {
    margin-right: 0;
  }
  footer li:last-of-type::after {
    content: none;
  }
  footer p {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  footer {
    background: #3535FA;
    width: 100%;
    padding: 20px 0 !important;
    color: #FFF;
    font-feature-settings: "palt";
  }
  footer ul {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer ul:first-of-type li:nth-of-type(2):after {
    content: none;
  }
  footer ul:last-of-type {
    margin-bottom: 20px;
  }
  footer li {
    margin-right: 10px;
  }
  footer li a {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 2.2;
  }
  footer li::after {
    content: '|';
    margin-left: 10px;
  }
  footer li:last-of-type {
    margin-right: 0;
  }
  footer li:last-of-type::after {
    content: none;
  }
  footer p {
    text-align: center;
    letter-spacing: 0;
  }
}

/*----------------------------------------
MAIN
-----------------------------------------*/
main {
  width: 100%;
  overflow: hidden;
  font-feature-settings: "palt";
}

@media screen and (min-width: 769px) {
  main {
    padding-top: 80px;
    position: relative;
    padding-bottom: 180px;
  }
  #toTop {
    position: fixed;
    right: 0;
    bottom: 50px;
    display: none;
    z-index: 100;
  }
  .em-pagination {
    text-align: center;
    font-size: 2rem;
  }
  .em-pagination .screen-reader-text {
    display: none;
  }
  .page-numbers {
    color: #9C9C9C;
    margin-right: 10px;
  }
  .page-numbers.current {
    color: #333333;
  }
  .page-numbers:hover {
    color: #333333;
  }
  .page-numbers.next, .page-numbers.prev {
    color: #333333;
  }
  .page-numbers.next {
    margin-right: 0;
  }
  #contact .mv, #faq .mv, #results .mv, #ondemand .mv, #about .mv, #movie .mv, #search .mv, #company .mv {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
  }
  #contact .mv h2, #faq .mv h2, #results .mv h2, #ondemand .mv h2, #about .mv h2, #movie .mv h2, #search .mv h2, #company .mv h2 {
    color: #fff;
    font-size: 5.5rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translate(0, -50%);
    line-height: 1;
  }
  #contact .mv h2 span, #faq .mv h2 span, #results .mv h2 span, #ondemand .mv h2 span, #about .mv h2 span, #movie .mv h2 span, #search .mv h2 span, #company .mv h2 span {
    display: block;
    font-size: 3rem;
    font-weight: normal;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  #contact .mv h2 span, #faq .mv h2 span, #results .mv h2 span, #ondemand .mv h2 span, #about .mv h2 span, #movie .mv h2 span, #search .mv h2 span, #company .mv h2 span {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  #contact .mv h2 span, #faq .mv h2 span, #results .mv h2 span, #ondemand .mv h2 span, #about .mv h2 span, #movie .mv h2 span, #search .mv h2 span, #company .mv h2 span {
    font-size: 2rem;
  }
}

@media screen and (min-width: 769px) and (min-width: 1200px) and (max-width: 1400px) {
  #contact .mv h2, #faq .mv h2, #results .mv h2, #ondemand .mv h2, #about .mv h2, #movie .mv h2, #search .mv h2, #company .mv h2 {
    left: 4%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  #contact .mv h2, #faq .mv h2, #results .mv h2, #ondemand .mv h2, #about .mv h2, #movie .mv h2, #search .mv h2, #company .mv h2 {
    left: 2%;
    font-size: 4.2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  #contact .mv h2, #faq .mv h2, #results .mv h2, #ondemand .mv h2, #about .mv h2, #movie .mv h2, #search .mv h2, #company .mv h2 {
    font-size: 3.7rem;
  }
}

@media screen and (min-width: 769px) {
  #contact .tohome, #faq .tohome, #results .tohome, #ondemand .tohome, #about .tohome, #movie .tohome, #search .tohome, #company .tohome {
    text-align: center;
  }
  #contact .tohome a, #faq .tohome a, #results .tohome a, #ondemand .tohome a, #about .tohome a, #movie .tohome a, #search .tohome a, #company .tohome a {
    font-size: 2rem;
    background: #3535FA;
    color: #fff;
    padding: 10px 0;
    width: 300px;
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  /* iOSでのデフォルトスタイルをリセット */
  input[type="submit"],
  input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
  }
  button,
  input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
  }
  main {
    padding-top: 50px;
    padding-bottom: 120px;
    position: relative;
    font-feature-settings: "palt";
  }
  #toTop {
    width: 70px;
    position: fixed;
    right: 0;
    bottom: 30px;
    display: none;
    z-index: 100;
  }
  .em-pagination {
    text-align: center;
    font-size: 2rem;
  }
  .em-pagination .screen-reader-text {
    display: none;
  }
  .page-numbers {
    color: #9C9C9C;
    margin-right: 15px;
    word-break: break-word;
  }
  .page-numbers.current {
    color: #333333;
  }
  .page-numbers:hover {
    color: #333333;
  }
  .page-numbers.next, .page-numbers.prev {
    color: #333333;
  }
  .page-numbers.next {
    margin-right: 0;
  }
  #contact .mv .ttl_box, #faq .mv .ttl_box, #results .mv .ttl_box, #ondemand .mv .ttl_box, #about .mv .ttl_box, #movie .mv .ttl_box, #search .mv .ttl_box, #company .mv .ttl_box {
    position: relative;
    width: 100%;
    height: 100px;
    background: #3535FA;
  }
  #contact .mv h2, #faq .mv h2, #results .mv h2, #ondemand .mv h2, #about .mv h2, #movie .mv h2, #search .mv h2, #company .mv h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
  }
  #contact .mv h2 span, #faq .mv h2 span, #results .mv h2 span, #ondemand .mv h2 span, #about .mv h2 span, #movie .mv h2 span, #search .mv h2 span, #company .mv h2 span {
    font-size: 1.4rem;
    font-weight: normal;
    display: block;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) and (max-width: 340px) {
  #contact .mv h2 span, #faq .mv h2 span, #results .mv h2 span, #ondemand .mv h2 span, #about .mv h2 span, #movie .mv h2 span, #search .mv h2 span, #company .mv h2 span {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  #contact .tohome, #faq .tohome, #results .tohome, #ondemand .tohome, #about .tohome, #movie .tohome, #search .tohome, #company .tohome {
    text-align: center;
  }
  #contact .tohome a, #faq .tohome a, #results .tohome a, #ondemand .tohome a, #about .tohome a, #movie .tohome a, #search .tohome a, #company .tohome a {
    font-size: 1.7rem;
    background: #3535FA;
    color: #fff;
    padding: 10px 0;
    width: 80%;
    display: inline-block;
  }
}
