@charset "UTF-8";
/*---font------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Cormorant+SC&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese');


/*---base------------------------------------------------------------------*/
/* reset
========================================================================== */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

abbr,
acronym {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  line-height: 1.78;
  letter-spacing: 0.08em;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-weight: 500;
  background-size: 103.3%;
}

a {
  color: #383940;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

a:hover {
  opacity: 0.7;
  color: #383940;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

/* inner  */

.scInr {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}

.scInrS {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.scInrSS {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.scInrW {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
}



/* font selected  */
.en {
  font-family: 'Cormorant SC', serif !important;
}


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

.color_w {
  color: #fff !important;
}

.color_sky {
  color: #02c2f3;
}

.bg_gray {
  background: #fbfbfb !important;
}

/* all
---------------------------------------------------------------------------------------*/
.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

@media screen and (max-width: 799px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 800px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
  .pc_only_menuNav {
    display: none;
  }
}

@media screen and (min-width: 1000px) {

  .sp_only_menuNav {
    display: none;
  }
}


/* mov */

.mov {
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  -o-transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1), opacity 1.5s;
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1), opacity 1.5s;
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1), opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
}

.mov.is-v {
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
  opacity: 1;
}

.mov.is-v .mov_inr {
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
}

.mov .mov_inr {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  -o-transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1), -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  width: 100%;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.mov_bg {
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.mov_bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background-color: #00428e;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.mov_bg.white:after {
  background-color: #fff !important;
}

.mov_bg.is-v:after {
  -webkit-transition: left 0.6s ease 1.3s, opacity 0s ease 1.9s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s;
  transition: left 0.6s ease 1.3s, opacity 0s ease 1.9s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s;
  -o-transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s, left 0.6s ease 1.3s, opacity 0s ease 1.9s;
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s, left 0.6s ease 1.3s, opacity 0s ease 1.9s;
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s, left 0.6s ease 1.3s, opacity 0s ease 1.9s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  left: 100%;
  opacity: 0;
}

.mov_bg.is-v .mov_inr {
  opacity: 1;
  -webkit-transition: opacity 0s ease 1.3s;
  -o-transition: opacity 0s ease 1.3s;
  transition: opacity 0s ease 1.3s;
}

.mov_bg .mov_inr {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}

.txtCenter {
  text-align: center;
}

/* Btn
---------------------------------------------------------------------------------------*/

.btn01 {
  width: 350px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}


.btn01 a {
  display: block;
  border: 1px solid #fff;
  padding: 15px 0;
  z-index: 1;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  color: #fff;
}

.btn01 a::before {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.btn01 a:hover::before {
  width: 100%;
}

.btn01 a::before {
  content: "";
  background: #10172a;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.btn01 a:hover {
  color: #fff !important;
  opacity: 1;
}


.btn01.white a::before {
  content: "";
  background: #fff;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.btn01.white a:hover {
  color: #169ba6 !important;
  opacity: 1 !important;
  background: #fff;
}

.btn01 a:hover::after {
  width: 0;
}

.btn01 a::after {
  content: "";
  position: absolute;
  top: 28px;
  right: -15px;
  background: #fff;
  height: 1px;
  width: 30px;
}

.btn01 a,
.btn01 a::after {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

/*紺色ボタン*/

.btn01 a {
  display: block;
  border: 1px solid #1c2738;
  color: #1c2738;
}

.btn01 a::after {
  background: #1c2738;
}

.btn01.white a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
}

.btn01.white a::after {
  background: #fff;
}


@media screen and (max-width: 800px) {

  .btn01 {
    width: 100% !important;
  }

}




/* animate
---------------------------------------------------------------------------------------*/
.effect_bg,
.fade_in,
.fade_logo,
.fade_up {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-slow {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-block-one {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeLogo {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeLogo {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeLogo {
  -webkit-animation-name: fadeLogo;
  animation-name: fadeLogo;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }

  15% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }

  15% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fade01 {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade01 {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fade01 {
  -webkit-animation-name: fade01;
  animation-name: fade01;
}

/* layout
---------------------------------------------------------------------------------------*/
main {
  display: block;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 1 0, color-stop(0.5, #f1f1f1), color-stop(0.5, transparent), to(transparent));
  -webkit-background-size: 200px;
  background-position: center;
}

@media screen and (max-width: 800px) {
  main {
    width: 100%;
    font-size: 1.4rem;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 1 0, color-stop(0.5, #f1f1f1), color-stop(0.5, transparent), to(transparent));
    -webkit-background-size: 160px;
    background-position: center;
  }
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}

@media screen and (max-width: 800px) {
  .container {
    width: 100%;
  }
}

.container_min {
  max-width: 980px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 800px) {
  .container_min {
    width: 100%;
  }
}

/* clearfix
---------------------------------------------------------------------------------------*/
.clr:after {
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.clr {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clr {
  height: 1%;
}

.clr {
  display: block;
}



/* header
---------------------------------------------------------------------------------------*/

#maincontants {
  padding-top: 65px !important;
}

.mdSpan {
  position: relative;
}

.mdSpan i {
  text-indent: -9999px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0;
  margin-top: -65px;
  padding-top: 65px;
}

header.header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  background: #fff;
  height: 65px;
}

header.header .nav_btn {
  position: fixed;
  top: 0;
  right: 65px;
  background-color: #fffc61;
  z-index: 99;
  text-align: center;
  line-height: 0;
  z-index: 999999999999;
}

header.header a .nav_btn {
  line-height: 1;
  font-size: 24px;
  color: #051330;
  padding: 19px 40px 18px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.15em;
}

.sp_header {
  display: block;
}

.sp_header a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  left: 10px;
}

.sp_header .sp_logo {
  width: 150px;
}

.g_nav {
  height: 100%;
  position: relative;
  z-index: 999;
}

.g_nav > ul {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.g_nav ul li img {
  width: 40%;
  display: block;
}

.g_nav > ul > li:hover {
  color: #169ba6;
}

.g_nav > ul > li:nth-child(1) img {
  width: 55%;
  display: inline-block;
}

.g_nav > ul > li:nth-child(8) img {
  width: 50%;
  display: inline-block;
  margin-bottom: 10px;
}

.g_nav > ul > li:nth-child(9) img {
  width: 50%;
  display: inline-block;
  margin-bottom: 10px;
}

.g_nav > ul {
  padding: 70px 0;
}

@media screen and (max-width: 800px) {

  .drawer-nav {
    margin-top: 60px !important;
  }

  #maincontants {
    padding-top: 106px !important;
  }

  .drawer-hamburger {
    width: 150px;
  }

}


@media screen and (max-width: 800px) {

  .g_nav > ul {
    padding: 100px 0;
  }

  .g_nav > ul > li:nth-child(1) img {
    width: 70%;
    display: block;
  }

  .g_nav > ul > li.entry02 img {
    width: 70%;
    display: inline-block;
    margin-bottom: 10px;
  }

  .g_nav > ul > li.entry03 img {
    width: 70%;
    display: inline-block;
    margin-bottom: 10px;
  }

  .drawer-nav {
    margin-top: 57px !important;
    /*    width: 100% !important;*/
  }

  .drawer-hamburger {
    width: 55px !important;
  }

  .header span.menu_img {
    margin-right: 0 !important;
  }

  .header span.menu {
    display: none;
  }

  /*
  .contact_btn {
    padding: 13px 10px !important;
    max-width: 120px !important;
    right: 79px !important;
  }
*/

  .menu_btn_sp {
    max-width: 100% !important;
    padding: 5px 30px !important;
    margin: 0 auto;
    background-color: #69bdd3;
    position: fixed;
    top: 65px !important;
    right: inherit !important;
    width: 100% !important;
    height: 41px !important;
  }


  .header span.contact {
    letter-spacing: 0.08em !important;
  }

  .header .contact_btn span.menu_img {
    width: 16px !important;
    margin-top: 7px !important;
  }

  .header .menu_btn {
    padding: 18px 10px !important;
  }

  .drawer-menu {
    list-style: none !important;
    padding: 50px 0 !important;
  }

}

.g_nav > ul > li {
  font-size: 14px;
  padding: 10px 0;
  margin: 7px 0;
}

.g_nav > ul > li:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.95);
}

.g_nav > ul > li {
  width: 100%;
  font-size: 18px;
  margin: 0;
  letter-spacing: 0.15em;
}

a.entry_btn {
  background: linear-gradient(#4ea4dc, #7fcfee);
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  color: #fff !important;
  width: 100%;
  padding: 20px 30px 20px 30px;
  margin-top: 10px;
}

.noLine {
  border-bottom: none !important;
}


.g_nav > ul > li.entry02 {
  overflow: hidden;
  font-size: 18px;
  display: inline-block;
  width: 100%;
}

.g_nav > ul > li.entry03 {
  overflow: hidden;
  font-size: 18px;
  display: inline-block;
  width: 100%;
}


.drawer-hamburger {
  top: 0 !important;
}


g_nav > ul a {
  color: #1e2a53 !important;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .g_nav > ul a {
    line-height: 1.4;
  }

  .g_nav > ul > li {
    font-size: 15px;
  }
}

g_nav > ul a:hover {
  color: #a46d30 !important;
}

.g_nav > ul a span {
  opacity: 0.8;
  font-size: 10px;
  display: inline;
}

@media screen and (max-width: 800px) {
  .g_nav > ul a span {
    margin-left: 12px;
    font-size: 10px;
  }
}


@media screen and (max-width: 999px) {

  .sp_header a {
    width: 27vw;
  }

}

@media screen and (max-width: 600px) {

  .sp_header a {
    width: 48vw;
  }

}

@media screen and (max-width: 400px) {

  .sp_header a {
    width: 46vw !important;
  }
}

/* カスタマイズ */

button {
  padding: 0 !importnat;
}

.header .menu_btn {
  padding: 22px 10px !important;
  background: #00428e;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  color: #fff;
  height: 65px;
}

.header .menu_btn:hover {
  background: #222;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.header .language {
  font-size: 19px;
  color: #00428e;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 0.3em;
  display: inline-block;
  padding: 17px 0 0 0;
  margin: 0 414px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 18%;
  text-align: center;
  z-index: 9;
  cursor: pointer;
}

.header .language:hover {
  color: #222;
}




.header span.menu_img {
  width: 34px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.header span.menu {
  font-size: 16px;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 0.3em;
}

.header span.contact {
  font-size: 16px;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 0.3em;
}

.header a {
  opacity: 1 !important;
}

.contact_btn {
  max-width: 200px;
  background-color: #69bdd3;
  padding: 18.5px 10px;
  position: absolute;
  top: 0;
  right: 214px;
  width: 100%;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  height: 65px;
}


.header .language:hover {
  color: #222;
}

.contact_btn:hover {
  background: #00428e;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.header .contact_btn span.menu_img {
  width: 23px;
  margin-right: 3px !important;
}


/*中面gNav*/

.in_menu {
  text-align: center;
  background: #fff;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  top: -42px;
  padding: 10px;
}

.in_menu.three a {
  display: inline-block;
  margin-right: 30%;
}

.in_menu.four a {
  display: inline-block;
  margin-right: 10%;
}


.in_menu a:last-child {
  margin-right: 0 !important;
}

.in_menu ul li.en {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
}

.in_menu a:hover ul li.en {
  color: #02c2f3;
}

.in_menu ul li.jp {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.in_menu a:hover ul li.jp {
  color: #02c2f3;
}

.in_menu ul li.img {
  width: 8px;
  display: inline-block;
  line-height: 1;
  color: #10172a;
}


.in_menu ul li.img svg path {
  fill: #10172a;
}

.in_menu a:hover ul li.img svg path {
  fill: #02c2f3;
}

.in_menu ul li.img img {
  width: 100%;
}


@media screen and (max-width: 800px) {

  .in_menu {
    padding: 10px;
    margin: 0 10px;
  }

  .in_menu.three a {
    margin-right: 6%;
  }


  .in_menu ul li.en {
    font-size: 14px;
  }

  .in_menu ul li.jp {
    font-size: 12px;
  }


  .in_menu ul li.img {
    width: 6px;
  }


  .header .language {
    font-size: 13px;
    padding: 22px 0 0 0;
    margin: 0 85px 0 0;
    letter-spacing: 0.2em;
    color: #00428e;
    display: inline-block;
    max-width: none;
    width: 45%;
    right: 0;
    text-align: right;
  }

  .mdSpan i {
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 0;
    margin-top: -101px;
    padding-top: 101px;
  }



}





/*---------------------------------------------------
mainV
---------------------------------------------------*/

.mv {
  width: 100%;
  padding-top: 100vh;
  position: relative;
  background-size: cover;
  background-image: url(/images/mv_bg.jpg);
  background-repeat: no-repeat;
}

@media screen and (max-width: 800px) {

  .submv {
    padding-top: 60% !important;
  }

}

.mv .pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv_titleBox {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 100%;
  z-index: 99;
  text-align: center;
}

.mv .mv_title {
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  width: 100%;
  text-shadow: 0px 0px 3px #000;
}

.mv .mv_title span {
  font-size: 100px;
  display: block;
  line-height: 1;
}

.mv .mv_title span.name {
  font-size: 22px;
  display: inline-block;
  text-align: center;
  line-height: 1;
}

.mv .mv_title span.fontS {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.mv_titleBox .mv_txt {
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  font-weight: 600;
  text-shadow: 0px 0px 3px #000;
  margin-top: 50px;
  letter-spacing: 0.05em;
}

.mv_titleBox .mv_txt span {
  font-size: 20px;
}

.mv .main_img {
  animation: 2s Roll ease-in-out infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 25%;
  z-index: 9;
}

.mv .main_img img {
  animation: img_box_9955 2s linear infinite;
}


@keyframes img_box_9955 {
  0% {
    transform: translateY(0)
  }

  33.33333% {
    transform: translateY(-10px)
  }

  66.66667% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(0)
  }
}





@media screen and (max-width: 1000px) {

  .slideWidth.sp_only {
    position: relative;
  }

  .mv_title.qswow.animated.fadeIn {
    position: absolute;
    z-index: 99;
    width: 45vh;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }

}

@media screen and (max-width: 800px) {

  .slideWidth.sp_only {
    position: relative;
  }

  .mv_title.qswow.animated.fadeIn {
    position: absolute;
    z-index: 99;
    width: 65vh;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }

  .mv {
    width: 100%;
    padding-top: 80%;
    position: relative;
    background-size: cover;
    background-image: url(../images/mv01.jpg) center center;
    background-repeat: no-repeat;
  }

}




@media screen and (max-width: 400px) {

  .mv_title.qswow.animated.fadeIn {
    width: 50vh;
  }


}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  width: 100%;
}


/*topcontrol*/
#topcontrol {
  z-index: 900;
}

#topcontrol a {
  background: url(../cmn_img/scrollup.png) center center no-repeat #000;
  background: url(../cmn_img/scrollup.png) center center no-repeat #000;
  /* IE8 */
  background: url(../cmn_img/scrollup.png) center center no-repeat #000;
  /* IE7 */
  background: url(../cmn_img/scrollup.png) center center no-repeat #000;
  /* IE6 */
  display: block;
  height: 60px;
  width: 60px;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#topcontrol a:hover {
  filter: alpha(opacity=10) !important;
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}


/*footerBtn*/


.about_water {
  width: 100%;
  background-size: cover;
  background-image: url(/lib/cmn_img/about_water.jpg);
  background-repeat: no-repeat;
  text-align: center;
  margin: 0 auto;
  padding: 80px 0;
  overflow: hidden;
}

.about_water .title li:first-child {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}

.about_water .title li:last-child {
  font-size: 60px;
  line-height: 1;
}

.about_water p.img {
  width: 2%;
  display: inline-block;
  margin: 20px 0;
  line-height: 1;
}

.about_water p.img img {
  width: 100%;
}

.about_water p.txt {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 50px;
}





#footerbrend .ft_wacoms {
  background: url(/lib/cmn_img/ft_wacoms.jpg) no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 50%;
  padding-top: 20%;
  float: left;
  cursor: pointer;
}

#footerbrend .ft_fhs {
  background: url(/lib/cmn_img/ft_fhs.jpg) no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 50%;
  padding-top: 20%;
  float: right;
  cursor: pointer;
}

#footerbrend .txtBox {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  text-align: left;
}



#footerbrend .txtBox .title {
  width: 60%;
  margin-bottom: 10px;
}

#footerbrend .txtBox .title img {
  width: 100%;
}

#footerbrend .txtBox .txt {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
}

#footerbrend .txtBox .btn01 {
  margin: 0;
}

#footerbrend .ft_wacoms .txtBox .btn01 a:hover {
  color: #83807f;
}

#footerbrend .ft_fhs .txtBox .btn01 a:hover {
  color: #1d3308;
}

#ft_bannerArea .bnr.top {
  overflow: hidden;
}

#ft_bannerArea .bnr.top ul li:hover,
#ft_bannerArea .bnr.bottom ul li:hover {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  transition: all .2s ease;
}

#ft_bannerArea .bnr.top ul li {
  width: 25%;
  padding-top: 5%;
  float: left;
  cursor: pointer;
  border-bottom: 1px solid #e8e8e8;
}

#ft_bannerArea .bnr.top ul li.bnr01 {
  background: url(/lib/cmn_img/ft_top_bnr01.jpg) no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  border-right: 1px solid #e8e8e8;
}

#ft_bannerArea .bnr.top ul li.bnr02 {
  background: url(/lib/cmn_img/ft_top_bnr02.jpg) no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  border-right: 1px solid #e8e8e8;
}

#ft_bannerArea .bnr.top ul li.bnr03 {
  background: url(/lib/cmn_img/ft_top_bnr03.jpg) no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  border-right: 1px solid #e8e8e8;
}

#ft_bannerArea .bnr.top ul li.bnr04 {
  background: url(/lib/cmn_img/ft_top_bnr04.jpg) no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  text-align: center;
}

#ft_bannerArea .bnr.bottom ul li {
  width: 16.66%;
  padding-top: 7%;
  float: left;
  cursor: pointer;
}

#ft_bannerArea .bnr.bottom ul li.bnr01 {
  background: url(/lib/cmn_img/ft_bottom_bnr01.jpg) no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
}


#ft_bannerArea .bnr.bottom ul li.bnr02 {
  background: url(/lib/cmn_img/ft_bottom_bnr02.jpg) no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
}


#ft_bannerArea .bnr.bottom ul li.bnr03 {
  background: url(/lib/cmn_img/ft_bottom_bnr03.jpg) no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
}


#ft_bannerArea .bnr.bottom ul li.bnr04 {
  background: url(/lib/cmn_img/ft_bottom_bnr04.jpg) no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
}


#ft_bannerArea .bnr.bottom ul li.bnr05 {
  background: url(/lib/cmn_img/ft_bottom_bnr05.jpg) no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
}


#ft_bannerArea .bnr.bottom ul li.bnr06 {
  background: url(/lib/cmn_img/ft_bottom_bnr06.jpg) no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
}

.back_top a {
  cursor: pointer;
}

.back_top {
  background: #0d3653;
  padding: 15px 0;
  text-align: center;
  margin: 0 auto;
}

.back_top span {
  width: 10px;
  display: inline-block;
  line-height: 1;
}

.back_top span img {
  width: 100%;
}

.back_top p {
  color: #fff;
  font-weight: bold;
  line-height: 1;
}



/* footer
---------------------------------------------------------------------------------------*/
.footer {
  text-align: center;
  background-color: #222;
  padding: 100px 0 0 0;
  margin: 0 auto;
}


.footer h3.logo {
  width: 400px;
  margin: 0 auto 80px;
}

.footer h3.logo img {
  width: 100%;
}

.footer .company.left {
  text-align: left;
  float: left;
}

.link_wrap ul.link_list {
  float: right;
  margin-left: 50px;
}

.link_wrap ul.link_list li {
  text-align: left;
}

.link_wrap ul.link_list li:hover {
  text-decoration: underline;
}


.link_wrap ul.link_list li:first-child {
  margin-bottom: 10px;
}

.link_wrap ul.link_list li.bold {
  font-weight: bold;
}



.copyright {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-family: Verdana, “Droid Sans”;
  width: 100%;
  margin-top: 50px;
  padding: 10px 0 50px;
}


@media screen and (max-width: 720px) {
  /*footer*/

  .footer {
    padding: 50px 0 0;
  }

  .footer h3.logo {
    width: 280px;
    margin-bottom: 0;
  }

  .footer .company.left {
    float: none;
    text-align: center;
    font-size: 10px;
  }

  .footer h3.logo {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .copyright {
    padding: 0 0 10px 0;
    text-align: center;
  }

}
