@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');

/* resetCSS */
body {
    margin: 0;
}

ul {
    padding-left: 0;
}

/* page */
body {
    color: #AAAE8D;
    background-color: #1D1D2C;
    transition-duration: 1s;
    transition-property: color, background-color;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

h1 {
    text-align: center;
    font-size: 5vw;
}

a {
    color: coral;
}

li {
    display: inline;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* font-size: 62.5%; */
}

.btn,
a.btn,
button.btn {
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
    font-size: 1.5vw;
}

a.btn-border {
    border: 2px solid #000;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: 4px 4px 0 #000;
    box-shadow: 4px 4px 0 #000;
}
  
a.btn-border:hover {
    -webkit-box-shadow: -4px -4px 0 #000;
    box-shadow: -4px -4px 0 #000;
}

.button {
    text-align: center;
}

/* dark/light 切り替え */
.msg {
    font-size: 30px;
    font-weight: bold;
}

.dark {
    display: block;
}

.light {
    display: none;
}
  
.js-mode-light {
    color: #000;
    background-color: rgb(240, 240, 240);
}

.js-mode-light .light {
    display: block;
}

.js-mode-light .dark {
    display: none;
}
  
input[type="checkbox"] {
    display: none;
}

.switch {
    position: fixed;
    top: .5em;
    right: .5em;
    font-size: 60px;
    z-index: 1;
}

.switch-label {
    cursor: pointer;
}

.switch-mode {
    position: absolute;
    top: -120px;
    right: -120px;
    display: block;
    width: 200px;
    height: 200px;
    transform: rotate(0);
    transition: transform 1s;
}

.switch-mode::before {
    content: "🌙";
    position: absolute;
    left: 0;
    bottom: 0;
}

.switch-mode::after {
    content: "🌄";
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(1,-1);
}

/* header */
.header {
    height: 150px;
    width: 100%;
    background-color: rgb(252, 252, 252);
    float: left;
    position: fixed;
}

.header-img{
    width: 390px;
    padding-top: 10px;
    padding-left: 10px;
}

.header-text {
    font-size: 230%;
    margin-top: 30px;
    text-align: right;
}

.snslogo {
    margin-top: 43px;
    margin-right: 20px;
    width: 60px;
}

.header-img, .snslogo, .header-text {
    float: left;
}

/* wrapper */
.wrapper {
    padding-top: 150px;
    margin-bottom: 150px;
}

.protocol {
    margin: auto;
    text-align: center;
    width: 320px;
    height: 50px;
}

#protocoltext1 {
    color: lime;
    text-align: center;
}

#protocoltext2 {
    color: red;
    text-align: center;
}

.mobile-sns {
    display: none;
}

.audiolr {
    text-align: center;
}

/* 時計 */
.container {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
  
/* clock */
.container {
    /*margin-top: 10vh;*/
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
  
.clock {
    line-height: 1.2;
    text-align: center;
}
  
.clock-date {
    font-size: 3vw;
    font-family: 'Share Tech Mono', monospace !important;
}
  
.clock-time {
    font-size: 6vw;
    font-family: 'Share Tech Mono', monospace !important;
}

/* footer */
.footer {
    width: 100%;
    height: 50px;
    text-align: center;
    position: relative;
    font-size: 1vw;
}

.footertext {
    position: absolute;
}

.footer ul {
    list-style: none;
}

.footer .network {
    position: absolute;
    right: 40px;
    bottom: 40px;
    color: lime;
}

@media screen and (max-width: 671px) {
    .snslogo {
        display: none;
    }
    .header-img {
        text-align: center;
        width: 240px;
        margin-top: 25px;
    }
    .mobile-sns {
        display: block;
        margin-bottom: 250px;
        margin-left: 15vw;
        margin-right: 3vw;
    }
    .mobilesnslogo {
        float: left;
        margin-top: 43px;
        margin-right: 2vw;
        margin-bottom: 50px;
        width: 15vw;
    }
    .protocol {
        margin-top: -100px;
    }
    a.btn {
        font-size: 5vw;
    }
}

@media screen and (min-width: 670px) and (max-width:800px){
    .snslogo {
        margin-left: 0;
    }
    .header-img {
        text-align: center;
        width: 240px;
        margin-top: 25px;
    }
    .mobile-sns {
        display: none;
    }
}

/* ホーム */

/* プライバシーポリシー */

/* サイトポリシー */

/* 問い合わせ */