body{
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  color: #000;
}
main{
  overflow: hidden;
}
img{
  width: 100%;
  height: auto;
}
p{
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.wrapper{
  max-width: 1080px;
  margin: 0 auto;
}
.wrapper_inner{
  max-width: 920px;
  margin: 0 auto;
}
.fs{
  font-size: 0.8em;
}
.grecaptcha-badge {
  visibility: hidden;
}
.pc_only{
  display: block;
}
.sp_only{
  display: none;
}

@media screen and (max-width: 767px){
  main{
    
  }
  p{
    font-size: 13px;
  }
  .wrapper{
    width: calc(100% - 60px);
  }
  .wrapper_inner{
    
  }
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
}


.header_info{
  width: 100%;
  padding: 6px;
  background: rgba(0,0,0,0.5);
  position: fixed;
  z-index: 10;
}
.header_info p{
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1024px){
  .header_info{
    width: calc(100% - 120px);
    margin-left: 120px;
    top: 0;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 1023px){
  .header_info{
    bottom: 0;
    border-top: 1px solid #fff;
  }
}


/* ヘッダー */
#header{
  position: fixed;
  width: 100%;
  z-index: 19;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
#header .header_box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  margin: auto;
  position: relative;
}
#header .header_box .logo{
  width: 80px;
  position: absolute;
  z-index: 13;
}
#header .header_box .logo img{
  width: 100%;
}
@media screen and (max-width: 767px){
  #header .wrapper{
    width: calc(100% - 20px);
  }
  #header .header_box{
    height: 60px;
  }
}
#btn_menu{
  display: none!important;
}


#btn_menu {
    width: 45px;
    height: 30px;
    cursor: pointer;
    z-index: 19;
    opacity: 1;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transition: opacity .4s ease 8s,top .4s ease,right .4s ease;
    -o-transition: opacity .4s ease 8s,top .4s ease,right .4s ease;
    -webkit-transition: opacity .4s ease,top .4s ease,right .4s ease;
    -webkit-transition-delay: 8s,0s,0s;
    transition: opacity .4s ease 8s,top .4s ease,right .4s ease;
}

#btn_menu span {
    display: block;
    width: 45px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
#btn_menu span:first-child {
    top: 0px;
}
#btn_menu span:nth-of-type(2) {
    top: 15px;
}
#btn_menu span:nth-of-type(3) {
    top: 30px;
}
#btn_menu.active span{
  background-color: #000;
}
#btn_menu.active span:first-child {
    -webkit-transform: translate(-50%, 15px) rotate(-45deg);
    transform: translate(-50%,15px) rotate(-45deg);
}
#btn_menu.active span:nth-of-type(2) {
    opacity: 0;
}
#btn_menu.active span:nth-of-type(3) {
    -webkit-transform: translate(-50%,-15px) rotate(45deg);
    transform: translate(-50%,-15px) rotate(45deg);
}
@media screen and (max-width: 767px){
  #btn_menu{
    width: 28px;
    height: 16px;
    right: 10px;
  }
  #btn_menu span {
    width: 28px;
    height: 2px;
  }
  #btn_menu span:nth-of-type(2) {
      top: 8px;
  }
  #btn_menu span:nth-of-type(3) {
      top: 16px;
  }
  #btn_menu.active span:first-child {
      -webkit-transform: translate(-50%, 8px) rotate(-45deg);
      transform: translate(-50%,8px) rotate(-45deg);
  }
  #btn_menu.active span:nth-of-type(3) {
      -webkit-transform: translate(-50%,-8px) rotate(45deg);
      transform: translate(-50%,-8px) rotate(45deg);
  }
  #header .header_box .logo{
    width: 40px;
  }
}

@media screen and (min-height: 800px){
  #header.motion::after{
    border-top-right-radius: calc(50vh + 75px);
    border-bottom-right-radius: calc(50vh + 75px);
    width: calc(50vh + 75px);
    height: calc(100vh + 150px);
  }
}
@media screen and (min-height: 1200px){
  #header.motion::after{
    border-top-right-radius: calc(50vh + 50px);
    border-bottom-right-radius: calc(50vh + 50px);
    width: calc(50vh + 50px);
    height: calc(100vh + 100px);
  }
}
@media screen and (max-height: 600px){
  #header.motion::after{
    border-top-right-radius: 400px;
    border-bottom-right-radius: 400px;
    width: 400px;
    height: 800px;
  }
}

.scroll-prevent {
  overflow: hidden;
}

.sp_box{
  position: relative;
}
#sp_nav {
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19;
    text-align: center;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#sp_nav.active {
    opacity: 1;
    pointer-events: auto;
}
#sp_nav .header_box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#sp_nav .header_box .logo{
  width: 134px;
  position: relative;
  z-index: 19;
}
#sp_nav .header_box .logo img{
  width: 100%;
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%);
  filter: invert(100%);
}
#sp_nav #close_bg {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.98);
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
#sp_nav #close_bg.active{
  opacity: 1;
  pointer-events: auto;
}
#sp_nav .overflow_scroll{
  overflow: scroll;
  height: 100%;
}
#sp_nav .sp_nav_wrap {
  margin: 160px 0 40px;
  position: relative;
  z-index: 50;
  display:-webkit-box;
  display:-ms-flexbox;
  display:inline-flex;
  flex-flow: column;
}

#sp_nav ul{
  opacity: 0;
  -webkit-transition: opacity .35s ease-in-out 0.2s;
  transition: opacity .35s ease-in-out 0.2s;
}
#sp_nav.active ul{
  opacity: 1;
  -webkit-transition: opacity .35s ease-in-out 0.2s;
  transition: opacity .35s ease-in-out 0.2s;
}
#sp_nav ul .spacer{
  width: 100%;
}
#sp_nav .nav_01{
  text-align: left;
}
#sp_nav .nav_01 .nav_link > a{
  font-size: 15px;
  letter-spacing: 0.1em;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  margin-bottom: 24px;
  display: inline-block;
}
#sp_nav .nav_01 .nav_link > a:hover{
  opacity: 0.6;
}
#sp_nav .nav_02{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap: wrap;
  margin-left: 32px;
  margin-bottom: 20px;
}
#sp_nav .nav_02 li{
  padding: 0;
  list-style: none;
  margin-right: 40px;
  margin-bottom: 20px;
}
#sp_nav .nav_02 li a {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  display: block;
  text-decoration: none;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
#sp_nav .nav_02 li.current a::before{
  content: "";
  width: 5px;
  height: 10px;
  background-color: #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  margin-right: 7px;
  display: inline-block;
}
#sp_nav .nav_02 li a:hover{
  opacity: 0.6;
}
#sp_nav .nav_02 li.catalogo{
  width: 100%;
}
#sp_nav .nav_02 li.catalogo a{
  display: flex;
  align-items: center;
}
#sp_nav .nav_02 li.catalogo img{
  width: 15px;
  margin-right: 8px;
}


#sp_nav .nav_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 51;
  margin-bottom: 10px;
}
#sp_nav .nav_sns li{
  margin: 0 10px;
  padding: 0;
  list-style: none;
}
#sp_nav .nav_sns li a{
  text-decoration: none;
}
#sp_nav .nav_sns li a img{
  width: 24px;
  height: 24px;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
#sp_nav .nav_sns li a:hover img{
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%);
  filter: invert(100%);
}

@media screen and (max-width: 894px){
  #sp_nav .sp_nav_wrap{
    width: 90vw;
  }
}
@media screen and (max-width: 767px){
  #sp_nav .wrapper{
    width: calc(100% - 20px);
  }
  #sp_nav .header_box{
    height: 60px;
    position: relative;
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  #sp_nav .header_box .logo{
    width: 80px;
  }
  #sp_nav .sp_nav_wrap{
    margin-top: 60px;
    margin-bottom: 20px;
    width: 82vw;
  }
  #sp_nav .nav_01{
    margin-bottom: 20px;
  }
  #sp_nav .nav_01 .nav_link{
    font-size: 16px;
  }
  #sp_nav .nav_02{
    justify-content: space-between;
    margin-left: 24px;
    margin-bottom: 0;
  }
  #sp_nav .nav_02 li{
    width: calc((100% - 6px) / 2);
    text-align: left;
    margin-right: 0;
    margin-bottom: 24px;
  }
  #sp_nav .nav_02 li.tenuta-parentini{
    width: 100%;
  }
  #sp_nav .nav_02 li a{
    font-size: 13px;
  }
  #sp_nav .nav_03{
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #sp_nav .nav_03 li{
    margin-bottom: 10px;
  }
  #sp_nav .nav_03 li.edge_sp{
    padding-right: 0;
    margin-right: 0;
  }
  #sp_nav .nav_03 li.edge_sp::after{
    display: none;
  }
  #sp_nav .nav_03 li a{
    font-size: 14px;
  }
  #sp_nav .nav_sns li{
    margin: 0 15px;
  }
  #sp_nav .nav_sns li a img {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 374px){
  #sp_nav .sp_nav_wrap{
    margin-top: 10px;
    width: 90vw;
  }
}



.toggle{
  display: none;
}
.toggle-box {
  position: relative;
  width: 30px;
  height: 16px;
  cursor: pointer;
}
.toggle-box > span {
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.toggle-box > span:nth-child(1) {
  top: 0;
}
.toggle-box > span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.toggle-box > span:nth-child(3) {
  bottom: 0;
}
.is-open .toggle-box > span{
  background: #000000;
}
.is-open .toggle-box > span:nth-child(1) {
  -webkit-transform: translate(-50%, 7px) rotate(-45deg);
  transform: translate(-50%, 7px) rotate(-45deg);
}
.is-open .toggle-box > span:nth-child(2) {
  opacity: 0;
}
.is-open .toggle-box > span:nth-child(3) {
  -webkit-transform: translate(-50%, -7px) rotate(45deg);
  transform: translate(-50%, -7px) rotate(45deg);
}
@media screen and (max-width: 767px){
  .sp_nav{

  }
  .is-open .sp_nav{
    visibility: visible;
    opacity: 1;
  }
  .is-open .sp_nav .sp_nav_bg{
    visibility: visible;
    opacity: 1;
  }
  .toggle{
    display: block;
    margin-left: auto;
    z-index: 10;
  }
}



.loading{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 50vw;
  height: 50vh;
  background-color: #fff;
  z-index: 99;
}
.loading p{
  font-size: 40px;
  font-family: "myriad-pro", sans-serif;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.loading p .jp{
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.loading_bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  z-index: 90;
}
@media screen and (max-width: 767px){
  .loading{
    width: calc(100vw - 50px);
  }
  .loading p{
    font-size: 30px;
  }
  .loading p .jp{
    font-size: 13px;
  }
}



body.top .mv{
  height: 300px;
  position: relative;
}
body.top .mv_img{
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
}
body.top .mv_img img{
  height: 100%;
  object-fit: cover;
}
body.top .mv_ttl{
  font-size: 120px;
  font-family: "myriad-pro", sans-serif;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #aaa;
  width: max-content;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
body.top .mv_ttl .jp{
  font-size: 40px;
  letter-spacing: 0.2em;
  font-weight: bold;
  display: block;
}

body.top .eng{
  font-size: 200px;
  font-weight: bold;
  font-family: "myriad-pro", sans-serif;
  letter-spacing: 0;
  width: max-content;
  position: absolute;
  bottom: 0;
}

body.top #service{
  padding: 80px 0 120px;
  background-color: #aaa;
  position: relative;
}
body.top #service .wrapper{
  position: relative;
}
body.top #service .service_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.top #service .service_list li{
  width: calc((100% - 80px) / 2);
}
body.top #service .service_list h3{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
body.top #service .service_img{
  position: relative;
  overflow: hidden;
  padding-top: 55%;
  margin-bottom: 20px;
}
body.top #service .service_img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.top #service .eng{
  color: #fff;
  right: 36%;
  transform: translateY(calc(35% + 30px));
  -webkit-transform: translateY(calc(35% + 30px));
  -ms-transform: translateY(calc(35% + 30px));
}

body.top #about{
  padding: 80px 0;
  position: relative;
}
body.top #about .wrapper{
  position: relative;
}
body.top #about .about_company{
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 40px;
}
body.top #about dl{
  font-size: 14px;
  line-height: 2;
}
body.top #about dl > div{
  padding: 10px;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.top #about dl dt{
  font-weight: bold;
  width: 200px;
  flex-shrink: 0;
}
body.top #about dl a{
  color: #1A0DAB;
  text-decoration: underline;
}
body.top #about .eng{
  color: #DDDDDD;
  left: 50%;
  transform: translateY(35%);
  -webkit-transform: translateY(35%);
  -ms-transform: translateY(35%);
}


body.top #news{
  padding: 80px 0 100px;
  position: relative;
  background-color: #ddd;
  margin-bottom: 30px;
}
body.top #news .wrapper{
  position: relative;
}
body.top #news ul{
  padding: 20px 40px;
  background-color: #fff;
}
body.top #news ul li{
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
body.top #news ul li:last-of-type{
  border: 0;
}
body.top #news ul li span{
  margin-right: 20px;
  display: inline-block;
}
body.top #news .eng{
  color: #000;
  right: 45%;
  transform: translateY(calc(35% + 30px));
  -webkit-transform: translateY(calc(35% + 30px));
  -ms-transform: translateY(calc(35% + 30px));
}
@media screen and (max-width: 767px){
  body.top .mv_ttl{
    font-size: 60px;
    bottom: -10px;
  }
  body.top .mv_ttl .jp{
    font-size: 20px;
  }
  body.top #service{
    padding: 80px 0 80px;
  }
  body.top #service .service_list{
    flex-flow: column;
  }
  body.top #service .service_list li{
    width: 100%;
    margin-bottom: 40px;
  }
  body.top #service .service_list li:last-of-type{
    margin-bottom: 0;
  }
  body.top #service .service_list h3{
    font-size: 18px;
  }
  body.top #service .eng{
    left: unset;
    right: 0;
    transform: translateX(35%) rotate(180deg);
    -webkit-transform: translateX(35%) rotate(180deg);
    -ms-transform: translateX(35%) rotate(180deg);
  }
  body.top #about .about_company{
    font-size: 20px;
  }
  body.top #about dl > div{
    flex-flow: column;
  }
  body.top .eng{
    font-size: 150px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
    bottom: -40px;
  }
  body.top #about .eng{
    left: unset;
    right: 0;
    transform: translateX(35%) rotate(180deg);
    -webkit-transform: translateX(35%) rotate(180deg);
    -ms-transform: translateX(35%) rotate(180deg);
  }

  body.top #news ul{
    flex-flow: column;
  }
  body.top #news ul li{
    width: 100%;
  }
  body.top #news ul li:last-of-type{
    margin-bottom: 0;
  }
  body.top #news ul li span{
    display: block;
  }
  body.top #news .eng{
    left: unset;
    right: 0;
    transform: translateX(35%) rotate(180deg);
    -webkit-transform: translateX(35%) rotate(180deg);
    -ms-transform: translateX(35%) rotate(180deg);
  }
}







#footer{
  padding: 60px 0 15px;
  background-color: #000;
  color: #fff;
}
#footer h3{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}
#footer .footer_flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between; 
  margin-bottom: 50px;
}
#footer .footer_nav{
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
#footer .footer_nav li{
  border-left: 4px solid #fff;
  margin-right: 40px;
}
#footer .footer_nav li a{
  font-size: 20px;
  font-family: "myriad-pro", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-left: 12px;
}
#footer .footer_nav li a span{
  font-size: 12px;
  display: block;
  margin-bottom: 6px;
}


#footer .footer_sns{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#footer .footer_sns li{
  width: 50px;
  margin-right: 8px;
}

#footer .footer_logo{
  width: 100px;
  margin: 0 auto 50px;
}
#footer .copyright{
  font-size: 13px;
  font-family: "myriad-pro", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px){
  #footer .footer_flex{
    flex-flow: column;
  }
  #footer .footer_left{
    margin-bottom: 80px;
  }
  #footer .footer_nav{
    flex-flow: column;
    height: unset;
  }
  #footer .footer_nav li{
    margin-bottom: 20px;
  }
  #footer .footer_logo{
    width: 80px;
    margin: 0 auto 40px;
  }
  #footer .footer_company h3{
    text-align: center;
  }
  #footer .footer_company p{
    display: table;
    margin: 0 auto;
  }
  #footer .copyright{
    font-size: 12px;
  }
}


.js-fade{
  opacity:0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
}
.js-fade.is-show{
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  -ms-transform: translateY(0,0);
  opacity:1;
}
