@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
.btn {
  display: inline-block;
  width: 17.6vw;
  height: 2.8vw;
  text-align: center;
  text-decoration: none;
  line-height: 3.3;
  outline: none;
  position: relative;
  z-index: 2;
  border: 1px solid #333;
  color: #333;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.btn:hover {
  color: #fff;
}
.btn:hover::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0.7;
}
.btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  opacity: 0;
}

.button_mail {
  display: inline-block;
  width: 560px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #fff;
  background: #333;
  line-height: 60px;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.button_mail:hover {
  color: #333;
}
.button_mail:hover::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
  border: 1px solid #333;
}
.button_mail::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  opacity: 0;
}

.button_biz {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  width: 560px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 50px;
}
.button_biz:hover {
  background-color: #6bbc64;
  opacity: .8;
  color: #fff;
}
.button_biz::before, .button_biz::after {
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.button_biz::before {
  right: 0;
}
.button_biz::after {
  left: 0;
}
.button_biz:hover::before, .button_biz:hover::after {
  width: 0;
  background-color: #6bbc64;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 70%;
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
  overflow-x: hidden;
  color: #A0A0A0;
  letter-spacing: 0px;
  background: #fff;
}

/*--------------------------------------------
text
*/
.font_en {
  font-family: 'opensans-light';
  letter-spacing: 2px;
}

.font_en_02 {
  font-family: 'opensans-light';
  letter-spacing: 2px;
}

.font_ja {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.crimson {
  font-family: 'Crimson Text', serif;
}

h1, h2, h3, p {
  text-align: center;
}

h1 {
  font-size: 11px;
}

h2 {
  font-size: 26px;
  color: #333333;
  margin: 45px 0 10px;
}

h3 {
  font-size: 26px;
  color: #333333;
  margin: 50px 0 10px;
}

h4 {
  font-size: 20px;
  color: #333333;
  margin: 20px 0 10px;
}

p {
  font-size: 14px;
  color: #333333;
  letter-spacing: 1.5px;
}

a {
  color: #666666;
  word-break: break-all;
}

.font_t {
  font-size: calc((54.5% + 0.25vw) * 2);
}

.font12 {
  font-size: 12px;
}

.text_l {
  text-align: left;
}

/*
text
--------------------------------------------*/
/*--------------------------------------------
common
*/
* {
  line-height: 1.3;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

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

.img {
  width: 100%;
}

li {
  display: inline-block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.sdw {
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
}

.sdw:hover {
  box-shadow: none;
}

.sdw::after {
  box-shadow: none;
}

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

.sp {
  display: block;
}
@media screen and (min-width: 1060px) {
  .sp {
    display: none;
  }
}

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

@media screen and (min-width: 1060px) {
  .br_pc {
    display: none;
  }
}

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

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

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

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

a {
  opacity: 1;
  transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
}
a:hover {
  opacity: 0.6;
  transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
}

.alt {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*
common
--------------------------------------------*/
/*--------------------------------------------
color/effect
*/
.glade_brdr {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(107, 188, 100, 0.7) 40%, rgba(0, 0, 0, 0));
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% 1px;
}

.glade_brdr_02 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.7) 40%, rgba(0, 0, 0, 0));
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% 1px;
}

.link {
  background: #eeeeee;
}

.radius {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.grad {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(#ffffff, #ffffff);
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  background: linear-gradient(#ffffff, #ffffff);
}

.grad2 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -moz-linear-gradient(#ffffff, #eeeeee);
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: linear-gradient(#ffffff, #eeeeee);
}

/*
color/effect
--------------------------------------------*/
/*--------------------------------------------
margin/padding
*/
/*margin-top*/
.mr_t10 {
  margin: 10px 0 0 0;
}

.mr_t20 {
  margin: 20px 0 0 0;
}

.mr_t25 {
  margin: 25px 0 0 0;
}

.mr_t30 {
  margin: 30px 0 0 0;
}

/*margin-bottom*/
.mb_16 {
  margin: 0 0 16px 0;
}

.mr_b10 {
  margin: 0 0 10px 0;
}

.mr_b20 {
  margin: 0 0 20px 0;
}

.mr_b30 {
  margin: 0 0 30px 0;
}

.mr_b40 {
  margin: 0 0 40px 0;
}

.mr_b60 {
  margin: 0 0 60px 0;
}

.mr_b5 {
  margin-bottom: 5px;
}

/*margin-right*/
.mr_r10 {
  margin-right: 10px;
}

.mr_r5 {
  margin: 0 5px 0 0;
}

/*padding-right*/
.pd_r15 {
  padding-right: 15px;
  vertical-align: top;
}

/*
margin/padding
--------------------------------------------*/
.logo {
  margin: 10px 0;
}

.pnkz_area {
  margin: 10px 0;
}

.p_h2 {
  font-size: 10px;
  margin: 5px 0 30px 0;
  color: #6bbc64;
}

.p_h2_02 {
  font-size: 10px;
  margin: 5px 0 30px 0;
  color: #fff;
}

/*--------------------------------------------
header
*/
#header {
  width: 100vw;
  height: 3.8vw;
  top: -100px;
  position: absolute;
  background: #fff;
  margin: 100px auto 0;
  padding: 30px 0 0;
  line-height: 1;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  #header {
    height: 50px;
    top: 0;
    padding: 0;
    margin-top: 0;
    border: 0;
    border-bottom: 1px solid #333;
  }
}
#header a {
  color: #fff;
  text-decoration: none;
}
#header .inner {
  width: 95.833vw;
  position: relative;
  margin: 5px auto 0;
}
#header .inner h1 {
  width: 9vw;
  float: left;
  margin-top: -0.5%;
}
#header .inner h5 {
  width: 9vw;
  float: left;
  margin-top: -0.5%;
}
#header .inner .sp_head h1 {
  display: none;
}
@media screen and (max-width: 767px) {
  #header .inner .sp_head h1 {
    width: 37vw;
    display: inline-block;
    float: left;
    margin: 1vw 0 0 8vw;
  }
}
@media screen and (max-width: 767px) {
  #header .inner .sp_head h5 {
    width: 37vw;
    display: inline-block;
    float: left;
    margin: 1vw 0 0 8vw;
  }
}
#header .inner .sp_head, #header .inner p {
  display: none;
}
@media screen and (max-width: 767px) {
  #header .inner .sp_head, #header .inner p {
    display: inline-block;
    margin-top: -2px;
  }
}
#header .inner:after {
  content: "";
  clear: both;
  display: block;
}
#header .inner ul {
  list-style: none;
  float: right;
  margin-top: -1%;
}
#header .inner ul .nav {
  width: 7.7vw;
}
@media screen and (max-width: 767px) {
  #header .inner ul .nav {
    width: 46vw;
  }
}
#header .inner ul li {
  float: left;
  display: inline-block;
  vertical-align: bottom;
}
#header .inner ul .udr {
  width: 6.6vw;
}
@media screen and (max-width: 767px) {
  #header .inner ul .udr {
    width: 46vw;
  }
}
#header .inner_udr {
  width: 64.3vw;
}
@media screen and (max-width: 767px) {
  #header .inner_udr .sp_head {
    margin-top: -px;
  }
}
#header .inner_udr .sp_head h1 {
  margin-left: -0.7vw;
}
@media screen and (max-width: 767px) {
  #header .inner_udr .sp_head #global_nav {
    top: -508px;
  }
}
#header .inner_udr .sp_head #global_nav ul {
  width: 46vw;
  margin-top: 0.1vw;
}
@media screen and (max-width: 767px) {
  #header .inner_udr .sp_head #global_nav ul {
    width: 180px;
    background: #333333;
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #header.fixed .logo, #header .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
}
#header.fixed {
  margin-top: 0;
  top: 15px;
  position: fixed;
  height: 100px;
  padding-top: 0;
  background: #fff;
  background: white;
  transition: top .3s ease-in;
  -webkit-transition: top .3s ease-in;
  -moz-transition: top .3s ease-in;
}
#header.fixed .inner {
  padding: 0 0 10px;
  background: none;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  #header.fixed .inner {
    width: 100%;
    height: auto;
    padding: 0;
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  #header.fixed .inner ul li {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  #header #global_nav ul li a, #header.fixed #global_nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #header .inner_udr {
    width: 98.08vw;
  }
}
@media screen and (max-width: 767px) {
  #header .inner_udr ul {
    width: none;
  }
}

.sp_head {
  width: 100%;
  position: relative;
}
.sp_head #nav_toggle {
  width: 34px;
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .sp_head #nav_toggle {
    display: block;
  }
}
.sp_head #nav_toggle div {
  position: relative;
}
.sp_head #nav_toggle span {
  width: 100%;
  display: block;
  position: absolute;
  height: 4px;
  background: #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.sp_head #nav_toggle span:nth-child(1) {
  top: 0;
}
.sp_head #nav_toggle span:nth-child(2) {
  top: 11px;
}
.sp_head #nav_toggle span:nth-child(3) {
  top: 22px;
}

@media screen and (max-width: 767px) {
  .cont_sp {
    display: block;
    margin: 20px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .cont_sp li {
    width: 32.3vw;
    margin-right: 1%;
  }
}
@media screen and (max-width: 767px) {
  .cont_sp li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .cont_sp li h4 {
    font-size: 10px;
    margin: 5px 0 10px;
    text-align: center;
  }
}

/* Fixed */
#header.fixed {
  margin-top: 0;
  top: -5px;
  position: fixed;
  height: 100px;
  padding-top: 0px;
  background: #fff;
  background: white;
  transition: top 0.3s ease-in;
  -webkit-transition: top 0.3s ease-in;
  -moz-transition: top 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  #header.fixed {
    height: 50px;
    border-bottom: 1px solid #333;
    box-shadow: none;
  }
}
#header.fixed .inner {
  padding: 40px 0 0;
  background: none;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  #header.fixed .inner {
    height: 50px;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }
}
#header.fixed .inner ul li a img {
  -moz-background-size: 80% auto;
  background-size: 80% auto;
}

/*--------------------------------------------
Toggle Button
*/
.sp_head {
  width: 100%;
  position: relative;
}
.sp_head p {
  width: 50px;
  position: absolute;
}
.sp_head .line_sp {
  right: 114px;
}
.sp_head .tel_sp {
  right: 65px;
}
.sp_head #nav_toggle {
  width: 34px;
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .sp_head #nav_toggle {
    display: block;
  }
}
.sp_head #nav_toggle div {
  position: relative;
}
.sp_head #nav_toggle span {
  width: 100%;
  display: block;
  position: absolute;
  height: 4px;
  background: #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.sp_head #nav_toggle span:nth-child(1) {
  top: 0;
}
.sp_head #nav_toggle span:nth-child(2) {
  top: 11px;
}
.sp_head #nav_toggle span:nth-child(3) {
  top: 22px;
}

/*----------------------------------
global_nav
*/
@media screen and (max-width: 767px) {
  #global_nav {
    width: 47%;
    position: absolute;
    top: -500px;
    right: -16px;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  #global_nav ul {
    width: 180px;
    background: #333333;
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #global_nav ul li {
    float: none;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  #global_nav ul li .logo {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .open #nav_toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@media screen and (max-width: 767px) {
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
}
@media screen and (max-width: 767px) {
  .open #nav_toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
@media screen and (max-width: 767px) {
  .open #global_nav {
    -webkit-transform: translateY(552px);
    -ms-transform: translateY(552px);
    transform: translateY(552px);
  }
}

/*
header
--------------------------------------------*/
/*--------------------------------------------
top/fixed
*/
 #top_head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  height: 55px;
  background: #fff;
  background: white;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.35s ease-in;
  -moz-transition: top 0.35s ease-in;
}
 #top_head.fixed .inner .none {
  display: none;
}
 #top_head.fixed .inner .logo {
  font-size: 24px;
  color: #333;
  margin-top: 5px;
}
 #top_head.fixed .inner #global-nav ul {
  width: 98%;
  top: 20px;
  left: 20%;
}
 #top_head.fixed .inner #global-nav ul li {
  width: 13%;
  margin: 0 auto;
}
 #top_head.fixed .inner #global-nav ul li:first-child {
  margin-left: 5px;
}
 #top_head.fixed .inner #global-nav ul li a {
  color: #333;
  padding: 0 20px;
}

/*
top/fixed
--------------------------------------------*/
/*--------------------------------------------
main contents
*/
#main {
  background: #eeeeee;
  text-align: center;
}

.main_img {
  text-align: center;
}

/*
main contents
--------------------------------------------*/
/*--------------------------------------------
footer/nav
*/
#footer {
  width: 100vw;
  background: #fff;
}
#footer .arrow {
  padding: 5px 0 10px;
  background: #948e7f;
  text-align: center;
}
#footer .f_con {
  width: 60.08vw;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  #footer .f_con {
    width: 100vw;
    margin: 0;
  }
}
#footer .f_con .f_nav {
  text-align: center;
  margin-bottom: 40px;
}
#footer .f_con .f_left {
  width: 24vw;
  float: left;
}
@media screen and (max-width: 767px) {
  #footer .f_con .f_left {
    width: 96vw;
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #footer .f_con .f_left .left {
    float: none;
  }
}
#footer .f_con .f_left .sp_menu {
  display: none;
}
#footer .f_con .f_left p {
  float: left;
}
@media screen and (max-width: 767px) {
  #footer .f_con .f_left p {
    float: none;
    width: 38vw;
    margin: 30px auto 0;
  }
}
#footer .f_con .f_left .f_logo {
  width: 10vw;
}
@media screen and (max-width: 767px) {
  #footer .f_con .f_left .f_logo {
    width: 39vw;
  }
}
#footer .f_con .f_left ul {
  float: left;
  text-align: left;
  margin-top: 10px;
  overflow: hidden;
}
#footer .f_con .f_left ul li {
  float: left;
}
#footer .f_con .f_left ul .prvy {
  display: none;
}
#footer .f_con .f_left .old_no {
  margin-top: 60px;
}
#footer .f_con .f_left .old_no span {
  margin-top: 60px;
  font-size: calc(10px + 0.25vw);
}
@media screen and (max-width: 767px) {
  #footer .f_con .f_left .old_no span {
    margin-top: 10px;
    font-size: calc(10px + 1.25vw);
  }
}
#footer .f_con .f_left span {
  text-align: left;
  line-height: 1.5;
  margin-top: 6px;
  color: #333;
  font-size: calc(10px + 0.25vw);
}
@media screen and (max-width: 767px) {
  #footer .f_con .f_left span {
    font-size: calc(10px + 1.25vw);
  }
}
#footer .f_con .f_left .privacy {
  float: left;
}
@media screen and (max-width: 767px) {
  #footer .f_con .f_left .privacy {
    display: none;
  }
}
#footer .f_con .f_left .privacy a {
  display: block;
  color: #fff;
  text-decoration: underline;
  margin-left: 10px;
}
#footer .f_con .f_left .privacy a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #footer .f_con .f_left ul li {
    float: none;
    display: block;
  }
}
#footer .f_con .right {
  width: 26vw;
}
@media screen and (max-width: 767px) {
  #footer .f_con .right {
    float: none;
  }
}
@media screen and (max-width: 767px) {
  #footer .f_con .right video {
    width: 100vw;
  }
}
#footer .euro {
  margin: 30px 0;
}

#copyright {
  font-size: 10px;
  text-align: center;
  letter-spacing: 5px;
  padding: 10px 0;
  color: #fff;
  background: #58513e;
}

.pc_none {
  display: none;
}

.cont_sp {
  display: none;
}

/*
footer/nav
--------------------------------------------*/
