﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&family=Chango:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/earlyaccess/nikukyu.css');

@font-face {
  font-family: 瀬戸フォント;
  src: url('https://cdn.leafscape.be/setofont/setofont_web.woff2') format("woff2");
}

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  list-style-type: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

p {
  margin: 0.5em 1em;
}

body {
  line-height: 1.8;
  font-size: 10pt;
  font-family: "Zen Maru Gothic", sans-serif;
  word-break: break-all;
  color: #666;
  margin: 0;
  padding: 0;
}

header {
  background: #C8E6C9;
}

h1 {
  font-family: "Nikukyu";
  letter-spacing: 1px;
  font-size: 28pt;
  color: #fff;
  margin-top: -15px;
  text-shadow: 0 0 5px #999;
}

h1 .change {
  color: #e0ffc1;
}

.sub {
  display: block;
  font-size: 10.5pt;
  letter-spacing: 0.3px;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: -5px;
}

h1 .mark {
  margin-right: -18px;
  margin-left: -3px;
}

h2 {
  font-size: 20pt;
  line-height: 40px;
  margin: 1em 0 0;
  font-family: 瀬戸フォント, sans-serif;
}

h3 {
  font-size: 12pt;
  font-family: 瀬戸フォント, sans-serif;
  display: inline-block;
  min-width: 80px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 1em 0 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 0 calc(1em + 22px);
}


.heart h2,
.heart h3 {
  color: #ff84c1;
}

.heart h3:before {
  position: absolute;
  left: 0;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  content: '\f004\f004';
}

.warm h2,
.warm h3 {
  color: #ffc184;
}

.clover h2,
.clover h3 {
  color: #C8E6C9;
}

.clover h3:before {
  position: absolute;
  left: 0;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\e139\e139';
}

.star h2,
.star h3 {
  color: #ff7f7f;
}

.star h3:before {
  position: absolute;
  left: 0;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  content: '\f005\f005';
}

.info h2,
.info h3 {
  color: #bcbcff;
}

article {
  width: 100%;
  padding: 5%;
  margin: 0;
  text-align: center;
}

section {
  max-width: 720px;
  text-align: left;
  margin: auto;
}

.heart {
  background: #fff;
}

.warm {
  background: #FFFACD;
}

.star {
  background: #AEE7FF;
  color: #777;
}

.night {
  background: #e0c1ff;
}

.logo b {
  font: 400 2.5vh "Chango";
  color: #fee;
  text-shadow: 0 -30px 100px, 0 0 2px, 0 0 1em #ff4444, 0 0 0.5em #ff4444, 0 0 0.1em #ff4444, 0 5px 3px #fee;
}

.logo b span {
  animation: blink linear infinite 3s;
}

.logo b span:nth-of-type(2n) {
  animation: blink linear infinite 6s;
}

.logo b span:nth-of-type(3n) {
  animation: blink linear infinite 12s;
}

@keyframes blink {
  78% {
    color: inherit;
    text-shadow: inherit;
  }

  79% {
    color: #e0c1ff;
  }

  80% {

    text-shadow: none;
  }

  81% {
    color: inherit;
    text-shadow: inherit;
  }

  82% {
    color: #e0c1ff;
    text-shadow: none;
  }

  83% {
    color: inherit;
    text-shadow: inherit;
  }

  92% {
    color: #e0c1ff;
    text-shadow: none;
  }

  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}

figure {
  float: right;
  margin: 20px 20px auto 15px;
  width: 30%;
}

figure img {
  max-width: 100%;
}

footer {
  margin: 0 0 -15px;
}

.scallop-green {
  height: 100px;
  width: 100%;
  background: -webkit-gradient(radial, 50% 100%, 10, 50% 100%, 40, from(#C8E6C9), color-stop(0.49, #C8E6C9), color-stop(0.51, #fff), to(white));
  -webkit-background-size: 49px 100%;
}

.scallop-heart {
  height: 100px;
  width: 100%;
  background: -webkit-gradient(radial, 50% 0, 10, 50% 0, 40, from(#C8E6C9), color-stop(0.49, #C8E6C9), color-stop(0.51, #fff), to(white));
  -webkit-background-size: 49px 100%;
}

.scallop-warm {
  height: 100px;
  width: 100%;
  background: -webkit-gradient(radial, 50% 100%, 10, 50% 100%, 40, from(#FFFACD), color-stop(0.49, #FFFACD), color-stop(0.51, #fff), to(white));
  -webkit-background-size: 49px 100%;
}

.scallop-clover {
  height: 100px;
  width: 100%;
  background: -webkit-gradient(radial, 50% 0, 10, 50% 0, 40, from(#FFFACD), color-stop(0.49, #FFFACD), color-stop(0.51, #fff), to(white));
  -webkit-background-size: 49px 100%;
}

.scallop-heart {
  height: 100px;
  width: 100%;
  background: -webkit-gradient(radial, 50% 0, 10, 50% 0, 40, from(#C8E6C9), color-stop(0.49, #C8E6C9), color-stop(0.51, #fff), to(white));
  -webkit-background-size: 49px 100%;
}

.scallop-star {
  height: 100px;
  width: 100%;
  background: -webkit-gradient(radial, 50% 100%, 10, 50% 100%, 40, from(#AEE7FF), color-stop(0.49, #AEE7FF), color-stop(0.51, #fff), to(white));
  -webkit-background-size: 49px 100%;
}

.scallop-info {
  height: 100px;
  width: 100%;
  background: -webkit-gradient(radial, 50% 0, 10, 50% 0, 40, from(#AEE7FF), color-stop(0.49, #AEE7FF), color-stop(0.51, #fff), to(white));
  -webkit-background-size: 49px 100%;
}

.scallop-last {
  height: 100px;
  width: 100%;
  background: -webkit-gradient(radial, 50% 100%, 10, 50% 100%, 40, from(#e0c1ff), color-stop(0.49, #e0c1ff), color-stop(0.51, #fff), to(white));
  -webkit-background-size: 49px 100%;
}

#page-top {
  position: fixed;
  right: 10px;
  bottom: 30px;
  height: 40px;
  padding: 0 0 0 35px;
  z-index: 5;
}

#page-top::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
}

@media screen and (max-width: 798px) {
  h1 {
    font-size: 22pt;
  }

  h2 {
    font-size: 14pt;
  }

  h3 {
    font-size: 10.5pt;
  }
}