@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * 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+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -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; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # 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; }

/* # =================================================================
   # 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 {
  max-width: 100%;
  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
   # ================================================================= */
/* 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; }

a {
  text-decoration: none; }

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

ul,
ol {
  list-style-type: none; }

html {
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

body {
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: normal;
  color: #333;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  @media screen and (max-width: 960px) {
    body {
      font-size: 13px;
      font-size: 1.3rem; } }

.center {
  text-align: center; }

.btn {
  display: inline-block;
  width: 320px;
  text-align: center;
  font-size: 16px;
  line-height: 1; }
  .btn a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 16px;
    background-color: #000; }

.bg_black {
  background: #000; }

a {
  color: #333333;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s; }

.txred {
  color: #007cb8; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.pdflink {
  text-decoration: underline; }

.pdflink:hover {
  color: #007cb8;
  text-decoration: none; }

.pdflinkp::before {
  content: "\f1c1";
  color: #007cb8;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  padding-right: 12px; }

ul.number {
  list-style-type: decimal;
  padding-left: 20px; }

ul.disc {
  list-style-position: outside; }

ul.disc li {
  position: relative;
  padding-left: 20px; }

ul.disc li::before {
  content: '';
  border-radius: 100%;
  background-color: #000;
  display: inline-block;
  margin-right: 10px;
  list-style-position: outside;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 14px;
  left: 0px; }

.blue {
  color: #00A7D6;
  font-weight: bold; }

.orange {
  color: #FF8900;
  font-weight: bold; }

.spHide {
  display: block !important; }
  @media only screen and (max-width: 960px) {
    .spHide {
      display: none !important; } }

.spDisp {
  display: none !important; }
  @media only screen and (max-width: 960px) {
    .spDisp {
      display: block !important; } }

.text-link-color {
  color: #0000ff !important; }

#page-top {
  position: fixed;
  right: 20px;
  bottom: 40px;
  background: #007cb8;
  opacity: 1;
  z-index: 999;
  width: 60px;
  height: 60px;
  border-radius: 16px; }
  #page-top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px; }
  #page-top a::before {
    font-family: FontAwesome;
    content: '\f106';
    font-size: 25px;
    color: #FAFAFA;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 10px;
    margin: auto;
    text-align: center; }

/*--幅------------------------------------*/
.maincontents {
  width: 100%;
  width: 100%;
  margin: 0 auto; }

.width80 {
  margin: 0 auto;
  width: 80%; }
  @media screen and (max-width: 960px) {
    .width80 {
      width: 90%; } }

.width960 {
  margin: 0 auto;
  width: 960px; }
  @media screen and (max-width: 960px) {
    .width960 {
      width: 90%; } }

/*--動き------------------------------------*/
.clip {
  opacity: 0.4;
  margin: 0 auto;
  width: 90%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.clip_start {
  width: 100%;
  opacity: 1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

.blur {
  opacity: 0.4;
  /*filter: blur(8px);*/ }

.blur_start {
  /*filter: blur(0px);*/
  opacity: 1;
  -webkit-transition: 2.5s;
  -o-transition: 2.5s;
  transition: 2.5s; }

.fade {
  opacity: 0.4;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  /*filter: blur(8px);*/ }

.fadeIn {
  /*filter: blur(0px);*/
  opacity: 1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.fade2 {
  opacity: 0.2;
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px); }

.fadeIn2 {
  opacity: 1;
  -webkit-transition: 1.4s;
  -o-transition: 1.4s;
  transition: 1.4s;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px); }

.fade3 {
  opacity: 0.2;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px); }

.fadeIn3 {
  opacity: 1;
  -webkit-transition: 1.8s;
  -o-transition: 1.8s;
  transition: 1.8s;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px); }

/*--空き------------------------------------*/
.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt40 {
  margin-top: 40px; }

.mt60 {
  margin-top: 60px; }
  @media screen and (max-width: 960px) {
    .mt60 {
      margin-top: 40px; } }

/*--ボタン------------------------------------*/
.btn a {
  background-color: #007cb8;
  background-position: 95% center;
  background-repeat: no-repeat;
  border-radius: 40px;
  color: #FAFAFA;
  display: block;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 420px; }
  @media screen and (max-width: 960px) {
    .btn a {
      width: 100%; } }
  .btn a:hover {
    background-color: #082F74;
    background-position: 98%; }

.btn02 a {
  background-color: none;
  background-position: 95% center;
  background-repeat: no-repeat;
  border-radius: 40px;
  color: #FAFAFA;
  border: 1px solid #FAFAFA;
  display: block;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 420px;
  font-family: YuMincho; }
  @media screen and (max-width: 960px) {
    .btn02 a {
      width: 100%; } }
  .btn02 a:hover {
    background-color: #082F74;
    background-position: 98%;
    border: #082F74 1px solid;
    letter-spacing: 0.4rem; }

/*--トップ見出し------------------------------------*/
.lgtx {
  font-weight: 200;
  font-size: 40px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
  position: relative; }
  .lgtx:after {
    margin: auto;
    font-family: "Josefin Sans";
    font-weight: bold;
    font-size: 130px;
    letter-spacing: 0.12em;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: 0.1; }
  @media screen and (max-width: 960px) {
    .lgtx {
      font-size: 30px;
      color: #fff; }
      .lgtx:after {
        font-size: 70px; } }

/*------------------------------------------------

      中面共通

------------------------------------------------*/
/*--中面メインエリア------------------------------------*/
.inpagepad {
  padding: 60px 0; }

/*--中面見出し・フォント------------------------------------*/
h1.inpage {
  padding: 120px 0 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#067fba), to(#00a7d6));
  background: -webkit-linear-gradient(#067fba 0%, #00a7d6 100%);
  background: -o-linear-gradient(#067fba 0%, #00a7d6 100%);
  background: linear-gradient(#067fba 0%, #00a7d6 100%);
  font-size: 3rem;
  text-align: center;
  font-weight: 200;
  color: #FAFAFA; }

h2.inpage {
  padding: 1%;
  color: #494949;
  background: #f4f4f4;
  border-left: solid 5px #7db4e6;
  border-bottom: solid 3px #d7d7d7;
  font-size: 2rem;
  font-weight: 400; }

h3.inpage {
  border-bottom: solid 3px #007cb8;
  position: relative;
  font-weight: 400; }
  h3.inpage:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #8CB808;
    bottom: -3px;
    width: 30%; }

/*--中面ヘッダー-----------------------------------*/
/*--パンくず------------------------------------*/
/*--indexデザイン------------------------------------*/
/*--横並びパーツ------------------------------------*/
.fl_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 960px) {
    .fl_box01 {
      display: block; } }
  .fl_box01 .fl_boxL {
    width: 60%;
    margin-right: 5%; }
    @media screen and (max-width: 960px) {
      .fl_box01 .fl_boxL {
        margin-right: 0;
        width: 100%; } }
  .fl_box01 .tx {
    margin-top: 20px; }
  .fl_box01 .fl_boxR {
    width: 40%; }
    @media screen and (max-width: 960px) {
      .fl_box01 .fl_boxR {
        width: 100%; } }

.fl_box02 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  webkit-box-pack: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 960px) {
    .fl_box02 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .fl_box02 .fl_boxL {
    width: 60%; }
    @media screen and (max-width: 960px) {
      .fl_box02 .fl_boxL {
        width: 100%; } }
  .fl_box02 .tx {
    margin-top: 20px; }
  .fl_box02 .fl_boxR {
    margin-left: 5%;
    width: 40%; }
    @media screen and (max-width: 960px) {
      .fl_box02 .fl_boxR {
        margin-left: 0;
        width: 100%; } }

.twobox {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  webkit-box-pack: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media only screen and (max-width: 960px) {
    .twobox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .twobox li {
    margin-right: 2%;
    width: 49%; }
    @media screen and (max-width: 960px) {
      .twobox li {
        width: 100%; } }
  .twobox li:nth-child(even) {
    margin-right: 0; }

.twobox_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .twobox_wrap li {
    -ms-flex-line-pack: center;
    align-content: center;
    margin-right: 2%;
    width: 49%; }
    @media screen and (max-width: 960px) {
      .twobox_wrap li {
        margin-left: 0;
        width: 100%; } }
  .twobox_wrap li:nth-child(even) {
    margin-right: 0; }

.threebox {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  webkit-box-pack: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media only screen and (max-width: 960px) {
    .threebox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .threebox li {
    margin-right: 1%;
    width: 33.333%; }
    @media screen and (max-width: 960px) {
      .threebox li {
        width: 100%; } }
  .threebox li:last-child {
    margin-right: 0; }

.threebox_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .threebox_wrap li {
    margin-right: 2%;
    width: 32%; }
    @media screen and (max-width: 960px) {
      .threebox_wrap li {
        width: 100%; } }
  .threebox_wrap li:nth-child(3n) {
    margin-right: 0; }

.fourbox {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  webkit-box-pack: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media only screen and (max-width: 960px) {
    .fourbox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .fourbox li {
    margin-right: 1%;
    width: 25%; }
    @media screen and (max-width: 960px) {
      .fourbox li {
        width: 100%; } }
  .fourbox li:nth-child(4) {
    margin-right: 0; }

.fivebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fivebox li {
    margin-right: 1%;
    margin-bottom: 1%;
    width: 19.2%; }
    @media screen and (max-width: 960px) {
      .fivebox li {
        width: 49%; } }
  .fivebox li:nth-child(5n) {
    margin-right: 0; }
    @media screen and (max-width: 960px) {
      .fivebox li:nth-child(5n) {
        margin-right: 1%; } }
    @media screen and (max-width: 960px) {
      .fivebox li:nth-child(5n) li:nth-child(2n) {
        margin-right: 0; } }

.otherstory {
  background: -webkit-gradient(linear, left top, right top, from(#0086C7), to(#27BAE3));
  background: -webkit-linear-gradient(left, #0086C7, #27BAE3);
  background: -o-linear-gradient(left, #0086C7, #27BAE3);
  background: linear-gradient(90deg, #0086C7, #27BAE3);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 10s ease infinite;
  animation: AnimationName 10s ease infinite;
  margin: 0 auto;
  padding: 100px 0 200px;
  width: 100%; }
  @media screen and (max-width: 960px) {
    .otherstory {
      padding: 60px 0; } }

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
  .otherstory h2 {
    font-family: "EB Garamond", serif;
    font-weight: normal;
    font-size: 52px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #FAFAFA; }
    @media screen and (max-width: 960px) {
      .otherstory h2 {
        font-size: 34px; } }
  .otherstory .threebox {
    margin: 20px auto;
    width: 80%;
    position: relative;
    z-index: 101; }
  .otherstory li {
    text-align: center;
    margin-right: 4%; }
    @media screen and (max-width: 960px) {
      .otherstory li {
        margin-right: 0;
        margin-top: 40px; } }
  .otherstory a {
    display: block;
    overflow: hidden;
    padding-top: 66%;
    border-radius: 8px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    overflow: hidden; }
    .otherstory a:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
      transition-duration: 0.4s; }
  .otherstory .story_01 {
    background-image: url(/drama/lib/cmn-img/img_story01@2x.jpg); }
  .otherstory .story_02 {
    background-image: url(/drama/lib/cmn-img/img_story02@2x.jpg); }
  .otherstory h2 {
    margin-top: 20px; }
  .otherstory p {
    margin-top: 20px;
    text-align: center;
    color: #FAFAFA;
    font-family: "Noto Serif JP", serif; }
  .otherstory .story_03 {
    background-image: url(/drama/lib/cmn-img/img_story03@2x.jpg); }
  .otherstory .story_04 {
    background-image: url(/drama/lib/cmn-img/img_story04@2x.jpg); }

header {
  top: 0;
  position: absolute;
  z-index: 100;
  overflow: hidden;
  zoom: 1;
  width: 100%; }
  @media screen and (max-width: 960px) {
    header {
      position: fixed;
      min-height: 60px;
      top: 0;
      bottom: inherit; } }
  header .headerL {
    width: 300px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 2.5%;
    padding-top: 40px; }
    @media screen and (max-width: 960px) {
      header .headerL {
        padding: 14px 0 14px 2.5%;
        width: 154px; } }
    @media screen and (max-width: 960px) {
      header .headerL .logo a {
        display: inline-block; } }
    @media screen and (max-width: 960px) {
      header .headerL img.logoimg {
        width: 45px; } }
    header .headerL ul {
      margin-top: 20px; }
      @media screen and (max-width: 960px) {
        header .headerL ul {
          display: none; } }
    header .headerL li {
      font-weight: normal;
      font-family: "EB Garamond", serif;
      font-size: 20px;
      font-size: 2rem;
      letter-spacing: 0.04em;
      margin-bottom: 5px;
      letter-spacing: 0.04em; }
      @media screen and (max-width: 960px) {
        header .headerL li {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 960px) {
        header .headerL li {
          padding-right: 0;
          border-right: none; } }
      header .headerL li a {
        color: #FAFAFA; }
        header .headerL li a:hover {
          letter-spacing: 0.4rem; }
  header .border_btm {
    background-color: #343434;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%; }
    @media screen and (max-width: 960px) {
      header .border_btm {
        display: none; } }

.headerR {
  text-align: center;
  width: auto;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px;
  padding-right: 2.5%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999; }
  @media screen and (max-width: 960px) {
    .headerR {
      right: 80px;
      margin-top: 15px;
      padding-right: 0; } }
  .headerR a {
    font-weight: bold;
    color: #333;
    padding-top: 20px;
    display: inline-block; }
  .headerR a.contact {
    background: -webkit-gradient(linear, left top, left bottom, from(#067fba), to(#00a7d6));
    background: -webkit-linear-gradient(#067fba 0%, #00a7d6 100%);
    background: -o-linear-gradient(#067fba 0%, #00a7d6 100%);
    background: linear-gradient(#067fba 0%, #00a7d6 100%);
    color: #FAFAFA;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    padding: 5px 50px;
    border-radius: 50px;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 960px) {
      .headerR a.contact {
        padding: 5px 25px; } }
    .headerR a.contact:hover {
      letter-spacing: 0.5rem; }

.inpageheader {
  position: fixed;
  top: 0;
  bottom: inherit; }

.hamburger-button {
  width: 60px;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background: #082F74; }

.contactbtn {
  font-family: "EB Garamond", serif;
  position: fixed;
  top: 5px;
  right: 75px;
  z-index: 999; }

.hamburger-box {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#067fba), to(#00a7d6));
  background: -webkit-linear-gradient(#067fba 0%, #00a7d6 100%);
  background: -o-linear-gradient(#067fba 0%, #00a7d6 100%);
  background: linear-gradient(#067fba 0%, #00a7d6 100%);
  display: none;
  padding: 40px 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  /*
   overflow: scroll;*/
  -webkit-overflow-scrolling: touch; }
  .hamburger-box p.hmtx {
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
    font-family: "EB Garamond", serif;
    letter-spacing: 0.2em;
    font-weight: normal; }
    .hamburger-box p.hmtx a {
      color: #FAFAFA; }
  .hamburger-box .btn_02 {
    margin-top: 40px; }
    .hamburger-box .btn_02 a {
      padding: 15px 0; }
  .hamburger-box p.btn {
    text-align: center;
    margin: 20px auto;
    display: block; }
    .hamburger-box p.btn a.contact {
      font-family: "EB Garamond", serif;
      color: #FFF;
      background: #007cb8;
      padding: 20px;
      border-radius: 50px;
      font-size: 14px; }

p .sp_h_btn01 {
  display: block;
  color: #FAFAFA;
  padding: 20px 0;
  background: #007cb8;
  text-align: center;
  margin: 20px auto 0;
  width: 85%; }
  p .sp_h_btn01 img {
    vertical-align: text-top;
    padding-right: 10px;
    padding-top: 1px; }

p .sp_h_btn02 {
  display: block;
  color: #333;
  padding: 20px 0;
  background: #E1E1E1;
  text-align: center;
  margin: 10px auto 0;
  width: 85%; }
  p .sp_h_btn02 img {
    vertical-align: text-top;
    padding-right: 10px;
    padding-top: 4px; }

p.sp_h_tx {
  text-align: center;
  margin-top: 20px; }
  p.sp_h_tx a {
    color: #949494; }

.hamburger-menu {
  width: 20px;
  height: 30px;
  margin: 35px 22px 0;
  background: 0;
  border: 0;
  outline: 0;
  position: absolute;
  z-index: 99999;
  -webkit-transition: 0.1s -webkit-transform linear;
  transition: 0.1s -webkit-transform linear;
  -o-transition: 0.1s transform linear;
  transition: 0.1s transform linear;
  transition: 0.1s transform linear, 0.1s -webkit-transform linear; }

.hamburger-bar {
  /*
   width: 24px;
   height: 2px;
    */
  margin: auto;
  background: #FAFAFA;
  position: absolute;
  content: '';
  top: -8px;
  left: -4px;
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  -o-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear, 0.2s -webkit-transform linear; }
  .hamburger-bar:after {
    width: 24px;
    height: 2px;
    margin: auto;
    background: #FAFAFA;
    position: absolute;
    content: '';
    top: -8px;
    left: 0;
    -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
    transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
    -o-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
    transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
    transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear, 0.2s -webkit-transform linear; }
  .hamburger-bar:before {
    width: 24px;
    height: 2px;
    margin: auto;
    background: #FAFAFA;
    position: absolute;
    content: '';
    top: -8px;
    left: 0;
    -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
    transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
    -o-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
    transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
    transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear, 0.2s -webkit-transform linear;
    top: -0.4rem; }
  .hamburger-bar:after {
    top: 0.8rem;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .hamburger-bar:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

.hamburger-active .hamburger-bar {
  background: 0;
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
  -o-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s, 0.2s -webkit-transform linear 0.2s; }
  .hamburger-active .hamburger-bar:after, .hamburger-active .hamburger-bar:before {
    -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
    transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
    -o-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
    transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
    transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s, 0.2s -webkit-transform linear 0.2s; }
  .hamburger-active .hamburger-bar:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .hamburger-active .hamburger-bar:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0; }
  .hamburger-active .hamburger-bar:before {
    top: 0; }

.hamburger-accordion-btn {
  cursor: pointer;
  padding: 20px 0px;
  margin: 0;
  position: relative;
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
  color: #FAFAFA;
  border-bottom: 1px solid #393939; }

.entry_btm_btn {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: calc(100% - 20px);
  left: 10px; }
  .entry_btm_btn p {
    background-image: url(/950ghneo/lib/cmn-img/entry_bg@2x.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .entry_btm_btn a {
    color: #FAFAFA;
    display: block;
    background-image: url(/950ghneo/lib/cmn-img/arrow_img.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
    font-family: "Open Sans", sans-serif;
    padding: 20px 0;
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: bold;
    width: 100%; }

.sptwo {
  margin: 20px auto 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  width: 90%; }
  .sptwo li {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 20px; }
    .sptwo li img {
      margin-top: 10px;
      max-width: 60px; }
    .sptwo li a {
      padding-top: 66%;
      display: block;
      background-position: center center;
      background-size: cover;
      border-radius: 8px; }
    .sptwo li a.story01 {
      background-image: url(/drama/lib/cmn-img/img_story01@2x.jpg); }
    .sptwo li a.story02 {
      background-image: url(/drama/lib/cmn-img/img_story02@2x.jpg); }
    .sptwo li a.story03 {
      background-image: url(/drama/lib/cmn-img/img_story03@2x.jpg); }
    .sptwo li a.story04 {
      background-image: url(/drama/lib/cmn-img/img_story04@2x.jpg); }
  .sptwo li:nth-child(2n) {
    margin-right: 0; }

footer {
  background-image: url(/drama/lib/cmn-img/bg_footer@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0 0;
  text-align: center;
  position: relative;
  padding: 200px 0; }
  @media screen and (max-width: 1195px) {
    footer {
      background-attachment: scroll;
      padding: 80px 0 0; } }
  footer .logo {
    width: 800px;
    margin: 0 auto; }
    @media screen and (max-width: 960px) {
      footer .logo {
        width: 80%; } }
  footer p.contact {
    margin-top: 80px;
    text-align: center; }
    @media screen and (max-width: 960px) {
      footer p.contact {
        margin-top: 40px; } }
    footer p.contact a {
      background: -webkit-gradient(linear, left top, left bottom, from(#067fba), to(#00a7d6));
      background: -webkit-linear-gradient(#067fba 0%, #00a7d6 100%);
      background: -o-linear-gradient(#067fba 0%, #00a7d6 100%);
      background: linear-gradient(#067fba 0%, #00a7d6 100%);
      color: #FAFAFA;
      font-family: "EB Garamond", serif;
      font-weight: 400;
      padding: 5px 30px;
      border-radius: 50px;
      letter-spacing: 0.1em; }
      footer p.contact a:after {
        display: none; }
  footer address {
    font-family: "EB Garamond", serif;
    color: #333;
    font-style: normal;
    font-size: 10px;
    padding: 10px 0;
    margin-top: 40px; }
