@charset "UTF-8";
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
  font-size: 62.5%; }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  color: #231815;
  font-style: normal;
  font: 13px/160% verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",  Osaka, sans-serif;
  font-size: 1.3rem; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

li {
  list-style-type: none; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"]
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

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

body{
margin:0;
padding:0}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,figure,input,textarea,p,blockquote,table,th,td,address{
margin:0;
padding:0;
color:$main_color;
font-style:normal;
font:13px/160% verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",  Osaka, sans-serif;
font-size: 1.3rem
}

select,
input,
button,
textarea{
font-size:99%;
}

table{
border-collapse:collapse;
border-spacing:0;
font-size:inherit;
font:100%}

textarea,input{margin:0;padding:0}

caption,th{text-align:left}
td,th{vertical-align: top}

fieldset,img,abbr{border:none}
li{list-style-type:none}
hr{display:none}

strong{font-weight:bold}


*/
main div,
main p,
main ul,
main dl,
main ol,
main h2,
main h3,
main h4,
main table {
  margin: 0 0 20px; }

a, a:link {
  color: #4059b3; }

a:visited {
  color: #4059b3; }

a:hover {
  color: #4059b3; }

.pc {
  display: block; }

.smp {
  display: none; }

body.opening {
  height: 100vh;
  overflow: hidden; }

#opening {
  position: fixed;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100vh;
  height: 100vh;
  width: 100%;
  z-index: 2000; }
  #opening ul li {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none; }
  #opening .skip {
    position: absolute;
    right: 20px;
    bottom: 20px; }

nav {
  position: fixed;
  left: 10px;
  top: 0;
  z-index: 1000; }
  nav .inner {
    background: #000;
    padding-bottom: 1px;
    width: 150px;
    padding-top: 36px;
    border-radius: 0 0 15px 15px; }
  nav h1 {
    text-align: center;
    margin-bottom: 35px; }
    nav h1 img {
      display: block;
      margin: 0 auto; }
  nav ul {
    border-bottom: #fff 1px dotted;
    margin-bottom: 15px;
    padding-bottom: 15px; }
    nav ul:last-child {
      padding-bottom: 10px; }
    nav ul li a img {
      display: block; }

main {
  max-width: 860px;
  margin: 0 auto;
  padding-top: 30px; }
  main section {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 28px;
    margin-bottom: 30px; }
    main section#movie .inner {
      padding-bottom: 1px; }
    main section h2 {
      margin-bottom: 20px; }
      main section h2 img {
        display: block; }
    main section .inner {
      padding: 0 5.10856% 40px; }
      main section .inner ul.newsList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0; }
        main section .inner ul.newsList li {
          width: 47.25415%;
          margin-right: 5.4917%;
          border-top: #B5B6B6 1px dotted;
          padding: 15px 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          main section .inner ul.newsList li:nth-child(even) {
            margin-right: 0; }
          main section .inner ul.newsList li .fig {
            margin-bottom: 0;
            width: 24.32432%; }
            main section .inner ul.newsList li .fig img {
              display: block;
              max-width: 100%;
              height: auto;
              width: 100%\9; }
          main section .inner ul.newsList li dl {
            margin-bottom: 0;
            margin-left: 7.2973%;
            width: 68.37838%;
            border: none; }
      main section .inner ul.magazineList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0; }
        main section .inner ul.magazineList li {
          width: 20.68966%;
          margin-right: 5.74713%;
          margin-bottom: 47px; }
          main section .inner ul.magazineList li:nth-child(4n) {
            margin-right: 0; }
          main section .inner ul.magazineList li .fig {
            margin-bottom: 0; }
            main section .inner ul.magazineList li .fig img {
              max-width: 100%;
              height: auto;
              width: 100%\9; }
      main section .inner ul.movie {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0; }
        main section .inner ul.movie li {
          width: 47.25415%;
          margin-right: 5.4917%;
          margin-bottom: 30px; }
          main section .inner ul.movie li:nth-child(even) {
            margin-right: 0; }
          main section .inner ul.movie li a {
            display: block;
            text-decoration: none; }
          main section .inner ul.movie li .fig {
            margin-bottom: 10px; }
            main section .inner ul.movie li .fig img {
              display: block;
              max-width: 100%;
              height: auto;
              width: 100%\9; }
          main section .inner ul.movie li dl {
            background: url("../img/sample.svg") no-repeat 100% 0;
            background-size: 63px 13px; }
      main section .inner .btn a {
        display: block;
        background: #EA609E;
        max-width: 370px;
        padding: 10px 25px;
        border-radius: 15px;
        margin: 0 auto;
        -webkit-transition-duration: 400ms;
        transition-duration: 400ms; }
        main section .inner .btn a.on {
          background: #000; }
        main section .inner .btn a img {
          display: block;
          max-width: 100%;
          height: auto;
          width: 100%\9; }
      main section .inner.company {
        padding-bottom: 15px;
        margin-bottom: 0; }
        main section .inner.company dl {
          border-bottom: #B5B6B6 1px dotted;
          margin-bottom: 0; }
          main section .inner.company dl dd {
            margin-bottom: 25px; }
      main section .inner.partner {
        margin-bottom: 0;
        padding-bottom: 10px; }
        main section .inner.partner p {
          border-bottom: #B5B6B6 1px dotted;
          padding-bottom: 25px; }
          main section .inner.partner p a {
            color: #231815;
            text-decoration: none;
            display: block; }
            main section .inner.partner p a:hover {
              text-decoration: underline; }

#last {
  background: none;
  margin-bottom: 0;
  height: 100vh;
  position: relative;
  z-index: 1; }
  #last p {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

@media screen and (max-width: 1200px) {
  #contents {
    padding: 0 10px; }
    #contents nav {
      left: 10px; }
    #contents main {
      max-width: none;
      margin-left: 180px; } }

@media screen and (max-width: 767px) {
  .pc {
    display: none; }
  .smp {
    display: block; }
  #opening {
    background: #fff url(../img/bg_movie_sp.png) 100% 0;
    background-size: cover; }
    #opening ul li {
      position: absolute;
      left: 50%;
      top: 40%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: none; }
      #opening ul li:nth-child(1) img {
        width: 200px; }
      #opening ul li:nth-child(2) img {
        width: 180px; }
      #opening ul li:nth-child(3) img {
        width: 245px; }
      #opening ul li:nth-child(4) img {
        width: 234px; }
    #opening .skip {
      position: absolute;
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 150px; }
      #opening .skip img {
        width: 105px; }
  #contents {
    display: block;
    padding: 40px 0 0; }
    #contents nav {
      width: 100%;
      left: auto;
      padding: 0; }
      #contents nav .inner {
        width: 100%;
        padding: 5px 10px;
        border-radius: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative; }
        #contents nav .inner h1 {
          margin: 0; }
          #contents nav .inner h1 img {
            width: 91px;
            margin: 0; }
        #contents nav .inner ul {
          display: none; }
        #contents nav .inner button {
          margin-top: -1px;
          width: 53px;
          height: 16px;
          background: url(../img/menu.png) 0 50%;
          background-size: contain; }
      #contents nav.open .inner button {
        background: url(../img/menu02.png) 0 50%;
        background-size: contain; }
      #contents nav.open + #smpNav {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
    #contents #smpNav {
      position: fixed;
      width: 100%;
      top: 38px;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition-duration: 400ms;
      transition-duration: 400ms;
      z-index: 998; }
      #contents #smpNav ul li {
        margin-bottom: 1px; }
        #contents #smpNav ul li a {
          background: #000;
          display: block;
          padding: 0 10px; }
          #contents #smpNav ul li a img {
            display: block;
            width: 104px; }
    #contents main {
      max-width: auto;
      margin: 0;
      padding: 20px; }
      #contents main section h2 {
        margin-bottom: 10px;
        border-radius: 12px; }
        #contents main section h2 img {
          width: 116px; }
      #contents main section .inner {
        padding: 0 20px 1px; }
        #contents main section .inner ul.newsList {
          display: block;
          margin-bottom: 20px; }
          #contents main section .inner ul.newsList li {
            width: auto;
            margin-right: 0;
            border-top: #B5B6B6 1px dotted;
            padding: 15px 0; }
            #contents main section .inner ul.newsList li .fig {
              width: 19.04762%; }
              #contents main section .inner ul.newsList li .fig img {
                width: 100%; }
            #contents main section .inner ul.newsList li dl {
              width: 77.77778%; }
            #contents main section .inner ul.newsList li:nth-child(even) {
              margin-right: 0; }
            #contents main section .inner ul.newsList li:last-child {
              border-bottom: #B5B6B6 1px dotted; }
        #contents main section .inner ul.magazineList {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0 3.96825%; }
          #contents main section .inner ul.magazineList li {
            width: 27.93103%;
            margin-right: 7.75862%;
            margin-bottom: 17px; }
            #contents main section .inner ul.magazineList li:nth-child(3n) {
              margin-right: 0; }
            #contents main section .inner ul.magazineList li .fig {
              margin-bottom: 0; }
              #contents main section .inner ul.magazineList li .fig img {
                max-width: 100%;
                height: auto;
                width: 100%\9; }
            #contents main section .inner ul.magazineList li dl {
              margin-bottom: 0; }
        #contents main section .inner ul.movie {
          display: block; }
          #contents main section .inner ul.movie li {
            width: auto;
            margin-right: 0;
            margin-bottom: 30px; }
            #contents main section .inner ul.movie li:nth-child(even) {
              margin-right: 0; }
            #contents main section .inner ul.movie li a {
              display: block;
              text-decoration: none; }
            #contents main section .inner ul.movie li .fig {
              margin-bottom: 10px; }
              #contents main section .inner ul.movie li .fig img {
                display: block;
                max-width: 100%;
                height: auto;
                width: 100%\9;
                width: 100%; }
            #contents main section .inner ul.movie li dl {
              background: url("../img/sample.svg") no-repeat 100% 0;
              background-size: 63px 13px; }
        #contents main section .inner.company {
          padding-bottom: 15px; }
          #contents main section .inner.company dl dd {
            margin-bottom: 15px; }
        #contents main section .inner.partner {
          margin-bottom: 0;
          padding-bottom: 10px; }
          #contents main section .inner.partner p {
            border-bottom: #B5B6B6 1px dotted;
            padding-bottom: 15px; }
            #contents main section .inner.partner p a {
              font-size: 13px; }
  #last p img {
    width: 227px; } }
