media screen and (orientation: portrait) {
.header {
border: none;
border-bottom: 1px solid white;
position: fixed;
width: 100%;
height: 10%;
right: 0;
top: 0;
}
#pc {
display: none;
}
#mobile {
display: inline-block;
}
}
.header {
border: none;
border-bottom: 2px solid white;
position: fixed;
width: 100%;
height: 10%;
right: 0;
top: 0;
background: #34e89e; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #0f3443, #34e89e); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #0f3443, #34e89e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.content {
position: absolute;
right: 0;
bottom: 0;
width: 100%;
height: 90%;
background: #C33764; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #1D2671, #C33764); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #1D2671, #C33764); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
media screen and (orientation : landscape){
#pc {
display: inline-block;
}
#mobile {
display: none;
}
.header {
border: none;
border-bottom: 2px solid white;
}
.header__text {
position: fixed;
margin-left: 10px;
}
}
.header__text {
position: fixed;
top: 0;
width: 100%;
height: 100%;
}
media screen and (orientation: landscape) {
.simple{
margin-top: 0.5%;
margin-left: 6%;
}
.pop {
margin-top: 0.5%;
margin-left: 4%;
float: left;
}
}
media screen and (orientation: portrait) {
.simple {
position: absolute;
margin-top: 3%;
margin-left: 10%;
}
.pop {
margin-top: 3%;
margin-left: 4%;
float: left;
}
}
.simple,.pop {
border-radius: 5px;
border: 2px solid white;
}.about {
background: #C33764; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #1D2671, #C33764); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #1D2671, #C33764); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
body {
background: #C33764; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #1D2671, #C33764); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #1D2671, #C33764); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}