/*iphone*/
@media screen and (max-width:667px){
body{
    background: #fff;
    font-family: "Nico Moji", sans-serif;
}
.wrapper{
    overflow: hidden;
}
.column1{
    height: 100vh;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.info{
    margin-bottom: 5%;
}
.column1 h2{
    font-size: 35px;
    color: purple;
}
.column1 p{
    font-size: 1rem;
}
a{
    font-size: 1.5rem;
    background: #0bd;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 5%;
}
a:hover{
    background: #0090aa;
}
.column1{
    background: url("image/1220066.jpg") no-repeat top center;
    background-size: cover;
    background-color: #fff;
}

.column2{
    height: 100vh;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: center;
}
.column2{
    background-color: #fff;
    color: #000;
    align-items: flex-start;
}
.column2 img{
    width: 20%;
}
.column2 h2{
    margin-top: 3%;
    font-size: 1rem;
}
.column2 p{
    font-size: 0.5rem;
}
.column2 p span{
    border-bottom: solid 1px red;
}
}


/*ipad*/
@media screen and (min-width:668px) and (max-width:1024px){
body{
    background: #000;
    font-family: "Nico Moji", sans-serif;
}
body{
    background: #fff;
    font-family: "Nico Moji", sans-serif;
}
.column1{
    height: 100vh;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.info{
    margin-bottom: 5%;
}
.column1 h2{
    font-size: 60px;
    color: purple;
}
.column1 p{
    font-size: 1rem;
}
a{
    font-size: 1.5rem;
    background: #0bd;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 5%;
}
a:hover{
    background: #0090aa;
}
.column1{
    background: url("image/1220066.jpg") no-repeat top center;
    background-size: cover;
    background-color: #fff;
}

.column2{
    height: 100vh;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: center;
}
.column2{
    background-color: #fff;
    color: #000;
    align-items: flex-start;
}
.column2 img{
    width: 20%;
}
.column2 h2{
    margin-top: 3%;
    font-size: 3rem;
}
.column2 p{
    font-size: 1.2rem;
}
.column2 p span{
    border-bottom: solid 1px red;
}
}

/*PC*/
@media screen and (min-width:1025px){
.wrapper{
        display: flex;
    }
body{
    background: #000;
    font-family: "Nico Moji", sans-serif;
}
body{
    background: #fff;
    font-family: "Nico Moji", sans-serif;
}
.column1{
    height: 100vh;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.info{
    margin-bottom: 5%;
}
.column1 h2{
    font-size: 60px;
    color: purple;
}
.column1 p{
    font-size: 1rem;
}
a{
    font-size: 1.5rem;
    background: #0bd;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 5%;
}
a:hover{
    background: #0090aa;
}
.column1{
    background: url("image/1220066.jpg") no-repeat top center;
    background-size: cover;
    background-color: #fff;
}

.column2{
    height: 100vh;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: center;
}
.column2{
    background-color: #fff;
    color: #000;
    align-items: flex-start;
}
.column2 img{
    width: 20%;
}
.column2 h2{
    font-size: 1.5rem;
}
.column2 p{
    font-size: 1.0rem;
}
.column2 p span{
    border-bottom: solid 1px red;
}
}