@charset "UTF-8";

@import url(https://db.onlinewebfonts.com/c/b6b7d8cfbda5f9fc8532e9918d4896ea?family=Beacon+Aesthetic);
@import url('https://fonts.googleapis.com/css2?family=MuseoModerno:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@400;700&display=swap');

@media screen and (max-width: 800px) {

    .back{
        margin:0 auto;
        padding:0;
        width:100%;
        height:300px;
        color:#fff;
        background: linear-gradient(90deg, #D7EBEB, #F4AFE9, #9D7EF3);
            -webkit-background-size:cover;
        background-size:cover;
    }

    .st{
        display: flex;
        position: absolute;
        justify-content: space-between;
        width: 100%;
        margin: 0;
        z-index: 1;
    }

    .st.fixed{
        position: fixed;
        top: 0;
    }

    .menu {
        display: table;
        table-layout: fixed;
        background-color: transparent;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        text-align: center;
    }

    .menu li {
        display: table-cell;
        vertical-align: middle;
    }

    .main{
        margin:0 20px;
        padding: 70px 0 0;
    }

    .title {
        z-index: 0;
    }

    h1 {
        margin: -150px auto 129px;
    }

    h4 {
        margin: 30px auto 20px;
    }
}

@media screen and (min-width: 801px) {

    .back{
        content:"";
        display:block;
        top:0;
        left:0;
        z-index: -1;
        width: 100%;
        height: 100vh;
            -webkit-background-size: cover;
        position:fixed;
        background: linear-gradient(90deg, #D7EBEB, #F4AFE9, #9D7EF3);
    }

    .wrp {
        max-width: 1200px;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content:space-around;
    }

    .top{
        position: -webkit-sticky;
        position: sticky;
        top: 10px;
        width: 30%;
        height: 60%;
    }

    .st{
        margin: 30px;
    }

    .main{
        margin: 0;
        padding: 50px 30px 20px;
        background:rgba(255,255,255,1);
        right: 0;
        width: 60%;
        height:auto;
    }

    .menu {
        background-color: transparent;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }

    .menu li {
        display: inline;
    }

    .nov {
        display: flex;
        flex-wrap: wrap;
        justify-content:space-around;
    }

    .sec {
        width: 45%;
}

    h1 {
        margin: 150px auto 80px;
    }

    h4 {
        margin: 0 auto 20px;
    }
}

:root {
  --main: #B8C0FF;
  --text: #111111;
  --sub: #dde1e5;
  --accent: #FF7A90;
}

body {
    background: #FFF;
    color: var(--text);
    font-size: 12px;
    font-family: 'LINE Seed JP', sans-serif;
    line-height: 180%;
    letter-spacing: 2px;
    margin:0;
    -webkit-tap-highlight-color: transparent;
}

br {
    user-select: none;
}

a {
    color: #8aa0b5;
    text-decoration: none;
}

a:hover, active {
    color: #9baecc;
    position: relative;
    top: 0;
}

a.ban::after {
    content: "/";
    color: #C5CBD1;
}

strong {
    color: var(--accent);
}

#wox-ana {
    display: none;
}

h1 {
    color: #fff;
    font-family: 'Beacon Aesthetic', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    font-size: 38px;
    font-weight: 400;
    text-align: center;
}

h2 {
    font-family: 'MuseoModerno', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 20px 0 10px 5px;
    font-weight: 400;
    text-align: left;
}

h2 i {
    margin-right: 15px;
    color: #B8C0FF;
}

h3 {
    font-family: 'MuseoModerno', 'LINE Seed JP', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    font-size: 18px;
    padding: 5px 15px;
    margin: 70px auto 20px;
    font-weight: 400;
    display: inline-block;
    border-bottom: solid 1.5px var(--sub);
    line-height: 200%;
}

h3 i {
    font-size: 22px;
    color: #B8C0FF;
}

h4 {
    font-size: 13px;
    padding: 5px 15px;
    display: inline-block;
    background: var(--text);
    color: #fff;
    border: solid 1px var(--text);
}

h5 {
    display: inline-block;
    background: #ccc;
    margin: 0 10px 5px;
    padding: 0 5px;
}

details[open] .content {
  animation: fadeIn 0.85s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-12px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

hr {
    border-top: solid 1px #000;
    border-left: none;
    border-bottom: none;
}

b {
    font-weight: 700;
}

a.btn {
    height: 80px;
    width: 95%;
    font-size: 12px;
    font-family: 'LINE Seed JP', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    line-height: 180%;
    letter-spacing: 2px;
    color: #000;
    background: #f3f3f2;
    border: solid 1px #000;
        -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    resize: none;
    margin: 3px 0;
    padding: 3px;
    height: auto;
    width: 100px;
    cursor: pointer;
    text-shadow: none;
    background: #000;
    color: #fff;
    font-weight: 200;
}

.main ul {
  list-style: none;
}

.main li::before {
  content: '\2726';
  background: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

input[type], textarea {
    height: 80px;
    width: 95%;
    font-size: 12px;
    font-family: 'Barlow Semi Condensed', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    line-height: 180%;
    letter-spacing: 2px;
    color: #000;
    background: #E9ECEF;
     border: solid 1px var(--text);
        -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    margin: 3px 0;
    padding: 3px;
}

input[type=text ]{
    height: auto;
    width: 200px;
}

input[type=submit]{
    height: auto;
    width: 100px;
    cursor: pointer;
    border: none;
    text-shadow: none;
    background: var(--accent);
    color: #fff;
    font-weight: 200;
}

.wrp {
    margin:0 auto;
    padding: 0;
}

.top {
    z-index: 99;
}

.main {
    text-align: center;
}

.menu {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.menu li a {
    color: var(--text);
    display: block;
    text-decoration: none;
    padding: 10px 0;
    text-transform: uppercase;
}

.menu li a:hover, active {
    color: var(--text);
    display: block;
    padding: 10px 0;
}

.log{
    border-left: solid 1px var(--sub);
    margin: 0 0 20px 10px;
    padding: 5px 20px;
    text-align: left;
}

.log a{
    border: solid 1px var(--text);
    background: var(--text);
    color: #fff;
    display: inline-block;
    width: 50px;
    margin: 0 10px;
    text-align: center;
    text-transform: uppercase;
}

.log a:hover{
    background: #fff;
    color: var(--text);
}

.text,.nov {
    text-align: left;
    margin: 10px;
}

.title {
    position: relative;
    display: inline-block;
}

.title p {
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0 10px;
    background: rgba(0,0,0,.7);
    backdrop-filter: blur(10px);
}

.title img {
    width: 200px;
    height: 40px;
    border: solid 1px var(--sub);
    padding: 3px;
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.mr {
    color: #555;
    margin: 0 10px 20px;
    padding: 5px 10px;
    border-left: solid 1px var(--sub);
}

.box {
    color: var(--text);
    margin: 10px;
    border: solid 1px var(--text);
    padding: 8px;
}

.ft {
    margin: 30px 0 20px;
    padding-top: 20px;
    border-top: solid 1px var(--sub);
}

.nav ul {
  display: flex;
  justify-content: center;
  gap: 0 1.5em;
  list-style-type: none;
  content: none;
}
.nav ul:before{
  display: flex;
  justify-content: center;
  gap: 0 1.5em;
  list-style-type: none;
  content: none;
}