@charset "UTF-8";
/* Scss Document */
html {
  font-size: 62.5%;
    width: 100%;
	height: 100%;
    background-color: #000000;
    scroll-behavior: smooth;
}
/*------------------------------------------------------------
　共通
------------------------------------------------------------*/
body {
  position: relative;
  font-family: "baskerville-urw","ten-mincho", serif;
  font-size: 1.6rem;
  font-weight: 100;
  color: #B6B6B6;
  line-height: 1.6;
  letter-spacing: 1px; }
  @media screen and (max-width: 1023px) {
    body {
      width: 100%;
      font-size: 1.3rem;} }

body::before {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
 background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0) 150vh), url("../img/bg.png") no-repeat center bottom;
 background-color: #000000;
  background-size: cover;
  z-index: -1;
}

img {
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

/*文字*/
p {
  margin: 19px 6px; }
  @media screen and (max-width: 1279px) {
    p {
      margin: 12px 0; } }


a {
  position: relative;
  transition: 0.2s;
  color: #B4B4B4;
  text-decoration: underline;}
  a:hover {
    background: #969673;
    transition: 0.2s;
    color: #000000; }

.btn {
  background-color: #969673;
  border: 1px solid #969673;
  margin: 16px 0;
  color: #000000;
  font-family: "baskerville-urw","ten-mincho";
  transition: -1.9s;
  text-decoration: none;
  letter-spacing: 2px; }
  .btn:hover {
    background: #000000;
    color: #B6B6B6;
    cursor: pointer;
    text-decoration: none;
    transition: 0.2s; }

a.btn {
  margin: 3px;
  padding: 4px 8px; }

h1, h2, h3, h4 {
  letter-spacing: 2px;}

h2{
    width: 100%;
    background: #000000;
    color: #969673;
    margin: 33px 0;
    font-size: 6rem; 
}
 @media screen and (max-width: 1023px) {
    h2 {
      font-size: 3rem;
       margin: 12px 0;} }

h3 {
    color: #969673;
    font-size: 2.1rem;}
  @media screen and (max-width: 1023px) {
    h3 {
      font-size: 1.8rem;} }

h4 {
  position: relative;
  font-size: 1.8rem;
  margin: 0 0 24px;
  padding-left: 24px; }
  @media screen and (max-width: 1023px) {
    h4 {
      font-size: 1.6rem; } }

ul, ol, dl {
  margin: 24px 600px;
  text-align: left;}
  ul li, ol li, dl li {
    margin: 8px 0; }

ul.link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;}
  ul.link li {
    margin-right: 15px;}
    ul.link li:last-child {
      margin-right: 0; }
  @media screen and (max-width: 1023px) {
    ul.link li img{
    margin-right: 0;} }


.number {
  text-align: center;
    margin: 0; }
    .number li {
      display: inline-block;
      margin: 0 8px 0 0; }
      .number li a {
        text-decoration: none; }
      .number li:not(:last-of-type)::after {
        content: "/";
        margin-left: 8px; }

.label dt, .label dd {
  padding: 4px 8px;
  margin-bottom: 8px;
  margin-right: 10px; }
.label dt {
  background-color: #969673;
  color: #000000;
  text-decoration: none; }

em {
    color: #969673;
    background-color: #000000;
    border: 1px dotted #969673;
    font-style: italic;}

mark{
    vertical-align: center;
    color: #bb0166;
    padding: 1.5px 0 0 1.5px;
    text-align: center;
    background: #00000000;
    font-family: "Baskerville";
    font-size: 1em;
    text-decoration: none;
}
/*---------------------------------
構成
---------------------------------*/
main{ 
    background-color: #00000033;
    width: 100vw;
    height: calc(100vh - 40px);
    text-align: center;
    overflow: auto;
    scroll-snap-type: y mandatory;
    }

footer{
    width: 100%;
    height: 40px;
    color: #969673;
    background: #000000;
    position: fixed;
    font-family: "baskerville-urw";
    font-size: small;
    text-align: center;
    bottom:  0;
    z-index: 3;
}

@media screen and (max-width: 768px) {
  main {
    margin-left: 0;
    border-right: none;
  }
}


/*---------------------------------
サイト名
---------------------------------*/
header h1 {
  border-bottom: thick double #B6B6B6;
  margin: 40px 0;
  text-align: center;
  font-size: 50px;
  font-family: "baskerville-urw";
  color: #ffffff;
  background: -webkit-linear-gradient(15deg, #d05a5a, #ebb551, #b6b63b, #51bd51, #49c8c8, #6464f6, #9f439f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 50px #bb0166;}


/*-------------------- mail --------------------*/
.mailsend{
  width: 30%;
  margin: 10px 35%;
    text-align: center;
}

.mail textarea {
  height: 73px;
  background: #000000;
  color: #B6B6B6;
  border: 1px solid #969673;}

input, textarea {
    width: 80%;
    margin: 5px;
    background: #000000;
    color: #B6B6B6;
    border: 1px solid #969673; }

input[type="submit"] {
  cursor: pointer; }

@media screen and (max-width: 768px) {
  .responsive_btn {
    display: inline-block;
  }
  header nav{
    width: 253px;
    text-align: left;
  }
  .mailsend{
  width: 70%;
  margin: 10px 15%;
}

}

/*------------------------------------------------------------
　コンテンツ
------------------------------------------------------------*/
section {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 10% 300px;
  scroll-snap-align: center;
}
  @media screen and (max-width: 1279px) {
    section {
      height:  calc(100% - 40px);
      padding: 10% 20px;} }

/*-------------------- spacer --------------------*/
.hr {
  margin-bottom: 66px; }

  @media screen and (max-width: 1279px) {
    .hr {
  margin-bottom: 33px; } }


/*------------------------------------------------------------
 footer
------------------------------------------------------------*/

footer a{
  color: #969673;
}

footer a:hover {
    background: #00000000;
    transition: 0.2s;
    color: #B6B6B6; }