
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Muli");

@charset "UTF-8";
/* グレー */
/* 薄いグレー */
/* イエロー */
/* イエロー */
/* イエロー */
/* くろ */
/* font-face
-------------------- */
@font-face {
  font-family: 'dinmed';
  src: url(font/DINMedium.ttf);
}

/* smartphone font-size */
/* media quary */
/* flex */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000;
  -webkit-text-size-adjust: none;
  /* -webkit-font-smoothing: antialiased; */
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

a:hover {
  -webkit-transition: .2s;
  transition: .2s;
}

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

a:hover img {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.text {
  line-height: 1.8;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

/* show only  SP/PC
-------------------------------*/

/* @group float
-------------------------------- */
.right {
  float: right;
}

.left {
  float: left;
}

.img-left {
  float: left;
  margin: 0 20px 10px 0;
}

.img-right {
  float: right;
  margin: 0 0 10px 20px;
}

/* @text-align
-------------------------------- */
.ta-right {
  text-align: right !important;
}

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

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

/* @vertical-align
-------------------------------- */
.va-top {
  vertical-align: top !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

.va-middle {
  vertical-align: middle !important;
}

/* @group color
-------------------------------- */
.red {
  color: #EA5413 !important;
}

.blue {
  color: #0099ff !important;
}

.gray {
  color: #666 !important;
}

.pink {
  color: #C60070 !important;
}

.peach {
  color: #F86363 !important;
}

.green {
  color: #89B929 !important;
}

/* @group margin
-------------------------------- */
.m0 {
  margin: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

/* @font size
-------------------------------- */
.fs10 {
  font-size: 10px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs48 {
  font-size: 48px !important;
}

.fs56 {
  font-size: 56px !important;
}

.fs64 {
  font-size: 64px !important;
}

/* @font-weight
-------------------------------- */
.fw-bold {
  font-weight: bold !important;
}

/* @border
-------------------------------- */
.bb-none {
  border-bottom: 0 !important;
}

.bl-none {
  border-left: 0 !important;
}

.br-none {
  border-right: 0 !important;
}

.bt-none {
  border-top: 0 !important;
}

/* @status font color
-------------------------------- */
.required {
  color: #c00;
}

.error-message {
  color: #c00;
}

/* @wp image
-------------------------------- */
.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* @flex
-------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

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

/* @font-family
-------------------------------- */
.mincho {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.yu {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

body {
  padding-top: 92px;
}

.contents--page {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.contents--2col .main {
  width: 824px;
}

.contents--2col .side {
  width: 300px;
}

.contents--left {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.base-wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.base-wrap--space {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.main-wrap {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.main-wrap--space {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.screen-reader-text {
  display: none;
}

/*--------------------------------------------------------
  ヘッダー
----------------------------------------------------------*/
/* ヘッダー */
.header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 12px 0 10px;
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
  line-height: 1.5;
  z-index: 100;
}

.header__inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.header__logo {
  display: inline-block;
  padding-top: 8px;
}

.header__logo img {
  width: 200px;
  height: 50px;
  vertical-align: top;
}

.header__menu {
  display: none;
}

.gnavi {
  float: right;
  padding: 15px 0;
}

.gnavi__list__item {
  position: relative;
  float: left;
  height: 40px;
}

.gnavi__list__item a {
  display: block;
  margin: 0 15px;
  padding: 10px;
  text-decoration: none;
  font-family: 'dinmed';
}

.gnavi__list__item a:hover {
  border-bottom: 2px solid #FFE327;
}

.gnavi__list__item:last-child a {
  margin-right: 0;
}

.gnavi__submenu {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
}

.gnavi__submenu > li {
  padding-bottom: 1px;
}

.gnavi__submenu > li a {
  position: relative;
  padding: 10px 20px 10px 20px;
  background: #333;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
}

.gnavi__submenu > li a:hover {
  border: none;
  background: #FFE327;
  color: #000;
}

.gnavi__list__item:hover .gnavi__submenu {
  display: block;
}

#BtnMenu {
  display: none;
}

/*--------------------------------------------------------
  フッター
----------------------------------------------------------*/
/* ロゴナビ */
.footer {
  padding: 30px 0 10px;
  background: #000;
}

.footer__inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer__left {
  display: inline-block;
  padding-left: 50px;
}

.footer__logo img {
  width: 180px;
  height: 60px;
}

.fnavi {
  float: right;
  padding-top: 18px;
}

.fnavi__list__item {
  float: left;
  padding: 0 10px 15px;
  white-space: nowrap;
}

.fnavi__list__item a {
  padding: 15px 10px 8px;
  color: #fff;
  font-family: 'dinmed';
  font-size: 13px;
  text-decoration: none;
}

.copyright {
  clear: both;
  padding: 50px 0 20px;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

/* ページ上へ戻る */
#TopLink {
  position: fixed;
  bottom: 50px;
  left: 50%;
  z-index: 10000;
  margin-left: 540px;
  text-align: right;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  cursor: pointer;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#TopLink img:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/*--------------------------------------------------------
	サイドナビ
----------------------------------------------------------*/
/* ローカルナビ */
.widget-local-navi > ul {
  margin: 0 -2px;
  padding: 0 2px 15px;
}

.widget-local-navi > ul > li {
  border-bottom: 1px dotted #ccc;
}

.widget-local-navi li:last-child {
  border-bottom: none;
}

.widget-local-navi li a {
  display: block;
  padding: 16px 10px 16px 16px;
  text-decoration: none;
  color: #333;
}

.widget-local-navi li ahover {
  color: #CC3300;
}

/* ローカルナビ2層 */
.widget-local-navi ul ul {
  margin-left: 16px;
  margin-bottom: 10px;
}

.widget-local-navi ul ul li a {
  padding: 0px 10px 5px 20px;
  font-size: 13px;
}

/* ウィジェット共通 */
.widget {
  margin-bottom: 50px;
}

.widget h2 {
  margin-bottom: 20px;
  padding: 10px 15px;
  background: #000;
  color: #fff;
  font-size: 15px;
}

.widget img {
  max-width: 100%;
}

.widget ul li {
  position: relative;
  margin-left: 5px;
  margin-bottom: 10px;
  padding-left: 15px;
}

.widget ul li:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #000;
}

.widget ul li a {
  color: #333333;
  text-decoration: none;
}

/* ブログウィジェット */
.blog-widget li {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  line-height: 1.2;
}

.blog-widget li a {
  color: #000;
  text-decoration: none;
}

.blog-widget li a:hover {
  text-decoration: underline;
}

/* ブログ カレンダー */
.widget-blog-calendar table {
  border-collapse: collapse;
  box-sizing: border-box;
}

.widget-blog-calendar table th {
  padding: 6px 0;
  border: 1px solid #000;
  font-size: 12px;
}

.widget-blog-calendar table td {
  padding: 6px 0;
  color: #aaa;
  text-align: center;
  border: 1px solid #000;
  font-size: 12px;
}

.widget-blog-calendar table a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

.widget-blog-calendar table center {
  color: #000;
  font-size: 16px;
}

#banner_block {
  margin-bottom: 40px;
}

#banner_block li {
  margin-bottom: 10px;
}

/*--------------------------------------------------------
  スマホナビゲーション
----------------------------------------------------------*/
/* スマホグローバルナビ開閉ボタン */

.header__menu {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
}

#panel-btn {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
}

#panel-btn .close {
  background: transparent;
}

#panel-btn .close:before, #panel-btn .close:after {
  margin-top: 0;
}

#panel-btn .close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#panel-btn .close:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 4px;
  margin: -2px 0 0 -15px;
  background: #000;
  -webkit-transition: .2s;
  transition: .2s;
}

#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 4px;
  background: #000;
  -webkit-transition: .3s;
  transition: .3s;
}

#panel-btn-icon:before {
  margin-top: -12px;
}

#panel-btn-icon:after {
  margin-top: 8px;
}

#BtnClose {
  display: none;
  padding: 20px 0 20px;
  background: #000;
  color: #fff;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  font-size: 20px;
  font-size: 5.33333vw;
}

/*--------------------------------------------------------
	ボタン
----------------------------------------------------------*/
.btn {
  display: inline-block;
  margin: 10px 0;
  padding: 15px 50px;
  background: #000;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.btn:hover {
  color: #FFE327;
  text-decoration: none;
}

.btn-small {
  display: inline-block;
  width: 130px;
  padding: 10px 10px 10px 20px;
  background: #000 url(../img/common/icn_arrow01.png) 10px center no-repeat;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
}

.btn-midium {
  width: 230px;
  padding: 20px 40px 20px 60px;
  border-radius: 4px;
  background: #000 url(../img/common/icn_arrow01.png) 10px center no-repeat;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
}

.btn-big {
  display: inline-block;
  width: 380px;
  padding: 30px 10px 30px 20px;
  border-radius: 4px;
  background: #000 url(../img/common/icn_arrow01.png) 10px center no-repeat;
  font-size: 24px;
  letter-spacing: 2px;
}

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

.btn-wrap a {
  display: inline-block;
  margin: 10px 0;
  padding: 20px 80px;
  border: 3px solid #000;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
}

.btn-wrap a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

.button {
  width: 33%;
}

.button__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 80px;
}

.button a {
  display: block;
  padding: 12px 10px;
  background: #333;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.button a:hover {
  background: #555;
}

.button02 {
  text-align: center;
}

.button02 a {
  position: relative;
  display: inline-block;
  padding: 10px 40px 10px 60px;
  border: 2px solid #000;
}

.button02 a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #FFE327;
  -webkit-transition: .3s;
  transition: .3s;
}

.button02 a:after {
  position: absolute;
  top: 50%;
  left: 10px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}

.button02 a span {
  position: relative;
  z-index: 2;
}

/*--------------------------------------------------------
  タイトル
----------------------------------------------------------*/
/* 見出し */
.main-title {
  margin: 50px 0;
  line-height: 1;
  text-align: center;
}

.main-title .title {
  display: inline-block;
  margin-bottom: 10px;
  color: #000;
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
}

.main-title .title:before {
  display: block;
  width: 100px;
  content: '';
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid #000;
}

.main-title .sub-title {
  font-size: 14px;
  color: #000;
}

.main-title2 {
  margin-bottom: 20px;
}

.main-title2 .title {
  display: inline-block;
  color: #000;
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
  vertical-align: middle;
}

.main-title2 .sub-title {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  color: #000;
  vertical-align: middle;
}

#ToolBar a.title {
  margin: 0;
}

/* 下層ページの見出し */
.page h2 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}

.page h2:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  display: block;
  width: 300px;
  height: 4px;
  background: #000;
}

.page h3 {
  margin: 40px 0 30px;
  padding: 5px 20px;
  background: #000;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}

.page h3 a {
  text-decoration: none;
  color: #fff;
}

.page h3 a:hover {
  text-decoration: underline;
  color: #fff;
}

.page h4 {
  margin: 30px 0 20px;
  padding-bottom: 4px;
  border-bottom: 6px solid #FFE327;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}

.page h5 {
  margin-top: 20px;
  font-size: 18px;
}

.notice {
  color: #777;
  font-size: 13px;
}

/*--------------------------------------------------------
  ぱんくず
----------------------------------------------------------*/
.breadcrumbs {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin: 20px auto 30px;
  padding: 0 10px;
  font-size: 13px;
  box-sizing: border-box;
}

/*--------------------------------------------------------
  ページネーション
----------------------------------------------------------*/
/* ブログ　pagination */
.pagination {
  margin: 60px 0;
  text-align: center;
  font-size: 12px;
  font-size: 19.2px;
  font-size: 1.2rem;
}

.pagination span.disabled,
.pagination span.prev a,
.pagination span.next a {
  margin: 0 20px;
  color: #333;
}

.pagination span.current,
.pagination span.number a {
  margin: 0 4px;
  padding: 7px 10px;
  background: #dedede;
  color: #fff;
  text-decoration: none !important;
}

.pagination span.current,
.pagination span.number a:hover {
  background: #666;
}

.pagination a:active {
  background: #666;
}

/*--------------------------------------------------------
  コンテンツナビ
----------------------------------------------------------*/
.contents-navi {
  margin: 50px 0;
  text-align: center;
}

.contents-navi a {
  display: inline-block;
  padding: 11px 14px;
  color: #000;
}

.contents-navi a.prev-link, .contents-navi a.next-link {
  padding: 8px 10px;
  background: #ddd;
}

.contents-navi a:hover {
  color: #333;
}

.contents-navi a:hover.prev-link, .contents-navi a:hover.next-link {
  background: #eee;
}

/*--------------------------------------------------------
  ページ上部へ戻るボタン
----------------------------------------------------------*/
.page-top {
  background: #999999;
  text-align: center;
  cursor: pointer;
}

/*--------------------------------------------------------
  テーブル
----------------------------------------------------------*/
.main table {
  box-sizing: border-box;
  border-top: 1px solid #000;
}

.main table tr {
  border-bottom: 1px solid #000;
}

.main table th {
  box-sizing: border-box;
  position: relative;
  padding: 20px;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

.main table th:after {
  position: absolute;
  right: 0;
  top: 20%;
  width: 1px;
  height: 60%;
  display: block;
  content: "";
  background: #000;
}

.main table td {
  box-sizing: border-box;
  padding: 20px;
  font-size: 15px;
  line-height: 1.5;
}

.table-scroll {
  overflow: auto;
  white-space: nowrap;
}

.table-scroll::-webkit-scrollbar {
  height: 5px;
}

.table-scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.table-scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

/*--------------------------------------------------------
	icon
----------------------------------------------------------*/
/*--------------------------------------------------------
	リスト
----------------------------------------------------------*/
.page ul {
  margin: 10px 0 30px 1em;
}

.page ul > li {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0 16px;
}

.page ul > li:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFE327;
}

.page ul > li ul li {
  padding: 0;
}

.page ul > li ul li:before {
  display: none;
}

.page ol {
  margin: 10px 0 30px 1em;
  list-style: none;
}

.page ol > li {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0 22px;
}

.page ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #FFE327;
}

.page ol > li:nth-child(1):before {
  content: "1. ";
}

.page ol > li:nth-child(2):before {
  content: "2. ";
}

.page ol > li:nth-child(3):before {
  content: "3. ";
}

.page ol > li:nth-child(4):before {
  content: "4. ";
}

.page ol > li:nth-child(5):before {
  content: "5. ";
}

.page ol > li:nth-child(6):before {
  content: "6. ";
}

.page ol > li:nth-child(7):before {
  content: "7. ";
}

.page ol > li:nth-child(8):before {
  content: "8. ";
}

.page ol > li:nth-child(9):before {
  content: "9. ";
}

.page ol > li > ol {
  margin-left: 0;
}

.page ol > li > ol > li {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0 26px;
}

.page ol > li > ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #FFE327;
}

.page ol > li > ol > li:nth-child(1):before {
  content: "(1)";
}

.page ol > li > ol > li:nth-child(2):before {
  content: "(2)";
}

.page ol > li > ol > li:nth-child(3):before {
  content: "(3)";
}

.page ol > li > ol > li:nth-child(4):before {
  content: "(4)";
}

.page ol > li > ol > li:nth-child(5):before {
  content: "(5)";
}

.page ol > li > ol > li:nth-child(6):before {
  content: "(6)";
}

.page ol > li > ol > li:nth-child(7):before {
  content: "(7)";
}

.page ol > li > ol > li:nth-child(8):before {
  content: "(8)";
}

.page ol > li > ol > li:nth-child(9):before {
  content: "(9)";
}

.page ol > li > ol > li > ol > li {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0 22px;
}

.page ol > li > ol > li > ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #FFE327;
}

.page ol > li > ol > li > ol > li:nth-child(1):before {
  content: "①";
}

.page ol > li > ol > li > ol > li:nth-child(2):before {
  content: "②";
}

.page ol > li > ol > li > ol > li:nth-child(3):before {
  content: "③";
}

.page ol > li > ol > li > ol > li:nth-child(4):before {
  content: "④";
}

.page ol > li > ol > li > ol > li:nth-child(5):before {
  content: "⑤";
}

.page ol > li > ol > li > ol > li:nth-child(6):before {
  content: "⑥";
}

.page ol > li > ol > li > ol > li:nth-child(7):before {
  content: "⑦";
}

.page ol > li > ol > li > ol > li:nth-child(8):before {
  content: "⑧";
}

.page ol > li > ol > li > ol > li:nth-child(9):before {
  content: "⑨";
}

/*--------------------------------------------------------
  フォーム
----------------------------------------------------------*/

.form-table tr th {
  width: 30%;
  vertical-align: top;
}

.form-table input[type=text] {
  box-sizing: border-box;
  width: 100%;
  margin: 0 10px 4px 0;
  padding: 8px;
  border: 1px solid #000;
  font-size: 16px;
}

.form-table .checkbox {
  font-size: 16px;
}

.form-table textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  border: 1px solid #000;
  font-size: 16px;
}

.form-table select {
  box-sizing: border-box;
  position: relative;
  margin: 0 0 4px 0;
  border: 1px solid #000;
  font-size: 16px;
}

.form-table a {
  color: #555;
  text-decoration: underline;
}

.form-table ul li {
  padding-left: 0;
}

.form-table ul li:before {
  display: none;
}

.form-s {
  width: 24% !important;
}

.form-m {
  width: 36% !important;
}

.form-l {
  width: 90%;
}

.required {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 5px;
  padding: 1px 4px;
  border-radius: 4px;
  background: #c00;
  color: #fff;
  font-size: 12px;
}

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

.submit .form-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 150px;
  padding: 15px 20px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
}

.mail-description {
  margin-bottom: 10px;
}

.mail-description span {
  color: #000;
}

.mail-description span a {
  color: #000;
}

.mail-before-attachment {
  margin-right: 10px;
}

.mail-after-attachment {
  margin-right: 10px;
}

#flashMessage {
  margin-bottom: 10px;
}

.alert-message {
  color: #c00;
}

.form-back {
  margin-top: 50px;
}

/*--------------------------------------------------------
  メインイメージ
----------------------------------------------------------*/
.mainimage {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

.mainimage img {
  width: 100%;
}

/*--------------------------------------------------------
	トップページ
----------------------------------------------------------*/
.top-header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.top-header__title {
  padding-bottom: 4px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.top-header__title span {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 6px solid #FFE327;
  font-size: 32px;
  font-size: 2.0rem;
}

.top-header__title strong {
  color: #CB3D25;
}

.top-header__text {
  margin-bottom: 30px;
  text-align: center;
}

.top-header__text strong {
  font-weight: bold;
}

/* works
-------------------- */
.top-works {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

.top-works__title {
  margin-bottom: 50px;
  text-align: center;
}

.top-works ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 30px;
}

.top-works ul li {
  width: 24%;
}

.top-works ul li .thumbnail {
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.top-works ul li .thumbnail a.popup-iframe {
  position: relative;
  display: block;
}

.top-works ul li .thumbnail a.popup-iframe:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 10%;
  background: url(../img/common/icn_play_on.svg) no-repeat;
  background-size: 60px 60px;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-transition: .5s;
  transition: .5s;
}

.top-works ul li .link-area {
  position: relative;
  display: block;
  padding: 5px;
}

.top-works ul li .link-area:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #FFE327;
  box-sizing: border-box;
  background: rgba(255, 227, 39, 0.7);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: .5s;
  transition: .5s;
}

.top-works ul li .link-area:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "MORE";
  display: block;
  width: 0;
  height: 0;
  padding: 2px 10px;
  border: 2px solid #000;
  background: #fff;
  font-size: 0;
  font-weight: bold;
  line-height: 40px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  overflow: hidden;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.top-works ul h3 {
  margin-bottom: 20px;
  font-size: 17px;
}

.top-works ul h3 a {
  font-weight: bold;
}

.top-works ul h3 a:hover {
  text-decoration: underline;
}

.top-works ul p {
  color: #666666;
}

.top-works ul p.btn-more {
  text-align: right;
}

.top-works ul .thumbnail {
  margin-bottom: 20px;
  overflow: hidden;
}

.top-works ul a img {
  width: 100%;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: .5s;
  transition: .5s;
  vertical-align: bottom;
}

.top-works .btn-more {
  text-align: center;
}

/* feed News
-------------------- */
.top-feed {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 54px;
  margin-bottom: 50px;
}

.top-feed__box {
  width: 45%;
}

.top-feed__box ul {
  margin-bottom: 20px;
}

.top-feed__box ul li {
  margin-bottom: 30px;
}

.top-feed__box ul li:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
}

.top-feed__box ul li .date {
  float: left;
  display: block;
  width: 8em;
  padding: 1px 15px 1px 0;
  color: #666666;
  font-size: 12px;
}

.top-feed__box ul li .title {
  display: block;
  margin-left: 80px;
  margin-bottom: 10px;
  padding-left: 25px;
  border-left: 1px solid #CCCCCC;
  font-size: 15px;
}

.top-feed .btn-more {
  text-align: right;
}

.top-feed .btn-more a {
  position: relative;
  top: 5px;
}

/* event news
-------------------- */
.event {
  padding: 30px 0 70px;
  background: #FFE327;
}

.event__inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.event h2 {
  margin-bottom: 70px;
  text-align: center;
}

.event ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 30px;
}

.event ul li {
  width: 24%;
}

.event ul li a {
  position: relative;
  display: block;
  padding: 5px;
}

.event ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 20;
}

.event ul li a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "MORE";
  display: block;
  width: 0;
  height: 0;
  padding: 2px 10px;
  border: 2px solid #000;
  background: #FFE327;
  font-size: 0;
  font-weight: bold;
  line-height: 40px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  overflow: hidden;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 21;
}

.event ul li a .thumbnail {
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  overflow: hidden;
}

.event ul li a .thumbnail img {
  width: 100%;
  height: 200px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: .5s;
  transition: .5s;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

.event ul li h3 {
  margin-bottom: 20px;
  font-size: 17px;
}

.event ul li h3 a {
  font-weight: bold;
}

.event ul li h3 p {
  color: #666666;
}

.event .btn-more {
  text-align: center;
}

/* トップページ　POINT */
.point {
  padding: 10px 0 50px;
  background: #E7E7E7;
}

.point__inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.point ul {
  margin-bottom: 50px;
}

.point ul:before, .point ul:after {
  content: "";
  display: table;
}

.point ul:after {
  clear: both;
}

.point ul li {
  position: relative;
  float: left;
  width: 372px;
  margin-right: 40px;
}

.point ul li:last-child {
  margin-right: 0;
}

.point ul li a {
  display: block;
}

.point ul li .thumbnail {
  position: relative;
}

.point ul li .thumbnail:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 30;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: .3s;
  transition: .3s;
}

.point ul li .thumbnail:after {
  position: absolute;
  right: 40px;
  bottom: 100px;
  content: "CLICK >>>";
  display: block;
  width: 100px;
  height: 30px;
  border-bottom: 4px solid #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-weight: bold;
  text-align: center;
  z-index: 31;
}

.point ul li .thumbnail img {
  border-radius: 200px;
  border: 14px solid #fff;
  vertical-align: top;
}

.point ul li h3 {
  position: relative;
  top: -40px;
  /*-webkit-font-smoothing: antialiased;*/
  padding: 10px 10px 10px 20px;
  border-radius: 4px;
  background: #FFE327;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  z-index: 32;
}

.top-freespace {
  padding: 80px 0 50px;
  background: #E7E7E7;
}

.top-freespace__inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.next-arrow {
  position: relative;
  margin-bottom: 50px;
}

.next-arrow:after {
  position: absolute;
  bottom: -44px;
  left: 50%;
  -webkit-transform: rotate(90deg) scale(1, 1.5);
          transform: rotate(90deg) scale(1, 1.5);
  content: "≫";
  -webkit-animation: infinite movearrow 1.5s;
          animation: infinite movearrow 1.5s;
  font-size: 38.4px;
  font-size: 2.4rem;
}

@-webkit-keyframes movearrow {
  0% {
    margin: -15px  0 15px 0;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }
}

@keyframes movearrow {
  0% {
    margin: -15px  0 15px 0;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }
}

/*--------------------------------------------------------
  固定ページ共通
----------------------------------------------------------*/
/* メインビジュアル */
.page-mv {
  text-align: center;
}

.page-mv__title {
  position: relative;
}

.page-mv__title--noimage {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
}

.page-mv__title__wrapper {
  height: 200px;
  background: url(/theme/spectacle/img/page/bg_sub_title.jpg) bottom no-repeat;
  background-size: cover;
}

/* サブページ共通 */
.page p {
  margin-bottom: 30px;
}

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

.page .copy {
  color: #FFE327;
  font-size: 30px;
  font-weight: bold;
}

/* ブログ */
.blog .category {
  display: inline-block;
  margin-bottom: 10px;
}

.blog .category a {
  display: inline-block;
  padding: 2px 15px;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
}

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

.blog--default .tag {
  margin: -20px 0 20px;
}

.blog--index .post {
  position: relative;
  margin-bottom: 80px;
}

.blog--index .eye-catch {
  float: left;
  margin-right: 20px;
}

.blog--single .eye-catch {
  margin-bottom: 30px;
}

.blog--single .eye-catch img {
  width: 100%;
}

.works--index a.popup-iframe {
  position: relative;
  display: block;
}

.works--index a.popup-iframe:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 10%;
  background: url(../img/common/icn_play_on.svg) no-repeat;
  background-size: 60px 60px;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-transition: .5s;
  transition: .5s;
}

.works--index a.popup-iframe:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.works--single a.popup-iframe {
  position: relative;
  display: block;
}

.works--single a.popup-iframe:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  border-radius: 10%;
  background: url(../img/common/icn_play_on.svg) no-repeat;
  background-size: 100px 100px;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-transition: .5s;
  transition: .5s;
}

.works--single a.popup-iframe:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media screen and (max-width: 959px) and (min-width: 599px){
  body{
    width: 1240px;
  }
  .sp{
    display: none !important;
  }
  .sp-s{
    display: none !important;
  }
  .pc-s{
    display: block !important;
  }
}

@media screen and (min-width: 960px){
  body{
    min-width: 1240px;
  }
  .sp{
    display: none !important;
  }
  .sp-s{
    display: none !important;
  }
  .fnavi__list__item a:hover{
    border-bottom: 2px solid #FFE327;
  }
  .btn-small:hover{
    color: #FFE327;
  }
  .button02 a:hover:before{
    width: 100%;
  }
  .top-works ul li .thumbnail:hover:before{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .top-works ul li .link-area:hover:before{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .top-works ul li .link-area:hover:after{
    width: 100px;
    height: 40px;
    font-size: 16px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .top-works ul a:hover img{
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  .top-feed__box ul li .title a:hover{
    text-decoration: underline;
  }
  .event ul li a:hover:before{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .event ul li a:hover:after{
    width: 100px;
    height: 40px;
    font-size: 16px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .event ul li a:hover .thumbnail img{
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  .point ul li a:hover .thumbnail:before{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .point ul li a:hover .thumbnail:after{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@media screen and (max-width: 599px){
  .sp-s{
    display: block !important;
  }
  .pc{
    display: none !important;
  }
  .pc-s{
    display: none !important;
  }
  .flex{
    display: block;
    width: auto;
  }
  body{
    padding-top: 0;
  }
  .contents--page{
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .contents--2col{
    display: block;
    width: auto;
  }
  .contents--2col .main{
    width: auto;
  }
  .contents--2col .side{
    width: auto;
  }
  .banner{
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .base-wrap{
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .base-wrap--space{
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .main-wrap{
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .main-wrap--space{
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .header{
    position: static;
    box-shadow: none;
    padding: 0;
    z-index: 100;
  }
  .header__inner{
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .header__logo{
    display: block;
    padding: 15px 0;
    text-align: center;
  }
  .header__logo img{
    width: 140px;
    height: 40px;
  }
  .gnavi{
    display: none;
    float: none;
    padding: 0;
  }
  .gnavi__list__item{
    float: none;
    height: auto;
    background: #000;
  }
  .gnavi__list__item a{
    font-size: 12px;
    font-size: 3.2vw;
    width: auto;
    margin: 0;
    padding: 20px 10px 10px 40px;
    border-bottom: 1px solid #808080;
    background: url(../img/sp/icn_arrow.png) 20px 18px no-repeat;
    background-size: 7px 14px;
    color: #fff;
    text-align: left;
  }
  .gnavi__submenu{
    display: block;
    position: static;
  }
  .gnavi__submenu > li a{
    padding: 12px 10px 12px 50px;
    background: #FFE327;
    color: #000;
  }
  .gnavi__submenu > li a:before{
    position: absolute;
    top: 50%;
    left: 30px;
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    margin-top: -2px;
    background: #000;
  }
  #BtnMenu{
    display: block;
    width: 24px;
    position: absolute;
    top: 15px;
    right: 10px;
  }
  .footer__inner{
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer__left{
    display: block;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .footer__logo{
    width: 50%;
    margin: 20px auto 0;
  }
  .fnavi{
    float: none;
  }
  .fnavi__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fnavi__list__item{
    box-sizing: border-box;
    float: none;
    width: 50%;
    padding: 5px 10px;
    border: 1px solid #fff;
    background: #000;
    text-align: center;
  }
  .copyright{
    font-size: 12px;
    font-size: 3.2vw;
    padding-top: 20px;
  }
  #TopLink{
    /*display: none;*/
    bottom: 50px;
    left: auto;
    right: 20px;
    margin-left: auto;
    text-align: right;
  }
  #TopLink img:hover{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .nav-sp{
    display: none;
  }
  .header__menu{
    display: block;
  }
  #BtnClose{
    display: block;
  }
  .btn{
    font-size: 16px;
    font-size: 4.26667vw;
    padding: 10px 40px;
  }
  .btn-wrap a{
    font-size: 18px;
    font-size: 4.8vw;
    display: block;
    padding: 10px;
  }
  .button{
    width: 100%;
    margin-bottom: 5px;
  }
  .button__wrap{
    display: block;
    width: auto;
  }
  .main-title{
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .main-title .title{
    font-size: 25px;
  }
  .main-title .title:before{
    padding-top: 20px;
  }
  .main-title .sub-title{
    margin-bottom: 30px;
    font-size: 12px;
  }
  .main-title2 .title{
    font-size: 25px;
  }
  .main-title2 .sub-title{
    font-size: 12px;
  }
  .page h2{
    font-size: 20px;
    font-size: 5.33333vw;
  }
  .page h2:before{
    width: 180px;
  }
  .page h3{
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .breadcrumbs{
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .breadcrumbs{
    display: none;
  }
  .contents-navi a{
    font-size: 13px;
  }
  .main table th{
    font-size: 16px;
    font-size: 4.26667vw;
    display: block;
    width: 100%;
    padding: 15px 10px;
  }
  .main table td{
    font-size: 15px;
    font-size: 4vw;
    display: block;
    width: 100%;
    padding: 15px 10px;
  }
  .table-scroll th{
    font-size: 16px;
    font-size: 4.26667vw;
    display: table-cell !important;
    width: auto !important;
    padding: 10px !important;
  }
  .table-scroll td{
    font-size: 15px;
    font-size: 4vw;
    display: table-cell !important;
    width: auto !important;
    padding: 10px !important;
  }
  .form-table tr{
    margin-bottom: 1.5em;
  }
  .form-table tr th{
    display: block;
    width: auto;
    padding: 5px 10px;
  }
  .form-table tr td{
    display: block;
    width: auto;
  }
  .form-l{
    width: 100%;
  }
  .mainimage{
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .mainimage{
    margin-bottom: 20px;
  }
  .top-header{
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .top-header__title{
    /*text-align: left;*/
  }
  .top-header__title span{
    font-size: 21px;
    font-size: 5.6vw;
  }
  .top-header__text{
    text-align: left;
  }
  .top-works{
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .top-works ul{
    display: block;
    width: auto;
  }
  .top-works ul li{
    width: auto;
    margin-bottom: 30px;
  }
  .top-feed{
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .top-feed{
    display: block;
    width: auto;
  }
  .top-feed__box{
    width: auto;
    margin-bottom: 50px;
  }
  .top-feed .btn-more{
    text-align: center;
  }
  .event__inner{
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .event ul{
    display: block;
    width: auto;
  }
  .event ul li{
    width: auto;
    margin-bottom: 30px;
  }
  .event ul li a .thumbnail img{
    height: auto;
  }
  .point__inner{
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .point ul li{
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .point ul li .thumbnail{
    text-align: center;
  }
  .point ul li .thumbnail img{
    box-sizing: border-box;
    border: 10px solid #fff;
  }
  .point ul li h3{
    font-size: 16px;
    font-size: 4.26667vw;
    top: -30px;
    right: 0;
    width: auto;
  }
  .top-freespace{
    padding: 50px 0 30px;
  }
  .top-freespace__inner{
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .page-mv{
    margin-bottom: 20px;
  }
  .page-mv__title{
    margin-bottom: 30px;
  }
  .page-mv__title--noimage{
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .page-mv__title--noimage{
    font-size: 18px;
    font-size: 4.8vw;
    padding-top: 60px;
  }
  .page-mv__title__wrapper{
    height: 160px;
    margin-bottom: 30px;
  }
  .page p{
    margin-bottom: 20px;
  }
  .page .section{
    margin-bottom: 30px;
  }
  .page .copy{
    font-size: 18px;
    font-size: 4.8vw;
  }
  .sp-ta-center{
    text-align: center;
  }
  .blog .category{
    display: block;
  }
  .blog--index .post{
    margin-bottom: 30px;
  }
  .blog--index .eye-catch{
    float: none;
    margin-right: 0;
  }
  .blog--index .eye-catch img{
    width: 100%;
  }
}
