@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=block');

* {
	margin:0;
	padding:0;
	text-shadow:none;
	letter-spacing:-0.01px;
	font-weight:normal;
	line-height:1.6;
	-webkit-text-size-adjust:100%;
	font-size:12px;
	font-family:"Roboto","Noto Sans JP","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"CI",Meiryo,"メイリオ","lroSVbN","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#232323;
    outline : none;
	font-feature-settings: "palt";
	text-align:left;
	vertical-align: baseline;
}

html {
	position:relative;
}

body {
	position:relative;
	background:url(../img/bg.jpg) center center #000000;
	background-size:100% auto;
	background-attachment: fixed;
}

body.lock {
	overflow:hidden;
}

a {
	outline:0;
	border:0;
	color:#0099ff;
	text-decoration:underline;
}

a img {
	transition:1.0s;
}

a img:hover {
	opacity:0.5;
}

img {
	vertical-align:top;
	border:0;
    outline : none;
}

ul,ol {
	list-style:none;
}

/* コンテント */

.content {
	width:1000px;
	margin:0 auto;
}

/* ヘッダー */

#first {
	position:relative;
}

#first .head {
	background:url(../img/bg_head.jpg) no-repeat top center;
	height:218px;
}

#first .head:before {
	background:url(../img/bg_head_pc.png) no-repeat top center;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
}

#first .head .content {
	position:relative;
}

#first .head_in {
	position: absolute;
	top: 0;
	left: 0;
}

#first h1 {
	margin:0 auto;
}

#first h1 img {
	width:100%;
}

#first .lead {
	background:url(../img/bg_lead_pc.jpg) no-repeat top center;
}

#first p {
	margin:40px 0 0 0;
	font-size:24px;
	text-align:center;
	font-weight:700;
	color:#ffffff;
	background:#f08200;
	border-radius:15px;
	padding:20px;
}

#first p span {
	font-size:18px;
	font-weight:700;
	color:#ffffff;
}

#first p span.large {
	font-size:30px;
	color:#fcf304;
	display:block;
	text-align:center;
}

/* toForm */

.toForm {
	text-align:center;
	margin:30px 0 50px 0;
}

.toForm a {
}

.toForm .toform_h {
	font-size:24px;
	text-align:center;
	margin:0 0 5px 0;
	font-weight:700;
	color:#ffffff;
}

.toForm .toform_s {
	font-size:16px;
	text-align:center;
	font-weight:500;
	margin:0 0 20px 0;
	color:#ffffff;
}

.toForm .toform_p {
	font-size:30px;
	text-align:center;
	margin:20px 0 0 0;
	font-weight:700;
	color:#ffffff;
}

.toForm .toform_p span {
	font-size:48px;
	font-weight:700;
	opacity:1;
	color:#ffffff;
}

.toForm a.die {
	opacity:0.25;
	pointer-events:none;
}

.toForm a img {
	margin:0 auto;
}

/* 見出し */

h3 {
	text-align:center;
}

/* ラージフォーマット */

#largemovie {
	padding:40px 0 60px 0;
	background:url(../img/bg_in.jpg) center center;
	background-size:cover;
}

#largemovie h3 img {
	margin:0 auto;
}

#largemovie .largemovie_box {
	width:720px;
	margin:10px auto 0 auto;
}

#largemovie p {
	text-align:center;
}

#largemovie p img {
	margin:0 auto;
}

#largemovie .largemovie_logoset {
	margin:20px 0 0 0;
}

#largemovie .largemovie_logoset_in {
	text-align:center;
}

#largemovie .largemovie_logoset_item {
	display:inline-block;
	background:#333333;
	margin:0 5px 10px 5px;
}

#largemovie .largemovie_format {
	font-size:24px;
	text-align:center;
	margin:20px 0 0 0;
	font-weight:700;
	color:#ffffff;
}

#largemovie .largemovie_format span {
	font-size:18px;
	font-weight:700;
	color:#ffffff;
}

#largemovie .largemovie_filmedimax {
	position:relative;
	padding:30px 30px;
	margin:40px 0 0 0;
}

#largemovie .largemovie_filmedimax:before,
#largemovie .largemovie_filmedimax:after {
	content: '';
	position: absolute;
	left: 0;
	right:0;
	background: #E0F90F;
	background: linear-gradient(90deg, rgba(224, 249, 15, 1) 0%, rgba(245, 137, 11, 1) 50%, rgba(34, 163, 125, 1) 100%);
	height:2px;
}

#largemovie .largemovie_filmedimax:before {
	top: 0;
}

#largemovie .largemovie_filmedimax:after {
	bottom:0;
}

#largemovie .largemovie_filmedimax_logo {
	text-align:center;
}

#largemovie .largemovie_filmedimax_text {
	font-size:12px;
	color:#ffffff;
	margin:20px 0 0 0;
}

#largemovie .largemovie_filmedimax_text a {
	font-size:12px;
	color:#e0f90f;
	text-decoration:none;
}

#largemovie .largemovie_filmedimax_copyright {
	font-size:10px;
	color:#999999;
	text-align:center;
	margin:10px 0 0 0;
}

#largemovie .largemovie_aside {
	font-size:14px;
	color:#ffffff;
	text-align:center;
	margin:15px 0 0 0;
}

/* present */

#present {
	padding:40px 0 60px 0;
	background: #E0F90F;
	background: linear-gradient(90deg, rgba(224, 249, 15, 1) 0%, rgba(245, 137, 11, 1) 50%, rgba(34, 163, 125, 1) 100%);
}

#present h3 {
}

#present h4 {
	text-align:center;
	padding:50px 0 15px 0;
}

#present .present_copyright {
	font-size:10px;
	color:#232323;
	text-align:center;
	margin:5px 0 0 0;
}

#present .present_text {
	font-size:16px;
	color:#232323;
	font-weight:500;
	text-align:center;
	margin:30px 0 0 0;
}

#present .present_item {
	overflow:hidden;
	clear:both;
	margin:20px 0 0 0;
}

#present .present_item_in {
	float:left;
	width:calc( 50% - 5px );
	background:#ffffff;
	margin:0 0 10px 0;
	text-align:center;
}

#present .present_item_in img {
	height:363px;
}

#present .present_item_in.right {
	float:right;
}

#present .present_item_in.center {
	float:none;
	clear:both;
	margin:0 auto;
}

#present .present_item_in.big {
	width:100%;
}

/* step */

#step {
	padding:40px 0 60px 0;
}

#step h4 {
	text-align:center;
}

#step h4 img {
}

#step .step_item {
	margin:0 0 40px 0;
}

#step .step_item_in {
	margin:40px 0 0 0;
}

#step .step_item_in .text_normal {
	font-size:20px;
	text-align:center;
	margin:10px auto 0 auto;
	font-weight:700;
	color:#ffffff;
}

#step .step_item_in .text {
	padding:15px 0 0 0;
}

#step .step_item_in .text p {
	font-size:30px;
	font-weight:700;
	text-align:center;
	color:#ffffff;
}

#step .step_item_in .text p span {
	font-size:18px;
	font-weight:700;
	color:#ffffff;
}

#step .step_item_in .text_list {
}

#step .step_item_in .text_list ul {
	margin:30px 30px 0 30px;
}

#step .step_item_in .text_list li {
	padding-left:14px;
	font-size:14px;
	position:relative;
	color:#ffffff;
}

#step .step_item_in .text_list li:before {
	display: inline;
	position: absolute;
	top:3px;
	left:0;
	content: "■";
	font-size:10px;
	color:#a0c364;
}

#step .step_item_in .text_list li span {
	font-size:14px;
}

#step .step_item_in .text_list li a {
	font-size:14px;
	color:#e0f90f;
	text-decoration:none;
}

/* 応募する */

.oubo {
	padding:60px 0 0 0;
	text-align:center;
}

.oubo_link,
.oubo_link a {
	display:inline-block;
}

/* ボタン */

.support {
	padding:20px 0 20px 0;
	overflow:hidden;
	clear:both;
	text-align:center;
}

.link {
	padding:40px 0 0 0;
	overflow:hidden;
	clear:both;
	text-align:center;
}

.support .support_in,
.link .link_in {
	width:400px;
	margin:0 auto;
	display:inline-block;
	margin:0 10px;
}

.support .support_in {
	background: #E0F90F;
	background: linear-gradient(90deg, rgba(224, 249, 15, 1) 0%, rgba(245, 137, 11, 1) 50%, rgba(34, 163, 125, 1) 100%);
	padding:1px;
}

.support .support_in a {
	display:block;
	line-height:65px;
	height:65px;
	text-align:center;
	color:#ffffff;
	font-size:20px;
	font-weight:500;
	text-decoration: none;
	background:#121212;
	position: relative;
}

.link .link_in {
	background: #121212;
}

.link .link_in a {
	display:block;
	line-height:65px;
	height:65px;
	text-align:center;
	color:#121212;
	font-size:24px;
	font-weight:700;
	text-decoration: none;
	position: relative;
	background: #E0F90F;
	background: linear-gradient(90deg, rgba(224, 249, 15, 1) 0%, rgba(245, 137, 11, 1) 50%, rgba(34, 163, 125, 1) 100%);
}

.support .support_in a .dli-plus::before,
.link .link_in a .dli-plus::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	transform: rotate(90deg);
}

/* 対象期間 */

.ticket_end_out {
	text-align:center;
}

.ticket_end {
	text-align:center;
	color:#f5d043;
	font-size:30px;
	font-weight:800;
	margin:20px 0 0 0;
	padding:0 30px;
}

.ticket_end span {
	color:#f5d043;
	font-size:48px;
	font-weight:700;
}

.ticket_end span.small {
	font-size:14px;
	font-weight:500;
	display:inline-block;
	margin:0 0 0 5px;
}

/* 応募締切 */

.campaign_end {
	text-align:center;
	color:#ffffff;
	font-size:24px;
	font-weight:700;
	margin:0 0 20px 0;
}

.campaign_end span {
	color:#ffffff;
	font-size:36px;
	font-weight:700;
}

/* ポップアップ */

.kiyaku_box {
	display:none;
}

.kiyaku_box_in {
	position:fixed;
	background:rgba(0,0,0,0.85);
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:10010 !important;
}

.kiyaku_text {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:url(../img/bg.jpg) center center #000000;
	background-size:100% auto;
	background-attachment: fixed;
	overflow:hidden;
	z-index:10011 !important;
}

.kiyaku_text_in_out {
	overflow-y:scroll;
	scrollbar-width:10px;
	margin:auto;
	height:100%;
}

.kiyaku_text_in {
	position:relative;
	padding:50px 50px;
	z-index:10012 !important;
	margin:auto;
}

.kiyaku_text_in_out::-webkit-scrollbar {
	width:10px;
}

.kiyaku_text_in_out::-webkit-scrollbar-track {
	background:#ffffff;
}

.kiyaku_text_in_out::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow:0 0 0 1px rgba(255, 255, 255, 0.5);
}

.kiyaku_text_in_out::-webkit-scrollbar-corner {
	display: none;
}

.kiyaku_close {
	display:block;
	position:fixed;
	top:20px;
	right:20px;
	width:60px;
	height:60px;
	transition:0.35s;
	cursor: pointer;
	z-index:10013 !important;
}

.kiyaku_close:hover {
	opacity:0.5;
}

.kiyaku_close::before,
.kiyaku_close::after {
	content: "";
	position: absolute;
	top:50%;
	left:50%;
	width:2px;
	height:60px;
	background:#ffffff;
}
 
.kiyaku_close::before {
	transform: translate(-50%,-50%) rotate(45deg);
}
 
.kiyaku_close::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

/* ポップアップ - インナー */

.kiyaku_box {
	padding:90px 0 20px 0;
	position:relative;
}

/* ポップアップ - 見出し */

.kiyaku_box h2 {
	text-align:center;
	margin:0 0 20px 0;
	color:#ffffff;
	font-size:30px;
	font-weight:800;
}

/* ポップアップ - 規約 */

.kiyaku_box .kiyaku {
}

.kiyaku_box .kiyaku h3 {
	font-size:18px;
	color:#ffffff;
	font-weight:700;
	margin:0 0 5px 0;
	text-align:left;
}

.kiyaku_box .kiyaku ul {
	margin:5px auto 20px auto;
}

.kiyaku_box .kiyaku li {
	color:#ffffff;
	padding-left:14px;
	font-size:14px;
	position:relative;
}

.kiyaku_box .kiyaku li:before {
	display: inline;
	position: absolute;
	top:3px;
	left:0;
	content: "●";
	font-size:10px;
	color:#a0c364;
}

.kiyaku_box .kiyaku li a {
	font-size:14px;
	color:#e0f90f;
	text-decoration:none;
}

/* ポップアップ - 共通（注意事項） */

.kiyaku_box .kiyaku_list ul {
	margin:10px auto 20px auto;
}

.kiyaku_box .kiyaku_list li {
	list-style-type: none;
	padding:0 0 0 16px;
	font-size:14px;
	font-weight:500;
	color:#ffffff;
	position:relative;
}

.kiyaku_box .kiyaku_list li a {
	font-size:14px;
	color:#e0f90f;
	text-decoration:none;
}

.kiyaku_box .kiyaku_list li:before {
	display: inline;
	content: "※";
	position: absolute;
	top:0;
	left:0;
}

.kiyaku_box .kiyaku_list.kome li:before {
	content: "■";
	font-size:10px;
	display: inline-block;
	margin:3px 0 0 0;
}

.kiyaku_box .kiyaku_list li b {
	font-size:14px;
	color:#ffffff;
	font-weight:600;
}

/* フッター */

#main_fot {
	padding:30px 0 50px 0;
	background:url(../img/bg_in.jpg) center center;
	background-size:cover;
}

#main_fot img {
}

#main_fot .footer_logo {
	text-align:center;
}

#main_fot .official_in {
	text-align:center;
}

#copyright {
	padding:40px 0 0 0;
}

#copyright .content {
	text-align:center;
	font-size:16px;
	color:#ffffff;
}

#copyright .kome {
	font-size:10px;
	margin:5px 0 0 0;
	text-align:center;
	color:#ffffff;
}

/* 予告 */

.ytMovie_box {
	position:relative;
	padding-bottom:56.5%;
	height:0;
	overflow:hidden;
}

.ytMovie_box iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* スマホ */

.only_pc {
	display:block;
}

.only_sp {
	display:none;
}

/* メッセージ */

.msg {
	color:#ffffff;
	text-align:center;
	margin:0 0 30px 0;
	font-size:36px;
	font-weight:900;
}

.msg span {
	font-size:48px;
	font-weight:900;
	color:#ffffff;
}

/* シーンカット */

.ph_box {
	overflow:hidden;
	position:relative;
	z-index:10;
}

.ph_box * {
	height:300px !important;
}

.ph_box img {
	width:auto !important;
}

@media screen and (max-width:640px) {

	.only_pc {
		display:none;
	}

	.only_sp {
		display:block;
	}

	body {
		min-width:320px;
	}

	/* コンテント */

	.content {
		width:auto;
	}

	/* ヘッダー */
	
	#first {
	}

	#first .head {
		background-size:cover;
		height:auto;
		padding:3px 0 0 0;
	}

	#first .head:before {
		background:none;
		position:static;
	}

	#first .head_in {
		position:static;
	}

	#first .head_in img {
		width:100%;
	}

	#first .lead {
		background:none;
	}

	#first .lead img {
		width:100%;
	}

	#first h1 {
		width:auto;
	}

	#first h1 img {
		width:100%;
	}

	#first p {
		margin:25px 6.5% 0 6.5%;
		font-size:16px;
		text-align:left;
	}

	#first p span {
		font-size:12px;
	}

	#first p span.large {
		font-size:18px;
		display:block;
		text-align:left;
	}

	/* 見出し */

	h3 {
		text-align:center;
	}

	h3 img {
		height:55px;
	}

	/* ラージフォーマット */

	#largemovie {
		padding:15px 0 40px 0;
		background-size:auto 150%;
	}

	#largemovie h3 {
		margin:0 5%;
	}

	#largemovie h3 img {
		width:100%;
		height:auto;
	}

	#largemovie .largemovie_box {
		width:auto;
		margin:0 5%;
	}

	#largemovie p {
	    margin:10px 0 0 0;
	}
	
	#largemovie p img {
		width:100%;
	}

	#largemovie .largemovie_logoset {
		margin:10px 4% 0 4%;
	}

	#largemovie .largemovie_logoset_item {
		margin:0 3px 6px 3px;
	}

	#largemovie .largemovie_logoset_item {
		padding:2px;
		width:calc( 30% - 4px );
	}

	#largemovie .largemovie_logoset_item img {
		width:100%;
	}

	#largemovie .largemovie_format {
		font-size:14px;
		margin:20px 5% 0 5%;
	}

	#largemovie .largemovie_format span {
		font-size:12px;
	}

	#largemovie .largemovie_filmedimax {
		padding:20px 10px;
		margin:30px 5% 0 5%;
	}

	#largemovie .largemovie_filmedimax:before,
	#largemovie .largemovie_filmedimax:after {
		height:2px;
	}

	#largemovie .largemovie_filmedimax_logo img {
		width:60%;
	}

	#largemovie .largemovie_filmedimax_text {
		font-size:12px;
		margin:15px 0 0 0;
	}

	#largemovie .largemovie_filmedimax_text a {
		font-size:12px;
	}

	#largemovie .largemovie_filmedimax_copyright {
	    font-size:1.8vw;
	}

	#largemovie .largemovie_aside {
		font-size:12px;
		margin:15px 5% 0 5%;
	}

	/* present */

	#present {
		padding:25px 5% 30px 5%;
	}

	#present h4 {
		padding:20px 0 5px 0;
	}

	#present h4 img {
		width:75%;
	}

	#present .present_item_in {
		margin:0 0 10px 0;
	}

	#present .present_item_in img {
		width:100%;
		height:auto;
	}

	#present .present_text {
		font-size:10px;
	}

	#present .present_copyright {
		font-size:1.7vw;
		margin:5px 0 0 0;
	}

	/* step */

	#step {
		padding:25px 5% 30px 5%;
	}

	#step h4 img {
		height:35px;
	}

	#step .step_item {
		margin:15px 0 0 0;
		padding:0 0 30px 0;
	}

	#step .step_item_in {
	    margin:30px 0 0 0;
	}

	#step .step_item_in .text_normal {
		font-size:14px;
		text-align:left;
	}

	#step .step_item_in .text {
		padding:10px 0 0 0;
	}

	#step .step_item_in .text p {
		font-size:20px;
	}

	#step .step_item_in .text p span {
		font-size:12px;
	}

	#step .step_item_in .text_list ul {
		margin:15px 3.5% 0 3.5%;
	}

	#step .step_item_in .text_list li {
		padding-left:15px;
		font-size:10px;
	}

	#step .step_item_in .text_list li span {
		font-size:10px;
	}

	#step .step_item_in .text_list li a {
		font-size:10px;
	}

	#step .step_item_in .text_list li:before {
		top:0;
	}

	/* 対象期間 */

	.ticket_end_out {
	}

	.ticket_end {
		font-size:16px;
		margin:20px 5% 0 5%;
		display:block;
		line-height:1.3;
	}

	.ticket_end span {
		font-size:30px;
		line-height:1.3;
	}

	.ticket_end span.small {
		font-size:12px;
		display:block;
		margin:7px 0 0 0;
		line-height:1;
		text-align:center;
	}

	/* 応募する */

	.oubo {
		padding:40px 5% 0 5%;
	}

	.oubo_link,
	.oubo_link a {
		display:inline-block;
	}

	.oubo_link img {
		width:100%;
	}

	/* 応募締切 */

	.campaign_end {
	    margin:10px 0 0 0;
		font-size:14px;
	}

	.campaign_end span {
		font-size:24px;
	}

	/* soon */

	.soon {
		font-size:30px;
		margin:40px 0 0 0;
	}

	/* toForm */

	.toForm {
		margin:0 0 50px 0;
	}

	.toForm a img {
		width:100%;
	}

	.toForm .toform_h {
		font-size:16px;
	}

	.toForm .toform_s {
		font-size:10px;
	}

	.toForm .toform_p {
		font-size:18px;
		margin:20px 0 0 0;
	}

	.toForm .toform_p span {
		font-size:30px;
	}

	/* ポップアップ */

	.kiyaku_text_in {
		padding:100px 20px 30px 20px;
	}

	.kiyaku_close {
		position:fixed;
		top:20px;
		right:20px;
		width:45px;
		height:45px;
	}

	.kiyaku_close:hover {
		opacity:1;
	}

	/* ポップアップ - インナー */

	.kiyaku_box {
		padding:130px 0 20px 0;
	}

	/* ポップアップ - 見出し */

	.kiyaku_box h2 {
		font-size:18px;
		margin:0 0 15px 0;
	}

	/* ポップアップ - 規約 */

	.kiyaku_box .kiyaku h3 {
		font-size:14px;
	}

	.kiyaku_box .kiyaku li {
		padding-left:14px;
		font-size:12px;
	}

	.kiyaku_box .kiyaku li:before {
		display: inline;
		position: absolute;
		top:1px;
		left:0;
		content: "●";
		font-size:10px;
	}

	.kiyaku_box .kiyaku li a {
		font-size:12px;
	}

	/* ポップアップ - 共通（注意事項） */

	.kiyaku_box .kiyaku_list ul {
		margin:0 auto;
	}

	.kiyaku_box .kiyaku_list li {
		padding:0 0 0 14px;
		font-size:12px;
	}

	.kiyaku_box .kiyaku_list li a {
		font-size:12px;
	}

	.kiyaku_box .kiyaku_list.kome li:before {
		content: "■";
		font-size:10px;
		display: inline-block;
		margin:2px 0 0 0;
	}

	.kiyaku_box .kiyaku_list li b {
		font-size:12px;
	}

	/* コピーライト */

	#copyright {
		padding:20px 0 20px 0;
	}

	#copyright .content {
		font-size:14px;
	}

	#copyright .kome {
		font-size:10px;
	}

	/* ボタン */

	.support {
		padding:30px 5% 0 5%;
	}

	.link {
		padding:25px 5% 0 5%;
	}

	.support .support_in, .link .link_in {
	    width:280px;
	    margin:0;
	}

	.support .support_in {
	    margin:0 0 15px 0;
	}

	.support .support_in a {
		line-height:45px;
		height:45px;
		font-size:12px;
	}

	.link .link_in a {
		line-height:50px;
		height:50px;
		font-size:16px;
	}

	.support .support_in a .dli-plus,
	.link .link_in a .dli-plus {
		top:22px;
		right:15px;
		margin:0 0 0 15px;
		width:0.5em;
		height: 0.05em;
	}

	/* シーンカット */

	.ph_box * {
		height:150px !important;
	}

	/* メッセージ */

	.msg {
		font-size:16px;
	    margin: 0 0 20px 0;
	}

	.msg span {
		font-size:36px;
	}

	/* フッター */

	#main_fot {
		padding:30px 7% 40px 7%;
	}

	#main_fot .footer_logo img {
		width:100%;
	}

	#main_fot .official {
		margin:10px 0 0 0;
	}

	#main_fot .official_in img {
		width:60%;
	}

	#copyright {
		padding:40px 0 0 0;
	}

	#copyright .content {
		font-size:12px;
	}

	#copyright .kome {
		font-size:1.5vw;
	}

}


.social-share {
    width: 100%;
}

.social-share .section-content {
    width: 90%;
    margin: 0 auto
}

@media only screen and (min-width: 1024px) {
    .social-share .section-content {
        width:-webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
        overflow: hidden;
        max-width: 1000px;
        text-align: center
    }
}

.social-share h2 {
    width: 37.2%;
    max-width: 186px;
    padding-top: 13.7%;
    margin: 0 auto;
    display: block
}

@media only screen and (min-width: 1024px) {
    .social-share h2 {
        width:186px;
        padding-top: 69px;
        margin: 0 auto 80px;
        overflow: hidden
    }
}

.social-share h3 {
    margin: 60px auto 20px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 6px;
    font-weight: 400;
    padding-bottom: 8px;
    font-weight: 700
}

@media only screen and (min-width: 1024px) {
    .social-share h3 {
        margin:0 auto 40px;
        font-size: 16px
    }
}

.social-share h3::after,.social-share h3::before {
    content: '−';
    color: #9f9f9f
}

.social-share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 1024px) {
    .social-share ul {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.social-share li {
    width: 95%;
    margin: 1%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (min-width: 1024px) {
    .social-share li {
        width:48%
    }
}

.social-share li.tate {
    width: 95%;
    margin: 1%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (min-width: 1024px) {
    .social-share li.tate {
        margin:6%;
        width: 35%
    }
}

.social-share p {
    text-align: center;
    margin: 30px auto 20px;
    font-size: 14px
}

.social-share p.note {
    font-size: 12px;
    text-align: center;
    margin: 30px auto 20px;
    color: #e60155
}

@media only screen and (min-width: 1024px) {
    .social-share p.note {
        font-size:12px
    }
}

.social-share img {
    width: 60%;
    padding: 3px
}

.social-share .text-content p {
    text-align: justify;
    text-justify: inter-ideograph
}

.social-share .text-content .keisen {
    letter-spacing: -3.5px
}

.social-share .tagline {
    width: 90.5%;
    padding-top: 22.4%;
    margin: 9% auto 0;
    height: 0;
    text-indent: -9999px;
    background-size: 100% auto;
    overflow: hidden;
    display: block
}

@media only screen and (min-width: 1024px) {
    .social-share .tagline {
        width:763px;
        padding-top: 160px;
        margin: 0 auto 88px
    }
}

.social-share .share-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5%
}

@media only screen and (min-width: 1024px) {
    .social-share .share-content {
        text-align:center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 15px 15px;
        margin-top: 0
    }
}

.social-share dl {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    background: #474747;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 30px;
    justify-content: space-around
}

.social-share dd {
    border-left: 1px solid #5c5c5c;
    padding-left: 5px;
    margin-left: 5px
}

.social-share dt {
    width: 80%
}

.social-share .share-box {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
    font-size: 12px
}

@media only screen and (min-width: 1024px) {
    .social-share .share-box {
        max-width:280px
    }
}

.social-share .share-box input {
    width: 100%
}

.social-share .tweet-share a {
    text-decoration: none;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: #171717;
    border: 1px solid #212121;
    height: auto;
    border-radius: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.social-share .poster-twitter-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (min-width: 1280px) {
    .social-share .poster-twitter-box {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.social-share .poseter-left,.social-share .twitter-right {
    margin: 0 auto;
    width: 100%
}

.social-share .sns-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-align: center;
    margin: 60px auto 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 1280px) {
    .social-share .sns-share {
        max-width:400px;
        margin: 60px auto 0;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }
}

.social-share .sns-share2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    list-style: none;
    padding: 0;
    margin: 60px auto 0
}

.social-share .sns-share2 li {
    width: 100px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social-share .sns-share2 iframe {
    display: block;
    width: 91px;
    height: 20px
}

.social-share .sns-share2 .twitter-share-button {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}