@charset "utf-8";

/*
	/tv/dramatrip/css/style.css
	-----------------------------------
	v1.0
	Last Updated: 2025-06-12
	Copyright: CBC TELEVISION CO.,LTD. All rights Reserved.
	-----------------------------------
	[Updated]
	v1.0		2025-06-12
	-----------------------------------

リセットCSS
基本設定
bg-wrap
ヘッダー
フッター
メイン
コンテンツ
├topics-box
├trip-box
├list-box
├

youtube設定
locipo設定
googlemap
マージンの設定
カラー設定
注釈リスト
動き data-delighter


*/

/* ***********************************************************

		リセットCSS

*********************************************************** */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type="number"]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}


/*Gナビの虫眼鏡のレイアウト崩れ対応用*/
svg{vertical-align:baseline}

/* ***********************************************************

		基本設定

*********************************************************** */
html {
	/*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;*/
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
	font-size: 62.5%;
}
body {
	/*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;*/
	/*font-family: 'Noto Sans JP', sans-serif;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}
@media only screen and (max-width: 640px) {
}
@media print, screen and (min-width: 641px) {
	body {
		min-width: 1280px;
	}
}

.header,
.main,
.footer {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}


.noto-sans-jp-500 {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}


.noto-serif-jp-500 {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}


.oswald-500 {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}



/*フォントの滲みの修正＠EdgeとFirefox*/
/*
.dramatrip p,
.dramatrip figcaption,
.dramatrip li {
	transform: rotate(0.05deg);
}
.dramatrip .pageup {
	transform: none;
}
*/



/*デフォルトリンクカラー*/
a, a:link {
	color: #0000DE;
}
a:visited {
	color: #941D55;
}
a:active,
a:hover {
	color: #CC0000;
}
a:focus {
	color: #CC0000;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* FireFox リンク選択時の点線を消す */
a:link,
a:visited,
a:active,
a:hover {
	overflow: hidden;
	outline: none;
}


/*画像の横幅*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	/*image-rendering: -webkit-optimize-contrast;*/
}
.img-max {
	width: 100%;
	height: auto;
	vertical-align: middle;
	/*image-rendering: -webkit-optimize-contrast;*/

}
@media only screen and (max-width: 640px) {
	.img-max-sp {
		width: 100%;
		height: auto;
		vertical-align: middle;
		/*image-rendering: -webkit-optimize-contrast;*/
	}
}

@media print, screen and (min-width: 641px) {
	.img-max-pc {
		width: 100%;
		height: auto;
		vertical-align: middle;
		/*image-rendering: -webkit-optimize-contrast;*/
	}
}

figure {
	padding: 0;
	margin: 0;
}

sup {
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
	top: -0.5em
}


/* -----------------------------------------------------

	非表示設定

----------------------------------------------------- */
@media only screen and (max-width: 640px) {
	.hide-sp {
		display: none !important;
	}
	#global-nav:nth-of-type(1) {
		display: none;
	}
}

@media print, screen and (min-width: 641px) {
	.hide-pc {
		display: none !important;
	}
}
.hide-text {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}


/* ***********************************************************

	bg-wrap

*********************************************************** */
.dramatrip .bg-wrap {
}
@media only screen and (max-width: 640px) {
	.dramatrip .bg-wrap {
	}
}
@media print, screen and (min-width: 641px) {
	.dramatrip .bg-wrap {
	}
}




/* ***********************************************************

	ヘッダー

*********************************************************** */
@media only screen and (max-width: 640px) {
	.dramatrip .header {
		background: url(../images/header_sp.jpg) no-repeat center 0;
		background-size: 100% auto;
		height: calc(786 / 750 * 100vw);
	}
	.dramatrip .header-inner {
		height: calc(786 / 750 * 100vw);
		position: relative;
	}
	.dramatrip .header h1 {
		width: calc(630 / 750 * 100vw);
		margin: 0 auto calc(30 / 750 * 100vw);
		padding: calc(144 / 750 * 100vw) 0 0;
	}
	.dramatrip .header-time {
		width: calc(230 / 750 * 100vw);
		position: absolute;
		top: calc(425 / 750 * 100vw);
		left: calc(29 / 750 * 100vw);
	}
	.dramatrip .header-catch {
		color: #fff;
		font-size: calc(32 / 750 * 100vw);
		line-height: 1.875;
		margin: 0 0 0 calc(270 / 750 * 100vw);
	}
	.dramatrip .header ul li {
		width: calc(82 / 750 * 100vw);
		height: calc(83 / 750 * 100vw);
		position: absolute;
		top: calc(29 / 750 * 100vw);
	}
	.dramatrip .header ul li.sns-x {
		right: calc(452 / 750 * 100vw);
	}
	.dramatrip .header ul li.sns-instagram {
		right: calc(330 / 750 * 100vw);
	}
	.dramatrip .header ul li.sns-tiktok {
		right: calc(208 / 750 * 100vw);
	}
}
@media print, screen and (min-width: 641px) {
	.dramatrip .header {
		background: #a28be3 url(../images/header_pc.jpg) no-repeat center 0;
		height: 644px;
	}
	.dramatrip .header-inner {
		width: 1280px;
		height: 644px;
		margin: 0 auto;
		position: relative;
	}
	.dramatrip .header h1 {
		text-align: center;
		margin: 0 0 42px;
		padding: 37px 0 0;
	}
	.dramatrip .header-time {
		position: absolute;
		top: 301px;
		left: 102px;
	}
	.dramatrip .header-catch {
		color: #fff;
		font-size: 3.2rem;
		line-height: 60px;
		margin: 0 0 0 360px;
	}
	.dramatrip .header ul li {
		width: 55px;
		height: 55px;
		position: absolute;
		top: 22px;
	}
	.dramatrip .header ul li.sns-x {
		right: 184px;
	}
	.dramatrip .header ul li.sns-instagram {
		right: 107px;
	}
	.dramatrip .header ul li.sns-tiktok {
		right: 31px;
	}
	.dramatrip .header ul li a {
		transition: 0.3s ease-in-out;
	}
	.dramatrip .header ul li a:hover {
		opacity: 0.7;
	}

}


/*
.dramatrip .header h1 {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}
*/


/* ***********************************************************

	フッター

*********************************************************** */
/*フッター枠*/
.dramatrip .footer {
	background: #cfc2ec;
}

@media only screen and (max-width: 640px) {
	.dramatrip .footer {
		padding: 0;
	}
	.dramatrip .footer-inner {
		padding: 50px 15px 80px;
	}
	.dramatrip .footer-inner p {
		line-height:1.5;
		margin: 0;
	}
}
@media print, screen and (min-width: 641px) {
	.dramatrip .footer {
		margin: auto;
	}
	.dramatrip .footer-inner {
		width: 1280px;
		margin:auto;
		padding: 60px 0;
	}
	.dramatrip .footer-inner p {
		line-height:1.5;
		text-align: center;
		margin: 0;
	}
}
.dramatrip .footer-inner p {
	color: #000;
	font-size: 1.4rem;
	font-weight: 500;
}
.dramatrip .footer-inner p a,
.dramatrip .footer-inner p a:link,
.dramatrip .footer-inner p a:visited {
	color: #000;
	text-decoration: none;
}
.dramatrip .footer-inner p a:active,
.dramatrip .footer-inner p a:hover {
	color: #000;
	text-decoration: underline;
}
.dramatrip .footer-inner p a:focus {
	color: #000;
}

/*ページアップ*/

.dramatrip .pageup {
	margin: 0;
}
.dramatrip .pageup a {
	display: block;
	background: url('../images/pageup.png') no-repeat 0 0 ;
	-moz-background-size:100% auto;
	background-size:100% auto;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	text-decoration: none;
	position: fixed;
}
@media only screen and (max-width: 640px) {
	.dramatrip .pageup a {
		width: calc(116 / 750 * 100vw);
		height: calc(116 / 750 * 100vw);
		right: 12px;
		bottom: 10px;
	}
}
@media print, screen and (min-width: 641px) {
	.dramatrip .pageup a {
		width: 90px;
		height: 90px;
		right: 20px;
		bottom: 30px;
		transition: 0.3s ease-in-out;
	}
	.dramatrip .pageup a:hover {
		opacity: 0.7;
	}
}


/* ***********************************************************

	メイン

*********************************************************** */
.dramatrip .main {

}
@media only screen and (max-width: 640px) {
	.dramatrip .main {
	}
}
@media print, screen and (min-width: 641px) {
	.dramatrip .main {
	}
}









/* ***********************************************************

	コンテンツ

*********************************************************** */


.dramatrip .content {
}
/*content*/
@media only screen and (max-width: 640px) {
	.dramatrip .content {
		max-width: 100vw;
		overflow: hidden;
	}
}
@media print, screen and (min-width: 641px) {
	.dramatrip .content {
	}
}



/*topics-box*/
.dramatrip .topics-box {
	background: #a28bdc;
}
@media only screen and (max-width: 640px) {
	.dramatrip .topics-box-inner {
		padding: calc(27 / 750 * 100vw) 0  calc(103 / 750 * 100vw);
	}
	.dramatrip .topics-box-inner h2 {
		width: calc(186 / 750 * 100vw);
		margin: 0 auto calc(30 / 750 * 100vw);
	}
	.dramatrip .topics-list {
		background: #fff;
		width: calc(690 / 750 * 100vw);
		margin: auto;
		padding: calc(42 / 750 * 100vw) 0 calc(66 / 750 * 100vw);
		border-radius: 7px;
		box-shadow: 0px 3px 0px 0px rgba(115,110,190,0.6);
	}
	.dramatrip .topics-list div {
		width: calc(630 / 750 * 100vw);
		margin: auto;
		padding: calc(21 / 750 * 100vw) 0;
		border-bottom: 2px dotted #b1a4dc;
	}
	.dramatrip .topics-list div dt {
		color: #6f359e;
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 0 calc(21 / 750 * 100vw);
		box-sizing: border-box;
	}
	.dramatrip .topics-list div dd {
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 0 calc(21 / 750 * 100vw);
		word-break: break-word;
	}
	/*
	.dramatrip .topics-box .tver {
		display: flex;
		width: calc(630 / 750 * 100vw);
		margin: calc(86 / 750 * 100vw) auto 0;
		box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	}
	.dramatrip .topics-box .tver a {
		display: flex;
	}
	.dramatrip .topics-box .tver-logo {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
		width: calc(240 / 750 * 100vw);
		min-height: calc(100 / 750 * 100vw);
	}
	.dramatrip .topics-box .tver-logo figure {
		width: calc(128 / 750 * 100vw);
	}
	.dramatrip .topics-box .tver-text {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #0095ce;
		color: #fff;
		font-size: 1.6rem;
		line-height: 1.5;
		width: calc(390 / 750 * 100vw);
		padding: 5px 1em;
		min-height: calc(100 / 750 * 100vw);
	}
	*/
}
@media print, screen and (min-width: 641px) {
	.dramatrip .topics-box-inner {
		width: 1280px;
		margin: auto;
		padding: 9px 0 90px;
	}
	.dramatrip .topics-box-inner h2 {
		text-align: center;
		margin: 0 auto 30px;
	}
	.dramatrip .topics-list {
		background: #fff;
		width: 1220px;
		margin: auto;
		padding: 30px 0 50px;
		border-radius: 13px;
		box-shadow: 0px 6px 0px 0px rgba(115,110,190,0.6);
	}
	.dramatrip .topics-list div {
		display: flex;
		width: 1100px;
		margin: auto;
		padding: 18px 0;
		border-bottom: 2px dotted #b1a4dc;
	}
	.dramatrip .topics-list div dt {
		color: #6f359e;
		font-size: 1.8rem;
		width: 142px;
		padding: 0 0 0 18px;
		box-sizing: border-box;
	}
	.dramatrip .topics-list div dd {
		flex: 1;
		font-size: 1.6rem;
		line-height: 1.5;
		word-break: break-word;
	}
	/*
	.dramatrip .topics-box .tver {
		display: flex;
		width: 630px;
		margin: 70px auto 0;
		box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	}
	.dramatrip .topics-box .tver a {
		display: flex;
	}
	.dramatrip .topics-box .tver-logo {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
		width: 240px;
		min-height: 100px;
	}
	.dramatrip .topics-box .tver-text {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #0095ce;
		color: #fff;
		font-size: 3.2rem;
		line-height: 1.5;
		width: 390px;
		padding: 10px 1em;
		min-height: 100px;
	}
		*/
}





/*trip-box*/
@media only screen and (max-width: 640px) {
	.dramatrip .trip-box {
		background: linear-gradient(180deg, rgba(184, 175, 223, 1) 1%, rgba(207, 194, 236, 1) 50%, rgba(221, 221, 224, 1) 100%);
	}
	.dramatrip .trip-box-inner {
		background:url(../images/trip-box-bg_sp.png) no-repeat center top;
		background-size: 100% auto;
		padding: calc(102 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
	}
	.dramatrip .trip-box-inner2 {
		background-color: #fff;
		background-image:
			url(../images/trip-box-inner2-bottom_sp.png),
			url(../images/trip-box-inner2-top_sp.png);
		background-repeat: no-repeat, no-repeat;
		background-position: center bottom, center top;
		background-size: 100% auto, 100% auto;
		width: calc(690 / 750 * 100vw);
		margin: calc(48 / 750 * 100vw) auto 0;
		padding: calc(60 / 750 * 100vw) 0 calc(170 / 750 * 100vw);
		border-radius: 10px;
		box-shadow: 0px 3px 0px 0px rgba(115,110,190,0.6);
	}
	.dramatrip .trip-box-inner2:first-of-type {
		margin-top: 0;
	}




	.dramatrip .trip-box-wrap {
	}
	.dramatrip .trip-box-wrap-l {
	}
	.dramatrip .trip-box-wrap-l h2.trip-date {
		display: flex;
		align-items: center;
		justify-content: center;
		background: url(../images/stamp.png) no-repeat 0 0;
		background-size: 100% auto;
		color: #fff;
		font-size: 2.4rem;
		width: calc(269 / 750 * 100vw);
		height: calc(240 / 750 * 100vw);
		margin: 0 auto calc(48 / 750 * 100vw);
	}
	.dramatrip .trip-box-wrap-l h2.trip-date span {
		position: relative;
		top: -1px;
	}
	.dramatrip .trip-box-wrap-r {
		width: calc(630 / 750 * 100vw);
		margin: auto;
	}
	.dramatrip .trip-photo {
		margin: 0 0 calc(48 / 750 * 100vw);
	}
	.dramatrip .trip-box-wrap2 {
	}
	.dramatrip .trip-box-wrap2 .youtube-box {
	}
	.dramatrip .trip-link {
		margin: calc(50 / 750 * 100vw) 0 0;
	}
	.dramatrip .trip-link li {
	}
	.dramatrip .trip-link li a {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #6f359e;
		color: #fff;
		font-size: 1.6rem;
		font-weight: bold;
		width: calc(630 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		border-radius: 8px;
		position: relative;
	}
	.dramatrip .trip-link li a::after {
		content: '';
		background: url(../images/trip-link-bg.png) no-repeat 0 0;
		background-size: 100% auto;
		width: 16px;
		height: 8px;
		position: absolute;
		right: 45px;
		bottom: calc(50% - 4px);
	}


	.dramatrip .trip-box .tver {
		display: flex;
		width: calc(630 / 750 * 100vw);
		margin: calc(86 / 750 * 100vw) auto 0;
		box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	}
	.dramatrip .trip-box .tver a {
		display: flex;
	}
	.dramatrip .trip-box .tver-logo {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
		width: calc(240 / 750 * 100vw);
		min-height: calc(100 / 750 * 100vw);
	}
	.dramatrip .trip-box .tver-logo figure {
		width: calc(128 / 750 * 100vw);
	}
	.dramatrip .trip-box .tver-text {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #0095ce;
		color: #fff;
		font-size: 1.6rem;
		line-height: 1.5;
		width: calc(390 / 750 * 100vw);
		padding: 5px 1em;
		min-height: calc(100 / 750 * 100vw);
	}

}
@media print, screen and (min-width: 641px) {
	.dramatrip .trip-box {
		background: linear-gradient(180deg, rgba(192, 181, 228, 1) 1%, rgba(207, 194, 236, 1) 50%, rgba(221, 221, 224, 1) 100%);
	}
	.dramatrip .trip-box-inner {
		background:url(../images/trip-box-bg_pc.png) no-repeat center top;
		padding: 116px 0;
	}
	.dramatrip .trip-box-inner2 {
		background: #fff url(../images/trip-box-inner2_pc.png) no-repeat center bottom;
		width: 1220px;
		margin: 50px auto 0;
		padding: 49px 0 75px;
		border-radius: 13px;
		box-shadow: 0px 6px 0px 0px rgba(115,110,190,0.6);
	}
	.dramatrip .trip-box-inner2:first-of-type {
		margin-top: 0;
	}
	.dramatrip .trip-box-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.dramatrip .trip-box-wrap-l {
		width: 330px;
	}
	.dramatrip .trip-box-wrap-l h2.trip-date {
		display: flex;
		align-items: center;
		justify-content: center;
		background: url(../images/stamp.png) no-repeat 0 0;
		color: #fff;
		font-size: 4.8rem;
		width: 269px;
		height: 240px;
		margin: 143px 0 0 49px;
	}
	.dramatrip .trip-box-wrap-l h2.trip-date span {
		position: relative;
		top: -2px;
	}
	.dramatrip .trip-box-wrap-r {
		width: 840px;
	}
	.dramatrip .trip-photo {
		margin: 0 0 50px;
	}
	.dramatrip .trip-box-wrap2 {
		display: flex;
		justify-content: space-between;
	}
	.dramatrip .trip-box-wrap2 .youtube-box {
		width: 640px;
	}
	.dramatrip .trip-link {
		display: flex;
	}
	.dramatrip .trip-link li {
		display: flex;
	}
	.dramatrip .trip-link li a {
		display: flex;
		align-items: center;
		background: #6f359e;
		color: #fff;
		font-size: 2.8rem;
		font-weight: bold;
		writing-mode: vertical-rl;
		text-orientation: upright;
		width: 110px;
		padding: 40px 0 0 0;
		border-radius: 10px;
		position: relative;
	}
	.dramatrip .trip-link li a::after {
		content: '';
		background: url(../images/trip-link-bg.png) no-repeat 0 0;
		width: 33px;
		height: 17px;
		position: absolute;
		left: 41px;
		bottom: 42px;
	}
	.dramatrip .trip-link a:hover {
		opacity: 0.7;
	}


	.dramatrip .trip-box .tver {
		display: flex;
		width: 640px;
		margin: 50px 0 0;
		box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	}
	.dramatrip .trip-box .tver a {
		display: flex;
	}
	.dramatrip .trip-box .tver-logo {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
		width: 240px;
		min-height: 100px;
	}
	.dramatrip .trip-box .tver-text {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #0095ce;
		color: #fff;
		font-size: 3.2rem;
		line-height: 1.5;
		width: 400px;
		padding: 10px 1em;
		min-height: 100px;
	}

}



/*list-box*/
@media only screen and (max-width: 640px) {
	.dramatrip .list-box {
		background: #a28bdc url(../images/list-box-bg_sp.png) no-repeat center top;
		background-size: 100% auto;
	}
	.dramatrip .list-box-inner {
		padding: calc(86 / 750 * 100vw) 0 calc(62 / 750 * 100vw);
		text-align: center;
	}
	.dramatrip .list-box h2 {
		text-align: center;
		width: calc(133 / 750 * 100vw);
		margin: 0 auto calc(24 / 750 * 100vw);
	}
	.dramatrip .list-box h3 {
		display: inline-block;
		color: #fff;
		font-size: 1.6rem;
		line-height: 1.5;
		margin: 0 auto calc(42 / 750 * 100vw);
		padding: 8px 0;
		border-top: 2px dotted #fff;
		border-bottom: 2px dotted #fff;
	}
	.dramatrip .list-box-wrap {
		display: flex;
		flex-wrap: wrap;
		width: calc(690 / 750 * 100vw);
		margin: auto;
	}
	.dramatrip .list-box-item {
		background: #e6dbff url(../images/list-item01_sp.png) no-repeat 0 0;
		background-size: 100% auto;
		width: calc(330 / 750 * 100vw);
		margin: 0 0 calc(43 / 750 * 100vw) calc(30 / 750 * 100vw);
		padding: calc(69 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
		border-radius: 0 0 6px 6px;
		box-shadow: 0px 3px 0px 0px rgba(115,110,190,0.6);
	}
	.dramatrip .list-box-item:nth-of-type(2n+1) {
		margin-left: 0;
	}
	.dramatrip .list-box-item:nth-of-type(5n+1) {
		background: #e6dbff url(../images/list-item01_sp.png) no-repeat 0 0;
		background-size: 100% auto;
	}
	.dramatrip .list-box-item:nth-of-type(5n+2) {
		background: #e6dbff url(../images/list-item02_sp.png) no-repeat 0 0;
		background-size: 100% auto;
	}
	.dramatrip .list-box-item:nth-of-type(5n+3) {
		background: #e6dbff url(../images/list-item03_sp.png) no-repeat 0 0;
		background-size: 100% auto;
	}
	.dramatrip .list-box-item:nth-of-type(5n+4) {
		background: #e6dbff url(../images/list-item04_sp.png) no-repeat 0 0;
		background-size: 100% auto;
	}
	.dramatrip .list-box-item:nth-of-type(5n+5) {
		background: #e6dbff url(../images/list-item05_sp.png) no-repeat 0 0;
		background-size: 100% auto;
	}
	.dramatrip .list-date {
		font-size: 1.4rem;
		line-height: 1.5;
		text-align: center;
		margin: 0 0 8px;
	}
	.dramatrip .list-box-item figure {
		width: calc(270 / 750 * 100vw);
		margin: 0 auto calc(20 / 750 * 100vw);
	}
	.dramatrip .list-box-item ul li a {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #9C80FF;
		background: linear-gradient(90deg, rgba(156, 128, 255, 1) 0%, rgba(97, 194, 232, 1) 100%);
		color: #fff;
		font-size: 1.2rem;
		width: calc(276 / 750 * 100vw);
		height: 28px;
		margin: auto;
		border-radius: 14px;
		position: relative;
		box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	}
	.dramatrip .list-box-item ul li a::after {
		content: '';
		background: url(../images/list-box-icon.png) no-repeat 0 0;
		background-size: 100% auto;
		width: 4px;
		height: 5px;
		position: absolute;
		top: calc(50% - 2px);
		right: calc(24 / 750 * 100vw);
	}
}
@media print, screen and (min-width: 641px) {
	.dramatrip .list-box {
		background: #a28bdc url(../images/list-box-bg_pc.png) no-repeat center top;
	}
	.dramatrip .list-box-inner {
		width: 1220px;
		margin: auto;
		padding: 68px 0 100px;
	}
	.dramatrip .list-box h2 {
		text-align: center;
		margin: 0 0 16px;
	}
	.dramatrip .list-box h3 {
		color: #fff;
		font-size: 2.4rem;
		line-height: 1.5;
		text-align: center;
		width: 284px;
		margin: 0 auto 64px;
		padding: 8px 0;
		border-top: 3px dotted #fff;
		border-bottom: 3px dotted #fff;
	}
	.dramatrip .list-box-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.dramatrip .list-box-item {
		background: #e6dbff url(../images/list-item01_pc.png) no-repeat 0 0;
		width: 360px;
		margin: 0 0 70px 70px;
		padding: 86px 0 34px;
		border-radius: 0 0 13px 13px;
		box-shadow: 0px 6px 0px 0px rgba(115,110,190,0.6);
	}
	.dramatrip .list-box-item:nth-of-type(3n+1) {
		margin-left: 0;
	}
	.dramatrip .list-box-item:nth-of-type(5n+1) {
		background: #e6dbff url(../images/list-item01_pc.png) no-repeat 0 0;
	}
	.dramatrip .list-box-item:nth-of-type(5n+2) {
		background: #e6dbff url(../images/list-item02_pc.png) no-repeat 0 0;
	}
	.dramatrip .list-box-item:nth-of-type(5n+3) {
		background: #e6dbff url(../images/list-item03_pc.png) no-repeat 0 0;
	}
	.dramatrip .list-box-item:nth-of-type(5n+4) {
		background: #e6dbff url(../images/list-item04_pc.png) no-repeat 0 0;
	}
	.dramatrip .list-box-item:nth-of-type(5n+5) {
		background: #e6dbff url(../images/list-item05_pc.png) no-repeat 0 0;
	}
	.dramatrip .list-date {
		font-size: 2.4rem;
		line-height: 1.5;
		text-align: center;
		margin: 0 0 16px;
	}
	.dramatrip .list-box-item figure {
		width: 300px;
		margin: 0 auto 20px;
	}
	.dramatrip .list-box-item ul li a {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #9C80FF;
		background: linear-gradient(90deg, rgba(156, 128, 255, 1) 0%, rgba(97, 194, 232, 1) 100%);
		color: #fff;
		font-size: 1.8rem;
		width: 300px;
		height: 58px;
		margin: auto;
		border-radius: 29px;
		box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
		position: relative;
	}
	.dramatrip .list-box-item ul li a::after {
		content: '';
		background: url(../images/list-box-icon.png) no-repeat 0 0;
		width: 9px;
		height: 10px;
		position: absolute;
		top: calc(50% - 5px);
		right: 26px;
	}
	.dramatrip .list-box-item ul li a:hover {
		opacity: 0.8;
	}

}








/*xxx*/
@media only screen and (max-width: 640px) {
	.dramatrip .xxx {
	}
}
@media print, screen and (min-width: 641px) {
	.dramatrip .xxx {
	}
}

/* ***********************************************************

		youtube設定

*********************************************************** */

.dramatrip .youtube-box .youtube {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.dramatrip .youtube-box .youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}


/* ***********************************************************

		locipo設定

*********************************************************** */

/*
.dramatrip .locipo-box .locipo {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.dramatrip .locipo-box .locipo iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
*/


/* ***********************************************************

		googlemap

*********************************************************** */
/*
.ggmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/



/* ***********************************************************

		マージンの設定

*********************************************************** */
/*
.dramatrip .last {
	margin-bottom: 40px;
}
	*/

/* ***********************************************************

		カラー設定

*********************************************************** */




/*
.dramatrip .cl-blue {
	color: #4ebbff;
}




.dramatrip .cl-red {
	color: #e50012;
}


.dramatrip .cl-yellow-green {
	color: #1aff2d;
}
.dramatrip .cl-yellow {
	color: #fffc01;
}
.dramatrip .cl-magenta {
	color: #ff06f9;
}
.dramatrip .cl-cyan {
	color: #00e1ff;
}
.dramatrip .cl-pink {
	color: #dc557e;
}
.dramatrip .cl-green {
	color: #03a08c;
}
.dramatrip .cl-orange {
	color: #f68b00;
}
.dramatrip .cl-light-blue {
	color: #008bda;
}
.dramatrip .cl-purple {
	color: #865cdc;
}
*/




/*マーカー*/
/*
.maker-black {
	background:linear-gradient(#000 0%, #000 100%);
}
.maker-black2 {
	display: inline-block;
	background:linear-gradient(#000 0%, #000 100%);
	margin: 4px 0;
	padding: 0 10px;
}

@media print, screen and (min-width: 641px) {
	.maker-black2-l {
		padding-right: 0;
	}
	.maker-black2-r {
		padding-left: 0;
	}
}

/*
.maker-orange {
	background:linear-gradient(transparent 70%, #ffbb00 70%);
}
.maker-red {
	background:linear-gradient(transparent 70%, #fc8c8c 70%);
}
.maker-yellow {
	background:linear-gradient(transparent 70%, #ffff00 70%);
}

.maker-dark-red {
	background:linear-gradient(#e83401 0%, #e83401 100%);
}
*/


/* ***********************************************************

		注釈リスト

*********************************************************** */
/*
/*注釈リスト*/
/*
.list-annotation {
	position: relative;
	margin: 0 0 1em;
	padding: 0;
}

.list-annotation li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em;
	transform: rotate(0.05deg);
}
.list-annotation li span {
	position: absolute;
	left: 0;
	margin: 0
}
@media only screen and (max-width: 640px) {
	.list-annotation li {
		font-size: 4.266666666666667vw;
		line-height: 1.5;
	}
}
@media print, screen and (min-width: 641px) {
	.list-annotation li {
		font-size: 1.6rem;
		line-height: 1.5;
	}
}
*/


/* ***********************************************************

		動き data-delighter

*********************************************************** */
/*右から左へ*/
/*
.dl-left.delighter {
	transform: translate(30px);
	opacity: 0;
	transition: all .75s ease-out;
}
.dl-left.delighter.started {
	transform: none;
	opacity: 1;
}
*/

/*下から上へ*/
/*
.dl-up.delighter {
	transform: translatey(100px);
	opacity: 0;
	transition: all .75s ease-out;
}
.dl-up.delighter.started {
	transform: none;
	opacity: 1;
}
*/

/*オーバーラップ*/
/*
.dl-or.delighter {
	opacity: 0;
	transition: all .75s ease-in;
}
.dl-or.delighter.started {
	transform: none;
	opacity: 1;
}
	*/

/*リスト*/
/*
.dl-list50.delighter li {
	opacity: 0;
	transform: translatey(50px);
	transition: all .7s ease-out;
}
.dl-list50.delighter.started li {
	opacity: 1;
	transform: none;
}
.dl-list50.delighter.started li:nth-child(1) {
	transition: all .7s ease-out .1s;
}
.dl-list50.delighter.started li:nth-child(2) {
	transition: all .7s ease-out .2s;
}
.dl-list50.delighter.started li:nth-child(3) {
	transition: all .7s ease-out .3s;
}
.dl-list50.delighter.started li:nth-child(4) {
	transition: all .7s ease-out .4s;
}
.dl-list50.delighter.started li:nth-child(5) {
	transition: all .7s ease-out .5s;
}
.dl-list50.delighter.started li:nth-child(6) {
	transition: all .7s ease-out .6s;
}
.dl-list50.delighter.started li:nth-child(7) {
	transition: all .7s ease-out .7s;
}
.dl-list50.delighter.started li:nth-child(8) {
	transition: all .7s ease-out .8s;
}
.dl-list50.delighter.started li:nth-child(9) {
	transition: all .7s ease-out .9s;
}
.dl-list50.delighter.started li:nth-child(10) {
	transition: all .7s ease-out 1.0s;
}
*/
