<meta charset="utf-8">
    <!--検索（無効）-->
    <meta name="robots" content="none,noarchive">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover">
<meta name="theme-color" content="#83b1ad">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<style>		  
@charset "utf-8";
@import 'https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap';

@font-face {
  font-family: ロゴたいぷゴシック;
  src: url('https://cdn.leafscape.be/logotype/logotype_web.woff2') format("woff2");
}

@font-face {
font-family: Mona;
src: url('https://cdn.leafscape.be/monafont/mona_web.woff2')
     format("woff2");
}

/*-- Template by Luca --*/
/**-- https://as.lclla.com/ --*/
/*-- Template name MOON RIVER --*/
* {
  margin: 0;
  padding: 0;
  font-weight: 400;
  vertical-align: baseline;
  word-break: break-all;
  box-sizing: border-box;
}

:root {
  --sub-color: #fff;
  --main-color: #A3C6C0;
  --font-color: #849595;
  --half: rgba(255, 255, 255, 0.70);
  --stripe: repeating-linear-gradient(45deg, transparent, transparent 4px, var(--sub-color) 4px, var(--sub-color) 8px);
}

html {
  height: 100%;
  overflow: overlay;
  scrollbar-width: thin;
  scrollbar-color: var(--main-color) transparent;
  border-radius: 5px;
}

body {
  font: 14px/1.9 "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  height: 100%;
  color: var(--font-color);
  -webkit-text-size-adjust: 100%;
  letter-spacing: 2px;
}

body::before {
  content: "";
  width: 100%;
  height: 100vh;
  top: 0;
  position: fixed;
  background: url("https://r.alicex.jp/data/1/mukyou/img/1.jpg") no-repeat center / cover;
  z-index: -2;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
  border: none;
}

::-webkit-scrollbar-thumb {
  background: var(--main-color);
  box-shadow: none;
  border-radius: 5px;
}

a {
  color: var(--main-color);
  text-decoration: none;
}

.border {
  background: linear-gradient(rgba(0, 0, 0, 0.00) 65%, var(--sub-color) 35%);
}


/* 強調 */
img {
  max-width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

/* 水平線 */
hr {
  border: 1px #C4C0C0;
}

/* 重要 */
strong {
  font-weight: bold;
}

/* 画像 */
img {
  max-width: 100%;
  vertical-align: bottom;
}

/* 水平線 */
hr {
  border-top: 1px dotted;
  margin: 10px 0;
}

/* 強調 */
em {
  background-color: #ffe8e0;
  padding: 3px 5px;
  font-style: normal;
}

/* フォントスタイル指定 */
h1 {
  font-family: 'Mona', sans-serif; /* h1に別のフォントを指定する */
}

h2, h3, h4, .menu a, form .btn, .category, .link_list dt, .name_change>input[type="reset"], .name_change>input[type="submit"], form>.btn {
  font-family: 'Abril Fatface', 'ロゴたいぷゴシック', cursive;
}

.top::before, .scroll, .sub, .new, h5, .footer {
  font-family: serif;
}

.new {
  font-size: .9em;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  color: #FFC8B7;
  white-space: nowrap;
  top: -2px;
  background: var(--sub-color);
  line-height: 1;
  display: inline-block;
  padding: 2px 6px 3px;
  margin-left: 5px;
  border-radius: 2px;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.17));
}

.new::before {
  content: "new";
}

.new::after {
  border-right: 4px solid var(--sub-color);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: '';
  margin-top: -4px;
  position: absolute;
  left: -4px;
  top: 50%;
}

/* 装飾ボックス */
.box {
  margin: 10px 0;
  padding: 10px;
  width: 100%;
  height: auto;
  background: var(--half);
  box-shadow: 0 0 18px 0 var(--sub-color) inset;
  border: 1px solid var(--sub-color);
}

h1, h2 {
  letter-spacing: 3px;
  background: url("背景画像のURL") no-repeat top left/ cover;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-stroke: 0.5px var(--main-color);
  filter: contrast(115%);
  text-transform: uppercase;
}

h1 {
  font-size: clamp(30px, 3.125vw, 40px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.js-text span {
  transition: .6s ease-in-out;
  opacity: 0;
}

h2 {
  font-size: clamp(20px, 3.125vw, 26px);
  width: 100%;
  margin-bottom: 30px;
  padding-top: 3px;
  text-align: center;
  position: relative;
}

h3 {
  font-size: clamp(13px, 3.125vw, 15px);
  display: table;
  text-transform: uppercase;
  position: relative;
  left: -10px;
  color: var(--main-color);
  margin: 15px 0 20px;
  padding: 0 10px;
  transform: rotate(-5deg);
}

h3::before {
  position: absolute;
  left: 0;
  bottom: 5px;
  content: "";
  width: 100%;
  height: 8px;
  background: var(--stripe);
  z-index: -1;
}

h4 {
  font-size: clamp(10px, 3.125vw, 13px);
  display: table;
  line-height: 1;
  text-transform: capitalize;
  white-space: nowrap;
  position: relative;
  margin-bottom: 20px;
  padding: 5px 8px;
  color: var(--sub-color);
  background: var(--main-color);
}

h4::after {
  content: "";
  width: 13px;
  height: 100%;
  right: -13px;
  top: 0;
  position: absolute;
  background: linear-gradient(to bottom right, var(--main-color) 50%, transparent 50%) top left/ 100% 50% no-repeat, linear-gradient(to top right, var(--main-color) 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}

h5 {
  font-size: 14px;
  text-align: center;
  margin: 20px auto;
  display: table;
  position: relative;
}

h5::after {
  position: absolute;
  left: 0;
  bottom: 5px;
  content: "";
  width: 100%;
  height: 8px;
  background: var(--stripe);
  z-index: -1;
}

header {
  position: relative;
  height: calc(100% - 60px);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.head-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--sub-color);
  border: 1px solid;
  background: rgba(255, 255, 255, 0.70);
  box-shadow: inset 0px 0px 15px 0px, inset -20px 0px 0px 20px rgba(255, 203, 148, 0.30);
  border-radius: 50%;
  width: 400px;
  height: 400px;

}

.head-inner::before, .head-inner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.head-inner::before {
  width: 417px;
  height: 417px;
  border: 2px solid;

}

.head-inner::after {
  width: 436px;
  height: 436px;
  position: absolute;
  border: 2px dotted;
}

.top {
  position: relative;
  margin-bottom: initial;
  text-align: center;
  top: -20px;
}

.top::before {
  content: attr(data-txt);
  height: 8px;
  color: var(--main-color);
  font-weight: bold;
  background: var(--half) var(--stripe);
  display: table;
  margin: 0 auto 10px;
  padding: 0 7px;
}

.top li {
  display: inline;
  padding: 0 5px;
}

.sub {
  font-family: serif;
  color: #B9D6D2;
  font-size: 1.2em;
  position: relative;
  top: 45px;
}

.scroll {
  position: relative;
  top: 220px;
  z-index: 1;
}

.scroll::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: var(--main-color);
  transform: skewX(-31deg);
}

.scroll::after {
  content: "";
  position: absolute;
  bottom: 0%;
  right: 50%;
  width: 1px;
  height: 70px;
  background: var(--main-color);
}

.scroll a {
  color: var(--main-color);
  position: absolute;
  height: 70px;
  left: -24px;
  bottom: -10px;
  letter-spacing: 2px;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  z-index: 1;
}

nav {
  width: 100%;
}

.menu {
  position: fixed;
  top: 0;
  padding: 15px 0;
  display: flex;
  width: inherit;
  justify-content: space-around;
  background-image: linear-gradient(to bottom, #83b1ad, rgba(0, 0, 0, 0));
  z-index: 2;
}

.menu li {
  list-style: none;
}

.menu a {
  font-size: 22px;
  text-transform: capitalize;
  background: url("背景画像のURL") no-repeat bottom / cover;
  -webkit-background-clip: text;
  color: transparent;
}

main {
  width: min(95%, 1100px);
  height: auto;
  margin: 0 auto;
  padding-bottom: 30px;
}

section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 30px 0;
  margin-bottom: 70px;
}

section::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: var(--half);
  --b: 5px;
  --d: 10px;
  --o: 15px;
  --s: 1;
  --_d: calc(var(--d) + var(--s)*1rem);
  --_g: calc(100% - 2*(var(--_d) + var(--b)));
  -webkit-mask: conic-gradient(from 90deg at var(--_d) var(--_d), #0000 25%, #000 0) 0 0/calc(100% - var(--_d)) calc(100% - var(--_d)), linear-gradient(#000 0 0) 50%/var(--_g) var(--_g) no-repeat;
  mask: conic-gradient(from 90deg at var(--_d) var(--_d), #0000 25%, #000 0) 0 0/calc(100% - var(--_d)) calc(100% - var(--_d)), linear-gradient(#000 0 0) 50%/var(--_g) var(--_g) no-repeat;
  z-index: -1;
}

.sec {
  margin: 100px 0 50px;
}

.inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-height: 100%;
  margin: 0 95px;
  gap: 0 30px;
}

.contents {
  width: calc(100% / 2 - 15px);
}

.contents::after {
  content: "";
  display: block;
  width: calc(100% / 2);
}

/* 更新履歴*/
.update {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-bottom: 20px;
  padding: 8px 15px;
  height: 70px;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 0 18px 0 var(--sub-color) inset;
  border: 1px solid var(--sub-color);
  overflow-y: scroll;
}

.update dt::after {
  content: ""
}

.update dd {
  padding-left: 20px;
}

/* 名前変換 + フォーム */
.name_change {
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}

.name_change input[type] {
  width: 160px;
  background: var(--half);
  border: 1px solid var(--sub-color);
  height: 29px;
}

.name_change input[type="submit"], .name_change input[type="reset"] {
  color: var(--main-color);
  width: 70px;
  border: 1px solid var(--sub-color);
  background-color: rgba(0, 0, 0, 0);
  background-image: var(--stripe);
  cursor: pointer;
}

form input[type] {
  height: 29px;
}

input[type], textarea, button {
  letter-spacing: 1.5px;
  height: initial;
  max-width: 550px;
  margin-bottom: 15px;
  color: inherit;
  padding: 3px 5px;
  border: 1px solid var(--sub-color);
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-weight: normal;
  background: var(--half);
  box-shadow: 0 0 18px 0 var(--sub-color) inset;
}

:is(input, textarea):focus::placeholder {
  color: transparent;
}

:is(input, textarea)::placeholder {
  font-size: inherit;
  letter-spacing: 1.5px;
  opacity: .7;
  color: inherit;
  transition: .5s;
}

:is(input, textarea):focus {
  outline: none;
}

form .mail, .comment {
  width: 100%;
  font-family: inherit;
}

form .comment {
  height: 90px;
}

form>.btn {
  color: var(--main-color);
  width: 100%;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: var(--stripe);
  cursor: pointer;
}

/* 画像付きリンク レイアウト */
.box-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
  gap: 30px 15px;

}

.main-box {
  list-style: none;
  width: 200px;
  padding-bottom: 15px;
  border-radius: 15px;
  border: 1px solid var(--sub-color);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 6px, var(--half) 6px, var(--half) 12px);
}

.category {
  font-size: .9em;
  opacity: .7;
  position: relative;
  display: block;
  width: 100%;
  background: var(--sub-color);
  top: 0;
  left: 0;
  text-align: center;
  border-radius: 15px 15px 0px 0px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.17));
}

.category::after {
  border-top: 8px solid var(--sub-color);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: '';
  margin-left: -10px;
  position: absolute;
  bottom: -8px;
  left: 50%;
}

.main-box img {
  height: 100px;
  width: 100%;
  background: #ccc;
  outline: solid 1px var(--sub-color);
  outline-offset: -7px;
  object-fit: cover;
}

.main-box a {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 15px 8px 5px;
  position: relative;
}

.caption {
  padding-top: 10px;
}

.synopsis {
  margin: 0 8px 0;
  font-size: .9em;
}

.list_block {
  margin-bottom: 15px;
}

.list_block dt {
  display: table;
  background: var(--sub-color);
  padding: 4px;
  line-height: 1;
}

.list_block dd {
  font-size: 1em;
  margin-left: 12px;
  padding: 12px 0 12px 12px;
  border-left: 1px solid var(--main-color);
}

.list_block dd a {
  font-size: 14px;
  padding: 0 3px;
  margin-right: 10px;
}

/* 展示リスト 横並び */
.list_inline {
  line-height: 2.3;
  margin-bottom: 15px;
}

.list_inline li {
  list-style: none;
  display: inline;
}

.list_inline li:not(:last-child):after {
  content: "--";
  letter-spacing: -2px;
  opacity: .5;
  padding: 0 3px 0 6px;
  position: relative;
  top: -1px;
}

.link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.link li {
  list-style: none;
  padding-right: 6px;
}

.link li:not(:last-child)::after {
  content: "|";
  opacity: .5;
  padding: 0 3px 0 8px;
  position: relative;
  top: -2px;
}

/* アバウトリンク */
.link_list {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-bottom: 10px;
}

.link_list dt {
  color: var(--main-color);
  text-transform: capitalize;
  height: fit-content;

}

.link_list dt>span {
  position: relative;
  height: fit-content;
  padding: 0 8px;
}

.link_list dt>span::before {
  position: absolute;
  left: 0;
  bottom: 5px;
  content: "";
  width: 100%;
  height: 8px;
  background: var(--stripe);
  z-index: -1;
}

.link_list dd {
  margin: 0 0 7px 15px;
}

.link_list dd img {
  backface-visibility: hidden;
}

.footer {
  text-align: center;
}

.footer li {
  list-style: none;
  display: inline-block;
}

.footer a {
  padding: 0 10px;
}

/* textページ レイアウト */

.text {
  line-height: 2;
  margin: 35px auto 0;
  padding: 0 60px;
  max-width: 800px;
  max-height: 100%;
  position: relative;
}

.text>p {
  text-align: right;
  font-size: .9em;
  margin-top: 50px;
}

/* テキストページ フッターナビ */
.text_nav {
  list-style: none;
  margin: 30px auto 0;
  text-align: center;
  padding-bottom: 10px;
}

.text_nav li {
  display: inline-block;
  margin-right: 20px;
}

.text_nav li:last-child {
  margin-right: initial;
}

footer {
  text-align: center;
  padding: 20px 0 0;
}

footer li {
  display: inline-block;
}

footer li a {
  padding: 5px;
}

@media screen and (max-width:820px) {
  _::-webkit-full-page-media, _:future, :root * {
    font-weight: 300;
  }
  body, .list_block dd a {
    font-size: 15px;
  }

  h2 {
    padding-top: 4px;
  }

  h3 {
    left: -10px;
  }

  .inner {
    margin: 0 auto;
    padding: 0 55px;
  }

  .contents {
    width: 100%;
  }

  .box-container {
    gap: 30px 10px;
  }

  .main-box {
    width: 200px;
  }

  .main-box a {
    flex-direction: column;
    align-items: initial;
    padding: 10px 15px;
  }

  .caption {
    margin: 0 auto;
  }



  .text {
    padding: 50px 50px 0;
  }
}

@media screen and (max-width:767px) {
  body, .list_block dd a {
    font-size: 12px;
  }

  .menu {
    padding: 10px 0;
  }

  .menu li a {
    font-size: 17px;
  }

  .head-inner {
    width: 280px;
    height: 280px;
  }

  .head-inner::before {
    width: 290px;
    height: 290px;
  }

  .head-inner::after {
    width: 305px;
    height: 305px;
    border-width: 2px;
  }

  .scroll {
    top: 160px;
  }

  h2 {
    line-height: 1;
    padding-top: 2px;
  }

  h5 {

    margin: 15px auto;
  }

  section::before {
    --s: .1;
    --b: 3px;
  }

  .sec {
    margin: 50px 0 50px;
  }

  .inner {
    padding: 0 23px;
    margin: 0;
  }

  .main-box {
    width: 220px;
    max-width: 190px;

  }

  .contents {
    width: 100%;
  }

  .contents:nth-of-type(odd) {
    padding-right: initial;
  }

  .text {
    padding: 0 25px;
  }
}

@media (orientation: landscape) and (max-width: 896px) {
  h1 {
    font-size: 28px;
  }

  header {
    height: auto;
    top: 30px;
  }

  .head-inner {
    width: 280px;
    height: 280px;
  }

  .head-inner::after {
    width: 305px;
    height: 305px;
    border-width: 2px;
  }

  .head-inner::before {
    width: 290px;
    height: 290px;
  }

  .scroll {
    position: relative;
    top: 170px;
    z-index: 1;
  }

  .top {
    top: 50px;
    margin: 110px 0 40px;
  }

  section {
    width: calc(100% - 50px);
    margin: 0 auto 150px;
  }

  .contents {
    width: 100%;
  }
}
</style>	