@charset "Shift_JIS";		
@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Vidaloka&family=Shippori+Mincho:wght@400;700&display=swap");
/*-- Template by Luca --*/
/**-- https://as.lclla.com/ --*/
/*-- Template name MOON RIVER --*/
* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  overflow-wrap: break-word;
  box-sizing: border-box;
}
:root {
  --sub-color: #fff;
}
html {
  height: 100%;
  font-size: 72.5%;
}

body {
  font: 1.4em/2  "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  height: 100%;
  color: #839999;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 2px;
  overflow-x: hidden;
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  background: url(twi.jpg) no-repeat center / cover;
  z-index: -2;
}

::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
  border: none;
}

::-webkit-scrollbar-thumb {
  background: #A3C6C0;
  box-shadow: none;
  border-radius: 5px;
}
a {
  color: #A3C6C0;
  text-decoration: none;
}
/* 強調 */
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;
}
.new {
  position: relative;
  color: #FFC8B7;
  background: var(--sub-color);
  line-height: 1.5;
  display: inline-block;
  padding: 0 6px;
  margin-left: 5px;
  border-radius: 5px;
  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: 95%;
  height: auto;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 0 18px 0 var(--sub-color) inset;
  border: 2px solid var(--sub-color);
}


h1 {
    position: relative;
    margin-bottom: 0.2rem;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}





/* 元h1, */ h2 {
  font-family: 'Libre Baskerville';
  letter-spacing: 3px;
  background: url(twi.jpg) no-repeat top left/ cover;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1px #9BBDB6;
  filter: contrast(115%);
  text-transform: capitalize;
}
/*元h1 {
  font-size: 3em;
  position: relative;
  -webkit-text-stroke: 1px #9BBDB6;
  top: 15px;
  z-index: 1;
} */


.js-text span {
  transition: .6s ease-in-out;
  opacity: 0;
}
h2 {
  font-size: 1.9em;
  width: 100%;
  margin-bottom: 50px;
  padding-top: 2px;
  text-align: center;
}
h3 {
  display: table;
  position: relative;
  left: -20px;
  color: #9BBDB6;
  margin: 15px 0 35px;
  padding: 0 25px;
  line-height: 1.5;
  transform: rotate(-5deg);
}
h3::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 10px;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, var(--sub-color) 4px, var(--sub-color) 8px);
  z-index: -1;
}
h4 {
  display: table;
  position: relative;
  margin: 25px 0;
  padding: 0 10px;
  color: var(--sub-color);
  background: #BAD1CD;
}
h4::after {
  content: "";
  width: 16px;
  height: 100%;
  right: -16px;
  top: 0;
  position: absolute;
  background: linear-gradient(to bottom right, #BAD1CD 50%, transparent 50%) top left/ 100% 50% no-repeat, linear-gradient(to top right, #BAD1CD 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
h5 {
  font-size: 1.3em;
  text-align: center;
  margin: 30px auto;
}
header {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.head-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--sub-color);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 2px solid;
  background: rgba(255, 255, 255, 0.50);
  box-shadow: inset 0px 0px 15px 0px, inset -20px 0px 0px 20px rgba(255, 203, 148, 0.30);
}
.head-inner::before, .head-inner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.head-inner::before {
  width: 415px;
  height: 415px;
  border: 2px solid;
}
.head-inner::after {
  width: 430px;
  height: 430px;
  position: absolute;
  border: 3px dotted;
}
.sub {
  color: #B9D6D2;
  font-size: 1.2em;
  position: relative;
  top: 15px;
}
.scroll {
  position: relative;
  top: 180px;
  z-index: 1;
}
.scroll::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #9BBDB6;
  transform: skewX(-31deg);
}
.scroll::after {
  content: "";
  position: absolute;
  bottom: 0%;
  right: 50%;
  width: 1px;
  height: 70px;
  background: #9BBDB6;
}
.scroll a {
  color: #9BBDB6;
  position: absolute;
  left: -23px;
  bottom: 10px;
  letter-spacing: 2px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  z-index: 1;
}
nav {
  width: 100%;
}
.menu {
  position: fixed;
  top: 0;
  padding: 20px 0;
  display: flex;
  width: inherit;
  justify-content: space-around;
  background-image: linear-gradient(to bottom, rgba(117, 167, 160, 0.80), rgba(150, 188, 183, 0.71) 30%, rgba(150, 188, 183, 0.40) 60%, rgba(150, 188, 183, 0.00));
  z-index: 2;
}
.menu li {
  list-style: none;
}
.menu a {
  font-size: 1.5em;
  font-weight: bold;
  background: url("twi.jpg") no-repeat bottom / cover;
  -webkit-background-clip: text;
  color: transparent;
}
section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin-bottom: 150px;
  padding-bottom: 80px;
  margin: 0 auto 150px;
  background: rgba(255, 255, 255, 0.50);
  outline: solid 4px var(--sub-color);
  outline-offset: -30px;
}
section:first-of-type {
  margin-top: 200px;
}
section:last-of-type {
  margin-bottom: 30px;
}
.inner {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  max-height: 100%;
  margin: 0 95px;
}
.contents {
  width: calc(100% / 2);
  min-width: 300px;
}
.contents:nth-of-type(odd) {
  padding-right: 30px;
}
.contents::after {
  content: "";
  display: block;
  width: calc(100% / 2);
}
/* 更新履歴*/
.update {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-bottom: 20px;
  padding: 8px 15px;
  height: 120px;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 0 18px 0 var(--sub-color) inset;
  border: 2px 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="text"] {
  width: 160px;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 0 18px 0 var(--sub-color) inset;
  border: 2px solid var(--sub-color);
}
.name_change input[type="submit"], .name_change input[type="reset"] {
  width: 70px;
  padding: 4px;
  font-size: .9em;
  border: 2px solid var(--sub-color);
  background: rgba(255, 255, 255, 0.30);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 6px, rgba(255, 255, 255, 0.50) 6px, rgba(255, 255, 255, 0.50) 12px);
}
form {
  text-align: center;
}
input[type="text"], input[type="submit"], input[type="reset"], textarea, button {
  font-family: inherit;
  font-size: 100%;
  height: initial;
  max-width: 550px;
  margin-bottom: 15px;
  color: #949C9D;
  padding: 5px;
  border: 2px solid var(--sub-color);
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-weight: normal;
  background: rgba(255, 255, 255, 0.30);
  box-shadow: 0 0 18px 0 var(--sub-color) inset;
}
input::placeholder, textarea::placeholder {
  font-size: .9em;
  letter-spacing: 2px;
  color: #999;
}
input:focus, textarea:focus {
  outline: none;
}
form .mail, .comment {
  width: 95%;
}
form .comment {
  height: 90px;
}
form .btn {
  width: 95%;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 6px, rgba(255, 255, 255, 0.50) 6px, rgba(255, 255, 255, 0.50) 12px);
  cursor: pointer;
}
/* 画像付きリンク　レイアウト */
.box-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
  gap: 30px;
}
.main-box {
  list-style: none;
  width: 200px;
  padding-bottom: 15px;
  border-radius: 15px;
  border: 1px solid var(--sub-color);
  background: rgba(255, 255, 255, 0.30);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 6px, rgba(255, 255, 255, 0.50) 6px, rgba(255, 255, 255, 0.50) 12px);
}
.category {
  position: relative;
  display: block;
  width: inherit;
  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 2px var(--sub-color);
  outline-offset: -10px;
  object-fit: cover;
}
.main-box a {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  position: relative;
}
.caption {
  padding-top: 10px;
}
.synopsis {
  margin: 0 15px 0;
  font-size: .9em;
}
.list_block {
  margin-bottom: 15px;
}
.list_block dt {
  display: inline-block;
  background: var(--sub-color);
  padding: 0 4px;
}
.list_block dd {
  font-size: .9em;
  margin: 0 5px 0 10px;
  padding: 10px 0 10px 8px;
  border-left: 1px solid #ccc;
}
.list_block dd a {
  font-size: 1.1em;
  padding: 0 3px;
  margin-right: 10px;
  background: linear-gradient(rgba(0, 0, 0, 0.00) 70%, var(--sub-color) 30%);
}
/* 展示リスト 横並び */
.list_inline {
  line-height: 2.3;
}
.list_inline li {
  display: inline;
}
.list_inline a {
  background: var(--sub-color);
  padding: 4px 5px;
}
.list_inline li:not(:last-child):after {
  content: "/";
  padding-left: 6px;
}
.link {
  display: flex;
  flex-wrap: wrap;
}
.link li {
  list-style: none;
  padding-right: 6px;
}
.link li:not(:last-child)::after {
  content: "/";
  padding-left: 6px;
}
/* アバウトリンク */
.link_list {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-bottom: 10px;
}
.link_list dt {
  margin: 0 20px 8px 0;
  padding: 0 8px;
  border: 2px solid var(--sub-color);
  background: rgba(255, 255, 255, 0.30);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 6px, rgba(255, 255, 255, 0.50) 6px, rgba(255, 255, 255, 0.50) 12px);
  height: 30px;
}
.link_list dd {
  padding-bottom: 5px;
}
.footer {
  text-align: center;
}
.footer li {
  list-style: none;
  display: inline-block;
  padding-bottom: 20px;
}
.footer a {
  padding: 0 10px;
}
/* textページ　レイアウト */
.center {
  max-width: 800px;
  margin: 100px auto 0;
  padding: 20px 0;
}
.text {
  max-height: 100%;
  line-height: 2.2;
  padding: 50px 60px;
  background: rgba(255, 255, 255, 0.50);
  outline: solid 4px #fff;
  outline-offset: -30px;
}
.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;
}
/*--source code--*/
.list {
  padding: 10px 0 10px 25px;
}
.source {
  white-space: pre-wrap;
  text-align: left;
  width: 95%;
  padding: 3px;
  height: 80px;
  max-width: 450px;
}
.btn-clipboard {
  display: block;
  border: 1px solid;
  margin-bottom: 40px;
  width: 80px;
  color: #BAD1CD;
  background: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
p > a > img {
  width: auto;
  max-height: 150px;
  margin-bottom: 20px;
}
p > img {
  max-height: 200px;
  margin-bottom: 20px;
}
@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%;
  }

 /* ボタン2 */
.button2{
  display: inline-block;
  padding: 3px;
  border-radius: 5px;
  background-color: #afa58d;
  color: #00a497;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 1.2rem;
}

.button2:hover {
  opacity: 0.9;
  
}
  
}
.button-showy {
  background-color: #D29E04;
}
.button-ghost2 {
  border: 1px solid #BAD1CD;
  background-color: rgba(255, 255, 255, 0.15);
}

a.button-ghost2{
  text-decoration: none;
  color: #FFFFFF;
}  /* ボタンのリンクを白色に変更 */


 /* リンク周り */
A:link.f {
  text-decoration:none;
}
A:visited.f {
  text-decoration:none;
}
A:active.f {
  text-decoration:none;
}
A:hover.f{
  color:#999999;
  position:relative;
  top:1px;
  left:1px;
}

A:link{
  text-decoration:none;
}
A:visited {
  text-decoration:none;
}
A:active {
  text-decoration:none;
}
A:hover{
  color:#999999;
}



/* タイトルロゴアニメ */
.container{
	width: 500px;
	max-width: 100%;
}

.image{
	width: 100%;
	opacity: 0;
	animation: fadein-anim 12s linear forwards;
}

@keyframes fadein-anim {
	100% {
		opacity: 1;
	}
}