@charset "utf-8";
/*
Theme Name: moadsq
Theme URI:
Template: moadsq_moa
Description:moa_dsq
Author:moa_dsq
Tags:moa_dsq
Version: 0.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Square+Peg&display=swap');

body{
    background-color:#fff;
    color:#000;
}

    a {
    transition : all 0.5s ease 0s;
}

h2{
    border:none;
}
td{
    border-bottom:1px solid rgba(255,255,255,0.5);
}

::placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
.siteHeader{
    position:fixed;
    background-color:#fff;
    padding:10px;
	 border-bottom:none!important;
	box-shadow:none!important;
	-webkit-box-shadow:none!important;
   
}
.headerTop{
	background-color:#fff!important;
}
.navbar-brand img{
	max-height:79px!important;
}
.gMenu a{
    color:#000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

}
.gMenu a:hover{
    color:#111;
    
}

.gMenu>li:before{
    border:none;
}

.m_fukisokuwaku{
  padding:20px;
  border:3px solid #fcb900;
  -webkitborder-radius: 41px 35px 50px 11px/11px 50px 35px 41px;
  -moz-border-radius: 41px 35px 50px 11px/11px 50px 35px 41px;
  border-radius: 41px 35px 50px 11px/11px 50px 35px 41px;
  width:80%;
  margin:0 auto;
}
.heading07 {
	    position: relative;
    padding-top: 50px;
    padding-left: 30px;
    font-size: 26px;
    color: #fff;
    text-align:center;
}

.heading07 span {
	position: relative;
	z-index: 2;
}

.heading07::before {
	content: attr(data-en);
    position: absolute;
    transform: rotate(345deg);
    top: -7px;
    left: 30%;
    color: rgb(255 254 253 / 19%);
    font-size: 100px;
    font-weight: 400;
	font-family: 'Square Peg';
}
.heading05 {
	position: relative;
	padding-bottom: 0px;
    color:#5b5d60;
	font-size: 18px;
	text-align: center;
}

.heading05::before {
	content: attr(data-en);
	display: block;
    color:#000;
    text-stroke: 1px #8cc63f;
  -webkit-text-stroke: 1px #8cc63f;
	font-size: 50px;
	font-style: italic;
	text-transform: uppercase;
    font-family: 'Arial';
}


.siteFooter{
    background-color:#fff;
    border-top:none;
}

.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a{
    color:#000;
    border-bottom:none;
    font-size:22px;
    text-align:center;
}
.page-header{
    margin-top:100px;
    padding:0px;
}
.page-header_pageTitle {
        color:#000;
    text-stroke: 1px #000;
  -webkit-text-stroke: 1px #000;
	font-size: 31px!important;
	font-style: normal;
	text-transform: normal;
    font-family: 'Arial';
	padding:30px;
    }
.neontext{
    text-shadow:
      0 0 7px #fff,
      0 0 10px #fff,
      0 0 21px #fff,
      0 0 42px #0fa,
      0 0 82px #0fa,
      0 0 92px #0fa,
      0 0 102px #0fa,
      0 0 151px #0fa;
}
.vk-mobile-nav.vk-mobile-nav-open{
    background-color:rgba(255,255,255,0.8);
	backdrop-filter: blur(12px);
}
.vk-mobile-nav.vk-mobile-nav-open{
    top:0;
    left:0;
}
.vk-mobile-nav{
    position: fixed;
    left: 120%;
    top: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
    display: block;
    padding: 45px 10px;
    overflow: scroll;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.vk-mobile-nav nav>ul{
    border-top:none;
}
.fade {

  opacity : 0;

  transform: translateY(50px);

  transition: all 1s;

}
.dfilter{
    width:90%;
    padding:10px;
    background-color:rgba(255,255,255,0.7);
    backdrop-filter:blur(12px);
    border-radius:20px;
    box-shadow: 3px 3px 6px -2px #555,
  3px 3px 8px rgba(255,255,255,0.8) inset;
    margin:0 auto;
}

       .sc {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;

}
.sc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}
        .sc::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.table_1 tr th,
.table_1 tr td {
    display: block;
    width: 100%;
    padding: 0;
    margin: 20px 0;
    color:#ccc;
    
}
.table_1 tr th {
    font-weight: bold;
    font-size:18px;
}
.table_1 tr td {
    
    font-size:15px;
}    
.table_1 a{
    color:#ccc;
}
.grass{
background: rgba(0,0,0, 0.2 );
box-shadow: 0 8px 32px 0 rgb(151 226 113 / 37%);
backdrop-filter: blur( 10px );
-webkit-backdrop-filter: blur( 10px );
border: 1px solid rgba( 255, 255, 255, 0.18 );
display:block;
border-radius:10px;
padding:10px;
color:#FFFFFF;
}
 .btn_1{
        text-align:center;
        margin:0 auto;
        }  
.btn_1 a{
    display: block;
    width: 75%;
    background-color: #fff;
    color: #000;
    vertical-align: middle;
    font-size: 30px;
    margin: 0 auto;
    transition: all 0.5s;
}


        .btn_1 a:hover{
            background-color:#000;
            color:#fff;
            border:1px solid #fff;
            text-decoration:none;
        }

/*nidan moji*/
.heading052 {
	position: relative;
	padding-bottom: 0px;
    color:#000;
	font-size: 14px;
	text-align: center;
}

.heading052::before {
	content: attr(data-en);
	display: block;
    color:#000;
	font-size: 30px;
	font-style:normal;
	text-transform: uppercase;
  font-family:'Impact', sans-serif;
  font-weight:bold;
}

@media screen and (min-width: 992px) { 
.siteHeader{
    position:fixed;
   border-bottom:none!important;
	box-shadow:none!important;
	-webkit-box-shadow:none!important;
}
	.headerTop{
	background-color:#fff!important;
}
.gMenu a{
    color:#000;
transition: all  0.3s ease;
}
.gMenu a:hover{
    color:#909090;
    
    
}

.gMenu>li:before{
    border:none;
}
    .heading07 {
	    position: relative;
    padding-top: 50px;
    padding-left: 30px;
    font-size: 26px;
    color: #fff;
    text-align:center;
}
.navbar-brand img{
	max-height:100px!important;
}
.page-header_pageTitle {
        color:#000;
    text-stroke: 1px #000;
  -webkit-text-stroke: 1px #000;
	font-size: 31px!important;
	font-style: normal;
	text-transform: normal;
    font-family: 'Arial';
	padding:50px;
    }	
	
	
	
.heading07 span {
	position: relative;
	z-index: 2;
}

.heading07::before {
	content: attr(data-en);
    position: absolute;
    transform: rotate(345deg);
    top: -7px;
    left: 40%;
    color: rgb(255 254 253 / 19%);
    font-size: 100px;
    font-weight: 400;
	font-family: 'Square Peg';
}
	 .heading052 {
    position: relative;
    padding-bottom: 0px;
      color:#000;
    font-size: 14px;
    text-align: center;
  }
  
  .heading052::before {
    content: attr(data-en);
    display: block;
      color:#000;
    font-size: 45px;
    font-style:normal;
    text-transform: uppercase;
    font-family:'Impact', sans-serif;
    font-weight:bold;
  }
    .page-header{
    margin-top:100px;
    padding:50px;
}
.table_1 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.table_1 tr {
    border-bottom:1px solid #212529;
}
.table_1 tr th,
.table_1 tr td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
}
.table_1 tr th {
    font-weight: bold;
    font-size:20px;
}
.table_1 tr td {
    
    font-size:17px;
}    
}
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:1%;
  right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
  position: absolute;
  left:-20px;
  bottom:10px;
    /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #eee;
    transform: skewX(-31deg);
}

.scrolldown4:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  right:0;
    /*矢印の形状*/
  width:1px;
  height: 50px;
  background:#eee;
}
        .scrll{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color:#eee;
  text-shadow: 0 0 15px #666;
  text-align: center;
}

#sc{
  width:100%;
  height: 100vh;
  position: relative;
} 

#sc:before{
  content: '';
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height: 100vh;
  /*背景画像設定*/
  background:url("https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/9-1-4/img/01.jpg") no-repeat center;
  background-size:cover;
}

#container_sc{
  position: relative;
  z-index:1;
  background:#eee;
  padding:600px 0;
  text-align: center;
}

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

    #sc,
    #sc:before{
  height: 90vh;    
    }
    
}
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#111;
 padding-right:5px;
 width:30%;
 border:none;
 
}
/*通常欄*/
.inquiry td{
 font-size:13px;

}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:;
 color:#ff0000;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:1em 0;
 margin-top:30px;
 width:70%;
 background:#000;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 border: 1px solid #fff;
margin:20px auto;

}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#000;

}
.form-control{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f4f4f4;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
input::placeholder {
  color: #fff;
}
.text_center{
    text-align:center;
}
