@charset "UTF-8";
/* ==========================================
   Template: 深海（https://do.gt-gt.org/）
   Copyright: 2020 do.
   利用規約を遵守の上お使いください。二次配布・販売を禁じます。
   ========================================== */
/* ==========================================
  リセットCSS
  基本的には触らないでください
  ========================================== */
ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
img,
p {
  margin: 0;
  padding: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

/* ==========================================
  以下、デザインを決める記述です
  グラデーションを記述しているところは５か所です
  変えないほうが無難ですが、編集するときは漏れのないよう気を付けてください
   ========================================== */
body {
  background: #ffffff; /* 初期値#313536 */    
  /* font-family: YuGothic,'Yu Gothic','TsukuBRdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Cambria Math','Avenir',sans-serif; */
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding: 0;
  margin: 0;
  color: #a59aca; /* 初期値#c0cccf */
}

body#text {
  background: #cfbfff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5e0e6), color-stop(53%, #ddd6f3), to(#d0c6ee)); 
  background: linear-gradient(to bottom, #f5e0e6 0%, #ddd6f3 53%, #d0c6ee 100%);  
  background-attachment: fixed;
}

body#text main .container {
  background: #ffffff; /* 初期値#313536 */
  padding: 30px;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  body#text main .container {
    padding: 20px;
  }
}

body#text p {
  line-height: 2em;
}

dl {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

dl dd,
dl dt {
  width: 50%;
  display: block;
}

a {
  text-decoration: none;
  color: #a59aca; /* 初期値snow */
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

a:hover {
  color: #f6bfbc; /* 初期値#b2d4ce */
}

a img:hover {
  -webkit-filter: brightness(70%); /* 初期値120% */
          filter: brightness(70%); /* 初期値120% */
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

dl,
p,
ul,
ol {
  font-size: 16px;
  padding-left: 20px;
  padding-right: 30px;
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  dl,
  p,
  ul,
  ol {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 15px 0;
  }
}

p {
  line-height: 1.7em;
}

h1
{
  font-family: "Echo B", "Sawarabi Mincho", sans-serif;
}

h2,
h3,
h4,
h5
{
  font-family: 'Baloo 2', cursive;
  font-weight: normal;    
}

h4 {
  padding-left: 10px;
  margin: 20px 0 10px;
  font-size: 120%;
}

.container {
  margin: 60px auto;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

img {
  max-width: 100%;
}

img + img {
  margin-left: 5px;
}

h2 {
  font-size: 190%;
  font-weight: 500;
  margin: 20px auto;
  color: #a59aca; /* 初期値snow */
  width: 100%;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 150%;
  }
}

@media screen and (max-width: 575px) {
  h2 {
    font-size: 150%;
  }
}

h3 {
  font-size: 130%;
  display: block;
  margin: 30px auto 10px;
  color: #a59aca; /* 初期値snow */
}

h3.little {
  font-size: 120%;
  display: block;
  margin: 30px auto 10px;
  color: #a59aca; /* 初期値snow */   
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 110%;
  }

  h3.little {
    font-size: 110%;    
  }
    
  h3.colleft {
    margin-top: 0;
  }
    
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: rgba(255,255,255,0.5);    
}

header .container {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  header .container {
    padding: 0;
  }
}

header ul {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

header ul li a {
  display: block;
  padding: 0px 20px;
  color: #a59aca; /* 初期値#c0cccf */
}

header ul li a:hover {
  color: #f6bfbc; /* 初期値snow */
}

@media screen and (max-width: 767px) {
  header ul li a {
    padding: 0px 15px;
  }
}

section {
  position: relative;
  overflow: hidden;
}

section#top {
  height: calc(100vh - 80px);
  z-index: 1;
  border-radius: 0 0 90% 90% / 0 0 30% 30%;
  background: #cfbfff;
  background: linear-gradient(180deg, #fffefe 0%, #fdf0f0 15%, #f5e0e6 30%, #e9d8e9 55%, #ddd6f3 100%);  
}

@media screen and (max-width: 767px) {
  section#top {
    border-radius: 0;
  }
}

section#first {
  background: #ffffff; /* 初期値#313536 */
  overflow: visible;
}

section#first > a {
  display: block;
  text-align: center;
  background: #ffffff; /* 初期値#313536 */
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: -95px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 100;
  font-size: 40px;
  line-height: 80px;
  color: #c7bde7; /* 初期値#c0cccf */
}

section#first > a i {
  -webkit-transition: .7s;
  transition: .7s;
}

section#first > a:hover i {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: .7s;
  transition: .7s;
}

section#contact {
  height: 500px; /* 初期値800px */
  z-index: 1;
  background: #d0c6ee;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9d8e9), color-stop(53%, #ddd6f3), to(#d0c6ee));
  background: linear-gradient(180deg, #e9d8e9 0%, #cabcdb 53%, #a59aca 100%);
  border-radius: 50% 50% 0 0 / 30% 30% 0 0;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  section#contact {
    height: 500px; /* 初期値700px */
    border-radius: 0;
    padding: 0;
  }
}

.rellax {
  position: absolute;
  width: 100%;
  height: 100%;
}

.rellax canvas {
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.rellax.base {
  z-index: 1;
}

.rellax.front {
  z-index: 10;
}

.rellax.back {
  z-index: -10;
}

.rellax.deep {
  z-index: -20;
}

.rellax.fix-80 {
  margin-top: 80px;
}

.rellax.fix-160 {
  margin-top: 160px;
}

.rellax.fix-left {
  margin-top: 320px;
}

@media screen and (max-width: 767px) {
  .rellax.fix-left {
    margin-top: 480px;
  }
}


.rellax .full {
  width: 100%;
  height: 100%;
}

.rellax .full img {
  max-height: 100%;
}

.rellax .half {
  width: 100%;
}

.rellax .half img {
  max-width: 50%;
}

.title {
  position: absolute;
  top: 25vh;
  right: 0;
  left: 0;
  text-align: center;
  color: snow;
  text-shadow: 0 1px 10px #c4a3bf; /* 初期値#313536 */
}

.title h1 {
  font-size: 200%;
  line-height: 2em;
  letter-spacing: 0.5em;
}

@media screen and (max-width: 767px) {
  .title h1 {
    font-size: 130%;
  }
}

.title p {
  line-height: 2em;
  letter-spacing: 0.3em;
  font-family: "Sawarabi Mincho", sans-serif;
}

dl.flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 30px auto;
}

dl.flex dt {
  width: 120px;
  margin-bottom: 10px;
}

dl.flex dd {
  width: calc(100% - 120px);
  margin-bottom: 10px;
  margin-left: 0;
}

ul.novel-1 {
  margin-bottom: 30px;
}

ul.novel-1 li {
  display: -webkit-box;
  display: flex;
}

ul.novel-1 li.new:after {
  content: 'new';
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  margin: auto 0 auto 5px;
  background: cadetblue;
  display: block;
  padding: 0 7px;
  height: 17px;
  line-height: 17px;
  border-radius: 10px;
}

ul.novel-1 li a {
  display: block;
  margin-right: 10px;
  white-space: nowrap;
}

ul.novel-1 li span {
  display: block;
}

ul.novel-2 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin: 10px 0;
}

ul.novel-2 li:not(:last-of-type):after {
  content: '/';
  padding-right: 8px;
  padding-left: 8px;
}

ul.novel-2.center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
}


/* ---------------------------------------------------------------- */
/* イラスト関係ここから */
/* ---------------------------------------------------------------- */

ul.work-illust{
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: normal;    
}

ul.work-illust li { /* サムネイル */
  height: 80px;
  width: 80px;
  margin-bottom: 10px;
  margin-right: 10px;
}

ul.work-illust li a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20%;
  border: solid 5px #ffffff;
  box-shadow: 1px 1px 3px #ccc;
  overflow: hidden;
}

div.work-illust-text {
  font-size: 16px;
  padding-left: 20px;
  padding-right: 30px;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  div.work-illust-text {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px 0;
    line-height: 1.7em;
  }    
}


ul.work-page{
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: normal;    
}

ul.work-page li { /* らくがき置場サムネイル */
  height: 64px;
  width: 64px;
  margin-bottom: 10px;
  margin-right: 10px;    
}

ul.work-page li a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10%;
  /*border: solid 3px #ffffff;*/
  /*box-shadow: 1px 1px 3px #ccc;*/
  overflow: hidden;
}

div.work-page-text {
  font-size: 16px;
  padding-left: 20px;
  padding-right: 30px;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  div.work-page-text {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px 0;
    line-height: 1.7em;
  }    
}

/* 折りたたみの矢印を消す */
summary {
  display: block;
  outline: none;　　    
}
summary::-webkit-details-marker {
  display: none;
  outline: none;    
}



/* ---------------------------------------------------------------- */
/* イラスト関係ここまで */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* プロフ・リンク関係ここから */
/* ---------------------------------------------------------------- */

#contact {
    color: snow;
}

#contact h2 {
    color: snow;
}

ul.contact-sns-list {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
}

ul.contact-sns-list li a {
  color: snow;
}

ul.contact-sns-list li a:hover {
  color: #fdf0f0;
}

ul.contact-sns-list li:not(:last-of-type) {
  margin-right: 12px;
}

.profile {
    font-size: 80%;
    margin-top: 0;
}

.profile a {
    color: snow;
}
.profile a:hover {
    color: #fdf0f0;
}


ul.link {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

ul.link li {
    margin-right: 5px;
    margin-bottom: 5px;
}

ul.link li a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;    
}

ul.link img {
    vertical-align: top;
}


/* ---------------------------------------------------------------- */
/* プロフ・リンク関係ここまで */
/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/* メールフォームここから */
/* ---------------------------------------------------------------- */

input {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:focus {
  outline: none;
}

select {
  border: 1px solid #e2e2e2;
  padding: 2px 8px;
  font-size: 12px;    
}

input[type=text]:focus {
  outline: none;
}

input[type="text"] {
    background-color: #efefff;
    border:0;    
}

input[type=submit]:focus {
  outline: none;
}

input[type="submit"] {
  border: 1px solid #e2e2e2;
  padding: 2px 8px;
  font-size: 12px;   
}




/* ---------------------------------------------------------------- */
/* メールフォームここまで */
/* ---------------------------------------------------------------- */


ul.link-1 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin: 10px 0;
}

ul.link-1 li {
  margin-right: 8px;
}

ul.link-2 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

ul.link-2.center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

ul.link-2 li {
  display: -webkit-box;
  display: flex;
}

ul.link-2 li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

ul.link-2 li:not(:first-of-type):before {
  content: '/';
  margin: 0 5px;
}

/* ---------------------------------------------------------------- */
/* フッターここから */
/* ---------------------------------------------------------------- */

footer {
  background: #292733; /* 初期値#2a2d2e */
  overflow: hidden;
  padding: 30px 0 0 0;
  margin-bottom: 0;
}

footer .container {
  margin-bottom: 0;
}

footer .sitename {
  font-size: 160%;
  font-family: "Echo B", "Sawarabi Mincho", sans-serif;
  letter-spacing: 0.3em;
  color: snow;
}

@media screen and (max-width: 767px) {
  footer .sitename {
    font-size: 130%;
  }
}

footer .bottom {
  margin: 0;
}

footer .bottom a {
  opacity: 0.7;
  text-align: right;
  width: 100%;
  font-size: 12px;
  padding: 5px 10px;
  margin: 0 0 0 auto;
  display: block;
}

/* ---------------------------------------------------------------- */
/* フッターここまで */
/* ---------------------------------------------------------------- */


a.btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 50px;
  background: #99937f;
  color: snow;
  margin: 40px auto;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 8px;
}

a.btn:hover {
  background: #635e4f;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

a.btn.white {
  background: snow;
  color: #333333;
}

a.btn.white:hover {
  background: #cccccc;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

a.btn.black {
  background: #333333;
}

a.btn.black:hover {
  background: #0d0d0d;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

a.btn.pink {
  background: #fa3c72;
}

a.btn.pink:hover {
  background: #e40645;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: snow;
}

a.btn.blue {
  background: #4169e1;
}

a.btn.blue:hover {
  background: #1d44b8;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: snow;
}

hr {
  height: 2px;
  background-color: #a59aca; /* 初期値snow */
  width: 100px;
  border: none;
  margin: 60px auto;
}

span.pink {
  color: #fa3c72;
}

blockquote {
  background: rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  margin: 20px;
  font-size: 15px;
  font-style: italic;
}

h2.h2-a {
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  color: snow;
}

h2.h2-b {
  padding: 10px 20px;
  background: transparent;
  text-align: center;
}

h2.h2-b:before {
  content: '';
  height: 2px;
  width: 10%;
  background: #a59aca; /* 初期値snow */
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

h2.h2-b:after {
  content: '';
  height: 2px;
  width: 10%;
  background: #a59aca; /* 初期値snow */
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}

h2.h2-c {
  border-bottom: #a59aca double 4px; /* 初期値snow */
  padding: 0 0 5px;
}

h3.h3-a {
  padding: 0 0 5px;
  border-bottom: 1px solid #a59aca; /* 初期値snow */
}

h3.h3-b {
  border-left: 5px solid #a59aca; /* 初期値snow */
  padding-left: 10px;
}

ul.li-a {
  list-style: square inside;
  margin: 1em 0.5em;
}

ul.li-a li {
  margin-bottom: 0.5em;
}

ul.li-b {
  list-style: disc inside;
  margin: 1em 0.5em;
}

ul.li-b li {
  margin-bottom: 0.5em;
}

ol.li-a {
  list-style: decimal inside;
  margin: 1em 0.5em;
}

ol.li-a li {
  margin-bottom: 0.5em;
}

ol.li-b {
  list-style: lower-alpha inside;
  margin: 1em 0.5em;
}

ol.li-b li {
  margin-bottom: 0.5em;
}

.page {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 30px auto;
}

.page a {
  display: block;
  padding: 3px 10px;
}

.page .back {
  margin: auto;
}

.comics {
  display: block;
  max-width: 100%;
  margin: 80px auto;
  border: 1px #333333 solid;
}

.comics.tame {
  margin-bottom: 800px;
}

.book {
  display: -webkit-box;
  display: flex;
  width: 80%;
  max-width: 800px;
  margin: 80px auto;
}

.book:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.book .book__image {
  margin: 0 20px;
  -webkit-box-flex: 0;
          flex: 0 0 40%;
}

.book .book__discription h4 {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .book {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .book:nth-child(2n+1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .book:not(:last-of-type) {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 60px;
  }
  .book .book__image {
    margin: 0 auto 20px;
    max-width: 300px;
  }
}

dl.book-01 {
  margin: 20px 0;
}

dl.book-01 dt {
  width: 100px;
  font-weight: 600;
  margin-bottom: 10px;
}

dl.book-01 dd {
  width: calc(100% - 100px);
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}



