.sp{
    display: none;
}

h2{
    font-size: 30px;
    line-height: 65px;
    letter-spacing: 2px;
}

h3{
    font-size: 24px;
}

p{
    font-size: 16px;
    font-feature-settings: "palt";
}

.pc_br::before {
	content: "\A" ;
	white-space: pre ;
}

#cica {
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url("../../img/cica/img05.jpg");
    background-size: cover;
    color: white;
}

#cica_text {
    position: relative;
    width: 50%;
    height: 100%;
    text-shadow: 1px 1px 3px black;
}

#cica_text div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
}

#cica_text h2 {
    width: 100%;
    padding-bottom: 20px;
}

#cica_text p {
    padding-bottom: 50px;
    font-size: 18px;
    letter-spacing: 3px;
}

.cica{
    padding: 100px 0 50px;
}

/*フェード*/
.fade_in {
    animation-name: fadeInAnime;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.cica_content{
    width: 90%;
    margin: 0 auto;
    padding: 100px 0;
}
.cica_content h2{
    font-size: 40px;
    padding-bottom: 100px;
}
.cica_content div{
    width: 75%;
    margin: 0 0 0 auto;
}

.content{
    padding: 50px 0;
    width: 100%;
}

.blok{
    width: 60%;
}

.blok img:not(#img img){
    width: 100%;
}

.text_blok{
    padding: 50px 0 50px;
    width: 100%;
}

.right{
    margin: 0 0 0 auto;
}

#img{
    position: relative;
    display: flex;
    margin: 0 0 0 auto;
}

.content #img img{
    position: absolute;
    right: 0;
    width: 50%;
}

.content h3{
   padding: 30px 0 30px;
}

#about_content{
    width: 90%;
    margin: 0 auto;
}

#about_content img{
    width: 100%;
    height: auto;
}

.text_pading{
    padding-bottom: 30px;
}

video{
    width: 100%;
}

.text div{
    width: 90%;
    margin: 0 auto;
}

.text h2{
    padding-bottom: 30px;
}

.btn{
    position: relative;
    display: block;
    width: 200px;
    border: 1px solid black;
    padding: 10px 20px;
    margin-top: 100px;
    color: black;
}

.btn::after{
    content:"→";
    font-size: 18px;
    position: absolute;
    right: 20px;
}

#item{
    width: 90%;
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
    padding-bottom: 50px;
    border-bottom: 1px solid black;
}

#item div{
    width:40%;
    text-align: center;
}

#item img{
    width: 100%;
}

#item p:nth-child(2){
    padding-bottom: 20px;
}

#msg{
    text-align: center;
    padding: 50px 0 100px;
}

header{
    width: 100%;
    height: 5vh;
    padding: 2.5vh 0;
    background-color: #403E49;
}

header ul{
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

header div{
    width: 60%;
    display: flex;
    justify-content: space-around;
}

article:not(#cica,.cica_content,#msg){
    padding: 50px 0;
}

footer{
    padding: 40px 0 20px;
    background-color: #403E49;
}

footer nav{
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}

footer ul{
    display: flex;
}

footer ul div:first-child{
    padding-right: 80px;
}

footer a{
    color: white;
}

#footer_content{
    width: 90%;
    margin: 0 auto;
}