@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700");
@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
.text-primary {
  color: #5755d9; }

a.text-primary:focus, a.text-primary:hover {
  color: #4240d4; }

.text-secondary {
  color: #e5e5f9; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #d1d0f4; }

.text-gray {
  color: #acb3c2; }

a.text-gray:focus, a.text-gray:hover {
  color: #9ea6b7; }

.text-light {
  color: #fff; }

a.text-light:focus, a.text-light:hover {
  color: #f2f2f2; }

.text-success {
  color: #32b643; }

a.text-success:focus, a.text-success:hover {
  color: #2da23c; }

.text-warning {
  color: #ffb700; }

a.text-warning:focus, a.text-warning:hover {
  color: #e6a500; }

.text-error {
  color: #e85600; }

a.text-error:focus, a.text-error:hover {
  color: #cf4d00; }

.bg-primary {
  background: #5755d9; }

.bg-secondary {
  background: #f1f1fc; }

.bg-dark {
  background: #454d5d; }

.bg-gray {
  background: #f8f9fa; }

.bg-success {
  background: #32b643; }

.bg-warning {
  background: #ffb700; }

.bg-error {
  background: #e85600; }

.c-hand {
  cursor: pointer; }

.c-move {
  cursor: move; }

.c-zoom-in {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.c-zoom-out {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.c-not-allowed {
  cursor: not-allowed; }

.c-auto {
  cursor: auto; }

.d-block {
  display: block; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.d-none, .d-hide {
  display: none !important; }

.d-visible {
  visibility: visible; }

.d-invisible {
  visibility: hidden; }

.text-hide {
  background: transparent;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-shadow: none; }

.text-assistive {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.divider, .divider-vert {
  display: block;
  position: relative; }

.divider[data-content]::after, .divider-vert[data-content]::after {
  background: #fff;
  color: #acb3c2;
  content: attr(data-content);
  display: inline-block;
  font-size: 0.7rem;
  padding: 0 0.4rem;
  -webkit-transform: translateY(-0.65rem);
          transform: translateY(-0.65rem); }

.divider {
  border-top: 0.05rem solid #e7e9ed;
  height: 0.05rem;
  margin: 0.4rem 0; }
  .divider[data-content] {
    margin: 0.8rem 0; }

.divider-vert {
  display: block;
  padding: 0.8rem; }
  .divider-vert::before {
    border-left: 0.05rem solid #e7e9ed;
    bottom: 0.4rem;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 0.4rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .divider-vert[data-content]::after {
    left: 50%;
    padding: 0.2rem 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.loading {
  color: transparent !important;
  min-height: 0.8rem;
  pointer-events: none;
  position: relative; }
  .loading::after {
    -webkit-animation: loading 500ms infinite linear;
            animation: loading 500ms infinite linear;
    border: 0.1rem solid #5755d9;
    border-radius: 50%;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 0.8rem;
    left: 50%;
    margin-left: -0.4rem;
    margin-top: -0.4rem;
    position: absolute;
    top: 50%;
    width: 0.8rem;
    z-index: 1; }
  .loading.loading-lg {
    min-height: 2rem; }
    .loading.loading-lg::after {
      height: 1.6rem;
      margin-left: -0.8rem;
      margin-top: -0.8rem;
      width: 1.6rem; }

.clearfix::after, .container::after {
  clear: both;
  content: "";
  display: table; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto; }

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

.m-0 {
  margin: 0; }

.mb-0 {
  margin-bottom: 0; }

.ml-0 {
  margin-left: 0; }

.mr-0 {
  margin-right: 0; }

.mt-0 {
  margin-top: 0; }

.mx-0 {
  margin-left: 0;
  margin-right: 0; }

.my-0 {
  margin-bottom: 0;
  margin-top: 0; }

.m-1 {
  margin: 0.2rem; }

.mb-1 {
  margin-bottom: 0.2rem; }

.ml-1 {
  margin-left: 0.2rem; }

.mr-1 {
  margin-right: 0.2rem; }

.mt-1 {
  margin-top: 0.2rem; }

.mx-1 {
  margin-left: 0.2rem;
  margin-right: 0.2rem; }

.my-1 {
  margin-bottom: 0.2rem;
  margin-top: 0.2rem; }

.m-2 {
  margin: 0.4rem; }

.mb-2 {
  margin-bottom: 0.4rem; }

.ml-2 {
  margin-left: 0.4rem; }

.mr-2 {
  margin-right: 0.4rem; }

.mt-2 {
  margin-top: 0.4rem; }

.mx-2 {
  margin-left: 0.4rem;
  margin-right: 0.4rem; }

.my-2 {
  margin-bottom: 0.4rem;
  margin-top: 0.4rem; }

.p-0 {
  padding: 0; }

.pb-0 {
  padding-bottom: 0; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.pt-0 {
  padding-top: 0; }

.px-0 {
  padding-left: 0;
  padding-right: 0; }

.py-0 {
  padding-bottom: 0;
  padding-top: 0; }

.p-1 {
  padding: 0.2rem; }

.pb-1 {
  padding-bottom: 0.2rem; }

.pl-1 {
  padding-left: 0.2rem; }

.pr-1 {
  padding-right: 0.2rem; }

.pt-1 {
  padding-top: 0.2rem; }

.px-1 {
  padding-left: 0.2rem;
  padding-right: 0.2rem; }

.py-1 {
  padding-bottom: 0.2rem;
  padding-top: 0.2rem; }

.p-2 {
  padding: 0.4rem; }

.pb-2 {
  padding-bottom: 0.4rem; }

.pl-2 {
  padding-left: 0.4rem; }

.pr-2 {
  padding-right: 0.4rem; }

.pt-2 {
  padding-top: 0.4rem; }

.px-2 {
  padding-left: 0.4rem;
  padding-right: 0.4rem; }

.py-2 {
  padding-bottom: 0.4rem;
  padding-top: 0.4rem; }

.rounded {
  border-radius: 0.1rem; }

.circle {
  border-radius: 50%; }

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

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

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

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

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-normal {
  font-weight: normal; }

.text-bold {
  font-weight: bold; }

.text-italic {
  font-style: italic; }

.text-large {
  font-size: 1.2em; }

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-clip {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap; }

.text-break {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  word-wrap: break-word; }

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1.6rem);
            transform: translateY(-1.6rem); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1.6rem);
            transform: translateY(-1.6rem); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
  *::before, *::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent; }

body {
  background: #fff;
  color: #50596c;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  overflow-x: hidden;
  text-rendering: optimizeLegibility; }

a {
  color: #5755d9;
  outline: none;
  text-decoration: none; }
  a:focus {
    -webkit-box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
            box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
    color: #4240d4;
    text-decoration: underline; }
  a:hover, a:active, a.active {
    color: #4240d4;
    text-decoration: underline; }

.loading {
  color: transparent !important;
  min-height: 0.8rem;
  pointer-events: none;
  position: relative; }
  .loading::after {
    -webkit-animation: loading 500ms infinite linear;
            animation: loading 500ms infinite linear;
    border: 0.1rem solid #5755d9;
    border-radius: 50%;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 0.8rem;
    left: 50%;
    margin-left: -0.4rem;
    margin-top: -0.4rem;
    position: absolute;
    top: 50%;
    width: 0.8rem;
    z-index: 1; }
  .loading.loading-lg {
    min-height: 2rem; }
    .loading.loading-lg::after {
      height: 1.6rem;
      margin-left: -0.8rem;
      margin-top: -0.8rem;
      width: 1.6rem; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  width: 100%; }
  .container.grid-xl {
    max-width: 1296px; }
  .container.grid-lg {
    max-width: 976px; }
  .container.grid-md {
    max-width: 856px; }
  .container.grid-sm {
    max-width: 616px; }
  .container.grid-xs {
    max-width: 496px; }

.show-xs, .show-sm, .show-md, .show-lg, .show-xl {
  display: none !important; }

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem; }
  .columns.col-gapless {
    margin-left: 0;
    margin-right: 0; }
    .columns.col-gapless > .column {
      padding-left: 0;
      padding-right: 0; }
  .columns.col-oneline {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto; }

.column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  padding-left: 0.4rem;
  padding-right: 0.4rem; }
  .column.col-12, .column.col-11, .column.col-10, .column.col-9, .column.col-8, .column.col-7, .column.col-6, .column.col-5, .column.col-4, .column.col-3, .column.col-2, .column.col-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: none;
  width: auto; }

.col-mx-auto {
  margin-left: auto;
  margin-right: auto; }

.col-ml-auto {
  margin-left: auto; }

.col-mr-auto {
  margin-right: auto; }

@media (max-width: 1280px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }

  .col-xl-12 {
    width: 100%; }

  .col-xl-11 {
    width: 91.66666667%; }

  .col-xl-10 {
    width: 83.33333333%; }

  .col-xl-9 {
    width: 75%; }

  .col-xl-8 {
    width: 66.66666667%; }

  .col-xl-7 {
    width: 58.33333333%; }

  .col-xl-6 {
    width: 50%; }

  .col-xl-5 {
    width: 41.66666667%; }

  .col-xl-4 {
    width: 33.33333333%; }

  .col-xl-3 {
    width: 25%; }

  .col-xl-2 {
    width: 16.66666667%; }

  .col-xl-1 {
    width: 8.33333333%; }

  .hide-xl {
    display: none !important; }

  .show-xl {
    display: block !important; } }
@media (max-width: 960px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .hide-lg {
    display: none !important; }

  .show-lg {
    display: block !important; } }
@media (max-width: 840px) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .hide-md {
    display: none !important; }

  .show-md {
    display: block !important; } }
@media (max-width: 600px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .hide-sm {
    display: none !important; }

  .show-sm {
    display: block !important; } }
@media (max-width: 480px) {
  .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }

  .col-xs-12 {
    width: 100%; }

  .col-xs-11 {
    width: 91.66666667%; }

  .col-xs-10 {
    width: 83.33333333%; }

  .col-xs-9 {
    width: 75%; }

  .col-xs-8 {
    width: 66.66666667%; }

  .col-xs-7 {
    width: 58.33333333%; }

  .col-xs-6 {
    width: 50%; }

  .col-xs-5 {
    width: 41.66666667%; }

  .col-xs-4 {
    width: 33.33333333%; }

  .col-xs-3 {
    width: 25%; }

  .col-xs-2 {
    width: 16.66666667%; }

  .col-xs-1 {
    width: 8.33333333%; }

  .hide-xs {
    display: none !important; }

  .show-xs {
    display: block !important; } }
::-moz-selection, ::-moz-selection {
  color: #fff;
  background: #3c5335; }
::-moz-selection, ::selection {
  color: #fff;
  background: #3c5335; }

input::-moz-selection, textarea::-moz-selection {
  color: #3c160c; }

input::selection, textarea::selection {
  color: #3c160c; }

html {
  background: #CFB398 url(../img/bg_base.jpg) center top; }

body {
  margin: 0;
  font-size: 16px;
  font-family: "Roboto Slab", "ヒラギノ角ゴ ProN W3", meiryo, sans-serif;
  color: #3c160c;
  background: url(../img/bgi20190315.jpg) no-repeat center top;
  background-size: 100% auto;
  line-height: 1.6;
  word-break: break-all;
  padding-top: 2rem; }
  body.home, body.page-id-658 {
    padding-top: 0; }

@media screen and (min-width: 841px) {
  body {
    background-size: 100% auto;
    padding-top: 4rem; } }
article, section {
  display: block; }

:placeholder-shown, ::-webkit-input-placeholder {
  color: #e4e1e0; }

:-moz-placeholder, ::-moz-placeholder {
  color: #e4e1e0;
  opacity: 1; }

:-ms-input-placeholder {
  color: #e4e1e0; }

:focus {
  outline: none; }

a {
  color: #3c5335;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  outline: none;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #5e8253; }
  a:active {
    color: #5e8253; }
    a:active:hover {
      color: #5e8253; }
  a:focus:hover {
    color: #5e8253; }
  a:hover {
    color: #5e8253;
    text-decoration: none; }
  a:focus {
    text-decoration: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  a[href^="tel:"] {
    cursor: default;
    text-decoration: none; }

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

figure {
  margin: 0; }

figcaption {
  padding: .5rem 0; }

p {
  line-height: 1.75;
  margin-bottom: 2rem; }
  p:last-child {
    margin-bottom: 0; }

ul, ol {
  list-style-position: outside; }

.site-header {
  background-color: rgba(60, 83, 53, 0.82);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100; }

.main-nav {
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.25s;
  transition: max-height 0.25s; }
  .main-nav.is-open {
    overflow: auto;
    max-height: 500px; }
  .main-nav ul {
    margin: 0;
    padding: 0; }
  .main-nav li {
    list-style: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0; }
  .main-nav .nav-list {
    padding-top: 40px; }
  .main-nav .nav-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
  .main-nav .nav-item + .nav-item {
    border-top: 1px dotted rgba(255, 255, 255, 0.5); }
  .main-nav .nav-item a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: .5rem;
    font-size: 12px; }
    .main-nav .nav-item a span {
      display: inline-block;
      font-size: 16px; }
      .main-nav .nav-item a span:after {
        content: '-';
        display: inline-block;
        margin: 0 .5rem; }
  .main-nav .nav-item > a {
    height: 2.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .main-nav .nav-item > a img {
      height: 30px;
      width: auto;
      max-width: none; }
    .main-nav .nav-item > a:hover {
      opacity: .8; }
  .main-nav .nav-item.has-submenu {
    position: relative; }
  .main-nav .nav-item .submenu {
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-transition: max-height 0.25s;
    transition: max-height 0.25s;
    overflow: hidden;
    height: 0;
    max-height: 0; }
    .main-nav .nav-item .submenu li + li {
      border-top: 1px solid #e7e9ed; }
    .main-nav .nav-item .submenu a {
      display: block;
      color: #fff;
      padding: .5rem; }
  .main-nav .nav-item.has-submenu {
    position: relative; }
    .main-nav .nav-item.has-submenu .submenu.is-open {
      height: auto;
      max-height: 20rem; }
  .main-nav .nav-item li {
    font-size: 12px; }

@media screen and (min-width: 841px) {
  .main-nav {
    max-height: none;
    overflow: visible; } }
@media screen and (min-width: 841px) {
  .main-nav.is-open {
    padding-top: 0;
    overflow: visible;
    min-height: none;
    overflow: visible; } }
@media screen and (min-width: 841px) {
  .main-nav .nav-list {
    padding-top: 0;
    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; } }
@media screen and (min-width: 841px) {
  .main-nav .nav-item:first-child {
    border-top: none; } }
@media screen and (min-width: 841px) {
  .main-nav .nav-item + .nav-item {
    border-top: none; } }
@media screen and (min-width: 841px) {
  .main-nav .nav-item {
    text-align: center;
    border: none;
    height: auto; } }
@media screen and (min-width: 841px) {
  .main-nav .nav-item > a {
    height: auto;
    display: block;
    padding: .5rem 1rem; } }
@media screen and (min-width: 841px) {
  .main-nav .nav-item a span {
    display: block;
    font-size: 10.4px; }
    .main-nav .nav-item a span:after {
      content: none; } }
@media screen and (min-width: 841px) {
  .main-nav .nav-item .submenu {
    min-width: 120px;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.85); } }
@media screen and (min-width: 841px) {
  .main-nav .nav-item .submenu a {
    color: #3c5335; }
    .main-nav .nav-item .submenu a:hover {
      background-color: #3c5335;
      color: #fff; } }
@media screen and (min-width: 841px) {
  .main-nav .nav-item.has-submenu .submenu.is-open {
    height: 0;
    max-height: 0; }
  .main-nav .nav-item.has-submenu:hover .submenu {
    height: auto;
    max-height: 20rem; }
    .main-nav .nav-item.has-submenu:hover .submenu.is-open {
      height: auto;
      max-height: 20rem; } }
.btn-nav-toggler {
  display: block;
  padding: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 100;
  background-color: #3c5335;
  border: none; }
  .btn-nav-toggler span {
    display: none; }
  .btn-nav-toggler:before {
    content: "\";
    font-family: 'ionicons';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    display: block;
    font-size: 26px;
    color: #fff; }
  .btn-nav-toggler.is-open:before {
    content: "\";
    font-family: 'ionicons';
    display: inline-block;
    vertical-align: middle;
    line-height: 1; }

@media screen and (min-width: 841px) {
  .btn-nav-toggler {
    display: none; } }
.btn-submenu-toggler {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  background: none;
  border: none;
  padding: 0; }
  .btn-submenu-toggler span {
    display: none; }
  .btn-submenu-toggler:before {
    content: "\";
    font-family: 'ionicons';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    background-color: #31432b;
    color: #fff; }
  .btn-submenu-toggler.is-open:before {
    content: "\";
    font-family: 'ionicons';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    line-height: 2.4rem; }

@media screen and (min-width: 841px) {
  .btn-submenu-toggler {
    display: none; } }
.page-header {
  margin: 0 auto 2rem;
  width: 100%;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }

@media screen and (min-width: 841px) {
  .page-header {
    max-width: 1100px;
    min-width: 960px; } }
.page-header__logo {
  margin-left: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  width: 100px; }
  .page-header__logo img {
    width: 100%; }

@media screen and (min-width: 841px) {
  .page-header__logo {
    margin-left: 2rem;
    width: 180px; } }
.page-header__title {
  height: 48px;
  margin-right: 1rem; }
  .page-header__title img {
    height: 100%; }

@media screen and (min-width: 841px) {
  .page-header__title {
    max-height: none; } }
@media screen and (min-width: 841px) {
  .page-header__title img {
    height: auto; } }
.site-footer {
  clear: both;
  padding: 2rem 0 0;
  min-height: 5rem;
  margin-top: 2rem;
  background: url(../img/bg_footer.png) repeat-x top center;
  background-size: 100% auto; }
  .site-footer .copyright {
    text-align: center;
    padding-bottom: 1rem; }
    .site-footer .copyright small {
      font-family: "Roboto Slab", serif; }

.loading-primary::after {
  border-color: #3c5335;
  border-right-color: transparent;
  border-top-color: transparent; }

.list-kome {
  list-style-type: none;
  margin-left: 0;
  padding: 0; }
  .list-kome li {
    padding-left: 1.5em; }
    .list-kome li + li {
      margin-top: .25rem; }
    .list-kome li:before {
      content: '※';
      display: inline-block;
      float: left;
      margin-left: -1.5em; }

.page-sc {
  margin-bottom: 2rem; }
  .page-sc ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .page-sc ul li {
      line-height: 1; }
      .page-sc ul li a {
        display: block;
        padding: .5rem 1rem;
        text-decoration: none;
        border: 2px solid #3c5335;
        border-radius: .5rem;
        font-size: 0.65rem;
        font-weight: bold; }
        .page-sc ul li a:before {
          content: "\";
          font-family: 'ionicons';
          display: inline-block;
          vertical-align: middle;
          line-height: 1;
          margin-right: .25rem; }
        .page-sc ul li a:hover {
          background-color: #3c5335;
          color: #fff; }
      .page-sc ul li + li {
        margin-top: 0.25rem; }
        @media (min-width: 841px) {
          .page-sc ul li + li {
            margin-top: 0;
            margin-left: 0.25rem; } }
  @media (max-width: 840px) {
    .page-sc .flex {
      display: block; } }

/*変更*/
.blk-main {
  position: relative;
  top: 7px;
  background-color: rgba(255, 255, 255, 0.65);
  padding: 2rem 1rem;
  min-height: 500px; }
  .blk-main:before, .blk-main:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 7px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: url(../img/bdr_primary.png); }
  .blk-main:before {
    bottom: 100%;
    left: 0; }
  .blk-main:after {
    top: 100%;
    left: 0; }
  .blk-main.-close {
    display: none; }

@media screen and (min-width: 841px) {
  .blk-main {
    padding: 2rem; } }
.gup-box {
  position: relative;
  top: 7px;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 2rem; }
  .gup-box:before, .gup-box:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 7px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: url(../img/bdr_primary.png); }
  .gup-box:before {
    bottom: 100%;
    left: 0; }
  .gup-box:after {
    top: 100%;
    left: 0; }

.side-nav {
  margin: 0;
  display: none; }
  .side-nav dt {
    margin-bottom: .5rem;
    font-weight: bold;
    color: white; }
  .side-nav dd {
    margin: 0; }

@media screen and (min-width: 841px) {
  .side-nav {
    display: block;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.25);
    position: relative;
    top: 7px;
    padding: 1rem; }
    .side-nav:before, .side-nav:after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 7px;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      background: url(../img/bdr_primary.png); }
    .side-nav:before {
      bottom: 100%;
      left: 0; }
    .side-nav:after {
      top: 100%;
      left: 0; }
    .side-nav + .side-nav {
      margin-top: 1.5rem; } }
.side-nav-list {
  margin: 0;
  padding: 0; }
  .side-nav-list li {
    list-style-type: none;
    font-size: 14.4px; }
    .side-nav-list li + li {
      margin-top: 2px; }
    .side-nav-list li a {
      display: block;
      padding: .25rem 1rem;
      color: #fff;
      text-decoration: none;
      background-color: rgba(255, 20, 147, 0.6);
      position: relative; }
      .side-nav-list li a:hover {
        background-color: rgba(255, 20, 147, 0.75); }
      .side-nav-list li a:before {
        content: "\";
        font-family: 'ionicons';
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        position: absolute;
        right: 10px;
        top: 50%;
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-top: -10px;
        text-align: center;
        -webkit-transition: right 0.25s;
        transition: right 0.25s; }
      .side-nav-list li a:hover:before {
        right: 5px; }

.side-nav-select {
  display: block;
  width: 100%;
  border: 2px solid #fff;
  background-color: rgba(60, 83, 53, 0.9);
  color: #fff; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .side-nav-select {
    /*safari and chrome*/
    height: 2rem;
    font-weight: bold; } }
@media screen and (min-width: 841px) {
  .side-nav-select {
    display: none; } }
.columns + .columns {
  margin-top: 3rem; }
.columns.columns2x {
  margin-left: -2rem;
  margin-right: -2rem; }
  .columns.columns2x > .column {
    padding-left: 2rem;
    padding-right: 2rem; }
.columns > .column {
  padding-top: 0;
  padding-bottom: 0; }
.columns .column-main {
  margin-bottom: 4rem; }

@media screen and (min-width: 841px) {
  .columns + .columns {
    margin-top: 4rem; } }
@media screen and (min-width: 841px) {
  .columns .column-main {
    margin-bottom: 0; } }
.columns-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }

.site-container {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  min-height: 400px; }

@media screen and (min-width: 841px) {
  .site-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1100px;
    min-width: 960px; } }
.side-container {
  width: 94%;
  margin: 0 auto 2rem; }

@media screen and (min-width: 841px) {
  .side-container {
    width: 24%;
    margin-right: 3rem;
    margin-bottom: 0; } }
.gup-container {
  margin: 0 auto; }

@media screen and (min-width: 841px) {
  .gup-container {
    max-width: 1100px;
    min-width: 960px; } }
@media screen and (min-width: 841px) {
  .main-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }
.container-s {
  max-width: 900px;
  margin: 0 auto; }

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

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.justify-center {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.top-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

@media screen and (min-width: 841px) {
  .top-container {
    max-width: 1000px;
    min-width: 840px; } }
.top-mv {
  max-width: 640px;
  margin: 0 auto;
  max-height: 760px;
  min-height: 500px;
  position: relative; }
  .top-mv img {
    width: 100%; }

@media screen and (min-width: 601px) {
  .top-mv {
    min-height: 500px; } }
@media screen and (min-width: 841px) {
  .top-mv {
    padding-bottom: 0;
    padding-top: 50px;
    padding-left: 2rem;
    max-width: none;
    top: 0;
    right: -2%;
    width: 63%;
    max-height: 1000px;
    float: right;
    margin-left: -10%; } }
.top-info {
  left: 0;
  top: 41%;
  position: absolute;
  width: 100%;
  text-align: center; }
  .top-info a {
    display: inline-block;
    max-width: 280px;
    width: 90%; }
  .top-info img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 280px; }

@media screen and (min-width: 601px) {
  .top-info {
    top: 45%; } }
@media screen and (min-width: 841px) {
  .top-info {
    top: 48%; } }
@media screen and (min-width: 841px) {
  .top-info a {
    max-width: 320px;
    width: 70%; } }
@media screen and (min-width: 601px) {
  .top-info img {
    width: 100%;
    max-width: 280px; } }
@media screen and (min-width: 841px) {
  .top-info img {
    width: 70%;
    max-width: 338px; } }
.bnr-logo {
  text-align: center;
  top: 77%;
  margin-top: 0; }
  .bnr-logo a {
    width: 100%;
    max-width: 338px;
    display: inline-block; }
  .bnr-logo img {
    width: 100%; }

@media screen and (min-width: 601px) {
  .bnr-logo {
    margin-top: 0;
    top: 84%; } }
@media screen and (min-width: 841px) {
  .bnr-logo {
    padding-left: 2rem;
    margin-top: 16px;
    top: 79%; } }
.top-content {
  width: 90%;
  max-width: 480px;
  margin: 0 auto 2rem;
  position: relative;
  z-index: 1; }

@media screen and (min-width: 841px) {
  .top-content {
    -webkit-transform: none;
            transform: none;
    padding-top: 2.6rem;
    width: 38%;
    margin-left: 1rem;
    margin-bottom: 2rem; } }
.top-logo {
  width: 85%;
  margin: 0 auto 1rem;
  position: absolute;
  top: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .top-logo img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%; }

@media screen and (min-width: 601px) {
  .top-logo {
    width: 100%;
    top: 0%; } }
@media screen and (min-width: 841px) {
  .top-logo {
    width: calc(100% - 2rem);
    top: 6.5%;
    left: 50%;
    -webkit-transform: translateX(-47%);
            transform: translateX(-47%); } }
.top-bnr__list li + li {
  margin-top: 1rem; }
.top-bnr__list img {
  width: 100%; }

.top-video-container {
  margin-bottom: 3rem; }
  .top-video-container .top-video-box {
    padding: 0; }
  .top-video-container .top-video-list {
    position: relative; }
    .top-video-container .top-video-list a:before {
      content: "\";
      font-family: 'ionicons';
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      z-index: 1;
      position: absolute;
      width: 50px;
      height: 50px;
      left: 50%;
      top: 50%;
      margin-left: -25px;
      margin-top: -25px;
      color: #fff;
      text-align: center;
      line-height: 50px;
      font-size: 30px;
      background-color: rgba(60, 83, 53, 0.8);
      border-radius: 25px;
      cursor: pointer; }
    .top-video-container .top-video-list a:hover:before {
      background-color: deeppink; }
  .top-video-container img {
    width: 100%; }

.top-blog {
  margin-bottom: 2rem; }

.top-blog__content {
  padding: 1rem; }

.top-blog__header {
  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;
  margin-bottom: 1rem; }

.top-blog__h {
  width: 65%;
  margin: 0;
  line-height: 1; }
  .top-blog__h img {
    width: 100%; }

.top-blog__link {
  background: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: .25rem .5rem;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  border-radius: .1rem;
  border: 1px solid #fff; }
  .top-blog__link:after {
    content: "\";
    font-family: 'ionicons';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-left: .5em; }

.top-blog-list {
  margin: 0;
  max-height: 7.6rem;
  overflow: auto;
  padding-right: .5rem; }
  .top-blog-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(207, 179, 152, 0.8); }
  .top-blog-list::-webkit-scrollbar {
    width: 10px;
    background-color: #3c5335; }
  .top-blog-list::-webkit-scrollbar-thumb {
    background-color: #3c5335;
    border: 2px solid #3c5335; }
  .top-blog-list dt {
    color: #fff;
    font-size: 12px; }
  .top-blog-list dd {
    margin-left: 0;
    padding-bottom: .5em;
    margin-bottom: .5em;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.4); }
    .top-blog-list dd a {
      color: #fff;
      font-size: 12px;
      text-decoration: none; }
      .top-blog-list dd a:hover {
        text-decoration: underline; }

.top-twitter {
  width: 80%;
  margin: 0 auto; }

.top-twitter__btn {
  display: block;
  padding: .5rem 1.2rem;
  text-align: center;
  border-radius: 5rem;
  line-height: 1;
  font-weight: bold;
  font-size: 0.8rem;
  background-color: #fff;
  text-decoration: none; }
  .top-twitter__btn:before {
    content: "\";
    font-family: 'ionicons';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 1rem; }

.top-bnr__list {
  list-style-type: none;
  padding-left: 0; }

.top-twitter__btn {
  color: #00aced; }

.top-bn-side {
  width: 90%;
  max-width: 400px;
  margin: 0 auto 1.5rem;
  position: relative;
  z-index: 2; }
  .top-bn-side .top-bn-side-list {
    padding: 0; }
    .top-bn-side .top-bn-side-list li {
      margin: 0;
      padding: 0;
      list-style: none; }
      .top-bn-side .top-bn-side-list li + li {
        margin-top: .5rem; }
    .top-bn-side .top-bn-side-list .side-list-owabi a {
      display: block;
      font-weight: bold;
      border-radius: .5rem;
      background-color: #fff;
      padding: 1rem;
      font-size: 12px;
      line-height: 1; }
  .top-bn-side img {
    display: block;
    width: 100%; }

@media screen and (min-width: 841px) {
  .top-bn-side {
    position: fixed;
    z-index: 2;
    bottom: 2.4%;
    right: -7px;
    margin: 0;
    width: 200px; } }
.top-bn-container {
  clear: both;
  position: relative;
  z-index: 1;
  background-color: rgba(50, 35, 25, 0.8);
  padding: 1rem 0; }

@media screen and (min-width: 601px) {
  .top-bn-container {
    padding: 2rem 0 4rem; } }
.top-bn-slider {
  margin: 0 1rem; }
  .top-bn-slider .slick-prev, .top-bn-slider .slick-next {
    text-indent: 200%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: none;
    border: none;
    display: block; }
  .top-bn-slider .slick-prev:before, .top-bn-slider .slick-next:before {
    display: block;
    position: absolute;
    top: 0;
    text-indent: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 1rem; }
  .top-bn-slider .slick-prev {
    right: 100%; }
    .top-bn-slider .slick-prev:before {
      left: 0;
      content: "\";
      font-family: 'ionicons';
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      line-height: 30px; }
  .top-bn-slider .slick-next {
    left: 100%; }
    .top-bn-slider .slick-next:before {
      left: 0;
      content: "\";
      font-family: 'ionicons';
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      line-height: 30px; }
  .top-bn-slider .slick-dots {
    text-align: center;
    left: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    width: 100%;
    padding: .3rem 0;
    margin: 0; }
    .top-bn-slider .slick-dots li {
      display: inline-block; }
      .top-bn-slider .slick-dots li button {
        display: block;
        text-indent: 200%;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        width: 20px;
        height: 20px;
        border: none;
        background: none; }
        .top-bn-slider .slick-dots li button:before {
          content: '•';
          position: absolute;
          display: block;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          line-height: 20px;
          text-align: center;
          font-size: 1.5rem;
          text-indent: 0;
          color: #fff;
          opacity: .6; }
        .top-bn-slider .slick-dots li button:hover:before {
          opacity: 1; }

@media screen and (min-width: 841px) {
  .top-bn-slider {
    margin: 0 2rem; } }
@media screen and (min-width: 601px) {
  .top-bn-slider .slick-slide {
    padding: 0 .5rem; } }
.top-popup-gekijyo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: .5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .top-popup-gekijyo figure {
    min-width: 45%; }
    .top-popup-gekijyo figure img {
      width: 100%; }
  .top-popup-gekijyo p {
    font-size: 14.4px;
    padding: .5rem;
    margin: 0; }

@media screen and (min-width: 841px) {
  .top-popup-gekijyo figure {
    min-width: 25%;
    width: auto; } }
@media screen and (min-width: 841px) {
  .top-popup-gekijyo p {
    padding: 1rem; } }
.top-popup-owabi {
  background-color: #fff;
  border-radius: .5rem;
  padding: 1.5rem;
  margin: 0 20px;
  height: 400px;
  overflow: auto; }
  .top-popup-owabi h1 {
    font-size: 20px;
    margin-bottom: 1rem; }
  .top-popup-owabi .owabi-spec dt {
    font-weight: bold; }

@media screen and (min-width: 841px) {
  .top-popup-owabi {
    height: 500px;
    width: 640px;
    margin: auto; } }
.garupan-dance img {
  display: block;
  margin: 0 auto;
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 280px; }

@media screen and (min-width: 841px) {
  .garupan-dance img {
    max-width: 330px; } }
.chara-list-h {
  background: rgba(60, 83, 53, 0.9);
  background-image: url(../img/bg_camo.png);
  -webkit-transform: skew(-5deg, 0);
          transform: skew(-5deg, 0);
  color: #fff;
  line-height: 1;
  padding: .5rem 1rem;
  border-radius: .2rem; }
  .chara-list-h span {
    display: block;
    -webkit-transform: skew(5deg, 0);
            transform: skew(5deg, 0); }

.chara-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0; }
  .chara-list > li {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 50%;
    padding: 0 .5rem; }
    .chara-list > li a {
      text-decoration: none; }
    .chara-list > li figure {
      padding: 0;
      margin: 0 auto; }
    .chara-list > li figcaption {
      margin: 0;
      font-size: 12px; }
    .chara-list > li img {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      border-radius: 50%;
      background-color: #FFFFFF;
      border: 3px solid rgba(60, 83, 53, 0.6);
      -webkit-transition: border-color 0.25s;
      transition: border-color 0.25s; }
    .chara-list > li a:hover img {
      border-color: #3c5335; }
    .chara-list > li img.finale {
      border-color: rgba(60, 83, 53, 0.6); }
    .chara-list > li a:hover img.finale {
      border-color: #3c5335; }

@media screen and (min-width: 841px) {
  .chara-list > li {
    width: 20%; } }
@media screen and (min-width: 841px) {
  .chara-list > li figcaption {
    font-size: 12px; } }
@media screen and (min-width: 841px) {
  .chara-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .chara-container.-charagroup {
      display: block; } }
@media screen and (min-width: 841px) {
  .chara-img-area {
    width: 45%; }
    .chara-img-area.-charagroup {
      width: 100%; } }
.chara-img {
  max-width: 240px;
  max-height: 500px;
  display: block;
  margin: 0 auto; }

@media screen and (min-width: 841px) {
  .chara-img {
    width: auto;
    max-width: 100%; } }
.chara-dtl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

@media screen and (min-width: 841px) {
  .chara-dtl {
    margin-left: 30px; } }
.chara-name {
  font-size: 2rem;
  font-weight: normal;
  margin: 1rem 0; }

.chara-number {
  display: inline-block;
  min-width: 2rem;
  line-height: 2rem;
  background-color: #3c5335;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.25rem 1rem; }

.chara-cv {
  margin-bottom: 1rem; }

.chara-txt {
  line-height: 1.8; }

.chara-thumbs {
  margin-top: 2rem; }
  .chara-thumbs img {
    display: block;
    margin: 0 auto; }

.sidenav-chara-basic {
  display: block;
  padding: .5rem;
  background: rgba(255, 20, 147, 0.8);
  border: 2px solid #fff;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-size: 14.4px;
  text-align: center;
  margin-top: 1rem; }
  .sidenav-chara-basic:hover {
    color: #fff; }

.chara-nav .chara-nav-list li {
  font-size: 12px; }

.theater-section {
  padding: 1rem;
  border-radius: .5rem;
  border: 2px solid #3c5335;
  background-color: rgba(255, 255, 255, 0.7); }

.theater-section__h {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 1em 0;
  color: #fff;
  background-color: #3c5335;
  padding: .5rem;
  line-height: 1;
  border-radius: .2rem; }
  .theater-section__h.-new {
    position: relative;
    padding-left: 3rem; }
    .theater-section__h.-new::before {
      content: 'NEW';
      position: absolute;
      left: 8px;
      top: 12px;
      display: inline-block;
      background-color: red;
      padding: 2px 8px;
      font-size: 0.625rem;
      color: white; }

.theater-feature {
  padding: 1rem;
  border: 2px solid #3c5335;
  background-color: rgba(207, 179, 152, 0.5);
  border-radius: .4rem; }
  .theater-feature dt {
    font-weight: bold;
    margin-bottom: 1rem; }
  .theater-feature dd {
    margin-left: 0; }

.theater-section__header * {
  margin-bottom: 0; }
  .theater-section__header * + * {
    margin-left: 2rem; }

.tbl-theater {
  width: 100%;
  border-collapse: collapse; }
  .tbl-theater th, .tbl-theater td {
    font-size: 12px;
    padding: .25rem; }
  .tbl-theater .area {
    width: 15%; }
  .tbl-theater .name {
    width: 35%; }
  .tbl-theater .period {
    width: 15%; }
  .tbl-theater .sevenone {
    width: 10%; }
  .tbl-theater .extra {
    width: 25%; }
  .tbl-theater thead th {
    background-color: #3c5335;
    color: #fff; }
  .tbl-theater tr.subhead th {
    background-color: #5e8253;
    color: #fff; }
  .tbl-theater tbody tr:nth-child(odd) td {
    background-color: #fff; }
  .tbl-theater tbody tr:nth-child(even) td {
    background-color: #f3f3f3; }
  .tbl-theater tbody td.period, .tbl-theater tbody td.sevenone {
    text-align: center; }
  .tbl-theater td.atmos-term {
    text-align: center; }

@media screen and (min-width: 841px) {
  .tbl-theater th, .tbl-theater td {
    font-size: 16px; } }
.sevenone-feature {
  border: 1px solid #3c5335;
  border-radius: .5rem;
  padding: 1rem;
  background-color: #fff; }
  .sevenone-feature dt {
    font-weight: bold; }
  .sevenone-feature dd {
    margin-left: 0; }

.theater-privilege {
  margin-top: 2rem;
  padding: 1rem;
  border: 2px solid #3c5335;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: .4rem;
  margin-bottom: 2rem; }

.theater-privilege__h {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 1em 0;
  color: #fff;
  background-color: #3c5335;
  padding: .5rem;
  line-height: 1;
  border-radius: .2rem; }

.theater-privilege__lead {
  font-size: 17.6px; }

.theater-privilege__list {
  margin-bottom: 2rem; }
  .theater-privilege__list dt {
    font-weight: bold; }
  .theater-privilege__list dd + dd {
    margin-top: 1rem; }

.theater-privilege__img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.theater-privilege__note {
  font-size: 12px; }

.theater-goods {
  padding: 1rem;
  border-radius: .5rem;
  border: 2px solid #3c5335;
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 3rem; }

.theater-goods__h {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 1em 0;
  color: #fff;
  background-color: #3c5335;
  padding: .5rem;
  line-height: 1;
  border-radius: .2rem; }

.theater-goods__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem; }
  .theater-goods__list li {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
    .theater-goods__list li img {
      max-width: 100%; }
    .theater-goods__list li + li {
      margin-top: 1rem; }

.theater-plan__list dt {
  border-bottom: 2px solid #3c5335;
  font-weight: bold;
  padding-bottom: .5rem;
  margin-bottom: 1rem; }
.theater-plan__list dd {
  margin-left: 0; }
.theater-plan__list + .theater-plan__list {
  margin-top: 2rem; }

.theater-plan__fig {
  max-width: 500px;
  margin: 0 auto 2rem;
  margin-bottom: 2rem; }
  .theater-plan__fig img {
    display: block;
    max-width: 100%; }

.theater-info1201 {
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #f4efde;
  border: 1px solid #3c5335;
  border-radius: .5rem; }

.theater-info1201__h {
  font-size: 20px;
  margin: 0;
  margin-bottom: .5rem; }

.theater-info1201 p {
  margin-top: 0; }

.cast-team-title {
  padding: .2rem 1rem;
  color: #fff;
  border-radius: .2rem;
  background-color: rgba(224, 0, 121, 0.9);
  font-size: 12px;
  text-align: center;
  -webkit-transform: skew(-5deg, 0);
          transform: skew(-5deg, 0); }
  .cast-team-title.cast-team-finale {
    background: #3c5335;
    background-image: url(../img/bg_camo.png);
    border: 1px solid #fff; }
  .cast-team-title span {
    display: block;
    -webkit-transform: skew(5deg, 0);
            transform: skew(5deg, 0); }

.cast-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14.4px; }
  .cast-list + .cast-list {
    margin-top: .5rem; }
  .cast-list dt {
    margin-right: 1em;
    font-weight: bold; }
    .cast-list dt:after {
      content: ':'; }
    .cast-list dt:before {
      content: "\";
      font-family: 'ionicons';
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      margin-right: .5em;
      font-size: 0.2rem;
      line-height: 1; }
  .cast-list dd {
    margin-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .5rem 0;
  border-bottom: 1px solid #3c5335; }
  .staff-list dt {
    font-weight: bold;
    width: 35%; }
  .staff-list dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 0; }

@media screen and (min-width: 841px) {
  .staff-list dt {
    width: 20%; } }
.story-ep-spec {
  text-align: center; }
  .story-ep-spec p {
    padding: .5rem 2rem;
    line-height: 1.4;
    border: 1px solid #3c5335;
    border-radius: .5rem; }

.story-line-container {
  padding: 2rem 0px; }
  .story-line-container .story-line img {
    display: block;
    margin: 0 auto; }

@media screen and (min-width: 841px) {
  .story-line-container {
    padding: 3rem 0; } }
@media screen and (min-width: 841px) {
  .story-line-container .story-line {
    margin-bottom: 3.4rem; } }
.story-thumbs {
  padding: 0;
  max-width: 400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .story-thumbs li {
    list-style-type: none;
    border: 5px solid #fff;
    margin-bottom: 1rem; }
    .story-thumbs li img {
      max-width: 100%; }

@media screen and (min-width: 841px) {
  .story-thumbs {
    width: 100%;
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
@media screen and (min-width: 841px) {
  .story-thumbs li {
    width: 24%; } }
.movie-section {
  margin-bottom: 2rem; }
  .movie-section .movie-title {
    background: rgba(60, 83, 53, 0.8);
    -webkit-transform: skew(-5deg, 0);
            transform: skew(-5deg, 0);
    color: #fff;
    line-height: 1;
    padding: .5rem 1rem;
    border-radius: .2rem;
    font-size: 14.4px;
    margin-bottom: 1rem; }
    .movie-section .movie-title span {
      display: block;
      -webkit-transform: skew(5deg, 0);
              transform: skew(5deg, 0); }
  .movie-section .movie-capture iframe {
    width: 100%; }

@media screen and (min-width: 841px) {
  .movie-section .movie-title {
    font-size: 16px;
    margin-bottom: 1.5rem; } }
.lity {
  background-color: rgba(60, 83, 53, 0.75); }

.tab-theater {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 1rem; }
  @media (min-width: 841px) {
    .tab-theater {
      padding-left: 4rem; } }

.tab-header {
  display: block;
  height: 100%;
  background-color: #fff;
  border: 0px;
  border-radius: 5px 5px 0 0;
  padding: 0.25rem 1rem 0;
  font-size: 0.625rem;
  font-weight: bold; }
  @media (min-width: 841px) {
    .tab-header {
      font-size: 1.5rem; } }
  .tab-header.-active {
    background-color: #3c5335;
    color: #FFFFFF; }

/*２話 劇城販売グッズ・パンフレット・モーダル*/
.carnival_lead dd {
  margin-left: 0; }

#sample01 figure, #sample02 figure, #sample03 figure {
  margin: 0;
  display: none; }

#sample01 figure:target, #sample02 figure:target, #sample03 figure:target {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999; }

#sample01 figure:target #overlay01, #sample02 figure:target #overlay02, #sample03 figure:target #overlay03 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  color: inherit; }

#sample01 figure:target img, #sample02 figure:target img, #sample03 figure:target img {
  -webkit-animation: fadein .3s;
          animation: fadein .3s; }

@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0.2; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes fadein {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0.2; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
.panfu {
  position: relative; }

.panfu::before {
  content: '拡大';
  position: absolute;
  top: 10px;
  left: 3px;
  display: inline-block;
  padding-left: 23px;
  padding-right: 4px;
  background-color: white;
  border: 1px solid;
  background-size: 16px 16px;
  background-position: 4px center;
  background-repeat: no-repeat;
  font-weight: bold; }

.panfu.-goodslist::before {
  position: absolute;
  top: 45px;
  left: 8px; }

@media (min-width: 840px) {
  .theater-tab li {
    margin-bottom: 0.5rem; } }
.theater-tab .link {
  padding: 0.5rem 0.8rem; }
  .theater-tab .link.-new {
    position: relative;
    padding-right: 4rem; }
    @media (min-width: 841px) {
      .theater-tab .link.-new {
        padding-right: 0.8rem; } }
    .theater-tab .link.-new::after {
      content: 'NEW';
      position: absolute;
      right: 1em;
      top: 8px;
      display: inline-block;
      background-color: red;
      padding: 0 8px;
      color: white;
      font-size: 0.625rem;
      line-height: 0.875rem; }
      @media (min-width: 841px) {
        .theater-tab .link.-new::after {
          top: -22px;
          right: 50%;
          -webkit-transform: translateX(50%);
                  transform: translateX(50%); } }

.theatergoods-wrapper {
  padding-left: 0;
  list-style-type: none; }
  @media (min-width: 600px) {
    .theatergoods-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -0.25rem;
      margin-right: -0.25rem; } }
  @media (min-width: 840px) {
    .theatergoods-wrapper {
      margin-left: -0.5rem;
      margin-right: -0.5rem; } }
  @media (min-width: 600px) {
    .theatergoods-wrapper.-nomargin {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 840px) {
    .theatergoods-wrapper.-nomargin {
      margin-left: 0;
      margin-right: 0; } }
  .theatergoods-wrapper.-nomargin > .items {
    margin-top: 0; }
  .theatergoods-wrapper > .items {
    margin-top: 0.5rem; }
    @media (min-width: 600px) {
      .theatergoods-wrapper > .items {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
    @media (min-width: 840px) {
      .theatergoods-wrapper > .items {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%; } }

.theatergoods-inner {
  height: 100%;
  background-color: #D95C96;
  border-radius: 30px;
  border: 2px solid #D95C96;
  overflow: hidden; }
  @media (min-width: 600px) {
    .theatergoods-inner {
      width: calc(100% - 0.5rem);
      margin: 0 auto; } }

.theatergoods-text {
  background-color: #D95C96;
  padding: 0.4rem;
  margin-top: -1px; }
  .theatergoods-text > .title {
    margin: 0 0 0.25rem;
    color: #FFFFFF;
    font-size: 14px; }
  .theatergoods-text > .company {
    margin-top: 0.5rem;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 1.4; }
    @media (min-width: 840px) {
      .theatergoods-text > .company {
        font-size: 14px; } }

.theatergoods-description {
  padding-left: 18px; }
  .theatergoods-description > .list {
    color: #FFFFFF;
    font-size: 11px;
    line-height: 1.4; }
    @media (min-width: 840px) {
      .theatergoods-description > .list {
        font-size: 14px; } }
  .theatergoods-description + .title {
    margin-top: 0.25rem; }

.theatergoods-definition {
  margin: 0; }
  .theatergoods-definition > .term {
    font-weight: normal; }

.dl-style1 > .title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0.5rem; }
.dl-style1 > .text {
  margin-left: 0; }
  .dl-style1 > .text.-comment {
    position: relative;
    padding-left: 1.25em;
    margin-top: 1rem;
    font-size: 0.625rem; }
    .dl-style1 > .text.-comment::before {
      content: '※';
      position: absolute;
      top: 0;
      left: 0; }

.theater-title3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0.5rem; }

.theater-title4 {
  font-size: 1rem;
  font-weight: bold;
  position: relative; }
  .theater-title4::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 80px;
    height: 1px;
    background-color: #3c5335; }

.list-mark {
  padding-left: 0;
  list-style-type: none; }
  .list-mark > .list {
    padding-left: 1em;
    position: relative;
    line-height: 1.5; }
    .list-mark > .list::before {
      content: '・';
      position: absolute;
      top: 0;
      left: 0;
      font-size: 1em; }
    .list-mark > .list + .list {
      margin-top: 0.5em; }
