	nav.mobile_menu{
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
		position: fixed;
		top: 50%;
		left: 48%;
		transform: translate(-50%, -50%);
		z-index: 999; /* overlayより上に出したい場合 */
		pointer-events: none;
		opacity: 0;
		transition: 0.3s ease-in-out;
	}

	nav.mobile_menu.visible{
		opacity: 1;
		pointer-events: all;
	}

	div.menu_overlay{
		position: fixed;
		top: -3px;
		left: -5px;
		width: 100vw;
		height: 100vh;
			background-color: #1E2A3C;
		cursor: pointer;
		pointer-events: none;
		opacity: 0;
		transition: 0.2s ease-in-out;
	}

	div.menu_overlay.visible{
		opacity: 1;
		pointer-events: all;
	}

	.menu_button{
		margin: 40px 0 0 auto;
		display: none;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		z-index: 530;
	}
	.menu_button > img{
		width: 60px;
	}
	.menu_button > p{
		margin-top: -1em;
		font-size: 1.25em;
	}



@media screen and (max-width: 765px){

.m-btn {
  /* ボタンの配置位置  */
  position: fixed;
  top: 29px;
  right: 45px;
  /* ボタンの大きさ  */
  width: 35px;
  height: 30px;

  /* バーガーの線をボタン範囲の中心に配置 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 最前面に */
  z-index: 530;
}

button.m-btn {
border: none;
background: none;
}

/***** 真ん中のバーガー線 *****/
.m-btn-line {
  /* 線の長さと高さ */
  width: 100%;
  height: 2px;
  /* バーガー線の色 */
  background-color: #A48A66;
  /* バーガー線の位置基準として設定 */
  position: relative;
  transition: .2s;
}

/***** 上下のバーガー線 *****/
.m-btn-line::before,
.m-btn-line::after {
  content: "";
  /* 基準線と同じ大きさと色 */
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #A48A66;
  transition: .2s;
  right: 0px;
}


.m-btn-line::before {
  /* 上の線の位置 */
  transform: translateY(-12px);
}


.m-btn-line::after {
  /* 下の線の位置 */
  transform: translateY(12px);
}

/***** メニューオープン時 *****/
.m-btn-line.open {
  /* 真ん中の線を透明に */
  background-color: transparent;
}

.m-btn-line.open::before,
.m-btn-line.open::after {
  content: "";
  transition: .2s;
}

.m-btn-line.open::before {
  /* 上の線を傾ける */
  transform: rotate(45deg);
}

.m-btn-line.open::after {
  /* 上の線を傾ける */
  transform: rotate(-45deg);
}

.header {
  margin-left: 3%;
}
}

	ul.menu_content{
		margin: 0 0 1em 0;
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
  text-align: center;
		font-size: clamp(18px, 5vw, 6em);
	}
	ul.menu_content li{
		margin: 0.5em 0;
	}
	ul.menu_content a{
  color:#A48A66;
  font-family: "Bodoni Moda", serif;
  font-weight: 700;
		text-decoration: none;
	}

	@media (width <= 768px){


body {
  box-sizing: border-box;
  font: 400 1.3rem "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;

}

.sidebar{
			display: none;
		}
		.bgbg{
			display: none;
		}
		.menu{
			display: none;
		}
		.menu_button{
			display: flex;
		}
	main{

  width:100%;
margin-left: 0;
	}


footer {

  width:100%;
}

#page_top {
width: 30px;
height: 68px;
background-size: cover;
}

header .logo {
  margin-top: 22px;
  width: 40px;
    height: 40px;
  margin-left: 25px;
}

.header {
  position: fixed;
  font-family: "Bodoni Moda", serif;
  font-weight: 700;
  font-size: 2.8rem;
  color:#A48A66;
  z-index: 30;
}

.header p {
  margin-top: -67px;
  margin-left: 55px;
}

.header_image {
		width: 100%;
 margin-top : -30px;
margin-bottom: -10px;
  height: 200px;
  position: relative;
}

.header_image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  height: 8px;
  box-shadow: 0 6px 20px rgba(167, 141, 106, 0.45);
  border-radius: inherit; /* 丸角と合わせたい場合 */
  z-index: -1;
}

.scroll_down{
		display: none;
}

h2.h2_title {
  gap: 15px;
  font-size: 22px;
  margin-bottom: 67px;
}

h2.h2_title::before {

  width: 10%;               /* 線の長さ */

  height: 1px;               /* 線の太さ */

}

h2.h2_title::after {

  width: 10%;               /* 線の長さ */
  height: 1px;               /* 線の太さ */


}

.contents {
  position: relative;
		padding: 0 1em 0 1em;
		margin: 2.5em 0;
  margin-top : 20px;
  margin-bottom: 50px;
  line-height: 1.6;
}

.waku {
		padding: 2.5em 2.6em 3.5em 2.3em;
}

.title {
		padding: 0 1em 0 1em;
}

.c_frame.topleft {
  top: 0; left: 1em;
}
.c_frame.topright {
  top: 0; right: 1em;
}
.c_frame.bottomleft {
  bottom: 0; left: 1em;
}
.c_frame.bottomright {
  bottom: 0; right: 1em;
}

.img_top {
margin-top:168px;
}

.novel_contents {
		padding: 2.5em 1.5em 3.5em 1.5em;
  line-height: 1.6;
}

.novel_contents2 {
		padding: 2.5em 1em 3.5em 1em;
  line-height: 1.6;
}

.novel-lists{
		padding: 0 0 0 11em;
gap:12px;
margin-top: -30px;
}

.h2-icon {
  display: block;
  margin: 0 auto 10px;
  margin-top: 10px;
  width: 40px;
  height: auto;
}

.footer_img img {
  width: 40px;
  height: auto;
}

.contents2 {
  position: relative;
		padding: 0 1.5em 0 1.5em;

}

	ul.info b{
  font-family: 'Noto Serif JP', serif;
		display: inline-block;
		width: 6.5em;
		margin-right: 0.5em;
		border-right: #33393F 1px solid;
	}

.novel_img {

margin-left: 20px;
margin-top : 40px;
margin-bottom : 45px;
}

.novel_img img {
  width:75px;
  height: 75px;
}

.novel_img:before {
    content:'';
	position: absolute;
		width: 65px;
	height: 65px;

}

.novel_contents2 h3 {
	position: relative;
	display: table;
		margin: 0.4em 0 2.6em 0;
                margin-left: 6px;
		font-size: 1.1em;
		font-weight: 700;
		font-family: "Noto Serif JP", serif;
		border-bottom: 1px solid #A48A66;
                padding-left: 0.5em;
                 padding-right: 1em;
}

.contents2 h3 {
	position: relative;
	display: table;
		margin: 0.4em 0 2.6em 0;
                margin-left: 6px;
		font-size: 1.1em;
		font-weight: 700;
		font-family: "Noto Serif JP", serif;
		border-bottom: 1px solid #A48A66;
                padding-left: 0.5em;
                 padding-right: 1em;
}

.tab_novel {
                padding-top: 3.5em;
                padding-left: 2.5em;
}

.novel_p {
margin-left:10px;
}


.contents h3, 
.novel_contents h3{
	position: relative;
        display: inline-block;
		margin: 0 0 0.5em 0;
		padding: 0.25em;
                 padding-right: 1.1em;
		font-size: 1.2em;
		font-weight: 700;
		font-family: "Noto Serif JP", serif;

		border-bottom: 1px solid #33393F;
	}


/* 星アイコン */
.title-icon {
  position: absolute;
  right: -25px;      /* 文字と線の右端ギリギリに配置 */
  bottom: -10px;     /* 線の高さにぴったり合わせる */
  display: inline-block;
}

.title-icon img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
}

.contents2 .novel_img {

margin-left: 10px;
margin-top : 40px;
margin-bottom : 45px;
}

.tab-container {

  margin-top: -35px;
  position: relative;
}

h6 {
    margin-block: 1.5rem 2rem;
    padding-block-start: 2rem;
    padding-inline-start: 0.2rem;
    font: 400 1.8rem/1 "Hina Mincho", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    text-align: center;
    letter-spacing: 0.2rem;
}

.chara_data {
  display: flex;
    flex-wrap: wrap;
}

.dl.chara_data {
  gap: 30px;
}

dl.chara_data dt {
width: 110px;
}

dl.chara_data dd {
width: 150px;
margin-left: 0px;
padding: 8px 5px;
}
.face {
    justify-content: center;
    align-items: center;
margin: 0 auto;
}

.details {
  width: 280px;
}
.hr {

max-width: 320px;

}
/*アイコンの下の名前*/
figcaption {
  padding:0;
  margin-top: 1px;
  font-size:11px;
  text-align:center;
  font-weight: bold;
  text-shadow: 1px 0 0 #fff, 
                0 1px 0 #fff, 
                -1px 0 0 #fff, 
                0 -1px 0 #fff;
}


	}