@charset "UTF-8";

/* huluオリジナル
========================================== */

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

.hulu-btn {
	max-width: 548px;
	margin: 0 auto;
	text-align: center;
}
.hulu-btn p {
	color: #4B2500;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 100%; /* 36px */
	margin-bottom: 20px;
}

.hulu-btn a {
	display: block;
	padding-top: calc(84 / 548 * 100%);
	background: url(/orebana/images/spinoff/btn_hulu.png) no-repeat;
	background-size: contain;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
}

/* spinoff-mainV
------------------------------------------ */
.spinoff-mainV {
	position: relative;
}

.spinoff-mainV-area {}

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

.spinoff-mainV-img a {
	display: block;
	width: 100%;
	padding-top: calc(368 / 1440 * 100%);
	background-image: url(/orebana/images/spinoff/mainv_pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
}
/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 600px) {
	.spinoff-mainV-img a {
		padding-top: calc(160 / 375 * 100%);
		background-image: url(/orebana/images/spinoff/mainv_sp.jpg);
	}
}

/* hulu
========================================== */
.hulu-area {
	padding-top: 70px;
	padding-bottom: 0;
}

.hulu-area .hulu-body {
	padding: 0 0 80px;
	background: url(/orebana/images/spinoff/bg/bg_yellow.jpg) repeat center top transparent;
	background-size: 5px auto;
	position: relative;
}
.hulu-area .hulu-body::before {
	content: '';
	display: inline-block;
	pointer-events: none;
	width: 100%;
	height: 0;
	padding-top: calc(79 / 1280 * 100%);
	background: url(/orebana/images/spinoff/bg/bg-arch_white.png) no-repeat top transparent;
	background-size: 100% auto;
}
.hulu-area .hulu-body::after {
	content: '';
	display: block;
	position: absolute;
	background-image: url(/orebana/images/spinoff/bg/border_yellow.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	bottom: 0;
	padding-top: calc(24 / 1440 * 100%);
	width: 100%;
	z-index: 1;
	pointer-events: none;
}

.hulu-area .hulu-title {
	background-image: url(/orebana/images/spinoff/ttl_hulu.png);
	width: 508px;
	padding-top: 156px;
}

.hulu-logo {
	max-width: 140px;
	margin: 0 auto 30px;
}
.hulu-logo span {
	display: block;
	background: url(/orebana/images/spinoff/hulu-logo.png) no-repeat;
	background-size: contain;
	background-position: center;
	padding-top: calc(321 / 140 * 100%);
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
}

.hulu-img {
	max-width: 840px;
	margin: 0 auto 30px;
	padding: 0 20px;
}
.hulu-img span {
	display: block;
	background: url(/orebana/images/spinoff/img-hulu.jpg) no-repeat;
	background-size: contain;
	background-position: center;
	padding-top: calc(533 / 800 * 100%);
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
}
/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 600px) {
	.hulu-area .hulu-body {
		padding-bottom: 40px;
	}
	.hulu-area {
		padding-top: 30px;
	}
	.hulu-area .hulu-title {
		max-width: 254px;
		margin-bottom: 10px;
		padding-top: 78px;
	}
	.hulu-logo {
		max-width: 70px;
		margin-bottom: 30px;
	}
	.hulu-img {
		margin-bottom: 20px;
	}
	.hulu-btn p {
		font-size: 2.2rem;
	}
	.hulu-btn {
		max-width: 275px;
	}
	.hulu-btn a {
		padding-top: calc(42 / 275 * 100%);
	}
}


/* intro
========================================== */
.intro-area {
	padding: 0 20px;
}
.intro-area .intro-inner {
	margin-top: 80px;
	padding: 80px 50px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	background-color: #FFF;
}
.intro-area .d-box-title {
	background-image: url(/orebana/images/spinoff/ttl_intro.png);
	width: 486px;
}
.intro-inner .d-box {
	word-break: break-all;
	border-bottom: 5px solid #EEBE15;
}
.intro-img-wrap {
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
}

.intro-img {
	margin: 40px auto 80px;
	padding-top: calc(646 / 880 * 100%);
	background-image: url(/orebana/images/spinoff/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-inner .d-box {
		border-bottom: 3px solid #EEBE15;
	}
	.intro-area .intro-inner {
		margin-top: 40px;
		padding: 40px 20px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}
	.intro-img {
		margin: 20px auto 40px;
		padding-top: calc(637 / 295 * 100%);
		background-image: url(/orebana/images/spinoff/intro-text_sp.png);
	}
}

/* story
========================================== */
.story-area {
	padding: 0 20px;
}
.story-area .d-box {
	border-bottom: 5px solid #EEBE15;
}
.story-area .d-box-body {
	position: relative;
}
.story-area .d-box-title {
	background-image: url(/orebana/images/spinoff/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-inner {
	padding: 0 50px 80px;
	background-color: #FFF;
}
@media only screen and (max-width: 600px) {
	.story-inner {
		padding: 0 20px 40px;
	}
	.story-area .d-box {
		border-bottom: 3px solid #EEBE15;
	}
}

/* story-box-body
------------------------------------------ */

/* story-article
------------------------------------------ */
.story-article {
	padding: 0 20px;
}

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

.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 p.center {
	text-align: center;
}
.story-article-contents .story-article-detail.col-twin {
	display: flex;
	gap: 20px;
}
.story-article-contents .story-article-detail:not(:first-of-type) {
	margin-top: 20px;
}
.story-article-contents .story-article-detail + .story-article-title {
	margin-top: 40px;
}
.story-article-contents figure {
	width: 100%;
	max-width: 860px;
	height: 0;
	margin: 0 auto;
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: calc(574 / 860 * 100%);
}
.story-article-contents figure.twin {
	width: 50%;
	padding-top: calc(280 / 800 * 100%);
}
.story-article-title {
	color: #dcab00;
	font-size: 0;
	font-weight: bold;
	line-height: 1;
	background: url(/orebana/images/spinoff/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 .icon {
	max-width: 100px;
	margin: 30px auto 15px;
}
.story-article-title .icon .wine {
	display: block;
	background: url(/orebana/images/spinoff/deco/icon_wine.jpg) no-repeat;
	background-size: contain;
	padding-top: calc(113 / 100 * 100%);
}
.story-article-title .icon .sakuramochi {
	display: block;
	background: url(/orebana/images/spinoff/deco/icon_sakuramochi.jpg) no-repeat;
	background-size: contain;
	padding-top: calc(90 / 100 * 100%);
}

.story-article-title .title {
	color: #DC7816;
	font-size: 2.6rem;
	margin-bottom: 5px;
	text-align: center;
	font-weight: 700;
	line-height: 130%; /* 33.8px */
}
.story-article-title .subtitle {
	padding-bottom: 20px;
	color: #4B2500;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 130%; /* 41.6px */
}

@media only screen and (max-width: 600px) {
	.story-article-body {
		margin-top: 20px;
		padding: 0 0 40px;
		border-radius: 20px;
	}
	.story-article {
		padding: 0;
	}
	.story-article-contents p {
		font-size: 1.4rem;
		line-height: 1.7;
		letter-spacing: 1.68px;
	}
	.story-article-contents .story-article-detail:not(:first-of-type) {
		margin-top: 10px;
	}
	.story-article-contents .story-article-detail.col-twin {
		flex-direction: column;
		gap: 10px;
	}
	.story-article-contents figure {
		padding-top: calc(197 / 295 * 100%);
	}
	.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/spinoff/bg/border-orange_sp.png) center bottom transparent;
		background-size: 132px auto;
		background-repeat: repeat-x;
		margin-top: 20px;
		padding: 0;
	}
	.story-article-contents .story-article-detail + .story-article-title {
		margin: 20px auto;
	}
	.story-article-title .icon {
		margin: 20px auto 10px;
		max-width: 70px;
	}
	.story-article-title .icon .sakuramochi {
		margin-top: 30px;
	}
	.story-article-title .title {
		font-size: 1.6rem;

	}
	.story-article-title .subtitle {
		font-size: 2.2rem;
		padding-bottom: 15px;
	}
	

}

/* caststaff
========================================== */

.caststaff-area {
	padding: 0 20px;
}
.caststaff-area .d-box-title {
	background-image: url(/orebana/images/spinoff/ttl_caststaff.png);
	width: 456px;
	margin-bottom: 40px;
}
.caststaff-inner {
	padding: 0;
}
.caststaff-area .d-box {
	background: #FFF;
	padding: 0 20px 50px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.caststaff-area .d-box-body {
	background-color: #FCFBF3;
	padding: 40px 20px;
	border-radius: 30px;
	max-width: 840px;
	margin: 0 auto;
}
.cast-box,
.staff-box {
	width: 100%;
	color: #4b2500;
	position: relative;
}
.cast-box-title {
	width: 156px;
	height: 0;
	padding-top: 56px;
	margin: 0 auto 30px;
	background-image: url(/orebana/images/caststaff/cast-sub-title.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
.cast-box-list {
	border-bottom: 3px solid #fff;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.cast-item {
	color: #4b2500;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 130%;
	text-align: center;
}
.cast-item + .cast-item {
	margin-top: 10px;
}
.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: 700;
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 10px;
}
.staff-item:not(:last-of-type) {
	margin-bottom: 12px;
}
.staff-position {
	width: 50%;
	color: #dc7816;
	text-align: right;
	line-height: 100%;
}
.staff-person {
	width: 50%;
}
.staff-person span {
	font-size: 1.6rem;
	line-height: 150%;
}

/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 700px) {
	.caststaff-area .d-box {
		padding: 0 20px 20px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	.caststaff-area .d-box-body {
		padding: 20px 15px;
		border-radius: 20px;
	}
	.caststaff-inner::before {
		padding-top: calc(9 / 375 * 100%);
	}
	.caststaff-area .d-box-title {
		margin-bottom: 20px;
	}
	.cast-box-list {
		padding-bottom: 30px;
    margin-bottom: 30px;
	}
	.cast-box-title,
	.staff-box-title
	 {
		padding-top: 26px;
	}
	.cast-item {
		font-size: 1.8rem;
		line-height: 130%; /* 23.4px */
	}
	.staff-item {
		flex-wrap: wrap;
		gap: 5px;
	}
	.cast-item:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.staff-item:not(:last-of-type) {
		margin-bottom: 15px;
	}
	.staff-position {
		font-size: 1.3rem;
		width: 100%;
		text-align: center;
		line-height: 100%;
	}
	.staff-point {
		display: none;
	}
	.staff-person {
		font-size: 1.8rem;
		width: 100%;
		text-align: center;
	}
	.staff-person span {
		font-size: 1.3rem;
	}
}


/* pr
========================================== */
.pr-area { 
	margin: 0 auto;
	padding: 60px 0;
	background-image: url(/orebana/images/spinoff/bg/bg_green.jpg);
	background-size: 5px auto;
	background-repeat: repeat;
}
/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 600px) {
	.pr-area {
		padding: 30px 0;
	}
}