<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?-9gbcbi");
  src: url("/fonts/icomoon.eot?#iefix-9gbcbi") format("embedded-opentype"), url("/fonts/icomoon.woff?-9gbcbi") format("woff"), url("/fonts/icomoon.ttf?-9gbcbi") format("truetype"), url("/fonts/icomoon.svg?-9gbcbi#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\ea01";
}

.icon-arrow:before {
  content: "\ea02";
}

.icon-close:before {
  content: "\ea03";
}

.icon-check:before {
  content: "\ea04";
}

.icon-plus:before {
  content: "\ea05";
}

.icon-minus:before {
  content: "\ea06";
}

.icon-menu:before {
  content: "\ea07";
}

.icon-loupe:before {
  content: "\ea08";
}

.icon-sitemap:before {
  content: "\ea09";
}

.icon-tel:before {
  content: "\ea10";
}

.icon-mail:before {
  content: "\ea11";
}

.icon-cart:before {
  content: "\ea12";
}

.icon-logout:before {
  content: "\ea13";
}

.icon-login:before {
  content: "\ea14";
}

.icon-man:before {
  content: "\ea15";
}

.icon-setting:before {
  content: "\ea16";
}

.icon-facebook:before {
  content: "\ea17";
}

.icon-twitter:before {
  content: "\ea18";
}

.icon-instagram:before {
  content: "\ea19";
}

/*===========================================
Clear Settings
===========================================*/
html {
  -webkit-overflow-scrolling: touch;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
  line-height: 1.61;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  border: 0;
  color: #333333;
}

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

body {
  line-height: 1;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

.smp h1, .smp h2, .smp h3, .smp h4, .smp h5, .smp h6, .smp p, .smp li, .smp dt, .smp dd, .smp th, .smp td, .smp span, .smp strong, .smp em {
  font-weight: bold !important;
}

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

th, td {
  text-align: left;
  vertical-align: top;
}

strong {
  font-weight: normal;
}

em {
  font-style: normal;
}

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

input, select, textarea {
  vertical-align: middle;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
  border: 1px solid #cccccc;
}

img {
  vertical-align: top;
  border: none;
}

sup {
  position: relative;
  top: -4px;
}

sub {
  position: relative;
  top: 1px;
}

strong {
  letter-spacing: 2px;
  color: #001f6b;
}

em {
  background-image: -moz-linear-gradient(top, transparent 60%, rgba(0, 60, 209, 0) 0%, #003cd1 100%);
  background-image: -ms-linear-gradient(top, transparent 60%, rgba(0, 60, 209, 0) 0%, #003cd1 100%);
  background-image: -o-linear-gradient(top, transparent 60%, rgba(0, 60, 209, 0) 0%, #003cd1 100%);
  background-image: -webkit-gradient(linear, center top, center bottom, from(60%, transparent), to(rgba(0, 60, 209, 0) 0%, #003cd1 100%));
  background-image: -webkit-linear-gradient(top, transparent 60%, rgba(0, 60, 209, 0) 0%, #003cd1 100%);
  background-image: linear-gradient(top, transparent, 60% rgba(0, 60, 209, 0) 0%, #003cd1 100%);
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
a:link {
  text-decoration: underline;
  color: #001038;
}
a:visited {
  text-decoration: underline;
  color: #001038;
}
a:active {
  text-decoration: underline;
  color: #001038;
}
a:hover {
  text-decoration: none;
  color: #0037c0;
}
a:focus {
  -moz-outline-style: none;
}
a img {
  vertical-align: top;
  border: none;
}

::-moz-selection {
  text-shadow: none !important;
  background: #1c5dff;
  color: #ffffff;
}

::selection {
  text-shadow: none !important;
  background: #1c5dff;
  color: #ffffff;
}

/*===========================================
Base Layout
===========================================*/
#wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 2500px;
  min-height: 100vh;
  height: 100%;
  margin: auto;
  background: url(/images/bg.png) 0 0;
  overflow: hidden;
  z-index: 0;
}

#contents {
  display: flex;
  align-items: stretch;
  flex: 1 0 auto;
  position: relative;
  min-height: 100vh;
  margin: 50px 100px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #contents {
    flex-direction: column;
  }
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #contents {
    margin: 20px;
  }
}

#main {
  flex: 1;
  min-width: 0;
  word-break: break-all;
}
#main [class*="column_"] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main [class*="column_"] &gt; * {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #main [class*="column_"] &gt; * {
    width: 100% !important;
  }
}
#main .column_2 &gt; * {
  width: 47.5%;
}
#main .column_3 &gt; * {
  width: 31.6666666667%;
}
#main .column_4 &gt; * {
  width: 23.75%;
}

#side_l {
  order: -1;
  width: 240px;
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  #side_l {
    order: 0;
    width: auto;
  }
}

#side_r {
  width: 240px;
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  #side_r {
    width: auto;
  }
}

/* Movie Area */
#movie {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
#movie video {
  width: 100%;
  height: auto;
}

/* Keyvisual Area */
#visual {
  position: relative;
  max-width: 2500px;
  background: #ffffff;
  z-index: 0;
}

#visual_box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* width: 95% */
  max-width: 2500px;
  /* height: 90% */
  margin: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
#visual_box .carousel_nav, #visual_box .carousel_control {
  position: fixed;
}

/*===========================================
Header Setting Area
===========================================*/
header {
  position: relative;
  padding: 0 120px;
  background: #ffffff;
  -webkit-box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #dedede;
  z-index: 2;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  header {
    padding: 10px 20px;
  }
}
header #header {
  display: flex;
  align-items: center;
  width: 100%;
}
header #header #logo {
  flex: auto;
  padding: 5px;
}
header #header #logo img {
  width: auto;
  height: 45px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  header #header #logo img {
    height: 40px;
  }
}

.is_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50 !important;
  width: 100%;
  max-width: 2500px;
  margin: 0 auto;
  /* @include css3(box-shadow, 0 5px 10px rgba(0, 0, 0, 0.2)) */
}

/*===========================================
Footer Setting Area
===========================================*/
footer {
  position: relative;
  background: #ffffff;
  border-top: 1px solid #dedede;
  z-index: 1;
}
footer #footer {
  padding: 0 120px;
  border-bottom: 1px solid #dedede;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  footer #footer {
    padding: 0 20px;
  }
}
footer #footer #fnav {
  padding: 30px 0;
}
footer #footer #fnav &gt; ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  footer #footer #fnav &gt; ul {
    display: block;
  }
}
footer #footer #fnav &gt; ul &gt; li {
  width: 33.3333333333%;
  padding: 10px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  footer #footer #fnav &gt; ul &gt; li {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  footer #footer #fnav &gt; ul &gt; li {
    width: 100%;
  }
}
footer #footer #fnav &gt; ul &gt; li ul {
  padding: 5px 0;
}
@media screen and (max-width: 600px) {
  footer #footer #fnav &gt; ul &gt; li ul {
    display: none;
  }
}
footer #footer #fnav &gt; ul &gt; li ul a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #888888;
}
footer #footer #fnav &gt; ul &gt; li ul a span {
  color: inherit;
}
footer #footer #fnav &gt; ul a {
  display: block;
  position: relative;
  padding: 0 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-decoration: none;
  color: #111111;
}
footer #footer #fnav &gt; ul a span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: inherit;
  font-family: inherit;
}
footer #footer #fnav &gt; ul a span:hover {
  color: #001038;
}
footer #footer .connect {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
footer #footer .connect li {
  margin: 10px 20px;
  text-align: center;
}
footer #footer .connect li img {
  width: auto;
  height: 50px;
}
footer #footer .connect li span {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Yu Mincho", "YuMincho", serif;
}
footer #footer .connect a {
  text-decoration: none;
}
footer #footer_bottom {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 120px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  footer #footer_bottom {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  footer #footer_bottom {
    display: block;
  }
}
footer #footer_bottom #cnav {
  flex: auto;
  padding: 25px 0;
}
footer #footer_bottom #cnav ul {
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  footer #footer_bottom #cnav ul {
    display: flex;
  }
}
footer #footer_bottom #cnav li {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  footer #footer_bottom #cnav li {
    width: 50%;
    margin: 0;
    text-align: center;
  }
}
footer #footer_bottom #cnav a {
  display: block;
  position: relative;
  padding: 0 5px;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-decoration: none;
  color: #111111;
}
footer #footer_bottom #cnav a span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: inherit;
  font-family: inherit;
}
footer #footer_bottom #cnav a span:hover {
  color: rgba(0, 0, 0, 0.5);
}
footer #footer_bottom small {
  display: block;
  padding: 25px 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: 'Times New Roman', serif;
  text-align: center;
  color: #111111;
}
@media screen and (max-width: 600px) {
  footer #footer_bottom small {
    padding: 5px 0;
  }
}

/*===========================================
Common Setting Area
===========================================*/
#main &gt; section, #main nav, article &gt; section, article nav {
  padding: 40px 60px;
  text-align: center;
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  #main &gt; section, #main nav, article &gt; section, article nav {
    padding: 0 10px;
  }
}
#main &gt; section &gt; h1, #main nav &gt; h1, article &gt; section &gt; h1, article nav &gt; h1 {
  position: relative;
  padding: 40px 10px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #main &gt; section &gt; h1, #main nav &gt; h1, article &gt; section &gt; h1, article nav &gt; h1 {
    padding: 40px 0;
  }
}
#main &gt; section &gt; h1 span, #main nav &gt; h1 span, article &gt; section &gt; h1 span, article nav &gt; h1 span {
  display: block;
  font-family: inherit;
}
#main &gt; section &gt; h1:before, #main nav &gt; h1:before, article &gt; section &gt; h1:before, article nav &gt; h1:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-left: 15px solid #448e0e;
  border-right: 15px solid #c41818;
}
#main &gt; section &gt; h1:after, #main nav &gt; h1:after, article &gt; section &gt; h1:after, article nav &gt; h1:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 15px;
  height: 2px;
  background: #dedede;
}
#main &gt; section &gt; h1 ~ p, #main nav &gt; h1 ~ p, article &gt; section &gt; h1 ~ p, article nav &gt; h1 ~ p {
  display: inline-block;
  padding: 30px 100px;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #main &gt; section &gt; h1 ~ p, #main nav &gt; h1 ~ p, article &gt; section &gt; h1 ~ p, article nav &gt; h1 ~ p {
    padding: 30px 0;
  }
}
#main &gt; section &gt; h1 ~ figure, #main nav &gt; h1 ~ figure, article &gt; section &gt; h1 ~ figure, article nav &gt; h1 ~ figure {
  padding: 30px 0;
}
#main &gt; section &gt; h1 ~ figure img, #main nav &gt; h1 ~ figure img, article &gt; section &gt; h1 ~ figure img, article nav &gt; h1 ~ figure img {
  width: 100%;
  height: auto;
}
#main &gt; section &gt; h2, #main nav &gt; h2, article &gt; section &gt; h2, article nav &gt; h2 {
  position: relative;
  padding: 40px 10px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #main &gt; section &gt; h2, #main nav &gt; h2, article &gt; section &gt; h2, article nav &gt; h2 {
    padding: 40px 0;
  }
}
#main &gt; section &gt; h2 span, #main nav &gt; h2 span, article &gt; section &gt; h2 span, article nav &gt; h2 span {
  display: block;
  font-family: inherit;
}
#main &gt; section &gt; h2:before, #main nav &gt; h2:before, article &gt; section &gt; h2:before, article nav &gt; h2:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-left: 15px solid #448e0e;
  border-right: 15px solid #c41818;
}
#main &gt; section &gt; h2:after, #main nav &gt; h2:after, article &gt; section &gt; h2:after, article nav &gt; h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 15px;
  height: 2px;
  background: #dedede;
}
#main &gt; section &gt; h2 ~ p, #main nav &gt; h2 ~ p, article &gt; section &gt; h2 ~ p, article nav &gt; h2 ~ p {
  display: inline-block;
  padding: 30px 100px;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #main &gt; section &gt; h2 ~ p, #main nav &gt; h2 ~ p, article &gt; section &gt; h2 ~ p, article nav &gt; h2 ~ p {
    padding: 30px 0;
  }
}
#main &gt; section &gt; h2 ~ figure, #main nav &gt; h2 ~ figure, article &gt; section &gt; h2 ~ figure, article nav &gt; h2 ~ figure {
  padding: 30px 0;
}
#main &gt; section &gt; h2 ~ figure img, #main nav &gt; h2 ~ figure img, article &gt; section &gt; h2 ~ figure img, article nav &gt; h2 ~ figure img {
  width: 100%;
  height: auto;
}
#main &gt; section &gt; h3, #main nav &gt; h3, article &gt; section &gt; h3, article nav &gt; h3 {
  position: relative;
  padding: 40px 10px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #main &gt; section &gt; h3, #main nav &gt; h3, article &gt; section &gt; h3, article nav &gt; h3 {
    padding: 40px 0;
  }
}
#main &gt; section &gt; h3 span, #main nav &gt; h3 span, article &gt; section &gt; h3 span, article nav &gt; h3 span {
  display: block;
  font-family: inherit;
}
#main &gt; section &gt; h3:before, #main nav &gt; h3:before, article &gt; section &gt; h3:before, article nav &gt; h3:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-left: 15px solid #448e0e;
  border-right: 15px solid #c41818;
}
#main &gt; section &gt; h3:after, #main nav &gt; h3:after, article &gt; section &gt; h3:after, article nav &gt; h3:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 15px;
  height: 2px;
  background: #dedede;
}
#main &gt; section &gt; h3 ~ p, #main nav &gt; h3 ~ p, article &gt; section &gt; h3 ~ p, article nav &gt; h3 ~ p {
  display: inline-block;
  padding: 30px 100px;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #main &gt; section &gt; h3 ~ p, #main nav &gt; h3 ~ p, article &gt; section &gt; h3 ~ p, article nav &gt; h3 ~ p {
    padding: 30px 0;
  }
}
#main &gt; section &gt; h3 ~ figure, #main nav &gt; h3 ~ figure, article &gt; section &gt; h3 ~ figure, article nav &gt; h3 ~ figure {
  padding: 30px 0;
}
#main &gt; section &gt; h3 ~ figure img, #main nav &gt; h3 ~ figure img, article &gt; section &gt; h3 ~ figure img, article nav &gt; h3 ~ figure img {
  width: 100%;
  height: auto;
}
#main &gt; section &gt; h4, #main nav &gt; h4, article &gt; section &gt; h4, article nav &gt; h4 {
  position: relative;
  padding: 40px 10px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #main &gt; section &gt; h4, #main nav &gt; h4, article &gt; section &gt; h4, article nav &gt; h4 {
    padding: 40px 0;
  }
}
#main &gt; section &gt; h4 span, #main nav &gt; h4 span, article &gt; section &gt; h4 span, article nav &gt; h4 span {
  display: block;
  font-family: inherit;
}
#main &gt; section &gt; h4:before, #main nav &gt; h4:before, article &gt; section &gt; h4:before, article nav &gt; h4:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-left: 15px solid #448e0e;
  border-right: 15px solid #c41818;
}
#main &gt; section &gt; h4:after, #main nav &gt; h4:after, article &gt; section &gt; h4:after, article nav &gt; h4:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 15px;
  height: 2px;
  background: #dedede;
}
#main &gt; section &gt; h4 ~ p, #main nav &gt; h4 ~ p, article &gt; section &gt; h4 ~ p, article nav &gt; h4 ~ p {
  display: inline-block;
  padding: 30px 100px;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #main &gt; section &gt; h4 ~ p, #main nav &gt; h4 ~ p, article &gt; section &gt; h4 ~ p, article nav &gt; h4 ~ p {
    padding: 30px 0;
  }
}
#main &gt; section &gt; h4 ~ figure, #main nav &gt; h4 ~ figure, article &gt; section &gt; h4 ~ figure, article nav &gt; h4 ~ figure {
  padding: 30px 0;
}
#main &gt; section &gt; h4 ~ figure img, #main nav &gt; h4 ~ figure img, article &gt; section &gt; h4 ~ figure img, article nav &gt; h4 ~ figure img {
  width: 100%;
  height: auto;
}
#main &gt; section &gt; h5, #main nav &gt; h5, article &gt; section &gt; h5, article nav &gt; h5 {
  position: relative;
  padding: 40px 10px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #main &gt; section &gt; h5, #main nav &gt; h5, article &gt; section &gt; h5, article nav &gt; h5 {
    padding: 40px 0;
  }
}
#main &gt; section &gt; h5 span, #main nav &gt; h5 span, article &gt; section &gt; h5 span, article nav &gt; h5 span {
  display: block;
  font-family: inherit;
}
#main &gt; section &gt; h5:before, #main nav &gt; h5:before, article &gt; section &gt; h5:before, article nav &gt; h5:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-left: 15px solid #448e0e;
  border-right: 15px solid #c41818;
}
#main &gt; section &gt; h5:after, #main nav &gt; h5:after, article &gt; section &gt; h5:after, article nav &gt; h5:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 15px;
  height: 2px;
  background: #dedede;
}
#main &gt; section &gt; h5 ~ p, #main nav &gt; h5 ~ p, article &gt; section &gt; h5 ~ p, article nav &gt; h5 ~ p {
  display: inline-block;
  padding: 30px 100px;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #main &gt; section &gt; h5 ~ p, #main nav &gt; h5 ~ p, article &gt; section &gt; h5 ~ p, article nav &gt; h5 ~ p {
    padding: 30px 0;
  }
}
#main &gt; section &gt; h5 ~ figure, #main nav &gt; h5 ~ figure, article &gt; section &gt; h5 ~ figure, article nav &gt; h5 ~ figure {
  padding: 30px 0;
}
#main &gt; section &gt; h5 ~ figure img, #main nav &gt; h5 ~ figure img, article &gt; section &gt; h5 ~ figure img, article nav &gt; h5 ~ figure img {
  width: 100%;
  height: auto;
}
#main &gt; section &gt; h6, #main nav &gt; h6, article &gt; section &gt; h6, article nav &gt; h6 {
  position: relative;
  padding: 40px 10px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #main &gt; section &gt; h6, #main nav &gt; h6, article &gt; section &gt; h6, article nav &gt; h6 {
    padding: 40px 0;
  }
}
#main &gt; section &gt; h6 span, #main nav &gt; h6 span, article &gt; section &gt; h6 span, article nav &gt; h6 span {
  display: block;
  font-family: inherit;
}
#main &gt; section &gt; h6:before, #main nav &gt; h6:before, article &gt; section &gt; h6:before, article nav &gt; h6:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-left: 15px solid #448e0e;
  border-right: 15px solid #c41818;
}
#main &gt; section &gt; h6:after, #main nav &gt; h6:after, article &gt; section &gt; h6:after, article nav &gt; h6:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 15px;
  height: 2px;
  background: #dedede;
}
#main &gt; section &gt; h6 ~ p, #main nav &gt; h6 ~ p, article &gt; section &gt; h6 ~ p, article nav &gt; h6 ~ p {
  display: inline-block;
  padding: 30px 100px;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #main &gt; section &gt; h6 ~ p, #main nav &gt; h6 ~ p, article &gt; section &gt; h6 ~ p, article nav &gt; h6 ~ p {
    padding: 30px 0;
  }
}
#main &gt; section &gt; h6 ~ figure, #main nav &gt; h6 ~ figure, article &gt; section &gt; h6 ~ figure, article nav &gt; h6 ~ figure {
  padding: 30px 0;
}
#main &gt; section &gt; h6 ~ figure img, #main nav &gt; h6 ~ figure img, article &gt; section &gt; h6 ~ figure img, article nav &gt; h6 ~ figure img {
  width: 100%;
  height: auto;
}
#main &gt; section &gt; .btn, #main nav &gt; .btn, article &gt; section &gt; .btn, article nav &gt; .btn {
  text-align: center;
}
#main &gt; article, article &gt; article {
  background: #ffffff;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #main &gt; article, article &gt; article {
    padding: 0 20px;
  }
}
#main &gt; article &gt; h1, article &gt; article &gt; h1 {
  position: relative;
  padding: 80px 120px 0 120px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #main &gt; article &gt; h1, article &gt; article &gt; h1 {
    padding: 80px 0 0 0;
  }
}
#main &gt; article &gt; h2, article &gt; article &gt; h2 {
  position: relative;
  padding: 80px 120px 0 120px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #main &gt; article &gt; h2, article &gt; article &gt; h2 {
    padding: 80px 0 0 0;
  }
}
#main &gt; article &gt; h3, article &gt; article &gt; h3 {
  position: relative;
  padding: 80px 120px 0 120px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #main &gt; article &gt; h3, article &gt; article &gt; h3 {
    padding: 80px 0 0 0;
  }
}
#main &gt; article &gt; h4, article &gt; article &gt; h4 {
  position: relative;
  padding: 80px 120px 0 120px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #main &gt; article &gt; h4, article &gt; article &gt; h4 {
    padding: 80px 0 0 0;
  }
}
#main &gt; article &gt; h5, article &gt; article &gt; h5 {
  position: relative;
  padding: 80px 120px 0 120px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #main &gt; article &gt; h5, article &gt; article &gt; h5 {
    padding: 80px 0 0 0;
  }
}
#main &gt; article &gt; h6, article &gt; article &gt; h6 {
  position: relative;
  padding: 80px 120px 0 120px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #main &gt; article &gt; h6, article &gt; article &gt; h6 {
    padding: 80px 0 0 0;
  }
}

aside &gt; nav &gt; h1 {
  position: relative;
  padding: 80px 0 0 0;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
  text-align: center;
}
aside &gt; nav &gt; h2 {
  position: relative;
  padding: 80px 0 0 0;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
  text-align: center;
}
aside &gt; nav &gt; h3 {
  position: relative;
  padding: 80px 0 0 0;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
  text-align: center;
}
aside &gt; nav &gt; h4 {
  position: relative;
  padding: 80px 0 0 0;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
  text-align: center;
}
aside &gt; nav &gt; h5 {
  position: relative;
  padding: 80px 0 0 0;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
  text-align: center;
}
aside &gt; nav &gt; h6 {
  position: relative;
  padding: 80px 0 0 0;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
  text-align: center;
}

#pagination {
  display: table;
  margin: 0 auto;
  text-align: left;
}
#pagination li {
  display: inline-block;
}
#pagination a {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  margin: 0 3px;
  padding: 0 3px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
  color: #111111;
}
#pagination a:hover {
  background: #001038;
  color: #ffffff;
}
#pagination .current {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  margin: 0 3px;
  padding: 0 3px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
  background: #001038;
  color: #ffffff;
}

#nextprev {
  padding: 0 !important;
}
#nextprev ul {
  display: flex;
  justify-content: space-between;
}
#nextprev ul li {
  flex: 0 1 48%;
  overflow: hidden;
}
#nextprev ul a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 5px 25px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #888888;
  overflow: hidden;
}
#nextprev ul a:hover {
  color: #001038;
}
#nextprev ul a:hover span {
  color: inherit;
}
#nextprev ul .next {
  text-align: right;
}
#nextprev ul .next a:after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  -moz-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  -o-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
  vertical-align: middle;
}
#nextprev ul .prev {
  text-align: left;
}
#nextprev ul .prev a:before {
  content: "";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  -moz-transform: translate(0, -50%) rotate(-90deg);
  -ms-transform: translate(0, -50%) rotate(-90deg);
  -o-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
  vertical-align: middle;
}

.btn a {
  display: inline-block;
  position: relative;
  min-width: 25%;
  margin: 23px 0;
  padding: 15px 30px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
  border: 1px solid #3d3d3d;
  color: #111111;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .btn a {
    width: 80%;
  }
}
.btn a:hover {
  background: #001038;
  color: #ffffff;
}
.btn a:hover span {
  color: inherit;
}
.btn a:after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  -moz-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  -o-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 0;
}

.notes {
  margin: 0;
  text-align: left;
  list-style: none;
}
.notes li {
  margin-bottom: 5px;
  padding-left: 10px;
  text-indent: -10px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #555555;
}

/*===========================================
Parts Talbe
===========================================*/
table {
  margin-bottom: 3em;
}
table thead th {
  text-align: center;
}
table tbody tr:hover th, table tbody tr:hover td {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fafafa;
}
table th {
  padding: 8px 15px;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #cccccc;
}
table td {
  padding: 8px 15px;
  vertical-align: middle;
  border: 1px solid #cccccc;
}
table + .notes {
  margin-bottom: 3em;
}
table + .notes li {
  padding-left: 17px;
  font-size: 14px;
  font-size: 0.875rem;
  text-indent: -17px;
  color: #555555;
}
table.striped thead th {
  background: #001038;
  color: #ffffff;
}
table.striped tr:nth-child(odd) {
  background: #f9f9f9;
}
table.borderless {
  border: 1px solid #cccccc;
}
table.borderless th, table.borderless td {
  border: none;
  border-bottom: 1px solid #cccccc;
}

/*===========================================
Parts Form
===========================================*/
form .form_group {
  padding: 1em;
}
form .form_group input[type="text"], form .form_group input[type="email"], form .form_group input[type="password"], form .form_group textarea {
  width: 100%;
}
form .form_group input, form .form_group select, form .form_group textarea {
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #cccccc;
}
form .form_group input[type="text"], form .form_group input[type="email"], form .form_group input[type="file"], form .form_group input[type="password"], form .form_group textarea {
  margin-bottom: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #333333;
}
form .form_group input[type="text"].error, form .form_group input[type="email"].error, form .form_group input[type="file"].error, form .form_group input[type="password"].error, form .form_group textarea.error {
  background: #ffe5e5;
  -webkit-box-shadow: 0 0 10px 0 #f80000;
  -moz-box-shadow: 0 0 10px 0 #f80000;
  -ms-box-shadow: 0 0 10px 0 #f80000;
  -o-box-shadow: 0 0 10px 0 #f80000;
  box-shadow: 0 0 10px 0 #f80000;
  border: 1px solid #ffe5e5;
  color: #111111;
}
form .form_group input[type="text"]:focus, form .form_group input[type="email"]:focus, form .form_group input[type="file"]:focus, form .form_group input[type="password"]:focus, form .form_group textarea:focus {
  -webkit-box-shadow: 0 0 10px 0 #3498db;
  -moz-box-shadow: 0 0 10px 0 #3498db;
  -ms-box-shadow: 0 0 10px 0 #3498db;
  -o-box-shadow: 0 0 10px 0 #3498db;
  box-shadow: 0 0 10px 0 #3498db;
  border: 1px solid #9acced;
}
form .form_group .select {
  display: inline-block;
  position: relative;
}
form .form_group .select:after {
  content: "";
  font-family: "icomoon";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  padding: 7px 0;
  vertical-align: middle;
  pointer-events: none;
}
form .form_group select {
  margin-bottom: 5px;
  padding: 5px 50px 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #fafafa;
  background-image: -moz-linear-gradient(top, white 0%, #fafafa 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #fafafa));
  background-image: -webkit-linear-gradient(top, white 0%, #fafafa 100%);
  background-image: -o-linear-gradient(top, white 0%, #fafafa 100%);
  background-image: -ms-linear-gradient(top, white 0%, #fafafa 100%);
  background-image: linear-gradient(to bottom, white 0%, #fafafa 100%);
  border: 1px solid #ededed;
  color: #ffffff;
  text-align: left !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #cccccc;
  color: #333333;
}
form .form_group select.error {
  background: #ffe5e5;
  -webkit-box-shadow: 0 0 10px 0 #f80000;
  -moz-box-shadow: 0 0 10px 0 #f80000;
  -ms-box-shadow: 0 0 10px 0 #f80000;
  -o-box-shadow: 0 0 10px 0 #f80000;
  box-shadow: 0 0 10px 0 #f80000;
  border: 1px solid #ffe5e5;
}
form .form_group select:focus {
  -webkit-box-shadow: 0 0 10px 0 #3498db;
  -moz-box-shadow: 0 0 10px 0 #3498db;
  -ms-box-shadow: 0 0 10px 0 #3498db;
  -o-box-shadow: 0 0 10px 0 #3498db;
  box-shadow: 0 0 10px 0 #3498db;
  border: 1px solid #9acced;
}
form .form_group select::-ms-expand {
  display: none;
}
form .form_group .check {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
form .form_group .check:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 9px;
  line-height: 10px;
  text-align: center;
  border-right: 2px solid #d80000;
  border-bottom: 2px solid #d80000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
}
form .form_group .check:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #cccccc;
}
form .form_group .radio {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
form .form_group .radio:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: #d80000;
  opacity: 0;
  z-index: 1;
}
form .form_group .radio:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #cccccc;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
form .form_group .form_check input[type=checkbox] {
  display: none;
}
form .form_group .form_check input[type=checkbox]:checked + .check span {
  color: #d80000;
}
form .form_group .form_check input[type=checkbox]:checked + .check:before {
  opacity: 1;
}
form .form_group .form_check input[type=radio] {
  display: none;
}
form .form_group .form_check input[type=radio]:checked + .radio span {
  color: #d80000;
}
form .form_group .form_check input[type=radio]:checked + .radio:before {
  opacity: 1;
}
form .form_group input[type="checkbox"], form .form_group input[type="radio"] {
  position: absolute;
  top: 12px;
  left: -23px;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 24px 0px #ffffff;
  -moz-box-shadow: 24px 0px #ffffff;
  -ms-box-shadow: 24px 0px #ffffff;
  -o-box-shadow: 24px 0px #ffffff;
  box-shadow: 24px 0px #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  z-index: 2;
}
form .form_group input[type="checkbox"]:checked, form .form_group input[type="radio"]:checked {
  box-shadow: none;
}
form .form_group input[type="checkbox"].error + label:before, form .form_group input[type="radio"].error + label:before {
  top: 3px;
  left: 7px;
}
form .form_group input[type="checkbox"].error + label:after, form .form_group input[type="radio"].error + label:after {
  left: 1px;
  background: #ffe5e5;
  -webkit-box-shadow: 0 0 10px 0 #f80000;
  -moz-box-shadow: 0 0 10px 0 #f80000;
  -ms-box-shadow: 0 0 10px 0 #f80000;
  -o-box-shadow: 0 0 10px 0 #f80000;
  box-shadow: 0 0 10px 0 #f80000;
  border: 1px solid #ffe5e5;
}
form .form_group input[type="radio"].error + label:before {
  top: 5px;
  left: 5px;
}
form .form_group .upload-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
form .form_group .upload-area &gt; span {
  padding: 0.9em 1.8em;
  line-height: 1;
  background: #001038;
  background-image: -moz-linear-gradient(top, #001752 0%, #001038 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #001752), color-stop(100%, #001038));
  background-image: -webkit-linear-gradient(top, #001752 0%, #001038 100%);
  background-image: -o-linear-gradient(top, #001752 0%, #001038 100%);
  background-image: -ms-linear-gradient(top, #001752 0%, #001038 100%);
  background-image: linear-gradient(to bottom, #001752 0%, #001038 100%);
  border: 1px solid #00091f;
  color: #ffffff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  property: 10.9803921569%;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  cursor: pointer;
  margin: 0 0 0 10px;
  padding: 8px 16px;
  white-space: nowrap;
}
form .form_group .upload-area &gt; span:active {
  -webkit-box-shadow: inset 3px 3px 3px 0 #000b27;
  -moz-box-shadow: inset 3px 3px 3px 0 #000b27;
  -ms-box-shadow: inset 3px 3px 3px 0 #000b27;
  -o-box-shadow: inset 3px 3px 3px 0 #000b27;
  box-shadow: inset 3px 3px 3px 0 #000b27;
}
form .form_group .upload-area &gt; span:hover {
  background: #001038;
  background-image: -moz-linear-gradient(top, #001f6b 0%, #001752 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #001f6b), color-stop(100%, #001752));
  background-image: -webkit-linear-gradient(top, #001f6b 0%, #001752 100%);
  background-image: -o-linear-gradient(top, #001f6b 0%, #001752 100%);
  background-image: -ms-linear-gradient(top, #001f6b 0%, #001752 100%);
  background-image: linear-gradient(to bottom, #001f6b 0%, #001752 100%);
}
form .form_group .upload-area &gt; span.delete {
  padding: 0.9em 1.8em;
  line-height: 1;
  background: #dddddd;
  background-image: -moz-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: -o-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: -ms-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: linear-gradient(to bottom, #eaeaea 0%, #dddddd 100%);
  border: 1px solid #d0d0d0;
  color: #ffffff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  property: 86.6666666667%;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  color: #000000;
  cursor: pointer;
  padding: 8px;
}
form .form_group .upload-area &gt; span.delete:active {
  -webkit-box-shadow: inset 3px 3px 3px 0 #9b9b9b;
  -moz-box-shadow: inset 3px 3px 3px 0 #9b9b9b;
  -ms-box-shadow: inset 3px 3px 3px 0 #9b9b9b;
  -o-box-shadow: inset 3px 3px 3px 0 #9b9b9b;
  box-shadow: inset 3px 3px 3px 0 #9b9b9b;
}
form .form_group .upload-area &gt; span.delete:hover {
  background: #dddddd;
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: -ms-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #eaeaea 100%);
}
form .form_group .upload-area &gt; span.delete:before {
  content: "";
  font-family: "icomoon";
}
form .form_group .upload-area input[type="file"] {
  display: none;
}
form .form_group .upload-area input[type="text"] {
  order: -1;
  margin: 0;
}
form .form_group .upload-area input[type="text"]:disabled {
  background: #ffffff;
}
form .form_group .upload-area input[type="text"].error {
  background: #ffe5e5;
}
form .form_group input[type=button] {
  line-height: 0;
}
form .form_group label {
  display: block;
  margin-right: 10px;
  margin-bottom: 3px;
  text-align: left;
}
form .form_group label.required:after {
  content: '*';
  margin: 0 10px;
  color: #d80000;
}
form .form_group span.example {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  color: #888888;
}
form .form_group .form-package {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  form .form_group .form-package {
    flex-wrap: wrap;
  }
}
form .form_group .form-package label {
  margin-left: 10px;
  white-space: nowrap;
}
form .form_group .form-package label:first-child {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  form .form_group .form-package label {
    margin-left: 0;
  }
}
form .form-inline &gt; div {
  display: inline-block;
}

/*===========================================
Parts Thumbnail
===========================================*/
.parts_thumbnail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 30px 0;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .parts_thumbnail {
    display: block;
  }
}
.parts_thumbnail .thumbnail_box {
  flex: 1 1 auto;
  padding: 0 3%;
  text-align: center;
}
.parts_thumbnail .thumbnail_box &gt; * {
  display: inline-block;
  text-align: left;
}
.parts_thumbnail figure {
  flex: 0 0 38%;
  padding: 0 3%;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .parts_thumbnail figure {
    margin: 30px 0;
    padding: 0;
  }
}
.parts_thumbnail figure img {
  width: 100%;
  height: auto;
}

/*===========================================
Parts lineup
===========================================*/
.parts_lineup {
  margin: 30px 0;
}
.parts_lineup &gt; * {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .parts_lineup &gt; * {
    display: block;
  }
}
.parts_lineup &gt; *:nth-child(even) .lineup_box {
  order: -1;
}
.parts_lineup .lineup_box {
  flex: 1 1 auto;
  padding: 0 3%;
  text-align: center;
}
.parts_lineup .lineup_box &gt; * {
  display: inline-block;
  text-align: left;
}
.parts_lineup figure {
  flex: 0 0 38%;
  padding: 0 3%;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .parts_lineup figure {
    margin-bottom: 60px;
  }
}
.parts_lineup figure img {
  width: 100%;
  height: auto;
}

/*===========================================
Parts Gallery
===========================================*/
.parts_gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.parts_gallery &gt; * {
  flex: 0 1 31%;
  margin: 1%;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .parts_gallery &gt; * {
    flex: 0 1 48%;
  }
}
@media screen and (max-width: 600px) {
  .parts_gallery &gt; * {
    flex: 0 1 100%;
    margin-bottom: 30px;
  }
}
.parts_gallery &gt; * &gt; * {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.parts_gallery a {
  text-decoration: none;
}
.parts_gallery figure {
  order: -1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.parts_gallery figure:before {
  content: "";
  display: block;
  padding-top: 70.9219858156%;
}
.parts_gallery figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.parts_gallery.less:after {
  content: "";
  display: block;
  width: 31%;
  margin: 1%;
}

/*===========================================
Parts List
===========================================*/
.parts_list {
  display: flex;
  flex-direction: column;
}
.parts_list &gt; * {
  padding: 30px 0;
  border-top: 1px solid #cccccc;
}
.parts_list &gt; *:first-child {
  border: none;
}
.parts_list a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.parts_list figure {
  flex: 0 0 30%;
  order: -1;
  position: relative;
  margin-right: 30px;
  overflow: hidden;
}
.parts_list figure:before {
  content: "";
  display: block;
  padding-top: 70.9219858156%;
}
.parts_list figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

/*===========================================
Home Setting
===========================================*/
#home #contents {
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#home #main &gt; section, #home #main nav, #home article &gt; section, #home article nav {
  padding: 40px 120px;
}
@media screen and (max-width: 1024px) {
  #home #main &gt; section, #home #main nav, #home article &gt; section, #home article nav {
    padding: 0 20px;
  }
}

/*===========================================
Visual Area
===========================================*/
/*
#visual {
  position: relative;
  max-width: 1500px;
  height: 100vh;
  z-index: 0;
  &amp;:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    box-shadow: 0 -4px 10px -4px rgba(0, 0, 0, 0.5) inset;
    z-index: 1;
    pointer-events: none;
    @include responsive(m) {
      height: 100vh;
    }
  }
  #visual-box {
    position: fixed;
    left: 0;
    right: 0;
    width: inherit;
    height: inherit;
    margin: 0 auto;
    .carousel-box {
      height: 100%;
      &amp; &gt; * {
        position: relative;
        width: 100%;
        height: 100%;
        .txt-box {
          position: absolute;
          top: 50%;
          left: 150px;
          @include css3(transform, translate(0, -50%));
          z-index: 1;
          @include responsive(m) {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            @include css3(transform, translate(0, 0));
          }
          p {
            @include fontSize(30);
            font-family: "Yu Mincho", "YuMincho", serif;
            line-height: 1.5;
            @include css3(text-shadow, (0px 0px 5px #cccccc , 0px 0px 20px #dddddd, 0px 0px 40px #dddddd, 0px 0px 60px #dddddd, 0px 0px 80px #dddddd, 0px 0px 100px #dddddd));
            color: #111111;
            @include responsive(m) {
              position: absolute;
              top: 50%;
              left: 50%;
              @include css3(transform, translate(-50%, -50%));
            }
          }
          a {
            display: inline-block;
            position: relative;
            min-width: 25%;
            margin: 23px 0;
            padding: 10px 50px 10px 40px;
            @include fontSize(16);
            font-family: "Yu Mincho", "YuMincho", serif;
            white-space: nowrap;
            text-align: center;
            text-decoration: none;
            @include css3(text-shadow, (0px 0px 10px #cccccc , 0px 0px 20px #dddddd, 0px 0px 40px #dddddd, 0px 0px 60px #dddddd, 0px 0px 80px #dddddd, 0px 0px 100px #dddddd));
            @include css3(transition, 0.3s);
            border: 1px solid #3d3d3d;
            @include css3(box-shadow, (0px 0px 5px 3px rgba(204, 204, 204, 0.2), 0px 0px 5px 3px rgba(204, 204, 204, 0.2) inset));
            color: #111111;
            @include responsive(m) {
              @include css3(text-shadow, none);
              background: $baseColor;
              border: 1px solid $baseColor;
              color: #ffffff;
              span {
                color: inherit;
              }
            }
            &amp;:hover {
              @include css3(text-shadow, none);
              background: $baseColor;
              border: 1px solid $baseColor;
              @include css3(box-shadow, (0px 0px 5px 3px rgba(204, 204, 204, 0.2), 0px 0px 5px 3px rgba($baseColor, 0.2) inset));
              color: #ffffff;
              span {
                color: inherit;
              }
            }
            &amp;:after {
              @include icon(arrow);
              position: absolute;
              top: 50%;
              right: 10px;
              @include css3(transform, translate(0, -50%) rotate(90deg));
              @include fontSize(30);
              line-height: 0;
            }
          }
          .btn-link {
            @include responsive(m) {
              position: absolute;
              bottom: 60px;
              left: 50%;
              @include css3(transform, translate(-50%, 0));
            }
          }
        }
        img {
          position: absolute;
          top: 0;
          left: 50%;
          width: 100%;
          height: auto;
          @include css3(transform, translate(-50%, 0));
        }
      }
    }
    &amp;.portrait {
      .carousel-box {
        &amp; &gt; * {
          img {
            top: 0;
            @include css3(transform, translate(-50%, 0));
          }
        }
      }
    }
    &amp;.custom-carousel {
      .carousel-nav {
        .carousel-prev, .carousel-next {
          @include css3(box-shadow, none);
          background: none;
          &amp;:hover {
            &amp;:before {
              border-top: 2px solid #ffffff;
              border-left: 2px solid #ffffff;
              filter: drop-shadow(0 0 2px rgba(0, 0, 0, 1));
            }
          }
          &amp;:before {
            border-top: 2px solid #111111;
            border-left: 2px solid #111111;
            filter: drop-shadow(0 0 2px rgba(255, 255, 255, 1));
          }
        }
        .carousel-prev {
          left: 0;
        }
        .carousel-next {
          right: 0;
        }
      }
      .carousel-control {
        bottom: 10px;
      }
    }
  }
}

.sp {
  #visual {
    #visual-box {
      .carousel-box {
        &amp; &gt; * {
          overflow: hidden;
          &amp;:before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
          }
          &amp; &gt; img {
            width: auto;
            max-width: initial;
            height: 100%;
          }
        }
      }
    }
  }
}
*/
/*===========================================
Style Model Area
===========================================*/
#stylemodel_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #stylemodel_box {
    justify-content: space-between;
  }
}
#stylemodel_box &gt; section {
  flex: 0 0 30.6666666667%;
  margin: 0 10px 70px 10px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #stylemodel_box &gt; section {
    flex: 0 0 45.5%;
    margin: 0 0 50px 0;
  }
}
@media screen and (max-width: 600px) {
  #stylemodel_box &gt; section {
    flex: 0 0 100%;
  }
}
#stylemodel_box &gt; section:nth-child(1) {
  margin-left: 15%;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #stylemodel_box &gt; section:nth-child(1) {
    margin-left: 10px;
  }
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #stylemodel_box &gt; section:nth-child(1) {
    margin-left: 0;
  }
}
#stylemodel_box &gt; section:nth-child(2) {
  margin-right: 15%;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #stylemodel_box &gt; section:nth-child(2) {
    margin-right: 10px;
  }
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #stylemodel_box &gt; section:nth-child(2) {
    margin-right: 0;
  }
}
#stylemodel_box &gt; section a:hover .gimmick img {
  -webkit-transform: translate(0, 0) scale(1.1);
  -moz-transform: translate(0, 0) scale(1.1);
  -ms-transform: translate(0, 0) scale(1.1);
  -o-transform: translate(0, 0) scale(1.1);
  transform: translate(0, 0) scale(1.1);
}

/*===========================================
Catalog Area
===========================================*/
#catalog {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  padding: 70px 120px !important;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #catalog {
    display: block;
    padding: 0 !important;
  }
}
#catalog h2 {
  padding-bottom: 10px !important;
}
#catalog h2:before {
  display: none !important;
}
#catalog h2:after {
  display: none !important;
}
#catalog p {
  display: block !important;
  text-align: center !important;
}
#catalog .catalog_img {
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 19;
  grid-row-end: 20;
  margin: 0 100px;
  padding: 0 !important;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #catalog .catalog_img {
    margin: 0 20px;
  }
}
#catalog .catalog_img img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.1);
}
#catalog .btn {
  width: 100%;
  margin: 50px 0;
  text-align: center;
  list-style: none;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #catalog .btn {
    margin-bottom: 0;
  }
}
#catalog .btn li {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
}
#catalog .btn a {
  margin: 0;
  padding: 10px 70px;
  background: #111111;
  color: #ffffff;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #catalog .btn a {
    width: auto;
    padding: 10px 25px;
  }
}
#catalog .btn a:hover {
  background: #001038;
}
#catalog .btn a:after {
  display: none;
}
#catalog &gt; *:nth-child(1) {
  -ms-grid-row: 9;
  grid-row: 9;
  -ms-grid-column: 2;
}
#catalog &gt; *:nth-child(2) {
  -ms-grid-row: 10;
  grid-row: 10;
  -ms-grid-column: 2;
}
#catalog &gt; *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#catalog &gt; *:nth-child(4) {
  -ms-grid-row: 11;
  grid-row: 11;
  -ms-grid-column: 2;
}
#catalog &gt; *:nth-child(5) {
  -ms-grid-row: 11;
  grid-row: 12;
  -ms-grid-column: 2;
}

#catalog-detail #main {
  background: #ffffff;
}
#catalog-detail #catalog {
  padding: 70px 70px 70px 0 !important;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #catalog-detail #catalog {
    padding: 0 10px 30px 10px !important;
  }
}

/*===========================================
Fabric Area
===========================================*/
#fabric {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  margin-bottom: 20px;
  padding: 70px 120px !important;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #fabric {
    display: block;
    padding: 0 0 70px 0 !important;
  }
}
#fabric h2:before {
  display: none !important;
}
#fabric h2:after {
  display: none !important;
}
#fabric p {
  display: inline-block;
  margin: 20px;
  padding: 0 !important;
  text-align: left;
}
#fabric .fabric_img {
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 19;
  grid-row-end: 20;
  margin: 0 100px;
  padding: 0 !important;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #fabric .fabric_img {
    margin: 0 30px;
  }
}
#fabric .fabric_img img {
  width: 100%;
  height: auto;
}
#fabric .form_group {
  margin: 20px;
  padding: 0;
}
#fabric .form_group input[type="text"], #fabric .form_group input[type="email"], #fabric .form_group input[type="password"], #fabric .form_group textarea {
  width: 100%;
}
#fabric .form_group input, #fabric .form_group select, #fabric .form_group textarea {
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #cccccc;
}
#fabric .form_group input[type="text"], #fabric .form_group input[type="email"], #fabric .form_group input[type="file"], #fabric .form_group input[type="password"], #fabric .form_group textarea {
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #333333;
}
#fabric .form_group input[type="text"].error, #fabric .form_group input[type="email"].error, #fabric .form_group input[type="file"].error, #fabric .form_group input[type="password"].error, #fabric .form_group textarea.error {
  background: #ffe5e5;
  -webkit-box-shadow: 0 0 10px 0 #f80000;
  -moz-box-shadow: 0 0 10px 0 #f80000;
  -ms-box-shadow: 0 0 10px 0 #f80000;
  -o-box-shadow: 0 0 10px 0 #f80000;
  box-shadow: 0 0 10px 0 #f80000;
  border: 1px solid #ffe5e5;
  color: #111111;
}
#fabric .form_group input[type="text"]:focus, #fabric .form_group input[type="email"]:focus, #fabric .form_group input[type="file"]:focus, #fabric .form_group input[type="password"]:focus, #fabric .form_group textarea:focus {
  -webkit-box-shadow: 0 0 10px 0 #3498db;
  -moz-box-shadow: 0 0 10px 0 #3498db;
  -ms-box-shadow: 0 0 10px 0 #3498db;
  -o-box-shadow: 0 0 10px 0 #3498db;
  box-shadow: 0 0 10px 0 #3498db;
  border: 1px solid #9acced;
}
#fabric .form_group .error {
  display: block;
  padding: 10px 0;
  text-align: left;
  color: #f80000;
}
#fabric .form_package {
  display: flex;
}
#fabric .form_package input {
  margin-bottom: 0;
}
#fabric .form_package input[type=submit], #fabric .form_package button {
  min-width: 100px;
  margin-left: 10px;
  padding: 10px 35px;
  font-family: "Yu Mincho", "YuMincho", serif;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #111111;
  border: 1px solid #3d3d3d;
  color: #ffffff;
  cursor: pointer;
}
#fabric .form_package input[type=submit]:hover, #fabric .form_package button:hover {
  background: #001038;
}
#fabric .cancel {
  display: block;
  margin: 10px 0;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
#fabric .cancel a {
  font-size: inherit;
}
#fabric &gt; *:nth-child(1) {
  -ms-grid-row: 6;
  grid-row: 6;
  -ms-grid-column: 2;
}
#fabric &gt; *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#fabric &gt; *:nth-child(3) {
  -ms-grid-row: 7;
  grid-row: 7;
  -ms-grid-column: 2;
}
#fabric &gt; *:nth-child(4) {
  -ms-grid-row: 8;
  grid-row: 8;
  -ms-grid-column: 2;
}

#reserve h2 span {
  font-size: inherit;
}
#reserve h2 span:before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-right: 15px;
  vertical-align: middle;
  background: url(/images/tel.png) 0 0 no-repeat;
  background-size: contain;
}
#reserve p {
  letter-spacing: 3px;
}
#reserve p a {
  line-height: inherit;
}

#reserve-detail .read-list {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#reserve-detail .read-list li {
  margin-bottom: 10px;
}

/*===========================================
News Area
===========================================*/
#news .parts_gallery &gt; * {
  flex: 0 1 23%;
  margin: 1%;
  text-align: left;
  border: 1px solid #dedede;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #news .parts_gallery &gt; * {
    flex: 0 1 48%;
  }
}
#news .parts_gallery a {
  text-decoration: none;
}
#news .parts_gallery .gallery_box {
  padding: 15px;
}
#news .parts_gallery .news_tag {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 2px 15px;
  font-family: "Yu Mincho", "YuMincho", serif;
  vertical-align: bottom;
  line-height: 1;
  white-space: nowrap;
  background: #111111;
  color: #ffffff;
}
#news .parts_gallery .news_date {
  display: inline-block;
  margin-bottom: 5px;
  font-family: "Yu Mincho", "YuMincho", serif;
  line-height: 1;
  vertical-align: bottom;
  color: #888888;
}
#news .parts_gallery .news_title {
  padding: 5px 0;
  font-weight: normal;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #news .carousel-nav .carousel-prev {
    left: -20px;
  }
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #news .carousel-nav .carousel-next {
    right: -20px;
  }
}

/*===========================================
Season Area
===========================================*/
#season .parts_gallery &gt; * {
  flex: 0 1 23%;
  margin: 1%;
  text-align: left;
  border: 1px solid #dedede;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #season .parts_gallery &gt; * {
    flex: 0 1 48%;
  }
}
#season .parts_gallery a {
  text-decoration: none;
}
#season .parts_gallery .gallery_box {
  padding: 15px;
}
#season .parts_gallery .season_tag {
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
  vertical-align: bottom;
  line-height: 1;
  background: #111111;
  color: #ffffff;
}
#season .parts_gallery .season_date {
  display: inline-block;
  margin-bottom: 5px;
  font-family: "Yu Mincho", "YuMincho", serif;
  line-height: 1;
  vertical-align: bottom;
  color: #888888;
}
#season .parts_gallery .season_title {
  padding: 5px 0;
  font-weight: normal;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #season .carousel-nav .carousel-prev {
    left: -20px;
  }
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #season .carousel-nav .carousel-next {
    right: -20px;
  }
}

/*===========================================
News List Area
===========================================*/
#newslist #main &gt; section {
  height: 100%;
}
#newslist #main &gt; section h1:before, #newslist #main &gt; section h1:after {
  display: none;
}
#newslist .parts_list {
  padding: 30px 0;
  text-align: left;
}
#newslist .parts_list .news_tag {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 2px 15px;
  font-family: "Yu Mincho", "YuMincho", serif;
  vertical-align: bottom;
  line-height: 1;
  white-space: nowrap;
  background: #111111;
  color: #ffffff;
}
#newslist .parts_list .news_date {
  display: inline-block;
  margin-bottom: 5px;
  font-family: "Yu Mincho", "YuMincho", serif;
  line-height: 1;
  vertical-align: bottom;
  color: #888888;
}
#newslist .parts_list .news_title {
  padding: 5px 0;
  font-weight: normal;
}
#newslist #side_r {
  width: 300px;
  padding-right: 60px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #newslist #side_r {
    margin: 0 20px;
  }
}
#newslist #side_r .menu {
  margin: 50px 0;
  list-style: none;
}
#newslist #side_r .menu li:first-child a {
  border: none;
}
#newslist #side_r .menu a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-top: 1px solid #dedede;
  color: #888888;
}
#newslist #side_r .menu a:hover {
  color: #001038;
}
#newslist #side_r .menu a:hover span {
  color: inherit;
}
#newslist #side_r .menu a:after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 0;
}

/*===========================================
News Article Area
===========================================*/
#reading {
  margin-bottom: 50px;
  padding: 50px;
  border-bottom: 1px solid #dedede;
}
#reading &gt; * {
  margin-bottom: 30px;
  text-align: left;
  vertical-align: middle;
}
#reading &gt; h1 {
  clear: both;
  position: relative;
  padding: 30px 0;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
}
#reading &gt; h2 {
  clear: both;
  position: relative;
  padding: 30px 0;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
}
#reading &gt; h3 {
  clear: both;
  position: relative;
  padding: 30px 0;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
}
#reading &gt; h4 {
  clear: both;
  position: relative;
  padding: 30px 0;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
}
#reading &gt; h5 {
  clear: both;
  position: relative;
  padding: 30px 0;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
}
#reading &gt; h6 {
  clear: both;
  position: relative;
  padding: 30px 0;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
}
#reading .tag {
  display: block;
  float: left;
  padding: 2px 15px;
  font-family: "Yu Mincho", "YuMincho", serif;
  line-height: 1;
  white-space: nowrap;
  background: #111111;
  color: #ffffff;
}
#reading .date {
  display: block;
  float: right;
  font-family: "Yu Mincho", "YuMincho", serif;
  line-height: 1;
  color: #888888;
}
#reading .reading_box {
  clear: both;
}
#reading .reading_box &gt; * {
  margin-bottom: 30px;
  text-align: left;
  vertical-align: middle;
}
#reading .reading_box h1 {
  font-size: 39px;
  font-size: 2.4375rem;
}
#reading .reading_box h2 {
  font-size: 31px;
  font-size: 1.9375rem;
}
#reading .reading_box h3 {
  font-size: 25px;
  font-size: 1.5625rem;
}
#reading .reading_box h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
#reading .reading_box h5 {
  font-size: 16px;
  font-size: 1rem;
}
#reading .reading_box h6 {
  font-size: 13px;
  font-size: 0.8125rem;
}
#reading .reading_box strong, #reading .reading_box em, #reading .reading_box s {
  font-size: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  background-image: none;
  color: inherit;
}
#reading .reading_box strong {
  font-weight: bold;
}
#reading .reading_box em {
  font-style: italic;
}
#reading .reading_box blockquote {
  padding: 15px;
  background: #fdfdfd;
  border: 1px solid #dedede;
}
#reading .reading_box blockquote cite {
  display: block;
  margin-top: 10px;
  font-weight: normal;
  font-style: normal;
  text-align: right;
  color: #888888;
}
#reading .reading_box pre {
  width: 100%;
  padding: 15px;
  background: #fdfdfd;
  border: 1px solid #dedede;
  overflow-x: auto;
}
#reading .reading_box pre:after {
  content: '';
  display: inline-block;
  width: 15px;
}
#reading .reading_box p, #reading .reading_box li, #reading .reading_box dd, #reading .reading_box th, #reading .reading_box td {
  line-height: 2;
}
#reading .reading_box ul, #reading .reading_box ol {
  margin-left: 20px;
}
#reading .reading_box ul li, #reading .reading_box ol li {
  margin-bottom: 5px;
}
#reading .reading_box dl:first-child dt {
  margin-top: 0;
  margin-bottom: 5px;
}
#reading .reading_box dl dt {
  margin-top: 10px;
  margin-bottom: 10px;
}
#reading .reading_box table {
  width: 100%;
}
#reading .reading_box table th {
  white-space: nowrap;
}
#reading .reading_box img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 5px auto;
}
#reading .reading_box a {
  display: inline-block;
  vertical-align: baseline;
  color: #0044CC;
}
#reading .reading_box a:hover {
  -webkit-animation: zoom 0.3s;
  -moz-animation: zoom 0.3s;
  -ms-animation: zoom 0.3s;
  -o-animation: zoom 0.3s;
  animation: zoom 0.3s;
}
@keyframes zoom {
  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
#reading .reading_box .wp-block-gallery {
  margin-left: 0;
}
#reading .reading_box .alignleft, #reading .reading_box .aligncenter, #reading .reading_box .alignright {
  zoom: 1;
  display: block;
  float: none;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
#reading .reading_box .alignleft:before, #reading .reading_box .alignleft:after, #reading .reading_box .aligncenter:before, #reading .reading_box .aligncenter:after, #reading .reading_box .alignright:before, #reading .reading_box .alignright:after {
  content: "";
  display: table;
}
#reading .reading_box .alignleft:after, #reading .reading_box .aligncenter:after, #reading .reading_box .alignright:after {
  clear: both;
}
#reading .reading_box .wp-block-button a {
  display: inline-block;
  position: relative;
  min-width: 25%;
  padding: 10px 20px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #3d3d3d;
  color: #333333;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #reading .reading_box .wp-block-button a {
    width: 80%;
  }
}
#reading .reading_box .wp-block-button a:hover {
  background: #001038;
  color: #ffffff;
}
#reading .reading_box .wp-block-button a:hover span {
  color: inherit;
}
#reading .reading_box .wp-block-button a:after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  -moz-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  -o-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 0;
}
#reading .reading_box .wp-block-embed {
  display: block;
  width: 100%;
}
#reading .reading_box .wp-block-embed-twitter {
  content: "";
  font-family: "icomoon";
}

/*===========================================
Brands Area
===========================================*/
#brands {
  position: relative;
  padding: 40px 0;
  text-align: center;
  background: none !important;
  color: #111111;
}
#brands:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.3);
}
#brands h2 {
  -webkit-text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.7);
  -moz-text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.7);
  -ms-text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.7);
  -o-text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.7);
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.7);
  color: inherit;
}
#brands h2:before {
  display: none !important;
}
#brands h2:after {
  display: none !important;
}
#brands p {
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  -webkit-text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.7);
  -moz-text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.7);
  -ms-text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.7);
  -o-text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.7);
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.7);
  text-align: left;
  line-height: 3 !important;
  color: inherit;
  z-index: 1;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #brands p {
    padding: 0 5%;
    text-align: left;
  }
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #brands p .comma {
    display: none;
  }
}
#brands img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  max-width: 2500px;
  height: 100vh;
  margin: 0 auto;
  z-index: -1;
}
#brands.bg_show img {
  position: fixed;
}

#brandslist {
  padding: 0 120px;
}
#brandslist .parts_gallery {
  margin: 70px 0;
}
#brandslist .parts_gallery h2 {
  padding: 20px 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Yu Mincho", "YuMincho", serif;
}

#brandsdetail .parts_thumbnail {
  padding: 30px 100px;
  text-align: left;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #brandsdetail .parts_thumbnail {
    padding: 30px;
  }
}
#brandsdetail .parts_thumbnail .thumbnail_box {
  padding: 0;
}
#brandsdetail .parts_thumbnail p {
  line-height: 2;
}
#brandsdetail .parts_gallery {
  padding: 30px 0;
  list-style: none;
}
#brandsdetail .parts_gallery li img {
  width: 100%;
  height: auto;
}
#brandsdetail .column_2 {
  padding: 30px 0;
  list-style: none;
}
#brandsdetail .column_2 li img {
  width: 100%;
  height: auto;
}

/*===========================================
Concept Area
===========================================*/
#concept {
  margin: 30px 0;
  list-style: none;
}
#concept h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  border-bottom: 1px solid #ededed;
}
#concept p {
  padding: 0 20px;
  text-align: left;
  line-height: 2;
}

/*===========================================
History Area
===========================================*/
.history {
  margin: 30px 80px;
  padding: 20px 0;
  list-style: none;
  border-left: 6px solid #ededed;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .history {
    margin: 30px 0;
  }
}
.history li {
  margin-bottom: 30px;
}
.history dl {
  text-align: left;
}
.history dt {
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  line-height: 1.5;
}
.history dt:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -13px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #ededed;
}
.history dt span {
  display: block;
  font-size: inherit;
  font-family: inherit;
}
.history dd {
  margin-bottom: 20px;
  padding-left: 30px;
  line-height: 2.5;
}
.history dd.emphasis {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: bold;
  line-height: 1.5;
}
.history figure {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .history figure {
    display: block;
  }
}
.history figure img {
  flex: 0 0 49%;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

/*===========================================
Style Model Area
===========================================*/
.stylemodel:nth-of-type(odd) .gallery_box {
  order: -1;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .stylemodel:nth-of-type(odd) .gallery_box {
    order: 0;
  }
}
.stylemodel &gt; * {
  margin: 50px 0;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .stylemodel &gt; * {
    display: block;
    margin: 0;
  }
}
.stylemodel &gt; p {
  margin-top: 0;
}
.stylemodel .column_2 {
  margin: 50px 80px 120px 80px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .stylemodel .column_2 {
    margin: 50px 0;
  }
}
.stylemodel .text_box {
  text-align: left;
}
.stylemodel .text_box h2, .stylemodel .text_box h3 {
  margin-bottom: 50px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
}
.stylemodel .text_box p {
  line-height: 2;
  margin-bottom: 30px;
}
.stylemodel figure {
  margin-bottom: 30px;
}
.stylemodel figure img {
  width: 100%;
  height: auto;
}
.stylemodel .gallery_box &gt; h3 {
  margin-bottom: 20px;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
}
.stylemodel .gallery_box ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
  grid-gap: 20px;
  padding: 0;
  list-style: none;
}
.stylemodel .gallery_box ul li {
  border: 1px solid #dedede;
  overflow: hidden;
}
.stylemodel .gallery_box ul li:nth-child(1) {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 3;
}
.stylemodel .gallery_box ul li:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.stylemodel .gallery_box ul li:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.stylemodel .gallery_box ul img {
  width: 100%;
  height: auto;
}

.parts_thumbnail {
  align-items: center;
  padding-bottom: 30px;
  text-align: left;
}
.parts_thumbnail:nth-of-type(even) figure {
  order: -1;
}
.parts_thumbnail:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.parts_thumbnail .thumbnail_box {
  flex: 0 1 37%;
  padding: 0;
}
.parts_thumbnail .thumbnail_box h2 {
  position: relative;
  padding: 40px 10px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .parts_thumbnail .thumbnail_box h2 {
    padding: 40px 0;
  }
}
.parts_thumbnail .thumbnail_box h2:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-left: 15px solid #448e0e;
  border-right: 15px solid #c41818;
}
.parts_thumbnail .thumbnail_box h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 15px;
  height: 2px;
  background: #dedede;
}
.parts_thumbnail .thumbnail_box p {
  margin: 10px 0;
  line-height: 2;
}
.parts_thumbnail figure {
  flex: 0 0 58%;
  padding: 0;
}

.parts_lineup &gt; * {
  align-items: center;
  padding: 30px 0;
  text-align: left;
}

.parts_gallery {
  margin: 30px 0;
  list-style: none;
}
.parts_gallery li img {
  width: 100%;
  height: auto;
}

/*===========================================
Torso Area
===========================================*/
.torso img {
  width: 100%;
  height: auto;
}
.torso p {
  display: inline-block;
  text-align: left;
}
.torso p:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*===========================================
Lineup Area
===========================================*/
.lineup {
  padding: 50px 120px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .lineup {
    padding: 50px 20px;
  }
}
.lineup .lineup_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px 0;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .lineup .lineup_box {
    display: block;
    margin: 0;
  }
}
.lineup .lineup_box:nth-child(even) .lineup_text {
  order: -1;
}
.lineup .lineup_text {
  flex: 1 0 auto;
  text-align: center;
}
.lineup .lineup_text .lineup_text_box {
  display: inline-block;
  padding: 20px;
}
.lineup .lineup_img {
  flex: 0 0 30%;
}
.lineup .lineup_img:hover img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.lineup .lineup_img img {
  width: 100%;
  height: auto;
}

/*===========================================
Order Class Area
===========================================*/
.order_class {
  margin: 0 80px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .order_class {
    margin: 0;
  }
}
.order_class &gt; h1 {
  margin-bottom: 30px;
}
.order_class section {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
  background: #ffffff;
  border: 20px solid #f3f3f3;
}
.order_class section:last-child {
  margin-bottom: 0;
}
.order_class section &gt; * {
  padding: 0 50px;
  -webkit-transform: translate(0, -30%);
  -moz-transform: translate(0, -30%);
  -ms-transform: translate(0, -30%);
  -o-transform: translate(0, -30%);
  transform: translate(0, -30%);
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .order_class section &gt; * {
    padding: 0 10px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.order_class section h3 {
  position: relative;
  padding: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  background: rgba(0, 16, 56, 0.5);
  color: #ffffff;
  z-index: 1;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .order_class section h3 {
    margin-bottom: 20px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    background: #001038;
  }
}
.order_class section h3 span {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .order_class section h3 span {
    display: block;
  }
}
.order_class section figure {
  flex: 0 0 auto;
  order: -1;
  padding: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.order_class section figure img {
  width: 100%;
  height: auto;
}
.order_class section p {
  margin-bottom: 20px;
  line-height: 2;
  text-align: left;
}
.order_class section .order_class_price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .order_class section .order_class_price {
    display: block;
  }
}
.order_class section .order_class_price dl {
  flex: 0 0 49%;
  text-align: left;
}
.order_class section .order_class_price dt {
  padding: 15px 0;
  font-weight: bold;
  border-bottom: 1px solid #e2e2e2;
}
.order_class section .order_class_price dd {
  padding: 15px 0;
}
.order_class section .notes {
  margin-bottom: 20px;
}

/*===========================================
Price Area
===========================================*/
.price {
  margin: 0 80px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .price {
    margin: 0;
  }
}
.price table {
  width: 100%;
  margin: 30px 0;
}
.price table:last-child {
  margin-bottom: 0;
}
.price table th, .price table td {
  padding: 15px 0 15px 40px;
  border: none;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .price table th, .price table td {
    display: block;
  }
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .price table thead {
    display: none;
  }
}
.price table thead tr {
  border-bottom: 2px solid #001038;
}
.price table thead th {
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .price table thead th {
    white-space: normal;
  }
}
.price table thead th:first-child {
  padding-left: 0;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .price table tbody tr {
    display: block;
    margin-bottom: 10px;
    padding: 20px;
    background: #ffffff;
    border: 20px solid #f3f3f3;
  }
}
.price table tbody td {
  white-space: nowrap;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 600px) {
  .price table tbody td {
    white-space: normal !important;
  }
}
.price table tbody td:first-child {
  padding-left: 0;
}
.price table tbody td:nth-child(2) {
  white-space: normal;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .price table tbody td {
    padding-left: 0;
    padding-right: 0;
  }
  .price table tbody td:before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
  }
}

/*===========================================
Relation Area
===========================================*/
.relation ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.relation ul:before {
  content: "";
  display: block;
  width: 23.75%;
  height: 0;
  order: 1;
}
.relation ul:after {
  content: "";
  display: block;
  width: 23.75%;
  height: 0;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .relation ul {
    display: block;
  }
}
.relation ul li {
  width: 23.75%;
}
@media screen and (max-width: 1024px) {
  .relation ul li {
    width: 48.5%;
  }
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .relation ul li {
    width: 100%;
  }
}
.relation ul a {
  width: 100%;
  margin: 0 0 10% 0;
}
@media screen and (max-width: 1024px) {
  .relation ul a {
    margin-bottom: 7%;
  }
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .relation ul a {
    margin-bottom: 10px;
    text-align: left;
  }
}

/*===========================================
item Area
===========================================*/
#item #item_grid {
  padding: 50px 0 0 0;
}
#item #item_grid .model {
  margin-bottom: 26px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 26px 1fr 26px 1fr 26px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 26px auto;
  grid-template-rows: auto auto;
  grid-gap: 26px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 15px auto 15px auto 15px auto 15px auto;
    grid-template-rows: auto auto auto auto auto;
    grid-gap: 15px;
    margin-bottom: 0;
  }
}
#item #item_grid .model:nth-child(odd) &gt; *:nth-child(1) {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model:nth-child(odd) &gt; *:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1;
  }
}
#item #item_grid .model:nth-child(odd) &gt; *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 3;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model:nth-child(odd) &gt; *:nth-child(2) {
    -ms-grid-row: 3;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 3;
  }
}
#item #item_grid .model:nth-child(odd) &gt; *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model:nth-child(odd) &gt; *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
#item #item_grid .model:nth-child(odd) &gt; *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model:nth-child(odd) &gt; *:nth-child(4) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
#item #item_grid .model:nth-child(odd) &gt; *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model:nth-child(odd) &gt; *:nth-child(5) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
}
#item #item_grid .model:nth-child(even) &gt; *:nth-child(1) {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model:nth-child(even) &gt; *:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 3;
  }
}
#item #item_grid .model:nth-child(even) &gt; *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 7;
  grid-column: 3 / 5;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model:nth-child(even) &gt; *:nth-child(2) {
    -ms-grid-row: 3;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 3;
  }
}
#item #item_grid .model:nth-child(even) &gt; *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model:nth-child(even) &gt; *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
#item #item_grid .model:nth-child(even) &gt; *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model:nth-child(even) &gt; *:nth-child(4) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
#item #item_grid .model:nth-child(even) &gt; *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model:nth-child(even) &gt; *:nth-child(5) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
}
#item #item_grid .model:last-child &gt; h2 {
  display: none;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model:last-child &gt; h2 {
    display: block;
  }
}
#item #item_grid .model:last-child &gt; *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 2;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model:last-child &gt; *:nth-child(2) {
    -ms-grid-row: 3;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1;
  }
}
#item #item_grid .model:last-child &gt; *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model:last-child &gt; *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
#item #item_grid .model:last-child &gt; *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model:last-child &gt; *:nth-child(4) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
#item #item_grid .model:last-child &gt; *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model:last-child &gt; *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
#item #item_grid .model:last-child &gt; *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model:last-child &gt; *:nth-child(6) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
}
#item #item_grid .model:last-child &gt; *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model:last-child &gt; *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
}
#item #item_grid .model:last-child &gt; *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model:last-child &gt; *:nth-child(8) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model:last-child &gt; *:nth-child(9) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
}
#item #item_grid .model section, #item #item_grid .model article {
  position: relative;
  padding-bottom: 40px;
}
#item #item_grid .model section h2, #item #item_grid .model article h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 42px;
  padding: 8px 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
  word-break: keep-all;
  line-height: 1.2;
  z-index: 1;
  pointer-events: none;
}
#item #item_grid .model section img, #item #item_grid .model article img {
  width: 100%;
  height: auto;
}
#item #item_grid .model section .gimmick, #item #item_grid .model article .gimmick {
  border: 1px solid #dedede;
  overflow: hidden;
}
#item #item_grid .model section a:hover .gimmick img, #item #item_grid .model article a:hover .gimmick img {
  -webkit-transform: translate(0, 0) scale(1.1);
  -moz-transform: translate(0, 0) scale(1.1);
  -ms-transform: translate(0, 0) scale(1.1);
  -o-transform: translate(0, 0) scale(1.1);
  transform: translate(0, 0) scale(1.1);
}
#item #item_grid .model &gt; h2 {
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model &gt; h2 {
    margin-bottom: 30px;
  }
}
#item #item_grid .model &gt; h2 span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  color: #ffffff;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model &gt; h2 span {
    position: static;
    padding: 10px 15px;
    font-size: 22px;
    font-size: 1.375rem;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    background: #001038;
  }
}
#item #item_grid .model.tailored h2 {
  background: rgba(1, 1, 100, 0.5);
}
#item #item_grid .model.tailored &gt; h2 {
  background: #010165;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model.tailored &gt; h2 {
    background: none;
  }
  #item #item_grid .model.tailored &gt; h2 span {
    background: #010165;
  }
}
#item #item_grid .model.round h2 {
  background: rgba(6, 130, 125, 0.5);
}
#item #item_grid .model.round &gt; h2 {
  background: #06837d;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model.round &gt; h2 {
    background: none;
  }
  #item #item_grid .model.round &gt; h2 span {
    background: #06837d;
  }
}
#item #item_grid .model.vneck h2 {
  background: rgba(170, 115, 10, 0.5);
}
#item #item_grid .model.vneck &gt; h2 {
  background: #ab7207;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #item #item_grid .model.vneck &gt; h2 {
    background: none;
  }
  #item #item_grid .model.vneck &gt; h2 span {
    background: #ab7207;
  }
}

/*===========================================
Item Detail Area
===========================================*/
#itemdetail .stylemodel &gt; * {
  margin: 30px 0;
  padding: 30px 0;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #itemdetail .stylemodel &gt; * {
    display: block;
    padding: 0;
  }
}
#itemdetail .stylemodel &gt; * * {
  margin-bottom: 20px;
}
#itemdetail .stylemodel &gt; * .text_box {
  text-align: left;
}
#itemdetail .stylemodel &gt; * .text_box dl {
  margin-bottom: 50px;
}
#itemdetail .stylemodel &gt; * .text_box dt {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
}
#itemdetail .stylemodel &gt; * .text_box dd {
  line-height: 2;
}
#itemdetail .stylemodel &gt; * img {
  width: 100%;
  height: auto;
}
#itemdetail .stylemodel:nth-of-type(even) .text_box {
  order: -1;
}
#itemdetail .variation li {
  border: 1px solid #dedede;
}
#itemdetail .parts_gallery {
  margin: 30px 0;
  list-style: none;
}
#itemdetail .parts_gallery li {
  flex: 0 0 23%;
  margin: 10px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #itemdetail .parts_gallery li {
    flex: 0 0 45.5%;
  }
}
#itemdetail .parts_gallery img {
  width: 100%;
  height: auto;
}
#itemdetail .parts_gallery p {
  padding: 10px 0;
  font-family: "Yu Mincho", "YuMincho", serif;
}
#itemdetail .parts_thumbnail {
  align-items: center;
  padding: 30px 0;
  text-align: left;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #itemdetail .parts_thumbnail {
    padding: 0;
  }
}
#itemdetail .parts_lineup &gt; * {
  align-items: center;
  padding: 30px 0;
}
#itemdetail .parts_lineup &gt; * dt {
  display: block;
  margin-bottom: 50px;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  line-height: 2;
  text-align: left;
}
#itemdetail .parts_lineup &gt; * dt .sub_title {
  display: block;
  font-family: inherit;
}
#itemdetail .parts_lineup &gt; * dd {
  display: block;
  margin-bottom: 30px;
  line-height: 2;
  text-align: left;
}
#itemdetail .parts_gallery {
  margin: 30px 0;
  list-style: none;
}
#itemdetail .parts_gallery li img {
  width: 100%;
  height: auto;
}
#itemdetail .tailered &gt; figure {
  margin: 30px 0;
}
#itemdetail .tailered figure {
  position: relative;
  padding: 0 15px 15px 0;
}
#itemdetail .tailered figure:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 15px 0 0 15px;
  background: #010165;
  z-index: 0;
}
#itemdetail .tailered figure img {
  position: relative;
  z-index: 1;
}
#itemdetail .tailered .sub_title {
  color: #010165;
}
#itemdetail .round &gt; figure {
  margin: 30px 0;
}
#itemdetail .round figure {
  position: relative;
  padding: 0 15px 15px 0;
}
#itemdetail .round figure:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 15px 0 0 15px;
  background: #06837d;
  z-index: 0;
}
#itemdetail .round figure img {
  position: relative;
  z-index: 1;
}
#itemdetail .round .sub_title {
  color: #06837d;
}
#itemdetail .vneck &gt; figure {
  margin: 30px 0;
}
#itemdetail .vneck figure {
  position: relative;
  padding: 0 15px 15px 0;
}
#itemdetail .vneck figure:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 15px 0 0 15px;
  background: #ab7207;
  z-index: 0;
}
#itemdetail .vneck figure img {
  position: relative;
  z-index: 1;
}
#itemdetail .vneck .sub_title {
  color: #ab7207;
}
#itemdetail .formal &gt; figure {
  margin: 30px 0;
}
#itemdetail .formal figure {
  position: relative;
  padding: 0 15px 15px 0;
}
#itemdetail .formal figure:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 15px 0 0 15px;
  background: #001038;
  z-index: 0;
}
#itemdetail .formal figure img {
  position: relative;
  z-index: 1;
}
#itemdetail .formal .sub_title {
  color: #001038;
}

/*===========================================
Torso Area
===========================================*/
.torso img {
  width: 100%;
  height: auto;
}
.torso p {
  display: inline-block;
  text-align: left;
}
.torso p:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*===========================================
Lineup Area
===========================================*/
.lineup {
  padding: 50px 120px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .lineup {
    padding: 50px 20px;
  }
}
.lineup .lineup_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px 0;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .lineup .lineup_box {
    display: block;
    margin: 0;
  }
}
.lineup .lineup_box:nth-child(even) .lineup_text {
  order: -1;
}
.lineup .lineup_text {
  flex: 1 0 auto;
  text-align: center;
}
.lineup .lineup_text .lineup_text_box {
  display: inline-block;
  padding: 20px;
}
.lineup .lineup_img {
  flex: 0 0 30%;
}
.lineup .lineup_img:hover img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.lineup .lineup_img img {
  width: 100%;
  height: auto;
}

/*===========================================
Variation Area
===========================================*/
.variation .variation_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 80px;
  padding: 20px 50px 30px 50px;
  background: #ffffff;
  border: 20px solid #f3f3f3;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .variation .variation_box {
    display: block;
    margin: 30px 0;
  }
}
.variation .variation_box h3 {
  flex: 1 0 100%;
  margin: 30px 0 20px 0;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Yu Mincho", "YuMincho", serif;
}
.variation .variation_box h4 {
  flex: 1 0 100%;
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: left;
}
.variation .variation_box dl {
  flex: 0 1 49%;
  text-align: left;
}
.variation .variation_box dt {
  padding: 15px 0;
  font-weight: bold;
  border-bottom: 1px solid #e2e2e2;
}
.variation .variation_box dd {
  padding: 15px 0;
}

/*===========================================
Model Case Area
===========================================*/
.model_case .model_case_box {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  padding: 0 50px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .model_case .model_case_box {
    display: block;
    padding: 0;
  }
}
.model_case .model_case_box dl {
  width: calc(50% - 40px);
  margin: 0 20px;
  padding: 15px 10px;
  border-bottom: 1px solid #f3f3f3;
  zoom: 1;
}
.model_case .model_case_box dl:before, .model_case .model_case_box dl:after {
  content: "";
  display: table;
}
.model_case .model_case_box dl:after {
  clear: both;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .model_case .model_case_box dl {
    width: 100%;
    margin: 0;
  }
}
.model_case .model_case_box dt {
  float: left;
  padding: 5px;
}
.model_case .model_case_box dd {
  float: right;
  padding: 5px;
}
.model_case .notes {
  margin: 0 70px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .model_case .notes {
    margin: 0;
  }
}

/*===========================================
Relation Area
===========================================*/
.relation ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .relation ul {
    display: block;
  }
}
.relation ul li {
  width: 23.5%;
}
@media screen and (max-width: 1024px) {
  .relation ul li {
    width: 48.5%;
  }
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .relation ul li {
    width: 100%;
  }
}
.relation ul a {
  width: 100%;
  margin: 0 0 10% 0;
}
@media screen and (max-width: 1024px) {
  .relation ul a {
    margin-bottom: 7%;
  }
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .relation ul a {
    margin-bottom: 10px;
    text-align: left;
  }
}

/*===========================================
Shop Area
===========================================*/
#shop &gt; article h2 {
  padding: 40px 10px 10px 10px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #shop &gt; article h2 {
    padding: 40px 0;
  }
}
#shop .shop_list article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  text-align: left;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
  border-top: 1px solid #ededed;
}
#shop .shop_list article:first-child {
  border: none;
}
#shop .shop_list article:hover {
  background: #fafafa;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #shop .shop_list article {
    display: block;
    padding: 20px;
  }
}
#shop .shop_list article h3 {
  flex: 0 0 20%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  word-break: keep-all;
}
#shop .shop_list article .shop_detail {
  flex: 1 0 auto;
  margin-left: 30px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #shop .shop_list article .shop_detail {
    margin-left: 0;
  }
}
#shop .shop_list article .shop_detail &gt; * {
  margin: 10px 0;
}
#shop .shop_list article .shop_detail .action p {
  margin-top: 10px;
  margin-bottom: 10px;
}
#shop .shop_list article .shop_detail .tel {
  display: inline-block;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #shop .shop_list article .shop_detail .tel {
    display: block;
  }
}
#shop .shop_list article .shop_detail .tel a {
  padding: 0;
  border: none;
}
#shop .shop_list article .shop_detail .tel span {
  vertical-align: baseline;
}
#shop .shop_list article .shop_detail .tel span:before {
  display: inline-block;
  content: "";
  font-family: "icomoon";
  margin-right: 10px;
  vertical-align: baseline;
  font-size: 20px;
  font-size: 1.25rem;
}
#shop .shop_list article .shop_detail .tel-event {
  pointer-events: none;
}
#shop .shop_list article .shop_detail .tel-event a {
  text-decoration: none;
}
#shop .shop_list article .shop_detail .reserve {
  display: inline-block;
  margin-left: 15px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #shop .shop_list article .shop_detail .reserve {
    display: block;
    margin-left: 0;
  }
}
#shop .shop_list article .shop_detail .reserve a {
  display: inline-block;
  padding: 4px 20px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #111111;
}
#shop .shop_list article .shop_detail .reserve a:hover {
  background: #001038;
  color: #ffffff;
}
#shop .shop_list article .shop_tag {
  flex: 0 0 20%;
  margin-left: 30px;
  list-style: none;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #shop .shop_list article .shop_tag {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
#shop .shop_list article .shop_tag a {
  display: block;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #111111;
}
#shop .shop_list article .shop_tag a:hover {
  background: #001038;
  color: #ffffff;
}

/*===========================================
Shop Detail Area
===========================================*/
#shop .photo {
  padding: 50px 0;
  list-style: none;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #shop .photo {
    padding-bottom: 0;
  }
}
#shop .photo img {
  width: 100%;
  height: auto;
  padding: 15px;
}
#shop .shop_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
}
#shop .shop_box:hover {
  background: #ffffff;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #shop .shop_box {
    display: block;
    padding-bottom: 0;
  }
}
#shop .shop_box .shop_detail {
  flex: 1 0 auto;
  padding: 15px;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #shop .shop_box .shop_detail {
    display: inline-block;
  }
}
#shop .shop_box .shop_detail .shop_text {
  display: inline-block;
}
#shop .shop_box .shop_detail .shop_text &gt; * {
  margin: 15px 0;
}
#shop .shop_box .shop_detail .shop_text a {
  text-decoration: none;
}
#shop .shop_box .shop_detail p {
  text-align: left;
}
#shop .shop_box .shop_detail .action {
  text-align: left;
}
#shop .shop_box .shop_detail .action p {
  margin-top: 10px;
  margin-bottom: 10px;
}
#shop .shop_box .shop_detail .tel {
  display: inline-block;
  vertical-align: baseline;
}
#shop .shop_box .shop_detail .tel span {
  vertical-align: baseline;
}
#shop .shop_box .shop_detail .tel span:before {
  display: inline-block;
  content: "";
  font-family: "icomoon";
  margin-right: 10px;
  vertical-align: baseline;
  font-size: 20px;
  font-size: 1.25rem;
}
#shop .shop_box .shop_detail .tel-event {
  pointer-events: none;
}
#shop .shop_box .shop_detail .reserve {
  display: inline-block;
  margin-left: 15px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #shop .shop_box .shop_detail .reserve {
    display: block;
    margin-left: 0;
  }
}
#shop .shop_box .shop_detail .reserve a {
  display: inline-block;
  padding: 4px 20px;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #111111;
}
#shop .shop_box .shop_detail .reserve a:hover {
  background: #001038;
  color: #ffffff;
}
#shop .shop_box .shop_detail .btn {
  margin-top: 20px;
}
#shop .shop_box .shop_map {
  flex: 0 1 40%;
}
#shop .shop_box .shop_map img {
  width: 100%;
  height: auto;
  padding: 15px;
}
#shop .shop_view {
  position: relative;
  margin: 50px 15px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#shop .shop_view iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  point-event: none;
}

/*===========================================
Visiting Area
===========================================*/
#visiting #main &gt; article {
  text-align: center;
}
#visiting #main &gt; article &gt; h1 {
  margin-bottom: 30px;
}
#visiting #main &gt; article &gt; p {
  display: inline-block;
  padding: 30px 120px;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #visiting #main &gt; article &gt; p {
    padding: 30px;
  }
}
#visiting #main &gt; article &gt; figure {
  padding: 30px 120px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #visiting #main &gt; article &gt; figure {
    padding: 30px;
  }
}
#visiting #main &gt; article &gt; figure img {
  width: 100%;
  height: auto;
}
#visiting .strength {
  display: inline-block;
  margin: 30px 0;
  padding: 0 30px;
  text-align: left;
}
#visiting .strength &gt; li {
  margin: 20px 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  line-height: 2;
}
#visiting .item_list {
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding: 50px 0;
  background: #ffffff;
  border: 20px solid #f3f3f3;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #visiting .item_list {
    display: block;
    padding: 20px 0;
  }
}
#visiting .item_list dt {
  flex: 1 0 40%;
  position: relative;
  min-width: 30%;
  padding: 20px 50px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  white-space: nowrap;
  word-break: keep-all;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #visiting .item_list dt {
    margin-bottom: 20px;
    padding: 20px;
    white-space: normal;
  }
}
#visiting .item_list dt:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  margin: auto 0;
  background: #f3f3f3;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #visiting .item_list dt:after {
    top: auto;
    left: 50px;
    right: 50px;
    margin: 0 auto;
    width: auto;
    height: 1px;
  }
}
#visiting .item_list dd {
  flex: 1 1 auto;
  padding: 0 50px;
  text-align: left !important;
  line-height: 2;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #visiting .item_list dd {
    padding: 0 20px;
  }
}
#visiting .parts_gallery {
  margin: 30px 0;
}
#visiting .parts_gallery .parts_gallery_box dl {
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: left;
}
#visiting .parts_gallery .parts_gallery_box dt {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho", serif;
}
#visiting .shop_list {
  margin: 30px 0;
}
#visiting .shop_list section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  text-align: left;
  text-decoration: none;
  border-top: 1px solid #ededed;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #visiting .shop_list section {
    display: block;
    padding: 30px 20px;
  }
}
#visiting .shop_list section:first-child {
  border: none;
}
#visiting .shop_list section h3 {
  flex: 0 0 20%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  word-break: keep-all;
}
#visiting .shop_list section .shop_detail {
  flex: 1 0 auto;
  margin-left: 30px;
}
#visiting .shop_list section .shop_detail &gt; * {
  margin: 10px 0;
}
#visiting .shop_list section .shop_detail ul {
  list-style: none;
}
#visiting .shop_list section .shop_detail .tel {
  vertical-align: baseline;
}
#visiting .shop_list section .shop_detail .tel:before {
  display: inline-block;
  content: "";
  font-family: "icomoon";
  margin-right: 10px;
  vertical-align: baseline;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #visiting .shop_list section .shop_detail {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
#visiting .shop_list section .shop_area {
  flex: 0 0 20%;
  margin-left: 30px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #visiting .shop_list section .shop_area {
    margin-left: 0;
  }
}

/*===========================================
Order Flow Area
===========================================*/
.orderflow_thumbnail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 30px 0;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .orderflow_thumbnail {
    display: block;
  }
}
.orderflow_thumbnail:nth-of-type(even) figure {
  order: -1;
}
.orderflow_thumbnail .thumbnail_box {
  flex: 1 1 auto;
  padding: 0 3%;
  text-align: center;
}
.orderflow_thumbnail .thumbnail_box &gt; * {
  display: inline-block;
  margin-bottom: 10px;
  line-height: 2;
  text-align: left;
}
.orderflow_thumbnail figure {
  flex: 0 0 38%;
  padding: 0 3%;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .orderflow_thumbnail figure {
    margin: 30px 0;
    padding: 0;
  }
}
.orderflow_thumbnail figure img {
  width: 100%;
  height: auto;
}

/*===========================================
FAQ
===========================================*/
#faq {
  width: 100%;
  padding-left: 120px;
  padding-right: 120px;
  text-align: center;
}
#faq .read {
  display: inline-block;
  padding: 50px 30px;
  text-align: left;
}
#faq .read p {
  margin: 10px 0;
}
#faq section &gt; h2 {
  margin-bottom: 70px;
}
#faq .faq_box {
  padding: 30px 20px;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
#faq .faq_box:hover {
  background: #fafafa;
}
#faq .faq_box:first-child {
  border-top: none;
}
#faq .faq_box .faq_question {
  position: relative;
  padding-left: 40px;
  font-weight: normal;
  text-align: left;
}
#faq .faq_box .faq_question:before {
  content: "Q";
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  vertical-align: middle;
  background: #001038;
  border: 2px solid #001038;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  color: #ffffff;
}
#faq .faq_box .faq_answer {
  position: relative;
  height: 0;
  padding-left: 40px;
  text-align: left;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
#faq .faq_box .faq_answer:before {
  content: "A";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #001038;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  color: #001038;
}
#faq .faq_box .faq_answer span {
  display: block;
  margin: 10px 0;
}

/*===========================================
Contact Area
===========================================*/
#contact .read {
  margin: 50px 100px;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #contact .read {
    margin: 30px;
  }
}
#contact .read p {
  margin: 10px 0;
  text-align: left;
}
#contact .read ul {
  margin: 10px 0;
  text-align: left;
  list-style: none;
}
#contact .read ul li {
  margin: 5px 0;
  padding-left: 10px;
  text-indent: -10px;
}
#contact iframe {
  width: 100%;
  padding: 0 80px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #contact iframe {
    padding: 0;
  }
}

/*===========================================
Members Area
===========================================*/
#members #main h3 {
  padding: 40px 10px;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  word-break: keep-all;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #members #main h3 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 600px) {
  #members #main h3 + p {
    text-align: left;
  }
}
#members #main figure img {
  width: auto;
  max-width: 100%;
}
#members #main .btn {
  margin-top: 20px;
}
#members #main .caution {
  display: block;
  width: 80%;
  margin: 20px auto;
  padding: 10px 10px 20px 10px;
  background: #ffffff;
  border: 20px solid #f3f3f3;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #members #main .caution {
    width: 100%;
    padding: 20px 0;
  }
}
#members #main .caution dt {
  padding: 20px 50px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
  white-space: nowrap;
  word-break: keep-all;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #members #main .caution dt {
    margin-bottom: 20px;
    padding: 20px;
    white-space: normal;
  }
}
#members #main .caution dd {
  padding: 0 50px;
  text-align: left !important;
  line-height: 2;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #members #main .caution dd {
    padding: 0 20px;
  }
}
#members #main .caution dd ul {
  margin-left: 20px;
}

/*===========================================
Loading Setting Area
===========================================*/
#reserve-btn {
  position: fixed;
  bottom: 40px;
  right: 15px;
  padding: 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  -ms-box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  -o-box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  background: #ffffff;
  z-index: 100;
}
#reserve-btn #reserve-box {
  position: relative;
  width: 100%;
  height: 100%;
}
#reserve-btn a {
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #001038;
  border: 1px solid #3d3d3d;
  color: #ffffff;
}
#reserve-btn a:hover {
  background: #ffffff;
  color: #001038;
}
#reserve-btn .reserve-close {
  position: absolute;
  top: -35px;
  right: -35px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  -ms-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  -o-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: #ffffff;
  cursor: pointer;
}
#reserve-btn .reserve-close:before {
  content: "";
  font-family: "icomoon";
  display: inline-block;
  padding-top: 1px;
  color: #aaaaaa;
}
#reserve-btn .reserve-close span {
  opacity: 0;
}

/*===========================================
Loading Setting Area
===========================================*/
#loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  overflow: hidden;
  z-index: 1000;
}
#loading svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 50px;
}
#loading #loading_primary [class*="logo_"] {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#loading #loading_primary svg path {
  fill: #111111;
  stroke: #111111;
  /*線の色を指定する*/
  stroke-dasharray: 2000;
  /*線の間隔を指定する*/
  stroke-dashoffset: 0;
  /*線の位置を指定する(IEは効かない属性)*/
  stroke-width: 1;
  /*線の太さを指定する*/
  -webkit-animation: primary 2.5s ease-in forwards;
  animation: primary 2.5s ease-in forwards;
}
@-webkit-keyframes primary {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
    /*透過*/
  }
  50% {
    fill: transparent;
    /*透過*/
  }
  100% {
    stroke-dashoffset: 0;
    fill: #111111;
  }
}
@keyframes primary {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
    /*透過*/
  }
  50% {
    fill: transparent;
    /*透過*/
  }
  100% {
    stroke-dashoffset: 0;
    fill: #111111;
  }
}
#loading #loading_primary [class*="logo_brand_"] svg path {
  fill: #ffffff;
  stroke: #ffffff;
  /*線の色を指定する*/
  -webkit-animation: brand 2.5s ease-in forwards;
  animation: brand 2.5s ease-in forwards;
}
@-webkit-keyframes brand {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
    /*透過*/
  }
  50% {
    fill: transparent;
    /*透過*/
  }
  100% {
    stroke-dashoffset: 0;
    fill: #ffffff;
  }
}
@keyframes brand {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
    /*透過*/
  }
  50% {
    fill: transparent;
    /*透過*/
  }
  100% {
    stroke-dashoffset: 0;
    fill: #ffffff;
  }
}
#loading #loading_secondary {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#loading #loading_secondary [class*="logo_"] {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#loading #loading_secondary [class*="logo_brand_"] {
  flex: 1 1 auto;
  width: 0;
}
#loading #loading_secondary div:nth-child(1) {
  -webkit-animation: first 0.3s ease-in forwards;
  animation: first 0.3s ease-in forwards;
  animation-delay: 3s;
}
@-webkit-keyframes first {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes first {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
#loading #loading_secondary div:nth-child(2) {
  -webkit-animation: second 0.3s ease-in forwards;
  animation: second 0.3s ease-in forwards;
  animation-delay: 3.2s;
}
@-webkit-keyframes second {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes second {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
#loading #loading_secondary div:nth-child(3) {
  -webkit-animation: third 0.3s ease-in forwards;
  animation: third 0.3s ease-in forwards;
  animation-delay: 3.4s;
}
@-webkit-keyframes third {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes third {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
#loading .logo_brand_gy {
  background: #004473;
  fill: #ffffff;
  stroke: #ffffff;
}
#loading .logo_brand_spm {
  background: #001038;
  fill: #ffffff;
  stroke: #ffffff;
}
#loading .logo_brand_mt {
  background: #d30a4b;
  fill: #ffffff;
  stroke: #ffffff;
}
#loading .blink svg {
  animation: 0.15s linear infinite blink_effect;
}
@keyframes blink_effect {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.load-end {
  -webkit-animation: end 0.8s ease-in forwards;
  animation: end 0.8s ease-in-out forwards;
  animation-delay: 0.5s;
}

@-webkit-keyframes end {
  100% {
    top: -100vh;
    bottom: 100vh;
  }
}
@keyframes end {
  100% {
    top: -100vh;
    bottom: 100vh;
  }
}
/*===========================================
Grobal Navigation Area
===========================================*/
#gnav {
  position: relative;
  z-index: 100;
}
#gnav #gnavli {
  margin: 0;
  list-style: none;
  background: #ffffff;
}
#gnav li {
  display: inline-block;
  position: relative;
}
#gnav li &gt; ul {
  position: absolute;
  text-align: left;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 0;
  overflow: hidden;
}
#gnav li li {
  display: block;
  white-space: nowrap;
}
#gnav li li a {
  padding: 18px 20px;
  font-size: 16px;
  font-size: 1rem;
}
#gnav li li a:hover {
  background: #111111;
  color: #ffffff;
}
#gnav li li a:hover span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
#gnav .haschild {
  position: relative;
  padding-right: 5px;
}
#gnav .haschild:after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -moz-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  -o-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
#gnav a {
  display: block;
  position: relative;
  padding: 25px 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-decoration: none;
  color: #111111;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#gnav a:hover {
  background: #ffffff;
}
#gnav a span {
  font-size: inherit;
  font-family: inherit;
}
#gnav .gnav_underbar {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #001038;
  pointer-events: none;
}

/*===========================================
Side Grobal Navigation Area
===========================================*/
.sp #gnav {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  margin: auto;
  background: #001038;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transform: scale(5, 5);
  -moz-transform: scale(5, 5);
  -ms-transform: scale(5, 5);
  -o-transform: scale(5, 5);
  transform: scale(5, 5);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.sp #gnav #gnavli {
  display: table;
  margin: auto;
  padding: 100px 40px;
  background: transparent;
}
.sp #gnav #gnavli li {
  display: block;
}
.sp #gnav #gnavli li ul {
  position: static;
  height: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
  opacity: 1;
  overflow: hidden;
}
.sp #gnav #gnavli li ul span:before {
  content: "-";
  margin-right: 5px;
}
.sp #gnav a {
  display: block;
  padding: 20px 10px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.sp #gnav a:hover {
  background: none;
}
.sp #gnav a:hover span {
  color: rgba(255, 255, 255, 0.5);
}
.sp #gnav span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
}
.sp #gnav .haschild {
  position: relative;
}
.sp #gnav .haschild:after {
  display: none;
}
.sp #gnav .haschild .deploy {
  position: absolute;
  top: 20px;
  left: -30px;
}
.sp #gnav .haschild .deploy:before {
  content: "";
  font-family: "icomoon";
  display: block;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.sp #gnav .haschild .deploy.opn:before {
  content: "";
  font-family: "icomoon";
}
.sp #smart_menu {
  position: relative;
  z-index: 100;
}
.sp #smart_menu .menu {
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}
.sp #smart_menu .menu:before, .sp #smart_menu .menu:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  margin-top: 1px;
  background: #111111;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp #smart_menu .menu:before {
  top: 0;
}
.sp #smart_menu .menu:after {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.sp #smart_menu .menu span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  text-align: center;
  line-height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.opn_menu::-webkit-scrollbar {
  display: none;
}
.opn_menu #gnav {
  height: 100vh;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.opn_menu #smart_menu {
  position: fixed;
  top: 10px;
  right: 20px;
}
.opn_menu #smart_menu .menu:before {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #ffffff;
}
.opn_menu #smart_menu .menu:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #ffffff;
}
.opn_menu #smart_menu .menu span {
  opacity: 0;
}

/*===========================================
Grobal Navigation Scrolbar Area
===========================================*/
#gnav .custom_scroll {
  position: relative;
  /* overflow: hidden; 動作確認の為非表示*/
}
#gnav .custom_scroll .scroll_wrap {
  margin-right: -17px;
  /* ブラウザスクロールバーを消す */
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#gnav .custom_scroll .scrollbar_area {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3px;
  /* 自作スクロールバーの幅 */
  background-color: #dddddd;
  overflow: hidden;
}
#gnav .custom_scroll .scrollbar {
  background-color: #001038;
  cursor: pointer;
}
#gnav .custom_scroll .not_scrollbar .scroll_wrap {
  margin-right: -3px;
  /* オーバーレイスクロールバーの場合再調整 */
}
#gnav li .custom_scroll {
  position: absolute;
  height: 0;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  overflow: hidden;
}
#gnav li .scrollbar {
  height: 100px;
}

/*===========================================
Carousel Setting
===========================================*/
.custom-carousel {
  position: relative;
}
.custom-carousel[data-type="fade"] .carousel-box {
  display: block;
  position: relative;
}
.custom-carousel[data-type="fade"] .carousel-box &gt; * {
  position: absolute !important;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -ms-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  opacity: 0;
}
.custom-carousel[data-type="fade"] .carousel-box &gt; .active {
  opacity: 1;
}
.custom-carousel .carousel-area {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.custom-carousel .carousel-box {
  display: flex;
  width: inherit;
  height: inherit;
  margin-bottom: 20px;
}
.custom-carousel .carousel-box &gt; * {
  flex: 0 0 100%;
}
.custom-carousel .carousel-nav .carousel-prev, .custom-carousel .carousel-nav .carousel-next {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  z-index: 2;
}
.custom-carousel .carousel-nav .carousel-prev:hover, .custom-carousel .carousel-nav .carousel-next:hover {
  background: rgba(255, 255, 255, 0.5);
}
.custom-carousel .carousel-nav .carousel-prev:hover:before, .custom-carousel .carousel-nav .carousel-next:hover:before {
  border-top: 2px solid #111111;
  border-left: 2px solid #111111;
}
.custom-carousel .carousel-nav .carousel-prev:before, .custom-carousel .carousel-nav .carousel-next:before {
  content: '';
  display: block;
  position: relative;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.custom-carousel .carousel-nav .carousel-prev span, .custom-carousel .carousel-nav .carousel-next span {
  display: none;
  color: #ffffff;
}
.custom-carousel .carousel-nav .carousel-prev {
  left: -45px;
}
.custom-carousel .carousel-nav .carousel-prev:before {
  margin-left: 18px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.custom-carousel .carousel-nav .carousel-next {
  right: -45px;
}
.custom-carousel .carousel-nav .carousel-next:before {
  margin-left: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.custom-carousel .carousel-control {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  line-height: 1;
  white-space: nowrap;
  z-index: 2;
}
.custom-carousel .carousel-control span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background: #eeeeee;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.8);
  -ms-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.8);
  -o-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.8);
  color: #eeeeee;
  overflow: hidden;
  cursor: pointer;
}
.custom-carousel .carousel-control span.ctrl-active {
  background: #111111;
  color: #111111;
}

/*===========================================
Visual Area
===========================================*/
#visual .carousel-box {
  display: flex;
  flex-wrap: nowrap;
}
#visual .carousel-box &gt; div {
  flex: 0 0 auto;
  position: relative;
  width: 900px;
  height: 450px;
  margin: 0 auto;
  box-sizing: border-box;
}
#visual .carousel-box &gt; div img {
  width: 100%;
  height: auto;
}
#visual .carousel-box &gt; div .txt-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#visual .carousel-box &gt; div .txt-box p {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  line-height: 1.5;
  text-align: center;
  -webkit-text-shadow: 0px 0px 5px #cccccc, 0px 0px 20px #dddddd, 0px 0px 40px #dddddd, 0px 0px 60px #dddddd, 0px 0px 80px #dddddd, 0px 0px 100px #dddddd;
  -moz-text-shadow: 0px 0px 5px #cccccc, 0px 0px 20px #dddddd, 0px 0px 40px #dddddd, 0px 0px 60px #dddddd, 0px 0px 80px #dddddd, 0px 0px 100px #dddddd;
  -ms-text-shadow: 0px 0px 5px #cccccc, 0px 0px 20px #dddddd, 0px 0px 40px #dddddd, 0px 0px 60px #dddddd, 0px 0px 80px #dddddd, 0px 0px 100px #dddddd;
  -o-text-shadow: 0px 0px 5px #cccccc, 0px 0px 20px #dddddd, 0px 0px 40px #dddddd, 0px 0px 60px #dddddd, 0px 0px 80px #dddddd, 0px 0px 100px #dddddd;
  text-shadow: 0px 0px 5px #cccccc, 0px 0px 20px #dddddd, 0px 0px 40px #dddddd, 0px 0px 60px #dddddd, 0px 0px 80px #dddddd, 0px 0px 100px #dddddd;
  color: #111111;
}
#visual .carousel-box &gt; div .txt-box .utility {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#visual .carousel-box &gt; div .btn-link {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#visual .carousel-box &gt; div .btn-link a {
  display: inline-block;
  margin: 23px 0;
  padding: 10px 50px 10px 40px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-text-shadow: 0px 0px 10px #000000, 0px 0px 20px #333333, 0px 0px 40px #333333, 0px 0px 60px #333333, 0px 0px 80px #333333, 0px 0px 100px #333333;
  -moz-text-shadow: 0px 0px 10px #000000, 0px 0px 20px #333333, 0px 0px 40px #333333, 0px 0px 60px #333333, 0px 0px 80px #333333, 0px 0px 100px #333333;
  -ms-text-shadow: 0px 0px 10px #000000, 0px 0px 20px #333333, 0px 0px 40px #333333, 0px 0px 60px #333333, 0px 0px 80px #333333, 0px 0px 100px #333333;
  -o-text-shadow: 0px 0px 10px #000000, 0px 0px 20px #333333, 0px 0px 40px #333333, 0px 0px 60px #333333, 0px 0px 80px #333333, 0px 0px 100px #333333;
  text-shadow: 0px 0px 10px #000000, 0px 0px 20px #333333, 0px 0px 40px #333333, 0px 0px 60px #333333, 0px 0px 80px #333333, 0px 0px 100px #333333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2), 0px 0px 5px 3px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2), 0px 0px 5px 3px rgba(0, 0, 0, 0.2) inset;
  -ms-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2), 0px 0px 5px 3px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2), 0px 0px 5px 3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2), 0px 0px 5px 3px rgba(0, 0, 0, 0.2) inset;
  color: #ffffff;
}
#visual .carousel-box &gt; div .btn-link a:hover {
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
  background: #001038;
  border: 1px solid #001038;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2), 0px 0px 5px 3px rgba(0, 16, 56, 0.2) inset;
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2), 0px 0px 5px 3px rgba(0, 16, 56, 0.2) inset;
  -ms-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2), 0px 0px 5px 3px rgba(0, 16, 56, 0.2) inset;
  -o-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2), 0px 0px 5px 3px rgba(0, 16, 56, 0.2) inset;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2), 0px 0px 5px 3px rgba(0, 16, 56, 0.2) inset;
  color: #ffffff;
}
#visual .carousel-box &gt; div .btn-link a:hover span {
  color: inherit;
}
#visual .carousel-box &gt; div .btn-link a:after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  -moz-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  -o-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 0;
}
#visual .carousel-nav .carousel-prev {
  left: 0;
}
#visual .carousel-nav .carousel-next {
  right: 0;
}
#visual .carousel-control {
  bottom: -30px;
}

.sp #visual {
  margin-bottom: 0;
}
.sp #visual .carousel-box &gt; div {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.sp #visual .carousel-box .txt-box .utility {
  width: 80%;
}
.sp #visual .carousel-box .btn-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.sp #visual .carousel-box .btn-link a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.sp #visual .carousel-control {
  bottom: 30px;
}

/*===========================================
Gimmick Setting Area
===========================================*/
.gimmick {
  position: relative;
  -webkit-transform: translate(0, 10%);
  -moz-transform: translate(0, 10%);
  -ms-transform: translate(0, 10%);
  -o-transform: translate(0, 10%);
  transform: translate(0, 10%);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}
.gimmick img {
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.gimmick-start {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1 !important;
}

a:hover .gimmick img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*===========================================
Splash Area
===========================================*/
#splash {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 50px 100px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  z-index: 10;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #splash {
    padding: 30px;
  }
}
#splash .splash-area {
  background: #ffffff;
}
#splash .splash-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  padding: 40px;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #splash .splash-content {
    display: block;
    padding: 50px 20px;
  }
}
#splash .splash-content .new {
  margin-bottom: 30px;
}
#splash .splash-content .new span {
  display: inline-block !important;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 30px;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: bold;
  background: #f80000;
  color: #ffffff;
  box-sizing: border-box;
}
#splash .splash-content .new span:before, #splash .splash-content .new span:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
#splash .splash-content .new span:before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
}
#splash .splash-content .new span:after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #ffffff transparent transparent;
  border-style: solid;
}
#splash .splash-content .splash-title {
  padding-bottom: 10px !important;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  line-height: 1;
}
#splash .splash-content p {
  display: block !important;
  margin-bottom: 10px;
  text-align: center !important;
}
#splash .splash-content .catalog_img {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 19;
  grid-row-end: 20;
  margin: 0 50px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #splash .splash-content .catalog_img {
    margin: 0 20px;
  }
}
#splash .splash-content .catalog_img img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.1);
}
#splash .splash-content .btn {
  width: 100%;
  margin: 30px 0;
  text-align: center;
  list-style: none;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #splash .splash-content .btn {
    margin-bottom: 0;
  }
}
#splash .splash-content .btn li {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #splash .splash-content .btn li {
    min-width: 70%;
    margin-bottom: 0;
  }
}
#splash .splash-content .btn a {
  margin: 0;
  padding: 10px 70px;
  text-decoration: none;
  background: #111111;
  color: #ffffff;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #splash .splash-content .btn a {
    display: inline-block;
    width: 100%;
    padding: 10px 25px;
  }
}
#splash .splash-content .btn a:hover {
  background: #001038;
}
#splash .splash-content .btn a:after {
  display: none;
}
#splash .splash-content &gt; *:nth-child(1) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 8;
  grid-row: 8;
}
#splash .splash-content &gt; *:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 10;
  grid-row: 10;
}
#splash .splash-content &gt; *:nth-child(3) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 11;
  grid-row: 11;
}
#splash .splash-content &gt; *:nth-child(5) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 13;
  grid-row: 13;
}
#splash .splash-close {
  position: absolute;
  top: 15px;
  right: 40px;
  text-align: center;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  #splash .splash-close {
    top: 5px;
    right: 5px;
  }
}
#splash .splash-close:before {
  content: "";
  font-family: "icomoon";
  font-size: 20px;
  font-size: 1.25rem;
}
#splash .splash-close span {
  display: none;
}
#splash .custom-scroll {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.splash-on #splash {
  -webkit-animation: splash 2s ease-in forwards;
  animation: splash 2s ease-in forwards;
  animation-delay: 1.5s;
}
@-webkit-keyframes splash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes splash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*===========================================
Modal Area
===========================================*/
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: -1;
}
.modal .modal-wrap {
  position: relative;
  width: 80%;
  height: 80%;
  margin: 5% auto;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .modal .modal-wrap {
    height: 92%;
  }
}
.modal .modal-box {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}
.modal .modal-terms ol {
  display: table;
  list-style: none;
}
.modal .modal-terms dt {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 900;
}
.modal .modal-terms dd {
  color: #555555;
}
.modal .modal-terms dd ol {
  margin-left: 20px;
  list-style: decimal;
}
.modal .modal-terms dd ol ol {
  margin-top: 10px;
  margin-bottom: 20px;
}

.btn .modal-btn {
  display: inline-block;
  position: relative;
  min-width: 25%;
  margin: 23px 0;
  padding: 15px 30px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #3d3d3d;
  color: #111111;
  cursor: pointer;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .btn .modal-btn {
    width: 80%;
  }
}
.btn .modal-btn:hover {
  background: #001038;
  color: #ffffff;
}
.btn .modal-btn:hover span {
  color: inherit;
}
.btn .modal-btn:after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  -moz-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  -o-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 0;
}

.modal-opn {
  z-index: 200;
  animation: fadein-anim 0.5s linear forwards;
}

@keyframes fadein-anim {
  100% {
    opacity: 1;
  }
}
/*===========================================
Custom Scrollbar
===========================================*/
.custom-scroll {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.custom-scroll .scroll-area {
  height: 100%;
  margin-right: -17px;
  /* オーバーレイスクロールバーを消す */
  padding-right: 17px;
  /* オーバーレイスクロールバーを消す */
  background: #ffffff;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.custom-scroll .scroll-area.is-scrollbar {
  padding-right: 0;
}
.custom-scroll .scroll-content {
  margin-right: 4px;
  /* スクロールバーの幅 */
}
.custom-scroll .scrollbar-area {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4px;
  /* スクロールバーの幅 */
  margin: 10px 3px;
  background-color: #ececec;
}
.custom-scroll .scrollbar-area .scrollbar {
  background-color: #001038;
  cursor: grab;
}
.custom-scroll .scrollbar-area .scrollbar:active {
  cursor: grabbing;
}

/*===========================================
Custom Scrollbar
===========================================*/
.custom-scroll {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.custom-scroll .scroll-area {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.vertical .scroll-area {
  height: 100%;
  overflow-y: auto;
}
.vertical .scrollbar-area {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  width: 5px;
  background-color: #ece1e3;
  overflow: hidden;
}
.vertical .scroll-content {
  display: inline-block;
  padding: 10px 40px;
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .vertical .scroll-content {
    padding: 10px 20px;
  }
}
.vertical .scroll-content &gt; * {
  margin: 0;
  padding: 15px 0;
}
.vertical .scrollbar {
  width: 100%;
  background-color: #001038;
  cursor: grab;
}

.horizontal .scroll-area {
  overflow-x: auto;
}
.horizontal .scroll-content {
  display: inline-block;
  width: auto !important;
  padding: 0 0 10px 0;
}
.horizontal .scroll-content &gt; * {
  margin: 0;
  padding: 15px 0;
}
.horizontal .scrollbar-area {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 5px;
  background-color: #ece1e3;
  overflow: hidden;
}
.horizontal .scrollbar {
  height: 100%;
  background-color: #001038;
  cursor: grab;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>