@charset "UTF-8";






p,h1,h2{
    /*font-family: "游ゴシック Std W7","小塚ゴシック Pr6N";*/
}

p {
    color: #2c2c2c;
}



img{max-width: 100%;}


#footer a:hover{
    opacity: 0.5;
}

.sns{
    width: 100px;
    display: flex;
    justify-content: space-between;
}

.sns img{
    width: 40px;
}

/*フェードイン*/

.a-fadein {
  -webkit-animation: a-fadein 1.1s both 0.4s ease-out;
  animation: a-fadein 1.1s both 0.4s ease-out;
  visibility: visible !important;
}
 
@-webkit-keyframes a-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
 
@keyframes a-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}



.btn a {
    text-decoration: none;
    color: #fff;
}



.flex {
    display: flex;
    display:-ms-flexbox;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.container {
    width: 840px;
    margin: 0 auto;
    /*height: 800px;*/
}
.container-min {
    width: 840px;

    
}

/*.container-max{
    
    width: 840px;
}
*/
.container-min-footer {
    width: 840px;
    margin: 0 auto;

}

.title{
    width: 555px;
}


#header .flex{
    margin: auto;
}


.logo {
    width: 13%;
    padding: 0 0 0 20px;
}

.logo_menu{
    width: 13%;
    padding: 0 0 0 48px;
}

#footer {
    /*background-image: url(../images/common/footer-bg.png);*/
    background-size: cover;
    background-color: #fff;
    position: relative;
}

.ft_area {
    position: relative;
    left: 0px;
    top: -115px;
}

.footer-girl {
    position: relative;
    top: -148px;
    left: 6%;
    z-index: 30;
}

#footer .ft_area h1 {
    font-size: 24px;
    padding-top: 25px;
    line-height: 1;
    font-family: "平成角ゴシック Std W7","小塚ゴシック Pr6N";
    border-top: 1px solid #707070;
    color: #707070;
}

.footer-kazari {
    width: 100%;
    position: absolute;
    top: -32%;
    left: 0%;
}

#footer .ft_area p {
    font-size: 14px;
    display: block;
    width: 100%;
    position: relative;
}
#footer .ft_area ul {
    margin-top: 16px;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    font-size: 18px;
}


#footer .ft_area ul li a {
    color: #2c2c2c;
  
}




br.sp {
    display: none;
}

small{

    text-align: center;
    display: block;
    margin-top: 15%;
}



/*ボタン*/

section .btn:hover,#contact .btn:hover,figure .btn3:hover{
    background-color: #2c2c2c00;
    border: solid 1px #2c2c2c;
    color: #2c2c2c;
    transition : 0.5s;
}

/*矢印右*/


span.arrow  {
    text-decoration:none;
    color:#fff;
    display:inline-block;
    padding-right:34px;
    position:relative;
}
span.arrow:before, span.arrow:after{
    content:"";
    display:block;
    -webkit-transform:skewX(45deg);
    transform:skewX(45deg);
    position:absolute;
    right:0;
    bottom:6px;
}
span.arrow:before{
    width:23px;height:3px;
     border-bottom: 1px solid #fff;
}
span.arrow:after {
    width: 0px;
    height: 5px;
    border: 1px solid #fff;
}




section .btn:hover span.arrow{
   color:#2c2c2c;
}

section .btn:hover span.arrow::after,#contact .btn:hover span.arrow::after{
    border: solid 1px #2c2c2c;    
}

section .btn:hover span.arrow::before,#contact .btn:hover span.arrow::before{   
    border-bottom: 1px solid  #2c2c2c; 
}


/*矢印左*/
span.arrow2 {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding-left: 18px;
    position: relative;
}
span.arrow2:before, span.arrow2:after {
    content: "";
    display: block;
    -webkit-transform: skewX(45deg);
    transform: skewX(-45deg);
    position: absolute;
    left: -20px;
    bottom: 6px;
}
span.arrow2:before{
    width:23px;height:3px;
     border-bottom: 1px solid #fff;
}
span.arrow2:after {
    width: 0px;
    height: 5px;
    border: 1px solid #fff;
}




section .btn:hover span.arrow2{
   color:#2c2c2c;
}

section .btn:hover span.arrow2::after,#contact .btn:hover span.arrow2::after{
    border: solid 1px #2c2c2c;    
}

section .btn:hover span.arrow2::before,#contact .btn:hover span.arrow2::before{   
    border-bottom: 1px solid  #2c2c2c; 
}




/*　　　トグル　　　*/
#toggle {
    position: fixed;
    right: 48px;
    top: 2vw;
    transform: translateX(0px);
    transition: all .4s;
    width: 50px;
    height: 50px;
    border: none;
}
#toggle span {
    display: block;
    width: 45px;
    height: 4px;
    background-color: #000;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 6px;
}

#toggle span:nth-of-type(1) {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
}
#toggle span:nth-of-type(2) {
    left: 0%;
    opacity: 1;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
}
#toggle span:nth-of-type(3) {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
    margin-bottom: 0;
}
#toggle.open span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
}
#toggle.open span:nth-of-type(2) {
    left: 20%;
    opacity: 0;
    width: 45px;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
}
#toggle.open span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
    width: 45px;
}
#toggle.open {
    z-index: 1000;
    transform: translateX(-80px);
}
#toggle.open span,
#toggle span {
    transition: all .4s;
}


#toggle div {
    margin: auto;
    width: 45px;
    position: relative;
    top: 29%;
}




/*メニュー*/

#toggle.open {
        z-index: 999;
        transform: translateX(0px);
    }
    #toggle.open span:nth-of-type(1),
    #toggle.open span:nth-of-type(2),
    #toggle.open span:nth-of-type(3) {
        
    }
#header {
    background-color: #ffffffd9;
    height: auto;
    z-index: 580;
    padding: 20px 0 20px 0;
    width: 100%;
    position: fixed;
}


#header .flex {
    margin: auto;
    display: block;

}
#header .head_area {
        height: 100vh;
        align-items: flex-start;
        position: absolute;
        top: 100vh;
        background-color: #ADADAD;
        transition: all 0.3s;
        z-index: 580;
        width: 100%;
    }
#header.open .head_area {
    top: 0px;
    padding-top: 20px;
}

#header ul {
    width: auto;
    padding-top: 7%;
}


#header ul li {
    margin: auto;
    text-align: center;
}

.menu__second-level li {
    border-top: none;
}

.main {
    font-size: 20px;
    padding-bottom: 30px;
}


ul.second li{
    font-size: 15px;
    padding-bottom: 5px;
    
}

#header ul li a {
    color: #2c2c2c;
    background: none;
    font-weight: 700;
    font-size: 32px;
}  


#header ul li a img {
    display: none;
}


#header ul li a p {
    font-size: 12px;
}



/*SP*/

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


br.pc {
    display: none;
}
    
.logo{
    width: 30%;
    text-align: left;
}


.menu.pc{
    display: none;
}

.mv-sub img {
    width: 150px;
}
.mv-sub {
    top: 100px;
    z-index: 500;
    /* position: fixed; */
    right: 3%;
}


#top-btn {
    bottom: 17px;
    right: 10px;
}

.container {
        width: 92%;
}
    
#nav {
        display: block;
}
#toggle {
    width: 71px;
    height: 56px;
    padding: 0px;
    position: fixed;
    right: 3%;
    box-sizing: border-box;
    top: 50px;
    z-index: 600;
    display: block;
}

#toggle div {
    position: absolute;
    top: -27px;
    right: 0px;
}
#toggle.open {
        z-index: 999;
        transform: translateX(0px);
}

#header {
        background-color: #ffffffd9;
        height: auto;
        z-index: 580;
}


#header .flex {
    margin: auto;
    display: block;

}
#header .head_area {
        height: 100vh;
        align-items: flex-start;
        position: absolute;
        top: 100vh;
        background-color: #ADADAD;
        opacity: 0.9;
        transition: all 0.3s;
        z-index: 580;
        width: 100%;
    }

#header ul li a {
    color: #000000;
    font-size: 28px;
}
#header ul {
    padding-top: 15%;
}

.logo_menu{
    width: 30%;
    padding: 0 0 0 20px;
}

#header.open .head_area {
    top: 0px;
    padding-top: 20px;

}


#header ul {
    width: auto;
    
}


#header ul li {
    width: auto;
    margin: 0 15% 0 15%;
}

.menu__second-level li {
    border-top: none;
}

.main {
    font-size: 20px;
    padding-bottom: 30px;
}


ul.second li{
    font-size: 15px;
    padding-bottom: 5px;
    
}




#header ul li a img {
    display: none;
}





    .sp_logo {
        display: block;
        width: 30%;
        margin-left: 5%;
    }
    .sp_logo img {
        width: 50%;
    }
    br.pc {
        display: none;
    }
    #footer .ft_area ul {
        margin-top: 45px;
    }
    #footer .ft_area ul li {
        width: 100%;
        padding-left: 0;
    }

    .pc_logo img ,p.logo{
    display: none;
}

    
    

#top-btn img {
    width: 80px;
}





    /*フッター*/


.container-min-footer {
    width: 100%;
    
}


.ft_area {
    margin: auto;
    width: 100%;
    left: 0px;
}

#footer {
    padding-top: 5px;
    padding-bottom: 5px;
}


.footer-kazari {
    top: -10%;
}

.footer-girl {
    left: 65%;
    max-width: 30%;
    top: -105px;
}


#footer .ft_area ul li a {
    font-size: 75%;
}
small {
    text-align: left;
    font-size: 100%;
    margin-left: 10%;
}

.container-min-footer {
    height: 150px;
}

}












