@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Pacifico|Varela+Round ');

@font-face
{
font-family: 和田研細丸ゴシック;
src: url('https://cdn.leafscape.be/wadalab/wadalab-hosomin_web.woff2')
     format("woff2");
}

body {
    background: #fff;
    color: #333;
    font-size: 12px;
    font-family: 'Varela Round', 'メイリオ', sans-serif;
    background-image : url("img/back.png");
    background-attachment: fixed;
    background-position:100% 100%;
    background-repeat: no-repeat;
    line-height: 200%;
    letter-spacing: 2px;
    margin:0;
    padding:0;
}


label {
  display: block;
  margin-top: 15px;
}

input, select, button {
  width: 30%;
  padding: 10px;
  margin-top: 5px;
  font-size: 12px;
  box-sizing: border-box;
}

button {
  margin-top: 10px;
  background: #444;
  color: #fff;
  border: none;
  border-radius: 6px;
}

button:active {
  opacity: 0.8;
}

.result {
  margin-top: 25px;
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

.notice {
  margin-top: 10px;
  font-size: 0.9em;
  color: #a00;
}



a, a:hover {
    color: #69779b;
    text-decoration: none;
}


h1 {
    color: #9692af;
    background: 
        -webkit-linear-gradient(90deg, #9692af, #acdbdf);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    font-size: 34px;
    font-family: '和田研細丸ゴシック', 'Pacifico', 'メイリオ', sans-serif;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0 0 20px;
    padding: 0;
}

h2 {
    color: #9692af;
    background: 
        -webkit-linear-gradient(90deg, #9692af, #acdbdf);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-family: '和田研細丸ゴシック', 'Pacifico', 'メイリオ', sans-serif;
    line-height: 100%;
    letter-spacing: 0;
    margin: 20px 0 20px;
    padding: 0;
    text-align: right;
}

input[type] {
    font-size: 12px;
    color: #000;
    background: #eee;
    padding: 2px 8px;
    margin:0 3px 20px;
    border: none;
    width: 190px;
    line-height: 180%;
    letter-spacing: 2px;
    height: auto;
        -webkit-appearance: none;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
}

input[type=submit] {
    width: 60px;
    color: #fff;
    background: #ccc;
    background: linear-gradient(90deg, #9692af, #acdbdf);
    border: solid 1px #fff;
    border-radius: 3px;
    cursor: pointer;
}

.wrp {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #d7eaea;
}

.top,.text {
    max-width: 600px;
    margin: 70px auto 20px;
    padding: 20px;
}

.list {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    counter-reset: number;
}

.list a {
    display: block;
}

.list a::before {
    counter-increment: number;
    content: counter(number);
    padding: 3px 5px;
    background: #fff;
    border-radius: 3px;
    margin-right: 10px;
}

.text {
    font-size: 13px;
    line-height: 250%;
}

.ft {
    text-align: center;
    margin-bottom: 20px;
}



/* ホバー時虹色リンク */
.niji-link {
background-size: 200%; /* 背景領域の設定 */
}
.niji-link:hover {
background-image: linear-gradient(to right, rgb(255, 0, 0) 0%, rgb(255, 136, 0) 14.28%, rgb(221, 221, 0) 28.56%, rgb(0, 221, 0) 42.85%, rgb(0, 221, 221) 57.14%, rgb(0, 0, 255) 71.42%, rgb(238, 0, 238) 85.71%, rgb(255, 0, 0) 100%); /* 虹色配色 */
-webkit-background-clip: text; /* 背景色をテキストの形にマスキングする */
-webkit-text-fill-color: rgba(0, 0, 0, 0); /* テキスト色を透過する */
animation: niji-link 0.5s linear infinite; /* アニメーションさせる */
}

@keyframes niji-link {
to { background-position: 200%; }
}


 /* 上部固定 */

header {
  position: fixed; /* ここに注目! */
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 50px;
  color: white;
  background-color: #f0f9ff;
  padding-inline: 15px;
  align-content: center;
}

 /* 薄いピンクなら、#ffe3e8 */
