@import url("https://fonts.googleapis.com/css?family=Montserrat");
header .inner .hdr-nav ul li a, article .page-title h2, #loopslider ul li .works-title.hover-title .works-tag, footer .footer-block02 .pagetop span, footer .footer-block02 .inner .float-right nav ul li a, .sb-slidebar #drawer ul li a {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.1em;
}

#topicpath ul li, table.form-table tbody tr th em, #loopslider ul li .works-title.hover-title .works-tag {
  font-size: 11px;
  font-size: 1.1rem;
}

footer .footer-block02 .inner .float-left h1 span, footer .footer-block02 .inner .float-right small {
  font-size: 13px;
  font-size: 1.3rem;
}

header .inner .hdr-nav ul li a, article .page-title h2 small, #loopslider ul li .works-title.hover-title .works-name, footer .footer-block02 .inner .float-right nav ul li a {
  font-size: 15px;
  font-size: 1.5rem;
}

.tabMenu li a span {
  font-size: 17px;
  font-size: 1.7rem;
}

input[type="submit"], input[type="button"] {
  font-size: 19px;
  font-size: 1.9rem;
}

footer .footer-block01 .half-inner .center-area .ftr-btn, .sb-slidebar #drawer ul li a {
  font-size: 21px;
  font-size: 2.1rem;
}

article .page-title h2 {
  font-size: 40px;
  font-size: 4.0rem;
}

.clear, .inner {
  zoom: 1;
}
.clear:before, .inner:before, .clear:after, .inner:after {
  display: table;
  content: '';
}
.clear:after, .inner:after {
  clear: both;
}

/* cmn
---------------------------------------- */
body {
  position: relative;
}

.pc-block {
  display: inline-block !important;
}

.tab-block {
  display: none !important;
}

.sp-block {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .pc-block {
    display: none !important;
  }

  .tab-block {
    display: inline-block !important;
  }
}
@media screen and (max-width: 640px) {
  .sp-block {
    display: inline-block !important;
  }
}
::selection {
  color: #fff;
  background: #b60005;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

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

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

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

.inner {
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  .inner {
    padding: 0 3.125vw;
  }
}

.mgB20 {
  margin-bottom: 20px;
}

#cboxTitle {
  background-color: #fff;
  padding-right: 20px;
}
@media screen and (max-width: 640px) {
  #cboxTitle {
    font-size: 1vw;
  }
}

/* header
---------------------------------------- */
header {
  position: absolute;
  top: 0;
  width: calc(100.0vw - (100.0vw - 100%));
  height: 60px;
  z-index: 1000;
}
header .inner {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  header .inner {
    padding-right: 0;
  }
}
header .inner h1 {
  float: left;
  margin-top: 5px;
}
header .inner h1 img {
  width: 174px;
}
/* header .inner h1 img.logo-rd {
  display: none;
} */
header .inner .btn-open {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .inner .btn-open {
    position: relative;
    display: block;
    float: right;
    width: 52px;
    height: 28px;
    margin: 15px 15px 0 auto;
    color: transparent;
    font: 0/0 a;
  }
  header .inner .btn-open:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 100%;
    height: 5px;
    background: #7d7d7d;
  }
  header .inner .btn-open:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 100%;
    height: 5px;
    background: #7d7d7d;
  }
}
@media screen and (max-width: 640px) {
  header .inner .btn-open {
    width: 8.843537vw;
    height: 4.749788vw;
    margin: 5.089059vw 2.968617vw 0 auto;
  }
  header .inner .btn-open:before {
    height: 0.848176vw;
  }
  header .inner .btn-open:after {
    height: 0.848176vw;
  }
}
header .inner .hdr-nav {
  display: block;
  float: right;
}
@media screen and (max-width: 1024px) {
  header .inner .hdr-nav {
    display: none;
  }
}
header .inner .hdr-nav ul li {
  float: left;
  margin: 10px 0 0 30px;
}
header .inner .hdr-nav ul li a {
  color: #969696;
  line-height: 40px;
}
header .inner .hdr-nav ul li:last-child a {
  display: block;
  width: 150px;
  height: 40px;
  color: #fff;
  background: #969696;
  text-align: center;
  vertical-align: middle;
}
header.fixed {
  position: fixed;
  top: 0;
  background: #fff;
  -moz-box-shadow: 0 2px 2px rgba(51, 51, 51, 0.15);
  -webkit-box-shadow: 0 2px 2px rgba(51, 51, 51, 0.15);
  box-shadow: 0 2px 2px rgba(51, 51, 51, 0.15);
}
header.fixed .inner h1 img.logo-rd {
  display: inline-block;
}
header.fixed .inner h1 img.logo-gr {
  display: none;
}
/* header.fixed .inner .btn-open {
  background: #b60005;
} */
header.fixed .inner .hdr-nav ul li a {
  color: #48525a;
}
header.fixed .inner .hdr-nav ul li:last-child a {
  color: #fff;
  border-color: #48525a;
  background: #48525a;
}

/* topicpath
---------------------------------------- */
#topicpath {
  height: 40px;
  margin-top: 60px;
  background: #48525a;
}
#topicpath ul li {
  float: left;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
}
#topicpath ul li a {
  margin-right: 10px;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  background: url(../images/cmn/arw_topicpath.png) right center no-repeat;
}

/* article
---------------------------------------- */
article .page-title {
  padding: 50px 0;
  background: url(../images/cmn/bg_sec01.gif);
}
@media screen and (max-width: 1024px) {
  article .page-title {
    padding: 3.125vw 0 4.687vw 0;
  }
}
article .page-title h2 {
  color: #48525a;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  article .page-title h2 {
    font-size: 7.8125vw;
  }
}
article .page-title h2 small {
  display: block;
  color: #7c90a0;
}
@media screen and (max-width: 640px) {
  article .page-title h2 small {
    font-size: 3.4375vw;
  }
}
article .page-content {
  padding: 80px 0;
  background: #f6f6f6;
}
@media screen and (max-width: 1024px) {
  article .page-content {
    padding: 6.25vw 0;
  }
}
article .page-content section {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  article .page-content section {
    margin-bottom: 6.25vw;
  }
}
article .page-content section:last-child {
  margin-bottom: 0;
}
article .page-content section .content {
  padding: 50px 0;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  article .page-content section .content {
    padding: 6.25vw 0;
  }
}

/* normal-table
---------------------------------------- */
table.normal-table {
  margin: 0 auto;
}
table.normal-table tbody {
  border: #d7dde2 4px solid;
}
table.normal-table tbody tr {
  border: #d7dde2 2px solid;
}
@media screen and (max-width: 640px) {
  table.normal-table tbody tr {
    border: none;
  }
  table.normal-table tbody tr:last-child td {
    border-bottom: none;
  }
}
table.normal-table tbody tr th, table.normal-table tbody tr td {
  height: 50px;
  padding: 15px 20px;
  border: #d7dde2 2px solid;
}
@media screen and (max-width: 640px) {
  table.normal-table tbody tr th, table.normal-table tbody tr td {
    height: auto !important;
    padding: 2.343vw;
    border: none;
    border-right: none;
    border-bottom: #d7dde2 2px solid;
    border-left: none;
  }
}
table.normal-table tbody tr th {
  width: 20%;
  height: 50px;
  text-align: center;
  vertical-align: top;
  background: #eff4f8;
}
@media screen and (max-width: 640px) {
  table.normal-table tbody tr th {
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  table.normal-table tbody tr td {
    display: block;
    width: 100%;
  }
}

/* form-table
---------------------------------------- */
table.form-table {
  margin: 0 auto;
}
table.form-table tbody tr th, table.form-table tbody tr td {
  height: 50px;
  padding-bottom: 10px !important;
}
@media screen and (max-width: 640px) {
  table.form-table tbody tr th, table.form-table tbody tr td {
    height: auto;
    padding: 0;
  }
}
table.form-table tbody tr th {
  width: 23.9130435%;
  padding: 1.0em 20px 0 0;
  text-align: right;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  table.form-table tbody tr th {
    display: block;
    width: 100%;
    text-align: left;
  }
}
table.form-table tbody tr th em {
  display: inline-block;
  margin-left: 0.5em;
  font-weight: bold;
  color: #b60005;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  table.form-table tbody tr td {
    display: block;
    width: 100%;
    padding-bottom: 3.125vw;
  }
  table.form-table tbody tr td:last-child {
    height: auto;
  }
}
table.form-table tbody tr td input[type="password"], table.form-table tbody tr td input[type="text"], table.form-table tbody tr td select, table.form-table tbody tr td textarea {
  height: 40px;
  border: #c8c8c8 1pt solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
table.form-table tbody tr td input[type="text"]#name, table.form-table tbody tr td input[type="text"]#name_kana, table.form-table tbody tr td input[type="text"]#mail {
  width: 500px;
}
@media screen and (max-width: 640px) {
  table.form-table tbody tr td input[type="text"]#name, table.form-table tbody tr td input[type="text"]#name_kana, table.form-table tbody tr td input[type="text"]#mail {
    display: block;
    width: 100%;
  }
}
table.form-table tbody tr td input[type="text"]#age {
  display: inline-block;
  margin-right: 1.0em;
}
table.form-table tbody tr td input[type="text"]#phone {
  width: 300px;
}
table.form-table tbody tr td select {
  position: relative;
  width: 200px;
  padding: 0 10px;
  background: url(../images/cmn/select-arw.gif) 98% center no-repeat;
  -moz-background-size: auto 1em;
  -o-background-size: auto 1em;
  -webkit-background-size: auto 1em;
  background-size: auto 1em;
}
table.form-table tbody tr td textarea {
  width: 100%;
  height: 200px;
}

input[type="submit"], input[type="button"] {
  display: block;
  width: 400px;
  height: 60px;
  font-weight: bold;
  color: #fff;
  line-height: 60px;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 640px) {
  input[type="submit"], input[type="button"] {
    width: 100%;
  }
}

input[type="submit"] {
  background: #48525a;
}
input[type="submit"]:hover {
  background: #b60005;
}

input[type="button"] {
  background: #c8c8c8;
}
input[type="button"]:hover {
  background: #adadad;
}

/* tabMenu
---------------------------------------- */
.tabMenu {
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
.tabMenu li {
  width: calc((100% - 6px) / 4);
  height: 60px;
  margin-left: 2px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .tabMenu li {
    height: auto;
  }
}
.tabMenu li:first-child {
  margin-left: 0;
}
.tabMenu li a {
  display: table;
  width: 100%;
  height: 100%;
  background: #7c90a0;
}
.tabMenu li a span {
  display: table-cell;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .tabMenu li a span {
    font-size: 3.125vw;
  }
}
.tabMenu li a.active {
  background: #b60005;
}
@media screen and (max-width: 1280px) {
  .tabMenu li a {
    padding: 1.0em 0.6em;
    line-height: 1.2;
  }
}

.tabBoxes .tab-content {
  padding: 50px 0;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .tabBoxes .tab-content {
    padding: 6.25vw 0;
  }
}

/* loopslider
---------------------------------------- */
#loopslider {
  position: relative;
  width: 100%;
  height: 252px;
  margin: 0 auto;
  overflow: hidden;
}
#loopslider ul {
  display: inline;
  float: left;
  height: 252px;
  overflow: hidden;
  z-index: 100;
}
#loopslider ul li {
  position: relative;
  display: inline;
  float: left;
  width: 252px;
  height: 252px;
  margin: 0 10px;
  overflow: hidden;
  z-index: 100;
}
#loopslider ul li img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  width: auto !important;
  height: 100% !important;
  margin: auto;
  z-index: 90;
}
#loopslider ul li .works-title {
  display: block;
  position: relative;
  width: 252px;
  height: 252px;
  padding: 20px;
  overflow: hidden;
  z-index: 99;
}
#loopslider ul li .works-title .works-name {
  display: none;
}
#loopslider ul li .works-title .works-tag {
  display: none;
}
#loopslider ul li .works-title.hover-title {
  background: rgba(182, 0, 5, 0.8);
}
#loopslider ul li .works-title.hover-title .works-name {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-weight: bold;
}
#loopslider ul li .works-title.hover-title .works-tag {
  display: inline-block;
  padding: 0.2em 0.5em;
  color: #b60005;
  background: #fff;
}
#loopslider .loopleft, #loopslider .loopright {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  cursor: pointer;
  text-indent: -9999px;
  -moz-background-size: 100% 100% !important;
  -o-background-size: 100% 100% !important;
  -webkit-background-size: 100% 100% !important;
  background-size: 100% 100% !important;
  z-index: 500 !important;
}
#loopslider .loopleft {
  left: 10px;
  background: url(../images/cmn/loop_arw-prev.png) center center no-repeat;
}
#loopslider .loopright {
  right: 10px;
  background: url(../images/cmn/loop_arw-next.png) center center no-repeat;
}

/* footer
---------------------------------------- */
footer .footer-block01 {
  padding: 40px 0;
  background: #b60005;
}
@media screen and (max-width: 640px) {
  footer .footer-block01 {
    padding: 6.25vw 0;
  }
}
footer .footer-block01 .half-inner {
  width: 50%;
}
@media screen and (max-width: 640px) {
  footer .footer-block01 .half-inner {
    width: 100%;
  }
}
footer .footer-block01 .half-inner .center-area {
  width: 69.4444%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  footer .footer-block01 .half-inner .center-area {
    width: 93.75vw;
  }
}
footer .footer-block01 .half-inner .center-area .ftr-btn {
  display: block;
  height: 60px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #b60005;
  text-align: center;
  line-height: 60px;
  background: #fff;
  border: #b60005 2px solid;
  -moz-transition: background 0.4s, color 0.4s, border 0.4s;
  -o-transition: background 0.4s, color 0.4s, border 0.4s;
  -webkit-transition: background 0.4s, color 0.4s, border 0.4s;
  transition: background 0.4s, color 0.4s, border 0.4s;
}
footer .footer-block01 .half-inner .center-area .ftr-btn:hover {
  color: #fff;
  background: #b60005;
  border: #fff 2px solid;
}
@media screen and (max-width: 640px) {
  footer .footer-block01 .half-inner .center-area .ftr-btn {
    margin-bottom: 3.125vw;
  }
}
footer .footer-block01 .half-inner .center-area p {
  color: #fff;
}
footer .footer-block01 .half-inner.float-left {
  border-right: rgba(255, 255, 255, 0.3) 1px solid;
}
@media screen and (max-width: 640px) {
  footer .footer-block01 .half-inner.float-left {
    padding-bottom: 3.125vw;
    border-right: none;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
  }
}
footer .footer-block01 .half-inner.float-right {
  border-left: rgba(255, 255, 255, 0.3) 1px solid;
}
@media screen and (max-width: 640px) {
  footer .footer-block01 .half-inner.float-right {
    padding-top: 3.125vw;
    border-left: none;
    border-top: rgba(255, 255, 255, 0.3) 1px solid;
  }
}
footer .footer-block02 {
  background: #333;
}
footer .footer-block02 .pagetop {
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-bottom: #adadad 2px solid;
  background: #333;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
footer .footer-block02 .pagetop:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 640px) {
  footer .footer-block02 .pagetop {
    height: 12.5vw;
    line-height: 12.5vw;
  }
}
@media screen and (max-width: 640px) and (orientation: landscape) {
  footer .footer-block02 .pagetop {
    height: 9.375vw;
    line-height: 9.375vw;
  }
}

footer .footer-block02 .pagetop span {
  padding-right: 1.5em;
  color: #fff;
  background: url(../images/cmn/icn_pagetop.png) right center no-repeat;
  -moz-background-size: auto 0.9em;
  -o-background-size: auto 0.9em;
  -webkit-background-size: auto 0.9em;
  background-size: auto 0.9em;
}
footer .footer-block02 .inner {
  margin: 45px auto;
}
@media screen and (max-width: 640px) {
  footer .footer-block02 .inner {
    margin: 0 auto;
    padding: 0 !important;
  }
}
footer .footer-block02 .inner .float-left h1 img {
  width: 174px;
}
footer .footer-block02 .inner .float-left h1 span {
  display: block;
  color: #adadad;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  footer .footer-block02 .inner .float-left {
    width: 100%;
    padding: 4.687vw 0;
    text-align: center;
  }
  footer .footer-block02 .inner .float-left h1 img {
    width: 40.78125vw;
  }
}
footer .footer-block02 .inner .float-right nav {
  float: right;
  margin-top: 10px;
}
footer .footer-block02 .inner .float-right nav ul li {
  float: left;
  margin-left: 30px;
}
footer .footer-block02 .inner .float-right nav ul li a {
  color: #fff;
}
footer .footer-block02 .inner .float-right small {
  display: block;
  margin-top: 15px;
  text-align: right;
  color: #adadad;
}
@media screen and (max-width: 640px) {
  footer .footer-block02 .inner .float-right {
    width: 100%;
  }
  footer .footer-block02 .inner .float-right nav {
    margin-top: 0;
    border-top: #646464 2px solid;
  }
  footer .footer-block02 .inner .float-right nav ul li {
    width: 50%;
    margin-left: 0;
    padding: 0.8em 3.125vw;
    border-bottom: #646464 2px solid;
  }
  footer .footer-block02 .inner .float-right nav ul li:nth-child(even) {
    border-left: #646464 2px solid;
  }
  footer .footer-block02 .inner .float-right small {
    float: inherit;
    width: 100%;
    margin-top: 0;
    padding: 0.8em 0;
    font-size: 3.125vw;
    text-align: center;
  }
}

/* drawer
---------------------------------------- */
.sb-slidebar {
  width: 100.0vw !important;
  background: #333 !important;
}
.sb-slidebar #drawer {
  position: relative;
}
.sb-slidebar #drawer .btn-close {
  position: fixed;
  top: 0;
  right: 20px;
  display: block;
  float: right;
  width: 52px;
  height: 52px;
  color: transparent;
  font: 0/0 a;
}
.sb-slidebar #drawer .btn-close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  width: 100%;
  height: 5px;
  background: #fff;
}
.sb-slidebar #drawer .btn-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  width: 100%;
  height: 5px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .sb-slidebar #drawer .btn-close {
    top: 3.392706vw;
    right: 2.968617vw;
    width: 8.905852vw;
    height: 8.905852vw;
  }
  .sb-slidebar #drawer .btn-close:before {
    height: 0.848176vw;
  }
  .sb-slidebar #drawer .btn-close:after {
    height: 0.848176vw;
  }
}
.sb-slidebar #drawer ul {
  margin-top: 60px;
  border-top: rgba(255, 255, 255, 0.2) 2px solid;
}
.sb-slidebar #drawer ul li {
  border-bottom: rgba(255, 255, 255, 0.2) 2px solid;
}
.sb-slidebar #drawer ul li a {
  display: inline-block;
  width: 100%;
  height: 80px;
  color: #fff;
  line-height: 80px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sb-slidebar #drawer ul li a {
    height: 15.625vw;
    line-height: 15.625vw;
  }
}
@media screen and (max-width: 640px) and (orientation: landscape) {
  .sb-slidebar #drawer ul li a {
    height: 12.5vw;
    line-height: 12.5vw;
  }
}
