.pc {
	display: none;
}

img {
	width: 100%;
}

:root {
	--common-pink: #ff91b4;
	--common-pink-light: #ffeef0;
	--common-yellow: #fff471;
	--common-red: #f53250;
}

html {
	font-size: 62.5%;
	background-color: #ffdfe4;
}

body { /* overflow-x: hidden; */
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.6428571429;
	margin: 0;
	letter-spacing: .15em;
	word-break: break-all;
	color: var(--common-black);
	background: url('../img/bg-content.png') repeat center center;
	background-color: #ffdfe4;
	background-size: 120px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

blockquote,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
span,
table,
td,
th,
ul {
	margin: 0;
	padding: 0;
	word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: normal;
}

a {
	transition: color .1s linear, opacity .3s linear;
	text-decoration: none;
	color: var(--common-black);
}

a.line {
	background: linear-gradient(transparent 50%, #ffe552 50%);
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: bold;
}

ul,
li {
	list-style: none;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	vertical-align: bottom;
	border: 0;
}

pre {
	overflow: auto;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

figure {
	margin: 0;
	padding: 0;
}

input,
textarea {
	padding: 0;
}

button[type=submit] {
	font-family: inherit;
	border: 1px solid var(--common-gray);
	border-radius: 5px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
select,
textarea {
	font-family: inherit;
	box-sizing: border-box;
	width: 100%;
	padding: 16px;
	vertical-align: bottom;
	border: none;
	border-radius: 0;
}

input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=date]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	color: var(--common-gray);
}

input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
select::placeholder,
textarea::placeholder {
	color: var(--common-gray);
}

button {
	font-size: 1em;
	color: inherit;
}

::-moz-selection {
	color: #fff;
	background: #000;
}

::selection {
	color: #fff;
	background: #000;
}

::-moz-selection {
	color: #fff;
	background: #000;
}

::selection {
	color: #fff;
	background: #000;
}

.header {
	position: relative;
}

.header .inner {
	padding: 0;
}

.header picture {
	display: block;
	margin: 0 auto;
}

.header ul {
	position: absolute;
	bottom: 46vw;
	left: 5vw;
	display: flex;
	gap: 2vw;
}

.header ul li img {
	width: 20vw;
}

.header ul li a,
.header ul li button {
	display: block;
	animation: poyopoyo 1.6s ease-out infinite;
	opacity: 1;
}

.header img {
	width: 100%;
}

.g-nav {
	background-color: var(--common-red);
}

.g-nav ul {
	display: flex;
	padding: 12px 0;
	flex-wrap: wrap;
}

.g-nav ul li {
	width: 50%;
}

.g-nav ul li a {
	font-family: 'ab-tombo-bold', sans-serif;
	font-weight: 400;
	font-style: normal;
	display: flex;
	padding: 8px 0;
	color: #fff;
	align-items: center;
	justify-content: center;
}

.fixed-nav {
	position: fixed;
	z-index: 500;
	display: flex;
	visibility: hidden;
	transition: all ease .3s;
	opacity: 0;
	background-color: rgba(251, 98, 144, .95);
	inset: 0;
	align-items: center;
	justify-content: center;
}

.fixed-nav ul {
	font-family: 'ab-tombo-bold', sans-serif;
	font-weight: 400;
	font-style: normal;
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: 17px;
}

.fixed-nav ul li a {
	font-size: 1.8rem;
	color: #fff;
}

.is-open {
	overflow-y: hidden;
}

.is-open .fixed-nav {
	visibility: visible;
	opacity: 1;
}

.is-open .hamburger span {
	transform: rotate(45deg);
}

.is-open .hamburger span::before {
	top: 0;
	transform: rotate(90deg);
}

.is-open .hamburger span::after {
	top: 0;
}

.hamburger {
	position: fixed;
	z-index: 500;
	top: 20px;
	right: 20px;
	display: flex;
	width: 47px;
	height: 47px;
	cursor: pointer;
	border-radius: 47px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(251, 98, 144, .3);
	align-items: center;
	justify-content: center;
}

.hamburger span {
	position: relative;
	width: 23px;
	height: 2px;
	transition: all ease .3s;
	background-color: var(--common-pink);
}

.hamburger span::after,
.hamburger span::before {
	position: absolute;
	display: block;
	width: 23px;
	height: 2px;
	content: '';
	transition: all ease .3s;
	background-color: var(--common-pink);
}

.hamburger span::before {
	top: -6px;
}

.hamburger span::after {
	top: 6px;
}

small {
	font-size: .9rem;
	font-weight: bold;
	display: block;
	padding: 26px 8px;
	text-align: center;
	color: #fff;
	background: #000;
}

.red {
	color: var(--common-red);
}

.inner {
	box-sizing: border-box;
	max-width: 1024px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
}

.inner.size-large {
	max-width: 1116px;
}

.hdg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	transform: translateY(-40%);
	white-space: nowrap;
	text-indent: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.marker {
	color: var(--common-yellow);
}

.sec-news {
	padding: 40px 0 0;
}

.sec-news .border {
	position: relative;
	padding: 60px 15px 30px;
	border: 4px solid var(--common-pink);
	border-radius: 15px;
	background-color: #fff;
}

.sec-news .hdg {
	width: 161px;
	height: 44px;
	color: #fff;
	background-image: url('../img/bg-ttl-news-sp.png');
}

.sec-news .btn {
	display: flex;
	padding-top: 20px;
	justify-content: center;
}

.sec-news .btn a {
	font-weight: bold;
	display: flex;
	width: 170px;
	height: 40px;
	color: var(--common-pink);
	border: 2px solid var(--common-pink);
	border-radius: 40px;
	align-items: center;
	justify-content: center;
}

.entries {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.news .entries .entry {
	padding-bottom: 20px;
	border-bottom: 1px solid var(--common-pink);
}

.news .entries .entry:last-child {
	padding-bottom: 0;
	border: none;
}

.home .entries .entry:not(:first-child) {
	display: none;
}

.entry a {
	display: block;
}

.entry a .eyecatch {
	margin-bottom: 10px;
}

.entry a .txt time {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
	padding: 3px 15px;
	color: var(--common-pink);
	border-radius: 20px;
	background-color: var(--common-pink-light);
}

.entry a .txt .ttl {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5833333333;
}

.tab-btn {
	display: flex;
	margin-bottom: 20px;
	gap: 10px;
}

.tab-btn li {
	font-family: 'ab-tombo-bold', sans-serif;
	font-size: 2.1rem;
	font-weight: 400;
	font-style: normal;
	display: flex;
	height: 60px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 15px;
	background-color: var(--common-pink);
	box-shadow: 0 4px 0 rgba(0, 0, 0, .5);
	flex: 1;
	align-items: center;
	justify-content: center;
}

.tab-btn li.is-active {
	background-color: var(--common-red);
	box-shadow: none;
}

.tab-content {
	display: none;
}

.tab-content.is-visible {
	display: block;
}

.hr-heart {
	display: block;
	width: 104px;
	height: 43px;
	margin: 40px auto;
	background: url('../img/ico-hearts.svg') no-repeat center center;
	background-size: contain;
}

.sec-summary .txt {
	position: relative;
	padding: 60px 15px 33vw;
	border-radius: 15px;
	background-color: #fff;
}

.sec-summary .txt .hdg {
	width: 161px;
	height: 44px;
	background-image: url('../img/bg-ttl-summary-sp.png');
}

.sec-summary .txt .ttl {
	font-size: 2.1rem;
	font-weight: bold;
	text-align: center;
	background-color: #fffac0;
}

.sec-summary .txt p {
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

.sec-summary .txt .is-hide {
	display: none;
	margin-top: 0;
}

.sec-summary .txt .size-large {
	font-size: 1.6rem;
}

.sec-summary .txt .btn.hide {
	display: none;
}

.sec-summary .txt .btn a {
	font-weight: bold;
	display: flex;
	width: 170px;
	height: 40px;
	margin: 0 auto;
	margin-top: 20px;
	color: var(--common-pink);
	border: 2px solid var(--common-pink);
	border-radius: 40px;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.sec-summary .txt .btn a .ico {
	display: block;
	width: 12px;
	height: 6px;
}

.sec-summary .txt .btn a .ico img {
	display: block;
}

.sec-summary .illust {
	position: relative;
	z-index: 1;
	margin-top: -27vw;
	padding: 0 16px;
}

.sec-characters .person .illust-name,
.sec-comment .person .illust-name {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	gap: 10px;
	align-items: center;
}

.sec-characters .person .illust-name .illust,
.sec-comment .person .illust-name .illust {
	width: 145px;
	cursor: pointer;
}

.sec-characters .person .illust-name .name,
.sec-comment .person .illust-name .name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	color: var(--common-pink);
}

.sec-characters .person .illust-name .name span,
.sec-comment .person .illust-name .name span {
	font-size: 16px;
}

.sec-characters .person .illust-name .introduction,
.sec-comment .person .illust-name .introduction {
	font-weight: bold;
}

.sec-characters .person .actor,
.sec-comment .person .actor {
	margin-top: 30px;
}

.sec-characters .person .actor figure,
.sec-comment .person .actor figure {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	margin: 0 auto 30px;
	gap: 15px;
	align-items: center;
}

.sec-characters .person .actor figure img,
.sec-comment .person .actor figure img {
	display: block;
	width: 120px;
	margin: 0 auto;
}

.sec-characters .person .actor figure figcaption,
.sec-comment .person .actor figure figcaption {
	font-size: 20px;
	font-weight: bold;
	color: var(--common-pink);
}

.sec-characters .person .actor figure figcaption span,
.sec-comment .person .actor figure figcaption span {
	font-size: 16px;
	padding-right: 1em;
}

.sec-characters .person .actor .actor-introduction,
.sec-comment .person .actor .actor-introduction {
	position: relative;
	z-index: 1;
	padding: 30px 20px 20px;
	border-radius: 6px;
	background-color: var(--common-pink-light);
}

.sec-characters .person .actor .actor-introduction .actor-name,
.sec-comment .person .actor .actor-introduction .actor-name {
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
	color: var(--common-pink);
}

.sec-characters .person .actor .actor-introduction .actor-name span,
.sec-comment .person .actor .actor-introduction .actor-name span {
	font-size: 16px;
}

.sec-characters .person .actor .actor-introduction p,
.sec-comment .person .actor .actor-introduction p {
	font-weight: bold;
	color: #646464;
}

.sec-characters {
	margin-top: 8vw;
}

.sec-characters .bg {
	position: relative;
	padding: 60px 15px 30px;
	border-radius: 15px;
	background-color: #fff;
}

.sec-characters .hdg {
	width: 213px;
	height: 44px;
	background-image: url('../img/bg-ttl-characters-sp.png');
}

.sec-characters .caution {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.sec-characters .block {
	position: relative;
	z-index: 0;
	margin-bottom: 20px;
}

.sec-characters .block:last-child {
	margin-bottom: 0;
}

.sec-characters .hr-heart-single {
	position: relative;
	display: block;
	height: 30px;
	margin: 30px 0;
	background: url('../img/ico-heart.svg') no-repeat center center;
	background-size: 24px;
}

.sec-characters .hr-heart-single::after {
	position: absolute;
	z-index: -1;
	top: 50%;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	transform: translateY(-4px);
	background-color: var(--common-pink);
}

.sec-characters .actor figure {
	margin-bottom: 0 !important;
}

.sec-characters .actor-introduction {
	margin-top: -1.2em;
}

.sec-comment {
	margin-top: 8vw;
}

.sec-comment .border {
	position: relative;
	padding: 60px 15px 30px;
	border: 4px solid var(--common-pink);
	border-radius: 15px;
	background-color: #fff;
}

.sec-comment .hdg {
	width: 237px;
	height: 44px;
	background-image: url('../img/bg-ttl-comment-sp.png');
}

.sec-comment .btn {
	display: flex;
	padding-top: 20px;
	justify-content: center;
}

.sec-comment .btn a {
	font-weight: bold;
	display: flex;
	width: 265px;
	height: 60px;
	color: var(--common-pink);
	border: 2px solid var(--common-pink);
	border-radius: 40px;
	align-items: center;
	justify-content: center;
}

.sec-tameshiyomi {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-top: 36px;
	padding: 70px 15px;
	background: url('../img/bg-tameshiyomi-sp.png') no-repeat center center;
	background-size: cover;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

.sec-bookinfo {
	padding: 30px 0 0;
}

.sec-bookinfo .bg {
	position: relative;
	padding: 50px 15px 30px;
	border-radius: 15px;
	background-color: #fff;
}

.sec-bookinfo .hdg {
	width: 264px;
	height: 44px;
	background-image: url('../img/bg-ttl-bookinfo-sp.png');
}

.sec-bookinfo .standard figure {
	width: 190px;
	margin: 0 auto;
}

.sec-bookinfo .standard figure img {
	border-radius: 6px;
}

.sec-bookinfo .standard .txt {
	padding-top: 20px;
}

.sec-bookinfo .book-detail {
	display: none;
}

.sec-bookinfo .book-detail + p {
	display: none;
}

.sec-bookinfo .buy .buy-ttl {
	font-family: 'ab-tombo-bold', sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 10px;
	color: var(--common-pink);
}

.sec-bookinfo .buy .bnr {
	display: flex;
	margin-bottom: 1em;
	flex-wrap: wrap;
	gap: 10px;
}

.sec-bookinfo .buy .bnr li {
	width: calc(33.33333% - 7.5px);
}

.sec-drama {
	font-weight: bold;
	position: relative;
	padding: 50px 15px 30px;
	color: #fff;
	background-color: #646464;
}

.sec-drama .inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.sec-drama .hdg {
	width: 191px;
	height: 44px;
	color: var(--common-red);
	background: url('../img/bg-ttl-drama-sp.png') no-repeat center center;
	background-size: contain;
}

.sec-drama .btn a {
	font-family: 'ab-tombo-bold', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	font-style: normal;
	display: flex;
	flex-direction: column;
	max-width: 500px;
	min-height: 60px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #fff;
	border-radius: 100px;
	background-color: var(--common-pink);
	align-items: center;
	justify-content: center;
	filter: drop-shadow(0 3px 0 rgba(0, 0, 0, .5));
}

.laymic_root {
	z-index: 1000;
}

.laymic_page_wrapper {
	display: flex;
	overflow: hidden;
	width: 100%;
	height: 100%;
	max-height: calc(var(--slide-width) * var(--page-aspect-height) / var(--page-aspect-width));
	color: #fafafa;
	--page-aspect-height: 976;
	--page-aspect-width: 690;
	--slide-width: calc(50vw - var(--viewer-padding));
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
}

.laymic_isVertView .laymic_page_wrapper,
.laymic_isSingleSlide .laymic_page_wrapper {
	--slide-width: calc(100% - var(--viewer-padding) * 2);
}

.laymic_page_wrapper a {
	color: #fafafa;
}

.laymic_page_wrapper br {
	display: none;
}

.laymic_page_wrapper span {
	margin: .5rem 0;
}

.bg_white {
	color: #333;
	background: #fff;
}

.bg_white a {
	color: #333;
}

.laymic_page_landscapes,
.laymic_page_portraits {
	display: flex;
	margin: 1rem 0;
	flex: 1;
	align-items: center;
	justify-content: center;
}

.laymic_page_landscapes {
	flex-flow: column nowrap;
}

.laymic_page_landscapes:first-of-type {
	justify-content: flex-end;
}

.laymic_page_landscapes:last-of-type {
	justify-content: flex-start;
}

.laymic_page_landscapes:only-of-type {
	justify-content: center;
}

.laymic_page_portraits:first-of-type {
	align-items: flex-end;
}

.laymic_page_portraits:last-of-type {
	align-items: flex-start;
}

.laymic_page_portraits:only-of-type {
	align-items: center;
}

/* laymic end */

.bntri-hover {
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 16px;
	font-weight: 600;
	width: 160px;
	height: 55px;
	margin: 20px;
	cursor: pointer;
	transition: all .4s ease-in-out;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 50px;
	background-size: 300% 100%;
	moz-transition: all .4s ease-in-out;
}

.bntri-hover:hover {
	transition: all .4s ease-in-out;
	background-position: 100% 0;
	moz-transition: all .4s ease-in-out;
}

.bntri-hover:focus {
	outline: none;
}

.bntri-hover.bntri-ch {
	background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
	box-shadow: 0 4px 15px 0 rgba(65, 132, 234, .75);
}

a .bntri-hover.bntri-ch {
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 20px;
	font-weight: 600;
}

button {
	font-size: 0;
	line-height: 0;
	overflow: visible;
	width: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: 0;
	background: none;
}

.laymic_page_landscapes span a img {
	overflow: hidden;
	max-width: 180px;
	border-radius: 10px;
}

.laymic_page_landscapes span + p {
	margin-top: 1em;
}

@media screen and (min-width: 1050px) {

.sp {
	display: none;
}

.pc {
	display: block;
}

body {
	font-size: 1.6rem;
	line-height: 1.625;
}

.header {
	overflow-x: hidden;
	background: url('../img/bg-kv-pc.png') repeat center center #ff91b4;
	background-size: 270px;
}

.header .inner {
	position: relative;
	max-width: unset;
	height: 570px;
	background: url('../img/kv-img-pc.png') no-repeat center center;
	background-size: auto 570px;
}

.header .inner picture {
	display: none;
}

.header ul {
	bottom: 15px;
	left: 50%;
	margin-left: -586px;
	gap: 10px;
}

.header ul li img {
	width: 104px;
}

.g-nav {
	position: sticky;
	z-index: 100;
	top: 0;
	margin-top: 0;
}

.g-nav ul {
	padding: 0;
	justify-content: center;
}

.g-nav ul li {
	width: auto;
}

.g-nav ul li a {
	position: relative;
	padding: 15px 17px;
}

.g-nav ul li a::after {
	position: absolute;
	right: 0;
	display: block;
	width: 1px;
	height: 20px;
	content: '';
	background-color: #fff;
}

.g-nav ul li a.is-current {
	color: var(--common-yellow);
}

.g-nav ul li:last-child a::after {
	display: none;
}

.fixed-nav,
.hamburger {
	display: none;
}

body {
	overflow-y: auto !important;
}

small {
	font-size: 1.2rem;
}

.sec-news {
	padding: 70px 0 0;
}

.sec-news .hdg {
	width: 220px;
	height: 60px;
	background-image: url('../img/bg-ttl-news.png');
}

.sec-news .border {
	padding: 90px 50px 50px;
}

.sec-news .btn {
	padding-top: 40px;
}

.sec-news .btn a {
	font-size: 1.4rem;
	width: 200px;
	height: 52px;
}

.home .entries .entry:nth-child(2) {
	display: block;
}

.entry a {
	display: flex;
	gap: 20px;
}

.entry a .eyecatch {
	width: 191px;
	margin-bottom: 0;
	flex-shrink: 0;
}

.entry a .txt time {
	font-size: 1.6rem;
}

.entry a .txt .ttl {
	font-size: 1.4rem;
}

.hr-heart {
	width: 210px;
	height: 57px;
	margin: 70px auto;
}

.sec-summary .inner {
	position: relative;
}

.sec-summary .txt {
	box-sizing: border-box;
	width: 820px;
	padding: 70px 97px 70px 50px;
}

.sec-summary .txt .hdg {
	width: 220px;
	height: 60px;
	background-image: url('../img/bg-ttl-summary.png');
}

.sec-summary .txt .ttl {
	font-size: 3.6rem;
	letter-spacing: 0;
}

.sec-summary .txt .ttl br {
	display: none;
}

.sec-summary .txt .ttl + p {
	text-align: center;
}

.sec-summary .txt p {
	font-size: 2rem;
	margin-top: 40px;
	text-align: left;
}

.sec-summary .txt p.is-hide {
	display: block !important;
}

.sec-summary .txt .size-large {
	font-size: 2.4rem;
}

.sec-summary .txt .btn {
	display: none;
}

.sec-summary .illust {
	position: absolute;
	top: -20px;
	right: -30px;
	width: 370px;
	margin-top: 0;
}

.sec-characters .person .illust-name .name,
.sec-comment .person .illust-name .name {
	font-size: 2.4rem;
	margin-bottom: 16px;
}

.sec-characters .person .illust-name .name span,
.sec-comment .person .illust-name .name span {
	font-size: 2rem;
}

.sec-characters {
	margin-top: 70px;
}

.sec-characters .bg {
	padding: 70px 50px 50px;
}

.sec-characters .hdg {
	width: 290px;
	height: 60px;
	background-image: url('../img/bg-ttl-characters.png');
}

.sec-characters .person .illust-name {
	flex-direction: row;
	gap: 40px;
}

.sec-characters .person .illust-name .illust {
	width: 200px;
}

.sec-characters .person .illust-name .name {
	text-align: left;
}

.sec-characters .hr-heart-single {
	height: 56px;
	margin: 40px auto;
	background-size: 50px auto;
}

.sec-characters .hr-heart-single::after {
	transform: translateY(-6px);
}

.sec-characters .actor {
	display: flex;
	margin-top: 40px !important;
	padding: 30px 40px;
	border-radius: 6px;
	background-color: var(--common-pink-light);
	gap: 40px;
}

.sec-characters .actor figure {
	width: 150px;
	flex-shrink: 0;
}

.sec-characters .actor figure img {
	width: 100% !important;
}

.sec-characters .actor figure figcaption {
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: 4px;
}

.sec-characters .actor figure figcaption span {
	padding-right: 0;
}

.sec-characters .actor .actor-introduction {
	margin-top: 0;
	padding: 0 !important;
	background: none;
}

.sec-comment {
	margin-top: 70px;
}

.sec-comment .border {
	padding: 70px 50px 50px;
}

.sec-comment .border .person .illust-name .name {
	margin-top: 20px;
}

.sec-comment .hdg {
	width: 324px;
	height: 60px;
	background-image: url('../img/bg-ttl-comment.png');
}

.sec-comment .btn {
	padding-top: 40px;
}

.sec-tameshiyomi {
	flex-direction: row;
	margin-top: 70px;
	padding: 120px 0;
	background-image: url('../img/bg-tameshiyomi.png');
}

.sec-tameshiyomi button {
	width: 452px;
}

.sec-bookinfo {
	padding: 70px 0 0;
}

.sec-bookinfo .bg {
	padding: 70px 35px 50px;
}

.sec-bookinfo .hdg {
	width: 360px;
	height: 60px;
	background-image: url('../img/bg-ttl-bookinfo.png');
}

.sec-bookinfo .standard {
	display: flex;
	gap: 30px;
}

.sec-bookinfo .standard figure {
	width: 220px;
	flex-shrink: 0;
}

.sec-bookinfo .standard figure img {
	border-radius: 0;
}

.sec-bookinfo .standard .txt {
	padding-top: 0;
	flex: 1;
}

.sec-bookinfo .book-detail {
	font-size: 1.4rem;
	font-weight: bold;
	display: block;
}

.sec-bookinfo .book-detail + p {
	display: block;
	margin-top: 20px;
}

.sec-bookinfo .buy {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #646464;
}

.sec-bookinfo .buy .buy-ttl {
	width: 203px;
	margin-bottom: 20px;
}

.sec-bookinfo .buy .buy-ttl img {
	width: 100%;
}

.sec-bookinfo .buy .bnr {
	width: 430px;
	gap: 16px 20px;
}

.sec-bookinfo .buy .bnr li {
	width: 123px;
	flex: none;
}

.sec-drama {
	padding: 70px 0 50px;
}

.sec-drama .hdg {
	width: 260px;
	height: 60px;
	background-image: url('../img/bg-ttl-drama.png');
}

.sec-drama .group {
	font-size: 2rem;
}

.sec-drama .broadcast {
	font-size: 1.4rem;
}

.sec-drama .work-detail {
	font-size: 1.4rem;
}

.sec-drama .btns {
	flex-direction: row;
	padding-top: 20px;
}

.sec-drama .btns .btn {
	flex: 1;
}

.sec-drama .btn a {
	font-size: 2.4rem;
	line-height: 1;
}

.sec-drama .btn a span {
	font-size: 1.8rem;
	padding-bottom: 4px;
}

}

@keyframes poyopoyo {

0%,30%,70% {
	transform: scale(1);
}

50% {
	transform: scale(.95);
}

}

