@charset "UTF-8";

/* sp（スペシャル）
========================================== */

/* 共通
------------------------------------------ */
@media only screen and (min-width: 901px) {
	.is-sp {
		display: none;
	}
}
@media only screen and (max-width: 900px) {
	.is-pc {
		display: none;
	}
}
/* sp-mainV
------------------------------------------ */
.sp-mainV {
	position: relative;
}

.sp-mainV-area {}

.sp-mainV-inner {
	width: 100%;
	margin: 0 auto;
}

.sp-mainV-img {
	width: 100%;
	padding-top: calc(868 / 1280 * 100%);
	background-image: url(/orebana/images/sp/main.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}



/* drama-mainv-banners
========================================== */
.drama-mainv-banners-area { 
	margin: 0 auto;
	padding: 30px 20px;
	background-image: url(/orebana/images/sp/bg/bg_green.jpg);
	background-size: 5px auto;
	background-repeat: repeat;
}
.drama-mainv-banners-list {
	display: flex;
	justify-content: center;
	gap: 25px;
	width: 100%;
}
.drama-mainv-banners-item {
	width: 100%;
	max-width: 300px;
	display: block;
}
.drama-mainv-banners-item a {
	display: block;
	padding-top: calc(60 / 300 * 100%);
	background-size: contain;
	background-repeat: no-repeat;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
	border-radius: 8px;
}
.drama-mainv-banners-item a.hulu {
	background-image: url(/orebana/images/sp/banner/bnr-mv-hulu_pc.png);
}

/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 600px) {
	.drama-mainv-banners-area { 
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.drama-mainv-banners-list {
		gap: 20px;
	}
	.drama-mainv-banners-item {
		max-width: 150px;
	}
	.drama-mainv-banners-item a {
		padding-top: calc(70 / 150 * 100%);
	}
	.drama-mainv-banners-item a.hulu {
		background-image: url(/orebana/images/sp/banner/bnr-mv-hulu_sp.png);
	}
}

/* onair
========================================== */

.onair-area {
	padding: 0;
	background-image: url(/orebana/images/sp/bg/bg-gray_01.png);
	background-size: 1280px 110px;
	border-top: 15px solid #000;
	border-bottom: 15px solid #000;
	border-image-source: url(/orebana/images/top/live-border.png);
	border-image-width: 24px;
	border-image-outset: 9px;
	border-image-slice: 20;
}
.onair-inner {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	padding: 30px 20px;
}
.onair-data {
	width: 100%;
	padding-top: calc(92 / 900 * 100%);
	background: url(/orebana/images/sp/onair_pc.png) no-repeat center;
	background-size: contain;
	font-size: 0;
}
@media only screen and (max-width: 600px) {
	.onair-area {
		background-size: 640px 55px;
		border-top: 7px solid #000;
		border-bottom: 7px solid #000;
		border-image-width: 18px;
		border-image-outset: 9px;
		border-image-slice: 20;
	}
	.onair-inner {
		max-width: 228px;
		padding: 20px 0;
	}
	.onair-data {
		background: url(/orebana/images/sp/onair_sp.png) no-repeat center;
		background-size: contain;
		padding-top: calc(87 / 228 * 100%);
	}
}

/* movie
========================================== */
.movie-area {
	padding: 70px 0 80px;
	background-image: url(/orebana/images/sp/bg/bg_green.jpg);
	background-size: 5px auto;
}
.movie-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.movie-box {
	width: 100%;
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 1;
}
.movie-box-inner {
	max-width: 800px;
	margin: 0 auto;
}
.movie-inner.d-inner::before {
	width: 18.7%;
	max-width: 140px;
	padding-top: 11.5%;
	background-image: url(/orebana/images/sp/deco/icon_chocolate.png);
	top: calc(15 / 600 * 100%);
	left: calc(-4 / 1000 * 100%);
}

.movie-area .d-box-title {
	background-image: url(/orebana/images/sp/ttl_movie.png);
	width: 360px;
	height: 0;
	margin-bottom: 30px;
}
.movie {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}
.movie-data {
	margin: 0 auto;
	color: #195b76;
	font-size: 20px;
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ ProN W6';
	padding-top: calc(450 / 800 * 100%);
}
.movie-data iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10
}
.hulu-banner {
	max-width: 670px;
	margin: 30px auto 0;
}
.hulu-banner a {
	display: block;
}
/* ------------------------------------------------------------------
 SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (min-width: 376px) and (max-width: 850px) {
	.movie-inner.d-inner::before {
		top: calc(30 / 600 * 100%);
	}
}
@media only screen and (max-width: 600px) {
	.movie-area {
		padding: 30px 0;
	}
	.hulu-banner {
		max-width: 295px;
		margin: 20px auto 0;
	}
}
@media only screen and (max-width: 375px) {
	.movie-inner.d-inner::before {	
		width: 18.4%;
		padding-top: 15.2%;
		top: calc(20 / 269 * 100%);
		left: calc(9 / 375 * 100%);
	}
}

/* intro
========================================== */
.intro-area {
	padding: 70px 0 0;
}
.intro-area .d-box-title {
	background-image: url(/orebana/images/sp/ttl_intro.png);
	width: 486px;
}
.intro-area .d-box-body {
	padding: 0 0 80px;
	background: url(/orebana/images/sp/bg/bg-yellow_02.jpg) repeat center top transparent;
	background-size: 50px auto;
	position: relative;
}
.intro-area .d-box-body::before {
	content: '';
	display: inline-block;
	pointer-events: none;
	width: 100%;
	height: 0;
	padding-top: calc(79 / 1280 * 100%);
	background: url(/orebana/images/sp/bg/bg-arch_white.png) no-repeat top transparent;
	background-size: 100% auto;
}
.intro-inner {
	max-width: 100%;
	padding: 0;
}
.intro-inner .d-box {
	word-break: break-all;
}

.intro-icon span::before {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 0;
}

.intro-icon-01::before {
	width: 14.4%;
	max-width: 120px;
	height: 0;
	padding-top: 11.1%;
	background-image: url(/orebana/images/sp/deco/icon_takenoko.png);
	top: calc(-70 / 810 * 100%);
	right: calc(244 / 1440 * 100%);
}
.intro-icon-02::before {
	width: 15%;
	max-width: 120px;
	height: 0;
	padding-top: 6.3%;
	background-image: url(/orebana/images/sp/deco/icon_hanko.png);
	top: calc(463 / 810 * 100%);
	right: calc(240 / 1440 * 100%);
}

.intro-icon-03::before {
	width: 15.2%;
	max-width: 130px;
	height: 0;
	padding-top: 9%;
	background-image: url(/orebana/images/sp/deco/icon_nabe.png);
	top: calc(193 / 810 * 100%);
	left: calc(165 / 1440 * 100%);
}

.intro-icon-04::before {
	width: 21.1%;
	max-width: 158px;
	height: 0;
	padding-top: 9.7%;
	background-image: url(/orebana/images/sp/deco/icon_money.png);
	top: calc(560 / 810 * 100%);
	left: calc(204 / 1440 * 100%);
}
@media only screen and (max-width: 1024px) {
	.intro-icon-01::before {
		top: calc(-50 / 860 * 100%);
		right: calc(80 / 1000 * 100%);
	}
	.intro-icon-02::before {
		top: calc(485 / 860 * 100%);
		right: calc(84 / 1000 * 100%);
	}
	.intro-icon-03::before {
		top: calc(195 / 860 * 100%);
		left: calc(14 / 1000 * 100%);
	}
	.intro-icon-04::before {
		top: calc(575 / 860 * 100%);
		left: calc(84 / 1000 * 100%);
	}
}

.intro-img-wrap {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	padding: 0 20px;
}

.intro-img {
	margin: 0 auto;
	padding-top: calc(710 / 880 * 100%);
	background-image: url(/orebana/images/sp/sp-intro-text_pc.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: visible;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}


/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 600px) {
	.intro-area {
		padding: 30px 0 0;
	}
	.intro-area .d-box-body {
		padding: 0 0 40px;
	}
	.intro-icon-01::before {
		padding-top: 19.8%;
		top: calc(-37 / 654 * 100%);
		right: calc(33.5 / 375 * 100%);
	}
	.intro-icon-02::before {
		padding-top: 11%;
		top: calc(310 / 654 * 100%);
		right: calc(17 / 375 * 100%);
	}
	.intro-icon-03::before {
		padding-top: 15.2%;
		top: calc(130 / 654 * 100%);
		left: calc(4.5 / 375 * 100%);
	}
	.intro-icon-04::before {
		padding-top: 18.7%;
		top: calc(518 / 654 * 100%);
		left: calc(-11 / 375 * 100%);
	}
	.intro-img {
		padding-top: calc(654 / 335 * 100%);
		background-image: url(/orebana/images/sp/sp-intro-text_sp.png);
	}
}

/* chart
========================================== */

.chart-area {
	padding: 50px 0 0;
}
.chart-area .d-box-title {
	background-image: url(/orebana/images/sp/ttl_chart.png);
	width: 354px;
}
.chart-area .d-box-body {
	padding: 0 0px 60px;
	background: url(/orebana/images/sp/bg/bg-yellow_02.jpg) repeat center top transparent;
	background-size: 50px auto;
	position: relative;
}
.chart-area .d-box-body::before {
	content: '';
	display: inline-block;
	pointer-events: none;
	width: 100%;
	height: 0;
	padding-top: calc(79 / 1280 * 100%);
	background: url(/orebana/images/sp/bg/bg-arch_white.png) no-repeat top transparent;
	background-size: 100% auto;
}
.chart-inner {
	max-width: 100%;
	padding: 0;
}
.chart-inner .d-box {
	word-break: break-all;
}

.chart-img-wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

.chart-img-wrap::before {
	content: '';
	display: inline-block;
	width: 16%;
	max-width: 100px;
	height: 0;
	padding-top: 13.3%;
	background: url(/orebana/images/sp/deco/icon_takenoko.png) center no-repeat;
	background-size: contain;
	transform: scale(-1, 1);
	position: absolute;
	top: calc(-117 / 1561 * 100%);
	left: calc(164 / 1000 * 100%);
	z-index: 1;
}

.chart-img {
	width: calc( 1000 / 1000 * 100%);
	height: 0;
	margin: 0 auto;
	padding-top: calc(1560 / 1000 * 100%);
	background-image: url(/orebana/images/sp/chart-img_pc.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: visible;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}
.webp .chart-img {
	background-image: url(/orebana/images/sp/chart-img_pc.webp);
}
.chart-detail-btn {
	margin: 50px auto 0;
}
.chart-detail-btn .d-btn {
	background-color: #eebe15;
}
/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 600px) {
	.chart-area {
		padding: 20px 0 0;
	}
	.chart-area .d-box-body {
		padding-bottom: 40px;
	}
	.chart-img {
		padding-top: calc(555 / 355 * 100%);
		background-image: url(/orebana/images/sp/chart-img_sp.png);
	}
	.webp .chart-img {
		background-image: url(/orebana/images/sp/chart-img_sp.webp);
	}
	.chart-img-wrap::before {
		padding-top: 21.3%;
		top: calc(-85 / 522 * 100%);
		left: calc(20 / 375 * 100%);
	}
}

/* story
========================================== */
.story-area {
	padding: 60px 0 0;
}
.story-area .d-box-body {
	position: relative;
}
.story-area .d-box-title {
	background-image: url(/orebana/images/sp/ttl_story.png);
	width: 354px;
}
.story-area a { display: block; }
.story-icon span::before {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 0;
}
.story-icon-01::before {
	width: 20%;
	max-width: 125px;
	height: 0;
	padding-top: 10.6%;
	background-image: url(/orebana/images/sp/deco/icon_sakuramochi.png);
	top: calc(-110 / 2683 * 100%);
	left: calc(322 / 1440 * 100%);
	transform: scale(-1, 1);
}
.story-icon-02::before {
	width: 19.2%;
	max-width: 132px;
	height: 0;
	padding-top: 13.9%;
	background-image: url(/orebana/images/sp/deco/icon_wine.png);
	top: calc(-130 / 2683 * 100%);
	right: calc(281 / 1440 * 100%);
}
.story-inner {
	max-width: 100%;
	padding: 0;
}
.story-inner::before {
	background-image: url(/orebana/images/sp/bg/border_yellow.png);
	background-repeat: repeat-x;
	
	bottom: 0;
	padding-top: calc(24 / 1440 * 100%);
	width: 100%;
	z-index: 1;
	pointer-events: none;
}
@media only screen and (max-width: 1080px) {
	.story-icon-01::before {
		top: calc(-60 / 2683 * 100%);
		left: calc(60 / 1080 * 100%);
	}
	.story-icon-02::before {
		top: calc(-80 / 2683 * 100%);
		right: calc(60 / 1080 * 100%);
	}
}
@media only screen and (max-width: 600px) {
	.story-area {
		padding: 20px 0 0;
	}
	.story-icon-01::before {
		padding-top: 18.2%;
		top: calc(-40 / 1911 * 100%);
		left: calc(5 / 375 * 100%);
	}
	.story-icon-02::before {
		padding-top: 21.6%;
		top: calc(-40 / 1911 * 100%);
		right: calc(7 / 375 * 100%);
	}
}

/* story-box-body
------------------------------------------ */
.story-box-body {
	padding: 0 0 80px;
	background: url(/orebana/images/sp/bg/bg-gray_02.jpg) repeat center top transparent;
	background-size: 5px auto;
}
.story-box-body::before {
	content: '';
	display: inline-block;
	pointer-events: none;
	width: 100%;
	height: 0;
	padding-top: calc(79 / 1280 * 100%);
	background: url(/orebana/images/sp/bg/bg-arch_white.png) no-repeat top transparent;
	background-size: 100% auto;
}
@media only screen and (max-width: 600px) {
	.story-box-body {
		padding-bottom: 40px;
	}
}
/* story-article
------------------------------------------ */
.story-article {
	padding: 0 20px;
}

.story-article-body {
	max-width: 960px;
	margin: 0 auto;
	padding: 60px 50px;
	background-color: #fff;
	border-radius: 30px;
	position: relative;
}
.story-article-body + .story-article-body {
	margin-top: 40px;
}

.story-article-mainMovie {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
	position: relative;
}

.story-article-mainMovie-data {
	padding-top: calc(9 / 16 * 100%);
	position: relative;
}

.story-article-mainMovie-data iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

.story-article-mainImg {
	width: 100%;
	max-width: 800px;
	height: 0;
	margin: 0 auto;
	padding-top: calc(533 / 800 * 100%);
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
}
.story-article-contents p {
	margin: 0;
	color: #4b2500;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 0.12em;
}
.story-article-contents .story-article-detail.col-twin {
	display: flex;
	gap: 20px;
}
.story-article-contents .story-article-detail:not(:first-of-type) {
	margin-top: 30px;
}
.story-article-contents figure {
	width: 100%;
	max-width: 800px;
	height: 0;
	margin: 0 auto;
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
}

.story-article-contents figure.fig-l {
	float: left;
	width: 50%;
	padding-top: calc(533 / 800 * 50%);
	margin: 0 2em 1em 0;
}

.story-article-contents figure.fig-r {
	float: right;
	width: 50%;
	padding-top: calc(533 / 800 * 50%);
	margin: 0 0 1em 2em;
}
.story-article-contents figure.twin {
	width: 50%;
	padding-top: calc(280 / 800 * 100%);
}

.story-article-contents figure.fig-col2 {
	float: left;
	width: 49%;
	margin-left: 2%;
}
.story-article-contents figure.fig-col2:nth-of-type(2n+1) {
	clear: both;
	margin-left: 0;
}

.story-article-contents br.cb {
	clear: both;
}
.story-article-title {
	color: #dcab00;
	font-size: 0;
	font-weight: bold;
	line-height: 1;
	background: url(/orebana/images/sp/bg/border-orange_pc.png) center bottom transparent;
	background-size: 220px auto;
	background-repeat: repeat-x;
	margin-bottom: 40px;
	text-align: center;
}


.story-article-title:not(:first-of-type) {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 5px solid #eebe15; 
}
.story-article-title .title {
	color: #4B2500;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 140%; /* 50.4px */
}
.story-article-title .time {
	color: #DCAB00;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 100%; /* 26px */
	margin-top: 10px;
	margin-bottom: 20px;
}
.story-article-title .subtitle {
	padding-bottom: 20px;
	color: #dc7816;
	font-size: 3.6rem;
	text-align: center;
	font-weight: 700;
	line-height: 140%; /* 50.4px */
}
.story-article-title .subtitle span {
	display: inline-block;
	margin-right: 20px;
	font-size: 2.8rem;
	font-style: normal;
	line-height: 100%; /* 28px */
}

@media only screen and (max-width: 618px) {
	.story-article-body {
		margin-top: 20px;
		padding: 30px 20px;
	}
	.story-article-body + .story-article-body {
		margin-top: 20px;
	}

	.story-article-mainMovie { width: calc(100% - 6% + 1px); }

	.story-article-mainImg {
		width: calc(100% + 1px);
		height: 0;
		margin: 0 auto;
		background-repeat:no-repeat;
		background-position: center;
		background-size: cover;
	}
	.story-article-contents p {
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.story-article-contents .story-article-detail:not(:first-of-type) {
		margin-top: 20px;
	}
	.story-article-contents .story-article-detail.col-twin {
		flex-direction: column;
		gap: 10px;
	}
	.story-article-title:not(:first-of-type) {
		padding-top: 30px;
		border-top: 3px solid #eebe15;
		margin-top: 30px;
	}
	.story-article-contents figure.fig-l {
		float: none;
		width: 100%;
		padding-top: calc(533 / 800 * 100%);
		margin: 0 auto 1.5em;
	}
	.story-article-contents figure.fig-r {
		float: none;
		width: 100%;
		padding-top: calc(533 / 800 * 100%);
		margin: 0 auto 1.5em;
	}
	.story-article-contents figure.twin {
		width: 100%;
		padding-top: calc(533 / 800 * 100%);
	}
	
	.story-article-contents br.cb {
		display: none;
	}

	.story-article-title {
		background: url(/orebana/images/sp/bg/border-orange_sp.png) center bottom transparent;
		background-size: 132px auto;
		background-repeat: repeat-x;
		margin: 0 auto 20px;
		padding: 0;
	}
	.story-article-title .title {
		font-size: 2.4rem;
	}
	.story-article-title .time {
		font-size: 1.6rem;
		margin-top: 5px;

	}
	.story-article-title .subtitle {
		font-size: 2rem;
		padding-bottom: 15px;
	}
	.story-article-title .subtitle span {
		font-size: 1.6rem;
		margin-right: 5px;
	}

}

/* streaming
========================================== */
.streaming-area { 
	margin: 0 auto;
	padding: 40px 20px;
	background-image: url(/orebana/images/sp/bg/bg_green.jpg);
	background-size: 5px auto;
	background-repeat: repeat;
}
.streaming-list {
	display: flex;
	justify-content: center;
	gap: 20px;
	width: 100%;
}
.streaming-item {
	width: 100%;
	max-width: 450px;
	display: block;
}
.streaming-item a {
	display: block;
	padding-top: calc(140 / 450 * 100%);
	background-size: contain;
	background-repeat: no-repeat;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
	border-radius: 8px;
}
.streaming-item a.hulu {
	background-image: url(/orebana/images/sp/banner/bnr_hulu_pc.jpg);
}

/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 600px) {
	.streaming-area { 
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.streaming-list {
		gap: 10px;
	}
	.streaming-item {
		max-width: 160px;
	}
	.streaming-item a {
		padding-top: calc(200 / 160 * 100%);
	}
	.streaming-item a.hulu {
		background-image: url(/orebana/images/sp/banner/bnr_hulu_sp.jpg);
	}
}
/* caststaff
========================================== */

.caststaff-area {
	padding: 50px 0 0;
}
.caststaff-area .d-box-body {
	padding: 0 0 100px;
	background: url(/orebana/images/sp/bg/bg-yellow_01.jpg) repeat center top transparent;
	background-size: 5px auto;
	position: relative;
}
.caststaff-area .d-box-body::before {
	content: '';
	display: inline-block;
	pointer-events: none;
	width: 100%;
	height: 0;
	padding-top: calc(79 / 1280 * 100%);
	background: url(/orebana/images/sp/bg/bg-arch_white.png) no-repeat top transparent;
	background-size: 100% auto;
}
.caststaff-area .d-box-title {
	background-image: url(/orebana/images/sp/ttl_caststaff.png);
	width: 456px;
}
.caststaff-inner {
	max-width: 100%;
	padding: 0;
}
.caststaff-inner::before {
	background-image: url(/orebana/images/sp/bg/border_yellow.png);
	background-repeat: repeat-x;
	
	bottom: 0;
	padding-top: calc(24 / 1440 * 100%);
	width: 100%;
	z-index: 1;
	pointer-events: none;
}
.cast-box,
.staff-box {
	width: 100%;
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
	color: #4b2500;
	position: relative;
}
.cast-box-list {
	padding: 30px;
	margin: 20px auto 50px;
	background-color: #ffffff;
	border-radius: 20px;
	overflow: hidden;
}
.cast-icon span::before {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 0;
}
.cast-icon-01::before {
	width: 17.6%;
	max-width: 134px;
	height: 0;
	padding-top: 11.9%;
	background-image: url(/orebana/images/sp/deco/icon_sakuramochi.png);
	top: calc(-120 / 542 * 100%);
	right: calc(9 / 960 * 100%);
}
.cast-icon-02::before {
	width: 19.5%;
	max-width: 144px;
	height: 0;
	padding-top: 12.5%;
	background-image: url(/orebana/images/sp/deco/icon_okonomiyaki.png);
	top: calc(-80 / 542 * 100%);
	left: calc(114 / 960 * 100%);
}
.cast-icon-03::before {
	width: 19.2%;
	max-width: 126px;
	height: 0;
	padding-top: 17%;
	background-image: url(/orebana/images/sp/deco/icon_kimono.png);
	bottom: calc(-76 / 542 * 100%);
	right: calc(-35 / 960 * 100%);
}
@media only screen and (max-width: 1000px) {
	.cast-icon-03::before {
		right: calc(5 / 960 * 100%);
	}
}
@media only screen and (max-width: 810px) {
	.cast-icon-01::before {
		top: calc(-220 / 542 * 100%);
		right: calc(0 / 375 * 100%);
	}
	.cast-icon-02::before {
		left: calc(14 / 960 * 100%);
	}
}
@media only screen and (max-width: 600px) {
	.cast-icon-01::before {
		padding-top: 15.8%;
		top: calc(-320 / 1120 * 100%);
		right: calc(0 / 375 * 100%);
	}
	.cast-icon-02::before {
		padding-top: 16.6%;
		top: calc(-120 / 1120 * 100%);
		left: calc(10 / 375 * 100%);
	}
	.cast-icon-03::before {
		padding-top: 26.2%;
		bottom: calc(-60 / 1120 * 100%);
		right: calc(0 / 375 * 100%);
	}
}

.cast-box-title {
	width: 156px;
	height: 0;
	padding-top: 56px;
	margin: 0 auto;
	background-image: url(/orebana/images/sp/sub-title_cast.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
.cast-item {
	color: #4b2500;
	font-size: 2.2rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.cast-item:not(:last-of-type) {
	margin-bottom: 25px;
}
.cast-item:nth-last-of-type(3) {
	margin-bottom: 40px;
}
.cast-name {
	width: 50%;
	color: #dc7816;
	text-align: right;
}
.cast-person {
	width: 50%;
	font-size: 2.6rem;
	line-height: 130%; /* 33.8px */
}
.staff-box-list {
	padding: 30px;
	margin: 20px auto 0;
	background-color: #ffffff;
	border-radius: 20px;
	overflow: hidden;
}
.staff-box-title {
	width: 176px;
	height: 0;
	padding-top: 56px;
	margin: 0 auto 20px;
	background-image: url(/orebana/images/caststaff/staff-sub-title.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
.staff-item {
	color: #4b2500;
	font-size: 2.2rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 10px;
}
.staff-item:not(:last-of-type) {
	margin-bottom: 25px;
}
.staff-position {
	width: 50%;
	color: #dc7816;
	text-align: right;
}
.staff-person {
	width: 50%;
}

/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 700px) {
	.caststaff-area .d-box-body {
		padding-bottom: 40px;
	}
	.caststaff-inner::before {
		padding-top: calc(9 / 375 * 100%);
	}
	.cast-box {
		margin-top: 20px;
	}
	.cast-box-title,
	.staff-box-title
	 {
		padding-top: 28px;
	}
	.staff-box-list {
		margin-bottom: 0;
	}
	.cast-item,
	.staff-item {
		color: #4b2500;
		font-weight: bold;
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
	}
	.cast-item:not(:last-of-type),
	.staff-item:not(:last-of-type) {
		margin-bottom: 20px;
	}
	.cast-name,
	.staff-position {
		font-size: 1.4rem;
		width: 100%;
		text-align: center;
		line-height: 100%;
	}
	.cast-point,
	.staff-point {
		display: none;
	}
	.cast-person,
	.staff-person {
		font-size: 1.8rem;
		width: 100%;
		text-align: center;
	}
}


/* prBanner
========================================== */
.prBanner-area { 
	margin: 0 auto;
	padding: 80px 0;
	background-image: url(/orebana/images/sp/bg/bg_green.jpg);
	background-size: 5px auto;
	background-repeat: repeat;
}
.prBanner-area a { display: block; }
.prBanner-inner {}

.large-banner {
	display: block;
	margin: 0 auto;
	max-width: 670px;
}
.large-banner-img {
	width: 100%;
	height: 0;
	padding-top: calc(160/ 670 * 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 0;
	border: 1px solid #fff;
}

/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 600px) {
	.prBanner-area {
		padding: 40px 0;
	}
	.large-banner {
		max-width: 295px;
	}
	.large-banner-img {
		padding-top: calc(70/ 295 * 100%);
	}
}

/* prBanner-list
------------------------------------------ */
.prBanner-list {
	width: 100%;
	margin: 0 auto;
	font-size: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.prBanner-list + .prBanner-list { margin-top: 20px; }
.prBanner-item {
	flex: 0 0 49%;
	max-width: 49%;
	vertical-align: top;
}
.prBanner-item:nth-child(2n) { margin-left: 2%; }
.prBanner-item:nth-child(n+3) { margin-top: 20px; }

.prBanner-img {
	width: 100%;
	height: 0;
	padding-top: calc(120/ 480 * 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
