@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap");
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%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

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;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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 {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ----------------------------------------
* サイズ
* pc h4 : 18px (+2) h3 : 22px (+2) h2 : 26px (+4) h1 : 32px (+6)
* sp h4 : 18px (+2) h3 : 20px (+2) h2 : 22px (+2) h1 : 24px (+2)
---------------------------------------- */
/* ----------------------------------------
* カラー設定
* 
---------------------------------------- */
/* ----------------------------------------
* レスポンシブ
* ~       / 1024px / 768px
* desktop / tablet / mobile
---------------------------------------- */
/* ---------------------------------------------------
form
----------------------------------------------------*/
input,
select,
textarea,
button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input,
select,
textarea,
button {
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.75);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.75);
  padding: 12px;
  width: 100%;
  max-width: 100%;
}
input img,
select img,
textarea img,
button img {
  width: 26px;
  height: 26px;
}
input:hover,
select:hover,
textarea:hover,
button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  border: 1px solid #4d90fe;
  outline: none;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
}
input:disabled,
select:disabled,
textarea:disabled,
button:disabled {
  opacity: 0.8;
  background: #e9e9e9;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

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

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

::placeholder {
  color: #ccc;
}

select {
  position: relative;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzY2NiI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTkuMSw3LjFhLjg3Ljg3LDAsMCwwLS4yNi0uNjNMMTIuNjQuM2EuODcuODcsMCwwLDAtMS4yNywwTDUuMTcsNi40N2EuOS45LDAsMCwwLDAsMS4zbC42Ni42M2EuODcuODcsMCwwLDAsMS4yNywwTDEyLDMuNTNsNC45LDQuODhhLjg3Ljg3LDAsMCwwLDEuMjcsMGwuNjYtLjYzQS45My45MywwLDAsMCwxOS4xLDcuMVptMCw5LjgxYS45My45MywwLDAsMC0uMjYtLjY2bC0uNjYtLjYzYS44Ny44NywwLDAsMC0xLjI3LDBMMTIsMjAuNDksNy4xLDE1LjYxYS44Ny44NywwLDAsMC0xLjI3LDBsLS42Ni42M2EuOS45LDAsMCwwLDAsMS4zbDYuMiw2LjE3YS44Ny44NywwLDAsMCwxLjI3LDBsNi4yLTYuMTdBLjg3Ljg3LDAsMCwwLDE5LjEsMTYuOTFaIi8+PC9zdmc+") no-repeat center left 10px #fff;
  background-size: 16px;
  padding-left: 36px;
}

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

.submit {
  padding: 20px 0;
  text-align: center;
}

button,
input[type=submit],
input[type=button],
input[type=file] + label {
  color: #fff;
  width: auto;
  min-width: 150px;
  text-align: center;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #1986fb;
  border: 1px solid #2962ff;
  padding: 10px 40px;
  border-radius: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
button:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=file] + label:hover {
  background: #2962ff;
}
button.return,
input[type=submit].return,
input[type=button].return,
input[type=file] + label.return {
  color: #212121;
  background: #ddd;
  border: 1px solid #aaa;
  padding: 10px 20px;
}
button.return:hover,
input[type=submit].return:hover,
input[type=button].return:hover,
input[type=file] + label.return:hover {
  background: #aaa;
}
button:disabled,
input[type=submit]:disabled,
input[type=button]:disabled,
input[type=file] + label:disabled {
  cursor: auto;
  color: #eee;
  background: #666;
  border: 1px solid #666;
  padding: 10px 20px;
}
button:disabled:hover,
input[type=submit]:disabled:hover,
input[type=button]:disabled:hover,
input[type=file] + label:disabled:hover {
  background: #666;
}

.tel input[type=tel] {
  width: 25%;
}
@media (max-width: 1024px) {
  .tel input[type=tel] {
    width: 100%;
  }
}

.input-min {
  width: 25%;
}
@media (max-width: 768px) {
  .input-min {
    width: 30%;
  }
}

.input-mid {
  width: 75%;
}
@media (max-width: 768px) {
  .input-mid {
    width: 70%;
  }
}

.submits {
  text-align: center;
  padding: 20px;
}

/* ---------------------------------------------------
checkbox
----------------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  display: none !important;
}
input[type=checkbox] + span,
input[type=radio] + span {
  font-size: 16px;
  font-size: 1.6rem;
  background: #ddd;
  border: 1px solid #aaa;
  padding: 10px 20px 10px 45px;
  margin: 5px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  vertical-align: middle;
}
input[type=checkbox] + span:before, input[type=checkbox] + span:after,
input[type=radio] + span:before,
input[type=radio] + span:after {
  content: "";
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
}
input[type=checkbox] + span:before,
input[type=radio] + span:before {
  background: #fff;
  border: 1px solid #aaa;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
input[type=checkbox] + span:after,
input[type=radio] + span:after {
  width: 10px;
  height: 5px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  top: 50%;
  left: 15px;
  margin-top: -2px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}
input[type=checkbox]:checked + span,
input[type=radio]:checked + span {
  color: #fff;
  border: 1px solid;
  background: #2570f9;
}
input[type=checkbox]:checked + span:before,
input[type=radio]:checked + span:before {
  border-color: #2570f9;
  background: rgba(0, 0, 0, 0.5);
}
input[type=checkbox]:checked + span:after,
input[type=radio]:checked + span:after {
  opacity: 1;
}
input[type=checkbox]:disabled + span,
input[type=radio]:disabled + span {
  cursor: auto;
  background: #666;
}
input[type=checkbox]:disabled + span:before,
input[type=radio]:disabled + span:before {
  background: #ddd;
}

input[type=checkbox] + span {
  border-radius: 50px;
}
input[type=checkbox] + span:before {
  width: 25px;
  height: 25px;
  border-radius: 50px;
}
input[type=checkbox] + span:after {
  left: 17px;
}

input[type=radio] + span {
  border-radius: 5px;
}
input[type=radio] + span:before {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
input[type=radio] + span:after {
  width: 10px;
  height: 10px;
  border-radius: 1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  border: none;
  left: 16px;
}
input[type=radio]:checked + span:after {
  background: #fff;
}

/* ---------------------------------------------------
date
----------------------------------------------------*/
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week] {
  padding: 6px 12px;
}
input[type=date]::-webkit-inner-spin-button,
input[type=datetime]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=week]::-webkit-inner-spin-button {
  display: none;
}

::-webkit-datetime-edit-year-field:after,
::-webkit-datetime-edit-month-field:after,
::-webkit-datetime-edit-day-field:after {
  content: "";
}
::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
  color: transparent;
}

::-webkit-datetime-edit-text {
  color: #212121;
}

::-webkit-clear-button {
  margin-left: 0px;
  margin-right: 10px;
}

::-webkit-calendar-picker-indicator {
  color: transparent;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMHB4IiBoZWlnaHQ9IjMwcHgiIHZpZXdCb3g9Ii01IC01IDM0IDM0IiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTcsMTJoLTV2NWg1VjEyeiBNMTYsMXYySDhWMUg2djJINUMzLjg5LDMsMy4wMSwzLjksMy4wMSw1TDMsMTljMCwxLjEsMC44OSwyLDIsMmgxNGMxLjEsMCwyLTAuOSwyLTJWNSBjMC0xLjEtMC45LTItMi0yaC0xVjFIMTZ6IE0xOSwxOUg1VjhoMTRWMTl6Ii8+PC9zdmc+") center no-repeat #1986fb;
  border: 1px solid #2962ff;
  background-size: 30px 30px;
  width: 24px;
  height: 24px;
  padding: 5px;
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
}
::-webkit-calendar-picker-indicator:hover {
  background-color: #2962ff;
}

/* ---------------------------------------------------
file
----------------------------------------------------*/
input[type=file] {
  display: none;
}

#upload_file_name {
  display: none;
  color: #fff;
  background: #009688;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  border-radius: 5px;
  margin: 10px 0;
}
#upload_file_name.active {
  display: inline-block;
  vertical-align: middle;
}

/* ---------------------------------------------------
error
----------------------------------------------------*/
form .error {
  color: red;
  padding: 2px 5px;
  margin: 5px;
}
form .required th label:before,
form .any th label:before {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 1px 5px;
  margin: 0 10px 0 0;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
}
form .required th label {
  color: red;
}
form .required th label:before {
  content: "必須";
  background: red;
}
form .any th label:before {
  content: "任意";
  background: #1986fb;
}

:root {
  --font-family-sans-serif: $ff;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html {
  width: 100% !important;
  font-size: 62.5%;
  word-wrap: break-word;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #181818;
  line-height: 1.5;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

::-moz-selection {
  background-color: #f1211a;
  color: #fff;
}

::selection {
  background-color: #f1211a;
  color: #fff;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #140633;
}
::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: #f1211a;
}

.mincho {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.spdisp {
  display: none;
}
@media (max-width: 1024px) {
  .spdisp {
    display: block;
  }
}

.pcdisp {
  display: block;
}
@media (max-width: 1024px) {
  .pcdisp {
    display: none;
  }
}

.pcbr {
  display: block;
}
@media (max-width: 1024px) {
  .pcbr {
    display: none;
  }
}

.spbr {
  display: none;
}
@media (max-width: 1024px) {
  .spbr {
    display: block;
  }
}

.image-none {
  display: none;
}

/* ---------------------------------------------------
 - container
----------------------------------------------------*/
.container-min {
  max-width: 700px;
}

/* ---------------------------------------------------
 - height
----------------------------------------------------*/
.h100 {
  height: 100%;
}

/* ---------------------------------------------------
 - fontawesome
----------------------------------------------------*/
.svg-inline--fa {
  width: 20px;
  max-height: 20px;
  display: inline-block;
}

/* ---------------------------------------------------
 - lazyload
----------------------------------------------------*/
.lazyload:after {
  background-position: center !important;
  background-image: url(../img/set/loading.gif) !important;
  background-repeat: no-repeat;
  background-size: 48px !important;
}

img.lazyload {
  background: none !important;
}

/* ---------------------------------------------------
 - hover
----------------------------------------------------*/
.hover-brightness article:hover .image .src,
.hover-brightness li:hover .image .src {
  opacity: 1;
  -webkit-animation: brightness 0.5s;
  animation: brightness 0.5s;
}
.hover-brightness article:hover a:hover,
.hover-brightness li:hover a:hover {
  opacity: 1 !important;
}
.hover-brightness .image {
  overflow: hidden;
}

.hover-zoom article,
.hover-zoom li,
.hover-zoom a {
  display: block;
  overflow: hidden;
}
.hover-zoom article:hover .src,
.hover-zoom li:hover .src,
.hover-zoom a:hover .src {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hover-zoom .src {
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ---------------------------------------------------
 animation
----------------------------------------------------*/
.fly-in,
.fly-in2,
.fly-in3,
.fly-in4,
.fly-in5 {
  -webkit-transition: all 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}
.fly-in.active,
.fly-in2.active,
.fly-in3.active,
.fly-in4.active,
.fly-in5.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.fly-in2 {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.fly-in3 {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.fly-in4 {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fly-in5 {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.fly-in-right {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
  opacity: 0;
  visibility: hidden;
}
.fly-in-right.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.fly-in-left {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
}
.fly-in-left.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.fly-in-down {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  opacity: 0;
}
.fly-in-down.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.fade-in,
.fade-in2,
.fade-in3,
.fade-in4,
.fade-in5 {
  -webkit-transition: all 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
}
.fade-in.active,
.fade-in2.active,
.fade-in3.active,
.fade-in4.active,
.fade-in5.active {
  opacity: 1;
}

.fade-in2 {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.fade-in3 {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.fade-in4 {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade-in5 {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

@-webkit-keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* ---------------------------------------------------
 - post
----------------------------------------------------*/
.post-content {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  text-align: justify;
  /*拡張クラスを追加するスタイルシート*/
  /*太字*/
  /*赤色*/
  /*太字で赤色*/
  /*青色*/
  /*緑色*/
  /*赤のアンダーライン*/
  /*マーカーの黄色のような色*/
  /*下半分のマーカー色（km）*/
  /*打ち消し線*/
  /*キーボードキーのスタイル*/
  /*ブートストラップのインフォメーションライクな囲みが表示される*/
  /*サクセスメッセージ*/
  /*インフォメッセージ*/
  /*注意メッセージ*/
  /*警告メッセージ*/
  /*******************************
  * 補足説明
  ********************************/
  /*******************************
  * 続きはWEBで的な検索ボックス
  ********************************/
}
@media (max-width: 768px) {
  .post-content {
    width: 95%;
    float: none;
    margin: 0 auto;
    padding: 20px 0;
  }
}
.post-content h1 {
  font-size: 32px;
  font-size: 3.2rem;
  margin: 40px 0;
  clear: both;
}
.post-content h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 64px 0 32px;
  padding: 0 0 12px;
  clear: both;
  border-bottom: 1px solid #efefef;
}
.post-content h2:first-child {
  margin: 0 0 32px;
}
@media (max-width: 768px) {
  .post-content h2 {
    margin: 2em 0;
  }
}
.post-content h3 {
  font-size: 22px;
  font-size: 2.2rem;
  clear: both;
  border-left: 5px solid #e5e5e5;
  margin: 64px 0 32px;
  padding: 0 13px;
}
.post-content h4 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffe600;
  margin: 2em 0 1em;
}
@media (max-width: 768px) {
  .post-content h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .post-content h2 {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 16px;
  }
  .post-content h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  .post-content h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.post-content p {
  line-height: 2;
  margin-bottom: 1.6em;
}
.post-content a {
  color: #1a0dab;
}
.post-content hr {
  border-bottom: 1px solid #efefef;
  margin: 20px 0;
  clear: both;
}
.post-content strong {
  font-weight: bold;
}
.post-content ul {
  color: #333;
  list-style-type: none;
  margin: 1em 0 2em 0;
  padding-left: 40px;
}
.post-content ul li {
  position: relative;
  padding-left: 12px;
  margin: 6px 0;
}
.post-content ul li:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffe600;
}
.post-content ol {
  color: #333;
  margin: 1em 0 2em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
.post-content dl {
  margin: 1em 0 2em 0;
}
.post-content dl dt {
  font-weight: bold;
  margin-bottom: 4px;
}
.post-content dl dd {
  margin: 0 0 20px;
  border-left: 4px solid #e5e5e5;
  padding: 0 0 0 10px;
}
.post-content pre {
  padding: 20px;
  overflow: scroll;
  font-family: "Courier", monospace;
}
.post-content table {
  border: 1px #ddd solid;
  max-width: 100%;
}
@media (max-width: 768px) {
  .post-content table {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.post-content table th,
.post-content table td {
  padding: 8px 10px;
  border: #ddd solid 1px;
}
@media (max-width: 768px) {
  .post-content table th,
.post-content table td {
    padding: 8px 2px;
  }
}
.post-content table th {
  color: #181818;
  white-space: nowrap;
}
.post-content table thead th {
  background: rgba(0, 0, 0, 0.1);
}
.post-content table tbody th {
  background: rgba(0, 0, 0, 0.1);
}
.post-content table.table-line table,
.post-content table.table-line th,
.post-content table.table-line td {
  border-color: #fff;
}
.post-content table.table-line th {
  background: transparent;
  color: #383838;
  font-weight: bold;
}
.post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
.post-content table.table-line tr {
  background: #eee;
}
.post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
.post-content img {
  max-width: 100%;
  height: auto;
}
.post-content img.imgmin {
  max-width: 300px;
}
@media (max-width: 768px) {
  .post-content img.imgmin {
    max-width: 100%;
  }
}
.post-content video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.post-content .alignleft {
  float: left;
  margin-right: 60px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .post-content .alignleft {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.post-content .alignright {
  float: right;
  margin-left: 60px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .post-content .alignright {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.post-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.post-content blockquote {
  position: relative;
  padding: 10px 12px;
  color: #f1211a;
  border-left: solid 40px #c4c4c4;
  background: #f3f3f3;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.19);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.19);
  margin-bottom: 2em;
}
.post-content blockquote:before {
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -32px;
  vertical-align: middle;
  content: "“";
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}
.post-content blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
}
.post-content blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.post-content .date {
  display: inline-block;
  position: absolute;
  top: -70px;
  right: -70px;
  width: 140px;
  height: 140px;
  background: rgba(223, 182, 101, 0.8);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.post-content .date time {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.post-content ul.gallery-item-light {
  margin: 1em 0 0 0;
  padding-left: 0;
  list-style-type: none;
}
.post-content ul.list-article-vertical .image .src:after {
  padding: 100% 0 0;
}
@media (max-width: 768px) {
  .post-content ul .list-article-vertical-inner {
    width: 33.3333% !important;
  }
}
.post-content .content {
  margin-bottom: 64px;
}
.post-content .badge,
.post-content .ref,
.post-content .reffer,
.post-content .sankou {
  color: #fff;
  background-color: #fc7a22;
  padding: 1px 5px 0;
  border-radius: 2px;
  font-size: 12px;
}
.post-content .fz-12px {
  font-size: 12px;
}
.post-content .fz-13px {
  font-size: 13px;
}
.post-content .fz-14px {
  font-size: 14px;
}
.post-content .fz-15px {
  font-size: 15px;
}
.post-content .fz-16px {
  font-size: 16px;
}
.post-content .fz-17px {
  font-size: 17px;
}
.post-content .fz-18px {
  font-size: 18px;
}
.post-content .fz-19px {
  font-size: 19px;
}
.post-content .fz-20px {
  font-size: 20px;
}
.post-content .fz-21px {
  font-size: 21px;
}
.post-content .fz-22px {
  font-size: 22px;
}
.post-content .fz-24px {
  font-size: 24px;
}
.post-content .fz-28px {
  font-size: 28px;
}
.post-content .fz-32px {
  font-size: 32px;
}
.post-content .fz-36px {
  font-size: 36px;
}
.post-content .fz-40px {
  font-size: 40px;
}
.post-content .fz-44px {
  font-size: 44px;
}
.post-content .fz-48px {
  font-size: 48px;
}
.post-content .fw-100 {
  font-weight: 100;
}
.post-content .fw-200 {
  font-weight: 200;
}
.post-content .fw-300 {
  font-weight: 300;
}
.post-content .fw-400 {
  font-weight: 400;
}
.post-content .fw-500 {
  font-weight: 500;
}
.post-content .fw-600 {
  font-weight: 600;
}
.post-content .fw-700 {
  font-weight: 700;
}
.post-content .fw-800 {
  font-weight: 800;
}
.post-content .fw-900 {
  font-weight: 900;
}
.post-content .badge-red {
  background-color: #d71d3b;
}
.post-content .badge-pink {
  background-color: #e91e63;
}
.post-content .badge-purple {
  background-color: #9c27b0;
}
.post-content .badge-blue {
  background-color: #2196f3;
}
.post-content .badge-green {
  background-color: #4caf50;
}
.post-content .badge-yellow {
  background-color: #edd60e;
}
.post-content .badge-brown {
  background-color: #795548;
}
.post-content .badge-grey {
  background-color: #9e9e9e;
}
.post-content .bold {
  font-weight: bold;
}
.post-content .red {
  color: #e50202;
}
.post-content .bold-red {
  font-weight: bold;
  color: #e50202;
}
.post-content .blue {
  color: blue;
}
.post-content .green {
  color: green;
}
.post-content .red-under {
  border-bottom: 2px solid red;
}
.post-content .marker {
  background-color: #ff9;
}
.post-content .marker-red {
  background-color: #ffd0d1;
}
.post-content .marker-blue {
  background-color: #a5d7f9;
}
.post-content .marker-under {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fffb80));
  background: -o-linear-gradient(transparent 70%, #fffb80 70%);
  background: linear-gradient(transparent 70%, #fffb80 70%);
}
.post-content .marker-under-red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffb6b9));
  background: -o-linear-gradient(transparent 70%, #ffb6b9 70%);
  background: linear-gradient(transparent 70%, #ffb6b9 70%);
}
.post-content .marker-under-blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #a8dafb));
  background: -o-linear-gradient(transparent 70%, #a8dafb 70%);
  background: linear-gradient(transparent 70%, #a8dafb 70%);
}
.post-content .strike {
  text-decoration: line-through;
}
.post-content .keyboard-key {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(center top, #eee, #f9f9f9, #eee);
  border: 1px solid dashed;
  border-radius: 2px;
  -webkit-box-shadow: 1px 2px 2px #ddd;
          box-shadow: 1px 2px 2px #ddd;
  font-family: inherit;
  font-size: 0.85em;
  padding: 1px 3px;
}
.post-content .primary-box,
.post-content .sp-primary,
.post-content .primary {
  background-color: #428bca;
  color: #ffffff;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.post-content .success-box,
.post-content .sp-success,
.post-content .success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.post-content .info-box,
.post-content .sp-info,
.post-content .info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.post-content .warning-box,
.post-content .sp-warning,
.post-content .warning {
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  color: #c09853;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  border-color: #faebcc;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.post-content .danger-box,
.post-content .sp-danger,
.post-content .danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.post-content .information-box,
.post-content .question-box,
.post-content .alert-box,
.post-content .information,
.post-content .question,
.post-content .alert,
.post-content .memo-box,
.post-content .comment-box,
.post-content .common-icon-box {
  padding: 20px 20px 20px 100px;
  border-radius: 4px;
  position: relative;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}
.post-content .information-box,
.post-content .information {
  background: #f3fafe;
  border: 1px solid #bde4fc;
}
.post-content .question-box,
.post-content .question {
  background: #fff7cc;
  border: 1px solid #ffe766;
}
.post-content .alert-box,
.post-content .alert {
  background: #fdf2f2;
  border: 1px solid #f6b9b9;
}
.post-content .memo-box {
  background: #ebf8f4;
  border: 1px solid #8dd7c1;
}
.post-content .comment-box {
  background: #fefefe;
  border: 1px solid #ccd;
}
.post-content .ok-box {
  background: #f2fafb;
  border: 1px solid #3cb2cc;
}
.post-content .ng-box {
  background: #ffe7e7;
  border: 1px solid #dd5454;
}
.post-content .good-box {
  background: #f7fcf7;
  border: 1px solid #98e093;
}
.post-content .bad-box {
  background: #fff1f4;
  border: 1px solid #eb6980;
}
.post-content .profile-box {
  background: #fefefe;
  border: 1px solid #ccd;
}
.post-content .information-box::before,
.post-content .question-box::before,
.post-content .alert-box::before,
.post-content .information::before,
.post-content .question::before,
.post-content .alert::before,
.post-content .memo-box::before,
.post-content .comment-box::before,
.post-content .common-icon-box::before {
  font-family: "FontAwesome";
  font-size: 50px;
  position: absolute;
  top: -13px;
  left: 13px;
  padding-right: 1.25em;
  line-height: 1em;
  top: 50%;
  margin-top: -0.5em;
  width: 44px;
  text-align: center;
}
.post-content .information-box::before,
.post-content .information::before {
  content: "";
  color: #87cefa;
  border-right: 1px solid #bde4fc;
}
.post-content .question-box::before,
.post-content .question::before {
  content: "";
  color: gold;
  border-right: 1px solid #ffe766;
}
.post-content .alert-box::before,
.post-content .alert::before {
  content: "";
  color: #f3aca9;
  border-right: 1px solid #f6b9b9;
}
.post-content .memo-box::before {
  content: "";
  color: #7ad0b6;
  border-right: 1px solid #8dd7c1;
  font-size: 36px;
}
.post-content .comment-box::before,
.post-content .profile-box::before {
  content: "";
  color: #999;
  border-right: 1px solid #ccd;
  font-size: 36px;
}
.post-content .profile-box::before {
  content: "";
}
.post-content .ok-box::before {
  content: "";
  color: #3cb2cc;
  border-right: 1px solid #3cb2cc;
  font-size: 36px;
}
.post-content .ng-box::before {
  content: "";
  color: #dd5454;
  border-right: 1px solid #dd5454;
  font-size: 36px;
}
.post-content .good-box::before {
  content: "";
  color: #98e093;
  border-right: 1px solid #98e093;
  font-size: 36px;
}
.post-content .bad-box::before {
  content: "";
  color: #eb6980;
  border-right: 1px solid #eb6980;
  font-size: 36px;
}
.post-content #wpadminbar .alert::before {
  display: none;
}
@media screen and (max-width: 440px) {
  .post-content .information-box,
.post-content .question-box,
.post-content .alert-box,
.post-content .information,
.post-content .question,
.post-content .alert,
.post-content .memo-box,
.post-content .comment-box,
.post-content .common-icon-box {
    padding: 6px 6px 6px 26px;
  }
  .post-content .information-box::before,
.post-content .question-box::before,
.post-content .alert-box::before,
.post-content .information::before,
.post-content .question::before,
.post-content .alert::before,
.post-content .memo-box::before,
.post-content .comment-box::before,
.post-content .common-icon-box::before {
    top: 1em;
    left: 6px;
    font-size: 18px;
    border: none;
    width: auto;
  }
}
.post-content .blank-box {
  border: 2px solid #999;
  padding: 1.2em 1em;
  margin: 1em 2%;
}
.post-content .blank-box ol,
.post-content .blank-box ul {
  margin: 0;
}
.post-content .blank-box.bb-yellow {
  border-color: #fc9f4d;
}
.post-content .blank-box.bb-red {
  border-color: #d05a6e;
}
.post-content .blank-box.bb-blue {
  border-color: #2ea9df;
}
.post-content .blank-box.bb-green {
  border-color: #3eb370;
}
.post-content .blank-box.bb-tab {
  position: relative;
  margin-top: 2em;
}
.post-content .blank-box.bb-tab::before {
  background-color: #999;
  font-family: FontAwesome, Aharoni, "Arial Black", Impact, Arial, sans-serif;
  position: absolute;
  font-size: 0.8em;
  top: -20px;
  left: -2px;
  padding: 0 1em 0 0.8em;
  color: #fff;
  border-radius: 6px 6px 0 0;
}
.post-content .blank-box.bb-tab.bb-yellow::before {
  background-color: #fc9f4d;
}
.post-content .blank-box.bb-tab.bb-red::before {
  background-color: #d05a6e;
}
.post-content .blank-box.bb-tab.bb-blue::before {
  background-color: #2ea9df;
}
.post-content .blank-box.bb-tab.bb-green::before {
  background-color: #3eb370;
}
.post-content .blank-box.sticky {
  border-width: 0 0 0 6px;
  border-color: #f1211a;
  background-color: #ffe600;
}
.post-content .blank-box.sticky.st-yellow {
  border-color: #ffa103;
  background-color: #ffeac7;
}
.post-content .blank-box.sticky.st-red {
  border-color: #cd3740;
  background-color: #f5dadc;
}
.post-content .blank-box.sticky.st-blue {
  border-color: #0066cc;
  background-color: #e5f2ff;
}
.post-content .blank-box.sticky.st-green {
  border-color: #028760;
  background-color: #cbefe4;
}
.post-content .bb-check::before {
  content: " CHECK";
}
.post-content .bb-comment::before {
  content: " COMMENT";
}
.post-content .bb-point::before {
  content: " POINT";
}
.post-content .bb-tips::before {
  content: " TIPS";
}
.post-content .bb-hint::before {
  content: " HINT";
}
.post-content .bb-pickup::before {
  content: " PICKUP";
}
.post-content .bb-bookmark::before {
  content: " BOOKMARK";
}
.post-content .bb-memo::before {
  content: " MEMO";
}
.post-content .bb-download::before {
  content: " DOWNLOAD";
}
.post-content .bb-break::before {
  content: " BREAK";
}
.post-content .bb-amazon::before {
  content: " AMAZON";
}
.post-content .bb-ok::before {
  content: " OK";
}
.post-content .bb-ng::before {
  content: " NG";
}
.post-content .bb-good::before {
  content: " GOOD";
}
.post-content .bb-bad::before {
  content: " BAD";
}
.post-content .bb-profile::before {
  content: " PROFILE";
}
.post-content .search-form {
  margin: 3em 0;
}
.post-content .search-form div {
  border: 1px solid #555;
  border-radius: 2px;
  padding: 5px;
  margin-left: 10px;
  display: inline-block;
}
.post-content .search-form div.sform {
  min-width: 280px;
  background-color: #fff;
}
.post-content .search-form div.sbtn {
  background-color: #1155ee;
  color: #fff;
  padding-left: 20px;
  padding-right: 30px;
  position: absolute;
}
.post-content .search-form div.sbtn:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 7px;
}
.post-content .search-form div.sbtn:after {
  content: "";
  font-family: FontAwesome;
  color: #000;
  position: absolute;
  bottom: -1.4em;
  font-size: 25px;
}
@media screen and (max-width: 450px) {
  .post-content .search-form div {
    padding: 3px 5px;
    font-size: 75%;
  }
  .post-content .search-form div.sform {
    min-width: 180px;
  }
  .post-content .search-form div.sbtn {
    padding-left: 5px;
    padding-right: 10px;
  }
  .post-content .search-form div.sbtn:after {
    font-size: 20px;
    margin-left: -10px;
  }
}
.post-content .btn-wrap img[width="1"] {
  position: absolute;
  bottom: 0;
  right: 0;
}
.post-content .btn,
.post-content .btn-wrap > a,
.post-content .wp-block-freeform .btn-wrap > a {
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  line-height: normal;
  padding: 10px 16px;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  border: 2px solid transparent;
  position: relative;
}
.post-content .btn amp-img,
.post-content .btn-wrap > a amp-img,
.post-content .wp-block-freeform .btn-wrap > a amp-img {
  position: absolute;
}
.post-content .btn:before,
.post-content .btn:after,
.post-content .btn-wrap > a:before,
.post-content .btn-wrap > a:after {
  font-family: FontAwesome;
  margin-right: 12px;
}
.post-content .btn.btn-l:after,
.post-content .btn-wrap.btn-wrap-l > a:after {
  content: "";
  position: absolute;
  right: 0;
  margin-top: -0.15em;
  font-size: 30px;
}
.post-content #container .btn:hover,
.post-content #container .btn-wrap > a:hover {
  color: #333;
  background-color: #fff;
  border: 2px solid #000;
  -webkit-transition: ease();
  -o-transition: ease();
  transition: ease();
}
.post-content .btn-m,
.post-content .btn-wrap.btn-wrap-m > a {
  padding: 14px 45px;
  font-size: 16px;
}
.post-content .btn-l,
.post-content .btn-wrap.btn-wrap-l > a {
  padding: 20px 0;
  font-size: 18px;
  display: block;
  margin: 1em;
}
.post-content .btn-white,
.post-content .btn-wrap.btn-wrap-white > a {
  color: #333;
  background-color: #fff;
}
.post-content #container .btn-white:hover,
.post-content #container .btn-wrap.btn-wrap-white > a:hover {
  color: #333;
}
.post-content .btn-red,
.post-content .btn-wrap.btn-wrap-red > a {
  background-color: #f44336;
}
.post-content .btn-pink,
.post-content .btn-wrap.btn-wrap-pink > a {
  background-color: #e91e63;
}
.post-content .btn-purple,
.post-content .btn-wrap.btn-wrap-purple > a {
  background-color: #9c27b0;
}
.post-content .btn-deep,
.post-content .btn-wrap.btn-wrap-deep > a {
  background-color: #673ab7;
}
.post-content .btn-indigo,
.post-content .btn-wrap.btn-wrap-indigo > a {
  background-color: #3f51b5;
}
.post-content .btn-blue,
.post-content .btn-wrap.btn-wrap-blue > a {
  background-color: #2196f3;
}
.post-content .btn-light-blue,
.post-content .btn-wrap.btn-wrap-light-blue > a {
  background-color: #03a9f4;
}
.post-content .btn-cyan,
.post-content .btn-wrap.btn-wrap-cyan > a {
  background-color: #00bcd4;
}
.post-content .btn-teal,
.post-content .btn-wrap.btn-wrap-teal > a {
  background-color: #009688;
}
.post-content .btn-green,
.post-content .btn-wrap.btn-wrap-green > a {
  background-color: #4caf50;
}
.post-content .btn-light-green,
.post-content .btn-wrap.btn-wrap-light-green > a {
  background-color: #8bc34a;
}
.post-content .btn-lime,
.post-content .btn-wrap.btn-wrap-lime > a {
  background-color: #cddc39;
}
.post-content .btn-yellow,
.post-content .btn-wrap.btn-wrap-yellow > a {
  background-color: #edd60e;
}
.post-content .btn-amber,
.post-content .btn-wrap.btn-wrap-amber > a {
  background-color: #ffc107;
}
.post-content .btn-orange,
.post-content .btn-wrap.btn-wrap-orange > a {
  background-color: #ff9800;
}
.post-content .btn-deep-orange,
.post-content .btn-wrap.btn-wrap-deep-orange > a {
  background-color: #ff5722;
}
.post-content .btn-brown,
.post-content .btn-wrap.btn-wrap-brown > a {
  background-color: #795548;
}
.post-content .btn-grey,
.post-content .btn-wrap.btn-wrap-grey > a {
  background-color: #9e9e9e;
}
.post-content .btn-blue-grey,
.post-content .btn-wrap.btn-wrap-blue-grey > a {
  background-color: #607d8b;
}
.post-content .btn-arrow-right:before,
.post-content .btn-wrap.btn-wrap-arrow-right > a:before {
  content: "";
}
.post-content .btn-chevron-right:before,
.post-content .btn-wrap.btn-wrap-chevron-circle-right > a:before {
  content: "";
}
.post-content .btn-angle-right:before,
.post-content .btn-wrap.btn-wrap-angle-right > a:before {
  content: "";
}
.post-content .btn-caret-right:before,
.post-content .btn-wrap.btn-wrap-caret-right > a:before {
  content: "";
}
.post-content .btn-long-arrow-right:before,
.post-content .btn-wrap.btn-wrap-long-arrow-right > a:before {
  content: "";
}
.post-content .btn-chevron-circle-right:before,
.post-content .btn-wrap.btn-wrap-chevron-circle-right > a:before {
  content: "";
}
.post-content .btn-angle-double-right:before,
.post-content .btn-wrap.btn-wrap-angle-double-right > a:before {
  content: "";
}
.post-content .btn-arrow-circle-right:before,
.post-content .btn-wrap.btn-wrap-arrow-circle-right > a:before {
  content: "";
}
.post-content .btn-hand-o-right:before,
.post-content .btn-wrap.btn-wrap-hand-o-right > a:before {
  content: "";
}
.post-content .btn-arrow-circle-o-right:before,
.post-content .btn-wrap.btn-wrap-arrow-circle-o-right > a:before {
  content: "";
}
.post-content .btn-caret-square-o-right:before,
.post-content .btn-wrap.btn-wrap-caret-square-o-right > a:before {
  content: "";
}
.post-content .micro-top {
  font-size: 0.8em;
  margin-bottom: -1em;
  margin-top: 1em;
}
.post-content .micro-bottom {
  font-size: 0.8em;
  margin-top: -0.8em;
  margin-bottom: 1em;
}
.post-content .micro-center {
  text-align: center;
}
.post-content .micro-right {
  text-align: right;
}
.post-content .micro-balloon {
  position: relative;
  background: #fff;
  border: 1px solid #f1211a;
  border-radius: 4px;
  padding: 3px 8px;
  display: table;
  margin-bottom: -0.7em;
}
.post-content .micro-balloon:after,
.post-content .micro-balloon:before {
  top: 97%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.post-content .micro-balloon:after {
  border-top-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}
.post-content .micro-balloon:before {
  border-top-color: #ffe600;
  border-width: 8px;
  margin-left: -8px;
}
.post-content .micro-balloon-center {
  margin-left: auto;
  margin-right: auto;
}
.post-content .micro-balloon-right {
  margin-left: auto;
}
.post-content .micro-bottom.micro-balloon {
  margin-top: -0.5em;
}
.post-content .micro-bottom.micro-balloon:after,
.post-content .micro-bottom.micro-balloon:before {
  bottom: 97%;
  top: auto;
}
.post-content .micro-bottom.micro-balloon:after {
  border-bottom-color: #fff;
  border-top-color: transparent;
}
.post-content .micro-bottom.micro-balloon:before {
  border-bottom-color: #ffe600;
  border-top-color: transparent;
}

@media (max-width: 1024px) {
  .single .post-content {
    width: 95% !important;
  }
}
.single .post-content-non {
  width: 100% !important;
}
.single .section .image .caption {
  margin-bottom: 0;
}
.single .table2 {
  font-size: 14px;
  font-size: 1.4rem;
}
.single .table2 td,
.single .table2 th {
  vertical-align: middle;
}

.post-thum {
  margin-bottom: 40px;
}
.post-thum img {
  height: auto;
}

.post-cta {
  background-position: center !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.post-cta .inner, .post-cta .table2 table, .table2 .post-cta table, .post-cta .table table, .table .post-cta table {
  position: relative;
  z-index: 10;
}
.post-cta p {
  margin-bottom: 10px;
}
.post-cta ul {
  padding: 20px;
}
.post-cta li {
  font-weight: bold;
}
.post-cta .title {
  margin-bottom: 30px;
}
.post-cta .image {
  background: none;
}

/* ---------------------------------------------------
aside
----------------------------------------------------*/
.aside .btn-toggle {
  background: #f1211a;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 20px;
  padding: 10px 20px;
  position: relative;
}
.aside .btn-toggle svg {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.aside-nav.collapse {
  display: block;
}
@media (max-width: 1024px) {
  .aside-nav.collapse {
    margin-bottom: 20px;
  }
  .aside-nav.collapse:not(.show) {
    display: none;
  }
}
.aside-nav ul {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
}
.aside-nav li {
  border-bottom: 1px dashed #eee;
}
.aside-nav li.active a {
  background: #f1211a;
  color: #fff;
}
.aside-nav li.active a svg {
  color: #fff;
}
.aside-nav li:last-child {
  border-bottom: 0;
}
.aside-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aside-nav li a svg {
  color: #f1211a;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aside-nav li a:hover {
  color: #181818;
  background: #f5f5f5;
}
.aside-nav li a:hover svg {
  color: #f1211a;
  right: 0;
}

/* ---------------------------------------------------
 - btn
----------------------------------------------------*/
.btn-solid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-solid a {
  width: 100%;
  max-width: 400px;
  min-height: 80px;
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #f1211a;
  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;
  padding: 34px 20px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.btn-solid a:after {
  content: "";
  background: #f1211a;
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  -webkit-transition: right 0.3s ease-in-out, left 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out, left 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: right 0.3s ease-in-out, left 0.3s ease-in-out, width 0.3s ease-in-out;
}
.btn-solid a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}
.btn-solid a:hover .btn-solid__txt {
  color: #fff;
}
.btn-solid a:hover svg {
  color: #fff;
}
.btn-solid a svg {
  color: #f1211a;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.btn-solid__txt {
  color: #f1211a;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.btn-color__main a {
  background: #f1211a;
}
.btn-color__sub a {
  background: #ffe600;
}
/* ---------------------------------------------------
breadcrumbs
----------------------------------------------------*/
#breadcrumbs {
  width: 100%;
  background: #f8f8f8;
  border-top: 1px #eee solid;
  position: relative;
  z-index: 15;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  #breadcrumbs {
    display: none;
    min-width: initial;
    min-width: auto;
    padding-bottom: 20px;
  }
}
#breadcrumbs ol {
  max-width: 1080px;
  min-width: 960px;
  height: 42px;
  background: #f8f8f8;
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  list-style-type: none;
  background: url(../img/set/breadcrumb_bg.png) left center no-repeat;
  background-size: auto 42px;
  padding: 0 0 0 10px;
  overflow: hidden;
}
#breadcrumbs li {
  line-height: 42px;
  background: url(../img/set/breadcrumb_bg2.png) right center no-repeat #ffffff;
  background-size: auto 42px;
  display: block;
  float: left;
  padding: 0 20px 0 10px;
}
#breadcrumbs li:last-child {
  max-width: 50%;
  font-weight: bold;
  background: url(../img/set/breadcrumb_bg3.png) right center no-repeat #ffffff;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
#breadcrumbs li a {
  height: 100%;
  color: #000000;
  padding: 0 26px 0 20px;
  text-decoration: none;
  display: block;
}
#breadcrumbs li a:hover {
  color: #f1211a;
}
#breadcrumbs li span {
  display: inline-block;
  vertical-align: middle;
}
#breadcrumbs li svg {
  width: 16px;
  color: #ccc;
  min-height: 16px;
  margin-right: 6px;
}

/* ---------------------------------------------------
 - cta
----------------------------------------------------*/
.cta {
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #d4d4d4;
  clear: both;
  font-size: 0;
  padding: 100px 0;
  position: relative;
  text-align: center;
  z-index: 10;
}
.cta-title {
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cta-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.cta-description {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cta-description {
    width: 90%;
    margin: 0 auto 32px auto;
  }
}
.cta .tel {
  width: 50%;
  border-right: 1px solid #fff;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1024px) {
  .cta .tel {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cta .tel {
    display: none;
  }
}
.cta .tel .number,
.cta .tel .free {
  font-size: 50px;
  font-size: 5rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .cta .tel .number,
.cta .tel .free {
    font-size: 40px;
    font-size: 4rem;
  }
}
.cta .mail {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1024px) {
  .cta .mail {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cta .mail {
    width: 100%;
  }
}
.cta .icon {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  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;
  margin: 0 auto 30px auto;
  padding: 10px;
}
.cta .icon svg {
  width: 30px;
  max-height: 30px;
  color: #ffe600;
}
.cta .title {
  width: 90%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  border: #ff0 2px solid;
  font-weight: bold;
  margin: 0 auto 20px auto;
  border-radius: 100px;
}
@media (max-width: 768px) {
  .cta .title {
    padding: 10px;
  }
}
.cta .description {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
.cta .contact a {
  width: 70%;
  font-size: 24px;
  font-size: 2.4rem;
  background: #ffe600;
  color: #181818;
  display: inline-block;
  font-weight: bold;
  margin: 10px auto;
  padding: 20px 40px;
}
@media (max-width: 1024px) {
  .cta .contact a {
    width: 90%;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.cta .small {
  font-size: 14px;
  font-size: 1.4rem;
}

/* ---------------------------------------------------
 - header
----------------------------------------------------*/
.header {
  width: 100%;
  background: white;
  position: relative;
  z-index: 990;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .header-inner {
    padding: 3px 0;
  }
}
.header-title {
  background: #fff;
  margin-bottom: 0;
}
.header-logo {
  width: auto;
  height: 72px;
}
@media (max-width: 1024px) {
  .header-logo {
    width: auto;
    height: 30px;
  }
}
.header-summary {
  color: #333;
}
@media (max-width: 1024px) {
  .header-summary {
    display: none;
  }
}
.header-summary__title {
  font-size: 11px;
  font-size: 1.1rem;
  margin: auto;
}
.header-summary__body {
  font-size: 22px;
  font-size: 2.2rem;
  color: #f1211a;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.2;
  margin-top: 6px;
}
.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .header-contact {
    padding-right: 50px;
  }
}
.header-contact__title {
  font-weight: 600;
}
@media (max-width: 1024px) {
  .header-contact__title {
    display: none;
  }
}
.header-contact__title--strong {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .header-contact__title--strong {
    display: none;
  }
}
.header-contact .btn {
  padding: 0;
}
@media (max-width: 1024px) {
  .header-contact .btn {
    padding: 0;
  }
}
.header-contact .btn a {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0px 10px;
  border-radius: 6px;
  color: #f1211a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .header-contact .btn a {
    height: auto;
    padding: 0;
  }
}
.header-contact .btn a:hover {
  background: #f5f5f5;
  color: #f1211a;
}
.header-contact .btn .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-contact .btn .number strong {
  min-width: 120px;
  font-weight: 600;
  display: inline-block;
  text-align: left;
}
@media (max-width: 1024px) {
  .header-contact .btn .number strong {
    min-width: 60px;
    font-size: 10px;
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .header-contact .btn .number svg {
    display: block;
    text-align: center;
    margin: 0 5px 0 0;
  }
}
@media (max-width: 1024px) {
  .header-contact .btn .number > span:first-child {
    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;
  }
}
.header.active {
  opacity: 0;
}
.header.active2 {
  opacity: 1;
  position: fixed;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* ---------------------------------------------------
 - headcopy
----------------------------------------------------*/
.headcopy-type {
  margin-bottom: 64px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .headcopy-type {
    margin-bottom: 10px;
  }
}
.headcopy-type .title {
  font-size: 50px;
  font-size: 5rem;
  font-family: "Montserrat";
  font-weight: bold;
}
@media (max-width: 768px) {
  .headcopy-type .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.headcopy-type .title > * {
  font-weight: bold;
}
.headcopy-type .subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
  font-weight: 600;
}
.headcopy-type:before, .headcopy-type:after {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: 0;
}
.headcopy-type:before {
  left: 0;
  right: 40px;
  background: #ffe600;
  margin: 0 auto;
}
.headcopy-type:after {
  left: 40px;
  right: 0;
  background: #f1211a;
  margin: 0 auto;
}
.headcopy-type .parts-white {
  text-shadow: 0px 0px 20px #000;
}
.headcopy-type .parts-white.none {
  text-shadow: none !important;
}
.headcopy-type2 {
  text-align: center;
}
.headcopy-type2 .title {
  font-size: 24px;
  font-size: 2.4rem;
  color: #f1211a;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", Meiryo, serif;
  font-weight: lighter;
}
.headcopy-type2 .title > span {
  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;
  font-weight: 600;
  margin: 0 auto 30px auto;
  text-align: center;
}
.headcopy-type2 .subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
  font-weight: 600;
}
.headcopy-type2:before, .headcopy-type2:after {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: 0;
}
.headcopy-type2__border {
  border-bottom: 2px solid #f1211a;
  margin: 0 auto 64px auto;
  text-align: center;
}
.headcopy-type2__border .title {
  font-size: 24px;
  font-size: 2.4rem;
  color: #f1211a;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", Meiryo, serif;
  font-weight: lighter;
}
.headcopy-type2__border .title > span {
  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;
  font-weight: 600;
  margin: 0 auto 10px auto;
  text-align: center;
}
.headcopy-benefit {
  margin-bottom: 60px;
  text-align: center;
}
.headcopy-benefit .title {
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .headcopy-benefit .title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.headcopy-benefit .subtitle {
  font-size: 50px;
  font-size: 5rem;
  color: #ffe600;
  font-style: italic;
  font-weight: bold;
}
.headcopy-benefit p {
  max-width: 640px;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
}
.headcopy-recruit {
  margin-bottom: 60px;
  text-align: center;
}
.headcopy-recruit .title {
  font-size: 26px;
  font-size: 2.6rem;
  color: #333;
  font-weight: bold;
}
.headcopy-recruit .subtitle {
  font-size: 50px;
  font-size: 5rem;
  color: #f1211a;
  font-style: italic;
  font-weight: bold;
}
.headcopy-step {
  min-width: 400px;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  border-bottom: 2px solid #000;
  color: #000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 10px;
}
@media (max-width: 768px) {
  .headcopy-step {
    min-width: 100%;
  }
}
.headcopy-step:before {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  border: 22px solid transparent;
  border-top: 22px solid #f5f5f5;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.headcopy-step:after {
  position: absolute;
  border: 24px solid transparent;
  border-top-color: #000;
  border-bottom-width: 0;
  bottom: -25px;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.headcopy-text {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  max-width: 640px;
  margin: 0 auto 64px auto;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .headcopy-text {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px 10px;
  }
}

/* ---------------------------------------------------
 - loading
----------------------------------------------------*/
#loader-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #f5f3ee;
  opacity: 1;
  z-index: 9999;
}

#loader {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  text-align: center;
  color: #ffffff;
  z-index: 10000;
}

#loader img,
#loader svg {
  width: 180px;
  height: auto;
  bottom: 15rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -200px;
  fill: none;
  /*
    &:after {
      background: #fff;
      content: "";
      height: 155px;
      left: -71px;
      opacity: .2;
      position: absolute;
      top: -63px;
      -webkit-transform: rotate(41deg);
      transform: rotate(41deg);
      -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
      width: 50px;
      z-index: 1;
    }
    &:hover:after {
      left: 120%;
      -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
    }
  */
}
@media (max-width: 768px) {
  #loader img,
#loader svg {
    top: 30%;
    bottom: unset;
  }
}

#loader p {
  bottom: 8rem;
  height: 1rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

/* this */
#loader-disp {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
}

#load {
  color: #f1211a;
  font-size: 10px;
  margin: auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load4 {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  16.7% {
    -webkit-transform: translate3d(0, -10px, 0) rotate(2deg);
    transform: translate3d(0, -10px, 0) rotate(2deg);
  }
  33.3% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-2deg);
    transform: translate3d(0, -10px, 0) rotate(-2deg);
  }
  66.7% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  16.7% {
    -webkit-transform: translate3d(0, -10px, 0) rotate(2deg);
    transform: translate3d(0, -10px, 0) rotate(2deg);
  }
  33.3% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-2deg);
    transform: translate3d(0, -10px, 0) rotate(-2deg);
  }
  66.7% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(15deg);
            transform: scale(0) rotate(15deg);
    opacity: 0.5;
  }
  1% {
    -webkit-transform: scale(4) rotate(15deg);
            transform: scale(4) rotate(15deg);
    opacity: 1;
  }
  20% {
    -webkit-transform: scale(50) rotate(15deg);
            transform: scale(50) rotate(15deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0) rotate(15deg);
            transform: scale(0) rotate(15deg);
    opacity: 0;
  }
}
@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(15deg);
            transform: scale(0) rotate(15deg);
    opacity: 0.5;
  }
  1% {
    -webkit-transform: scale(4) rotate(15deg);
            transform: scale(4) rotate(15deg);
    opacity: 1;
  }
  20% {
    -webkit-transform: scale(50) rotate(15deg);
            transform: scale(50) rotate(15deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0) rotate(15deg);
            transform: scale(0) rotate(15deg);
    opacity: 0;
  }
}
/* @---------------------------------------------------
 @ menu
----------------------------------------------------*/
#menu {
  min-width: 56px;
  height: 56px;
  background: #cc130c;
  border: none;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 991;
}
@media (max-width: 1024px) {
  #menu {
    min-width: 40px;
    height: 40px;
    display: block;
    top: 5px;
    right: 5px;
    position: fixed;
  }
}
#menu:after {
  content: "MENU";
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#menu div {
  width: 24px;
  border-bottom: 1px #fff solid;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(1);
      -ms-transform: translate(-50%, -50%) scaleX(1);
          transform: translate(-50%, -50%) scaleX(1);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#menu div:nth-child(1) {
  width: 12px;
  top: 35%;
  -webkit-animation: menuani 5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: menuani 5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
#menu div:nth-child(2) {
  -webkit-animation: menuani 5s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: menuani 5s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
#menu div:nth-child(3) {
  width: 12px;
  top: 65%;
  -webkit-animation: menuani 5s 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: menuani 5s 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
#menu-wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 990;
}
@media (max-width: 1024px) {
  #menu-wrap {
    display: block;
  }
}
#menu-wrap .menu-bgs {
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  text-align: center;
}
#menu-wrap .menu-bgs .menu-bg {
  background: rgba(51, 51, 51, 0.95);
  z-index: 1;
  left: 0;
  width: 100%;
}
#menu-wrap .menu-bgs2 {
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
}
#menu-wrap .menu-bgs2 .menu-bg {
  background: #dae1e8;
  z-index: 2;
  left: 0;
  width: 100%;
}
#menu-wrap .menu-bgs2 .menu-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}
#menu-wrap .menu-bg {
  position: absolute;
  top: 0;
  height: 100%;
}
#menu-wrap .menu-content {
  width: 30%;
  background: rgba(255, 255, 255, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 100;
}
@media (max-width: 768px) {
  #menu-wrap .menu-content {
    width: 90%;
  }
}
#menu-wrap .menu-content .menu-image {
  width: 30%;
}
@media (max-width: 768px) {
  #menu-wrap .menu-content .menu-image {
    width: 100%;
    height: 15vh;
    overflow: hidden;
  }
}
#menu-wrap .menu-content .menu-image .src {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  #menu-wrap .menu-content .menu-image .src {
    background-position: bottom -120px center !important;
  }
}
#menu-wrap .menu-content .menu-image .src:after {
  content: "";
  width: 100%;
  display: block;
  padding: 100vh 0 0;
}
@media (max-width: 768px) {
  #menu-wrap .menu-content .menu-image .src:after {
    padding: 15vh 0 0;
  }
}
#menu-wrap .menu-content .menu-item {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #menu-wrap .menu-content .menu-item {
    width: 100%;
    height: 100vh;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
#menu-wrap .menu-content .menu-item .sns {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
@media (max-width: 768px) {
  #menu-wrap .menu-content .menu-item .sns {
    position: static;
  }
}
#menu-wrap .menu-content .menu-item .sns ul {
  padding: 20px 10px;
}
#menu-wrap .menu-content .menu-item .sns li {
  display: inline-block;
  margin: 0 5px;
}
#menu-wrap .menu-content .menu-item .sns .icon {
  width: 30px;
  height: 30px;
  fill: #fff;
  border-radius: 50%;
  padding: 0;
}
#menu-wrap .menu-content .menu-item .sns svg {
  width: 20px;
}
#menu-wrap .menu-content .menu-item .sns .fb,
#menu-wrap .menu-content .menu-item .sns .tw,
#menu-wrap .menu-content .menu-item .sns .gp,
#menu-wrap .menu-content .menu-item .sns .ht,
#menu-wrap .menu-content .menu-item .sns .ig,
#menu-wrap .menu-content .menu-item .sns .ab {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu-wrap .menu-content .menu-item .sns .fb {
  background: #3b5998;
}
#menu-wrap .menu-content .menu-item .sns .tw {
  background: #00aced;
}
#menu-wrap .menu-content .menu-item .sns .gp {
  background: #dd4b39;
}
#menu-wrap .menu-content .menu-item .sns .ht {
  background: #00a4de;
}
#menu-wrap .menu-content .menu-item .sns .ab {
  background: #2d8c3c;
}
#menu-wrap .menu-content .menu-item .sns .li {
  background: #00c306;
}
#menu-wrap .menu-content .menu-item .sns .ig {
  background: #cf2f91;
}
#menu-wrap .menu-content .menu-item .sns a:hover .fb,
#menu-wrap .menu-content .menu-item .sns a:hover .tw,
#menu-wrap .menu-content .menu-item .sns a:hover .li,
#menu-wrap .menu-content .menu-item .sns a:hover .gp,
#menu-wrap .menu-content .menu-item .sns a:hover .ig,
#menu-wrap .menu-content .menu-item .sns a:hover .ht {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu-wrap .menu-content .menu-section {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #menu-wrap .menu-content .menu-section {
    width: 100%;
  }
}
#menu-wrap .menu-content .menu-section h4 {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 32px;
  border-bottom: 2px solid #1d2129;
  display: inline-block;
  padding-bottom: 4px;
}
#menu-wrap .menu-content .menu-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#menu-wrap .menu-content .menu-section > ul > li {
  border-bottom: 1px solid #cc130c;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#menu-wrap .menu-content .menu-section > ul > li.last {
  border-bottom: 0;
}
#menu-wrap .menu-content .menu-section > ul > li:hover {
  background: white;
}
@media (max-width: 768px) {
  #menu-wrap .menu-content .menu-section > ul > li {
    padding: 5px 0;
  }
}
@media (max-width: 768px) {
  #menu-wrap .menu-content .menu-section > ul > li.down {
    border-bottom: 0;
  }
}
#menu-wrap .menu-content .menu-section > ul > li li {
  border-bottom: 1px solid #cc130c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#menu-wrap .menu-content .menu-section > ul > li li:first-child {
  border-top: 1px solid #f1211a;
}
@media (max-width: 768px) {
  #menu-wrap .menu-content .menu-section > ul > li li {
    padding: 5px 0;
  }
}
#menu-wrap .menu-content .menu-section .image {
  border-radius: 6px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  #menu-wrap .menu-content .menu-section .image {
    display: none;
  }
}
#menu-wrap .menu-content .menu-section a {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  padding: 10px 20px;
}
@media (max-width: 1024px) {
  #menu-wrap .menu-content .menu-section a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#menu-wrap .menu-content .menu-section a:hover {
  color: #f1211a;
}
#menu-wrap .menu-content .menu-section strong {
  font-weight: 600;
}
#menu-wrap .menu-content .menu-section strong img {
  max-width: 80px;
}
#menu-wrap .menu-content .menu-section svg,
#menu-wrap .menu-content .menu-section i {
  display: none;
}
#menu-wrap .menu-content .menu-section .contact,
#menu-wrap .menu-content .menu-section .experience {
  margin: 0 10px;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#menu-wrap .menu-content .menu-section .contact:hover,
#menu-wrap .menu-content .menu-section .experience:hover {
  background: #fff;
  color: #f1211a;
}
#menu-wrap .menu-content .menu-section .contact h4,
#menu-wrap .menu-content .menu-section .experience h4 {
  border-bottom: none;
  margin-bottom: 0;
}
#menu-wrap .menu-content .menu-section .contact a,
#menu-wrap .menu-content .menu-section .experience a {
  color: #fff;
}
#menu-wrap .menu-content .menu-section .contact {
  background: #f1211a;
  border: 2px solid #f1211a;
}
#menu-wrap .menu-content .menu-section .contact:hover h4 {
  color: #f1211a;
}
#menu-wrap .menu-content .menu-section .experience {
  background: #f1211a;
  border: 2px solid #ffe600;
}
#menu-wrap .menu-content .menu-section .experience:hover h4 {
  color: #f1211a;
}
#menu-wrap .menu-content .menu-section .down > a {
  border-bottom: 1px solid #f1211a;
}
#menu-wrap .menu-content .menu-section .down img {
  width: 80px;
}
#menu-wrap .menu-content .menu-lower-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#menu-wrap .menu-content .menu-lower-nav .link {
  width: calc(100% - 36px);
  font-weight: 600;
}
#menu-wrap .menu-content .menu-lower-nav .btn-toggle {
  width: 47px;
  background: #f23832;
  position: relative;
}
#menu-wrap .menu-content .menu-lower-nav .btn-toggle svg {
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#menu-wrap .menu-content .menu-lower-items li {
  background: white;
}
#menu-wrap .menu-content .menu-lower-items li:last-child {
  border-bottom: 0;
}
#menu-wrap .menu-content .menu-lower-items li a {
  padding: 10px 20px 10px 30px;
}
#menu-wrap .menu-content .image {
  display: none;
}
#menu-wrap .menu-content .image .src {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#menu-wrap .menu-content .image .src:after {
  content: "";
  width: 100%;
  display: block;
  padding: calc(100% * 9 / 16) 0 0;
}
#menu:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#submenu {
  display: none;
  min-width: initial;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  text-align: center;
  position: fixed;
  top: 45px;
  right: 0;
  z-index: 1000;
}
#submenu div {
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#submenu div:nth-child(1) {
  top: 35%;
}
#submenu div:nth-child(3) {
  top: 65%;
}

/* ---------------------------------------------------
 - visual
----------------------------------------------------*/
.visual {
  width: 100%;
  min-height: 640px;
  max-height: 800px;
  background: #fff;
  overflow: hidden;
  padding: 0 60px;
  position: relative;
}
@media (max-width: 1024px) {
  .visual {
    height: 50vh;
    min-height: auto;
    max-height: 500px;
    margin-top: 0;
    padding: 0;
  }
}
.visual-image {
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .visual-image {
    height: 50vh;
    max-height: 500px;
  }
}
.visual-image:before {
  content: "";
  background-color: #504a4a;
  background-image: -o-linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), -o-linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000);
  background-image: linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000);
  background-position: 0 0, 25px 25px;
  background-size: 2px 2px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.visual-image .src {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.visual-image .src:after {
  content: "";
  display: block;
  padding: calc(100% * 9 / 16) 0 0;
}
@media (max-width: 1024px) {
  .visual-image .src:after {
    padding: calc(100%) 0 0;
  }
}
.visual .text {
  width: auto;
  color: #333;
  font-family: "游明朝", "Lato", "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  padding: 0;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 768px) {
  .visual .text {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.visual .text .title {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 5px;
  display: inline-block;
  vertical-align: top;
  border: solid #333;
  border-width: 2px 0;
}
@media (max-width: 1024px) {
  .visual .text .title {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 0;
    letter-spacing: 2px;
  }
}
.visual .text .subtitle {
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
}
.visual .text .description {
  font-size: 40px;
  font-size: 4rem;
  background: rgba(241, 33, 26, 0.6);
  border: 1px solid #ffe600;
  outline: solid 6px rgba(241, 33, 26, 0.6);
  color: #fff;
  display: inline-block;
  padding: 40px;
  opacity: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  .visual .text .description {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .visual .text .description {
    font-size: 42px;
    font-size: 4.2rem;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .visual .text .description {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 20px;
  }
}
.visual .catchcopy {
  font-size: 30px;
  font-size: 3rem;
  height: 420px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", Meiryo, serif;
  font-weight: 600;
  opacity: 0;
  position: absolute;
  margin: auto;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 10;
}
@media (max-width: 1024px) {
  .visual .catchcopy {
    height: 300px;
    font-size: 20px;
    font-size: 2rem;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.visual .catchcopy--1 {
  top: 40px;
  left: 60px;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
@media (max-width: 1024px) {
  .visual .catchcopy--1 {
    top: 20px;
    left: 20px;
  }
}
.visual .catchcopy--1 span {
  background: none !important;
  color: #fff !important;
  margin-left: 0 !important;
  margin-bottom: 20px !important;
  padding: 2px 6px !important;
  text-shadow: 1px 1px 0px #f1211a, -1px 1px 0px #f1211a, 1px -1px 0px #f1211a, -1px -1px 0px #f1211a, 1px 0px 0px #f1211a, 0px 1px 0px #f1211a, -1px -1px 0px #f1211a, -1px -1px 0px #f1211a;
}
@media (max-width: 1024px) {
  .visual .catchcopy--1 span {
    margin-bottom: 8px !important;
  }
}
.visual .catchcopy--2 {
  top: 60px;
  left: 240px;
}
@media (max-width: 1024px) {
  .visual .catchcopy--2 {
    height: 250px;
    top: 30px;
    left: 10px;
  }
}
.visual .catchcopy--2 span {
  background: none !important;
  color: #fff !important;
  margin-left: 0 !important;
  margin-bottom: 20px !important;
  padding: 2px 6px !important;
  text-shadow: 1px 1px 0px #f1211a, -1px 1px 0px #f1211a, 1px -1px 0px #f1211a, -1px -1px 0px #f1211a, 1px 0px 0px #f1211a, 0px 1px 0px #f1211a, -1px -1px 0px #f1211a, -1px -1px 0px #f1211a;
}
@media (max-width: 1024px) {
  .visual .catchcopy--2 span {
    margin-bottom: 8px !important;
  }
}
.visual .catchcopy--3 {
  top: 60px;
  right: 180px;
}
@media (max-width: 1024px) {
  .visual .catchcopy--3 {
    top: 20px;
    right: 20px;
  }
}
.visual .catchcopy--3 span {
  background: none !important;
  color: #fff !important;
  margin-left: 0 !important;
  margin-bottom: 20px !important;
  padding: 2px 6px !important;
  text-shadow: 1px 1px 0px #f1211a, -1px 1px 0px #f1211a, 1px -1px 0px #f1211a, -1px -1px 0px #f1211a, 1px 0px 0px #f1211a, 0px 1px 0px #f1211a, -1px -1px 0px #f1211a, -1px -1px 0px #f1211a;
}
@media (max-width: 1024px) {
  .visual .catchcopy--3 span {
    margin-bottom: 8px !important;
  }
}
.visual .catchcopy span {
  background: #fff;
  color: #f1211a;
  display: inline-block;
  font-weight: bold;
  margin-left: 20px;
  margin-bottom: 0;
  padding: 6px 2px;
}
.visual .catchcopy-body {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  display: inline-block;
  padding: 10px;
}
@media (max-width: 1024px) {
  .visual .catchcopy-body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.visual .catchcopy-btn {
  max-width: 360px;
  margin: auto;
  text-align: center;
  position: absolute;
  bottom: 230px;
  left: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 1024px) {
  .visual .catchcopy-btn {
    width: 95%;
    bottom: 70px;
  }
}
.visual .catchcopy-btn a strong {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}
.visual-news {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
@media (max-width: 768px) {
  .visual-news {
    padding: 0;
  }
}
.visual-news__inner {
  width: 100%;
  height: 80px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  text-align: left;
}
@media (max-width: 1024px) {
  .visual-news__inner {
    height: 60px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.visual-news__title {
  width: 80px;
  text-align: right;
}
@media (max-width: 1024px) {
  .visual-news__title {
    font-size: 10px;
    font-size: 1rem;
  }
}
.visual-news__ticker {
  width: calc(100% - 240px);
}
@media (max-width: 768px) {
  .visual-news__ticker {
    width: calc(100% - 70px);
  }
}
.visual-news__ticker a {
  display: block;
}
@media (max-width: 768px) {
  .visual-news__ticker a {
    padding-left: 16px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.visual-news__more {
  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;
}
@media (max-width: 768px) {
  .visual-news__more {
    display: none;
  }
}
.visual-news__more a {
  font-size: 12px;
  font-size: 1.2rem;
  width: 160px;
  border-radius: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #eee;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  position: relative;
}
.visual-news__more a svg {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.visual-news h2 {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  border-radius: 6px 0 0 6px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .visual-news h2 {
    line-height: 60px;
  }
}
.visual-news h2:after {
  content: "";
  width: 1px;
  height: 22px;
  background: #999;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .visual-news h2:after {
    height: 16px;
    right: -6px;
  }
}
.visual-news .date {
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffe600;
  margin-right: 6px;
}
.visual-news ul {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .visual-news ul {
    padding: 0 5px;
  }
}
.visual-news li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 80px;
}
@media (max-width: 1024px) {
  .visual-news li {
    line-height: 60px;
  }
}

.visual-sub {
  width: 100%;
  height: 360px;
  background: #fff;
  overflow: hidden;
  padding: 0 60px;
  position: relative;
}
@media (max-width: 1024px) {
  .visual-sub {
    height: 50vh;
    max-height: 120px;
    margin-top: 0;
    padding: 0;
  }
}
.visual-sub-image {
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .visual-sub-image {
    height: 50vh;
    max-height: 120px;
  }
}
.visual-sub-image:before {
  content: "";
  background-color: #504a4a;
  background-image: -o-linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), -o-linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000);
  background-image: linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000);
  background-position: 0 0, 25px 25px;
  background-size: 2px 2px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.visual-sub-image .src {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.visual-sub-image .src:after {
  content: "";
  display: block;
  padding-top: 360px;
}
@media (max-width: 1024px) {
  .visual-sub-image .src:after {
    padding-top: 120px;
  }
}
.visual-sub-image .src--fixed {
  background-attachment: fixed;
}
.visual-sub .catchcopy {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", Meiryo, serif;
  font-weight: 600;
  margin: auto;
  opacity: 1;
  position: absolute;
  top: 40px;
  left: 60px;
  text-align: left;
  z-index: 10;
}
@media (max-width: 1024px) {
  .visual-sub .catchcopy {
    font-size: 20px;
    font-size: 2rem;
    top: 20px;
    left: 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.visual-sub .catchcopy-title {
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .visual-sub .catchcopy-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.visual-sub .catchcopy-body {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
  padding: 10px;
}
@media (max-width: 1024px) {
  .visual-sub .catchcopy-body {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* @---------------------------------------------------
 @ gnav
----------------------------------------------------*/
.gnav {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .gnav {
    display: none;
  }
}
.gnav-items {
  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;
  text-align: center;
}
@media (max-width: 1024px) {
  .gnav-items {
    width: 80%;
    height: calc(100vh);
    background: #181818;
    overflow-y: scroll;
    padding: 0 0 60px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-overflow-scrolling: touch;
  }
}
.gnav-items > li {
  width: auto;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .gnav-items > li {
    display: block;
    position: static;
  }
}
.gnav-items > li > a {
  height: 100%;
  min-height: 64px;
  display: block;
  color: #333;
  opacity: 1;
  padding: 20px 32px;
  position: relative;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media (max-width: 1024px) {
  .gnav-items > li > a {
    color: #00c;
    font-size: 18px;
    font-size: 1.8rem;
    border-top: 1px solid #222;
  }
}
.gnav-items > li > a:hover {
  color: #f1211a;
}
.gnav-items > li > a:hover + .lower {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}
.gnav-items > li > a:hover strong {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gnav-items > li > a:hover strong:after {
  width: calc(100% - 30px);
}
.gnav-items > li > a:hover:before {
  bottom: 0px !important;
}
.gnav-items > li > a:after {
  content: "";
  height: 20px;
  border-right: 1px solid #ccc;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gnav-items > li > a img {
  width: 80px;
}
.gnav-items > li.down > a:before {
  content: "";
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20data-prefix%3D%22fas%22%20data-icon%3D%22angle-down%22%20role%3D%22img%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%20class%3D%22svg-inline--fa%20fa-angle-down%20fa-w-10%20fa-7x%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M143%20352.3L7%20216.3c-9.4-9.4-9.4-24.6%200-33.9l22.6-22.6c9.4-9.4%2024.6-9.4%2033.9%200l96.4%2096.4%2096.4-96.4c9.4-9.4%2024.6-9.4%2033.9%200l22.6%2022.6c9.4%209.4%209.4%2024.6%200%2033.9l-136%20136c-9.2%209.4-24.4%209.4-33.8%200z%22%20class%3D%22%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gnav-items > li.last a {
  color: #e00d0d;
}
.gnav-items > li.last a:after {
  border-right: 0;
}
.gnav i {
  font-size: 21px;
  font-size: 2.1rem;
  background: #f1211a;
  border-radius: 50%;
  color: #fff;
  display: none;
  padding: 6px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .gnav i {
    top: 25px;
  }
}
.gnav strong {
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: bold;
}
.gnav strong:after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #f1211a;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .gnav strong {
    padding-left: 0;
  }
}
.gnav strong svg {
  margin-right: 6px;
}
.gnav .text {
  font-size: 0;
  margin-left: 0;
  z-index: 20;
}
.gnav .ruby {
  font-size: 10px;
  font-size: 1rem;
  color: #000;
  font-family: "Anton", sans-serif;
}
@media (max-width: 1024px) {
  .gnav .ruby {
    position: absolute;
    top: 15px;
    right: 3vh;
  }
}
.gnav .lower {
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*
      li {
        background: linear-gradient(to right, $main-keycolor 0%, $dark-keycolor 100%);
        border-top: 1px solid $dark-keycolor;
        border-bottom: 1px solid rgba(#fff,.1);
      }
  */
}
@media (max-width: 1024px) {
  .gnav .lower {
    overflow-x: hidden;
  }
}
.gnav .lower:hover {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}
.gnav .lower:after {
  content: "";
  display: block;
}
.gnav .lower-inner {
  background: rgba(241, 33, 26, 0.95);
}
.gnav .lower-inner strong {
  color: #fff;
  font-weight: bold;
}
.gnav .lower-inner .inner, .gnav .lower-inner .table2 table, .table2 .gnav .lower-inner table, .gnav .lower-inner .table table, .table .gnav .lower-inner table {
  max-width: 1110px;
  margin: 0 auto;
}
.gnav .lower ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gnav .lower 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;
  overflow: hidden;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .gnav .lower a {
    color: #fff;
    border-top: 0;
    padding: 14px 40px 14px 0;
  }
}
.gnav .lower a:hover {
  background: none;
  opacity: 1;
}
.gnav .lower a:hover strong {
  color: #fff;
}
.gnav .lower a:hover strong:after {
  content: none;
}
.gnav .lower a strong {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.gnav .lower a svg {
  display: none;
}
.gnav .lower .text {
  width: 70%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  background: none;
  position: static;
  bottom: 0;
  padding: 6px;
}
.gnav .lower ul {
  width: 100%;
}
@media (max-width: 1024px) {
  .gnav .lower ul {
    background: none;
  }
}
.gnav .lower li {
  width: calc(100% / 4);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 4);
          flex: 0 0 calc(100% / 4);
  height: auto;
  border: 0;
  margin-bottom: 0;
  padding: 30px 20px;
}
.gnav .lower li:hover {
  background: none;
}
@media (max-width: 1024px) {
  .gnav .lower li {
    padding: 0;
  }
}
.gnav .lower .image {
  width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.gnav .lower .image .src {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gnav .lower .image .src:after {
  content: "";
  width: 100%;
  display: block;
  padding: 100% 0 0;
}
.gnav .lower .lower-submenu > a {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.gnav .lower .lower-submenu-list {
  width: 60%;
  display: inline-block;
  vertical-align: top;
}
.gnav .lower .lower-submenu-item {
  width: 100%;
  padding: 0px;
  text-align: left;
}
.gnav .lower .lower-submenu-item i {
  font-size: 12px;
  font-size: 1.2rem;
  background: none;
  color: #f1211a;
  display: inline-block;
  margin-right: 6px;
  padding: 0;
  position: static;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.gnav .lower .lower-submenu .title strong {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
.gnav .lower .lower-submenu .image {
  border-radius: 0;
}
.gnav .lower .lower-submenu .image .src:after {
  padding: calc(100% * 9 / 16) 0 0;
}
@media (max-width: 1024px) {
  .gnav .lower {
    display: none;
    pointer-events: initial;
    position: static;
    background: none;
    padding: 0 0 0 20px;
  }
  .gnav .lower.active {
    width: 100%;
    height: calc(100vh - 45px);
    background: #f1211a;
    display: block;
    opacity: 1;
    position: absolute;
    top: 0;
  }
  .gnav .lower.active ul {
    top: 45px;
  }
}
.gnav .subnav {
  display: none;
}

/* ---------------------------------------------------
 - bullet
----------------------------------------------------*/
.bullet {
  padding: 0;
}
@media (max-width: 768px) {
  .bullet {
    text-align: left;
  }
}
.bullet li {
  margin-bottom: 20px;
  padding: 0 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .bullet li {
    width: 33.33333% !important;
  }
}
@media (max-width: 768px) {
  .bullet li {
    width: 100% !important;
    text-align: center;
    margin-left: 0;
  }
}
.bullet li a,
.bullet li .radius {
  width: 95%;
  border-radius: 6px;
  display: block;
  position: relative;
  margin: auto;
}
.bullet li .image {
  background: none;
  border-radius: 50%;
  overflow: hidden;
}
.bullet li .image .src {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5) inset;
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
  overflow: hidden;
}
.bullet li .image .src:after {
  content: "";
  background: rgba(241, 33, 26, 0.8);
  display: block;
  padding: 100% 0 0;
}
.bullet li .text {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  background: none;
  color: #666;
  margin-left: 5px;
  padding: 16px 10px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bullet li .text strong {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
.bullet li .text strong.small {
  font-size: 12px;
  font-size: 1.2rem;
}
.bullet .parts-image-radius50 {
  width: 40%;
}
@media (max-width: 768px) {
  .bullet .parts-image-radius50 {
    width: 100%;
  }
}
.bullet .wrap {
  width: 60%;
  position: static;
}
@media (max-width: 768px) {
  .bullet .wrap {
    width: 100%;
  }
}
.bullet:after {
  content: "";
  display: block;
  clear: both;
}

#intro .bullet li {
  /*
        &:not(:nth-child(3n+2)) {
          -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
          @media (max-width: 768px) {
            -webkit-transform: translateY(0);
            transform: translateY(0);
          }
        }
        .text {
          strong {
            border-bottom: 1px dashed rgba($main-keycolor,.5);
          }
        }
  */
}
#intro .bullet li:nth-child(1), #intro .bullet li:nth-child(4) {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
      transform: translateY(-20%);
}
@media (max-width: 768px) {
  #intro .bullet li:nth-child(1), #intro .bullet li:nth-child(4) {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
}
#intro .bullet li:nth-child(5), #intro .bullet li:nth-child(7) {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
      transform: translateY(20%);
}
@media (max-width: 768px) {
  #intro .bullet li:nth-child(5), #intro .bullet li:nth-child(7) {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
}
#intro .bullet li .image {
  overflow: unset;
}
#intro .bullet li .image:after {
  content: "";
  width: 60%;
  height: 20px;
  background: #333;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.4;
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

/* ---------------------------------------------------
 - footer
----------------------------------------------------*/
.footer {
  width: 100%;
  background: #fff;
  padding: 40px 20px 40px 20px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .footer {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 100px 0;
    z-index: 100;
  }
}
.footer__about {
  font-size: 14px;
  font-size: 1.4rem;
  border-right: 1px solid #f1211a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .footer__about {
    border-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
}
.footer__logo {
  max-width: 260px;
}
.footer__logo img {
  width: 100%;
}
.footer__contact .number {
  font-size: 20px;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .footer__contact .number {
    display: none;
  }
}
.footer__contact .number span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.footer__contact .number svg {
  margin-right: 6px;
}
.footer__detail {
  font-weight: bold;
}
.footer__address {
  font-weight: bold;
  text-align: left;
}
.footer nav {
  padding: 10px 0;
}
@media (max-width: 768px) {
  .footer nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer nav li {
  margin-bottom: 10px;
  padding-right: 1em;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .footer nav li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.footer nav li img {
  min-width: 50px;
  max-width: 50px;
}
.footer nav strong {
  display: block;
  font-weight: bold;
}
.footer nav a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer nav a:hover {
  color: #000;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .footer nav a {
    text-align: left;
  }
}
.footer nav svg,
.footer nav i,
.footer nav .lower {
  display: none;
}
.footer__copyright {
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
  margin: 30px 0 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .footer__copyright {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .footer__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__sns-item a {
  width: 36px;
  height: 36px;
  border-radius: 50rem;
  color: #fff;
  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;
  margin: 0 8px;
}
.footer__sns-item--ig a {
  background-color: #c92e8e;
}
.footer__sns-item--fb a {
  background-color: #395694;
}

/*
footer {
  border-top: 1px dashed #ccc;
  background: #fff;
  padding-bottom: 110px;
  &:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    //background: radial-gradient(circle at 50% 50%, transparent 70%, #2b241e 90%);
    z-index: -1;
  }
  &.type2 {
//    background: #181818;
    background: rgba(#fff,.9);
    padding: 40px 20px 40px 20px;
    @media (max-width: 1024px) {
      padding: 0px 20px 80px 20px;
    }
    .title {
      font-family: 'Anton', sans-serif;
      margin-bottom: 12px;
      text-align: left;
      text-transform: uppercase;
//      background: linear-gradient(to right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
//      background: linear-gradient(to right, #1d2129 0%, #f9d83e 100%) 0% center / 200% auto;
      background: linear-gradient(to right, rgba($main-keycolor,1) 0%, rgba($sub-keycolor,1) 100%) 0% center / 200% auto;
              background-clip: text;
      -webkit-background-clip: text;
              text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
      animation: rainbow 4s linear infinite;
      opacity: .8;
    }
    li {
      @include fz(14);
      margin-bottom: 5px;
      text-align: center;
    }
    .copyright {
      border-top: 1px solid rgba(#fff,.3);
      margin-top: 20px;
      padding: 10px 0;
    }
    a {
      color: #fff;
    }
  }
  h1 {
    img {
      width: 100%;
    }
  }
  nav {
    a {
      color: $sub-keycolor;
    }
  }
  .about {
    background: initial;
    border: 1px solid $main-keycolor;
    color: $sub-keycolor;
    .number {
      color: $sub-keycolor;
    }
  }
  .copyright {
      color: rgba(#fff,.3);
  }
  .fix-footer {
    display: none;
    @media (max-width: 768px) {
      @include fz(0);
      width: 100%;
      background: $main-keycolor;
      display: block;
      margin: auto;
      padding: 0;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      .item {
        @include fz(12);
        width: 50%;
        .number {
          @include fz(12);
        }
        i {
          @include fz(20);
          display: block;
        }
        a {
          border-right: 1px solid rgba(#fff,.3);
          color: #fff;
          display: block;
          padding: 14px 0;
        }
        &:nth-child(3) {
          a {
            border-right: 0;
          }
        }
      }
    }
  }
}
*/
/* ---------------------------------------------------
 - fixarea
----------------------------------------------------*/
#fixarea {
  width: 100%;
  position: absolute;
  z-index: 990;
}
#fixarea .cta1 {
  width: 80px;
  height: 80px;
  border-radius: 50rem;
  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;
  background: #00b300;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  position: fixed;
  right: 10px;
  top: calc(50% - 100px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
@media (max-width: 768px) {
  #fixarea .cta1 {
    display: none;
  }
}
#fixarea .cta1 i {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
#fixarea .cta1 a {
  color: #fff;
  padding: 40px 20px;
  display: block;
  white-space: nowrap;
}
#fixarea .cta1 .text {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#fixarea .cta1 .text span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
#fixarea .cta2 {
  width: 80px;
  height: 80px;
  border-radius: 50rem;
  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;
  background: #f1211a;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  position: fixed;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
@media (max-width: 768px) {
  #fixarea .cta2 {
    display: none;
  }
}
#fixarea .cta2 i {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
#fixarea .cta2 a {
  color: #fff;
  padding: 40px 20px;
  display: block;
  white-space: nowrap;
}
#fixarea .cta2 .text {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#fixarea .cta2 .text span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
#fixarea .sns {
  display: none;
  background: #fff;
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
#fixarea .sns ul {
  padding: 40px 10px;
}
#fixarea .sns li {
  padding: 5px 0;
}
#fixarea .sns .icon {
  width: 30px;
  height: 30px;
  fill: #fff;
  border-radius: 50%;
  padding: 0;
}
#fixarea .sns svg {
  width: 20px;
}
#fixarea .sns .fb,
#fixarea .sns .tw,
#fixarea .sns .li,
#fixarea .sns .gp,
#fixarea .sns .ig,
#fixarea .sns .ht {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#fixarea .sns .fb {
  background: #3b5998;
}
#fixarea .sns .tw {
  background: #00aced;
}
#fixarea .sns .gp {
  background: #dd4b39;
}
#fixarea .sns .li {
  background: #00c306;
}
#fixarea .sns .ht {
  background: #00a4de;
}
#fixarea .sns .ig {
  background: #cf2f91;
}
#fixarea .sns a:hover .fb,
#fixarea .sns a:hover .tw,
#fixarea .sns a:hover .gp,
#fixarea .sns a:hover .li,
#fixarea .sns a:hover .ig,
#fixarea .sns a:hover .ht {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#fixarea .fixarea-cta {
  width: 100%;
  left: 0;
  bottom: 0;
  display: none;
  margin-bottom: 0;
  padding: 10px 0;
  position: fixed;
  vertical-align: top;
  background: rgba(255, 230, 0, 0.95);
  z-index: 900;
}
#fixarea .fixarea-cta.active {
  display: block;
}
#fixarea .fixarea-cta .inner, #fixarea .fixarea-cta .table2 table, .table2 #fixarea .fixarea-cta table, #fixarea .fixarea-cta .table table, .table #fixarea .fixarea-cta table {
  margin: 0 auto;
  max-width: 780px;
  overflow: hidden;
}
#fixarea .fixarea-cta .close {
  cursor: pointer;
  padding: 2px 7px;
  background-color: #b5b5b5;
  margin-right: 10px;
  position: absolute;
  right: 0;
}
#fixarea .fixarea-cta .close i {
  vertical-align: middle;
  margin-bottom: 3px;
}
#fixarea .fixarea-cta .cta-l p {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  color: #ffffff;
  line-height: 2.7;
  font-weight: bold;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#fixarea .fixarea-cta .cta-button a {
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: top;
  color: #fff !important;
  display: block;
  background: #fea60e;
  border-bottom: 4px solid #e49022;
  border-right: 4px solid #e49022;
  padding: 9px 40px;
  text-align: center;
  text-decoration: none;
  margin: 0;
  width: 300px;
  font-weight: bold;
}
#fixarea .fixarea-cta .cta-button a i {
  font-size: 30px;
  font-size: 3rem;
  vertical-align: middle;
  margin-bottom: 3px;
}
#fixarea .fixarea-footer {
  display: none;
}
@media (max-width: 768px) {
  #fixarea .fixarea-footer {
    width: 100%;
    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;
    position: fixed;
    bottom: 0;
  }
  #fixarea .fixarea-footer__item {
    max-width: calc(100% / 3);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
  }
  #fixarea .fixarea-footer__item a {
    background: #f1211a;
    color: #fff;
    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;
    font-weight: bold;
/*     padding: 20px; */
	  padding: 13%;
  }
  #fixarea .fixarea-footer__item a svg {
    width: 22px;
    height: 22px;
    margin-right: 6px;
  }
  #fixarea .fixarea-footer__item:first-child a {
    border-right: 1px solid #cc130c;
  }
}

/* @---------------------------------------------------
 @ layout
----------------------------------------------------*/
.section.headcopy {
  background: url(/cms/design/themes/doc/assets/img/common/headcopy_back.png) no-repeat center -180px !important;
  background-color: #f5f5f5 !important;
  padding: 64px 0;
}
.section .list-benefit {
  width: 70%;
  margin: 180px auto 0 auto;
  text-align: left;
}
@media (max-width: 1024px) {
  .section .list-benefit {
    width: 100%;
    margin: 170px auto 0 auto;
  }
}
.section .list-benefit li {
  font-size: 20px;
  font-size: 2rem;
  background: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
.section .list-benefit li:nth-child(even) {
  background: #f5f5f5;
}
.section .list-benefit li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.section .list-benefit li a:hover {
  background: -webkit-gradient(linear, right top, left top, from(#f1211a), to(#ffe600));
  background: -o-linear-gradient(right, #f1211a, #ffe600);
  background: linear-gradient(to left, #f1211a, #ffe600);
  color: #fff;
  opacity: 1;
}
@media (max-width: 1024px) {
  .section .list-benefit li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.section .list-benefit li .small {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 12px;
}
.section .list-benefit li .number {
  font-size: 30px;
  font-size: 3rem;
  display: inline-block;
  font-family: "Crimson Text", serif;
  margin-right: 12px;
}
.section .image.image-position {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .section .image.image-position {
    width: 100%;
    top: 100px;
  }
}
.section .logo {
  width: 200px;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
}
@media (max-width: 1024px) {
  .section .logo {
    display: none;
  }
}

/* ---------------------------------------------------
pagetop
----------------------------------------------------*/
#pagetop {
  width: 60px;
  height: 60px;
  background: #f1211a;
  border-radius: 50%;
  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;
  opacity: 0;
  position: fixed;
  bottom: 0px;
  right: 0px;
  color: #fff;
  visibility: hidden;
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  #pagetop {
    display: none;
  }
}
#pagetop 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;
}
#pagetop svg {
  width: 32px;
  max-height: 32px;
}
#pagetop.active {
  opacity: 1;
  bottom: 50px;
  right: 50px;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  visibility: visible;
}
@media (max-width: 768px) {
  #pagetop.active {
    bottom: 10px;
    right: 10px;
  }
}

body.header-top {
  width: 100%;
}
body #disp {
  height: 100vh;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
}
body #don {
  width: 100%;
  height: 100vh;
  background: #eee;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  position: fixed;
  top: 0;
  z-index: 980;
}

body[data-status=menu] #menu div {
  border-bottom: 1px #fff solid;
}
@media (max-width: 1024px) {
  body[data-status=menu] {
    overflow: hidden;
  }
  body[data-status=menu] #menu div:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
        -ms-transform: rotate(-45deg) translate(-50%, -50%);
            transform: rotate(-45deg) translate(-50%, -50%);
  }
  body[data-status=menu] #menu div:nth-child(2) {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  body[data-status=menu] #menu div:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
        -ms-transform: rotate(45deg) translate(-50%, -50%);
            transform: rotate(45deg) translate(-50%, -50%);
  }
  body[data-status=menu] #gnav {
    opacity: 1;
    pointer-events: initial;
    z-index: 1000;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body[data-status=menu] #gnav .nav li {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media (max-width: 1024px) {
  body[data-status-menu=on] #gnav .nav {
    overflow-y: hidden;
  }
  body[data-status-menu=on] #submenu {
    display: block !important;
  }
  body[data-status-menu=on] #submenu div:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-50%, -50%) !important;
        -ms-transform: rotate(-45deg) translate(-50%, -50%) !important;
            transform: rotate(-45deg) translate(-50%, -50%) !important;
  }
  body[data-status-menu=on] #submenu div:nth-child(2) {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  body[data-status-menu=on] #submenu div:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-50%, -50%) !important;
        -ms-transform: rotate(45deg) translate(-50%, -50%) !important;
            transform: rotate(45deg) translate(-50%, -50%) !important;
  }
}

/* ---------------------------------------------------
 - main
----------------------------------------------------*/
#side {
  width: 30%;
  padding: 0 0 0 40px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  #side {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #side {
    width: 95%;
    float: none;
    margin: 0 auto;
    padding: 20px 0;
  }
}
#side h3 {
  color: #f1211a;
}
#side h3.title {
  margin-bottom: 16px;
}
#side a {
  display: block;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#side a:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.8;
}
#side ul {
  background-color: #fff;
}
#side li {
  padding: 0 0 10px 0;
}
#side li:after {
  content: "";
  display: block;
  clear: both;
}
#side li:last-child {
  border-bottom: 0;
}
@media (max-width: 768px) {
  #side li {
    width: 100% !important;
  }
}
#side .bn {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#side .image {
  width: 100px;
  margin-right: 10px;
  float: left;
}
#side .image .src:after {
  padding: 100% 0 0;
}
#side .text {
  color: #333;
  overflow: hidden;
  padding: 0;
}
#side .text .title {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  width: 100%;
}
@media (max-width: 768px) {
  #side .text .title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#side .title {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  text-shadow: none !important;
}
#side .title i {
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: middle;
  padding-bottom: 4px;
}
#side .box {
  margin-bottom: 20px;
}
#side #archive ul {
  border: 0 !important;
  margin-bottom: 20px;
  text-align: left;
}
#side #archive li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 0 !important;
  padding: 0 !important;
}
#side #archive li a {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  border: 1px #eee solid;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 6px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#side #archive li a span {
  font-size: 12px;
  font-size: 1.2rem;
  background: #eee;
  border-radius: 50%;
  float: right;
  padding: 4px 10px;
}
#side #archive li a:hover {
  background: #eee;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#side #archive li a:hover span {
  background: #fff;
}

/* ---------------------------------------------------
 - btn-nav
----------------------------------------------------*/
.btn-nav.collapse {
  display: block;
}
@media (max-width: 1024px) {
  .btn-nav.collapse {
    margin-bottom: 20px;
  }
  .btn-nav.collapse:not(.show) {
    display: none;
  }
}
.btn-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btn-nav li {
  width: 0 0 calc(100% / 3);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
  margin-bottom: 10px;
  padding: 0 5px;
}
.btn-nav li a {
  background-color: #f1211a;
  border-radius: 6px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-nav li a svg {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-nav li a:hover {
  background: #ffe600;
}
.btn-nav li a:hover svg {
  right: 0;
}

/* ---------------------------------------------------
 - tabs
----------------------------------------------------*/
.nav-tabs {
  border-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
}
.nav-tabs .nav-item {
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .nav-tabs .nav-item {
    width: calc(100% / 3);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
  }
}
.nav-tabs .nav-link {
  background: #ccc;
  border: 0;
  border-radius: 10px;
  color: #fff;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-tabs .nav-link.active {
  background: #f1211a;
  color: #fff;
}
.nav-tabs .nav-link.active:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #f1211a transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .nav-tabs .nav-link {
    padding: 10px;
  }
}

.tab-pane {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-in-block;
          animation-name: fade-in-block;
}

.tabs {
  margin-bottom: 64px;
}
.tabs li {
  cursor: pointer;
  padding: 0 10px;
  vertical-align: bottom;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabs li .tab {
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #ccc !important;
  color: #999;
  display: block;
  margin: 0 auto;
  padding: 16px 0;
  position: relative;
  text-align: center;
  -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (max-width: 1024px) {
  .tabs li .tab {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tabs li .tab:after {
  content: "¨‹";
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.tabs li .tab:hover {
  color: #181818;
}
.tabs li.active {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabs li.active .tab {
  color: #fff;
  background: #f1211a;
  -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.tabs li.active .tab:after {
  color: #f1211a;
  bottom: -14px;
}
.tabs li.active i {
  color: #fff;
}
.tabs li:last-child .tab {
  border-right: none;
}
.tabs li i {
  width: 20px;
  height: 20px;
  background-size: cover;
  color: #666;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 3px;
  vertical-align: middle;
}

#tab-contents .contents {
  display: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#tab-contents .contents.active {
  display: block;
  animation-duration: 1s;
  animation-name: fade-in;
  -moz-animation-duration: 1s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fade-in;
}
#tab-contents .image {
  width: 100% !important;
}
#tab-contents .image:after {
  padding: 0;
}
@media (max-width: 1024px) {
  #tab-contents .image {
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  #tab-contents .post-content {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}

/* ---------------------------------------------------
 - gmap
----------------------------------------------------*/
#gmap {
  background: #eee;
}
#gmap iframe {
  width: 100%;
}

.maps .title {
  font-size: 30px;
  font-size: 3rem;
}
.maps .subtitle {
  font-size: 26px;
  font-size: 2.6rem;
}

/* ---------------------------------------------------
 - section
----------------------------------------------------*/
.section {
  background: #f5f5f5;
  overflow: hidden;
  padding: 100px 0;
  position: relative;
  z-index: 10;
}
.section--none {
  background-color: #fff;
  padding: 30px;
}
.section:nth-child(even) {
  background: #fff;
}
@media (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
}
.section .image {
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .section .image {
    width: 100%;
    margin: 0;
    float: none;
  }
}
.section .image .src {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section .image .src:after {
  content: "";
  display: block;
  padding: calc(100% * 9 / 16) 0 0;
}
.section .image .caption {
  font-size: 14px;
  font-size: 1.4rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: left;
  padding: 6px 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-summary .text {
  background: #f1211a;
  color: #fff;
  font-weight: 600;
  padding: 30px;
  position: absolute;
  top: 40px;
  right: -40px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .section-summary .text {
    position: static;
  }
}
.section-summary__body {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .section-summary__body {
    margin-bottom: 30px;
  }
}

.section-min {
  padding: 30px 0 !important;
  position: relative;
  z-index: 10;
}

.section-title {
  background: #f1211a !important;
  padding: 200px 0;
  z-index: 100;
}
.section-title:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 50px solid #f1211a;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}

.section-image {
  min-height: 500px;
  padding: 200px 0;
  position: relative;
  z-index: 100;
}
@media (max-width: 768px) {
  .section-image {
    padding: 100px 20px;
  }
}
.section-image:after {
  content: "";
  width: 60%;
  height: 200%;
  background: rgba(241, 33, 26, 0.8);
  position: absolute;
  top: 0;
  left: -100px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
  z-index: -1;
}
.section-image--none:after {
  content: none;
}
.section-image__right {
  padding: 200px 0;
  position: relative;
  z-index: 100;
}
@media (max-width: 768px) {
  .section-image__right {
    padding: 100px 0;
  }
}
.section-image__right:after {
  content: "";
  width: 60%;
  height: 200%;
  background: rgba(241, 33, 26, 0.8);
  position: absolute;
  top: 0;
  right: -100px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
  z-index: -1;
}
.section-image__right .right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.section-image__title {
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", Meiryo, serif;
}
@media (max-width: 768px) {
  .section-image__title {
    text-shadow: 1px 1px 2px #000;
  }
}
.section-image__title > span {
  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;
  font-weight: 600;
  margin: 0 auto 30px auto;
  text-align: center;
}
.section-image__body {
  width: 80%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  margin: 0 auto 20px auto;
}
@media (max-width: 768px) {
  .section-image__body {
    text-shadow: 1px 1px 2px #000;
  }
}
.section-image__bottom .post-content {
  padding: 40px;
  background: #fff;
  position: relative;
  margin-top: -200px;
  margin-bottom: 100px;
  z-index: 100;
}
@media (max-width: 768px) {
  .section-image__bottom .post-content {
    margin-top: -120px;
    padding: 20px;
  }
}

.section-guide {
  min-height: 500px;
  background-color: #f5f5f5;
  padding: 64px 0;
}
.section-guide__items {
  text-align: center;
}
.section-guide__title {
  min-height: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
}
.section-guide__title:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  /* top: 30px; */
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section-guide__title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.section-guide__body {
  text-align: left;
}
@media (max-width: 768px) {
  .section-guide__items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 20px;
  }
}
.section-guide__items.hurry a {
  background: -webkit-gradient(linear, left top, left bottom, from(#e00d0d), to(#b00a0a));
  background: -o-linear-gradient(top, #e00d0d 0%, #b00a0a 100%);
  background: linear-gradient(to bottom, #e00d0d 0%, #b00a0a 100%);
}
.section-guide__items a {
  background: -webkit-gradient(linear, left top, left bottom, from(#f1211a), to(#cc130c));
  background: -o-linear-gradient(top, #f1211a 0%, #cc130c 100%);
  background: linear-gradient(to bottom, #f1211a 0%, #cc130c 100%);
  border-radius: 1rem;
  display: block;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.section-guide__items a:after {
  content: "";
  width: 100%;
  border: 1px solid #9b0e0a;
  border-radius: 1rem;
  display: block;
  padding: 100% 0 0;
}
.section-guide__items a:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.section-guide__items svg {
  width: 120px;
  max-height: 90px;
}
@media (max-width: 768px) {
  .section-guide__items svg {
    width: 30px;
  }
}
.section-guide__item {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section-guide__timeline-title {
  background: #f1211a;
  color: #fff;
  padding: 6px 10px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  font-weight: 600;
}
.section-guide__timeline-body {
  border: 1px #f1211a solid;
  padding: 20px;
}
.section-guide__timeline-body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.section-guide__timeline-body dt {
  color: #fff;
  background: #ffe600;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  margin-right: 10px;
}
.section-guide__timeline-body dd {
  font-size: 20px;
  font-size: 2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  font-weight: 600;
  margin-bottom: 5px;
}
.section-guide__reserva {
  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;
}
.section-guide__reserva > * {
  width: 100%;
  height: 100%;
  border: 5px solid #1e6ea6;
  border-radius: 10px;
  color: #1e6ea6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-guide__reserva > *:hover {
  border: 5px solid #ffe600;
  color: #ffe600;
}
.section-guide__reserva > * span {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
}
.section-guide__reserva > * svg {
  width: 150px;
  max-height: 150px;
}

.section-reason {
  padding: 30px 0 60px 0;
}
.section-reason .headcopy-text {
  text-align: left;
}
.section-reason .headcopy-text.left {
  -webkit-transform: translateX(-40%);
      -ms-transform: translateX(-40%);
          transform: translateX(-40%);
}
@media (max-width: 1024px) {
  .section-reason .headcopy-text.left {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin: 0 auto 20px auto;
  }
}
.section-reason .headcopy-text.right {
  -webkit-transform: translateX(40%);
      -ms-transform: translateX(40%);
          transform: translateX(40%);
}
@media (max-width: 1024px) {
  .section-reason .headcopy-text.right {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.section-reason__row {
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .section-reason__row {
    margin-bottom: 32px;
  }
}
.section-reason__row:last-child {
  margin-bottom: 0;
}
.section-reason__body {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.section-reason__title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #f1211a;
  font-weight: bold;
  margin-bottom: 20px;
}
.section-reason__subtitle {
  font-size: 24px;
  font-size: 2.4rem;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  border: solid 1px black;
  color: #f1211a;
  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;
  font-weight: bold;
  padding: 60px;
  position: relative;
}
.section-reason__subtitle:before, .section-reason__subtitle:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #f5f5f5;
}
.section-reason__subtitle:before {
  top: -1px;
  bottom: -1px;
  left: 16px;
  right: 16px;
}
.section-reason__subtitle:after {
  top: 16px;
  bottom: 16px;
  left: -1px;
  right: -1px;
}
.section-reason__subtitle span {
  font-weight: bold;
  position: relative;
  text-align: center;
  z-index: 1;
}

.section-recycling {
  background-color: #fff !important;
  padding: 100px 0 300px 0;
}
@media (max-width: 1024px) {
  .section-recycling {
    padding: 100px 0 50px 0;
  }
}
.section-common {
  background-color: #fff;
  overflow: visible;
}
.section-common h2.title {
  font-size: 24px;
  font-size: 2.4rem;
}
.section-common h2.title > * {
  color: #000;
  font-weight: bold;
}
.section-common h2.title--small {
  font-size: 20px;
  font-size: 2rem;
}
.section-common h3.title {
  margin-bottom: 32px;
}
.section-common h3.title > * {
  font-size: 42px;
  font-size: 4.2rem;
  color: #f1211a;
  font-weight: bold;
}
.section-common .subtitle {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  text-transform: uppercase;
  color: #f1211a;
  letter-spacing: 0.19em;
  margin-top: 9px;
  font-weight: bold;
}
.section-common .post-content p {
  font-weight: bold;
}
.section-common__title {
  font-size: 40px;
  font-size: 4rem;
  color: #f1211a;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 1024px) {
  .section-common__title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.section-common__body {
  font-weight: bold;
}
.section-common__body--small {
  font-size: 14px;
  font-size: 1.4rem;
}

.section-recruit {
  background-color: #f0f0f0 !important;
  overflow: visible;
  padding-top: 300px;
}
@media (max-width: 1024px) {
  .section-recruit {
    padding-top: 160px;
  }
}
.section-recruit h2.title {
  font-size: 28px;
  font-size: 2.8rem;
}
.section-recruit h2.title > * {
  color: #000;
  font-weight: bold;
}
.section-recruit h3.title {
  margin-bottom: 32px;
}
.section-recruit h3.title > * {
  font-size: 42px;
  font-size: 4.2rem;
  color: #f1211a;
  font-weight: bold;
}
.section-recruit .subtitle {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  text-transform: uppercase;
  color: #f1211a;
  letter-spacing: 0.19em;
  margin-top: 9px;
  font-weight: bold;
}
.section-recruit .post-content p {
  font-weight: bold;
}
.section-recruit__image {
  margin-bottom: 32px;
}
.section-recruit__image img {
  width: 100%;
  max-width: 1000px;
  position: absolute;
  top: -220px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
@media (max-width: 1024px) {
  .section-recruit__image img {
    top: -50px;
  }
}
.section-recruit__title {
  font-size: 40px;
  font-size: 4rem;
  color: #f1211a;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 1024px) {
  .section-recruit__title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.section-recruit__body {
  max-width: 700px;
  font-weight: bold;
  margin: 0 auto 60px auto;
}

.section-line {
  background: #f5f5f5;
}
.section-line .headcopy-type:after,
.section-line .headcopy-type:before {
  content: none;
}
.section-line .headcopy-text {
  background: #03b402;
  color: #fff;
}
.section-line .headcopy-text h3 {
  font-weight: bold;
}
@media (max-width: 1024px) {
  .section-line .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.section-line .title > * {
  background: #03b402;
  border: 2px solid #03b402;
  outline: 2px solid #fff;
  outline-offset: -5px;
  padding: 10px 20px;
}
.section-line__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .section-line__body {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.section-line__step {
  background: #03b402;
  border-radius: 10px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
}
.section-line__step svg {
  width: 80px;
  max-height: 80px;
  color: #fff;
}
.section-line__step--none {
  line-height: 0;
}
@media (max-width: 1024px) {
  .section-line__step--sp {
    display: none;
  }
}
.section-line__step-title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.section-line__step-arrow {
  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;
}
@media (max-width: 1024px) {
  .section-line__step-arrow {
    display: none;
  }
}
.section-line__step-arrow svg {
  width: 40px;
  max-height: 40px;
  color: #03b402;
}
@media (max-width: 1024px) {
  .section-line__step-arrow svg {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.section-line .qr {
  width: 100%;
}
.section-line__attention {
  color: #03b402;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1024px) {
  .section-line .headcopy-text {
    margin: 0 auto 0 auto;
  }
}

.section-meeting {
  background: #eee !important;
}
.section-meeting__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 20px;
}
.section-meeting .image .src:after {
  padding: 100% 0 0;
}

.section-benefit {
  padding: 100px 0 0 0;
}
.section-benefit__items {
  color: #fff;
  position: relative;
  z-index: 10;
}
.section-benefit__item {
  min-height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
@media (max-width: 768px) {
  .section-benefit__item {
    min-height: 220px;
  }
}
.section-benefit__title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.section-benefit__ruby {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: lighter;
}
.section-benefit__body {
  width: 90%;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.section-benefit__block {
  background: url(/cms/design/themes/doc/assets/img/common/headcopy_back.png) no-repeat center -180px;
  background-color: #efeae3;
  padding: 100px 0;
}

.section-about {
  background-color: #fff;
  margin-bottom: 100px;
  padding: 100px 0 0 0;
  /*
    &__image {
      .src {
        &:after {
          padding: calc(100% * 3 / 4) 0 0 !important;
        }
      }
    }
  */
}
@media (max-width: 768px) {
  .section-about {
    margin-bottom: 30px;
    padding: 60px 0 0 0;
  }
}
.section-about:after {
  content: "";
  background-color: #f5f5f5;
  display: block;
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .section-about:after {
    top: 10px;
    left: 10px;
    right: 10px;
  }
}
.section-about .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-about__items {
  color: #fff;
  position: relative;
  z-index: 10;
}
.section-about__item {
  width: calc(100% / 3);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .section-about__item {
    width: calc(100% / 2);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
            flex: 0 0 calc(100% / 2);
    min-height: 220px;
    margin-bottom: 0;
  }
}
.section-about__item:nth-child(3n+1) {
  padding-left: 0;
  padding-right: 3px;
}
@media (max-width: 768px) {
  .section-about__item:nth-child(3n+1) {
    padding-right: 0;
  }
}
.section-about__item:nth-child(3n+2) {
  padding: 0 6px;
}
@media (max-width: 768px) {
  .section-about__item:nth-child(3n+2) {
    padding: 0;
  }
}
.section-about__item:nth-child(3n+3) {
  padding-left: 3px;
  padding-right: 0;
}
@media (max-width: 768px) {
  .section-about__item:nth-child(3n+3) {
    padding-left: 0;
  }
}
.section-about__item a:hover .section-about__title {
  background-color: #f1211a;
  color: #fff;
}
.section-about__title {
  width: 70%;
  font-size: 20px;
  font-size: 2rem;
  background-color: #fff;
  color: #181818;
  font-weight: 600;
  padding: 10px 20px;
  margin: -30px auto 10px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .section-about__title {
    width: 90%;
  }
}
.section-about__body {
  width: 70%;
  font-size: 14px;
  font-size: 1.4rem;
  color: #181818;
  font-weight: bold;
  margin: 0 auto 20px auto;
  text-align: center;
}
@media (max-width: 768px) {
  .section-about__body {
    width: 90%;
  }
}
.section-about__block {
  background: url(/cms/design/themes/doc/assets/img/common/headcopy_back.png) no-repeat center -180px;
  background-color: #efeae3;
  padding: 100px 0;
}

.section-intro {
  background-color: #f5f5f5;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .section-intro {
    padding: 30px 0;
  }
}

.section-message {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: visible;
  padding: 0;
}
.section-message__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 100px;
  position: relative;
}
.section-message__items:nth-child(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .section-message__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-message__image {
  width: 51%;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 768px) {
  .section-message__image {
    position: static !important;
  }
}
.section-message__items:nth-child(even) .section-message__image {
  left: unset;
  right: 0;
}
.section-message__body {
  width: 48%;
  background: #fff;
  padding: 40px;
  margin-top: 60px;
  margin-left: 49%;
  position: relative;
  z-index: 12;
}
@media (max-width: 768px) {
  .section-message__body {
    width: 95%;
    margin: 10px auto !important;
  }
}
.section-message__items:nth-child(even) .section-message__body {
  margin-left: 0;
  margin-right: 49%;
}
.section-message__body h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.section-message__body p {
  margin-bottom: 16px;
}

.section-search-city {
  width: 900px;
  background: #fff;
  border: 5px solid #f1211a;
  border-radius: 10px;
  margin: 0 auto;
  padding: 40px;
}
@media (max-width: 768px) {
  .section-search-city {
    width: 100%;
    padding: 20px;
  }
}
.section-search-city dl {
  width: 100%;
  border-bottom: 1px dashed #eee;
  display: table;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.section-search-city dl:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.section-search-city dt {
  width: 120px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  display: table-cell;
}
@media (max-width: 768px) {
  .section-search-city dt {
    display: block;
  }
}
.section-search-city dd {
  display: inline-block;
}
.section-search-city dd a {
  min-width: 50px;
  background: #f5f5f5;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  display: block;
  margin: 0 5px 4px 0;
  padding: 3px 6px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-search-city dd a:hover {
  background: #f1211a;
  color: #fff;
}
@media (max-width: 768px) {
  .section-search-city dd a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.section-bn {
  padding: 200px 0;
}
@media (max-width: 768px) {
  .section-bn {
    padding: 120px 0;
  }
}
.section-bn .image img {
  width: 100%;
}
@media (max-width: 1024px) {
  .section-bn .image img {
    width: 100%;
  }
}

.section-card {
  position: relative;
}
.section-card__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.section-card__items.split {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-card__items.split > * {
  max-width: calc(50% - 10px);
  min-width: calc(50% - 10px);
  margin-bottom: 60px;
}
.section-card__items.split .section-card__star {
  margin-bottom: 10px;
}
.section-card__items.split .section-card__title {
  border-bottom: 1px solid #f1211a;
  max-width: calc(100%);
  padding-bottom: 10px;
}
.section-card__items.split .list-summary {
  margin-bottom: 10px;
}
.section-card__item {
  width: calc(100% / 3);
  color: #333;
  margin-bottom: 60px;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-card__item:hover {
  color: #333;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .section-card__item {
    width: calc(100% / 2);
  }
}
.section-card__cat {
  font-size: 12px;
  font-size: 1.2rem;
  background: #f1211a;
  color: #fff;
  padding: 3px 6px;
  position: absolute;
  top: 0;
  left: 0;
}
.section-card__title {
  max-width: 200px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.section-card__star {
  font-size: 12px;
  font-size: 1.2rem;
  max-width: 100px;
  border: 1px solid #f1211a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-card__badge {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  background: #f1211a;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
  text-align: center;
}
.section-card__badge svg {
  width: 14px;
  color: #fabe00;
  margin-right: 4px;
}
.section-card__num {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  color: #f1211a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 5px;
}
.section-card__nav-prev, .section-card__nav-next {
  display: none;
  position: absolute;
  top: 50%;
}
@media (max-width: 1024px) {
  .section-card__nav-prev, .section-card__nav-next {
    display: block;
  }
}
.section-card__nav-prev a, .section-card__nav-next a {
  width: 36px;
  height: 36px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  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;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-card__nav-prev a svg, .section-card__nav-next a svg {
  width: 20px;
  color: #e6e6e6;
}
.section-card__nav-prev a:hover, .section-card__nav-next a:hover {
  background: #fabe00;
}
.section-card__nav-prev a:hover svg, .section-card__nav-next a:hover svg {
  color: #fff;
}
.section-card__nav-prev {
  left: 50%;
  -webkit-transform: translate(-640px, -50%);
      -ms-transform: translate(-640px, -50%);
          transform: translate(-640px, -50%);
}
.section-card__nav-next {
  right: 50%;
  -webkit-transform: translate(640px, -50%);
      -ms-transform: translate(640px, -50%);
          transform: translate(640px, -50%);
}
.section-card .image {
  margin-bottom: 30px;
}
.section-card .image img {
  width: 100%;
}
@media (max-width: 1024px) {
  .section-card .image img {
    width: 100%;
  }
}

.badge {
  font-size: 14px;
  font-size: 1.4rem;
  background: #f1211a;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  margin-right: 6px;
  padding: 6px 10px;
}
.badge-white {
  font-size: 14px;
  font-size: 1.4rem;
  background: #fff;
  border-radius: 6px;
  color: #f1211a;
  font-weight: 600;
  margin-right: 6px;
  padding: 6px 10px;
  text-shadow: none;
}

.gmap {
  padding: 0;
}

/* ---------------------------------------------------
 - table
----------------------------------------------------*/
.table {
  width: 100% !important;
  padding: 40px !important;
  color: #181818 !important;
}
@media (max-width: 1024px) {
  .table {
    padding: 20px !important;
  }
}
.table.vertical th {
  text-align: center;
}
@media (max-width: 1024px) {
  .table.vertical thead {
    display: none;
  }
  .table.vertical td {
    display: block;
  }
  .table.vertical td:before {
    content: attr(data-label);
    width: 50%;
    background: rgba(0, 0, 0, 0.1);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
.table.vertical .price {
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .table.responsive table,
.table.responsive thead,
.table.responsive tbody,
.table.responsive tr,
.table.responsive th,
.table.responsive td {
    display: block !important;
  }
  .table.responsive th {
    padding: 20px 10px 5px !important;
  }
  .table.responsive td {
    padding: 0 10px 20px !important;
  }
}
.table table {
  width: 100% !important;
  background: none !important;
  overflow: hidden !important;
}
.table table td,
.table table th,
.table table tr {
  background: none !important !important;
  padding: 0 !important;
}
@media (max-width: 1024px) {
  .table table td,
.table table th,
.table table tr {
    padding: 0 !important;
  }
}
@media (max-width: 1024px) {
  .table table th,
.table table td {
    display: table-cell !important;
  }
}
.table tr {
  /*
      &:nth-child(2n) {
        td {
          background: rgba(#fff, 0.05) !important;
        }
      }
  */
}
.table th,
.table td {
  background: rgba(0, 0, 0, 0.1) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.3) !important;
  font-weight: bold;
  padding: 10px !important;
}
@media (max-width: 1024px) {
  .table th,
.table td {
    display: block !important;
  }
}
.table th {
  white-space: nowrap !important;
}
@media (max-width: 1024px) {
  .table th {
    text-align: left !important;
  }
}
.table td {
  background-color: rgba(255, 255, 255, 0.9) !important;
  text-align: left !important;
}
@media (max-width: 1024px) {
  .table td {
    text-align: left !important;
  }
}
.table thead th {
  background: #181818 !important;
  border-right: 1px solid #eee !important;
  color: #eee !important;
}
.table tbody th {
  background: rgba(241, 33, 26, 0.9) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  color: #fff !important;
}

.table2 {
  width: 100% !important;
  margin-bottom: 32px;
  padding: 40px !important;
  color: #181818 !important;
}
@media (max-width: 1024px) {
  .table2 {
    padding: 20px !important;
  }
}
@media (max-width: 1024px) {
  .table2.responsive table,
.table2.responsive thead,
.table2.responsive tbody,
.table2.responsive tr,
.table2.responsive th,
.table2.responsive td {
    display: block !important;
  }
  .table2.responsive th {
    padding: 20px 10px 5px !important;
  }
  .table2.responsive td {
    padding: 0 10px 20px !important;
  }
}
.table2 table {
  width: 100% !important;
  background: none !important;
  overflow: hidden !important;
}
.table2 table td,
.table2 table th,
.table2 table tr {
  background: none !important !important;
  border-bottom: 0 !important;
  padding: 0 !important;
}
@media (max-width: 1024px) {
  .table2 table th,
.table2 table td {
    display: table-cell !important;
  }
}
.table2 tr {
  border-bottom: 1px dashed #aaa !important;
}
@media (max-width: 1024px) {
  .table2 tr {
    border-bottom: 0 !important;
  }
}
.table2 th,
.table2 td {
  padding: 30px 50px !important;
  text-align: left;
}
@media (max-width: 1024px) {
  .table2 th,
.table2 td {
    display: block !important;
  }
}
.table2 th {
  background: #f5f5f5;
  vertical-align: middle;
  white-space: nowrap !important;
}
@media (max-width: 1024px) {
  .table2 th {
    text-align: left !important;
    background: #eee;
    padding: 10px !important;
  }
}
.table2 th.title {
  font-size: 18px;
  font-size: 1.8rem;
  background: #f1211a;
  color: #fff;
  text-align: center;
}
.table2 th.title span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ee0;
  margin-left: 16px;
}
@media (max-width: 768px) {
  .table2 th.title span {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    margin-left: 0;
  }
}
.table2 td {
  text-align: left !important;
}
@media (max-width: 768px) {
  .table2 td {
    text-align: left !important;
    padding: 10px !important;
  }
}
.table2 thead th {
  background: #f1211a;
  color: #fff;
}
.table2 tbody th {
  width: 30%;
}
@media (max-width: 768px) {
  .table2 tbody th {
    width: 100%;
  }
}
.table2 caption {
  margin-bottom: 32px;
}

.table3 {
  width: 100% !important;
  padding: 40px !important;
  border-collapse: collapse;
  border-spacing: 0;
  color: #181818 !important;
}
@media (max-width: 1024px) {
  .table3 {
    padding: 20px !important;
  }
}
.table3 th,
.table3 td {
  background: #fff !important;
  border: 1px solid #ccc;
  padding: 10px !important;
}
@media (max-width: 1024px) {
  .table3 th,
.table3 td {
    display: block !important;
  }
}
.table3 th {
  white-space: nowrap !important;
}
@media (max-width: 1024px) {
  .table3 th {
    text-align: left !important;
  }
}
.table3 td {
  text-align: left !important;
}
@media (max-width: 1024px) {
  .table3 td {
    text-align: left !important;
  }
}
.table3 thead th {
  background: #181818 !important;
  border-right: 1px solid #eee !important;
  color: #eee !important;
}
.table3 tbody th {
  background: rgba(241, 33, 26, 0.9) !important;
  border-bottom: 1px solid #eee !important;
  color: #fff !important;
}

.table-menu {
  width: 100% !important;
  background: rgba(255, 255, 255, 0.8);
  padding: 40px !important;
  color: #181818 !important;
}
@media (max-width: 1024px) {
  .table-menu {
    padding: 20px !important;
  }
}
@media (max-width: 1024px) {
  .table-menu.responsive table,
.table-menu.responsive thead,
.table-menu.responsive tbody,
.table-menu.responsive tr,
.table-menu.responsive th,
.table-menu.responsive td {
    display: block !important;
  }
  .table-menu.responsive th {
    padding: 20px 10px 5px !important;
  }
  .table-menu.responsive td {
    padding: 0 10px 20px !important;
  }
}
.table-menu caption {
  background: #f1211a;
  color: #fff;
  padding: 10px 0;
}
.table-menu tr:nth-child(2n) td {
  background: rgba(0, 0, 0, 0.05) !important;
}
.table-menu tr.strong td {
  background: rgba(241, 33, 26, 0.6) !important;
  border-bottom: 2px solid #f1211a;
  color: #fff;
}
.table-menu th,
.table-menu td {
  background: rgba(0, 0, 0, 0.1) !important;
  padding: 10px !important;
}
@media (max-width: 1024px) {
  .table-menu th,
.table-menu td {
    display: block !important;
  }
}
.table-menu th {
  white-space: nowrap !important;
}
@media (max-width: 1024px) {
  .table-menu th {
    text-align: left !important;
  }
}
.table-menu td {
  text-align: left !important;
}
@media (max-width: 1024px) {
  .table-menu td {
    text-align: left !important;
  }
}
.table-menu thead th {
  background: #181818 !important;
  border-right: 1px solid #eee !important;
  color: #eee !important;
}
.table-menu tbody th {
  background: rgba(241, 33, 26, 0.9) !important;
  border-bottom: 1px solid #eee !important;
  color: #fff !important;
}

.table-non {
  border: 0 !important;
}
.table-non tbody th {
  background: none !important;
  border: 0 !important;
  color: #181818 !important;
  font-weight: bold !important;
}
.table-non tbody td {
  background: none !important;
  border: 0 !important;
  padding: 0px 10px !important;
}

@media (max-width: 1024px) {
  .table-scrolls-inner {
    overflow-x: scroll !important;
  }
}
@media (max-width: 1024px) {
  .table-scrolls-inner .table {
    width: 1080px !important;
  }
}
@media (max-width: 1024px) {
  .table-scrolls-inner .table th,
.table-scrolls-inner .table td {
    display: table-cell !important;
  }
}
.table-scrolls .attention {
  display: none;
}
@media (max-width: 1024px) {
  .table-scrolls .attention {
    display: block;
  }
}

.post-content table .none_col {
  background-color: rgba(241, 33, 26, 0.05);
}

/* ---------------------------------------------------
 - pagination
----------------------------------------------------*/
.pagination,
.pagenation {
  clear: both;
  padding: 20px 0;
  position: relative;
  line-height: 13px;
  background: none;
  margin: 10px 0 20px;
  vertical-align: middle;
}
.pagination li,
.pagenation li {
  display: inline-block;
}
.pagination li a,
.pagenation li a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff !important;
  background: #000;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination li a:hover,
.pagenation li a:hover {
  color: #fff !important;
  background: #ffe600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination li.current,
.pagenation li.current {
  background: #ffe600;
  border-radius: 6px;
  color: #fff;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
}

/* ---------------------------------------------------
bn
----------------------------------------------------*/
#bn {
  background: #fff;
  padding: 30px 0;
}
#bn .bn-inner {
  padding: 0 15px;
  position: relative;
  margin-bottom: 10px;
}
#bn .bn-inner:nth-child(4), #bn .bn-inner:nth-child(5), #bn .bn-inner:nth-child(6) {
  margin-bottom: 0;
}
#bn .bn-inner .text {
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  background-color: rgba(241, 33, 26, 0.8);
  padding: 0;
  text-align: center !important;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#bn .bn-inner .text span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#bn .bn-inner .image {
  border-radius: 6px;
}
#bn .bn-inner .image .src:after {
  padding: 100px 0 0;
}
#bn .bn-inner .image:hover .text {
  background-color: rgba(255, 230, 0, 0);
}

/* ---------------------------------------------------
article
----------------------------------------------------*/
article.new-triangle {
  overflow: hidden;
}
article.new-triangle:before {
  content: "NEW";
  width: 100px;
  height: 100px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: -22px;
  left: 26px;
  z-index: 10;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
article.new-triangle:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
  background: rgba(241, 33, 26, 0.8);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ---------------------------------------------------
 - list
----------------------------------------------------*/
.list-normal li {
  padding: 30px;
}
@media (max-width: 1024px) {
  .list-normal li {
    padding: 20px 20px 0;
  }
}
.list-normal li .image {
  background: no-repeat center center #eee;
  background-size: cover;
  border-radius: 50%;
  margin: 0 0 10px;
}
.list-normal li .image:after {
  content: "";
  display: block;
  padding: 100% 0 0;
}
.list-normal li .title {
  font-size: 26px;
  font-size: 2.6rem;
}
.list-normal li .description {
  font-size: 14px;
  font-size: 1.4rem;
}

.list-button {
  margin-bottom: 64px;
}
.list-button li {
  padding: 30px;
}
@media (max-width: 1024px) {
  .list-button li {
    padding: 20px 20px 0;
  }
}
.list-button li a {
  background: #f1211a;
  color: #fff;
  display: block;
  padding: 20px;
}
.list-button li .image {
  background: no-repeat center center #eee;
  background-size: cover;
  border-radius: 20px;
  margin: 0 0 10px;
  position: relative;
  overflow: hidden;
}
.list-button li .image:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  padding: 60% 0 0;
}
.list-button li .text {
  padding: 0;
}
.list-button li .title {
  font-size: 26px;
  font-size: 2.6rem;
}
.list-button li .description {
  font-size: 14px;
  font-size: 1.4rem;
}

.list-article {
  padding: 30px 0;
}
.list-article li {
  padding: 20px;
}
@media (max-width: 1024px) {
  .list-article li {
    padding: 20px 20px 0;
  }
}
.list-article li a {
  display: block;
  overflow: hidden;
}
.list-article li .image {
  width: 200px;
  background: no-repeat center center #eee;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  float: left;
}
@media (max-width: 1024px) {
  .list-article li .image {
    width: 100%;
    margin: 0 0 20px;
  }
}
.list-article li .image:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  padding: 60% 0 0;
}
.list-article li .text {
  overflow: hidden;
  padding: 0 0 0 20px;
}
.list-article li .title {
  font-size: 26px;
  font-size: 2.6rem;
}
.list-article li .description {
  font-size: 14px;
  font-size: 1.4rem;
}
.list-article li .link {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
  padding: 2px 20px;
  border: 2px solid #222;
  border-radius: 50px;
}

.list-article-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .list-article-vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.list-article-vertical-inner {
  width: calc(100% / 3);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
  margin-bottom: 20px;
  padding: 0 10px;
  overflow: hidden;
  /*
      &:before,
      &:after {
        content: '';
        width: 47%;
        height: 1px;
        position: absolute;
        bottom: 0;
        z-index: 10;
      }
      &:before {
        left: 0;
        right: 47%;
        background: $sub-keycolor;
        margin: 0 auto;
      }
      &:after {
        left: 47%;
        right: 0;
        background: $main-keycolor;
        margin: 0 auto;
      }
      &:last-child {
        &:before,
        &:after {
          content: none;
        }
      }
  */
}
@media (max-width: 1024px) {
  .list-article-vertical-inner {
    width: calc(100% / 1);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 1);
            flex: 0 0 calc(100% / 1);
    margin-bottom: 32px;
  }
}
.list-article-vertical article,
.list-article-vertical li {
  position: relative;
}
@media (max-width: 1024px) {
  .list-article-vertical article,
.list-article-vertical li {
    margin-bottom: 0;
  }
}
.list-article-vertical .image {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.list-article-vertical .image .src:after {
  content: "";
  width: 100%;
  display: block;
  padding: calc(100% * 9 / 16) 0 0;
}
.list-article-vertical .text {
  padding: 10px 0;
}
@media (max-width: 1024px) {
  .list-article-vertical .text {
    width: 100%;
  }
}
.list-article-vertical .title,
.list-article-vertical strong {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: lighter;
  font-family: "ÓÎÃ÷³¯", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGSÃ÷³¯E", "¥á¥¤¥ê¥ª", Meiryo, serif;
  margin-bottom: 6px;
  text-align: left;
}
@media (max-width: 1024px) {
  .list-article-vertical .title,
.list-article-vertical strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.list-article-vertical .subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  text-align: left;
}
.list-article-vertical .cat {
  font-size: 14px;
  font-size: 1.4rem;
  background: rgba(241, 33, 26, 0.8);
  color: #fff;
  margin: 0;
  padding: 1rem;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
}
.list-article-vertical .date {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffe600;
  font-family: "Crimson Text", serif;
  margin: 0;
  padding: 0 0 8px;
  text-align: left;
}
.list-article-vertical .time {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  text-align: right;
}
.list-article-vertical a {
  display: block;
}
.list-article-vertical .description {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  text-align: justify;
}

.list-article-horizontal-inner {
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .list-article-horizontal-inner {
    width: 100% !important;
  }
}
.list-article-horizontal li {
  padding: 0 10px;
  position: relative;
  /*
      &:hover {
        .image {
          img {
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -o-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
            @include ease();
          }
        }
      }
  */
}
@media (max-width: 1024px) {
  .list-article-horizontal li {
    margin-bottom: 20px;
  }
}
.list-article-horizontal a {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  border: 5px solid #333;
  padding: 20px;
}
.list-article-horizontal .image {
  display: inline-block;
  vertical-align: middle;
  width: 240px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  float: none;
}
@media (max-width: 1024px) {
  .list-article-horizontal .image {
    width: 100%;
  }
}
.list-article-horizontal .text {
  width: calc(100% - 240px);
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 10px 10px;
}
@media (max-width: 768px) {
  .list-article-horizontal .text {
    width: 100%;
    padding: 0 !important;
  }
}
.list-article-horizontal .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 16px;
  text-align: left;
}
.list-article-horizontal .subtitle {
  font-size: 16px;
  font-size: 1.6rem;
}
.list-article-horizontal .cat {
  font-size: 14px;
  font-size: 1.4rem;
  background: rgba(126, 117, 100, 0.5);
  color: #fff;
  margin: 0 10px 0 0;
  padding: 1rem;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
}
.list-article-horizontal .date {
  text-align: right;
}
.list-article-horizontal .date time {
  font-size: 14px;
  font-size: 1.4rem;
  background: #f1211a;
  color: #fff;
  padding: 6px 10px;
}
.list-article-horizontal .description {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}
@media (max-width: 1024px) {
  .list-article-horizontal .description {
    padding: 0 0 10px;
  }
}

.list-article-full-inner {
  position: relative;
}
.list-article-full-inner:hover .image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .list-article-full-inner {
    margin-bottom: 20px;
  }
}
.list-article-full a {
  display: block;
}
.list-article-full .image {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.list-article-full .image .src {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.list-article-full .image .src:after {
  content: "";
  width: 100%;
  display: block;
  background: -webkit-gradient(linear, top bottom, color-stop(5%, rgba(0, 0, 0, 0.5)), color-stop(40%, transparent));
  background: -o-linear-gradient(bottom top, rgba(0, 0, 0, 0.5) 5%, transparent 40%);
  background: linear-gradient(bottom top, rgba(0, 0, 0, 0.5) 5%, transparent 40%);
  padding: 100% 0 0;
}
.list-article-full .date {
  background: rgba(255, 230, 0, 0.8);
  position: absolute;
  padding: 6px 10px;
  top: 0;
  right: 0;
}
.list-article-full .post-title {
  width: 80%;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}

.list-news {
  width: 100%;
  border: 1px solid #1e1e1e;
  border-width: 1px 0;
  padding: 32px;
  margin: auto;
}
@media (max-width: 768px) {
  .list-news {
    width: 98%;
    padding: 16px 0;
  }
}
.list-news-inner {
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .list-news-inner {
    width: 100% !important;
  }
}
.list-news a {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px dashed #eee;
  display: block;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.list-news li {
  padding: 0 10px;
  position: relative;
}
.list-news li:hover .image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-news li:last-child a {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.list-news .image {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  float: none;
}
.list-news .image .src:after {
  content: "";
  width: 100%;
  display: block;
  padding: 80% 0 0;
}
.list-news .image img {
  width: 100%;
  height: 120px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-news .text {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
.list-news .title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 100%;
  text-align: left;
}
.list-news .subtitle {
  font-size: 16px;
  font-size: 1.6rem;
}
.list-news .cat {
  font-size: 12px;
  font-size: 1.2rem;
  background: #f1211a;
  color: #fff;
  margin: 0;
  padding: 3px 6px;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
}
.list-news .date {
  min-width: 140px;
  display: inline-block;
  text-align: left;
}
@media (max-width: 1024px) {
  .list-news .date {
    font-size: 11px;
    font-size: 1.1rem;
    min-width: 100px;
  }
}
.list-news .description {
  font-size: 14px;
  font-size: 1.4rem;
  color: #181818;
  text-align: left;
}
@media (max-width: 1024px) {
  .list-news .description {
    padding: 0 0 10px;
  }
}
.list-news + .more {
  font-size: 12px;
  font-size: 1.2rem;
}
.list-news + .more svg {
  width: 12px;
  height: 12px;
}

.list-products {
  padding: 30px 0;
}
.list-products li {
  padding: 20px 0;
}
@media (max-width: 1024px) {
  .list-products li {
    padding: 20px 20px 0;
  }
}
.list-products li a {
  display: block;
  overflow: hidden;
}
.list-products li .image {
  width: 400px;
  background: no-repeat center center #eee;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  float: left;
}
@media (max-width: 1024px) {
  .list-products li .image {
    width: 100%;
    margin: 0 0 20px;
  }
}
.list-products li .image:after {
  content: "";
  display: block;
  padding: 100% 0 0;
}
.list-products li .text {
  overflow: hidden;
  padding: 0 0 0 40px;
}
@media (max-width: 1024px) {
  .list-products li .text {
    padding: 0 0 0 10px;
  }
}
.list-products li .title {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 16px;
}
.list-products li .subtitle {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .list-products li .subtitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.list-products li .description {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.list-products li .point {
  font-size: 14px;
  font-size: 1.4rem;
  background: #f1211a;
  border-radius: 10px;
  padding: 1em;
  margin-bottom: 16px;
}
.list-products li .link {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  background-color: #f1211a;
  margin: 10px 0;
  padding: 2px 20px;
}

.list-gallery li {
  padding: 0 10px 10px 0;
}
@media (max-width: 1024px) {
  .list-gallery li {
    padding: 20px 20px 0;
  }
}
.list-gallery li a {
  display: block;
  overflow: hidden;
}
.list-gallery li .image {
  width: 100%;
  background: no-repeat center center #eee;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-gallery li .image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-gallery li .image:after {
  content: "";
  display: block;
  background: none;
  padding: 70% 0 0;
}

.list-text li {
  margin: 0 6px 0 4px;
}
.list-text li i {
  font-size: 21px;
  font-size: 2.1rem;
  vertical-align: middle;
}

.list-linkjump-inner {
  margin-bottom: 60px;
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .list-linkjump-inner {
    width: 33.3333% !important;
    margin-bottom: 0;
  }
}
.list-linkjump article,
.list-linkjump li {
  position: relative;
}
@media (max-width: 1024px) {
  .list-linkjump article,
.list-linkjump li {
    margin-bottom: 20px;
  }
}
.list-linkjump .text {
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .list-linkjump .text {
    width: 100%;
  }
}
.list-linkjump strong {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 6px;
  text-align: left;
}
.list-linkjump .ruby {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  letter-spacing: 0.5em;
  font-style: italic;
}
@media (max-width: 768px) {
  .list-linkjump .ruby {
    letter-spacing: 0.2em;
  }
}
.list-linkjump .description {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  text-align: justify;
}
.list-linkjump a {
  display: block;
  position: relative;
}
.list-linkjump a:after {
  content: "¨‹";
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}

.list-check {
  font-size: 16px;
  font-size: 1.6rem;
  background: rgba(160, 134, 0, 0.05);
  border: 1px solid #a08600;
  margin-bottom: 16px;
  padding: 20px 30px;
}
.list-check li {
  padding: 0;
}
.list-check i {
  font-size: 20px;
  font-size: 2rem;
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 3px;
}

.list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-btn__items {
  width: calc(100% / 4);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 4);
          flex: 0 0 calc(100% / 4);
  padding: 10px;
}
@media (max-width: 768px) {
  .list-btn__items {
    width: calc(100% / 2);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
            flex: 0 0 calc(100% / 2);
  }
}
.list-btn__items a {
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #f1211a;
  color: #f1211a;
  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;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-btn__items a:hover {
  background-color: #f1211a;
  color: #fff;
}

.list-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-table h3 {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  background-color: #f1211a;
  color: #fff;
  margin: 40px 0 20px 0;
  padding: 10px 20px;
}
.list-table__items {
  font-size: 14px;
  font-size: 1.4rem;
  width: calc(100% / 4);
  border-bottom: 1px dashed #ccc;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 4);
          flex: 0 0 calc(100% / 4);
  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;
  padding: 10px;
}
@media (max-width: 768px) {
  .list-table__items {
    width: calc(100% / 2);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
            flex: 0 0 calc(100% / 2);
  }
}
.list-table__items a {
  color: #f1211a;
}

.list-summary {
  margin-bottom: 10px;
}
.list-summary .list-group-item {
  font-size: 14px;
  font-size: 1.4rem;
  border: 0;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  padding: 0.5rem 0;
}
@media (max-width: 768px) {
  .list-summary .list-group-item {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.list-summary .list-group-item img {
  max-width: 14px;
  max-height: 20px;
  margin-right: 10px;
}
.list-summary .list-group-item p {
  margin-bottom: 0;
}
.list-summary .list-group-item svg {
  width: 20px;
  color: #94908d;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  margin-right: 10px;
}
.list-summary.primary .list-group-item svg {
  color: #f1211a;
}

.gallery-item-light li:after {
  content: none !important;
}

/* ---------------------------------------------------
 - news
----------------------------------------------------*/
#main.news .post-content {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

/* ---------------------------------------------------
 - sitemap
----------------------------------------------------*/
#main .sitemap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .sitemap ul li {
  width: 60%;
  margin: 0 auto 10px auto;
}
@media (max-width: 768px) {
  #main .sitemap ul li {
    width: 95%;
  }
}
#main .sitemap ul li.last > a {
  display: none;
}
#main .sitemap ul li.last .lower li {
  width: 100%;
  margin: 0 auto 10px auto;
}
@media (max-width: 768px) {
  #main .sitemap ul li.last .lower li {
    width: 95%;
  }
}
#main .sitemap ul li a {
  width: 100%;
  color: #fff;
  background: #f1211a;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em;
}
#main .sitemap ul li a.btn {
  background: rgba(204, 204, 204, 0.3);
  border-radius: 10px;
}
@media (max-width: 1024px) {
  #main .sitemap ul li a {
    width: 100%;
  }
}
#main .sitemap ul li i,
#main .sitemap ul li svg {
  display: none;
}
#main .sitemap ul li .image {
  float: none;
}
#main .sitemap ul li .text {
  padding: 0 !important;
}
#main .sitemap ul li .text .ruby {
  color: #f1211a;
  display: block;
}
#main .sitemap ul li .lower a {
  width: 100%;
}
#main .sitemap ul li .lower .text {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 1024px) {
  #main .sitemap ul li .lower li {
    width: 33.3333% !important;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  #main .sitemap ul li .lower li {
    width: 100% !important;
    padding: 0 10px;
  }
}
#main .sitemap ul li .submenu {
  background: none;
  overflow: hidden;
  text-align: center;
}
#main .sitemap ul li .submenu.link {
  cursor: pointer;
}
#main .sitemap ul li .submenu.link strong {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #main .sitemap ul li .submenu.link strong {
    padding: 10px 2em;
  }
}
#main .sitemap ul li .submenu.link strong:before, #main .sitemap ul li .submenu.link strong:after {
  content: none;
}
#main .sitemap ul li .submenu:hover {
  background: none;
  color: #181818;
}
#main .sitemap ul li .submenu.go {
  cursor: pointer;
}
#main .sitemap ul li .submenu strong {
  font-size: 20px;
  font-size: 2rem;
  background: #fff;
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 10px 3em;
  text-align: left;
  z-index: 10;
}
@media (max-width: 768px) {
  #main .sitemap ul li .submenu strong {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 2em;
  }
}
#main .sitemap ul li .submenu strong:before, #main .sitemap ul li .submenu strong:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 400%;
  height: 1px;
  background-color: #e3decc;
}
#main .sitemap ul li .submenu strong:before {
  right: 100%;
}
#main .sitemap ul li .submenu strong:after {
  left: 100%;
}
@media (max-width: 768px) {
  #main .sitemap .inner, #main .sitemap .table table, .table #main .sitemap table, #main .sitemap .table2 table, .table2 #main .sitemap table {
    width: 95%;
    margin: 0 auto;
  }
}
#main .sitemap .lower-submenu-list {
  margin: 30px 0 0 0;
}
#main .sitemap .lower-submenu-item .text {
  text-align: left !important;
}
#main .sitemap .lower-submenu-item i {
  font-size: 12px;
  font-size: 1.2rem;
  color: #f1211a;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

/* ---------------------------------------------------
 - privacy
----------------------------------------------------*/
.privacy .section {
  font-family: ¥á¥¤¥ê¥ª, Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
}
.privacy .block {
  color: #333;
  text-align: left;
  margin-bottom: 2em;
}
@media (max-width: 1024px) {
  .privacy .block {
    text-align: justify;
  }
}

/* ---------------------------------------------------
 - faq
----------------------------------------------------*/
.faq strong {
  display: block;
  margin-bottom: 1em;
}
.faq dl {
  display: table;
}
.faq dt > span,
.faq dd > span,
.faq dt .question {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}
.faq dd > span {
  vertical-align: top;
}
.faq dt .question,
.faq dd p {
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 0;
  margin: 0;
  color: #232323;
}
.faq dd p {
  width: 100%;
  vertical-align: top;
  margin: 0;
  display: block;
}
.faq dd p > span {
  display: inline;
}
.faq dt {
  padding-bottom: 1em;
  margin: 20px;
}
.faq dd {
  margin: 20px;
}
.faq .question p {
  font-weight: bold;
}
.faq .anser {
  display: table-cell;
  text-align: left;
}
.faq .anser p {
  margin: 0 0 1em 0;
}
.faq .anser a {
  color: #f1211a;
}
.faq dt i {
  background: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  font-size: 20px;
  font-family: sans-serif;
  margin-right: 1em;
  display: inline-block;
}
.faq dd i {
  background: #ffe600;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  font-size: 20px;
  font-family: sans-serif;
  margin-right: 1em;
  display: inline-block;
}
.faq .list-faq {
  margin-top: 100px;
  text-align: justify;
}
.faq .list-faq-inner {
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .faq .list-faq-inner {
    width: 100% !important;
    margin-bottom: 0;
    padding: 0;
  }
}
.faq .list-faq-inner section {
  border: 1px dashed #ccc;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .faq .list-faq-inner .box {
    padding: 0;
  }
}
.faq .list {
  width: 60%;
  border: 1px dashed #ccc;
  border-radius: 6px;
  margin: 0 auto;
  padding: 30px;
  text-align: justify;
}
@media (max-width: 1024px) {
  .faq .list {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .faq .list {
    width: 100%;
  }
}
.faq .list a {
  color: #f1211a;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq .list a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq .list i {
  color: #f1211a;
  margin-right: 6px;
  vertical-align: middle;
}
.faq .list li {
  padding: 5px 0;
}

/* ---------------------------------------------------
 - parts
----------------------------------------------------*/
.parts-point {
  padding: 8px 14px;
  margin-bottom: 20px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}

.parts-pw {
  background: #f1211a;
  border-radius: 10px;
  padding: 1em;
  margin-bottom: 10px;
}

.parts-hf-style {
  position: relative;
}
.parts-hf-style:before, .parts-hf-style:after {
  content: "";
  width: 100%;
  height: 31px;
  position: absolute;
  left: 0;
  z-index: 10;
}
.parts-hf-style:before {
  background: url(../img/bg-header.png) top center repeat-x;
  top: 0;
}
.parts-hf-style:after {
  background: url(../img/bg-header-b.png) top center repeat-x;
  bottom: 0;
}

.parts-black {
  color: #000 !important;
}

.parts-white {
  color: #fff !important;
}
.parts-white + .ruby {
  color: #efdccf !important;
}
.parts-white:before {
  border: 1px solid white !important;
}
.parts-white:after {
  border: 1px solid white !important;
}

.parts-silver {
  color: #717171;
}

.parts-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(255, 255, 0, 0.5)));
  background: -o-linear-gradient(transparent 60%, rgba(255, 255, 0, 0.5) 0%);
  background: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.5) 0%);
}

.parts-em {
  font-weight: bold;
}

.parts-color {
  color: #f1211a;
}

.parts-radius-left {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.parts-radius-right {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}

.parts-radius {
  border-radius: 20px;
  overflow: hidden;
}

.parts-half {
  width: 50%;
}
@media (max-width: 1024px) {
  .parts-half {
    width: 90%;
  }
}

.parts-vertical-rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
}
.parts-vertical-rl .def {
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
}

.parts-shadow {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.parts-shadow_w {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.parts-box-shadow {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.parts-border {
  border: 1px #222 solid;
  padding: 8px;
  background: rgba(0, 0, 0, 0.7) !important;
}

.parts-attention {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #222;
  color: #fff;
  margin-bottom: 40px;
  padding: 20px;
}
@media (max-width: 768px) {
  .parts-attention {
    text-align: justify;
  }
}

.parts-note {
  font-size: 12px;
  font-size: 1.2rem;
  color: #c00;
}

.parts-radius50 {
  border-radius: 50%;
}

.parts-image-radius50 {
  padding: 0 10px;
}
.parts-image-radius50 img {
  border-radius: 50%;
}

.parts-reverse-lr .image {
  float: left;
}
.parts-reverse-lr .text {
  float: right;
}

.parts-reverse-tb .image {
  position: absolute;
  bottom: 0;
}
.parts-reverse-tb .text {
  position: absolute;
  top: 0;
}

.parts-fixed {
  background-attachment: fixed;
}

/* ---------------------------------------------------
back
----------------------------------------------------*/
/* ---------------------------------------------------
cover
----------------------------------------------------*/
/* ---------------------------------------------------
 - after
----------------------------------------------------*/
.after-clear,
.after-black,
.after-yellow,
.after-white,
.after-overlay,
.after-overlay2,
.after-blend,
.after-silver,
.after-white-slanting,
.after-white-slanting2,
.after-white-slanting3,
.after-image,
.after-image2,
.after-image3,
.after-image-color-left,
.after-intro,
.after-tf,
.after-menu,
.after-texture,
.after-texture2,
.after-texture3,
.after-bn {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

.after-white-slanting {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent #ffffff transparent;
  right: 0;
  top: -100px;
  left: unset;
}

.after-white-slanting2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 100vw;
  border-color: #ffffff transparent transparent transparent;
  right: unset;
  top: 0;
  left: 0;
}

/*
.after-intro {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23#f1211a' fill-opacity='0.1'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: bottom 0 center;
  background-size: cover;
  //background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
}
*/
.after-intro {
  background-position: center;
  background-size: cover;
  opacity: 0.3;
  background-repeat: no-repeat;
  z-index: -1;
}

.after-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: -1;
}
.after-image--fixed {
  background-attachment: fixed;
}

.after-image2 {
  background-position: center;
  background-size: 10%;
  opacity: 1;
  z-index: -1;
}

.after-image3 {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  background-position: center;
  opacity: 0.1;
  z-index: -1;
}

.after-image-color-left {
  -webkit-transform: skewX(150deg);
      -ms-transform: skewX(150deg);
          transform: skewX(150deg);
  background-position: center;
  opacity: 1;
  z-index: -1;
}

.after-texture {
  background-position: center;
  background-size: cover;
  opacity: 0.1;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  z-index: -1;
}

.after-texture2 {
  height: 80vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  opacity: 1;
  z-index: 0;
}
@media (max-width: 768px) {
  .after-texture2 {
    height: 40vh;
    background-size: cover;
    background-attachment: unset;
  }
}

.after-texture3 {
  background-position: center;
  background-attachment: fixed;
  opacity: 0.6;
  outline: 1px solid #806b44;
  outline-offset: -40px;
  z-index: -1;
}

.after-bn {
  background-position: center center;
  background-size: cover;
  opacity: 1;
  z-index: -1;
}

.after-tf {
  background-position: center;
  background-size: 3%;
  opacity: 0.6;
  z-index: -1;
}

.after-menu {
  background-position: center;
  opacity: 0.3;
  z-index: 10;
}

.after-clear {
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.after-black {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.after-yellow {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 216, 62, 0.95)), to(rgba(252, 228, 122, 0.8)));
  background: -o-linear-gradient(top, rgba(249, 216, 62, 0.95) 0%, rgba(252, 228, 122, 0.8));
  background: linear-gradient(to bottom, rgba(249, 216, 62, 0.95) 0%, rgba(252, 228, 122, 0.8));
  z-index: -1;
}

.after-white {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: -1;
}

.after-silver {
  background-color: #717171;
}

.after-fixed {
  background-attachment: fixed;
  background-size: cover;
  padding-top: 100%;
}

.after-overlay {
  background: url(../../scripts.php?img=img/vegas/overlays/05.png);
}

.after-overlay2 {
  background: url(../../scripts.php?img=img/vegas/overlays/01.png);
}

.after-rainbow {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#a6d900), to(#ff4454));
  background: -o-linear-gradient(top, #a6d900 0%, #ff4454 100%);
  background: linear-gradient(to bottom, #a6d900 0%, #ff4454 100%);
  -webkit-animation: huerotator 3s infinite alternate;
          animation: huerotator 3s infinite alternate;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  z-index: 5;
}

.after-blend {
  background: url(../img/top/blend.jpg);
  background-size: cover;
  mix-blend-mode: soft-light;
}
@media (max-width: 1024px) {
  .after-blend {
    background: none;
    mix-blend-mode: normal;
  }
}

.after-shine {
  width: 50%;
  height: 50px;
  background: rgba(251, 243, 162, 0.4);
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  border-radius: 50%;
}

/* @---------------------------------------------------
 @ bullets
----------------------------------------------------*/
#bullets {
  width: 80%;
  background: rgba(255, 255, 255, 0.5);
  border: 2px #f1211a solid;
  border-radius: 6px;
  margin: auto;
  text-align: left;
  /*
    width: 420px;
    background: rgba(#000,.85);
    border: $main-keycolor 2px solid;
    color: #fff;
    position: absolute;
    left: 30px;
    bottom: 175px;
    text-align: left;
    z-index: 200;
  */
}
@media (max-width: 768px) {
  #bullets {
    width: 100%;
    left: 0;
    bottom: 80px;
  }
}
@media (max-width: 768px) {
  #bullets ul {
    margin-bottom: 160px;
  }
}
#bullets li {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 2px 0;
}
@media (max-width: 768px) {
  #bullets li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#bullets i {
  font-size: 21px;
  font-size: 2.1rem;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}
#bullets .image {
  width: 30%;
  position: relative;
  overflow: hidden;
}
#bullets .image .src {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#bullets .image .src:after {
  content: "";
  display: block;
}
#bullets .list {
  width: 100%;
  padding: 30px 20px;
  position: relative;
  z-index: 10;
}

/* ---------------------------------------------------
facebook
----------------------------------------------------*/
#facebook {
  position: relative;
}
#facebook .split .plugin {
  height: 400px;
}
#facebook .split .text {
  height: 400px;
  position: relative;
}
@media (max-width: 1024px) {
  #facebook .split .text {
    height: auto;
    margin: 0 0 20px;
  }
}
#facebook .split .text .title {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  #facebook .split .text .title {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
#facebook .overlay {
  position: relative;
  z-index: 10;
}

/* ---------------------------------------------------
share
----------------------------------------------------*/
.social {
  text-align: center;
  font-size: 0;
}
@media (max-width: 768px) {
  .social {
    padding-top: 70px;
  }
}
.social ul {
  margin-bottom: 2em;
  padding-left: 0;
}
.social ul:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 768px) {
  .social ul {
    padding-left: 0;
  }
}
.social li {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0;
  float: left;
  margin-right: 10px;
}
.social li:first-child {
  padding-left: 0;
}
.social li:last-child {
  padding-right: 0;
}
.social li:after {
  content: none !important;
}
@media (max-width: 1024px) {
  .social li {
    padding: 20px 5px;
  }
}
.social li .social_likes_num {
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #ddd;
  padding: 10px 0;
  margin-bottom: 5px;
}
.social li a {
  color: #fff;
  display: block;
}
@media (max-width: 1024px) {
  .social li a {
    padding: 3px 5px;
  }
}

/* ---------------------------------------------------
 - effect
----------------------------------------------------*/
/* ---------------------------------------------------
 - lower
----------------------------------------------------*/
#lower main {
  padding: 0;
}
#lower .section {
  background: #fff;
}
#lower .section:nth-child(even) {
  background: #f5f5f5;
}
#lower .section:first-child {
  background-color: transparent;
}
#lower.contact .warning-box a[href^=tel] {
  color: #333;
  display: block;
}
#lower.contact .warning-box .header-contact__title--strong {
  font-size: 32px;
  font-size: 3.2rem;
  display: block !important;
}
#lower.about .c-box h2 {
  color: #f1211a;
}
@media (max-width: 1024px) {
  #lower.about .c-box h2 {
    margin: 0;
    padding: 0;
  }
}
#lower.recruit .post-content h2 {
  color: #f1211a;
}
#lower.flow .section-intro .post-content .aligncenter {
  text-align: center;
}
#lower.maker .section-intro .post-content .aligncenter {
  text-align: center;
}
#lower.benefit .section-intro .post-content .aligncenter {
  text-align: center;
}
#lower.benefit .box2 {
  font-size: 20px;
  font-size: 2rem;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  padding: 20px;
}
#lower.work .section-intro .post-content .aligncenter {
  text-align: center;
}
#lower.work .headcopy-benefit .subtitle {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 20px;
}

/* ---------------------------------------------------
 - extend
----------------------------------------------------*/
span.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-response-output {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

.post-content h2,
.post-content h3,
.post-content h4 {
  font-weight: 600;
}
.post-content .wp-caption-text {
  text-align: center;
}
.post-content .wp-caption-text .name {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", Meiryo, serif;
  font-weight: bold;
}

/* ---------------------------------------------------
 - MTS Simple Booking
----------------------------------------------------*/
.monthly-calendar table {
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
}
.monthly-calendar table caption {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: #666;
  text-align: center;
  caption-side: top;
}

.monthly-prev-next {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
}

.monthly-calendar table td {
  text-align: center !important;
}

.monthly-calendar table caption {
  text-align: center;
}

.mtssb-timetable-name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #f1211a;
}

.mtssb-daily-action {
  margin: 20px auto;
  text-align: center;
}

.monthly-calendar table .day-box.today {
  background-color: #ffffe0 !important;
}

.monthly-calendar table tbody th {
  background-color: #f1211a !important;
  color: #fff;
}

.monthly-calendar table .day-box.disable {
  background-color: rgba(238, 238, 238, 0.6) !important;
}

.monthly-calendar table td,
.monthly-calendar table th {
  font-size: 20px;
  font-size: 2rem;
  background: rgba(241, 33, 26, 0.1) !important;
}

.monthly-calendar table tr:nth-child(2n) td {
  background: rgba(241, 33, 26, 0.05) !important;
}

.monthly-calendar table thead th {
  background: #000 !important;
  color: #fff;
}

.calendar-mark {
  font-size: 30px;
  font-size: 3rem;
  font-family: monospace;
}

.calendar-daylink {
  color: #f1211a !important;
}

.content-form * {
  font-size: 18px!important;
  font-size: 1.8rem!important;
}

.content-form select {
  width: 60px;
  padding: 0.1rem 1rem;
  background-position: right;
}

.content-form fieldset {
  width: 100%;
}

.content-form label.field-item {
  display: block;
}

.content-form .booking-seimei {
  width: 100%;
  display: block;
  text-align: left;
}

.content-text.small-medium {
  width: 50%;
}
@media (max-width: 1024px) {
  .content-text.small-medium {
    width: 100%;
  }
}

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

#booking-option-table input[type=checkbox],
#booking-option-table input[type=radio] {
  width: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: initial !important;
}
#booking-option-table input {
  -moz-appearance: radio;
       appearance: radio;
  -webkit-appearance: radio;
}

.c-bn {
  font-size: 36px;
  font-size: 3.6rem;
  background-color: #f5f5f5;
  padding: 30px;
  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;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .c-bn {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-bn:hover {
  color: #f1211a;
}
.c-bn > * {
  font-weight: bold;
}
.c-bn svg {
  width: 60px;
  max-height: 60px;
  color: #f1211a;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .c-bn svg {
    width: 30px;
    max-height: 30px;
  }
}

.c-scrollbox {
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
  max-height: 300px;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow-y: scroll;
  padding: 32px;
}
.c-scrollbox h1,
.c-scrollbox h2,
.c-scrollbox h3,
.c-scrollbox h4 {
  margin-top: 0;
}
.c-scrollbox h4 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

.c-faq__item-header {
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 12px;
  padding: 12px 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-faq__item-header:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.c-faq__item-header[aria-expanded=true]:after {
  content: "";
}
.c-faq__item-body {
  text-align: left;
}
.c-faq__item-body p {
  margin-bottom: 12px;
}

.c-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 32px;
}
@media (max-width: 1024px) {
  .c-box {
    padding: 16px;
  }
}

.c-flow {
  counter-reset: number 0;
}
.c-flow__item {
  max-width: calc(100% / 4 - 50px);
  -webkit-box-flex: calc(100% / 4 - 50px);
      -ms-flex: calc(100% / 4 - 50px);
          flex: calc(100% / 4 - 50px);
  border: 1px solid #eee;
  padding: 12px;
  border-radius: 6px;
}
@media (max-width: 1024px) {
  .c-flow__item {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.c-flow__item-ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.c-flow__item-ttl:before {
  font-size: 20px;
  font-size: 2rem;
  color: #f1211a;
  counter-increment: number 1;
  content: "0" counter(number);
  margin-right: 8px;
}
.c-flow__item-body {
  font-size: 14px;
  font-size: 1.4rem;
}
.c-flow__arw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .c-flow__arw {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (max-width: 1024px) {
  .c-flow .row {
    margin: 0;
  }
}

.c-link {
  color: #1a0dab;
  text-decoration: underline;
}


/* ---------------------------------------------------
 - YOUTUBE
----------------------------------------------------*/
@media (max-width: 768px) {
  .youtube{
    height: 330px;
  }
}
@media (max-width: 375px) {
  .youtube{
    height: 230px;
  }
}


/*# sourceMappingURL=style.css.map */

/* ---------------------------------------------------
 - fixarea
----------------------------------------------------*/
.kantan-satei img{
	margin-right:5px;
}
