@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design
 
//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1; }

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

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

small {
  font-size: 75%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 0;
  padding: 0; }

dd {
  margin: 0px; }

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure, form {
  margin: 0; }

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

button {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

img, abbr, acronym, fieldset {
  border: 0; }

li {
  list-style: none; }

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333; }

.flt {
  float: left; }

.flr {
  float: right; }

.txt_l, td.txt_l, .txt_l td {
  text-align: left; }

.txt_r, td.txt_r, .txt_r td {
  text-align: right; }

.txt_c, td.txt_c, .txt_c td {
  text-align: center; }

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top; }

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle; }

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom; }

.clear {
  clear: both; }

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

.img_bd {
  border: solid 1px #E8E8E8; }

.c_red {
  color: #FF3425; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: '\e800'; }

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: '\e801'; }

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: ''; }

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: '\e803'; }

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: '\e804'; }

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: '\e805'; }

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  line-height: 1.5; }

@media screen and (max-width: 767px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important; } }

@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden; } }

@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333; } }

/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

@media screen and (max-width: 767px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 767px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px; }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important; }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important; } }

@media screen and (max-width: 767px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

@media screen and (max-width: 767px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75; } }

/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important; }

@media screen and (max-width: 767px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }

@media screen and (max-width: 767px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa; } }

@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333; } }

/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #aaa; }

@media screen and (max-width: 767px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0; } }

@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0; } }

/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden; }

/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%; }

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 1em;
  left: 0;
  right: 0;
  margin: auto; }

/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 1.3em;
  margin-bottom: .5em;
  color: #373737;
  text-align: center; }

@media screen and (max-width: 767px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    font-size: 4.5vw; } }

/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #fff; }

/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa; }

@media screen and (max-width: 767px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px; }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static; } }

/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear; }

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s; }

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px; }

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer; }

/* line 20, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s; }

/* line 32, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px; }

/* line 49, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white; }

/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none; }

/* line 17, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none; }

/* line 28, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px; }

/* line 33, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px; }

/* line 38, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em; }

@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0; } }

@media screen and (max-width: 767px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px; } }

@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em; }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1; } }

/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #040000; }

@media screen and (max-width: 767px) {
  #lightcase-overlay {
    opacity: 1 !important; } }

a[class*='lightcase-icon-'].lightcase-icon-close {
  top: 70px;
  right: 70px;
  width: 50px;
  height: 50px;
  -webkit-transition: .8s ease;
  -o-transition: .8s ease;
  transition: .8s ease; }
  @media screen and (max-width: 767px) {
    a[class*='lightcase-icon-'].lightcase-icon-close {
      width: 40px;
      height: 40px;
      top: 20px;
      right: 20px; } }

a[class*='lightcase-icon-'].lightcase-icon-close:before {
  content: '';
  display: block;
  background: url(../images/icon_close.svg);
  width: 50px;
  height: 50px;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    a[class*='lightcase-icon-'].lightcase-icon-close:before {
      width: 40px;
      height: 40px; } }

a[class*='lightcase-icon-'].lightcase-icon-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/*
0:セット
------------------------------------------------------------
*/
html {
  width: 100%; }

body {
  font-family: 'Noto Sans JP',"メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  color: #fff;
  background: #040000;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  letter-spacing: 1px; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 15px; } }

.win body {
  font-family: 'Noto Sans JP',"メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif; }

a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s; }
  a:link, a:active, a:visited {
    text-decoration: none; }

.opacity {
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s; }
  .opacity:hover {
    opacity: .5; }

img {
  max-width: 100%;
  height: auto; }
  img[src$=".svg"] {
    max-width: 100%;
    width: 100%;
    height: auto; }

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

.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp {
      display: inherit; } }

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
  overflow: hidden;
  min-width: 1000px; }
  @media screen and (max-width: 767px) {
    #container_wrap {
      min-width: 1px; } }

.inner {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }
  .inner::after {
    content: '';
    display: block;
    clear: both; }

.secound_wrap {
  background: url(../images/bg_secound.jpg) no-repeat center/cover;
  height: 600px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .secound_wrap {
      height: 400px; } }

.section_wrap {
  background: url(../images/bg_low.png) no-repeat top/100% auto;
  position: relative;
  padding: 100px 0 50px;
  overflow: hidden;
  min-height: 1000px; }
  .section_wrap:after {
    position: absolute;
    content: '';
    background: #040000;
    width: 200%;
    height: 170px;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    left: -50%;
    top: -32%; }
  @media screen and (max-width: 767px) {
    .section_wrap {
      min-height: 1px; } }

.section {
  margin-bottom: 10%; }

#main {
  float: right;
  width: 75%; }
  @media screen and (max-width: 767px) {
    #main {
      float: none;
      width: 100%;
      margin-bottom: 15%; } }

#sub {
  float: left;
  width: 19%; }
  @media screen and (max-width: 767px) {
    #sub {
      float: none;
      width: 100%; } }

/*
//ヘッダー
------------------------------------------------------------
*/
header {
  width: 100%;
  padding: 50px 80px 0;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  min-width: 1000px; }
  @media screen and (max-width: 1370px) {
    header {
      padding: 20px 30px 0; } }
  @media screen and (max-width: 767px) {
    header {
      min-width: 1px; } }
  header.scroll_page {
    padding: 20px 80px;
    background: #000; }
    @media screen and (max-width: 1370px) {
      header.scroll_page {
        padding: 20px 30px; } }
    header.scroll_page .header_ttl img.logo {
      width: 70px;
      height: 100px; }
    header.scroll_page .menu-trigger {
      top: 55px; }
    @media screen and (max-width: 767px) {
      header.scroll_page {
        padding: 10px 15px; }
        header.scroll_page .header_ttl img.logo, header.scroll_page .header_low_ttl img.logo {
          width: 34px;
          height: 50px; }
        header.scroll_page .menu-trigger {
          top: 25px;
          right: 15px;
          opacity: 1; } }

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

.header_ttl img.logo {
  width: 140px;
  height: 200px;
  margin-right: 50px;
  position: relative;
  z-index: 4; }
  @media screen and (max-width: 1270px) {
    .header_ttl img.logo {
      width: 150px;
      height: 145px;
      margin-right: 40px; } }
  @media screen and (max-width: 767px) {
    .header_ttl img.logo {
      z-index: 1; } }

.header_low_ttl img.logo {
  width: 70px;
  height: 100px;
  margin-right: 50px;
  position: relative;
  z-index: 4; }
  @media screen and (max-width: 767px) {
    .header_low_ttl img.logo {
      z-index: 1; } }

#gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 1.0625em;
  font-weight: bold; }
  @media screen and (max-width: 1270px) {
    #gnavi ul {
      font-size: .9375em; } }
  @media screen and (max-width: 1110px) {
    #gnavi ul {
      display: none; } }
  #gnavi ul li {
    margin-right: 2em; }
    #gnavi ul li:last-child {
      margin-right: 0; }
    #gnavi ul li span {
      font-size: .7em;
      display: block;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: normal; }

.menu-trigger, .menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.menu-trigger {
  position: fixed;
  top: 135px;
  right: 80px;
  width: 35px;
  height: 22px;
  z-index: 3;
  cursor: pointer; }
  @media screen and (max-width: 1370px) {
    .menu-trigger {
      right: 30px;
      top: 110px; } }
  @media screen and (max-width: 1270px) {
    .menu-trigger {
      top: 80px; } }
  @media screen and (max-width: 767px) {
    .menu-trigger {
      opacity: 0;
      -webkit-transition: .8s;
      -o-transition: .8s;
      transition: .8s; } }
  .menu-trigger.menu-trigger__low {
    top: 85px; }
    @media screen and (max-width: 1370px) {
      .menu-trigger.menu-trigger__low {
        top: 55px; } }
  .menu-trigger span {
    position: absolute;
    z-index: 4;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    margin: auto; }
    .menu-trigger span:nth-of-type(1) {
      top: 0; }
    .menu-trigger span:nth-of-type(2) {
      top: 0;
      bottom: 0; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 0;
      width: 80%; }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    -ms-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
    top: -8px; }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    -ms-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    bottom: -10px;
    width: 100%; }

#overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.9);
  overflow-y: scroll;
  padding: 10% 5%; }
  #overlay .hum_nav {
    font-size: 1.2em;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 767px) {
      #overlay .hum_nav {
        font-size: 4.5vw;
        position: relative; } }
    #overlay .hum_nav li {
      margin-bottom: 1.5em;
      opacity: 0; }
      #overlay .hum_nav li:nth-child(1) {
        -webkit-animation: fade_nav .5s ease .5s 1 forwards;
        animation: fade_nav .5s ease .5s 1 forwards; }
      #overlay .hum_nav li:nth-child(2) {
        -webkit-animation: fade_nav 1.5s ease .5s 1 forwards;
        animation: fade_nav 1.5s ease .5s 1 forwards; }
      #overlay .hum_nav li:nth-child(3) {
        -webkit-animation: fade_nav 2.5s ease .5s 1 forwards;
        animation: fade_nav 2.5s ease .5s 1 forwards; }
      #overlay .hum_nav li:nth-child(4) {
        -webkit-animation: fade_nav 3.5s ease .5s 1 forwards;
        animation: fade_nav 3.5s ease .5s 1 forwards; }
      #overlay .hum_nav li:nth-child(5) {
        -webkit-animation: fade_nav 4.5s ease .5s 1 forwards;
        animation: fade_nav 4.5s ease .5s 1 forwards; }
      #overlay .hum_nav li:nth-child(6) {
        -webkit-animation: fade_nav 5.5s ease .5s 1 forwards;
        animation: fade_nav 5.5s ease .5s 1 forwards; }
      #overlay .hum_nav li:nth-child(7) {
        -webkit-animation: fade_nav 6.5s ease .5s 1 forwards;
        animation: fade_nav 6.5s ease .5s 1 forwards; }
      #overlay .hum_nav li:nth-child(8) {
        -webkit-animation: fade_nav 7.5s ease .5s 1 forwards;
        animation: fade_nav 7.5s ease .5s 1 forwards; }
      #overlay .hum_nav li:nth-child(9) {
        -webkit-animation: fade_nav 8.5s ease .5s 1 forwards;
        animation: fade_nav 8.5s ease .5s 1 forwards; }
      #overlay .hum_nav li:last-child {
        margin-bottom: 0; }
      #overlay .hum_nav li span {
        margin-left: 2em;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: .7em; }
    #overlay .hum_nav a {
      color: #fff; }

@-webkit-keyframes fade_nav {
  100% {
    opacity: 1; } }

@keyframes fade_nav {
  100% {
    opacity: 1; } }

/*
//フッター
------------------------------------------------------------
*/
footer {
  background: url(../images/bg_footer.jpg) no-repeat bottom left/cover;
  padding: 100px 0 80px;
  position: relative; }
  footer:before {
    position: absolute;
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(#040000), to(rgba(4, 0, 0, 0)));
    background: -webkit-linear-gradient(top, #040000, rgba(4, 0, 0, 0));
    background: -o-linear-gradient(top, #040000, rgba(4, 0, 0, 0));
    background: linear-gradient(to bottom, #040000, rgba(4, 0, 0, 0));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  @media screen and (max-width: 767px) {
    footer {
      padding: 15% 0 20%; } }

#footer {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 15px;
  z-index: 1;
  position: relative; }

p.footer_p {
  font-size: .9375em;
  text-align: center;
  letter-spacing: .15em;
  margin-bottom: 3%; }
  @media screen and (max-width: 767px) {
    p.footer_p {
      font-size: 3vw;
      margin-bottom: 5%; } }

.f_logo {
  margin: 0 0 15px; }

.copy {
  font-size: .8125em;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .copy {
      font-size: 2.5vw; } }

/*
5:side
------------------------------------------------------------
*/
.section_side {
  margin-bottom: 15%; }
  .section_side:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .section_side {
      margin-bottom: 10%; } }

#searchform div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #searchform div input#search {
    border: 1px solid #333;
    padding: .5em;
    border-radius: 20px;
    margin-right: 5%;
    width: 100%; }
  #searchform div input#search_btn {
    border: none;
    background: none;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    padding: 0;
    background: url(../images/icon_search.svg) no-repeat center/100%;
    font-size: 0; }

.list_cat {
  font-size: .8125em;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .list_cat {
      font-size: 1em; } }
  .list_cat li {
    margin-bottom: 1em; }
    .list_cat li:last-child {
      margin-bottom: 0; }
    .list_cat li a {
      position: relative;
      padding-left: 13px; }
      .list_cat li a:before {
        position: absolute;
        content: '';
        background: url(../images/right_w.svg) no-repeat center/cover;
        width: 5px;
        height: 10px;
        left: 0;
        top: 7px; }
      .list_cat li a:hover {
        color: #9fa0a0; }

.list_side li {
  margin-bottom: 10%; }
  .list_side li:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .list_side li {
      font-size: 1em;
      margin-bottom: 5%; } }
  .list_side li p.date {
    margin-bottom: .5em;
    letter-spacing: .15em;
    font-size: .875em; }
  .list_side li div.article_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .list_side li div.side_img {
    width: 50px;
    margin-right: 10px;
    height: 50px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .list_side li div.side_img {
        width: 100px;
        height: 80px; } }
    .list_side li div.side_img .wpp-thumbnail {
      width: 100%; }
  .list_side li div.side_desc {
    width: calc(100% - 60px);
    line-height: 1.5;
    font-size: .8125em; }

.wpp-no-data {
  font-size: .8125em; }

/*
5:div
------------------------------------------------------------
*/
.main_img {
  background: url(../images/main_img_01.jpg) no-repeat bottom left/cover;
  height: 100vh;
  position: relative; }
  .main_img:after {
    position: absolute;
    content: '';
    background: url(../images/icon_japan.svg) no-repeat;
    width: 358px;
    height: 345px;
    left: 0;
    right: 0;
    bottom: -10vh;
    margin: auto;
    opacity: 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .main_img:after {
        width: 179px;
        height: 172.5px; } }
  .main_img.scroll_page:after {
    opacity: 1; }
  .main_img.scroll_page .main_inner {
    opacity: 0; }
  .main_img .main_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    width: 100%; }
    .main_img .main_inner h2 {
      font-size: 4.0625em;
      text-align: center;
      line-height: 1.5;
      margin-bottom: .5em; }
      @media screen and (max-width: 767px) {
        .main_img .main_inner h2 {
          font-size: 7vw;
          margin-bottom: 1em; } }

.main_imgsp {
  background: url(../images/main_img_01_sp.jpg) no-repeat bottom left/cover;
  height: 100vh;
  position: relative; }
  .main_imgsp:after {
    position: absolute;
    content: '';
    background: url(../images/icon_japan.svg) no-repeat;
    width: 358px;
    height: 345px;
    left: 0;
    right: 0;
    bottom: -10vh;
    margin: auto;
    opacity: 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .main_imgsp:after {
        width: 179px;
        height: 172.5px; } }
  .main_imgsp.scroll_page:after {
    opacity: 1; }
  .main_imgsp.scroll_page .main_inner {
    opacity: 0; }
  .main_imgsp .main_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    width: 100%; }
    .main_imgsp .main_inner h2 {
      font-size: 4.0625em;
      text-align: center;
      line-height: 1.5;
      margin-bottom: .5em; }
      @media screen and (max-width: 767px) {
        .main_imgsp .main_inner h2 {
          font-size: 7vw;
          margin-bottom: 1em; } }

.section_top {
  padding: 130px 0 200px;
  position: relative;
  z-index: -1; }
  @media screen and (max-width: 767px) {
    .section_top {
      padding: 100px 0; } }
  .section_top:before {
    position: absolute;
    content: '';
    background: rgba(4, 0, 0, 0.6);
    width: 200%;
    height: 100%;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
    left: -50%;
    top: 85%; }
  .section_top:after {
    content: '';
    display: block;
    clear: both; }
  .section_top img.logo_top {
    width: 208px;
    height: 204px;
    margin: 0 auto 4%;
    display: block; }
    @media screen and (max-width: 767px) {
      .section_top img.logo_top {
        margin-bottom: 10%; } }
  .section_top p.top_p {
    text-align: center;
    font-size: 1.125em; }
    @media screen and (max-width: 767px) {
      .section_top p.top_p {
        text-align: left;
        font-size: 1em; } }
  .section_top.section_top__low {
    z-index: 1;
    padding: 0;
    margin-bottom: 15%; }
    .section_top.section_top__low:before {
      width: 0;
      height: 0;
      background: none; }

.section_top2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: .875em;
  margin-bottom: 15%;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .section_top2 div:first-child {
    width: 34%; }
    @media screen and (max-width: 767px) {
      .section_top2 div:first-child {
        width: 100%;
        margin-bottom: 8%; } }
  .section_top2 div:last-child {
    width: 61%; }
    @media screen and (max-width: 767px) {
      .section_top2 div:last-child {
        width: 100%; } }
    .section_top2 div:last-child h3 {
      font-size: 2.2em;
      letter-spacing: .1em;
      line-height: 1.7;
      margin-bottom: 1em;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .section_top2 div:last-child h3 {
          font-size: 4.5vw; } }

.section_top3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125em;
  letter-spacing: .1em;
  line-height: 2.5;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10%; }
  @media screen and (max-width: 767px) {
    .section_top3 {
      font-size: 1em;
      margin-bottom: 15%; } }
  .section_top3 div:first-child {
    width: 45%; }
    @media screen and (max-width: 767px) {
      .section_top3 div:first-child {
        width: 100%;
        margin-bottom: 8%; } }
  .section_top3 div:last-child {
    width: 52%; }
    @media screen and (max-width: 767px) {
      .section_top3 div:last-child {
        width: 100%; } }
    .section_top3 div:last-child .main_ttl {
      margin-bottom: .5em;
      text-align: left; }
    .section_top3 div:last-child a.button {
      margin-top: 2em; }

.section_top4 {
  margin-bottom: 5%; }
  @media screen and (max-width: 767px) {
    .section_top4 {
      margin-bottom: 8%; } }
  .section_top4 p.top_p {
    text-align: center;
    font-size: 1.125em; }
    @media screen and (max-width: 767px) {
      .section_top4 p.top_p {
        text-align: center;
        font-size: 1em; } }

.section_top5 {
  padding: 5% 0;
  margin-bottom: 5%; }
  @media screen and (max-width: 767px) {
    .section_top5 {
      padding: 8% 0;
      margin-bottom: 8%; } }

.box {
  padding: 2em;
  margin: 0 0 2em; }
  .box::after {
    content: '';
    display: block;
    clear: both; }
  .box .ate {
    border: 1px dotted #1d1d1d; }

.map {
  position: relative; }
  .map::before {
    content: '';
    display: block;
    padding: 60% 0 0; }
  .map > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.section_txt {
  font-size: .9375em; }
  .section_txt p.date {
    font-size: .9375em;
    letter-spacing: .2em;
    margin-bottom: 1em; }
    @media screen and (max-width: 767px) {
      .section_txt p.date {
        font-size: .8em; } }
  .section_txt img {
    margin: 3% 0;
    display: block;
    max-height: 500px;
    width: auto; }

/*
6:ul
------------------------------------------------------------
*/
.list_topics {
  max-width: 1000px;
  margin: 0 auto 3%;
  border-top: 1px solid #fff; }
  @media screen and (max-width: 767px) {
    .list_topics {
      margin-bottom: 10%; } }
  .list_topics li {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 1.5em 2.5em; }
    @media screen and (max-width: 767px) {
      .list_topics li {
        padding: 1em; } }
    .list_topics li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .list_topics li a:hover {
        color: #efea3a; }
      @media screen and (max-width: 767px) {
        .list_topics li a {
          -ms-flex-flow: wrap;
          flex-flow: wrap; } }
      .list_topics li a span {
        margin-right: 2.5em; }
        @media screen and (max-width: 767px) {
          .list_topics li a span {
            font-size: .85em; } }

.list_movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .list_movie li {
    width: 46%;
    margin: 0 8% 8% 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      .list_movie li {
        width: 48%;
        margin: 0 4% 4% 0; } }
    .list_movie li:nth-child(2n) {
      margin-right: 0; }
    .list_movie li a {
      position: relative;
      display: block; }
      .list_movie li a:before, .list_movie li a:after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      .list_movie li a:before {
        background: url(../images/icon_play.svg) no-repeat center/100%;
        width: 70px;
        height: 52px;
        z-index: 1; }
        @media screen and (max-width: 767px) {
          .list_movie li a:before {
            width: 35px;
            height: 35px; } }
      .list_movie li a:after {
        background: rgba(4, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: .8s;
        -o-transition: .8s;
        transition: .8s; }
      .list_movie li a:hover:after {
        opacity: 1; }
    .list_movie li img.fit {
      font-family: "object-fit:cover;";
      -o-object-fit: cover;
      object-fit: cover;
      height: 350px;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .list_movie li img.fit {
          height: 130px; } }

.list_photo__slider {
  margin-bottom: 30px; }
  .list_photo__slider li {
    margin: 0 15px; }
    .list_photo__slider li a {
      position: relative;
      display: block; }
      .list_photo__slider li a:after {
        position: absolute;
        content: '';
        background: rgba(4, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-transition: .8s;
        -o-transition: .8s;
        transition: .8s; }
      .list_photo__slider li a:hover:after {
        opacity: 1; }
    .list_photo__slider li img.fit {
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit:cover;";
      height: 150px; }

.list_bunner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 5%; }
  @media screen and (max-width: 767px) {
    .list_bunner {
      margin-bottom: 11%; } }
  .list_bunner li {
    width: 23%;
    margin: 0 2.66% 2.66% 0; }
    @media screen and (max-width: 767px) {
      .list_bunner li {
        width: 48%;
        margin: 0 4% 4% 0; }
        .list_bunner li:nth-child(2n) {
          margin-right: 0; } }
    .list_bunner li:nth-child(4n) {
      margin-right: 0; }
    .list_bunner li a {
      position: relative;
      display: block; }
      .list_bunner li a:after {
        position: absolute;
        content: '';
        background: rgba(4, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-transition: .8s;
        -o-transition: .8s;
        transition: .8s; }
      .list_bunner li a:hover:after {
        opacity: 1; }

ul.list_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 97px;
  margin: 0 auto 3%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    ul.list_sns {
      margin-bottom: 10%; } }
  ul.list_sns li img {
    height: 32px;
    max-width: 31px; }
    @media screen and (max-width: 767px) {
      ul.list_sns li img {
        height: 25px;
        max-width: 24px; } }

ul.list_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: -4%; }
  ul.list_photo li {
    width: 22%;
    margin: 0 4% 4% 0; }
    ul.list_photo li:nth-child(4n) {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      ul.list_photo li {
        width: 48%;
        margin: 0 4% 4% 0; }
        ul.list_photo li:nth-child(2n) {
          margin-right: 0; } }
    ul.list_photo li img.fit {
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit:cover;";
      height: 200px;
      margin: 0 auto;
      display: block; }
      @media screen and (max-width: 767px) {
        ul.list_photo li img.fit {
          height: 150px; } }

ul.related_post {
  border-top: 1px solid #fff; }
  ul.related_post li {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 1.5em 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      ul.related_post li {
        padding: 1em;
        -ms-flex-flow: wrap;
        flex-flow: wrap; } }
    ul.related_post li small.wp_rp_publish_date {
      margin-right: 2.5em;
      letter-spacing: .2em;
      width: 180px; }
      @media screen and (max-width: 767px) {
        ul.related_post li small.wp_rp_publish_date {
          display: block; } }
    ul.related_post li a:hover {
      color: #efea3a; }

div.wp_rp_footer a.wp_rp_edit {
  display: none !important; }

.list_team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  font-size: .9375em;
  margin: 180px 0 -150px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .list_team {
      margin: 0 0 -10%; } }
  .list_team li {
    width: 47%;
    margin: 0 0 150px 0;
    position: relative; }
    .list_team li:nth-child(2n) {
      margin: 120px 0 150px; }
      @media screen and (max-width: 767px) {
        .list_team li:nth-child(2n) {
          margin: 0 0 15%; } }
    @media screen and (max-width: 767px) {
      .list_team li {
        width: 100%;
        margin: 0 0 15%; } }
    .list_team li div:first-child {
      margin-bottom: 25px; }
    .list_team li .prefectures_p {
      background: url(../images/bg_prefectures.svg) no-repeat center/cover;
      width: 137px;
      height: 152px;
      text-align: center;
      font-size: 1.5em;
      padding-top: 40px;
      line-height: 1.5;
      color: #000;
      position: absolute;
      left: 20px;
      top: -120px; }
      @media screen and (max-width: 767px) {
        .list_team li .prefectures_p {
          width: 100px;
          height: 112px;
          font-size: 1.2em;
          top: 0;
          left: 0;
          position: relative;
          right: 0;
          margin: auto;
          padding-top: 32px; } }
      .list_team li .prefectures_p span {
        font-size: .56em;
        display: block;
        font-family: 'Roboto Condensed', sans-serif;
        letter-spacing: 2px;
        text-transform: uppercase; }
    .list_team li img {
      width: 100%; }
    .list_team li .name {
      font-size: 1.375em;
      font-weight: bold;
      margin-bottom: 15px;
      line-height: 1.5; }
    .list_team li .com {
      background: #efea3a;
      width: 150px;
      font-size: .86em;
      text-align: center;
      font-family: 'Roboto Condensed', sans-serif;
      position: relative;
      letter-spacing: 2px;
      color: #000;
      margin-bottom: 15px;
      height: 25px;
      line-height: 25px; }
      .list_team li .com:after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12.5px 0 12.5px 12px;
        border-color: transparent transparent transparent #efe93a;
        right: -12px;
        top: 0; }

.list_movie__low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  font-size: .9375em;
  margin: 180px 0 -150px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .list_movie__low {
      margin: 0 0 -10%; } }
  .list_movie__low li {
    width: 47%;
    margin: 0 0 150px 0;
    position: relative; }
    .list_movie__low li:nth-child(2n) {
      margin: 120px 0 150px; }
      @media screen and (max-width: 767px) {
        .list_movie__low li:nth-child(2n) {
          margin: 0 0 15%; } }
    @media screen and (max-width: 767px) {
      .list_movie__low li {
        width: 100%;
        margin: 0 0 15%; } }
    .list_movie__low li a {
      position: relative;
      display: block; }
      .list_movie__low li a:before, .list_movie__low li a:after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      .list_movie__low li a:before {
        background: url(../images/icon_play.svg) no-repeat center/100%;
        width: 70px;
        height: 52px;
        z-index: 1; }
      .list_movie__low li a:after {
        background: rgba(4, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: .8s;
        -o-transition: .8s;
        transition: .8s; }
      .list_movie__low li a:hover:after {
        opacity: 1; }
    .list_movie__low li .prefectures_p {
      background: url(../images/bg_prefectures.svg) no-repeat center/cover;
      width: 137px;
      height: 152px;
      text-align: center;
      font-size: 1.5em;
      padding-top: 40px;
      line-height: 1.5;
      color: #000;
      position: absolute;
      left: 20px;
      top: -120px;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .list_movie__low li .prefectures_p {
          width: 100px;
          height: 112px;
          font-size: 1.2em;
          top: 0;
          left: 0;
          position: relative;
          right: 0;
          margin: auto;
          padding-top: 32px; } }
      .list_movie__low li .prefectures_p span {
        font-size: .56em;
        display: block;
        font-family: 'Roboto Condensed', sans-serif;
        letter-spacing: 2px;
        text-transform: uppercase; }
    .list_movie__low li img {
      width: 100%; }

/*
7:dl
------------------------------------------------------------
*/
.dlist_bnr {
  background: #333;
  color: #fff;
  font-size: 1.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media screen and (max-width: 767px) {
    .dlist_bnr {
      font-size: 1em; } }
  .dlist_bnr dt {
    width: 40%; }
    @media screen and (max-width: 767px) {
      .dlist_bnr dt {
        width: 100%; } }
    .dlist_bnr dt div.img_eye {
      height: 210px;
      background-position: center; }
  .dlist_bnr dd {
    text-align: center;
    width: 60%;
    padding: 3% 5%; }
    @media screen and (max-width: 767px) {
      .dlist_bnr dd {
        width: 100%;
        padding: 5%; } }

.dlist_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .dlist_about dt {
    width: 48%;
    margin-right: 4%; }
  .dlist_about dd {
    width: 48%; }

/*
8:table
------------------------------------------------------------
*/
.table_company {
  width: 100%;
  border-top: 1px solid #000; }
  .table_company th {
    font-weight: 700;
    padding: 0.8em 1em;
    border-bottom: 1px solid #000; }
  .table_company td {
    padding: 0.8em 1em;
    border-bottom: 1px solid #000; }

.table_over {
  width: 100%;
  font-size: .9em;
  max-width: 600px;
  margin: 0 auto; }
  .table_over tr th {
    width: 30%;
    font-weight: normal;
    vertical-align: text-bottom;
    padding-bottom: 1em;
    text-align: left; }
  .table_over tr td {
    width: 70%;
    padding-bottom: 1em; }

/*
9:タイトル
------------------------------------------------------------
*/
.top_ttl {
  font-size: 2.25em;
  margin: 0 0 1em;
  text-align: center;
  letter-spacing: .1em; }
  @media screen and (max-width: 767px) {
    .top_ttl {
      font-size: 7vw; } }

.main_ttl {
  font-size: 2.875rem;
  margin: 0 0 1em;
  letter-spacing: .2em;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .main_ttl {
      font-size: 8vw; } }
  .main_ttl span {
    display: block;
    font-size: .3em;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: .1em;
    padding-top: 1.5em;
    margin-top: 1.5em;
    position: relative; }
    .main_ttl span:before {
      position: absolute;
      content: '';
      background: #fff;
      width: 30px;
      height: 1px;
      left: 0;
      right: 0;
      top: 0;
      margin: auto; }
    @media screen and (max-width: 767px) {
      .main_ttl span {
        font-size: .4em; } }

.low_main_ttl {
  font-size: 2.875em;
  letter-spacing: .15em;
  font-family: 'Roboto Condensed', sans-serif;
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 160px); }
  @media screen and (max-width: 1370px) {
    .low_main_ttl {
      width: calc(100% - 60px); } }
  @media screen and (max-width: 767px) {
    .low_main_ttl {
      width: calc(100% - 30px);
      font-size: 9vw; } }

.sub_ttl {
  font-size: 1.3em;
  margin: 0 0 1em; }
  @media screen and (max-width: 767px) {
    .sub_ttl {
      font-size: 4vw; } }

.txt_ttl {
  font-size: 1.3em;
  border-bottom: 2px solid #fff;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  line-height: 1.6; }
  @media screen and (max-width: 767px) {
    .txt_ttl {
      font-size: 4.5vw; } }

.side_ttl {
  border-bottom: 1px solid #fff;
  font-size: .9375em;
  margin-bottom: 1.5em;
  padding: 0 0 1em;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: .2em; }
  @media screen and (max-width: 767px) {
    .side_ttl {
      font-size: 5vw;
      padding: 0 0 .5em;
      margin-bottom: 1em; } }

.read_ttl {
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 1.25em; }
  @media screen and (max-width: 767px) {
    .read_ttl {
      font-size: 4.5vw; } }

/*
10：装飾
------------------------------------------------------------
*/
.bg_gulitter {
  background: url(../images/bg_glitter.jpg) no-repeat center/cover; }

.bg_splash {
  background: url(../images/bg_splash.png) no-repeat center/cover; }

.txt_clr_gray {
  color: #ccc; }

.txt_clr_white {
  color: #fff; }

.txt_clr_black {
  color: #000; }

/*
11:ボタン系
------------------------------------------------------------
*/
#topcontrol {
  width: 35px;
  height: 35px;
  background: url(../images/pagetop.png) no-repeat center/auto 100%; }

a.more {
  text-align: center;
  font-size: .9em;
  color: #CCC;
  margin: 0 5%;
  width: 90%; }
  a.more:hover {
    border: 1px dotted #111;
    color: #CCC; }

a.button {
  color: #000;
  display: block;
  padding: 1em;
  position: relative;
  background: #efea3a;
  max-width: 382px;
  width: 80%;
  margin: 0 auto;
  border-radius: 40px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2; }
  @media screen and (max-width: 767px) {
    a.button {
      font-size: 1rem; } }
  a.button:after {
    position: absolute;
    content: '';
    background: url(../images/right_b.svg) no-repeat;
    width: 5px;
    height: 10px;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto; }
  a.button:hover {
    opacity: .6; }

a.button2 {
  max-width: 340px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#0e405a), to(#3584a7));
  background: -webkit-linear-gradient(left, #0e405a, #3584a7);
  background: -o-linear-gradient(left, #0e405a, #3584a7);
  background: linear-gradient(to right, #0e405a, #3584a7);
  padding: 1em;
  border-radius: 30px;
  position: relative; }
  a.button2:after {
    position: absolute;
    content: '';
    background: url(../images/right_w.svg) no-repeat;
    width: 5px;
    height: 10px;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto; }
  a.button2:hover {
    opacity: .6; }

/*
12:その他パーツ
------------------------------------------------------------
*/
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s; }

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

#list_breadcrumb {
  position: absolute;
  text-align: right;
  right: 0;
  left: 0;
  bottom: 70px;
  margin: auto;
  font-size: .8em;
  letter-spacing: .1em;
  z-index: 1;
  width: calc(100% - 160px); }
  @media screen and (max-width: 1370px) {
    #list_breadcrumb {
      right: 30px;
      width: calc(100% - 60px); } }
  @media screen and (max-width: 767px) {
    #list_breadcrumb {
      right: 15px;
      width: calc(100% - 30px);
      font-size: 2vw;
      bottom: 0; } }

.over_wrap {
  max-width: 900px;
  margin: 0 auto; }

.font_15 {
  font-size: .9em; }

/*
13:コンタクトフォーム
------------------------------------------------------------
*/
.form_wrap {
  width: 100%;
  max-width: 787px;
  margin: 0 auto; }

.contactform {
  margin: 0 0 5%; }
  @media screen and (max-width: 767px) {
    .contactform {
      margin-bottom: 1em; } }
  .contactform tr th {
    padding: 1em 1em 1em 0;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    width: 25%; }
    @media screen and (max-width: 767px) {
      .contactform tr th {
        width: 100%;
        display: block;
        padding: 0 0 .5em; } }
  .contactform tr td {
    width: 75%;
    padding: 1em 0;
    text-align: left;
    vertical-align: top;
    font-size: .9375em; }
    @media screen and (max-width: 767px) {
      .contactform tr td {
        width: 100%;
        display: block;
        padding: 0 0 1em; } }

input, textarea, select {
  width: 100%;
  padding: 1em;
  border-radius: 5px;
  border: none; }

textarea {
  height: 230px;
  line-height: 1.5; }

span.mwform-checkbox-field.horizontal-item {
  margin: 0 0 2em;
  display: inline-block; }

input[type="checkbox"] {
  width: auto; }

span.mwform-tel-field input {
  width: 25% !important; }

.submit, .backBtn {
  color: #000;
  max-width: 340px;
  width: 90%;
  margin: 0 auto;
  padding: 1.5em;
  display: block;
  font-size: 1.125em;
  line-height: 1;
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: #fff url(../images/right_b.svg) no-repeat center right 5%/5px 10px;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  letter-spacing: .1em;
  font-family: "Noto Sans JP", sans-serif; }

.backBtn {
  background: #efea3a url(../images/right_b.svg) no-repeat center right 5%/5px 10px;
  margin-top: 1.5em; }

.submit:hover, .backBtn:hover {
  opacity: .8; }

.required {
  font-size: .75em;
  display: inline-block;
  margin-left: 1em;
  line-height: 1; }

.section_terms {
  margin: 0 auto 2em;
  width: 100%;
  max-width: 787px;
  height: 350px;
  overflow-y: scroll;
  background: #fff;
  border-radius: 5px;
  color: #000;
  font-size: .8em;
  line-height: 1.6;
  padding: 2em; }
  .section_terms a:link {
    color: #000;
    text-decoration: underline; }
  .section_terms a:visited {
    color: #000;
    text-decoration: underline; }
  .section_terms a:active {
    color: #000;
    text-decoration: underline; }

/*
14:ワードプレス
------------------------------------------------------------
*/
p.com_p {
  text-align: center;
  font-size: 2.25em;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: .1em; }
  @media screen and (max-width: 767px) {
    p.com_p {
      font-size: 5vw; } }

p.secound_p {
  text-align: center;
  font-size: .9375em;
  letter-spacing: .1em;
  margin-bottom: 3em; }
  @media screen and (max-width: 767px) {
    p.secound_p {
      text-align: left; } }

.id_box {
  padding-top: 150px;
  margin-top: -150px; }
  @media screen and (max-width: 767px) {
    .id_box {
      padding-top: 80px;
      margin-top: -80px; } }

img.img_japan {
  width: 358px;
  height: 345px;
  display: block;
  margin: 0 auto 5%; }
  @media screen and (max-width: 767px) {
    img.img_japan {
      width: 179px;
      height: 172.5px; } }

p.contact_p {
  text-align: center;
  font-size: 1.6em;
  letter-spacing: .2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  white-space: nowrap;
  margin: 0 auto 1em;
  width: 100%;
  max-width: 787px; }
  p.contact_p:before, p.contact_p:after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background: #fff;
    display: block; }
  p.contact_p:before {
    margin-right: 2em; }
  p.contact_p:after {
    margin-left: 2em; }

.display_none {
  display: none; }

.section_accordion {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 5%; }
  @media screen and (max-width: 767px) {
    .section_accordion {
      margin-bottom: 10%; } }
  .section_accordion dl {
    border-bottom: 1px solid #fff; }
    .section_accordion dl dd {
      padding: 0 30px 2em 55px;
      font-size: .9em; }
      @media screen and (max-width: 767px) {
        .section_accordion dl dd {
          padding: 0 0 2em; } }

.accordion li {
  border-bottom: 1px solid #ccc;
  padding: 10px; }

.accordion a {
  display: block; }

.switch {
  cursor: pointer;
  position: relative;
  padding: 1.5em 30px 1.5em 55px; }
  @media screen and (max-width: 767px) {
    .switch {
      padding: 1.5em 30px 1.5em 45px; } }
  .switch:before {
    position: absolute;
    content: 'Q';
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.3em;
    left: 0;
    top: 20px;
    background: #fff;
    font-weight: bold;
    color: #000;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px; }
    @media screen and (max-width: 767px) {
      .switch:before {
        font-size: 1.1em;
        top: 25px;
        width: 30px;
        height: 30px;
        line-height: 30px; } }
  .switch:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    content: '';
    background: url(../images/right_w.svg) no-repeat;
    width: 8px;
    height: 16px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    color: #fff; }
  .switch.open:after {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.contact_box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: .1em; }
  .contact_box h2 {
    font-size: 1.3em;
    margin-bottom: .5em; }
  .contact_box table {
    width: 100%;
    margin-top: 1em;
    font-size: .85em; }
    .contact_box table tr th {
      width: 150px;
      text-align: left;
      font-weight: normal; }
      @media screen and (max-width: 767px) {
        .contact_box table tr th {
          width: 130px; } }

.wp-pagenavi {
  margin-top: 5%;
  font-family: 'Roboto Condensed', sans-serif; }
  @media screen and (max-width: 767px) {
    .wp-pagenavi {
      margin-top: 10%; } }
  .wp-pagenavi a {
    display: inline-block;
    margin-right: 1em; }
    .wp-pagenavi a:hover {
      color: #9fa0a0; }
  .wp-pagenavi span {
    display: inline-block;
    margin-right: 1em; }
    .wp-pagenavi span.current {
      color: #9fa0a0; }

.map_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5% 0 10%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 3em 0 0; }
  @media screen and (max-width: 767px) {
    .map_wrap {
      margin: 10% 0 20%; } }
  .map_wrap p.click_map {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    text-align: center; }

.map_touch {
  position: absolute; }

.map-box {
  width: 70%; }
  @media screen and (max-width: 767px) {
    .map-box {
      width: 100%;
      margin-bottom: 5%; } }

.map_txt {
  width: 25%;
  font-size: .85em; }
  @media screen and (max-width: 767px) {
    .map_txt {
      width: 100%; } }
  .map_txt ul.japan li .title {
    font-size: 1.5em;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: .5em;
    margin-bottom: 1em;
    letter-spacing: .2em; }
  .map_txt ul.japan li img {
    margin-bottom: 5%;
    display: block;
    width: 100%; }
  .map_txt ul.japan li dl {
    margin-top: 1em; }
    .map_txt ul.japan li dl dt {
      font-size: 1.3em; }

/*
15:マージン・パディング
------------------------------------------------------------
*/
.m0 {
  margin-bottom: 0; }

.m05 {
  margin-bottom: 5px; }

.m10 {
  margin-bottom: 10px; }

.m15 {
  margin-bottom: 15px; }

.m20 {
  margin-bottom: 20px; }

.m30 {
  margin-bottom: 30px; }

.m40 {
  margin-bottom: 40px; }

.m50 {
  margin-bottom: 50px; }

/*
16:Pagination
------------------------------------------------------------
*/
ul.list_pagination {
  width: 100%;
  margin: 5% auto 10%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: .875em;
  padding: 2em 0; }
  @media screen and (max-width: 767px) {
    ul.list_pagination {
      margin: 10% auto 15%; } }
  ul.list_pagination li {
    width: 49%; }
    ul.list_pagination li.prev {
      margin-right: 2%; }
      ul.list_pagination li.prev a {
        padding-left: 20px; }
        ul.list_pagination li.prev a:before {
          left: 0;
          background: url(../images/right_w.svg) no-repeat center;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    ul.list_pagination li.next {
      text-align: right; }
      ul.list_pagination li.next a {
        padding-right: 20px; }
        ul.list_pagination li.next a:before {
          right: 0;
          background: url(../images/right_w.svg) no-repeat center; }
    ul.list_pagination li a {
      position: relative;
      display: inline-block; }
      ul.list_pagination li a:before {
        position: absolute;
        content: '';
        width: 5px;
        height: 9px;
        top: 10px; }
