@font-face {
  font-family: 'MaruMinya';
  src: url('https://drumanekotoonlab.monster/font/MaruMinya.woff') format('woff');
}

/* 背景 */
.body-wrapper::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width: 100%;
    height: 100%;
    background-image: url('https://drumanekotoonlab.monster/img/backpurple.png');
    background-position: center;
    background-repeat: repeat;
    background-size: 430px;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
}

body {
    font-family: 'MaruMinya', sans serif;
    word-break: break-all;
    margin: 0 auto;
    padding-top: 23px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 120px;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    background: #A00FFF;
    color: #00ffff;
    cursor: url('https://drumanekotoonlab.monster/img/cursorimg.png'), auto;
}

/* カーソル（ポインター） */
a, a:hover {
    cursor: url('https://drumanekotoonlab.monster/img/cursorimgexp.png'), pointer;
}

/* ===== Scrollbar CSS ===== */
::-webkit-scrollbar {
    width: 11px;
    /* Vertical Width */
    height: 11px;
    /* Horizontal Height */
}
    /* Scrollbar Track Color */
::-webkit-scrollbar-track {
    background: #0000ff;
}
    /* Scrollbar Thumb Color */
::-webkit-scrollbar-thumb {
    background: #00ffff;
    border-radius: 5px;
    border: solid 3px #0000ff;
}
    /* Thumb Hover */
::-webkit-scrollbar-thumb:hover {
    background: #00C9FF;
}
::-webkit-scrollbar-corner{ /* スクロールバー角 */
    background: #0000ff;
}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 2,
    'wght' 260,
    'GRAD' 0,
    'opsz' 24
}

img {
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
}

.wrapper1 {
   max-width: 770px;
   margin: 0 auto;
}

.logo {
    text-align: center;
    filter: drop-shadow(2px 8px 0px #00ffff);
}

.logo img {
    width: 100%;
    height: 121px;
}

.computer {
    max-width: 560px;
    border: 10px solid #D900FF;
    border-bottom: solid 40px #FF00EE;
    position: relative;
    left: -33px;
    margin: 0 auto;
    margin-top: 87px;
    background: #0000ff;
    box-shadow: 15px 0 0 0 #FF00EE, -15px 0 0 0 #FF00EE, 0 15px 0 0 #FF00EE, 0 -15px 0 0 #FF00EE, 0 0 0 0 #0000ff, 15px 0 0 5px #0000ff, 0 15px 0 5px #0000ff, 0 0 0 0 #0000ff;
}

.computercontent {
    height: 357px;
    font-size: 13px;
    padding-top: 45px;
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 12px;
    line-height: 20px;
    letter-spacing: 1.2px;
    overflow: auto;
}

.computerimg {
    text-align: center;
}

.computerimg img {
    width: 97%;
    height: 280px;
    text-align: center;
}

.welcome {
    font-size: 20px;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-align:center;
    padding-top: 6px;
    padding-bottom: 15px;
}

.wifi {
    position: absolute;
    top: 8px;
    right: 42px;
}

.wifi2 {
    position: absolute;
    top: 8px;
    right: 16px;
}

.wifi img {
    width: 20px;
    height: 20px;
}

.wifi2 img {
    width: 20px;
    height: 20px;
}

.sankaku1 {
    position: absolute;
    top: -105px;
    left: 23px;
}

.sankaku1 img {
    width: 200px;
    height: 82px;
    filter: drop-shadow(9px 0px 0px #0000ff);
}

.sankaku2 {
    position: absolute;
    top: -105px;
    right: 23px;
}

.sankaku2 img {
    width: 200px;
    height: 82px;
    filter: drop-shadow(9px 0px 0px  #0000ff);
}

.button {
    width: 32px;
    height: 32px;
    background: #0000ff;
    position: absolute;
    bottom: -45px;
    left: 50px;
    border-bottom: 4px solid #2D00B4;
    border-right: 4px solid #2D00B4;
    border-radius: 2px;
}

.button2 {
    width: 32px;
    height: 32px;
    background: #00ffff;
    position: absolute;
    bottom: -45px;
    left: 130px;
    border-bottom: 4px solid #00DDC6;
    border-right: 4px solid #00DDC6;
    border-radius: 2px;
}

.button3 {
    width: 32px;
    height: 32px;
    background: #B100FF;
    position: absolute;
    bottom: -45px;
    left: 210px;
    border-bottom: 4px solid #8300FF;
    border-right: 4px solid #8300FF;
    border-radius: 2px;
}

.powerswitch a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.8px;
    position: absolute;
    bottom: -42px;
    right: 50px;
    border: 1px solid #F87CFF;
    outline: 2px solid #7400FF;
    padding: 3px;
    color: #7400FF;
    text-shadow: 1px 1px 0px #F87CFF;
    border-radius: 3px;
    box-shadow: 0px 5px #7400FF;
    background-image: conic-gradient(from 90deg at 0% 50%, rgba(251, 1, 255, 1) 17deg, rgba(253, 86, 244, 1) 304deg);
}

.powerswitch a:link {
    color: #7400FF;
    text-decoration: none;
}

.powerswitch a:visited {
    color: #7400FF;
    text-decoration: none;
}

.powerswitch a:hover {
    color: #7400FF;
    text-decoration: none;
}

.powerswitch a:active {
    color: #00ffff;
    transform: translateY(3px);
    box-shadow: 0px 5px #FF00EE;
}

.powerswitch img {
    width: 26px;
}

.tail {
    position: absolute;
    top: 3px;
    right: -119px;
}

.tail img {
    width: 94px;
    height: 400px;
}

.flagcounter {
    text-align: center;
    display: none;
}

.flagcounter img {
    width: 195px;
}








 /* モバイルフレンドリー1 */
@media all and (min-width: 768px) and (max-width: 1279px) {
.body-wrapper::before {
    background-size: 410px;
    width: 100%;
    height: 100%;
}

body {
    font-size: 13px;
    padding-top: 15px;
    padding-left: 4%;
    padding-right: 4%;
}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 2,
    'wght' 200,
    'GRAD' 60,
    'opsz' 24
}

.wrapper1 {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
}

.logo img {
    width: 100%;
    height: 104px;
}

.computer {
    max-width: 560px;
    border: 11px solid #D900FF;
    border-bottom: solid 38px #FF00EE;
    position: relative;
    left: -35px;
    margin: 0 auto;
    margin-top: 94px;
    box-shadow: 15px 0 0 0 #FF00EE, -15px 0 0 0 #FF00EE, 0 15px 0 0 #FF00EE, 0 -15px 0 0 #FF00EE, 0 0 0 0 #0000ff, 15px 0 0 5px #0000ff, 0 15px 0 5px #0000ff, 0 0 0 0 #0000ff;
}

.computercontent {
    height: 360px;
    padding-top: 52px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 11px;
    line-height: 20px;
    letter-spacing: 1.1px;
}

.computerimg img {
    height: 295px;
}

.welcome {
    font-size: 20px;
    letter-spacing: 1.4px;
    padding-top: 6px;
    padding-bottom: 12px;
}

.wifi {
    position: absolute;
    top: 8px;
    right: 40px;
}

.wifi2 {
    position: absolute;
    top: 8px;
    right: 16px;
}

.wifi img, .wifi2 img {
    width: 20px;
    height: 20px;
}

.sankaku1 {
    position: absolute;
    top: -106px;
    left: 21px;
}

.sankaku1 img {
    width: 200px;
    height: 82px;
    filter: drop-shadow(9px 0px 0px #0000ff);
}

.sankaku2 {
    position: absolute;
    top: -106px;
    right: 21px;
}

.sankaku2 img {
    width: 200px;
    height: 82px;
    filter: drop-shadow(9px 0px 0px  #0000ff);
}

.button {
    width: 29px;
    height: 29px;
    position: absolute;
    bottom: -43px;
    left: 50px;
}

.button2 {
    width: 29px;
    height: 29px;
    position: absolute;
    bottom: -43px;
    left: 120px;
}

.button3 {
    width: 29px;
    height: 29px;
    position: absolute;
    bottom: -43px;
    left: 190px;
}

.powerswitch a {
    font-size: 15px;
    letter-spacing: 0.8px;
    position: absolute;
    bottom: -39px;
    right: 45px;
    padding: 2px;
}

.tail {
    position: absolute;
    top: 15px;
    right: -120px;
}

.tail img {
    width: 94px;
    height: 400px;
}
}

 /* モバイルフレンドリー2 */
@media all and (min-width: 768px) and (max-width: 960px) {
.body-wrapper::before {
    background-size: 350px;
    width: 100%;
    height: 100%;
}

body {
    font-size: 12px;
    padding-top: 15px;
    padding-left: 4%;
    padding-right: 4%;
}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 2,
    'wght' 100,
    'GRAD' 100,
    'opsz' 24
}

.wrapper1 {
    max-width: 700px;
    margin: 0 auto;
}

.logo img {
    width: 100%;
    height: 100px;
}

.computer {
    max-width: 520px;
    border: 10px solid #D900FF;
    border-bottom: solid 36px #FF00EE;
    position: relative;
    left: -31px;
    margin: 0 auto;
    margin-top: 87px;
    box-shadow: 14px 0 0 0 #FF00EE, -14px 0 0 0 #FF00EE, 0 14px 0 0 #FF00EE, 0 -14px 0 0 #FF00EE, 0 0 0 0 #0000ff, 14px 0 0 5px #0000ff, 0 14px 0 5px #0000ff, 0 0 0 0 #0000ff;
}

.computercontent {
    height: 350px;
    padding-top: 47px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 10px;
    line-height: 19px;
    letter-spacing: 1.1px;
}

.computerimg img {
    height: 283px;
}

.welcome {
    font-size: 19px;
    letter-spacing: 1.3px;
    padding-top: 8px;
    padding-bottom: 12px;
}

.wifi {
    position: absolute;
    top: 8px;
    right: 40px;
}

.wifi2 {
    position: absolute;
    top: 8px;
    right: 16px;
}

.wifi img, .wifi2 img {
    width: 20px;
    height: 20px;
}

.sankaku1 {
    position: absolute;
    top: -95px;
    left: 20px;
}

.sankaku1 img {
    width: 183px;
    height: 73px;
    filter: drop-shadow(8px 0px 0px #0000ff);
}

.sankaku2 {
    position: absolute;
    top: -95px;
    right: 20px;
}

.sankaku2 img {
    width: 183px;
    height: 73px;
    filter: drop-shadow(8px 0px 0px  #0000ff);
}

.button {
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: -39px;
    left: 50px;
}

.button2 {
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: -39px;
    left: 110px;
}

.button3 {
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: -39px;
    left: 170px;
}

.powerswitch a {
    font-size: 15px;
    letter-spacing: 0.7px;
    position: absolute;
    bottom: -37px;
    right: 46px;
    padding: 1px;
}

.tail {
    position: absolute;
    top: 35px;
    right: -112px;
}

.tail img {
    width: 88px;
    height: 362px;
}
}

 /* モバイルフレンドリー3 */
@media all and (min-width: 576px) and (max-width: 767px) {
.body-wrapper::before {
    background-size: 350px;
    width: 100%;
    height: 100%;
}

body {
    font-size: 12px;
    padding-top: 15px;
    padding-left: 7%;
    padding-right: 7%;
}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 2,
    'wght' 100,
    'GRAD' 100,
    'opsz' 24
}

.wrapper1 {
    width: 100%;
    margin: 0 auto;
}

.logo {
    filter: drop-shadow(2px 6px 0px #00ffff);
}

.logo img {
    width: 100%;
    height: 87px;
}

.computer {
    border: 8px solid #D900FF;
    border-bottom: solid 35px #FF00EE;
    outline-offset: -1px;
    position: relative;
    left: 0;
    margin: 0 auto;
    margin-top: 87px;
    box-shadow: 12px 0 0 0 #FF00EE, -12px 0 0 0 #FF00EE, 0 12px 0 0 #FF00EE, 0 -12px 0 0 #FF00EE, 0 0 0 0 #0000ff, 12px 0 0 4px #0000ff, 0 12px 0 4px #0000ff, 0 0 0 0 #0000ff;
}

.computercontent {
    height: 360px;
    padding-top: 47px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 8px;
    line-height: 20px;
    letter-spacing: 1px;
}

.computerimg img {
    height: 280px;
}

.welcome {
    font-size: 19px;
    letter-spacing: 1.3px;
    padding-top: 5px;
    padding-bottom: 14px;
}

.wifi {
    position: absolute;
    top: 8px;
    right: 40px;
}

.wifi2 {
    position: absolute;
    top: 8px;
    right: 16px;
}

.wifi img, .wifi2 img {
    width: 20px;
    height: 20px;
}

.sankaku1 {
    position: absolute;
    top: -88px;
    left: 21px;
}

.sankaku1 img {
    width: 182px;
    height: 70px;
    filter: drop-shadow(7px 0px 0px #0000ff);
}

.sankaku2 {
    position: absolute;
    top: -88px;
    right: 21px;
}

.sankaku2 img {
    width: 182px;
    height: 70px;
    filter: drop-shadow(7px 0px 0px  #0000ff);
}

.button {
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: -38px;
    left: 50px;
}

.button2 {
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: -38px;
    left: 110px;
}

.button3 {
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: -38px;
    left: 170px;
}

.powerswitch a {
    font-size: 14px;
    letter-spacing: 0.8px;
    position: absolute;
    bottom: -36px;
    right: 46px;
    padding: 1px;
}

.tail {
    display: none;
}
}

 /* モバイルフレンドリー4 */
@media all and (max-width: 575px) {
.body-wrapper::before {
    background-size: 330px;
    width: 100%;
    height: 100%;
}

body {
    font-size: 11px;
    padding-top: 10px;
    padding-left: 6%;
    padding-right: 6%;
}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 2,
    'wght' 100,
    'GRAD' 100,
    'opsz' 24
}

.wrapper1 {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.logo {
    filter: drop-shadow(2px 5px 0px #00ffff);
}

.logo img {
    width: 100%;
    height: 70px;
}

.computer {
    max-width: 390px;
    border: 6px solid #D900FF;
    border-bottom: solid 34px #FF00EE;
    position: relative;
    left: 0;
    margin: 0 auto;
    margin-top: 61px;
    box-shadow: 8px 0 0 0 #FF00EE, -8px 0 0 0 #FF00EE, 0 8px 0 0 #FF00EE, 0 -8px 0 0 #FF00EE, 0 0 0 0 #0000ff, 8px 0 0 3px #0000ff, 0 8px 0 3px #0000ff, 0 0 0 0 #0000ff;
}

.computercontent {
    height: 260px;
    padding-top: 30px;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 7px;
    font-size: 11px;
    line-height: 19px;
    letter-spacing: 1px;
}

.computerimg img {
    height: 210px;
}

.welcome {
    font-size: 15px;
    letter-spacing: 1.2px;
    padding-top: 0;
    padding-bottom: 5px;
}

.wifi {
    position: absolute;
    top: 8px;
    right: 38px;
}

.wifi2 {
    position: absolute;
    top: 8px;
    right: 16px;
}

.wifi img, .wifi2 img {
    width: 17px;
    height: 17px;
}

.sankaku1 {
    position: absolute;
    top: -66px;
    left: 10px;
}

.sankaku1 img {
    width: 122px;
    height: 53px;
    filter: drop-shadow(5px 0px 0px #0000ff);
}

.sankaku2 {
    position: absolute;
    top: -66px;
    right: 10px;
}

.sankaku2 img {
    width: 122px;
    height: 53px;
    filter: drop-shadow(5px 0px 0px  #0000ff);
}

.button {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -33px;
    left: 20px;
}

.button2 {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -33px;
    left: 60px;
}

.button3 {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -33px;
    left: 100px;
}

.powerswitch a {
    font-size: 13px;
    letter-spacing: 0.4px;
    position: absolute;
    bottom: -32px;
    right: 10px;
    border: 1px solid #F76AFF;
    outline: 1.5px solid #9E00FF;
    padding: 0px;
}

.tail {
    display: none;
}
}