@charset "UTF-8";

/* ==========================================================================
   Module
   ========================================================================== */


/* Bg Color
-------------------------------------------------------- */

.bg-beige {
  background: #dfd9c8;
}

.bg-gray {
  background: #f2f2f2;
}

.bg-white {
  background: #fff;
}


/* Block Align
-------------------------------------------------------- */

.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}

.alignright {
  display: inline;
  float: right;
  margin-bottom: 30px;
  margin-left: 20px;
}

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


/* Border
-------------------------------------------------------- */

.border {
  position: absolute;
  background: #dadada;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.border-top {
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}

.border-right {
  width: 1px;
  height: 100%;
  bottom: 0;
  right: 0;
}

.border-bottom {
  width: 100%;
  height: 1px;
  bottom: 0;
  right: 0;
}

.border-left {
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
}

.bd-gold {
  border: 1px solid #d2a116;
}


/* Button
-------------------------------------------------------- */

.btn {
  font-weight: 500;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  text-align: center;
  color: #d2a116;
}

.btn .fa::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn .text {
  position: relative;
  font-weight: bold;
  z-index: 1;
  display: block;
  width: 100%;
  margin-bottom: 0 !important;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  border: 2px solid #d2a116;
  padding: .3em 0;
}

.btn .bg {
  position: absolute;
  top: 0;
  left: -20%;
  width: 0;
  height: 100%;
  padding: .5em 0;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  -webkit-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg);
  background: #d2a116;
}

@media screen and (min-width: 48em) {
  .btn:hover .text {
    color: #fff;
  }
  .btn:hover .bg {
    width: 130%;
  }
}

.btn-sub {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #456aca;
  padding: .8em 0;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border: 1px solid #456aca;
  background: #fff;
}

.btn-sub .fa {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 48em) {
  .btn-sub:hover {
    color: #d2a116;
    border-color: #d2a116;
  }
}


/* Clearfix
-------------------------------------------------------- */

.clf {
  *zoom: 1;
}

.clf:before,
.clf:after {
  line-height: 0;
  display: table;
  content: '';
}

.clf:after {
  clear: both;
}


/* Column
-------------------------------------------------------- */

.col-md-1 {
  width: 100%;
}

.col-md-2 {
  width: 50%;
}

.col-md-3 {
  width: 33.333%;
}

.col-md-4 {
  width: 25%;
}

.col-md-5 {
  width: 20%;
}

.col-md-6 {
  width: 16.666%;
}

.col-md-7 {
  width: 14.2857%;
}


/* Dl
-------------------------------------------------------- */

.dl-styled dt {
  padding-left: 1.42857em;
  background: url(../images/common/marker.png) no-repeat 0 7px;
}

.dl-styled dd {
  padding-left: 1.42857em;
}


/* Figure
-------------------------------------------------------- */

.figure-alignleft {
  float: left;
  margin: .5em 1.5em 0 0;
}

.figure-alignright {
  float: right;
  margin: .5em 0 0 1.8em;
}

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

.figure-alignleft img,
.figure-alignright img {
  position: relative;
  z-index: 1;
}

.video-box-1 .video-container {
  width: 700px;
  height: 400px;
}

.video-box-2 {
  margin-bottom: 2em;
}

.video-box-2:last-of-type {
  margin-bottom: 0;
}

.video-box-2 .video-container {
  float: right;
  width: 450px;
  height: 262px;
}

.video-box-2 .video-container:first-of-type {
  float: left;
}

.video-box-2 .video-container:last-of-type {
  margin-bottom: 0;
}

.video-container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  border: 10px solid #d2a116;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-box-2.unset .video-container {
  position: relative;
}

.video-box-2.unset .video-container::before {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #d2a116;
}

.video-box-2.unset .video-container::after {
  font-size: 2rem;
  position: absolute;
  z-index: 9999;
  top: 50%;
  content: '動画未設定';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #c00;
}

@media screen and (max-width: 61.875em) {
  .video-box-1 .video-container,
  .video-box-2 .video-container {
    float: none !important;
    width: 100%;
    max-width: 750px;
    height: auto;
    margin-bottom: 2em;
    padding-top: 56.25%;
  }
}

@media screen and (max-width: 46.857em) {
  .video-container {
    border: 7px solid #d2a116;
  }
}

@media screen and (max-width: 40em) {
  .figure-alignright {
    float: none;
    width: 100%;
    margin: 0 auto 1em auto;
  }
  .figure-alignright img {
    width: 100%;
  }
}

@media screen and (max-width: 30em) {
  .figure-alignright img {
    width: 100%;
  }
  .video-container {
    border: 4px solid #d2a116;
  }
}


/* Font-Color 
-------------------------------------------------------- */

.gold {
  color: #d2a116;
}

.red {
  color: #E85D46;
}


/* Font Family
-------------------------------------------------------- */

.gothic {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
}

.open-sans {
  font-family: 'Open Sans', sans-serif;
}


/* Hover Border
-------------------------------------------------------- */

.hover-border {
  position: absolute;
  background-color: #d2a116;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hover-border-top {
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  transform: translate(0, -4px);
}

.hover-border-right {
  width: 3px;
  height: 100%;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(4px, 0);
  -ms-transform: translate(4px, 0);
  transform: translate(4px, 0);
}

.hover-border-bottom {
  width: 100%;
  height: 3px;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(0, 4px);
  -ms-transform: translate(0, 4px);
  transform: translate(0, 4px);
}

.hover-border-left {
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translate(-4px, 0);
  -ms-transform: translate(-4px, 0);
  transform: translate(-4px, 0);
}

@media screen and (min-width: 48em) {
  a:hover .hover-border {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}


/* Icon
-------------------------------------------------------- */

.icon::before {
  content: '';
}

.icon-blank::before {
  background: url(../images/common/icon-blank.png) no-repeat;
  background-size: cover;
}

.icon-blank-wh::before {
  background: url(../images/common/icon-blank-wh.png) no-repeat;
  background-size: cover;
}

.icon-tel::before {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  background: url(../images/common/icon-tel.png) no-repeat;
  background-size: cover;
}

.icon-led:before {
  content: "\e900";
}

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

.icon-drop-and-dust:before {
  content: "\e908";
}

.icon-factory:before {
  content: "\e909";
}

.icon-led-cycle:before {
  content: "\e907";
}

.icon-medal:before {
  content: "\e902";
}

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


/* Inner
-------------------------------------------------------- */

.inner {
  margin-left: auto;
  margin-right: auto;
}

.inner-md-1 {
  max-width: 1400px;
}

.inner-md-2 {
  max-width: 1200px;
}

.inner-md-3 {
  max-width: 1000px;
}

.inner-md-4 {
  max-width: 960px;
}

.inner-md-5 {
  max-width: 900px;
}

.inner-md-6 {
  max-width: 840px;
}

.inner-md-7 {
  max-width: 700px;
}

.inner-md-8 {
  max-width: 660px;
}

.inner-md-9 {
  max-width: 600px;
}

.inner-md-10 {
  max-width: 500px;
}


/* List
-------------------------------------------------------- */

.list li {
  line-height: 2;
}

.list a:hover {
  text-decoration: underline;
}

.list+* {
  margin-top: 1.25rem;
}

.list-unstyled li {
  list-style-type: none;
}

.list-disc {
  margin-left: 1.5em;
}

.list-decimal {
  margin-left: 1.2em;
}

.list-disc li {
  list-style-type: disc;
}

.list-decimal li {
  list-style-type: decimal;
}

.list-styled li {
  padding-left: 20px;
  background: url(../images/common/marker.png) no-repeat 0 7px;
}

.list-num li {
  position: relative;
  padding-left: 1.6em;
}

.list-num li .num {
  line-height: 1.6em;
  position: absolute;
  top: .9em;
  left: 0;
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #c6980d;
}

.list-angle-right li {
  position: relative;
}

.list-angle-right li .fa::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 30em) {
  .list-angle-right li .fa::before {
    top: 22px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}


/* Margin / Padding
-------------------------------------------------------- */

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

.mt5 {
  margin-top: 5px !important;
}

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

.mt15 {
  margin-top: 15px !important;
}

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

.mt25 {
  margin-top: 25px !important;
}

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

.mt1em {
  margin-top: 1em !important;
}

.mt2em {
  margin-top: 2em !important;
}

.mt3em {
  margin-top: 3em !important;
}

.mt4em {
  margin-top: 4em !important;
}

.mt5em {
  margin-top: 5em !important;
}

.mt6em {
  margin-top: 6em !important;
}

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

.mb5 {
  margin-bottom: 5px !important;
}

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

.mb15 {
  margin-bottom: 15px !important;
}

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

.mb25 {
  margin-bottom: 25px !important;
}

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

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.mb4em {
  margin-bottom: 4em !important;
}

.mb5em {
  margin-bottom: 5em !important;
}

.mb6em {
  margin-bottom: 6em !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.reset {
  margin: 0 !important;
  padding: 0 !important;
}


/* Photos
-------------------------------------------------------- */

.col4-photo-items {
  margin: 2.5em auto;
}

.col4-photo-items .item,
.image-items .item {
  float: left;
}

.col3-image-items .item {
  width: calc(33% - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
}

.col4-photo-items .item {
  width: calc(25% - 15px);
  margin-right: 20px;
}

.col6-image-items .item {
  width: calc(16.6% - 8px);
  margin-right: 10px;
  margin-bottom: 10px;
}

.image-items .item img,
.col4-photo-items .item img {
  width: 100%;
}

.col3-image-items .item:nth-of-type(3n),
.col4-photo-items .item:last-child,
.col6-image-items .item:nth-of-type(6n) {
  margin-right: 0;
}

@media screen and (max-width: 61.8125em) {
  .col4-photo-items {
    max-width: 750px;
  }
  .image-items .item,
  .col4-photo-items .item {
    width: 50%;
    margin: 0;
    padding: 1px;
  }
  .col6-image-items .item {
    width: 25%;
  }
  .image-items .item img,
  .col4-photo-items .item img {
    width: 100%;
  }
  .image-items .item.large {
    width: 100%;
  }
}

@media screen and (max-width: 40em) {
  .col6-image-items .item {
    width: 33.33%;
  }
}

@media screen and (max-width: 25.875em) {
  .col6-image-items .item {
    width: 50%;
  }
}


/* Position
-------------------------------------------------------- */

.position-md-1 {
  position: relative;
}

.position-md-2 {
  position: absolute;
}

.position-md-3 {
  position: fixed;
}

.position-md-4 {
  position: static;
}


/* Section Common
-------------------------------------------------------- */

section {
  background: #fff;
}

[class^='section-'] .inner {
  margin: auto;
}

[class^='section-'] .contents {
  margin: 0 auto;
}

.section-lead {
  margin-top: 1em;
  text-align: center;
}

@media screen and (max-width: 61.875em) {
  [class^='section-'] .inner {
    padding-right: 1.1538em;
    padding-left: 1.1538em;
  }
  .section-lead {
    text-align: left;
  }
  .section-lead br {
    display: none;
  }
}

@media screen and (max-width: 30em) {}


/* Table
-------------------------------------------------------- */

.table-md-1 th,
.table-md-1 td {
  text-align: center;
  border: 1px solid #eee;
}

.table-md-2 th,
.table-md-2 td {
  border: 1px solid #ddd;
}

.table-md-2 th {
  background: #f2f2f2;
}

.dl-table-default {
  font-size: 16px;
  clear: both;
  margin-bottom: 60px;
  text-align: left;
}

.dl-table-default .row {
  overflow: hidden;
  margin-bottom: 30px;
}

.dl-table-default dt {
  font-weight: bold;
  float: left;
  padding-left: 22px;
  border-left: 4px solid #d2a116;
}

.dl-table-default dd {
  float: right;
  width: 695px;
}

.dl-table-default .list li {
  margin-bottom: .5em;
}

.require {
  color: #d2a116;
}

.dl-table-default .row {
  margin-bottom: 30px;
}


/* Text Alignment
-------------------------------------------------------- */

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

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

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


/* Title
-------------------------------------------------------- */

.title-l,
.title-m {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
  text-align: center;
}

.title-l {
  font-size: 2.1rem;
}

.title-m {
  font-size: 1.8rem;
}

.title-l br {
  display: none;
}

.title-s {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: .4em;
}

@media screen and (max-width: 48em) {
  .title-l {
    font-size: 1.9rem;
    text-align: left;
  }
}

@media screen and (max-width: 40em) {
  .title-l {
    font-size: 1.7rem;
  }
  .title-s {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 23.475em) {
  .title-l {
    font-size: 1.5rem;
  }
}


/* Blank
-------------------------------------------------------- */

.tb-blank {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.top-blank {
  padding-top: 4rem;
}

.bottom-blank {
  padding-bottom: 5rem;
}

.inside-blank {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

@media (max-width: 40em) {
  .tb-blank {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .top-blank {
    padding-top: 40px;
  }
  .bottom-blank {
    padding-bottom: 40px;
  }
}


/* Break
-------------------------------------------------------- */

.break-pc {
  /* PCのみ改行 */
  display: block !important;
}

.break-tab {
  /* タブレットサイズ（768px）以下で改行 */
  display: none !important;
}

.break-sp {
  /* スマホサイズ（640px）以下で改行 */
  display: none !important;
}

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

@media (max-width: 48em) {
  .break-pc {
    display: none !important;
  }
  .break-tab {
    display: block !important;
  }

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

@media (max-width:40em) {
  .break-sp {
    display: block !important;
  }
}


/* Key Frame
-------------------------------------------------------- */

.show {
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-animation: show 1s both;
  animation: show 1s both;
}

.fadein {
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-animation: fadein 1s both;
  animation: fadein 1s both;
}

.d1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.d2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.d3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.d4 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.d6 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.d8 {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.d10 {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.d12 {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}


@-webkit-keyframes show {
  0% {
    -webkit-transform: translate(0, 2em);
    transform: translate(0, 2em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes show {
  0% {
    -webkit-transform: translate(0, 2em);
    transform: translate(0, 2em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* Visibility
-------------------------------------------------------- */

@media (min-width:30.0625em) {
  .visible-sp {
    display: none !important;
  }
}

@media (max-width:30em) {
  .visible-pc {
    display: none !important;
  }
}