@charset "UTF-8";
/* ***************************************************
 PC / SP共通
*************************************************** */
/* ////////////////// タグ初期値 ////////////////// */
html,
body {
  height: 100%;
  margin: 0;
}

.single__detail__box__left__box__related {
    margin-top: 30px;
}

.single__detail__box__left__box__related__box__title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    font-size: 22px;
}
.single__detail__box__left__box__related__box__title__text {}
.single__detail__box__left__box__related__box__title__count {
    font-size: 11px;
    color: #888;
    font-weight: 400;
}
.single__detail__box__left__box__related__box__list {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
flex-wrap: wrap;
}
.single__detail__box__left__box__related__box__list:after {
    content: "";
    display: block;
    clear: both;
}
.single__detail__box__left__box__related__box__list__items {
    width: 250px;
padding:5px;
}
.single__detail__box__left__box__related__box__list__items:nth-child(3n) {
    margin-right: 0;
}
.single__detail__box__left__box__related__box__list__items__link {}
.single__detail__box__left__box__related__box__list__items__thumbnail {
    display: block;
    margin-bottom: 12px;
}
.single__detail__box__left__box__related__box__list__items__thumbnail__img {
    width: 100%;
    height: 120px;
}
.single__detail__box__left__box__related__box__list__items__meta {
    display: block;
}
.single__detail__box__left__box__related__box__list__items__meta__title {
    font-size: 15px;
    margin-bottom: 9px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.single__detail__box__left__box__related__box__list__items__meta__catAndTime {
    display: flex;
    align-items: center;
    font-size: 13px;
}
.single__detail__box__left__box__related__box__list__items__meta__cat {}
.single__detail__box__left__box__related__box__list__items__meta__cat__link {
    display: inline-block;
    /* background: #333; */
    background: #2a627e;
    color: #fff;
    padding: 3px 7px;
    font-size: 11px;
    border-radius: 2px;
}
.single__detail__box__left__box__related__box__list__items__meta__time {
    display: inline-block;
    margin-left: 9px;
    color: #777;
}

.single-sns {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    padding: 40px 3vw;
  }
  .single-sns li {
    width: 30%;
    max-width: 250px;
  }
  .single-sns li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 36px;
    color: #ffffff;
    font-family: 'Roboto', 'Noto Sans JP', Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
    text-align: center;
  }
  .single-sns li a img {
    margin-right: 8px;
  }
  .single-sns li a.tw {
    background-color: #49ACEC;
  }
  .single-sns li a.tw img {
    width: 22px;
  }
  .single-sns li a.fb {
    background-color: #0B2E62;
  }
  .single-sns li a.fb img {
    width: 14px;
  }
  .single-sns li a.ln {
    background-color: #53B435;
  }
  .single-sns li a.ln img {
    width: 22px;
  }

#container {
margin: 0 auto;
    width: 800px;
    padding-top: 150px;
}

a.blank:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0px;
    right: -30px;
    background: url(../images/blank2.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.underline {
  margin-left:20px;
}
.underline a{
  text-decoration: underline;
  color:#30A7F4;
  position: relative;
}

.info h3 {
    font-size: 26px;
    margin-top: 60px;
    margin-bottom: 10px;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #37B1E8;/*左線*/
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: Yu Gothic, '游ゴシック', Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
}

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

.name {
  font-weight: bold;
  font-size:16px;
}

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

.bikou {
	font-size:12px;
	color:#666666;
}

.pt100 {
  padding-top: 100px;
}

.year {
  font-weight: bold;
  font-size:18px;
}

body {
  color: #000;
}

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

.img {
text-align:center;
}


img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.25em;
}

a {
  color: #000;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

ul,
dl {
  padding: 0;
}

li, dt, dd {
  margin: 0px;
  padding: 0px;
}

table,
th,
td {
  border-collapse: collapse;
  border: 1px;
}

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

/* テーブル */
table {
  width: 100%;
  margin: 0 auto 1.5em;
  min-height: 0.1%;
  overflow: auto;
}

td,
th {
  padding: 0.5em;
  border: 1px solid #CCC;
}

th {
  white-space: nowrap;
  background-color: #EEE;
  font-weight: normal;
}

/* ////////////////// フォーム ////////////////// */
form {
  margin: 0px auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  font-family: Yu Gothic, '游ゴシック', Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
  font-size: 16px;
  border: 1px solid #c3cbd0;
  background-color: #F5F5F5;
  border: none;
  border-radius: 6px;
  width: 100%;
  padding: 12px 20px;
}

/* ボタン */
button,
input[type="button"],
input[type="submit"] {
  font-family: Yu Gothic, '游ゴシック', Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: normal;
  text-transform: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* テキストエリア */
textarea {
  resize: none;
  min-height: 150px;
}

/* セレクトボックス */
.select {
  position: relative;
  display: inline-block;
}

.select.block {
  display: block;
  margin-bottom: .5em;
}

.select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: .4em 50px .4em .4em;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.select select::-ms-expand {
  display: none;
}

.select select option:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}

.select::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 100%;
  content: "";
  background-color: #1592E6;
  border-radius: 0 2px 2px 0;
}

.select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}

/* チェックボックス */
input[type=checkbox] {
  display: none;
  border: none;
}

input[type=checkbox] {
  cursor: pointer;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0 0 0 25px;
  position: relative;
}

input[type=checkbox]::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #c3cbd0;
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

input[type=checkbox]::after {
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 18px;
}

input[type=checkbox]:checked::after {
  opacity: 1;
}

/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }
  html.scroll-prevent {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

.nav-list img {
width:50px;
}

#container {
margin: 0 auto;
    width: 100%;
    padding:100px 10px 0 10px;
}

.single__detail__box__left__box__related__box__list__items {
    width: 160px;
    padding: 0px;
}

.single-sns {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    padding: 40px 3vw;
  }
  .single-sns li {
    width: 30%;
    max-width: 250px;
  }
  .single-sns li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 36px;
    color: #ffffff;
    font-family: 'Roboto', 'Noto Sans JP', Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
    text-align: center;
  }
  .single-sns li a img {
    margin-right: 8px;
  }
  .single-sns li a.tw {
    background-color: #49ACEC;
  }
  .single-sns li a.tw img {
    width: 22px;
  }
  .single-sns li a.fb {
    background-color: #0B2E62;
  }
  .single-sns li a.fb img {
    width: 14px;
  }
  .single-sns li a.ln {
    background-color: #53B435;
  }
  .single-sns li a.ln img {
    width: 22px;
  }


.single-wrapper h1 {
font-size:24px;
}
  body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 320px;
    min-height: 100vh;
    line-height: 1.75em;
    font-size: 1rem;
  }
  header {
    position: relative;
  }
  header .header-inner {
    position: fixed;
    top: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 1180px;
    min-height: 60px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 4vw;
    background-color: #efdcbd;
    z-index: 20;
  }
  header .header-inner h1 {
    line-height: 1.0;
    z-index: 100;
  }
  header .header-inner h1 img {
    width: 80px;
    height: auto;
  }
  header .header-inner .header-fixed {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header-inner .hb-navi {
    position: relative;
    cursor: pointer;
    width: 35px;
    height: 35px;
    z-index: 100;
  }
  header .header-inner .hb-navi span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 0;
    height: 3px;
    border-radius: 2px;
    background: #e01b14;
    width: 100%;
  }
  header .header-inner .hb-navi span:nth-of-type(1) {
    top: 6px;
  }
  header .header-inner .hb-navi span:nth-of-type(2) {
    top: 17px;
  }
  header .header-inner .hb-navi span:nth-of-type(3) {
    top: 28px;
  }
  header .header-inner .hb-navi.active span:nth-of-type(1) {
    top: 10px;
    left: 0px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }
  header .header-inner .hb-navi.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .header-inner .hb-navi.active span:nth-of-type(3) {
    top: 23px;
    left: 0px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
  }
  header .header-inner nav {
    position: relative;
    display: none;
    z-index: 100;
    margin: 40px 0 30px 0;
  }
  header .header-inner nav ul li {
    list-style: none;
  }
  header .header-inner nav ul li a {
    display: block;
    width: 100%;
    margin: 20px 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
  }
  header .header-inner.fixed-none {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header-inner.navi-active::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: -webkit-linear-gradient(225deg, #e01b14, #ce0505);
    background: linear-gradient(-135deg, #e01b14, #ce0505);
  }
  header .header-inner.navi-active h1 img {
    -webkit-filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
            filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
  }
  header .header-inner.navi-active nav {
    display: block;
  }
  header .header-inner.navi-active .hb-navi span {
    background: #fff;
  }
  header .header-inner.navi-active .cv-button {
    display: block;
  }
  header .header-inner .cv-button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: none;
    z-index: 100;
    border-top: 2px solid #fff;
    padding: 20px 0;
  }
  header .header-inner .cv-button p {
    margin: 0;
  }
  header .header-inner .cv-button .tel {
    margin: 0 0 40px 0;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
  }
  header .header-inner .cv-button .tel span {
    font-size: 13px;
    color: #fff;
  }
  header .header-inner .cv-button .tel a {
    font-size: 28px;
    line-height: 1.0;
    color: #fff;
  }
  header .header-inner .cv-button .tel a::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 25px;
    margin: 0 5px 0 0;
    background: url("../images/icon_tel.png") no-repeat center center;
    background-size: cover;
    -webkit-filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
            filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
  }
  header .header-inner .cv-button .button-01 {
    margin: 0 0 20px 0;
  }
  header .header-inner .cv-button .button-01 a {
    min-width: 180px;
    width: 100%;
    -webkit-filter: none;
            filter: none;
  }
  header .header-inner .cv-button .button-01 a span {
    padding: 12px 0;
  }
  header .header-inner .cv-button .button-01 a::before {
    -webkit-transform: translate(-50%, -50%) scale(1.02, 1.08);
            transform: translate(-50%, -50%) scale(1.02, 1.08);
  }
  header .header-inner .cv-button .button-01 a span {
    background: -webkit-linear-gradient(225deg, #46C4D2, #2BA1FB);
    background: linear-gradient(-135deg, #46C4D2, #2BA1FB);
    color: #fff;
  }
  header .header-inner .cv-button .button-01 a::before {
    background: #fff;
  }
  header .mainimage {
    overflow: hidden;
    margin: 65px 0 0 0;
  }
  header .mainimage .mainimage-inner {
    position: relative;
    max-width: 1080px;
  }
  header .top-mainimage .mainimage-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    margin: 0 auto;
    height: 200px;
    max-height: 200px;
  }
  header .top-mainimage .mainimage-inner .slick-list {
    width: 100%;
  }
  header .top-mainimage .mainimage-inner .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header .top-mainimage .mainimage-inner .mainimage-box {
    width: 100%;
  }
  header .top-mainimage .mainimage-inner .mainimage-box img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  header .default-mainimage {
    background: -webkit-linear-gradient(225deg, #46C4D2, #2BA1FB);
    background: linear-gradient(-135deg, #46C4D2, #2BA1FB);
  }
  header .default-mainimage h1 {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 26px;
  }
  header .default-mainimage .mainimage-inner {
    margin: 50px auto;
  }
  /* ////////////////// フッター ////////////////// */
  footer {
    margin: 0;
    color: #fff;
  }
  footer > p {
    margin: 0;
    padding: 20px 4vw;
    background-color: #333333;
    line-height: 1.4;
  }
  footer > p small {
    font-size: 12px;
  }
  footer a {
    color: #fff;
  }
  footer h3 {
    font-size: 24px;
  }
  footer .footer-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 10px 4vw;
  }
  footer .footer-inner .text {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
  }
  footer .footer-inner .link {
    margin: 0 0 10px 0;
  }
  footer .footer-inner .link a {
    text-decoration: underline;
    font-weight: bold;
  }
  footer .footer-inner .link a:hover {
    text-decoration: none;
  }
  /* ////////////////// 共通 ////////////////// */
  body {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  p,
  dt,
  dd,
  th,
  td,
  li,
  a {
    font-size: 14px;
  }
  h2 {
    position: relative;
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
  border-bottom: 3px solid #000;
  }
  h3 {
    margin: 10px auto;
    font-size: 18px;
    font-weight: bold;
  }
  main > div {
    position: relative;
    padding: 120px 0 40px 0;
  }
  section,
  aside,
  form {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 4vw;
  }
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFEF0C));
    background: -webkit-linear-gradient(transparent 70%, #FFEF0C 70%);
    background: linear-gradient(transparent 70%, #FFEF0C 70%);
  }
  .read-text {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.8;
  }
  /* ボタン */
  .button-01 {
    width: 100%;
  }
  .button-01 a {
    position: relative;
    display: block;
    width: 100%;
    min-width: 260px;
    -webkit-filter: drop-shadow(1px 5px 3px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(1px 5px 3px rgba(0, 0, 0, 0.15));
  }
  .button-01 a span {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 12px 0px;
    border-radius: 25px;
    background: -webkit-linear-gradient(225deg, #46C4D2, #2BA1FB);
    background: linear-gradient(-135deg, #46C4D2, #2BA1FB);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    z-index: 10;
  }
  .button-01 a span img {
    margin: 0 5px 0 0;
  }
  .button-01 a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.01, 1.08);
            transform: translate(-50%, -50%) scale(1.01, 1.08);
    border-radius: 25px;
    background: -webkit-linear-gradient(225deg, #46C4D2, #2BA1FB);
    background: linear-gradient(-135deg, #46C4D2, #2BA1FB);
    z-index: 8;
  }
  .button-01 a:hover {
    -webkit-filter: none;
            filter: none;
  }
  .button-01 a:hover span {
    background: #fff;
    color: #3CC1D6;
  }
  /* マップ */
  #maparea {
    min-height: 300px;
  }
  /* 404ページ */
  .notfound {
    text-align: center;
  }
  .notfound .button-01 a {
    margin: 0 auto;
  }
  /* ////////////////// TOPページ ////////////////// */
  /* アロープロジェクトとは？ */
  .read-top h2 {
    margin: 0 0 10px 0;
    text-align: left;
  }
  .read-top h2::before {
    display: none;
  }
  .read-top p {
    margin: 0 0 10px 0;
    font-weight: bold;
  }
  .read-top .image {
    width: 100%;
  }
  .read-top .image img {
    width: 100%;
    height: auto;
    max-height: 400px;
  }
  .read-top .text {
    width: 100%;
    margin: 10px 0 0 0;
  }
  /* 作品・アーティスト紹介 */
  .production-top .flex > div {
    width: 47%;
    margin: 0 0 20px 0;
  }



  .production-top .flex p {
    margin: 5px 0 0 0;
    font-weight: bold;
    line-height: 1.4;
  }
  .production-top .flex .images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 220px;
  }
  .production-top .flex .images img {
    width: auto;
  }
  .production-top .flex::before, .production-top .flex::after {
    content: '';
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 24%;
    height: 0;
  }
  /* プレスリリース */
  .news dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news dl dt {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .news dl dd {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .news dl dd a {
    text-decoration: underline;
  }
  .news dl dd a:hover {
    text-decoration: none;
  }
  /* ////////////////// アロープロジェクトとは？ページ ////////////////// */
  .about-read h2 {
    margin: 0 0 10px 0;
    text-align: left;
    font-size: 21px;
  }
  .about-read h2::before {
    display: none;
  }
  .about-read p {
    margin: 0 0 15px 0;
  }
  .about-read .image {
    width: 100%;
  }
  .about-read .image img {
    width: 100%;
    height: auto;
    max-height: 400px;
  }
  .about-read .text {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .about-member dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 860px;
    margin: 0 auto;
  }
  .about-member dl dt {
    width: 80px;
    margin: 5px 0;
    font-weight: bold;
  }
  .about-member dl dd {
    display: block;
    margin: 5px 0;
    width: calc(100% - 80px);
    font-weight: bold;
    line-height: 1.4;
  }
  .about-member dl dd.member {
    margin: 0 0 0 80px;
  }
  .about-member dl dd.member.margin-none {
    margin: 0;
  }
  /* ////////////////// アロープロジェクトとは？ページ ////////////////// */
  .production-single h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
  }
  .production-single h2::before {
    display: none;
  }
  .production-single h3 {
    position: relative;
    padding: 0 0 10px 0;
    margin: 60px 0 30px 0;
    font-size: 21px;
  }
  .production-single h3::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 7px;
    background: -webkit-linear-gradient(225deg, #46C4D2, #2BA1FB);
    background: linear-gradient(-135deg, #46C4D2, #2BA1FB);
  }
  .production-single .production-page h2 {
    text-align: left;
    line-height: 1.2;
    font-size: 40px;
  }
  .production-single .production-page p {
    margin: 0 0 10px 0;
  }
  .production-single .production-page p a {
    text-decoration: underline;
  }
  .production-single .production-page p a:hover {
    text-decoration: none;
  }
  .production-single .production-page .name {
    margin: 0 0 25px 0;
  }
  .production-single .production-page .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .production-single .production-page .flex .text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .production-single .production-page .flex .image {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .production-single .production-page .flex .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .production-single .production-page .flex .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .production-single .production-page .flex .slick-list {
    overflow: hidden;
  }
  .production-single .production-page .flex .slide-arrow {
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url("../images/mark_arrow.png") no-repeat center center;
    background-size: contain;
    z-index: 10;
  }
  .production-single .production-page .flex .prev-arrow {
    left: -12px;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .production-single .production-page .flex .next-arrow {
    right: -12px;
  }
  .production-single #artist .flex {
    margin: 0 0 40px 0;
  }
  .production-single #artist .flex:last-child {
    margin: 0;
  }
  .production-single #artist .image {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .production-single #artist .text {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .production-single #artist .text .name {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: bold;
  }
  .production-single #artist .text .explanation {
    margin: 0 0 15px 0;
  }
  .production-single #artist .text .explanation a {
    text-decoration: underline;
  }
  .production-single #artist .text .explanation a:hover {
    text-decoration: none;
  }
  .production-single #interview .question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 16px;
  }
  .production-single #interview .question::before {
    content: 'Q';
    margin: 0 10px 0 0;
    font-size: 26px;
    font-weight: bold;
    color: #3CC1D6;
  }
  .production-single #interview .anser {
    margin: 0 0 25px 0;
    font-weight: bold;
    font-size: 14px;
  }
  .production-other p {
    margin: 5px 0 0 0;
    font-weight: bold;
  }
  .production-other .slider {
    position: relative;
  }
  .production-other .slick-list {
    overflow: hidden;
  }
  .production-other .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .production-other .image,
  .production-other .text {
    width: 100%;
    margin: 0 auto;
  }
  .production-other .flex-item {
    padding: 0 5px;
  }
  .production-other .slide-arrow {
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background: url("../images/mark_arrow.png") no-repeat center center;
    background-size: contain;
    z-index: 10;
  }
  .production-other .prev-arrow {
    left: -15px;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .production-other .next-arrow {
    right: -15px;
  }
  /* ////////////////// お問い合わせページ ////////////////// */
  /* フォーム */
  #form h2 {
    margin: 0 4vw 40px 4vw;
    line-height: 1.4;
    font-size: 18px;
  }
  #form .read-text {
    margin: 0 4vw 20px 4vw;
  }
  #form .form-input {
    margin: 0 0 10px 0;
    padding: 30px 4vw;
    background-color: #fff;
    border-radius: 30px;
    -webkit-filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.15));
  }
  #form .form-input .read-text {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.4;
  }
  #form .form-input .read-text .font-small {
    font-size: 12px;
  }
  #form .form-input p {
    margin: 0;
  }
  #form .form-input table {
    max-width: 870px;
    margin: 0 auto;
  }
  #form .form-input table td,
  #form .form-input table th {
    display: block;
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 5px 10px;
    text-align: left;
  }
  #form .form-input table th {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10px 0 0 0;
    font-weight: bold;
  }
  #form .form-input table th .label {
    display: inline-block;
  }
  #form .form-input table th .tag {
    margin: 0 0 0 10px;
    padding: 5px 10px;
    border-radius: 7px;
    font-size: 12px;
    line-height: 1.2;
  }
  #form .form-input table th .required {
    background-color: #E83D3D;
    color: #fff;
  }
  #form .form-input table th .any {
    background-color: #76C55D;
    color: #fff;
  }
  #form .form-input table th.align-start {
    vertical-align: top;
  }
  #form form ul {
    padding: 0 0 0 20px;
  }
  #form form ul li {
    margin: 0 0 5px 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
  }
  #form form .privacy {
    margin: 40px 0;
    text-align: center;
    font-weight: bold;
  }
  #form form .privacy a {
    color: #1592E6;
    text-decoration: underline;
  }
  #form form .privacy a:hover {
    text-decoration: none;
  }
  #form form .privacy label {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #form form .submit-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0 0 0;
  }
  #form form .submit-button .nextbutton {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border: none;
    margin: 0 auto;
    padding: 12px 50px;
    border-radius: 35px;
    background: -webkit-linear-gradient(225deg, #46C4D2, #2BA1FB);
    background: linear-gradient(-135deg, #46C4D2, #2BA1FB);
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    cursor: pointer;
  }
  #form form .submit-button .backbutton {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
    border: none;
    margin: 20px auto 0 auto;
    padding: 12px 50px;
    border-radius: 35px;
    background: #333333;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
  }
  #form.confirm-form label {
    display: none;
  }
  #form.thanks-form h2 {
    margin: 0 4vw 30px 4vw;
    font-size: 20px;
  }
  #form.thanks-form .button-02 {
    width: calc(100% - 8vw);
    margin: 30px 4vw 0 4vw;
  }
  #form.thanks-form .button-02 a {
    margin: 0 auto;
  }
  /* 予約ページ */
  .reserve-read {
    padding: 40px 4vw;
  }
  .reserve-read h2 {
    font-size: 20px;
  }
  .reserve-read .read-text {
    font-size: 16px;
  }
  .reserve-read .read-text:last-child {
    margin: 0;
  }
  #reserve .member-list {
    max-width: 660px;
    margin: 0 auto;
  }
  #reserve .member-list .member {
    width: 19%;
    margin: 0 0 20px 0;
    text-align: center;
  }
  #reserve .member-list .member img {
    display: block;
    margin: 0 auto 5px auto;
    border-radius: 50%;
  }
  #reserve .member-list .member .name {
    font-weight: bold;
    font-size: 12px;
  }
  #reserve .reserve-inner {
    margin: 40px auto;
  }
  #reserve .reserve-inner iframe {
    width: 100%;
    border: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #reserve .reserve-inner iframe::-webkit-scrollbar {
    display: none;
  }
  #reserve .note {
    margin: 0;
    text-align: center;
    font-weight: bold;
  }
  #reserve .note a {
    color: #1592E6;
    text-decoration: underline;
  }
  #reserve .note a:hover {
    text-decoration: none;
  }
}

/* ***************************************************
 PC
*************************************************** */
@media all and (min-width: 1000px) {
  .sp {
    display: none !important;
  }

.production-top section {
padding-top: 0px;
}

.single-wrapper h1 {
font-size:48px;
}
  body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 320px;
    min-height: 100vh;
    line-height: 1.75em;
    font-size: 16px;
  }
  header {
    position: relative;
  }
  header .header-inner {
    position: fixed;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 80px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 40px;
    background-color: #efdcbd;
    z-index: 20;
  }
  header .header-inner h1 {
    line-height: 1.0;
  }
  header .header-inner h1 img {
    width: 90px;
    height: auto;
  }
  header .header-inner nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header .header-inner nav ul li {
    list-style: none;
  }
  header .header-inner nav ul li a {
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
  }
  header .header-inner nav ul li a:hover {
    color: #f42222;
  }
  header .header-inner nav ul li.navi-active a {
    color: #f42222;
  }
  header .header-inner.fixed-none {
    position: absolute;
  }
  header .header-inner .cv-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header .header-inner .cv-button p {
    margin: 0;
  }
  header .header-inner .cv-button .tel {
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
  }
  header .header-inner .cv-button .tel span {
    font-size: 11px;
  }
  header .header-inner .cv-button .tel a {
    font-size: 24px;
    line-height: 1.0;
  }
  header .header-inner .cv-button .tel a::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 22px;
    margin: 0 5px 0 0;
    background: url("../images/icon_tel.png") no-repeat center center;
    background-size: cover;
  }
  header .header-inner .cv-button .button-01,
  header .header-inner .cv-button .button-02 {
    margin: 0 0 0 10px;
  }
  header .header-inner .cv-button .button-01 a,
  header .header-inner .cv-button .button-02 a {
    min-width: 180px;
    width: 180px;
    -webkit-filter: none;
            filter: none;
  }
  header .header-inner .cv-button .button-01 a span,
  header .header-inner .cv-button .button-02 a span {
    padding: 8px 0;
  }
  header .header-inner .cv-button .button-01 a::before,
  header .header-inner .cv-button .button-02 a::before {
    -webkit-transform: translate(-50%, -50%) scale(1.02, 1.08);
            transform: translate(-50%, -50%) scale(1.02, 1.08);
  }
  header .mainimage {
    overflow: hidden;
  }
  header .mainimage .mainimage-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1080px;
  }
  header .top-mainimage {
    padding: 110px 0 0 0;
  }
  header .top-mainimage .mainimage-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    margin: 0 auto;
    height: 500px;
    max-height: 500px;
  }
  header .top-mainimage .mainimage-inner .slick-list {
    width: 100%;
  }
  header .top-mainimage .mainimage-inner .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header .top-mainimage .mainimage-inner .mainimage-box {
    width: 100%;
  }
  header .top-mainimage .mainimage-inner .mainimage-box img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  header .default-mainimage {
    padding: 100px 0 0 0;
    background: -webkit-linear-gradient(225deg, #46C4D2, #2BA1FB);
    background: linear-gradient(-135deg, #46C4D2, #2BA1FB);
  }
  header .default-mainimage h1 {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 32px;
  }
  header .default-mainimage .mainimage-inner {
    margin: 80px auto;
  }
  /* ////////////////// フッター ////////////////// */
  footer {
    margin: 0;
    padding: 40px 0 0 0;
  }
  footer > p {
    margin: 0;
    padding: 20px 100px;
    background-color: #DDDDDD;
  }
  footer > p small {
    font-size: 14px;
  }
  footer a {
    color: #fff;
  }
  footer h3 {
    font-size: 32px;
  }
  footer .footer-inner {
    max-width: 1080px;
    margin: 0 auto;
  }
  footer .footer-inner .text {
    margin: 0 0 5px 0;
    font-weight: bold;
  }
  footer .footer-inner .link a {
    text-decoration: underline;
    font-weight: bold;
  }
  footer .footer-inner .link a:hover {
    text-decoration: none;
  }
  /* ////////////////// 共通 ////////////////// */
  h2 {
    position: relative;
    margin: 0 0 5px 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
  border-bottom: 3px solid #000;
  }
  
  h3 {
    margin: 0 auto 20px auto;
    font-size: 20px;
    font-weight: bold;
  }
  main > div {
    position: relative;
    padding: 60px 0;
  }
  section,
  aside,
  form {
    max-width: 1080px;
    margin: 0 auto;
padding-top:120px;
  }
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }


.top-mainimage .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFEF0C));
    background: -webkit-linear-gradient(transparent 70%, #FFEF0C 70%);
    background: linear-gradient(transparent 70%, #FFEF0C 70%);
  }
  .read-text {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.8;
  }
  /* ボタン */
  .button-01 a {
    position: relative;
    display: block;
    min-width: 300px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-filter: drop-shadow(1px 5px 3px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(1px 5px 3px rgba(0, 0, 0, 0.15));
  }
  .button-01 a span {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 12px 50px;
    border-radius: 25px;
    background: -webkit-linear-gradient(225deg, #46C4D2, #2BA1FB);
    background: linear-gradient(-135deg, #46C4D2, #2BA1FB);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    z-index: 10;
  }
  .button-01 a span img {
    margin: 0 5px 0 0;
  }
  .button-01 a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.01, 1.08);
            transform: translate(-50%, -50%) scale(1.01, 1.08);
    border-radius: 25px;
    background: -webkit-linear-gradient(225deg, #46C4D2, #2BA1FB);
    background: linear-gradient(-135deg, #46C4D2, #2BA1FB);
    z-index: 8;
  }
  .button-01 a:hover {
    -webkit-filter: none;
            filter: none;
  }
  .button-01 a:hover span {
    background: #fff;
    color: #3CC1D6;
  }
  /* マップ */
  #maparea {
    min-height: 500px;
  }
  /* 404ページ */
  .notfound {
    text-align: center;
  }
  .notfound .button-01 a {
    margin: 0 auto;
  }
  /* ////////////////// TOPページ ////////////////// */
  /* アロープロジェクトとは？ */
  .read-top h2 {
    margin: 0 0 10px 0;
    text-align: left;
  }
  .read-top h2::before {
    display: none;
  }
  .read-top p {
    margin: 0 0 10px 0;
    font-weight: bold;
  }
  .read-top .image {
    width: 42%;
  }
  .read-top .image img {
    width: 100%;
    height: auto;
    max-height: 400px;
  }
  .read-top .text {
    width: 55%;
  }
  /* 作品・アーティスト紹介 */
  .production-top .flex > div {
    width: 24%;
    margin: 0 0 20px 0;
  }
  .production-top .flex p {
    margin: 0;
    font-weight: bold;
  }
  .production-top .flex .images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 220px;
  }
  .production-top .flex .images img {
    width: auto;
  }
  .production-top .flex::before, .production-top .flex::after {
    content: '';
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 24%;
    height: 0;
  }
  /* プレスリリース */
  .news dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news dl dt {
    width: 150px;
    padding: 20px 10px;
  }
  .news dl dd {
    width: calc(100% - 150px);
    padding: 20px 10px;
  }
  .news dl dd a {
    text-decoration: underline;
  }
  .news dl dd a:hover {
    text-decoration: none;
  }
  /* ////////////////// アロープロジェクトとは？ページ ////////////////// */
  .about-read h2 {
    margin: 0 0 10px 0;
    text-align: left;
    font-size: 24px;
  }
  .about-read h2::before {
    display: none;
  }
  .about-read p {
    margin: 0 0 15px 0;
  }
  .about-read .image {
    width: 25%;
  }
  .about-read .image img {
    width: 100%;
    height: auto;
    max-height: 400px;
  }
  .about-read .text {
    width: 72%;
  }
  .about-member dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 860px;
    margin: 0 auto;
  }
  .about-member dl dt {
    width: 100px;
    margin: 5px 0;
    font-weight: bold;
  }
  .about-member dl dd {
    display: block;
    margin: 5px 0;
    width: calc(100% - 100px);
    font-weight: bold;
  }
  .about-member dl dd.member {
    width: calc((100% - 100px)/2);
  }
  .about-member dl dd.margin-left {
    margin: 0 0 0 100px;
  }
  /* ////////////////// アロープロジェクトとは？ページ ////////////////// */
  .production-single h2 {
    margin: 0;
    font-size: 50px;
    line-height: 1.2;
  }
  .production-single h2::before {
    display: none;
  }
  .production-single h3 {
    position: relative;
    padding: 0 0 10px 0;
    margin: 60px 0 30px 0;
    font-size: 30px;
  }
  .production-single h3::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 7px;
    background: -webkit-linear-gradient(225deg, #46C4D2, #2BA1FB);
    background: linear-gradient(-135deg, #46C4D2, #2BA1FB);
  }
  .production-single .production-page h2 {
    text-align: left;
    line-height: 1.2;
    font-size: 40px;
  }
  .production-single .production-page p {
    margin: 0 0 10px 0;
  }
  .production-single .production-page p a {
    text-decoration: underline;
  }
  .production-single .production-page p a:hover {
    text-decoration: none;
  }
  .production-single .production-page .name {
    margin: 0 0 25px 0;
  }
  .production-single .production-page .flex .text {
    width: calc(100% - 570px);
  }
  .production-single .production-page .flex .image {
    position: relative;
    width: 540px;
  }
  .production-single .production-page .flex .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .production-single .production-page .flex .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .production-single .production-page .flex .slick-list {
    overflow: hidden;
  }
  .production-single .production-page .flex .slide-arrow {
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url("../images/mark_arrow.png") no-repeat center center;
    background-size: contain;
    z-index: 10;
  }
  .production-single .production-page .flex .prev-arrow {
    left: -40px;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .production-single .production-page .flex .next-arrow {
    right: -40px;
  }
  .production-single #artist .flex {
    margin: 0 0 40px 0;
  }
  .production-single #artist .flex:last-child {
    margin: 0;
  }
  .production-single #artist .image {
    width: 35%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .production-single #artist .text {
    width: 60%;
  }
  .production-single #artist .text .name {
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: bold;
  }
  .production-single #artist .text .explanation {
    margin: 0 0 15px 0;
  }
  .production-single #artist .text .explanation a {
    text-decoration: underline;
  }
  .production-single #artist .text .explanation a:hover {
    text-decoration: none;
  }
  .production-single #interview .question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 21px;
  }
  .production-single #interview .question::before {
    content: 'Q';
    margin: 0 10px 0 0;
    font-size: 24px;
    font-weight: bold;
    color: #3CC1D6;
  }
  .production-single #interview .anser {
    margin: 0 0 25px 0;
    font-weight: bold;
    font-size: 16px;
  }
  .production-other p {
    margin: 5px 0 0 0;
    font-weight: bold;
  }
  .production-other .slider {
    position: relative;
  }
  .production-other .slick-list {
    overflow: hidden;
  }
  .production-other .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .production-other .image,
  .production-other .text {
    width: 246px;
    margin: 0 auto;
  }
  .production-other .slide-arrow {
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background: url("../images/mark_arrow.png") no-repeat center center;
    background-size: contain;
    z-index: 10;
  }
  .production-other .prev-arrow {
    left: -40px;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .production-other .next-arrow {
    right: -40px;
  }
  /* ////////////////// お問い合わせページ ////////////////// */
  /* フォーム */
  #form h2 {
    margin: 0 0 60px 0;
    line-height: 1.4;
    font-size: 24px;
  }
  #form .form-input {
    margin: 0 0 10px 0;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 30px;
    -webkit-filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.15));
  }
  #form .form-input .read-text {
    font-size: 20px;
  }
  #form .form-input .read-text .font-small {
    font-size: 14px;
  }
  #form .form-input table {
    max-width: 870px;
    margin: 0 auto;
  }
  #form .form-input table td,
  #form .form-input table th {
    background-color: transparent;
    border: none;
    padding: 15px 10px;
    text-align: left;
  }
  #form .form-input table th {
    width: 260px;
    max-width: 260px;
    font-weight: bold;
  }
  #form .form-input table th .label {
    display: inline-block;
    width: 170px;
  }
  #form .form-input table th .tag {
    margin: 0 0 0 10px;
    padding: 3px 10px;
    border-radius: 7px;
    font-size: 12px;
  }
  #form .form-input table th .required {
    background-color: #E83D3D;
    color: #fff;
  }
  #form .form-input table th .any {
    background-color: #76C55D;
    color: #fff;
  }
  #form .form-input table th.align-start {
    vertical-align: top;
  }
  #form .form-input table td {
    width: calc(100% - 260px);
  }
  #form form ul {
    padding: 0 0 0 30px;
  }
  #form form ul li {
    font-size: 13px;
    font-weight: bold;
  }
  #form form .privacy {
    margin: 40px 0;
    text-align: center;
    font-weight: bold;
  }
  #form form .privacy a {
    color: #1592E6;
    text-decoration: underline;
  }
  #form form .privacy a:hover {
    text-decoration: none;
  }
  #form form .submit-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0 0 0;
  }
  #form form .submit-button .nextbutton {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 600px;
    border: none;
    margin: 0 auto;
    padding: 12px 50px;
    border-radius: 35px;
    background: -webkit-linear-gradient(225deg, #46C4D2, #2BA1FB);
    background: linear-gradient(-135deg, #46C4D2, #2BA1FB);
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    cursor: pointer;
  }
  #form form .submit-button .backbutton {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 300px;
    border: none;
    margin: 0 auto;
    padding: 12px 50px;
    border-radius: 35px;
    background: #333333;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    cursor: pointer;
  }
  #form.confirm-form label {
    display: none;
  }
  #form.confirm-form .submit-button .backbutton {
    margin: 0 20px;
  }
  #form.confirm-form .submit-button .nextbutton {
    width: 450px;
    margin: 0 20px;
  }
  #form.thanks-form h2 {
    margin: 0 0 40px 0;
    font-size: 32px;
  }
  #form.thanks-form .button-02 {
    margin: 40px 0 0 0;
  }
  #form.thanks-form .button-02 a {
    margin: 0 auto;
  }
}
/*# sourceMappingURL=style.css.map */