﻿
/*
Theme Name: plo
*/

ul,ol{margin-left:0;padding: 0;}ul{list-style: none;}.text30{ font-size: 30%;}.text40{ font-size: 40%;}.text50{ font-size: 50%;}.text60{ font-size: 60%;}.text70{ font-size: 70%;}.text80{ font-size: 80%;}.text90{font-size:90%;}.text100{font-size:100%;}.text110{font-size: 110%;}.text120{font-size: 120%; }.text130 {font-size:130%;}.text140 {font-size:140%;}.text150{font-size:150%;}.text160{font-size:160%;}.text170{font-size: 170%;}.text180 {font-size:180%;}.text190{font-size:190%;}.text200{font-size:200%; }.text250{font-size: 250%;}.text300{font-size: 300%;}.text350 {font-size: 350%;}.text400{font-size:400%;}.alpha7,.alpha8,.alpha9{transition:0.2s ease-out;}.alpha7:hover{filter:alpha(opacity=70);opacity:.7!important;}.alpha8:hover{filter:alpha(opacity=80);opacity:.8!important;}.alpha9:hover{filter:alpha(opacity=90);opacity:.9!important;}.scale img{transition:transform 0.2s ease-out;}.scale:hover img{transform:scale(1.02);}.scale-m img{transition:transform 0.25s ease-out;}.scale-m:hover img{transform:scale(1.07);}.scale-l img{transition:transform 0.3s ease-out;}.scale-l:hover img{transform:scale(1.12);}.cf:after{content:".";display: block;clear:both;height: 0;visibility:hidden;}.cf{min-height:1px;}* html .cf {height: 1px;/*��*//*/height:auto;overflow:hidden;/**/}.clear{clear:both;}.fw300{font-weight:300;}.fw400{font-weight:400;}.fw500{font-weight:500;}.fw600{font-weight:600;}.fw700{font-weight:700;}.kome,.maru,.kaku,.hishi{display: block;position:relative;padding-left:1.3em;line-height:1.3;}.kome:before,.maru:before,.kaku:before,.hishi:before {position:absolute;left: 0;}.kome:before{content:"※";}.maru:before{content:"●";}.kaku:before{content:"■";}.hishi:before{content:"◆";}@media (-webkit-device-pixel-ratio: 2){.alpha7,.alpha8,.alpha9{transition:none !important;}.scale img,.scale-m img,.scale-l img{transition:none !important;}}
.w-space-s {letter-spacing: .15em;text-indent: .15em;}.w-space-m {letter-spacing: .3em;text-indent: .3em;}.w-space-l {letter-spacing: .5em;text-indent: .5em;}

body {
  font-size: 1.3vw;
  font-family: 'Montserrat', "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, MotoyaLCedar, sans-serif;
  font-weight: 300;
  line-height: 1.8;
  color: #eee;
  background-color: #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: auto;
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center top;
}

.font-latin {
  font-family: 'Audiowide', "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Roboto", "MotoyaLCedar", sans-serif;
}
.font-jp {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Roboto", "MotoyaLCedar", sans-serif !important;
}
.font-normal {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Roboto", "MotoyaLCedar", sans-serif;
}
.tel-link {
  cursor: text;
  text-decoration: none !important;
  pointer-events: none;
}
.w-space {
  letter-spacing: .6vw;
  text-indent: .6vw;
}
.w-space-s {
  letter-spacing: .3vw;
  text-indent: .3vw;
}
.word-break {
  word-break: break-all;
}
.pointer {
  cursor: pointer;
}
.no-shadow {
  text-shadow: none !important;
}
.no-line {
  text-decoration: none !important;
}
.lh-s {
  line-height: 1.3;
}
.lh-m {
  line-height: 1.6;
}
.lh-l {
  line-height: 2;
}
.bg-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-w100 {
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.bg-contain {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.bg-black {
  background-color: #111 !important;
}
.text-red {
  color: #e60013;
}
.text-green {
  color: #2b8a78;
}
.text-blue {
  color: #1b3482;
}
.text-purple {
  color: #F3005A;
}
.text-purple:hover {
  color: #870C3A;
}
.text-shadow-b {
  text-shadow: .2vw .2vw .2vw rgba(0,0,0,.7);
}
.text-shadow-b2 {
  text-shadow: 1px 1px .5vw rgba(0,0,0,.7), -1px 1px .5vw rgba(0,0,0,.7), 1px -1px .5vw rgba(0,0,0,.7), -1px -1px .5vw rgba(0,0,0,.7);
}
.box-shadow {
  box-shadow: .7vw .7vw .7vw rgba(0,0,0,.7);
}
#mv-wrap {
  height: 35vw;
  width: 90vw;
  margin: 0 auto;
  max-height: 700px;
  overflow: hidden;
  position: relative;
  border: solid 1vw #101010;
  border-radius: .3vw;
  box-shadow: .7vw .7vw .7vw rgba(0,0,0,.7);
  background-color: #222;
}
#mv {
  width: 100%;
  height: 40vw;
  position: absolute;
  top: -5vw;
  left: 0;
}
#logo-area {
  display: block;
  padding: .5vw;
  width: 45vw;
  max-width: 540px;
}

/*.logo-area a {
  width: 38vw;
  height: 13vw;
  position: absolute;
  top: 10vw;
  left: 11vw;
}*/
#fix-nav {
  top: -7vw;
  left: 0;
  z-index: 2345;
  text-align: center;
  background-color: rgba(0,0,0,.7);
  text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000; 
}
#header .main-nav {
  text-align: center;
  padding: 1.5vw 0;
}
#fix-nav li,
#header .main-nav li {
  padding: 0 .9vw;
  position: relative;
}
/*@media (min-width: 768px){
  #fix-nav li::after,
  #header .main-nav li::after {
    content: "";
    border-right: 1px solid #bbb;
    position: absolute;
    top: 0;
    right: 0;
    height: 95%;
    transform: rotate(45deg)
  }
  #fix-nav li:last-child::after,
  #header .main-nav li:last-child::after {
    display: none;
  }
}*/
#header .nav-link {
  text-decoration: none;
  color: #fff;
  font-size: 165%;
  display: block;
  text-align: center;
  padding: 1vw 1vw 1.5vw;
  transition: 0.2s ease-in-out;
  position: relative;
  z-index: 1;
  line-height: 1;
}
#fix-nav .nav-link {
  visibility: visible !important;
  font-size: 150%;
  padding: .8vw 1vw;
}
#header .nav-link:hover,
#header .nav-link.active {
  color: #e60013;
}
.nav-sns {
  padding-top: .5vw !important;
}
#header .nav-sns .nav-link {
  padding: 1vw .4vw 1vw;
}
#header #jgd .nav-link {
  font-size: 145%;
  line-height: 1.3;
}
#fix-nav #jgd .nav-link {
  font-size: 120%;
  line-height: 1.3;
}
.tel-text {
  display: block;
  text-decoration: none;
  font-size: 165%;
}
.add-text {
  font-size: 85%;
}
.youtube,
.iframe-wrap {
  position: relative;
  width: 100%;
  margin: 10px 0;
}
.youtube iframe,
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.youtube {
  padding-top: 56.25%;
}
.iframe-wrap {
  padding-top: 65%;
}

@media (min-width: 768px){
  #btn-inquiry {
    height: 80%;
    font-size: 120%;
    padding-top: .2vw;
    margin-top: 8%
  }
  #btn-inquiry .far {
    margin-top: 0;
  }
  a.btn-effect,
  .btn-effect {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin: 0px 3px 6px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    z-index: 0;
    transition: 0.5s ease-in-out;
    overflow: visible;
    border: none;
    padding: 0 2.5vw;
  }
  .btn-effect::after {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    border: 2px solid #40a798;
    z-index: 2;
    margin: 0px;
    left: 0px;
    bottom: 0px;
    border-top-width: 2px;
    transition: border-top-width 0.1s 0.2s, height 0.2s 0.1s, width 0.2s 0s, margin 0.2s 0s;
  } 
  .btn-effect:hover::after {
    width: 68%;
    height: 0px;
    border-width: 0px 2px 2px;
    margin: 0px 17%;
    transition: border-top-width 0.1s 0s, height 0.2s 0.1s, width 0.2s 0.2s, margin 0.2s 0.2s;
  }
}

#lower-header-wrap {
  padding: 14vw 0 6vw;
}
#lower-header {
  color: #094880;
}


#footer {
  background-color: #111;
}
#f-contact {
  overflow: hidden;
  line-height: 2.2vw;
  padding: 4vw 0;
  min-height: 25vw;
}
#f-rellax {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: -7vw;
  left: 0;
  height: 180%;
}
#f-sns {
  line-height: 1;
}
#f-sns a {
  border: solid 1px #fff;
  color: #fff;
}
#f-sns a:hover {
  border-color: #FFC600;
  color: #FFC600;
}
#footer-nav .nav-link {
  color: #ffffff;
}
.copy {
  color: #eee;
}
#footer-nav .nav-link {
  font-weight: 400 !important;
  padding: 1vw 1.5vw;
  font-size: 90%;
}
#footer-nav #jgd .nav-link {
  font-size: 70%;
  line-height: 1.2;
}
#footer-nav .nav-link:hover {
  text-decoration: underline;
}
#footer-nav .nav-link span {
  display: none !important;
}
#footer-nav #twitter,
#footer-nav #instagram {
  display: none;
}

.wp-pagenavi {
  margin: 3vw 0;
  text-align: center;
  font-family: 'Comfortaa', "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, MotoyaLCedar, sans-serif;
}
.wp-pagenavi > span,
.wp-pagenavi > a {
  display: inline-block;
  line-height: 1.1;
  padding: 4px 9px 1px;
  border: solid 1px #123;
  border-radius: 3px;
  margin: 0 3px;
  color: #345;
  text-decoration: none;
  font-size: 105%;
  font-weight: 600;
}
.wp-pagenavi span.current,
.wp-pagenavi > a:hover {
  background-color: #567;
  color: #fff;
  border: solid 1px #123;
}


@media (min-width: 768px){
  /*page-top*/
  #Pagetop {
    position:fixed;
    bottom: 5vw;
    right: 3vw;  
    cursor:pointer;
    z-index: 12345;
  }
  #Pagetop img {
    width: 5vw;
  }
  #Pagetop p {
    font-size: 250%;
    text-align: center;
    line-height: 4vw;
    height: 4vw;
    width: 4vw;
    padding: 0;
    margin: 0;
    /*box-shadow: 1px 1px 2px rgba(255,255,255,.3), 1px -1px 2px rgba(255,255,255,.3), -1px 1px 2px rgba(255,255,255,.3), -1px -1px 2px rgba(255,255,255,.3);*/
    color: #ffffff;
    opacity: .8;
    background-color: rgba(230,15,20,.9);
  }
}


@media (min-width: 1200px){
  #main {
    font-size: 1rem;
  }
  #header .main-nav,
  #fix-nav {
    font-size: 1rem;
  }
  .logo-icon::before {
    width: 5rem;
    height: 5.57rem;
    position: absolute;
    top: -1.5rem;
    left: -6rem;
    animation: logoiconlg 3s ease 3s infinite;
  }
}
@media (min-width: 1550px){
  #main {
    font-size: 1.3rem;
  }
}
@media (max-width: 1199px){
  .container {
    max-width: none;
  }
  .title-en {
    position: absolute;
    top: 1vw;
    left: .5vw;
  }
}

@media (max-width: 991px){
  .container {
    max-width: none;
  }
}
@media (max-width: 767px){
  body {
    font-size: 3vw;
  }
  .tel-link {
    pointer-events: auto;
    text-decoration: underline;
  }
  #mv-wrap {
    width: 95vw;
    height: 50vw;
    border-width: 1.7vw;
  }
  #mv {
    top: -10vw;
    height: 60vw;
  }
  #logo-area {
    width: 90vw;
    text-align: center;
  }
  #header {
    overflow: hidden;
  }
  #header .main-nav {
    padding: 0 5vw;
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    bottom: 0;
    top:auto;
    white-space: nowrap;
    z-index: 12345;
    opacity: 0;
    overflow: auto;
    background-color: rgba(0,0,0,.95);
  }
  #header .main-nav li {
    margin: 1.5vw 0;
    padding: 0 2vw;
  }
  .sp-btn {
    position: fixed;
    bottom: 35px;
    right: 3vw;
    cursor: pointer;
    z-index: 123456;
    width: auto;
    background-color: rgba(230,0,19,.6);
    border-radius: 50%;
  }
  .sp-btn.phone-btn {
    left: 3vw;
    right: auto;
    height: 16vw;
    width: 16vw;
    line-height: 16vw;
  }
  .navbar-toggle {
    border: none;
    z-index: 123456;
    font-size: 70%;
    padding: 5.6vw 3vw;
    color: #fff;
    margin-top: 0;
  }

  .navbar-toggle .icon-bar {
    background-color: #ffffff;
    width: 10vw;
    height: .7vw;
    display: block;
    border-radius: 1px;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-toggle span {
    transition: all 0.5s;
    transform: rotate(0deg);
  }
  .navbar-toggle .top {
    transform: translateY(0px);
  }
  .navbar-toggle .bottom {
    transform: translateY(0px);
  }

  .navbar-toggle .icon-bar+.icon-bar {
      margin-top: 1.5vw;
  }
  .navbar-toggle.is-open .middle {
    background: rgba(0, 0, 0, 0);
  }
  .navbar-toggle.is-open .top {
    transform: rotate(-45deg) translateY(1.6vw) translateX(-1.6vw);
  }
  .navbar-toggle.is-open .bottom {
    transform: rotate(45deg) translateY(-1.5vw) translateX(-1.6vw);
  }
  #header .nav-link {
    padding: 3vw 0;
    text-align: center;
    width: 100%;
    font-size: 180%;
    animation-delay: 0s !important;
  }
  #lower-header {
    font-size: 100%;
  }
  #footer {
    padding-bottom: 1vw;
  }
  #f-contact .btn-effect {
    border: solid 2px #00a473;
    background-color: rgba(255,255,255,.3);
    display: block;
    width: 100%;
  }
  .ttl-h1 {
    font-size: 240%;
  }
  .logo-icon::before {
    width: 9vw;
    height: 10vw;
    position: absolute;
    top: -.5vw;
    left: -10vw;
    animation: logoicon2 3s ease 3s infinite;
  }
  .nav-tabs,
  .tab-content {
    padding: 0 2vw;
  }
  .nav-tabs .nav-link {
    padding: 1vw 0 0;
    height: 10vw;
  }
  .gr-rellax {
    top: -25vw;
    left: 0;
    height: 180%;
  }
  #f-rellax {
    top: -25vw;
    left: 0;
    height: 180%;
  }
  #footer-nav a.nav-link {
    padding: .8rem 2.5vw;
  }
  #Pagetop {
    background-color: #111;
  }
  #Pagetop p {
    color: #ffffff;
    background-color: #111;
  }
  #loading-wrap {
    transform: scale(2);
  }
}


@media (max-width: 575px){
  body {
    font-size: 4vw;
  }
}
.loader {
  color: #ffffff;
  font-size: 20px;
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  position: relative;
  animation: load4 1.3s infinite linear;
  transform: translateZ(0);
  opacity: .5;
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3vw 0 0.2vw, 2vw -2vw 0 0vw, 3vw 0 0 -1vw, 2vw 2vw 0 -1vw, 0 3vw 0 -1vw, -2vw 2vw 0 -1vw, -3vw 0 0 -1vw, -2vw -2vw 0 0;
  }
  12.5% {
    box-shadow: 0 -3vw 0 0, 2vw -2vw 0 0.2vw, 3vw 0 0 0, 2vw 2vw 0 -1vw, 0 3vw 0 -1vw, -2vw 2vw 0 -1vw, -3vw 0 0 -1vw, -2vw -2vw 0 -1vw;
  }
  25% {
    box-shadow: 0 -3vw 0 -0.5vw, 2vw -2vw 0 0, 3vw 0 0 0.2vw, 2vw 2vw 0 0, 0 3vw 0 -1vw, -2vw 2vw 0 -1vw, -3vw 0 0 -1vw, -2vw -2vw 0 -1vw;
  }
  37.5% {
    box-shadow: 0 -3vw 0 -1vw, 2vw -2vw 0 -1vw, 3vw 0vw 0 0, 2vw 2vw 0 0.2vw, 0 3vw 0 0vw, -2vw 2vw 0 -1vw, -3vw 0vw 0 -1vw, -2vw -2vw 0 -1vw;
  }
  50% {
    box-shadow: 0 -3vw 0 -1vw, 2vw -2vw 0 -1vw, 3vw 0 0 -1vw, 2vw 2vw 0 0vw, 0 3vw 0 0.2vw, -2vw 2vw 0 0, -3vw 0vw 0 -1vw, -2vw -2vw 0 -1vw;
  }
  62.5% {
    box-shadow: 0 -3vw 0 -1vw, 2vw -2vw 0 -1vw, 3vw 0 0 -1vw, 2vw 2vw 0 -1vw, 0 3vw 0 0, -2vw 2vw 0 0.2vw, -3vw 0 0 0, -2vw -2vw 0 -1vw;
  }
  75% {
    box-shadow: 0vw -3vw 0 -1vw, 2vw -2vw 0 -1vw, 3vw 0vw 0 -1vw, 2vw 2vw 0 -1vw, 0 3vw 0 -1vw, -2vw 2vw 0 0, -3vw 0vw 0 0.2vw, -2vw -2vw 0 0;
  }
  87.5% {
    box-shadow: 0vw -3vw 0 0, 2vw -2vw 0 -1vw, 3vw 0 0 -1vw, 2vw 2vw 0 -1vw, 0 3vw 0 -1vw, -2vw 2vw 0 0, -3vw 0vw 0 0, -2vw -2vw 0 0.2vw;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3vw 0 0.2vw, 2vw -2vw 0 0vw, 3vw 0 0 -1vw, 2vw 2vw 0 -1vw, 0 3vw 0 -1vw, -2vw 2vw 0 -1vw, -3vw 0 0 -1vw, -2vw -2vw 0 0;
  }
  12.5% {
    box-shadow: 0 -3vw 0 0, 2vw -2vw 0 0.2vw, 3vw 0 0 0, 2vw 2vw 0 -1vw, 0 3vw 0 -1vw, -2vw 2vw 0 -1vw, -3vw 0 0 -1vw, -2vw -2vw 0 -1vw;
  }
  25% {
    box-shadow: 0 -3vw 0 -0.5vw, 2vw -2vw 0 0, 3vw 0 0 0.2vw, 2vw 2vw 0 0, 0 3vw 0 -1vw, -2vw 2vw 0 -1vw, -3vw 0 0 -1vw, -2vw -2vw 0 -1vw;
  }
  37.5% {
    box-shadow: 0 -3vw 0 -1vw, 2vw -2vw 0 -1vw, 3vw 0vw 0 0, 2vw 2vw 0 0.2vw, 0 3vw 0 0vw, -2vw 2vw 0 -1vw, -3vw 0vw 0 -1vw, -2vw -2vw 0 -1vw;
  }
  50% {
    box-shadow: 0 -3vw 0 -1vw, 2vw -2vw 0 -1vw, 3vw 0 0 -1vw, 2vw 2vw 0 0vw, 0 3vw 0 0.2vw, -2vw 2vw 0 0, -3vw 0vw 0 -1vw, -2vw -2vw 0 -1vw;
  }
  62.5% {
    box-shadow: 0 -3vw 0 -1vw, 2vw -2vw 0 -1vw, 3vw 0 0 -1vw, 2vw 2vw 0 -1vw, 0 3vw 0 0, -2vw 2vw 0 0.2vw, -3vw 0 0 0, -2vw -2vw 0 -1vw;
  }
  75% {
    box-shadow: 0vw -3vw 0 -1vw, 2vw -2vw 0 -1vw, 3vw 0vw 0 -1vw, 2vw 2vw 0 -1vw, 0 3vw 0 -1vw, -2vw 2vw 0 0, -3vw 0vw 0 0.2vw, -2vw -2vw 0 0;
  }
  87.5% {
    box-shadow: 0vw -3vw 0 0, 2vw -2vw 0 -1vw, 3vw 0 0 -1vw, 2vw 2vw 0 -1vw, 0 3vw 0 -1vw, -2vw 2vw 0 0, -3vw 0vw 0 0, -2vw -2vw 0 0.2vw;
  }
}
