<style>
@charset "UTF-8";

/* がんばれ〜俺。 */

@font-face {
    font-family: 'XANO明朝';
    font-display: swap;
    src: url('https://cdn.leafscape.be/XANO-mincho/XANO-mincho_web.woff2') format("woff2");
}

@font-face {
  font-family: 'mtk';
  src: url('https://dl.dropboxusercontent.com/scl/fi/5emjshximon4nf1jb7jb8/jndyp-cvx74.woff2?rlkey=06f8ckrr73n0skv6rk6le5itf&st=3l6p74h4') format("woff2");
}

@font-face {
  font-family: 'butterfly';
  src: url('https://dl.dropboxusercontent.com/scl/fi/hd9rfg46qd670vg7u13sx/AnyConv.com__Butterflies-OMne-3.woff2?rlkey=0rr22efpq4eftzmdg1pbte9cl&st=bc8874t5') format("woff2");
}

@font-face {
  font-family: 'moon';
  src: url('https://dl.dropboxusercontent.com/s/bwmq8mbdltql5z3/n5ppp-iybb2.woff2') format("woff2");
}


body {
    margin: 160;
    text-align: center;
    background-color: #fff;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-size: 10px;
    color: #000;
    font-weight: normal;
    font-family: 'mtk';
}

/* リンク */
a {
    text-decoration: none;
    color: #000;
    font-family: 'mtk';
}

* {

font-family: 'mtk';

   text-align: center;


}
/* 飾り */

.xoxo{

    margin: 0 auto;
    font-size: 30px;
    font-family: 'butterfly';
    color: #000;
}

.moon{

    margin: 0 auto;
    font-size: 30px;
    font-family: 'moon';
    color: #000;
}

/* アニメーション */
@keyframes FadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* フォーム系 */
textarea,
input[type] {
    font-family: 'Noto Serif JP';
    -webkit-appearance: none;
    padding: 0.2em 0.5em;
    background-color: #c0c0c0;
    border: none;
    border-radius: 0;
}

textarea {
    width: 200px;
    height: 70px;
   font-family: 'Noto Serif JP';
}

input[type=text] {
    width: 80px;
}

input[type=submit] {
    width: auto;
}

summary {
    cursor: pointer;
    outline: none; 
    font-size: 12px;
}

details summary::-webkit-details-marker {
    display: none;
}

</style>