@charset "UTF-8";
/* ==========================================
   Template: EASY meishi（https://do.gt-gt.org/）
   Copyright: 2020 do.
   利用規約を遵守の上お使いください。二次配布・販売を禁じます。
   ========================================== */
/* ==========================================
  リセットCSS
  基本的には触らないでください
  ========================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300|Raleway:100,300&display=swap");
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

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

hr {
  border: none;
  height: 1px;
  background: #f1eded;
  margin: 2em auto;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
p {
  line-height: 1.6em;
}

/* ==========================================
  以下、デザインを決める記述です。
  ※印で検索することで設定箇所へジャンプします。
   ========================================== */

body {
  background: var(--color-base);
  /* ↑背景色 ※ */
	font-family: var(--font-primary);
	font-weight: 400;
  /* 全体のフォント ※ */
  padding: 0;
  margin: 0;
	overflow-x: hidden;
	background-color: var(--color-base);
	color: var(--color-text);
  line-height: 1.6;
}

section {
  overflow: hidden;
  width: calc(90vw - 40px);
  max-width: 1100px;
  margin: 40px auto;
  background: #ffffff;
  box-shadow: 0 5px 20px -12px #69827d73;
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 767px) {
  section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
}
/* bg-------------------- */
.bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100%;
    height: 100lvh;
    overflow: hidden;
}

.bg::after {
    position: fixed;
    content: "";
    background: var(--img-bg);
    background-size: 160%;
    /* 画面端ぼかしが見えないよう大きめに表示 */
    background-position: center bottom;
    z-index: -10;
    top: -40px;
    bottom: -40px;
    left: -40px;
    right: -40px;
    filter: blur(20px);
    /* ぼかしの強さ */
}

header {
  width: 120px;
    background: var(--img-bg);
background-position: center;
  position: relative;
background-size: cover;
}

header h1 {
  color: #ffffff;
  font-family: "Spartan", "Noto Sans JP", sans-serif;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  top: -10px;
  right: -15px;
  font-size: 40px;
  font-weight: 100;
  word-break: keep-all;
  width: 90vh;
  text-align: right;
}

@media screen and (max-width: 991px) {
  header {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  header {
    width: 100%;
    height: 80px;
background-position:left center;
  }
  header h1 {
    -webkit-transform: none;
            transform: none;
    width: 100%;
    top: auto;
    right: auto;
    bottom: -10px;
    font-size: 25px;
  }
}

.row {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.col {
  -webkit-box-flex: 1;
          flex: 1;
  padding: 40px 20px;
}

.col > *:first-of-type {
  margin-top: 0;
}

a {
  	text-decoration: none;
	font-weight: 600;
  color: var(--color-main);
  /* ↑リンクの色　一括置換すると見出し色なども一緒に変わります ※ */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}



a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: var(--color-mainl);
  /* ↑リンクをホバーしたときの色 ※ */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.btn {
  display: block;
  background: var(--color-main);
  color: white;
  padding: 3px 10px;
  margin: 0px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

a.btn:hover {
  background: var(--color-mainl);
}

dl,
ol,
p,
ul {
  margin: 10px auto 20px;
  padding: 0;
}

a.gyb::after{
	margin-left: 0.2em;
	font-family: var(--font-icon);
	content: "\f35d";
	font-weight: 900;
}

@media screen and (max-width: 767px) {
  dl,
  ol,
  p,
  ul {
    margin: 15px auto;
  }
}

h2 {
	padding-bottom: 0.2em;
	font-size: 1.2em;
	font-weight: 600;
	border-bottom: solid 1px var(--color-main);
  margin: 30px 0 20px;
}
h2:first-letter{
	color: var(--color-main);
}

h3 {
  margin: 20px 0 10px;
padding-bottom: 0.2em;
	width: fit-content;
	font-size: 1.1em;
	font-weight: 600;
	border-bottom: solid 1px var(--color-accent);

}
h3:first-letter{
	color: var(--color-accent);
}

.center {
  text-align: center;
}

dl.memo dt {
  width: 100%;
  color: var(--color-main);
  padding: 1px 5px;
}

dl.memo dd {
  border-left: 1px dotted #d0d0d0;
  margin: 0 0 0 1em;
  padding: 0 0 1em 1em;
}

.box {
  background: var(--color-mainb);
  /* ↑色付きボックスの背景色 ※ */
  padding: 10px 15px;
width:100%;
  border-radius: 5px;
overflow-wrap: anywhere
}

ul.sns-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 1em auto;
line-height: 2.0em;
  max-width: 600px;
}

ul.sns-list li {
  margin-bottom: .3em;
}

ul.sns-list li a {
text-decoration: none;
  font-size: 12px;
  border: 1px solid;
  color: #333;
  padding: 4px 6px;
  border-radius: 10px;
}

ul.sns-list li a:hover {
  background: #65676d;
  color: #ffffff;
}

ul.sns-list li a.twitter:hover {
  background: #1DA1F2;
  border: 2px solid #1DA1F2;
  color: #ffffff;
}

ul.sns-list li a.tumblr:hover {
  background: #36465d;
  border: 2px solid #36465d;
  color: #ffffff;
}

ul.sns-list li a.lineat:hover {
  background: #00b900;
  border: 2px solid #00b900;
  color: #ffffff;
}

ul.sns-list li a.youtube:hover {
  background: #cd201f;
  border: 2px solid #cd201f;
  color: #ffffff;
}

ul.sns-list li a.note:hover {
  background: #2dcdb5;
  border: 2px solid #2dcdb5;
  color: #ffffff;
}

ul.sns-list li a.amazon:hover {
  background: #FF9900;
  border: 2px solid #FF9900;
  color: #ffffff;
}

ul.sns-list li a.marsh:hover {
  background: #F3969A;
  border: 2px solid #F3969A;
  color: #ffffff;
}

ul.sns-list li a.skeb:hover {
  background: #30B396;
  border: 2px solid #30B396;
  color: #ffffff;
}

ul.sns-list li a.pixiv:hover {
  background: #0096FA;
  border: 2px solid #0096FA;
  color: #ffffff;
}

ul.sns-list li a.booth:hover {
  background: #FC4D50;
  border: 2px solid #FC4D50;
  color: #ffffff;
}

ul.sns-list li a.fantia:hover {
  background: #FF5600;
  border: 2px solid #FF5600;
  color: #ffffff;
}

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

ul.bok-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 1em auto;
line-height: 2.0em;
  
}
ul.bok-list li:not(:last-of-type) {
    margin-right: 10px;
}

ul.gal-list {
    display: -webkit-box;
    display: flex;
　　background: var(--color-main);
    flex-wrap: wrap;
    margin: 1em auto;
    line-height: 2.0em;
    max-width: 600px;

}
ul.gal-list li:not(:last-of-type) {
    margin-right: 10px;
}
ul.gal-list li a {
text-decoration: none;
  font-size: 15px;
  border: 1px solid;
  color: #333;
  padding: 4px 6px;
  border-radius: 10px;
}
ul.gal-list li a.menu:hover {
  background: var(--color-main);
  border: 2px solid var(--color-main);
  color: #ffffff;
}


footer p {
  text-align: center;
}

footer p a {
  text-align: center;
  width: 100%;
  font-size: 12px;
  padding: 5px 10px;
  margin: 0 auto;
  display: block;
}

.only-phone {
  display: none;
}

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

.kiriban{font-size: 9px;}


/* ↓イラスト */
.img-btn img {
   width: 80px;
  height: 80px;
  object-fit: cover;
}
.samune{
 width: 80px;
  height: 80px;
  overflow: hidden;
   margin: 5px 0;
}
.modal img {
 transform: scale(0.2, 0.2) translate(-230%, -230%);
}
.modaal-content-container img{
max-width: 100%;}
.modaal-content-container{
padding: 10px;}
 ul.gallery-list{
	display: flex;
	flex-wrap: wrap;
display: -webkit-box;
}
ul.gallery-list li:not(:last-of-type) {
    margin-right: 5px;
}
/* ↓小説 */
.novel{  width:70%;
	margin:0 auto ;
	font-size: 2.3rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	font-family: var(--font-novel);
	font-weight: 500;
 	 font-style: normal;
}
@media screen and (max-width: 767px) {
	.novel{ width:100%;
	margin:0 auto ;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}}

/* ↓オフライン */
.booklist{
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
}

.book{
	padding: 1.3em;
	width: calc(100% - 0em / 1);
	border: solid 1px var(--color-accent);
}

.book .gaiyou{
	display: flex;
	align-items: flex-start;
	gap: 1.5em;
}

.book .gaiyou img.hyoushi{
	width: 40%;
	height: auto;
	vertical-align: bottom;
}

.book h4{
	font-weight: 600;
}

.book p.product{
	margin: 0.3em 0;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	font-family: var(--font-alphanumeric);
	font-weight: 600;
	color: var(--color-main);
}

.book p.outline{
	font-size: 0.95em;
	line-height: 1.5;
}

.order{
	display: flex;
	align-content: space-between;
	gap: 1em;
	margin-top: 1em;
	width: 100%;
}

.book .order a{
	display: block;
	width: 100%;
	color: var(--color-light);
	background-color: var(--color-accent);
	line-height: 2.4;
	text-align: center;
	font-weight: bold;
}

.book .order a.soldout{
	pointer-events: none;
	background-color: #ECECEC;
	color: #aaa;
}

