@charset "UTF-8";
/* --- color --- */
html {
  width: 100%;
  height: 100%;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  width: 100%;
  height: 100%;
  font-family: "游明朝体",YuGothic,"游明朝",Yu Mincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  background-color: #000;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 30px;
  font-family: "游明朝体",YuGothic,"游明朝",Yu Mincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
  font-weight: 700;
  line-height: 1.2;
}

#en, .title-en {
  font-family: Iowan Old Style, Georgia, Helvetica, Arial, sans-serif;
}

#en h1, #en h2, #en h3, #en h4, #en h5, #en h6 {
  font-family: Iowan Old Style, Georgia, Helvetica, Arial, sans-serif;
}

.text-ja {
  font-family: "游明朝体",YuMincho,"游明朝",Yu Mincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
  font-style: normal;
}

blockquote {
  font-family: Georgia, Arial, sans-serif;
  font-size: 1.25rem;
}

p {
  margin: 0 0 20px;
  font-size: 1rem;
  line-height: 1.7;
}

p.lead {
  font-weight: 600;
}

p.caption {
  font-size: 12px;
}

a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:link, a:visited, a:active, a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

.light {
  font-weight: 400;
}

.gothic {
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo, sans-serif;
}

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

/* --- img --- */
.img-fluid {
  margin: 0 auto 20px;
}

.alignright,
.alignleft,
.aligncenter {
  margin-top: 0;
  margin-bottom: 20px;
}

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

.alignleft {
  float: Left;
  margin-left: 0;
  margin-right: 20px;
}

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

@media only screen and (max-width: 575px) {
  .alignright,
  .alignleft,
  .aligncenter {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
    text-align: center;
  }
}

/* --- button --- */
button, .btn {
  outline: 0 !important;
}

button:focus, button:active, button.active, .btn:focus, .btn:active, .btn.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* --- position --- */
.relative {
  position: relative;
}

/* --- misc --- */
hr {
  margin-top: 10px;
}

/* --- margins --- */
.marginbot-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

/* --- icon --- */
.glyphicon, .fa {
  margin-right: 0.3em;
}

/* --- column same height --- */
@media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 100%;
  }
}

.row-height {
  display: table;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

/* --- background --- */
.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #666;
}

.bg-dark {
  background-color: #202020;
}

.bg-pattern01 {
  background: #212324 url(../img/home/bg_shuriken01.png) repeat center top;
}

@media only screen and (max-width: 768px) {
  .bg-pattern01 {
    background-size: 78px;
  }
}

.bg-pattern02 {
  color: #4e4b1d;
  background: #f4f8fa url(../img/home/bg_sea01.png) repeat center top;
}

@media only screen and (max-width: 768px) {
  .bg-pattern02 {
    background-size: auto 39px;
  }
}

.bg-pattern02 h1, .bg-pattern02 h2, .bg-pattern02 h3, .bg-pattern02 h4, .bg-pattern02 h5, .bg-pattern02 h6 {
  color: #4e4b1d;
}

.bg-pattern03 {
  background: #d6d4a9 url(../img/home/bg_shuriken02.png) repeat center top;
  color: #4e4b1d;
}

@media only screen and (max-width: 768px) {
  .bg-pattern03 {
    background-size: 78px;
  }
}

.bg-pattern03 h1, .bg-pattern03 h2, .bg-pattern03 h3, .bg-pattern03 h4, .bg-pattern03 h5, .bg-pattern03 h6 {
  color: #4e4b1d;
}

.bg-pattern03:before {
  content: "";
  display: block;
  height: 51px;
  background: #d6d4a9 url(../img/home/line_shuriken01.png) repeat center top;
}

@media only screen and (max-width: 768px) {
  .bg-pattern03:before {
    height: 25px;
    background-size: auto 25px;
  }
}

.bg-pattern04 {
  background: #414172 url(../img/home/bg_about01.png) repeat center top;
}

@media only screen and (max-width: 768px) {
  .bg-pattern04 {
    background-size: auto 28px;
  }
}

.bg-pattern04 h1, .bg-pattern04 h2, .bg-pattern04 h3, .bg-pattern04 h4, .bg-pattern04 h5, .bg-pattern04 h6 {
  color: #d6d4a9;
}

.bg-pattern04:before {
  content: "";
  display: block;
  height: 51px;
  background: #414172 url(../img/home/line_shuriken02.png) repeat center top;
}

@media only screen and (max-width: 768px) {
  .bg-pattern04:before {
    height: 25px;
    background-size: auto 25px;
  }
}

.bg-pattern05 {
  background-color: #000;
}

.bg-pattern05:before {
  content: "";
  display: block;
  height: 51px;
  background: #000 url(../img/home/line_shuriken03.png) repeat center top;
}

@media only screen and (max-width: 768px) {
  .bg-pattern05:before {
    height: 25px;
    background-size: auto 25px;
  }
}

.bg-pattern06 {
  color: #fff;
  background: #444 url(../img/home/bg_sea02.png) repeat center top;
}

@media only screen and (max-width: 768px) {
  .bg-pattern06 {
    background-size: auto 39px;
  }
}

.home-section.bg-pattern03:before, .home-section.bg-pattern04:before, .home-section.bg-pattern05:before, .home-section.bg-pattern06:before {
  margin: -90px 0 90px;
}

/* =================================================================
* Common
================================================================= */
/* -----------------------------------------------------------------
* Navigation
----------------------------------------------------------------- */
#navigation {
  background-color: #222;
  z-index: 2;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #222;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  text-align: center;
  margin: 0 auto;
}

.navbar {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .navbar-brand {
    height: 50px;
    padding: 5px 15px;
  }
}

.navbar-brand:focus {
  outline: 0;
}

@media only screen and (max-width: 991px) {
  .navbar-brand > img {
    height: 100%;
    width: auto;
  }
}

#menu .nav.navbar-bar {
  text-align: center;
  float: none;
  margin: 0 auto;
}

.navbar-custom {
  background-color: #000 !important;
  width: 100%;
  height: 132px;
  z-index: 3;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 991px) {
  .navbar-custom {
    height: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .navbar-custom.navbar.fixed-top {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .navbar-custom .container {
    width: 100%;
  }
}

.navbar-custom .nav-main {
  padding: 15px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-custom .nav-main {
    width: 75%;
    padding: 15px 0;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-custom .nav-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-custom .nav-main .nav-item {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }
}

.navbar-custom .nav-main .nav-item.active {
  color: #d8061a;
  outline: 0;
  background: none;
}

.navbar-custom .nav-main .nav-item .nav-link {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  cursor: pointer;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-custom .nav-main .nav-item .nav-link {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-custom .nav-main .nav-item .nav-link {
    display: inline-block;
    padding: 0.5rem;
  }
}

.navbar-custom .nav-main .nav-item .nav-link:hover, .navbar-custom .nav-main .nav-item .nav-link:focus {
  outline: 0;
  background: none;
  color: #d8061a;
}

.navbar-custom .nav-main .nav-item img {
  margin: 0.25em auto 18px;
  display: block;
}

@media only screen and (max-width: 991px) {
  .navbar-custom .nav-main .nav-item img {
    display: inline-block;
    width: 20px;
    margin: 0 10px 0;
  }
}

.navbar-custom .nav-sub {
  padding: 15px 0;
}

@media only screen and (max-width: 991px) {
  .navbar-custom .nav-sub {
    padding: 15px;
  }
}

.navbar-custom .nav-sub li {
  float: none;
  display: block;
  text-align: center;
}

.navbar-custom .nav-sub li + li {
  margin-top: 8px;
}

.navbar-custom .nav-sub li .col {
  display: block;
  padding: 10px;
}

.navbar-custom .nav-sub li .btn {
  display: block;
}

.navbar-custom .nav-sub li .btn-default {
  padding: 5px;
}

.navbar-custom .nav-sub li .btn-default img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navbar-toggler {
  padding: 4px 6px;
  font-size: 14px;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .navbar-toggler {
    margin-top: 4px;
  }
}

.navbar-toggler:focus, .navbar-toggler:active {
  outline: 0;
}

@media only screen and (max-width: 991px) {
  .navbar-toggler .fa {
    margin-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-toggler .txt {
    font-size: 8px;
    display: block;
    color: rgba(255, 255, 255, 0.8);
  }
}

@media only screen and (min-width: 992px) {
  .navbar-toggleable-md .navbar-collapse {
    width: calc(100% - 222px);
  }
}

@media only screen and (max-width: 991px) {
  .navbar-toggleable-md .navbar-collapse {
    background: #000;
    border-top: 1px solid #333;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.select-custom {
  overflow: hidden;
  border: 1px solid #fff;
  position: relative;
}

.select-custom .select-txt {
  text-align: center;
  padding: 2px 21px 2px 5px;
  background: transparent url(../img/home/icon_arrow-down.svg) no-repeat 90% 45%;
  background-size: 7px 5px;
  text-indent: 16px;
}

.select-custom select {
  border: 0 none;
  cursor: pointer;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  line-height: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 0;
  color: #FFF;
}

.select-custom select:focus {
  background: #000;
  color: #FFF;
}

/* -----------------------------------------------------------------
* En Navigation
----------------------------------------------------------------- */
#en .navbar-custom ul.nav-main {
  padding: 20px 15px 15px;
}

#en .navbar-custom ul.nav-main .nav-item .nav-link {
  line-height: 1.2;
}

#en .navbar-custom ul.nav-main .nav-item .nav-link span {
  display: block;
}

@media only screen and (max-width: 991px) {
  #en .navbar-custom ul.nav-main .nav-item .nav-link span {
    display: inline-block;
    margin-left: 0.5em;
  }
}

#en .navbar-custom ul.nav-main img {
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  #en .navbar-custom ul.nav-main img {
    margin: 0 10px 0 !important;
  }
}

#en .navbar-custom ul.nav-main .nav-item:nth-child(3) img {
  margin-bottom: 13px;
}

/* -----------------------------------------------------------------
* Section
----------------------------------------------------------------- */
section {
  position: relative;
  z-index: 1;
}

.section-heading {
  text-align: center;
  margin-bottom: 65px;
}

.section-heading h2 {
  margin-bottom: 30px;
}

.section-heading p {
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

.section-heading h2 .img-fluid, .section-heading .bnr .img-fluid {
  margin-bottom: 0;
}

/* -----------------------------------------------------------------
* Iframe
----------------------------------------------------------------- */
.iframe-container iframe, .iframe-container object, .iframe-container embed {
  max-width: 100%;
}

.modal-link {
  cursor: pointer;
}

/* -----------------------------------------------------------------
* Video
----------------------------------------------------------------- */
.videoArea {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoArea video {
  position: absolute;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: transparent;
}

.videoLayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.7);
  background-size: cover;
  z-index: -99;
}

/* -----------------------------------------------------------------
* Modal
----------------------------------------------------------------- */
.modal-content, .modal-header, .modal-body, .modal-footer {
  border-radius: 0;
}

.modal-header {
  display: block;
  position: relative;
  text-align: center;
  border-bottom-width: 0;
}

.modal-header img {
  width: 100%;
  height: auto;
}

.modal-header .pic img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.modal-header .ts {
  margin-top: 20px;
  color: #333;
}

.modal-header .close {
  position: absolute;
  top: -.75rem;
  right: -.75rem;
  width: 2rem;
  height: 2rem;
  margin: 0;
  padding-bottom: .3rem;
  text-align: center;
  text-shadow: none;
  border-radius: 50%;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ddd;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.modal-header .close:hover, .modal-header .close:focus, .modal-header .close:active, .modal-header .close.active {
  color: #fff;
  border-color: #d8061a;
  background-color: #d8061a;
}

.modal-title {
  font-size: 1.5rem;
}

.modal-body h3 {
  font-size: 1.25rem;
}

.modal-body table > tbody > tr > th {
  font-weight: 700;
  white-space: nowrap;
}

.modal-body .entry-content p:last-child {
  margin-bottom: 0;
}

.modal-body .entry-content img {
  max-width: 100%;
  height: auto;
}

.modal-footer {
  border-top-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.modal-footer .btn {
  display: block;
  width: 100%;
}

.modal-footer .btn:not(:hover) {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #ddd;
}

/* -----------------------------------------------------------------
* Elements
----------------------------------------------------------------- */
.btn {
  border-radius: 0;
  font-weight: 700;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.btn-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.btn-list li {
  margin-bottom: 20px;
}

.btn-list .btn {
  width: 100%;
  margin-left: auto;
  border-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.8);
}

.btn-list .btn:focus, .btn-list .btn:hover, .btn-list .btn:active, .btn-list .btn.active {
  color: #fff;
  border-color: #d8061a;
  background-color: #d8061a;
}

.btn-list .btn-ico {
  position: relative;
}

.btn-list .btn-ico::before {
  content: "";
  display: inline-block;
  right: 1rem;
  width: 8px;
  height: 11px;
  margin-right: .5rem;
  background: url("/img/home/icon_arrow-right.svg") no-repeat center center/contain;
}

.btn-list .btn-ico:focus::before, .btn-list .btn-ico:hover::before, .btn-list .btn-ico:active::before, .btn-list .btn-ico.active::before {
  background-image: url("/img/home/icon_arrow-right-white.svg");
}

.no-bg {
  background-color: transparent;
}

.btn-danger.no-bg {
  border-width: 2px;
}

.btn-danger.no-bg:hover {
  background: #333333;
  color: #c9302c;
}

.no-radius {
  border-radius: 0;
}

.page-scroll a i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}

.page-scroll a:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* -----------------------------------------------------------------
* カルーセルボタンのスタイル変更
----------------------------------------------------------------- */
.owl-carousel.btnColor .owl-nav .owl-prev,
.owl-carousel.btnColor .owl-nav .owl-next {
  opacity: 1;
  background-color: #d61518;
  width: 40px;
  height: 40px;
}

.owl-carousel.btnColor .owl-nav .owl-prev::after,
.owl-carousel.btnColor .owl-nav .owl-next::after {
  width: 20px;
  height: 20px;
}

.owl-carousel.btnColor .owl-nav .owl-prev {
  left: 15px;
}

.owl-carousel.btnColor .owl-nav .owl-prev::after {
  margin: 0.7em 0 0 0.6em;
}

.owl-carousel.btnColor .owl-nav .owl-next {
  right: 15px;
}

.owl-carousel.btnColor .owl-nav .owl-next::after {
  margin: 0.7em 0.6em 0 0;
}

/* -----------------------------------------------------------------
* Border
----------------------------------------------------------------- */
.border {
  border: 1px solid #dee2e6 !important;
}

.border-white {
  border-color: #fff !important;
}

/* -----------------------------------------------------------------
* Footer
----------------------------------------------------------------- */
footer {
  text-align: center;
  padding: 50px 0 30px;
  width: 100%;
  position: relative;
}

footer #footerBnr .img-responsive {
  margin-bottom: 0.5em;
}

footer.bg-pattern05:before {
  margin: -50px 0 101px;
}

.visible-g-page {
  display: none;
}

#youtube-channel {
  max-width: 500px;
  min-height: 380px;
  margin: 0 auto;
  background-color: #1d1d1d;
}

#youtube-channel .img-responsive {
  margin-bottom: 0;
}

#youtube-head {
  padding: 20px 0;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
}

#youtube-head > .col-xs-3 {
  padding-right: 5px;
}

#youtube-head > .col-xs-9 {
  padding-left: 5px;
}

#youtube-head img {
  background-color: #fff;
}

#youtube-link {
  padding: 0 15px 20px;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 60px;
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =================================================================
* ▼▼▼三晃社様が.cssファイルに記述していた内容▼▼▼
/* =================================================================
* col 5equal parts
================================================================= */
/* --- col 5equal parts --- */
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  .col-sm-2-5 {
    width: 40%;
    float: left;
  }
  .col-sm-3-5 {
    width: 60%;
    float: left;
  }
  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }
  .col-lg-3-5 {
    width: 60%;
    float: left;
  }
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}
