﻿@charset "utf-8";
@import 'https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap';
/*-- Template by Luca --*/
/**-- https://as.lclla.com/ --*/
/*-- Template name - ノイズ --*/
* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  overflow-wrap: break-word;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
:root {
  --main-color: #7c7c7c;
  --sub-color: #99ab9f;
  --sub-2-color: #c1c9c6;
}
html {
  font-size: 62.5%;
  scrollbar-width: thin;
  scrollbar-color: #D4D4D4 transparent;
  border-radius: 5px;
}
body {
  font: 1.3em/2 "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--main-color);
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 2px;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
  border: none;
}
::-webkit-scrollbar-thumb {
  background: rgb(117, 99, 67, 0.34);
  box-shadow: none;
  border-radius: 5px;
}
a {
  text-decoration: none;
  color: var(--sub-color);
}
strong {
  font-weight: bold;
}
.border {
  border-bottom: 2px solid #ac9d96;
}

tag { color: #dba9b2; }

em {
  background-color: #dba9b2;
  padding: 3px 5px;
  color: #FFF;
  font-style: normal;
}
.box {
  margin: 10px 0;
  padding: 10px;
  border: solid 1px;
}
.up::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 20px var(--sub-color);
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.new::after {
  content: "New";
  color: #D89999;
  margin-left: 7px;
  font-size: .9em;
}
.up::after {
  content: "up";
  color: #fff;
  font-size: .9em;
  position: absolute;
  top: -2px;
  left: 3px;
  transform: rotate(-45deg);
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
h1 a, h2, h3, h4, .notice_wrap::before, .notice_wrap span, nav li a, .link_list dt, input[type="submit"].btn, input[type="reset"].btn {
  font-family: 'Cormorant Garamond', serif;
  color: #313131;
}
h1 {
  position: absolute;
  font-size: 2em;
  line-height: 1.7;
  padding: 15px 0;
  letter-spacing: 4px;
  writing-mode: vertical-rl;
}
h1::before, h1::after {
  content: "";
  position: absolute;
  opacity: 1;
  height: 120%;
  width: 1px;
  border-radius: 5px;
  animation: Shutter 1.6s forwards;
}
h1::before {
  top: 0;
  left: -20%;
}
h1::after {
  bottom: 0;
  right: -20%;
}
h1 a {
  animation: blur 2s both ease-in;
  text-shadow:
    0 0 5px #ffffd6;
}
h2, h4 {
  font-size: 1.2em;
  padding-bottom: 40px;
  width: 100%;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
}
h2::before, h4::before {
  content: "";
  height: 1px;
  width: 50px;
  position: absolute;
  background: var(--main-color);
  top: 2.5em;
  left: calc(50% - 25px);
}
h3 {
  font-size: 1.1em;
  display: table;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.00) 45%, rgba(0, 0, 0, 0.1) 30%);
}
h4 {
  font-size: 1.1em;
  margin-top: 10px;
  padding-bottom: 20px;
}
@keyframes blur {
  0% {
    color: rgba(255, 255, 255, 0);
    text-shadow: 0 0 15px #ffffd6;
  }
  50% {
    color: rgba(255, 255, 255, 0.2);
  }
  100% {
    color: #fff;
    text-shadow: 0 0 6px #ffffd6;
  }
}
@keyframes Shutter {
  0% {
    height: 0%;
    background: transparent;
  }
  30% {
    background: rgba(255, 255, 255, 0.1);
  }
  70% {
    background: rgba(255, 255, 255, 0.4);
  }
  100% {
    height: 120%;
    background: rgb(255, 255, 255);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
nav {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 70px;
  margin-bottom: 100px;
  background: #fff;
  box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.10);
}
nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: inherit;
}
nav li {
  list-style: none;
}
nav li a {
  font-size: 1em;
  text-transform: uppercase;
}
header {
  position: relative;
  height: calc(100vh - 70px);
  top: 70px;
  width: 100%;
}
.header_inner {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 70vh;
  width: 100%;
}
.header_inner::before, .header_inner::after {
  content: "";
  position: fixed;
  height: 70vh;
  width: 100%;
  z-index: -1;
}
.header_inner::after {
  background: #000;
  opacity: .4;
}
.header_inner::before {
  background: url(img/head.jpg) no-repeat center/cover;
}
.notice_wrap {
  padding: 15px;
  background: #fff;
  box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.10);
  height: 90px;
  position: absolute;
  top: calc(70vh - 45px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 90%;
  max-width: 500px;
  animation: fade 1.2s forwards linear;
}
.notice_wrap::before {
  content: attr(data-txt);
  font-size: .9em;
  text-transform: uppercase;
  position: absolute;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  left: 5px;
  height: 100%;
  text-align: center;
}
.notice {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  margin-left: 35px;
  height: 55px;
  width: 100%;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #D4D4D4 transparent;
  border-radius: 5px;
}
.notice dd {
  margin-left: 25px;
}
.notice_wrap span a {
  content: "";
  text-transform: uppercase;
  font-size: 1em;
  position: absolute;
  bottom: -4px;
  right: 15px;
}
main {
  position: relative;
  padding: 80px 0 50px;
  width: 100%;
  background: #fff;
}
section {
  margin: 80px auto 120px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  padding: 40px 30px;
  background: linear-gradient(-130deg, #f1f1f1 0%, #f1f1f1 50%, #ebebeb 50%, #ebebeb 100%);
  box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.20);
}
section:last-child {
  margin-bottom: 0px;
}
section::before {
  content: "";
  position: absolute;
  display: block;
  height: 130px;
  width: 60%;
  background: url(画像のURL) no-repeat center/contain;
  left: 50%;
}
section::before {
  top: -75px;
  transform: translateX(-50%);
}
.inner {
  width: calc(100% / 2 - 15px);
  max-height: 100%;  
  margin-bottom: 25px;
}
.contents {
  width: 100%;
  max-height: 100%;
  margin-bottom: 25px;
}
/* アバウトリンク */
.link_list {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-bottom: 15px;
}
.link_list dt {
  text-transform: capitalize;
  margin-bottom: 15px;
  padding-left: 15px;
  background: linear-gradient(180deg, var(--sub-color) 0%, var(--sub-color) 50%, var(--sub-2-color) 50%, var(--sub-2-color) 100%);
  background-repeat: no-repeat;
  background-size: 6px 100%;
}
.link_list dd {
  margin-left: 25px;
}
.prof {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 20px;
}
.prof_inner:first-of-type {
  width: 95px;
  min-width: 95px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.prof_inner {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 95px);
}
.prof_inner img {
  border: 3px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0px 1px;
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.prof_inner > p {
  font-size: .9em;
  position: relative;
  width: 100%;
  color: #ac9d96;
  max-width: 550px;
  padding: 30px 10px 10px;
  margin: 8px 0;
  background: rgba(255, 255, 255, 0.5);
}
.prof_inner > p::before {
  content: "";
  position: absolute;
  top: 1.2em;
  left: -15px;
  width: 30px;
  background: rgba(1, 1, 1, 0.40);
  height: 1px;
}
.prof_inner > p::after {
  content: attr(data-txt);
  color: var(--main-color);
  font-size: .9em;
  font-family: inherit;
  text-transform: uppercase;
  position: absolute;
  top: 5px;
  left: 20px;
  z-index: 1;
}
/* バナーリンク */
.list {
  list-style: none;
}
.list li {
  display: inline-block;
  margin: 0 5px 10px 0;
}
/* 横並び */
.list_inline {
  list-style: none;
}
.list_inline li {
  list-style: none;
  display: inline;
}
.list_inline li:not(:last-child)::after {
  content: "|";
  padding: 0 2px 0 8px;
  opacity: .5;
  position: relative;
  top: -1px;
}
/* 縦並び */
.list_block {
  margin-bottom: 15px;
}
.list_block dt {
  padding-left: 13px;
  background: linear-gradient(180deg, var(--sub-color) 0%, var(--sub-color) 50%, var(--sub-2-color) 50%, var(--sub-2-color) 100%);
  background-repeat: no-repeat;
  background-size: 6px 100%;
  margin-bottom: 4px;
}
.list_block dt span {
  color: #fff;
  margin-left: 7px;
  padding: 2px 5px;
  background: #ac9d96;
}
.list_block dd {
  font-size: .9em;
  opacity: .8;
  margin-left: 25px;
  padding: 13px 0 17px 15px;
  border-left: 1px dotted #ccc;
}
.list_block dd a {
  font-size: 1.12em;
}
.list_block dd a:not(:last-child)::after {
  content: "|";
  padding: 0 5px 0 8px;
  opacity: .5;
  position: relative;
  top: -1px;
}
/* 画像リンク */
.img_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin-top:30px;
}
.img_list > li {
  width: calc(100% / 2 - 10px);
}
.img_list li {
  position: relative;
  display: flex;
  gap: 0 17px;
  margin-bottom: 30px;
}
.img_list li::before {
  content: "";
  position: absolute;
  top: .85em;
  left: 75px;
  width: 40px;
  background: rgba(1, 1, 1, 0.40);
  height: 1px;
}
.img_list li::after {
  content: attr(data-txt);
  font-size: .9em;
  font-family: inherit;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 53px;
  margin-left: 65px;
}
.img_list a {
  max-width: 100px;
  height: 140px;
}
.img_list img {
  max-width: 100px;
  height: 140px;
  display: block;
  background-position: center center;
  object-fit: cover;
  border: 1px solid rgba(90, 90, 90, 0.4);
  box-shadow: 6px 6px 0 0 rgba(172, 172, 172, 0.4);
}
/* 画像リンク　タイトル */
.title {
  display: table;
  margin: 35px 0 15px;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: var(--sub-2-color);
}
/* 画像リンク　説明 */
.synopsis {
  font-size: .9em;
  background-image: linear-gradient(transparent 0, transparent 97%, #BA9F90 100%);
  background-size: 100% 1.8em;
  line-height: 1.8em;
  padding-bottom: 2px;
}
.fadein {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 1.5s;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/* 名前変換 + フォーム */

.name_change {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 15px;
}
.name_change input[type="text"] {
  width: 140px;
  margin-right: 7px;
}
.name_change input[type="submit"], .name_change input[type="reset"] {
  width: 70px;
  margin-right: 7px;
}
input:focus::placeholder, textarea:focus::placeholder {
  color: transparent;
  transition: 0.4s;
}
form {
  margin: 0 auto 20px;
  max-width: 500px;
  width: 100%;
}
form p {
  width: 100%;
  font-size: .85em;
  line-height: 1;
  margin-bottom: 10px;
  padding: 5px 15px;
  background: linear-gradient(180deg, var(--sub-color) 0%, var(--sub-color) 50%, var(--sub-2-color) 50%, var(--sub-2-color) 100%);
  background-repeat: no-repeat;
  background-size: 6px 100%;
}
input[type="text"], input[type="submit"], input[type="reset"], textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  height: initial;
 line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: #7c7c7c;
  padding: 4px 6px;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 0;
  font-weight: normal;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.5);
}
input[type="text"].mail {
  width: 100%;
}
.comment {
  height: 70px;
  width: 100%;
  vertical-align: bottom;
}
input[type="submit"].btn, input[type="reset"].btn {
  position: relative;
  right: 0;
  width: 49%;
  text-transform: capitalize;
  cursor: pointer;
}
.btn {
  position: relative;
  right: 0;
  width: 49%;
  text-transform: capitalize;
  cursor: pointer;
}
.form_2, .form_3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
select {
  width: calc(100% - 70px);
  max-width: 350px;
  margin-right: 8px;
  -webkit-appearance: menulist;
  cursor: pointer;
  color: inherit;
}
option {
  color: #848484;
}
option[selected][disabled] {
  display: none;
  color: rgba(89, 73, 66, 0.4);
}
.btn_2, .btn_3 {
  font-size: .85em;
　width: 60px;
  max-width: 60px;
  cursor: pointer;
}
.message {
  width: calc(100% - 70px);
  max-width: 350px;
  margin-right: 8px;
  height: 30px;
}
/* テキストページ */
.text {
  max-width: 800px;
	max-height: 100%;	  
  flex-direction: column;
  line-height: 2.3;	  
}
.text > p {
  padding-top: 50px;
  text-align: right;
  font-size: .9em;
}
.text_nav {
  list-style: none;
  margin: 30px auto 0;
  text-align: center;
}
.text_nav li {
  display: inline;
  margin-right: 20px;
}
.text_nav li:last-child {
  margin-right: initial;
}
.footer {
  text-align: center;
  padding: 15px 0;
}
.footer li {
  display: inline;
}
.footer li a {
  padding: 0 5px;
}

@media screen and (min-width: 768px) and (max-width: 820px) {
  body {
    font-size: 1.5em;
  }
}
@media screen and (max-width:912px) {
  section {
    background: linear-gradient(-90deg, #f1f1f1 0%, #f1f1f1 50%, #ebebeb 50%, #ebebeb 100%);
  }
  section:nth-of-type(2n) {
    background: linear-gradient(90deg, #f1f1f1 0%, #f1f1f1 50%, #ebebeb 50%, #ebebeb 100%);
  }
  nav {
    height: 50px;
  }
  header {
    height: calc(100vh - 50px);
    top: 50px;
  }
  .header_inner {
    height: 60vh;
  }
  .header_inner::after {
    height: inherit;
  }
  .header_inner::before {
    height: inherit;
  }
  .notice_wrap {
    top: calc(60vh - 45px);
    padding: 15px;
  }
  .inner {
    width: 100%;
  }
  .img_list > li {
    width: calc(100% / 2 - 6px);
  }
  .title_wrap {
    width: 100%;
  }
  select {
    height: 29px;
  }
}
@media screen and (max-width:767px) {
  body {
    font-size: 1.2em;
  }
  .img_list {
    flex-direction: column;
  }
  .img_list > li {
    width: 100%;
  }
  section {
    margin: 50px auto 120px;
  }
  section::before {
    height: 90px;
  }
  section::before {
    top: -50px;
  }
}
@media screen and (max-width:414px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.1em;
  }
  h3 {
    font-size: 1em;
  }
  section {
    padding: 30px 15px;
  }
}