@charset "UTF-8";

/*
Theme Name: MEJIRO ART MUSEUM 2
Author: Yuichi Kumada at FMC inc.
Version: 20190625
*/

/* normalize, 変数(for Sass) */

/*===========
 Basic color
===========*/

/*===========
 main color for this site.
===========*/

/*===========
 etc color for this site.
===========*/

/*===========
 un use
===========*/

@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: 0.05em;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: "CONDENSEicon";
  src: url(../fonts/CONDENSEicon.eot) format("eot"), url(../fonts/CONDENSEicon.woff) format("woff"), url(../fonts/CONDENSEicon.ttf) format("truetype"), url(../fonts/CONDENSEicon.otf) format("opentype");
}

/* mixin(for Sass) */

/* ベースの要素スタイル */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: border-box;
}

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
  quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  display: inline-block;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  width: 100%;
  vertical-align: middle;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

/*===================================
module flexbox
====================================*/

.flex-col-sp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-col-sp_2 > li {
  width: calc(50% - 5px);
}

.flex-col-sp_2_nmargin > li {
  width: 50%;
}

a {
  color: #393939;
  text-decoration: underline;
}

a:visited {
  color: inherit;
}

a:hover,
a:focus,
a:active {
  color: #393939;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a:hover {
  opacity: 0.8;
}

.link-arrow {
  position: relative;
}

.link-arrow::after {
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: inline-block;
  font-weight: bold;
}

.link-arrow__left::before {
  content: "▶";
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  color: #0fb29b;
}

.link--green {
  color: #0fb29b;
}

.link--green:visited {
  color: #0fb29b;
}

.link--gold {
  color: #836900 !important;
  font-weight: bold;
}

/* ========================
hoverで横線が出てくるやつ
==========================*/

.c-viewlinks {
  margin: 30px 0 0 0;
  text-align: center;
}

.viewlinks {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  font-size: 14px;
}

.viewlinks::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #9ed9ed, #d592ff, #ff9993);
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: all 0.2s ease;
}

.viewlinks::after {
  margin-left: 10px;
}

.viewlinks:hover::before {
  left: 0;
}

.js-hover:hover {
  opacity: 1;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol > li {
  counter-increment: number;
  position: relative;
}

ol > li:before {
  content: counter(number) ".";
  display: block;
  margin-left: -1em;
  position: absolute;
  top: 0;
  left: 0;
}

dl {
  margin: 0;
}

dl dd {
  margin: 0;
}

ol.numlist {
  padding-left: 1.5em;
}

table {
  margin: 0 0 1em;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

th {
  font-weight: normal;
}

.table {
  margin-top: 20px;
  border: 1px solid #a2abad;
  text-align: center;
}

.table dl dt {
  background-color: #f2f2f2;
  padding: 10px;
}

.table dl dd {
  padding: 10px;
}

.table--default {
  margin: 0;
}

.table--default dl {
  line-height: 1.8;
}

.table .table-list > li {
  margin-top: 10px;
}

.table .table-list > li:first-child {
  margin-top: 0;
}

.table .table-note {
  display: block;
  position: relative;
  font-size: 10px;
}

.table .table-note::before {
  content: "※";
  display: inline-block;
}

.table-ordered > li {
  width: 100%;
  display: table;
  margin-bottom: 15px;
  border: 1px solid #f2f2f2;
  border-collapse: collapse;
}

.table-ordered > li::before {
  display: none;
}

.table-ordered > li .table-ordered__num {
  display: table-cell;
  width: 35px;
  background-color: #f0f3f8;
  border: 1px solid #f2f2f2;
  color: #7186b9;
  font-family: "Times New Roman";
  font-style: italic;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}

.table-ordered > li .table-ordered__txt {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 10px;
  border: 1px solid #f2f2f2;
}

.table-ordered > li .table-ordered__txt .table-ordered__title {
  font-size: 14px;
}

.table-ordered > li .table-ordered__txt .table-ordered__txt--last {
  font-weight: bold;
  font-size: 19px;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-color: #393939;
  border-radius: 3px;
  background: #393939;
  color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

.form-submit {
  position: relative;
  width: 100%;
  line-height: 34px;
  padding: 15px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.submit-btn {
  position: relative;
}

.submit-btn:after {
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 10px;
  font-size: 14px;
  color: #fff;
}

.section-confirmation input[type="submit"],
.section-confirmation input[type="button"] {
  width: 100%;
  padding: 15px 0;
  font-weight: bold;
  font-size: 14px;
}

.section-confirmation input[type="submit"]:hover,
.section-confirmation input[type="button"]:hover {
  opacity: 0.7;
}

.section-confirmation .input-submit {
  position: relative;
  margin-bottom: 10px;
}

.section-confirmation .input-button {
  position: relative;
}

.reset-btn {
  width: 100%;
  display: block;
  padding: 15px 0;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border: none;
  border-color: #393939;
  border-radius: 3px;
  background: #393939;
  color: #fff;
}

.reset-btn:hover {
  color: #ffffff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #a2abad;
  border: none;
  padding: 5px 5px;
  border: 1px solid #a2abad;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #393939;
}

select {
  border: 2px solid #a2abad;
  height: 37px;
  width: 100%;
}

textarea {
  width: 100%;
  height: 120px;
  resize: vertical;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  display: block;
  width: 100%;
}

input[type="text"].input__min,
input[type="email"].input__min,
input[type="tel"].input__min {
  width: 150px;
}

input.input-year {
  width: 30%;
  display: inline-block;
  margin-right: 10px;
}

input.input-month {
  width: 15%;
  display: inline-block;
  margin: 0 10px;
}

input.input-day {
  width: 15%;
  display: inline-block;
  margin: 0 10px;
}

.radio-input {
  opacity: 0;
  display: none;
}

.radio-input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 10px;
}

.radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #a2abad;
  border-radius: 50%;
}

.radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #a2abad;
  border-radius: 50%;
}

body,
button,
input,
select,
textarea {
  color: #393939;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

/* ライブラリ */

/** VARIABLES
===================================*/

/** RESET AND LAYOUT
===================================*/

.bxslider-thumb.lazy {
  opacity: 0;
}

.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/

.bx-wrapper {
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -20px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/libs/bxslider/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #f2f2f2;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #0fb29b;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../images/libs/bxSlider/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../images/libs/bxSlider/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../images/libs/bxSlider/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../images/libs/bxSlider/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* コンポーネント */

.block__content {
  padding-top: 25px;
}

.block__content .content__title {
  position: relative;
  margin-bottom: 20px;
  color: #0fb29b;
  font-size: 20px;
  text-align: center;
}

.block__content .content__title span {
  position: relative;
  display: inline-block;
  padding: 2px 18px;
  background-color: #ffffff;
  line-height: 1.2em;
}

.block__content .content__title::before {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background-color: #0fb29b;
  position: absolute;
  top: 50%;
  left: 0;
}

.block__content .content__subtitle {
  margin-bottom: 15px;
  font-size: 16px;
}

.block__content .content__subtitle span {
  display: block;
  padding: 5px;
  background-color: #6b6b6b;
  color: #ffffff;
  text-align: center;
}

.block__subcontent {
  margin-top: 25px;
}

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

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

.c-btn--col2 {
  text-align: center;
}

.c-btn--col2 .btn {
  width: 250px;
  margin: 5px 0;
}

.btn {
  width: 240px;
  padding: 10px 0;
  color: #393939;
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1;
  transition: eaes 0.2s;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: bold;
  transition: ease 0.3s;
}

.btn:visited {
  color: #393939;
}

.btn:after {
  margin-left: 10px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-size: 16px;
}

.btn.btn--wide {
  padding: 18px 10px;
  font-size: 14px;
}

.btn.btn-en {
  font-weight: 500px;
}

.btn.btn--default {
  background-color: #393939;
  border: 1px solid #393939;
  color: #ffffff;
}

.btn.btn--default:after {
  color: #ffffff;
}

.btn.btn--default:hover {
  background-color: #ffffff;
  color: #393939;
}

.btn.btn--default:hover:after {
  color: #393939;
}

.btn.btn--maroon {
  background-color: #a22b23;
  border: 1px solid #a22b23;
  color: #ffffff;
}

.btn.btn--maroon:after {
  color: #ffffff;
}

.btn.btn--maroon:hover {
  background-color: #ffffff;
  color: #a22b23;
}

.btn.btn--maroon:hover:after {
  color: #a22b23;
}

.btn.btn--white {
  color: #393939;
  background-color: #ffffff;
}

.btn.btn--brown {
  color: #ffffff;
  background-color: rgba(33, 27, 28, 0.8);
  border: 1px solid #ffffff;
}

.btn.btn--blue {
  color: #ffffff;
  background-color: rgba(113, 134, 185, 0.8);
  border: 1px solid #ffffff;
}

.btn.btn--submit::after {
  display: none;
}

.btn.btn--green {
  background-color: transparent;
  color: #0fb29b;
  border-color: #0fb29b;
}

.btn.btn--green:hover {
  background-color: #0fb29b;
  color: #ffffff;
}

.btn.btn--green:hover:after {
  color: #ffffff;
}

.btn.btn--green-inverted {
  background-color: #0fb29b;
  color: #ffffff;
  border-color: #0fb29b;
}

.btn.btn--green-inverted:hover {
  background-color: transparent;
  color: #0fb29b;
}

.btn.btn--green-inverted:hover:after {
  color: #0fb29b;
}

.btn.btn--orange {
  background-color: transparent;
  color: #ff9900;
  border-color: #ff9900;
}

.btn.btn--orange:hover {
  background-color: #ff9900;
  color: #ffffff;
}

.btn.btn--orange:hover:after {
  color: #ffffff;
}

.btn.btn--purple {
  background-color: transparent;
  color: #8b5ad4;
  border-color: #8b5ad4;
}

.btn.btn--purple:hover {
  background-color: #8b5ad4;
  color: #ffffff;
}

.btn.btn--purple:hover:after {
  color: #ffffff;
}

.btn.btn--lime {
  background-color: transparent;
  color: #70b823;
  border-color: #70b823;
}

.btn.btn--lime:hover {
  background-color: #70b823;
  color: #ffffff;
}

.btn.btn--lime:hover:after {
  color: #ffffff;
}

.btn.btn-line {
  border: 2px solid #211b1c;
  color: #211b1c;
}

.btn.btn-line:hover {
  border: 2px solid #efc337;
  background-color: #efc337;
}

.btn.btn-f__small {
  font-size: 14px;
}

.page-anchor:after {
  content: "\f078";
}

/* animate */

@-webkit-keyframes circleanime {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circleanime {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.common-contact {
  border-top: 1px solid #f2f2f2;
  padding: 25px 10px 30px;
}

.c-flow {
  width: 100%;
  display: table;
  position: relative;
  margin-top: -10px;
}

.c-flow:before {
  width: 1px;
  height: 100%;
  content: "";
  display: block;
  background: linear-gradient(to bottom, #ffffff, transparent);
  position: absolute;
  top: 20px;
  left: 63px;
}

.c-flow dl {
  display: table-row;
}

.c-flow dt {
  display: table-cell;
  position: relative;
  width: 60px;
  padding-top: 10px;
  font-weight: bold;
}

.c-flow dd {
  display: table-cell;
  padding-left: 15px;
  position: relative;
}

.c-flow dd:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50%;
}

/* ==========================
  section title
=========================== */

.page-section_title {
  margin: 20px 0;
  font-size: 18px;
  letter-spacing: 2px;
}

.page-section_title::before {
  content: "-";
  margin-right: 5px;
  color: #a22b23;
}

.page-section_subtitle {
  margin: 15px 0;
  font-size: 16px;
  letter-spacing: 2px;
  color: #a22b23;
}

.c-page__intro {
  margin-bottom: 30px;
  letter-spacing: 0;
}

.c-page__intro:after {
  content: "";
  clear: both;
  display: block;
}

.c-page__intro p {
  margin-bottom: 15px;
}

.c-page__intro p:last-child {
  margin-bottom: 0;
}

.c-movie__wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-movie__wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.c-news > li {
  background-color: #f2f2f2;
  margin-bottom: 7px;
  padding: 10px;
}

.c-news a {
  display: block;
  text-decoration: underline;
}

.c-news a .c-news__txt {
  text-decoration: underline;
}

.c-news__list {
  margin-bottom: 15px;
}

.c-news__list li {
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
}

.c-news__list dl dt {
  font-weight: bold;
}

.c-news__list a {
  text-decoration: underline;
}

/* ==========================
  c-note
=========================== */

.c-note {
  border: 1px solid #393939;
  padding: 15px;
}

.c-note .c-note_title {
  margin-bottom: 10px;
  font-size: 14px;
}

.c-note p {
  font-size: 12px;
}

/*=========================
 pagination
==========================*/

.c-pagination {
  margin-top: 20px;
  text-align: center;
}

.c-pagination ul {
  font-weight: bold;
}

.c-pagination ul > li {
  display: inline-block;
}

.c-pagination ul a {
  display: block;
  margin: 0 5px;
  padding: 5px 10px;
  border: 1px solid #a22b23;
  text-decoration: none;
  font-size: 12px;
  transition: ease 0.2s;
}

.c-pagination ul a:hover {
  color: #ffffff;
  background-color: #a22b23;
}

.c-pagination ul span {
  margin: 0 5px;
}

.c-pagination ul span.current {
  display: block;
  background-color: #a22b23;
  border: 1px solid #a22b23;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
}

.pagetop {
  display: none;
  width: 30px;
  position: fixed;
  bottom: 50px;
  right: 10px;
}

.c-table {
  display: table;
  width: 100%;
  border: 1px solid #192431;
  border-collapse: collapse;
  color: #ffffff;
}

.c-table > dl {
  display: table-row;
}

.c-table > dl > dt {
  width: 120px;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #192431;
  font-weight: bold;
}

.c-table > dl > dd {
  display: table-cell;
  padding: 10px;
  border-bottom: 1px solid #192431;
  border-left: 1px solid #192431;
}

.c-table > dl > dd .c-table-title {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

.c-table > dl > dd .c-table-list {
  margin-bottom: 25px;
  padding-left: 1.5em;
}

.c-table > dl > dd .c-table-list:last-of-type {
  margin-bottom: 0;
}

.c-table > dl > dd .c-table-list > li {
  margin-bottom: 15px;
  list-style: disc;
}

.c-table > dl > dd .c-table-list > li:last-child {
  margin-bottom: 0;
}

.c-table > dl > dd .c-table-list__nomargin > li {
  margin: 0;
}

.c-table--child {
  width: 100%;
  display: table;
}

.c-table--child dt {
  display: table-cell;
  width: 52px;
}

.c-table--child dd {
  display: table-cell;
}

/* 共通レイアウト(header, footer, etc.) */

/*=========================
common lower pages breadcrumb
==========================*/

.breadcrumb {
  background-color: #a22b23;
  line-height: 1;
  padding: 5px;
}

.breadcrumb ul {
  font-size: 0;
}

.breadcrumb ul > li {
  display: inline-block;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  margin-right: 5px;
}

.breadcrumb ul > li a {
  text-decoration: none;
  color: #ffffff;
}

.breadcrumb ul > li a::after {
  content: ">";
  display: inline-block;
  margin-left: 5px;
}

/*=========================
common lower page header
==========================*/

.page__header {
  background-image: url(../images/common/bg_common_header.jpg);
}

/*=========================
common footer
==========================*/

.l-footer {
  width: 100%;
  margin-top: 50px;
  padding: 25px 0 10px;
  font-size: 12px;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  background: url(./images/common/footer_bg.png);
}

.l-footer .footer-logo {
  width: 220px;
  margin: 0 auto;
}

.l-footer .footer-nav {
  margin-bottom: 25px;
}

.l-footer .footer-nav .footer-nav_contents {
  margin-top: 25px;
}

.l-footer .footer-nav .footer-nav_contents .footer-nav_title {
  margin-top: 25px;
  font-size: 15px;
}

.l-footer .footer-nav .footer-nav_contents .footer-nav_title:first-child {
  margin-top: 0;
}

.l-footer .footer-nav .footer-nav_contents .footer-nav_list > li {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
}

.l-footer .footer-nav .footer-nav_contents .footer-nav_list > li a {
  text-decoration: none;
  color: #ffffff;
}

.l-footer address {
  border-top: 1px solid #c3645e;
  margin: 0;
  padding-top: 10px;
  font-style: normal;
}

/*=========================
global-navigation button style
==========================*/

.gnav-btn {
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
}

.gnav-btn__container {
  position: relative;
  width: 27px;
  height: 16px;
  position: relative;
  display: inline-block;
}

.gnav-txt {
  text-align: center;
  line-height: 0;
}

.gnav-txt .gnav-txt--menu {
  width: 28px;
}

.gnav-txt .gnav-txt--close {
  width: 29px;
  display: none;
}

.gnav-btn.close .gnav-txt--close {
  display: inline-block;
}

.gnav-btn.close .gnav-txt--menu {
  display: none;
}

.gnav-btn__container span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background-color: #ffffff;
  transition: all .4s;
  border-radius: 10px;
}

.gnav-btn__container span:first-child {
  top: 0;
}

.gnav-btn__container span:nth-child(2) {
  top: 7px;
}

.gnav-btn__container span:nth-child(3) {
  bottom: 0;
}

.close .gnav-btn__container span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.close .gnav-btn__container span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.close .gnav-btn__container span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

.menu-open .gnav-txt__close {
  display: block;
}

.menu-open .gnav-txt__open {
  display: none;
}

/* ハンバーガーアニメーション */

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

/*=========================
global-navigation
==========================*/

/*=========================
globalnav
==========================*/

.globalnav {
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
  background-color: rgba(162, 43, 35, 0.9);
}

.globalnav .gnav-list > li {
  border-bottom: 1px solid #ffffff;
}

.globalnav .gnav-list > li a {
  position: relative;
  display: block;
  padding: 15px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1.8px;
}

.globalnav .gnav-list > li a:hover {
  opacity: 1;
}

.globalnav .gnav-list > li a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.globalnav .gnav-list > li a::after {
  transition: ease 0.2s;
}

/*=========================
 header
==========================*/

.l-header {
  background-color: #a2abad;
  padding: 14px 0;
}

.l-header .l-container:after {
  content: "";
  clear: both;
  display: block;
}

.l-header .site-logo {
  width: 170px;
  margin: 0 auto;
  line-height: 0;
}

.l-header .site-logo a {
  display: block;
}

.globalnav {
  display: none;
}

.l-wrapper {
  overflow: hidden;
  margin: 0 auto;
}

.l-main.l-main-artist {
  width: 100%;
  float: none;
}

.l-container {
  margin: 0 auto;
  padding: 0 15px;
}

.l-container:after {
  content: "";
  clear: both;
  display: block;
}

.l-sidebar .localnav {
  margin-top: 20px;
}

.l-sidebar .localnav dt {
  border-bottom: 1px dotted #a2abad;
  padding-bottom: 15px;
  color: #a2abad;
  font-size: 26px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.l-sidebar .localnav dt span {
  display: block;
  font-size: 12px;
  font-family: "Noto Sans JP";
}

.l-sidebar .localnav dd {
  border-bottom: 1px dotted #a2abad;
}

.l-sidebar .localnav dd a {
  display: block;
  padding: 15px 0;
  position: relative;
  text-decoration: none;
}

.l-sidebar .localnav dd a::after {
  font-weight: bold;
  position: absolute;
  display: block;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a2abad;
}

.l-sidebar .localnav.localnav-recent dd a {
  padding: 15px 25px 15px 0;
}

/* ページごとのスタイル */

/* ====================
 blog
=======================*/

.blog .page-header {
  background-image: url(./images/blog/main.jpg);
}

.blog .archive-post {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #a22b23;
}

.blog .archive-post header {
  margin-bottom: 10px;
}

.blog .archive-post header .archive-post_date {
  font-size: 12px;
}

.blog .archive-post header .archive-post_title {
  font-size: 16px;
}

.blog .archive-post header .archive-post_title a {
  text-decoration: none;
}

.blog .archive-post .archive-post_content:after {
  content: "";
  clear: both;
  display: block;
}

.blog .archive-post .archive-post_thumb {
  width: 20%;
  float: left;
}

.blog .archive-post .archive-post_txt {
  width: 80%;
  padding-left: 15px;
  float: left;
}

.blog .archive-post .archive-post_more {
  color: #a22b23;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

.blog .blog-single {
  padding-bottom: 20px;
  border-bottom: 1px solid #a22b23;
}

.blog .blog-single .blog-single_header .blog-single_date {
  margin-bottom: 10px;
  font-size: 12px;
}

.blog .blog-single .blog-single_header .blog-single_title {
  font-size: 16px;
}

.blog .blog-single .blog-single_contents p {
  margin: 10px 0;
}

/*=========================
common lower pages settings
==========================*/

/*=========================
common lower pages page-header
==========================*/

.page-header {
  height: 120px;
  background-size: cover;
  background-position: center;
  background-color: #393939;
}

.page-header .l-container {
  position: relative;
  height: 100%;
}

.page-header__title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.4;
  text-shadow: 2px 2px 6px #393939;
}

.page-header__title span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  line-height: 0.8;
}

/*=========================
page description
==========================*/

.page-description {
  background-color: #f2f2f2;
  padding: 15px 0;
  font-size: 12px;
  color: #6b6b6b;
}

/*=========================
page section
==========================*/

.contents-block {
  margin-top: 20px;
}

/*=========================
page section
==========================*/

.page-section {
  margin-bottom: 30px;
  line-height: 1.8;
}

.page-section > p {
  margin: 10px 0;
}

.page-section .page-section_pic {
  margin: 0;
}

.page-subblock {
  margin-bottom: 20px;
}

.page-subblock__inner {
  padding: 0 10px;
}

.page-subtitle {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
  padding: 10px 7px;
  color: #7186b9;
  font-size: 18px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

.page-inner {
  background-color: #ffffff;
  padding: 10px 5px;
}

/*=========================
 column-layout
==========================*/

.column-layout__pic {
  margin-bottom: 10px;
}

.column-layout--first .column-layout__txt {
  font-weight: bold;
  font-size: 14px;
}

/* ====================
 company
=======================*/

.company .page-header {
  background-image: url(./images/company/main.jpg);
}

.company .company-table dl dt {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
  font-weight: bold;
}

.company .company-table dl dt::before {
  width: 60px;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #a22b23;
}

/* ====================
 concept
=======================*/

.concept .page-header {
  background-image: url(./images/concept/main.jpg);
}

.concept .about-image {
  text-align: center;
}

/* ====================
 contact
=======================*/

.contact .page-header {
  background-image: url(./images/contact/main.jpg);
}

.contact .c-btn {
  margin-top: 15px;
}

.form-table dl {
  margin-top: 10px;
}

.form-table dl dt span {
  color: #b01717;
}

/* ====================
 event
=======================*/

.event .page-header {
  background-image: url(./images/event/main.jpg);
}

.event .event-archive {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a2abad;
}

.event .event-archive a {
  display: table;
  width: 100%;
  text-decoration: none;
}

.event .event-archive a:after {
  content: "";
  clear: both;
  display: block;
}

.event .event-archive a .event-archive__txt {
  display: table-cell;
  vertical-align: top;
}

.event .event-archive a .event-archive__txt .event-archive__title {
  margin-bottom: 10px;
  font-size: 16px;
}

.event .event-archive a .event-archive__txt p.event-archive__link {
  font-weight: bold;
  color: #a22b23;
}

.event .event-archive a .event-archive__pic {
  width: 160px;
  display: table-cell;
}

.event .event-single {
  padding-bottom: 20px;
  border-bottom: 1px solid #a22b23;
}

.event .event-single .event-single_header .event-single_date {
  margin-bottom: 10px;
  font-size: 12px;
}

.event .event-single .event-single_header .event-single_title {
  font-size: 16px;
}

.event .event-single .event-single_contents p {
  margin: 10px 0;
}

/* ====================
 index
=======================*/

.index .l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.index .block-main {
  height: 100vh;
  position: relative;
}

.index .block-main h2 {
  width: 260px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.index .l-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background-image: none;
}

.index .l-footer .footer-logo {
  display: none;
}

.index .l-footer .footer-nav {
  display: none;
}

.index .l-footer address {
  border-top: none;
}

/* ====================
 online
=======================*/

.online .page-header {
  background-image: url(./images/online/main.jpg);
}

.online .artist-list > li {
  margin-bottom: 20px;
}

.online .artist-list > li a {
  display: block;
  text-decoration: none;
  position: relative;
}

.online .artist-list > li a:hover {
  opacity: 1;
}

.online .artist-list > li a:hover .artist-list_thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.online .artist-list > li a .artist-list_thumb {
  overflow: hidden;
}

.online .artist-list > li a .artist-list_thumb img {
  transition: ease 0.3s;
}

.online .artist-list > li a .artist-list_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, #393939, transparent);
  padding: 50px 10px 5px;
  color: #ffffff;
  letter-spacing: 14px;
}

.online .artist-list > li a .artist-list_text .artist-list_title {
  font-size: 14px;
  text-align: left;
}

.online .artist-list > li a .artist-list_text .artist-list_title::after {
  display: inline-block;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
}

.online .blog-single {
  padding-bottom: 20px;
  border-bottom: 1px solid #a22b23;
}

.online .blog-single .blog-single_header .blog-single_date {
  font-size: 12px;
}

.online .blog-single .blog-single_header .blog-single_title {
  font-size: 16px;
}

.online .blog-single .blog-single_contents p {
  margin: 10px 0;
}

/* ====================
 artist common
=======================*/

.artist .artist-catch {
  background-color: #f2f2f2;
  padding: 15px;
  font-size: 13px;
}

.painting-list > li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #a22b23;
}

.painting-list > li a {
  width: 100%;
  display: table;
  text-decoration: none;
  position: relative;
}

.painting-list > li a::after {
  font-weight: bold;
  position: absolute;
  display: block;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a2abad;
  font-size: 20px;
}

.painting-list > li a .painting-list_thumb {
  width: 20%;
  display: table-cell;
}

.painting-list > li a .painting-list_txt {
  width: 80%;
  display: table-cell;
  padding-left: 10px;
  padding-right: 20px;
  vertical-align: top;
}

.painting-list > li a .painting-list_txt .painting-list_title {
  font-size: 16px;
  color: #a22b23;
}

.artist-info {
  border: 1px solid #a2abad;
  background-color: #f2f2f2;
  padding: 15px;
}

.artist-info .artist-info_title {
  font-size: 14px;
}

.artist-info .artist-info_contents {
  font-size: 14px;
}

.artist-info .artist-info_contents p {
  margin: 10px 0;
}

/* ====================
 詳細
=======================*/

.artist-cat_tab {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.artist-cat_tab::after {
  content: "";
  width: calc(50% - 5px);
  display: block;
}

.artist-cat_tab > li {
  margin-top: 10px;
  width: calc(50% - 5px);
  font-size: 10px;
}

.artist-cat_tab > li a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0 10px 0 10px;
  text-align: center;
  text-decoration: none;
  background-color: #a2abad;
  color: #ffffff;
  font-weight: bold;
}

.artist-cat_tab > li a.active {
  pointer-events: none;
}

.artist-cat_tab > li a.active,
.artist-cat_tab > li a:hover {
  background-color: #a22b23;
}

.artist-cat_tab > li a.active::after,
.artist-cat_tab > li a:hover::after {
  opacity: 0;
}

.artist-cat_tab > li a::before {
  font-weight: bold;
  position: absolute;
  display: block;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  z-index: 2;
}

.artist-cat_tab > li a::after {
  transition: ease 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: rgba(162, 171, 173, 0.7);
}

.artist-cat_tab > li a p {
  width: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.artist-contents {
  border-bottom: 1px solid #a22b23;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.artist-catch {
  margin-bottom: 20px;
}

.single-block {
  padding: 0 10px;
}

.single-block * {
  margin: 10px 0;
}

.single-block h1 {
  font-size: 16px;
  color: #a22b23;
}

.single-block h2 {
  font-size: 16px;
}

.single-block figure {
  background-color: #f2f2f2;
  padding: 15px;
}

.single-block figure img {
  margin: 0;
}

.single-block figure figcaption {
  margin: 0;
  padding: 15px 0 0 0;
  text-align: center;
}

.single-block .wp-caption {
  width: 100% !important;
  margin: 0;
  background-color: #f2f2f2;
  padding: 15px;
}

.single-block .wp-caption img {
  margin: 0;
  text-align: center;
}

.single-block .wp-caption .wp-caption-text {
  margin: 0;
  padding: 15px 0 0 0;
  text-align: center;
}

.single-block img {
  width: 100%;
  max-width: 100%;
}

/* ====================
 osakabe jin
=======================*/

.osakabejin .page-header {
  background-image: url(./images/online/osakabe/main.jpg);
}

.rl-gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rl-gallery .rl-gallery-item {
  margin: 0 0 10px 0;
  width: calc(50% - 5px);
}

.rl-gallery .rl-gallery-item img {
  margin: 0;
}

.page-section-artist__single .c-btn {
  margin-top: 30px;
}

/* ====================
 rental
=======================*/

.rental .page-header {
  background-image: url(./images/rental/main.jpg);
}

.rental .c-btn {
  margin-top: 30px;
}

.rental .localnav-rental {
  display: none;
}

/* ユーティリティ(color, size, spacing, etc.) */

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bc-lightgray {
  background-color: #f2f2f2 !important;
}

.u-bc-blue {
  background-color: #2874bc !important;
}

.u-bc-white {
  background-color: #ffffff;
}

.u-bc--salmon {
  background-color: #feb38a;
}

.u-bc--skyblue {
  background-color: #a9dee4;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #393939 !important;
}

.u-c-white {
  color: white !important;
}

.u-c-red {
  color: #b01717 !important;
}

.u-c-green {
  color: #0fb29b !important;
}

.u-c-blue {
  color: #7186b9;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-sp-hide-b {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

.f-s-small {
  font-size: 12px;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

@media screen and (min-width: 980px) {
  img {
    width: auto;
  }

  .flex-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-col_2 > li {
    width: 50%;
  }

  .flex-col_3 > li {
    width: 33.3333%;
  }

  .flex-col_4 > li {
    width: 25%;
  }

  .flex-col_5 > li {
    width: 20%;
  }

  .flex-col-sp_2 > li {
    width: 100%;
  }

  .flex-col-sp_2_nmargin > li {
    width: 100%;
  }

  .flex-col_pc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .link-arrow::after {
    margin-left: 10px;
  }

  .link-arrow__left::before {
    margin-top: -3px;
    margin-right: 10px;
    font-size: 16px;
  }

  .viewlinks {
    font-size: 16px;
  }

  .table {
    display: table;
    margin-top: 30px;
    text-align: left;
    border-collapse: collapse;
  }

  .table dl {
    display: table-row;
  }

  .table dl dt {
    display: table-cell;
    padding: 10px 25px;
    border: 1px solid #a2abad;
  }

  .table dl dd {
    display: table-cell;
    padding: 10px 25px;
    border: 1px solid #a2abad;
  }

  .table--min {
    width: 500px;
  }

  .table--min dl dt {
    width: 170px;
  }

  .table--default {
    margin: 0;
  }

  .table--default dt {
    width: 180px;
    vertical-align: middle;
  }

  .table .table-note {
    padding-left: 1.5em;
    font-size: 13px;
  }

  .table .table-note::before {
    position: absolute;
    top: 0px;
    left: 0;
  }

  .table-ordered {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .table-ordered > li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    min-height: 140px;
  }

  .table-ordered > li .table-ordered__num {
    width: 50px;
    font-size: 23px;
  }

  .table-ordered > li .table-ordered__txt {
    padding: 30px 20px;
  }

  .table-ordered > li .table-ordered__txt .table-ordered__title {
    font-size: 18px;
  }

  .table-ordered > li .table-ordered__txt .table-ordered__txt--last {
    font-size: 23px;
  }

  .form-submit {
    width: 200px;
    margin-left: 296px;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
  }

  .form-submit:hover {
    opacity: 0.6;
  }

  .submit-btn {
    margin-top: 30px;
  }

  .submit-btn:after {
    left: 480px;
    right: 0;
    font-size: 16px;
    font-weight: bold;
  }

  .section-confirmation input[type="submit"],
  .section-confirmation input[type="button"] {
    font-size: 16px;
  }

  .section-confirmation .input-submit {
    width: 200px;
    display: inline-block;
    margin: 0 20px 0 100px;
  }

  .section-confirmation .input-button {
    width: 200px;
    display: inline-block;
  }

  select {
    width: 290px;
  }

  textarea {
    width: 100%;
    height: 140px;
  }

  input[type="text"].input__min,
  input[type="email"].input__min,
  input[type="tel"].input__min {
    width: 150px;
  }

  input[type="text"].middle-width,
  input[type="email"].middle-width,
  input[type="tel"].middle-width {
    width: 340px;
  }

  input[type="text"].full-width,
  input[type="email"].full-width,
  input[type="tel"].full-width {
    width: 100%;
  }

  input[type="text"].full-width--670,
  input[type="email"].full-width--670,
  input[type="tel"].full-width--670 {
    width: 670px;
  }

  .input-birth input[type="text"] {
    float: inherit;
  }

  input.input-year {
    width: 113px;
  }

  input.input-month {
    width: 52px;
  }

  input.input-day {
    width: 52px;
  }

  input[type="text"].input--inline {
    display: inline-block;
    width: 90%;
  }

  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
  }

  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
  }

  .block__content {
    padding-top: 50px;
  }

  .block__content .content__title {
    font-size: 30px;
  }

  .block__content .content__subtitle {
    margin-bottom: 20px;
    position: relative;
    font-size: 18px;
  }

  .block__content .content__subtitle::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #6b6b6b;
    position: absolute;
    top: 50%;
    left: 0;
  }

  .block__content .content__subtitle span {
    display: inline-block;
    padding: 7px 20px;
    position: relative;
  }

  .block__subcontent {
    margin-top: 30px;
  }

  .c-btn--col2 .btn {
    display: inline-block;
    margin: 0 10px;
  }

  .btn {
    width: 260px;
    padding: 10px;
    font-size: 16px;
  }

  .btn:after {
    font-size: 16px;
  }

  .btn.btn--wide {
    width: 280px;
    margin-top: 25px;
    padding: 25px;
    font-size: 20px;
  }

  .btn.btn--wide::after {
    font-size: 20px;
  }

  .btn.btn-f__small {
    font-size: 16px;
  }

  .page-anchor:after {
    font-size: 10px;
    font-weight: normal;
  }

  .common-contact {
    padding: 35px 10px 30px;
  }

  .c-flow {
    margin-top: -20px;
  }

  .c-flow:before {
    top: 34px;
    left: 84px;
  }

  .c-flow dt {
    width: 90px;
    padding-top: 20px;
  }

  .c-flow dd {
    padding-left: 20px;
  }

  .c-flow dd:after {
    top: 27px;
    left: -10px;
    width: 10px;
    height: 10px;
  }

  .page-section_title {
    margin-bottom: 25px;
    font-size: 24px;
  }

  .page-section_subtitle {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .c-page__intro {
    margin-bottom: 50px;
  }

  .c-page__intro p {
    margin-bottom: 30px;
  }

  .c-news > li {
    display: table;
    width: 100%;
    margin-bottom: 12px;
    padding: 0;
  }

  .c-news__time {
    display: table-cell;
    width: 110px;
    padding: 15px;
  }

  .c-news__txt {
    display: table-cell;
    border-left: 1px solid #ffffff;
    padding: 15px;
  }

  .c-news__list li {
    padding: 15px 0;
  }

  .c-news__list dl {
    width: 100%;
    display: table;
  }

  .c-news__list dl dt {
    display: table-cell;
    width: 100px;
  }

  .c-news__list dl dd {
    display: table-cell;
  }

  .c-note {
    padding: 25px;
  }

  .c-note .c-note_title {
    font-size: 16px;
  }

  .c-note p {
    font-size: 14px;
  }

  .c-pagination {
    margin-top: 35px;
  }

  .c-pagination ul a {
    margin: 0 10px;
  }

  .c-pagination ul span {
    margin: 0 10px;
  }

  .pagetop {
    width: 70px;
  }

  .c-table {
    margin-top: 0;
  }

  .c-table > dl {
    font-size: 15px;
  }

  .c-table > dl > dt {
    width: 240px;
    padding: 20px;
  }

  .c-table > dl > dd {
    padding: 20px;
  }

  .c-table > dl > dd .c-table-list > li {
    margin-bottom: 10px;
  }

  .c-table > dl > dd .c-table-list__nomargin > li {
    margin: 0;
  }

  .c-table--child dt {
    width: 62px;
  }

  .breadcrumb {
    padding: 15px 0;
  }

  .breadcrumb ul > li {
    font-size: 14px;
  }

  .l-footer {
    margin-top: 100px;
    padding-top: 50px;
  }

  .l-footer .footer-logo {
    float: right;
    width: 220px;
  }

  .l-footer .footer-nav {
    width: 760px;
    margin-bottom: 0;
    float: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-footer .footer-nav .footer-nav_contents {
    width: calc(25% - 10px);
    margin-top: 0;
    text-align: left;
  }

  .l-footer .footer-nav .footer-nav_contents .footer-nav_title {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .l-footer .footer-nav .footer-nav_contents .footer-nav_list > li {
    margin-top: 5px;
    font-size: 13px;
  }

  .l-footer address {
    margin-top: 50px;
    font-size: 14px;
  }

  .gnav-btn {
    display: none;
  }

  .online .gnav-list > li .gnav-online::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .concept .gnav-list > li .gnav-concept::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .access .gnav-list > li .gnav-access::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .rental .gnav-list > li .gnav-rental::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .company .gnav-list > li .gnav-company::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .blog .gnav-list > li .gnav-blog::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .contact .gnav-list > li .gnav-contact::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .globalnav {
    position: static;
    width: auto;
    float: right;
    display: inline-block;
    left: auto;
    height: auto;
    background-color: transparent;
    text-align: right;
  }

  .globalnav .gnav-list > li {
    display: inline-block;
    border-bottom: none;
    padding: 0 10px;
  }

  .globalnav .gnav-list > li a {
    padding: 15px 0;
  }

  .globalnav .gnav-list > li a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    height: 2px;
    content: "";
    display: block;
    background-color: #ffffff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }

  .l-header {
    padding: 5px 0;
  }

  .l-header .site-logo {
    margin: 10px 0 0 0;
    float: left;
    width: 213px;
  }

  .l-main {
    width: 740px;
    float: left;
  }

  .l-container {
    padding: 0 20px;
    width: 1040px;
  }

  .l-sidebar {
    width: 200px;
    float: right;
  }

  .blog .archive-post {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .blog .archive-post header {
    margin-bottom: 20px;
  }

  .blog .archive-post header .archive-post_date {
    font-size: 14px;
  }

  .blog .archive-post header .archive-post_title {
    font-size: 18px;
  }

  .blog .archive-post .archive-post_thumb {
    width: 160px;
  }

  .blog .archive-post .archive-post_txt {
    width: 580px;
  }

  .blog .blog-single .blog-single_header .blog-single_date {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .blog .blog-single .blog-single_header .blog-single_title {
    font-size: 18px;
  }

  .blog .blog-single .blog-single_contents p {
    margin: 20px 0;
  }

  .page-header {
    height: 270px;
  }

  .page-header__title {
    font-size: 76px;
  }

  .page-header__title span {
    font-size: 20px;
  }

  .page-description {
    padding: 30px 0;
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
  }

  .page-section {
    margin-bottom: 60px;
  }

  .page-section > p {
    margin: 20px 0;
  }

  .page-section .page-section_pic {
    margin-bottom: 15px;
  }

  .page-section__pic-right .page-section_pic {
    float: right;
    display: inline-block;
    margin-left: 15px;
  }

  .page-subblock__inner {
    padding: 0 20px;
  }

  .page-subtitle {
    margin-bottom: 20px;
    padding: 20px 20px;
    font-size: 23px;
  }

  .page-inner {
    padding: 25px 10px;
  }

  .column-layout {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column-layout__pic {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }

  .column-layout__txt {
    width: calc(50% - 10px);
  }

  .column-layout--first .column-layout__txt {
    font-size: 18px;
  }

  .column-layout--pic-right {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .company .company-table {
    width: 100%;
    display: table;
  }

  .company .company-table dl {
    display: table-row;
  }

  .company .company-table dl dt {
    display: table-cell;
    width: 200px;
    padding-left: 10px;
    border-bottom: none;
  }

  .company .company-table dl dt::before {
    width: 100%;
  }

  .company .company-table dl dd {
    display: table-cell;
    padding-left: 10px;
    border-bottom: 1px solid #f2f2f2;
  }

  .form-table {
    display: table;
    width: 100%;
  }

  .form-table dl {
    display: table-row;
  }

  .form-table dl dt {
    display: table-cell;
    padding: 15px 0;
  }

  .form-table dl dd {
    display: table-cell;
    padding: 10px 0;
    vertical-align: top;
  }

  .event .event-archive {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .event .event-archive a .event-archive__txt .event-archive__title {
    font-size: 18px;
  }

  .event .event-archive a .event-archive__txt p.event-archive__info {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .event .event-archive a .event-archive__pic {
    width: 200px;
  }

  .event .event-single .event-single_header .event-single_date {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .event .event-single .event-single_header .event-single_title {
    font-size: 18px;
  }

  .event .event-single .event-single_contents p {
    margin: 20px 0;
  }

  .index .block-main h2 {
    width: 966px;
  }

  .index .l-footer address {
    font-size: 18px;
    font-weight: bold;
  }

  .online .artist-list > li a .artist-list_text {
    padding: 50px 25px 10px;
  }

  .online .artist-list > li a .artist-list_text .artist-list_title {
    font-size: 18px;
  }

  .online .blog-single .blog-single_header .blog-single_date {
    font-size: 14px;
  }

  .online .blog-single .blog-single_header .blog-single_title {
    font-size: 18px;
  }

  .online .blog-single .blog-single_contents p {
    margin: 20px 0;
  }

  .painting-list > li {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .painting-list > li a .painting-list_txt {
    padding-left: 20px;
  }

  .painting-list > li a .painting-list_txt .painting-list_title {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .artist-info {
    padding: 30px;
  }

  .artist-info .artist-info_contents {
    margin-top: 15px;
  }

  .artist-info .artist-info_contents:after {
    content: "";
    clear: both;
    display: block;
  }

  .artist-info .artist-info_contents p {
    width: 450px;
    float: left;
    margin: 0;
  }

  .artist-info .artist-info_contents .artist-info_pic {
    width: 200px;
    float: right;
  }

  .artist-cat_tab {
    margin-top: 50px;
  }

  .artist-cat_tab::after {
    width: calc(25% - 10px);
  }

  .artist-cat_tab > li {
    width: calc(25% - 10px);
    margin: 0 0 10px 0;
    font-size: 14px;
  }

  .artist-cat_tab > li a {
    border-radius: 0 10px 0 0;
  }

  .artist-cat_tab > li a::before {
    right: 15px;
  }

  .artist-single .l-main {
    width: 100%;
    float: none;
  }

  .artist-contents {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .artist-catch {
    margin-bottom: 40px;
  }

  .single-block {
    padding: 0 20px;
  }

  .single-block * {
    margin: 30px 0;
  }

  .single-block h1 {
    font-size: 24px;
  }

  .single-block h2 {
    font-size: 22px;
  }

  .single-block figure {
    padding: 30px 30px 15px 30px;
  }

  .single-block figure figcaption {
    padding: 15px 0 0 0;
  }

  .single-block .wp-caption {
    padding: 30px 30px 15px 30px;
  }

  .single-block .wp-caption .wp-caption-text {
    padding: 15px 0 0 0;
  }

  .rl-gallery .rl-gallery-item {
    margin: 0 0 20px 0;
    width: calc(50% - 10px);
  }

  .page-section-artist__single .c-btn {
    margin-top: 40px;
  }

  .rental .c-btn {
    margin-top: 50px;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: inline !important;
  }

  .u-sp-hide-b {
    display: block !important;
  }

  .f-s-small {
    font-size: 16px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}