@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=DotGothic16&display=swap');

*{
    box-sizing: border-box;
}

body {
    background-color: #e6ffe6 !important;
    color: #4d4d4d;
    font-family: "DotGothic16", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.container {
    display: flex;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.main, .menu, .container {
    background-color: transparent !important;
}

.wrapper {
    width: 100%;

}

img {
    width: 100%;
    vertical-align: bottom;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    
}

/*へっだー*/

header {
    position: relative;
    height: 10px;
}

.logo {
    width: 100px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 20;
    border: 5px solid #333;

}

.loni {
    width: 100px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 10;
    border: 5px solid #333

}

header img:hover {
    opacity: 0;
    cursor: pointer;
}

.icon {
    float: right;
    padding-top: 1%;
    padding-right: 2%;
}


/*PC部分*/


.main {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 435px;
    font-family: "DotGothic16", sans-serif;
    font-weight: 400;

}

.pc {
    width: 30%;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-top: 3%;
}


/* 画像と文字*/

.menu {
    height: 400px;
    font-family: "DotGothic16", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.img {
    text-align: center;
    margin: 0 auto;
    position: relative;

}


.list {
    width: 250px;
    padding-right: 2%;
    padding-left: 20px;
    position: relative;
    top: -70px;
}


.main-title{
    color: #2bb32b;
    font-size: 45px;
    text-align: center;
    top: 10px;
    font-weight: bold;
}

.hiniti-title {
    font-size: 30px;
    position: relative;
    top: 40px;
    right: 397px;

}

.hiniti-title2 {
    position: relative;
    font-size: 30px;
    top: 40px;
    right: 397px;
}

.game-title {
    font-size: 30px;
    position: relative;
    right: 140px;
    top: 30px;
}


.youtube {
    font-size: 27px;
    position: relative;
    top: -130px;
    right: -120px;
}


span.bold {
    font-size: 16;
    font-weight: bold
    ;
}

.goroku {
    color: red;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    top: -220px;
    right: -385px;
    letter-spacing: 4px;
    
}

/*フッター*/

footer {
    height: 100px;
}

.icon {
    padding-top: 2%;
    padding-left: 20px;
    position: absolute;
}

.icon a {
    display: inline-block;
    padding: 40px; /* お好みで調整 */
    cursor: pointer;
}





/*お問い合わせ*/

h1{
    text-align: center;
    padding-top: 10%;
}

form {
    width: 50%;
    margin: 5% auto;
    min-width: 9rem;
}

input, textarea {
    float: left;
    width: 100%;
    max-width: 100%;
    border: none;
    margin: 0.5rem 0;
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
    background: #e0e0e0;
    color: #7a7a7a;
}
input[type=submit], textarea[type=submit] {
    background: #84AD47;
    color: #fff;
    width: auto;
    float: right;
}
input::placeholder, textarea::placeholder {
    color: #7a7a7a;
}
input.error, textarea.error {
    background: #AD4747;
    color: #fff;
}
input.error::placeholder, textarea.error::placeholder {
    color: black;
}

textarea {
    height: 10rem;
}

.captcha {
    float: left;
}
.captcha input {
    float: right;
}
.captcha input[name=question] {
    width: 4rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: right;
    padding-right: 0;
}
.captcha [name=captcha] {
    width: 5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 0.5rem;
}
.captcha [name=captcha]::placeholder {
    text-align: center;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format("woff");
}
body {
    padding: 2rem;
    background: #f9f9f9;
    color: #2f2f2f;
    font-family: "Open Sans";
}


* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

body {
    padding: 2rem;
    background: #f9f9f9;
    color: #2f2f2f;
    font-family: 'Open Sans';
}

/* スマホ用 */

@media screen and (max-width:480px) {
    /*へっだー*/

    header {
    position: relative;
    height: 60px;
    }

    .logo {
        width: 70px;
        border-radius: 50%;
        position: absolute;
        top: -20px;
        left: -10px;
        border: 5px solid #333;

    }

    .loni {
        display: none;

    }

    /*PC部分*/


.main {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 330px;
    font-family: "DotGothic16", sans-serif;
    font-weight: 400;

}

.pc {
    width: 450px;
    display: block;
    position: relative;
    right: 20px;
}


/* 画像と文字*/

.menu {
    height: 1070px;
    font-family: "DotGothic16", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.img {
    text-align: center;
    margin: 0 auto;
    position: relative;

}


.list {
    width: 200px;
    padding-right: 2%;
    padding-left: 20px;
    position: relative;
    text-align: center;
}


.main-title{
    color: #2bb32b;
    font-size: 22px;
    text-align: center;
    position: relative;
    top: -20px;
    font-weight: bold;
}

.hiniti-title {
    font-size: 25px;
    position: relative;
    right: -10px;
    top: 200px;

}

.hiniti-title2 {
    display: none;
}

.list-game {
    padding-top: 60px;
}
.game-title {
    font-size: 25px;
    position: relative;
    left: 10px;
    top: 325px;
}

.youtube-list {
    padding-top: 95px;
}


.youtube {
    font-size: 22px;
    position: relative;
    top: -460px;
    right: 0px;
}


span.bold {
    font-size: 16;
    font-weight: bold;
}

.list-word {
    padding-top: 140px;
}

.goroku {
    color: red;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    left: 10px;
    top: -210px;
    letter-spacing: 2px;
    
}

/*フッター*/

footer {
    height: 60px;
    margin: 0 auto;
    text-align: center;
}

.icon {
    padding-top: 2%;
    position: absolute;
}

.icon a {
    display: inline-block;
    cursor: pointer;
}




}
