@charset "shift_jis";

/* ======================================================
 * /common-files/css/gecard/base/base09.css
====================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

body{
	font-family: 'Noto Serif JP', 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	overflow-x: hidden;
}
/* layout
------------------------------------------------------ */
a:visited,
a:link{
	color: #fff;
}
p,ul,ol,div {
	color: #000;
}
#pageContainer {
		background-color: #ff006e;
	}
@media screen and (min-width: 751px) {
	/* override
	------------------------------------------------------ */
	body{
		min-width: 1260px;
		font-size: 1.6rem;
		overflow-x: hidden;
	}
	/* header
	------------------------------------------------------ */
	#header {
		width: 100%;
		height: 60px;
		margin: 0 auto;
		padding: 0;
		background-color: #000;
		border-bottom: solid 1px #0b0e50;
	}
	#headerLogo {
		width: 1260px;
		margin: 0 auto;
		padding: 9px 31px 4px;
	}
	#header #headerLogo img {
		height: 41px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		width: 1260px;
		padding: 0 30px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 50px;
		margin-top: 0;
		padding: 0;
		border: none;
		background-color: #000;
		text-align: center;
	}
	#copyright {
		font-size: 1.4rem;
		color: #fff;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		position: relative;
		left: 50%;
		width: 1920px;
		transform: translateX(-50%);
		text-align: center;
	}
	#mainContents .mainVisual-underArea {
		position: relative;
		width: 1920px;
		background-color: #000;
		left: 50%;
		transform: translateX(-50%);
	}
	#mainContents .mainVisual-underArea .mainVisual-underAreaInner {
		width: 1260px;
		padding: 10px 30px 73px;
		margin: 0 auto;
	}
	/* news
------------------------------------------------------ */
.newsBox {
	position: relative;
	margin-top: 32px;
}
.newsBox .newsBoxHeading {
	display: flex;
	-webkit-clip-path: polygon(0 0, calc(10rem * -1) 0, 0 100%, 0% 100%);
						clip-path: polygon(0 0, calc(10rem * -1) 0, 0 100%, 0% 100%);
	position: relative;
	z-index: 2;
}
	.newsBox .newsBoxHeading.is-show {
		animation: clip-intro 0.6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
	}
.newsBox .newsBoxHeading img {
	width: 112px;
	position: relative;
	z-index: 1;
}
.newsBox .newsBoxInner {
	position: relative;
	width: 100%;
	height: 130px;
	margin-top: -15px;
	overflow-y: hidden;
	padding: 20px 15px 20px 30px;
	background: #fff;
}
.newsBox .content {
	overflow: auto;
	position: relative;
	padding: 0px;
	height: 85px;
}
.newsBox .contentbox {
	padding: 10px 0 0;
	font-size: 1.6rem;
	line-height: 1.6;
}
.newsBox .contentbox li {
	display: table;
	margin-bottom: 10px;
}
.newsBox .contentbox li .date {
	display: table-cell;
	padding-right: 10px;
	width: 130px;
}
.newsBox .contentbox li .txt {
	display: table-cell;
}
.newsBox .mCSB_container {
	padding-right: 0px !important;
}
.newsBox .mCSB_inside > .mCSB_container{
	margin-right: 20px;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin: 15px 0 10px;
}
.newsBox .mCS-my-theme.mCSB_scrollTools{
	width: 18px;
	background-color: inherit;
	padding: 4px 3px;
	opacity: 1;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
	width: 15px;
	background-color: #ff006e;
	border-radius: 0;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
	width: 15px;
	margin: 3px 0;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 3px;
	right: 0;
	border-radius: 0;
	background-color: #fff;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
	width: 16px;
	height:18px;
	opacity: 1;
}
 .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
	width: 0;
	height: 0;
	border-bottom: 9px solid #ff006e;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	top: 2px;
	left: 0;
	display: block;
	content: "";
}
.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{ 
	width: 0;
	height: 0;
	border-top: 9px solid #ff006e;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
}
	/* flow
	------------------------------------------------------ */
	.flow--wrap {
		margin-top: -43px;
		position: relative;
	}
	.flow > li {
		float: left;
		width: 290px;
		min-height: 290px;
		margin-right: 13px;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: contain;
		text-align: center;
	}
	.flow > li:last-child {margin-right: 0;}
	.flow > li.list01 {background-image: url("/gecard/bleach/img-files/pc_index_flow01.webp");}
	.flow > li.list02 {background-image: url("/gecard/bleach/img-files/pc_index_flow02.webp");}
	.flow > li.list03 {background-image: url("/gecard/bleach/img-files/pc_index_flow03.webp");}
	.flow > li.list04 {background-image: url("/gecard/bleach/img-files/pc_index_flow04.webp");}
	.flow > li a {color: inherit;}
	.flow > li .num {
		display: block;
		text-indent: -9999px;
		width: 100%;
		height: 42px;
	}
	.flow .flowDesc dd {
		padding-top: 185px;
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
		color: #fff;
	}
	.flow .flowDesc dd a {
		color: #fff;
	}
	.bleach-scratchBg {
		position: relative;
		background: url("/gecard/bleach/img-files/pc_index_bg03.webp") no-repeat center / cover,
			url("/gecard/bleach/img-files/pc_index_bg04.webp") no-repeat bottom 0 right 0;
		width: 1920px;
		left: 50%;
		transform: translate(-50%);
	}
	.bleach-scratchBg .bleach-scratchBgInner {
		width: 1260px;
		padding: 1px 30px 150px;
		margin: 0 auto;
	}
	.bleach-scratchBg02 {
		position: relative;
		background: url("/gecard/bleach/img-files/pc_index_bg05.webp") no-repeat center / cover;
		width: 1920px;
		left: 50%;
		transform: translate(-50%);
		padding-bottom: 38px;
	}
	.bleach-scratchBg02 .bleach-scratchBg02Inner {
		width: 1260px;
		padding: 0 30px;
		margin: 0 auto;
	}
	.bleach-character {
		position: relative;
		background: url("/gecard/bleach/img-files/pc_index_bg06.webp") no-repeat bottom left;
		width: 1920px;
		left: 50%;
		transform: translate(-50%);
	}
	.bleach-character .bleach-characterInner {
		width: 1260px;
		padding: 0 30px;
		margin: 0 auto;
	}
	/* module
	------------------------------------------------------ */
	/* section */
	.bleach-section >:first-child {
		margin-top: 0 !important;
	}
	.bleach-section + .bleach-section {
		margin-top: 50px;
	}
	/* textImage */
	.bleach-textImage01 {
		width: 557px;
		margin: 20px auto 0;
	}
	/* heading */
	.bleach-heading02 {
		position: relative;
		width: 1920px;
		margin-top: 91px;
		background-color: #000;
		left: 50%;
		transform: translateX(-50%);
	}
	.bleach-heading02 .bleach-heading02Inner {
		width: 1260px;
		padding: 30px 30px 31px;
		margin: 0 auto;
		transform: translateY(-67px);
	}
	.bleach-heading02.type02 .bleach-heading02Inner {
		transform: translateY(-64px);
		padding: 30px 30px 40px;
	}
	.bleach-heading02.type03 .bleach-heading02Inner {
		transform: translateY(-67px);
	}
	.bleach-heading02 .bleach-heading02Title {
		-webkit-clip-path: polygon(0 0, calc(10rem * -1) 0, 0 100%, 0% 100%);
						clip-path: polygon(0 0, calc(10rem * -1) 0, 0 100%, 0% 100%);
	}
	.bleach-heading02-02 .bleach-heading02Title {
		-webkit-clip-path: polygon(0 0, calc(10rem * -1) 0, 0 100%, 0% 100%);
						clip-path: polygon(0 0, calc(10rem * -1) 0, 0 100%, 0% 100%);
	}
	.bleach-heading02-02 {
		position: relative;
		margin-top: 135px;
		margin-bottom: 55px;
		text-align: center;
	}
	.bleach-heading02-02.type-new {
		margin-top: 75px;
	}
	.bleach-heading02-02::after {
		position: absolute;
		content: "";
		width: 59px;
		height: 1px;
		bottom: -18px;
		left: 50%;
		margin-left: -29.5px;
		background-color: #131314;
	}
	/* text */
	.bleach-lead {
		margin-bottom: 10px;
		font-size: 3.5rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.bleach-text01 { 
		margin-top: 20px;
		font-size: 1.6rem;
		color: #fff;
	}
	.bleach-text02 { 
		margin-top: 28px;
		font-size: 1.6rem;
	}
	/* image */
	.bleach-image {
		margin-top: 35px;
		text-align: center;
	}
	.bleach-voiImage {
		margin-top: 20px;
		text-align: center;
	}
	/* list */
	.bleach-noteList {
		margin-top: 20px;
	}
	.bleach-noteList.voiContent {
		text-align: center;
		width: fit-content;
		margin: 20px auto 0;
	}
	.bleach-noteList[data-align="center"],
	.bleach-noteList[data-align-pc="center"] {
		text-align: center;
	}
	.bleach-noteList > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.bleach-noteList[data-mark="static"] > li,
	.bleach-noteList[data-mark-pc="static"] > li {
		padding-left: 0;
	}
	.bleach-noteList[data-align="center"] > li,
	.bleach-noteList[data-align-pc="center"] > li {
		display: inline-block;
	}
	.bleach-noteList > li + li {
		margin-top: 5px;
	}
	.bleach-noteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.bleach-noteList[data-mark="static"] > li > .mark {
		position: static;
	}
	/* card */
	.bleach-cardWrap {
		width: 1920px;
		margin-top: -72px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.bleach-cardWrap .bleach-cardWrapInner {
		width: 1200px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.bleach-card .bleach-cardInner{
		width: 580px;
		height: 650px;
		padding: 74px 40px 43px;
		background: url("/gecard/bleach/img-files/pc_index_bg01.webp") no-repeat;
		text-align: center;
	}
	.bleach-card.type03 {
		margin: 26px auto 0;
	}
	.bleach-card .bleach-cardTitle img {
		width: 240px;
	}
	.bleach-card.type02 .bleach-cardTitle img {
		width: 236px;
	}
	.bleach-card.type03 .bleach-cardTitle img {
		width: 375px;
	}
	.bleach-card .bleach-cardImage {
		margin: 60px 25px 0;
	}
	.bleach-card .bleach-cardText {
		margin-top: 50px;
		text-align: center;
		font-size: 2.6rem;
		color: #fff;
	}
	/* button */
	.applyBtn {
		margin-top: 55px;
		background-color: #fff;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.9);
	}
	.applyBtn > li a {
		transition: 0.3s all ease-out;
	}
	.applyBtn > li a:hover {
		opacity: 0.7;
	}
	.bleach-btnWrap {
		display: flex;
		justify-content: center;
		gap: 20px 50px;
		margin: -47px 0 123px;
		padding: 0 40px;
	}
	.bleach-btn {
		width: calc(50% - 25px);
		height: 84px;
	}
	.bleach-btn .bleach-btnInner {
		position: relative;
		background-color: #000;
		height: 84px;
	}
	.bleach-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 100%;
		padding: 5px 60px;
		font-size: 2.8rem;
		color: #000;
		font-weight: bold;
		text-decoration: none;
		overflow: hidden;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.9);
		transition: 0.3s all ease-out;
		background: url("/gecard/bleach/img-files/pc_index_bg02.webp") no-repeat;
	}
	.bleach-btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 6px;
		width: 62px;
		height: 52px;
		margin-top: -26px;
		background: url("/gecard/bleach/img-files/index_ic01.webp") no-repeat;
		}
	.bleach-btn a:hover {
		opacity: 0.7;
	}
	/* media */
	.bleach-media {
		display: flex;
		flex-flow: row wrap;
		margin-top: 30px;
	}
	.bleach-media .bleach-mediaHead {
		flex-shrink: 0;
		width: 44%;
	}
	.bleach-media .bleach-mediaBody {
		flex-shrink: 0;
		width: 56%;
	}
	.bleach-media .bleach-mediaText {
		font-size: 2rem;
		line-height: 1.6;
	}
	.bleach-media .bleach-mediaText02 {
		margin-top: 15px;
		font-size: 2.8rem;
		color: #000;
		font-weight: bold;
	}
	.bleach-media .bleach-mediaText03 {
		margin-top: 15px;
		font-size: 1.6rem;
	}
	.bleach-media .bleach-mediaImage {
		margin: 0 47px 0 0;
		text-align: center;
	}
	.bleach-media .bleach-mediaNoteList li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.bleach-media .bleach-mediaNoteList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.voiContent .bleach-mediaHead {
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}
	/* box */
	.bleach-box {
		position: relative;
		margin-top: 60px;
		background-color: #000;
	}
	.bleach-box + .bleach-box {
		margin-top: 70px;
	}
	.bleach-box .bleach-boxInner {
		padding: 35px 50px;
	}
	.bleach-box .bleach-boxInner >:first-child {
		margin-top: 0 !important;
	}
	.bleach-box .bleach-boxTitle {
		margin-top: 20px;
		margin-bottom: 25px;
		text-align: center;
		font-size: 2rem;
		color: #ff006e;
		font-weight: bold;
	}
	.bleach-box .bleach-boxText {
		margin-top: 20px;
		font-size: 1.6rem;
		color: #fff;
	}
	.bleach-box .bleach-boxText .txtLarge {
		font-size: 2rem;
		font-weight: bold;
	}
	.bleach-box .bleach-boxList {
		margin-top: 13px;color: #fff;
	}
	.bleach-box .bleach-boxList > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.bleach-box .bleach-boxList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.bleach-box .bleach-boxList > li > .bleach-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.bleach-box .bleach-boxList01 {
		color: #fff;
	}
	.bleach-box .bleach-boxList01 > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.bleach-box .bleach-boxList01 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.bleach-box .bleach-boxImage {
		margin-top: 10px;
		text-align: center;
	}
	.bleach-box .bleach-boxHr {
		width: calc(100% + 80px);
		height: 3px;
		margin: 30px 0 24px -40px;
		background-image: linear-gradient(to right, #ff006e, #ff006e 3px, transparent 3px, transparent 12px);
		background-size: 8px 3px;
	}
	.bleach-box .bleach-boxInquiry {
		text-align: center;
	}
	.bleach-box .bleach-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.bleach-box .bleach-boxInquiry .bleach-boxInquiryTxt {
		font-size: 1.6rem;
		color: #fff;
	}
	.bleach-box .bleach-boxInquiry .bleach-boxInquiryTel {
		font-size: 1.6rem;
		color: #fff;
	}
	/* other */
	.bleach-banner {
		margin-top: 53px;
		text-align: center;
	}
	.bleach-banner img {
		width: 581px;
	}
	.bleach-banner a:hover {
		opacity: 0.7;
	}
	#pageContainer .snsArea {
		margin: 46px auto 0;
	}
	/* animation
	------------------------------------------------------ */
	/*背景色が伸びて出現 共通*/
	.bleach-cardWrap .bleach-card{
		position: relative;
		opacity:0;
	}
	.bleach-cardWrap.is-show .bleach-card{
		animation-name:bgextendAnimeBase;
		animation-duration:1s;
		animation-fill-mode:forwards;
	}
	.bleach-cardWrap .bleach-card.type02 {
		animation-delay: 1s;
	}
	.bleach-cardWrap .bleach-card.type03 {
		animation-delay: 2s;
	}
	/*中の要素*/
	.bleach-cardWrap .bleach-card .bleach-cardInner{
		opacity: 0;
	}
	.bleach-cardWrap.is-show .bleach-card .bleach-cardInner{
		animation-name:bgextendAnimeSecond;
		animation-duration:1s;
		animation-delay: 0.6s;
		animation-fill-mode:forwards;
	}
	.bleach-cardWrap .bleach-card.type02 .bleach-cardInner{
		animation-delay: 1.6s;
	}
	.bleach-cardWrap .bleach-card.type03 .bleach-cardInner{
		animation-delay: 2.6s;
	}
	.bleach-cardWrap .bleach-card::before{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: #000;/*伸びる背景色の設定*/
	}
	.bleach-cardWrap.is-show .bleach-card::before{
		animation-name:bgLRextendAnime;
		animation-duration:1s;
		animation-fill-mode:forwards;
	}
	.bleach-cardWrap .bleach-card.type02::before{
		animation-delay: 1s;
	}
	.bleach-cardWrap .bleach-card.type03::before{
		animation-delay: 2s;
	}
}
@media screen and (max-width: 750px) {
	/* override
	------------------------------------------------------ */
	body{
		font-size: 1.3rem;
	}
	body .snsArea{
		width: 100%;
		margin-top: 30px;
		margin-bottom: 0;
	}
	#pageContainer {
		background-color: #ff006e;
	}
	/* header
	------------------------------------------------------ */
	#header {
		height: 38px;
		padding: 0;
		border-bottom: none;
		background-color: #000;
	}
	#headerLogo {
		padding: 4px 10px 6px;
	}
	#header #headerLogo img {
		width: 175px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		padding: 0 10px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		margin-top: 0;
		padding: 10px 0;
		border: none;
		background-color: #000;
		text-align: center;
	}
	#copyright {
		font-size: 1rem;
		color: #fff;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		text-align: center;
	}
	.mainVisual .mainVisualTitle img {
		width: 100vw;
	}
	#mainContents .mainVisual-underArea {
		background-color: #000;
		width: 100vw;
		position: relative;
		margin-left: -10px;
	}
	#mainContents .mainVisual-underArea .mainVisual-underAreaInner {
		padding: 0 10px 50px;
	}
	/* news
	------------------------------------------------------ */
	.newsBox {
		margin-top: 20px;
	}
	.newsBox .newsBoxHeading {
		display: flex;
		-webkit-clip-path: polygon(0 0, calc(10rem * -1) 0, 0 100%, 0% 100%);
							clip-path: polygon(0 0, calc(10rem * -1) 0, 0 100%, 0% 100%);
		position: relative;
		z-index: 2;
	}
	.newsBox .newsBoxHeading.is-show {
		animation: clip-intro 0.6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
	}
	.newsBox .newsBoxHeading img {
		width: 70px;
	}
	.newsBox .newsBoxInner{
		width: auto;
		height: 84px;
		margin-top: -9px;
		padding: 10px;
		background: #fff;
	}
	.newsBox .content {
		padding: 0px;
		height: 75px;
	}
	.newsBox .contentbox {
		padding: 10px 0;
		font-size: 10px;
		font-size: 1.0rem;
	}
	.newsBox .contentbox li {
		margin-bottom: 2px;
	}
	.newsBox .contentbox li .date {
		width: 80px;
		padding-left: 0;
		display: table-cell;
	}
	.newsBox .contentbox li .txt {
		display: table-cell;
		padding-right: 10px;
	}
	.newsBox .mCSB_inside > .mCSB_container{
		margin-right: 15px;
	}
	.mCSB_scrollTools a+.mCSB_draggerContainer{
		margin: 9px 0 14px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools{
		width: 12px;
		opacity: 1;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		border-radius: 0;
		background-color: #ff006e;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger{
		min-height: 9px !important;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
		width: 12px;
		margin: 3px 0;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
		width: 12px;
		height:11px;
		opacity: 1;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before,
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		content: "";
		position:absolute;
		left: 0;
		width: 0;
		height: 0;
		border-right-width: 6px;
		border-left-width: 6px;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		top: 0;
		border-bottom: 8px solid #ff006e;
		border-bottom-width: 8px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{
		bottom: 0;
		border-top: 8px solid #ff006e;
		border-top-width: 8px;
	}
	.newsBox .mCustomScrollBox{
		height: calc(100% - 15px);
	}
	
	/* flow
	------------------------------------------------------ */
	.flow--wrap {
		margin: max(-22px, -7vw) 0 0;
	}
	.flow > li {
		position: relative;
		width: 100%;
		padding-top: 0;
		text-align: center;
	}
	.flow > li:first-child {
		margin: 0;
	}
	.flow > li,
	.flow > li:nth-of-type(2),
	.flow > li:nth-of-type(3){margin: 21px 0 0;}
	.flow > li:first-child{margin: 0;}
	.flow > li + li:after {
		position: absolute;
		content: "";
		width: 21px;
		height: 13px;
		top: -15px;
		right: 50%;
		margin-right: -10px;
		background: url(/gecard/bleach/img-files/index_ic02.webp) no-repeat top left / contain;
		-webkit-background-size: 21px auto;
		background-size: 21px auto;
	}
	.flow > li .num {display: none;}
	.flow .flowDesc {
		display: table;
		width: 100%;
		height: 76px;
		margin-top: 0;
	}
	.flow .flowDesc dt {
		display: table-cell !important;
		width: 28%;
		height: auto;
		padding: 0;
		background-size: 100px auto !important;
		background-repeat: no-repeat;
		background-position: 0 50%;
		vertical-align: middle;
	}
	.flow .flowDesc dt span {display: inline;}
	.flow .flowDesc dd {
		display: table-cell;
		width: 74.5%;
		padding: 0 0 0 13px;
		vertical-align: middle;
		font-size: 1.3rem;
		text-align: left;
		z-index: -1;
		line-height: 1.7;
	}
	.flow .flowDesc dd > span {
		display: block;
		padding: 10px 5px;
	}
	.flow .flowDesc dd a {
		color: #000;
	}
	.bleach-scratchBg {
		position: relative;
		background: url("/gecard/bleach/img-files/sp_index_bg04.webp") no-repeat bottom 0 left 0 / contain;
		width: 100vw;
		margin: 0 0 0 -10px;
	}
	.bleach-scratchBg .bleach-scratchBgInner {
		width: 100%;
		padding: 1px 10px 10px;
		margin: 0 auto;
	}
	.bleach-scratchBg_sp {
		background: url("/gecard/bleach/img-files/sp_index_bg03.webp") no-repeat 0 0 /cover;
		padding-bottom: 30px;
		margin-top: 35px;
	}
	.bleach-characterBg03 {
		width: 100vw;
		background: url("/gecard/bleach/img-files/sp_index_bg06.webp") no-repeat 0 9% /contain;
		margin-left: -10px;
		padding: 0 10px;
	}
	/* module
	------------------------------------------------------ */
	/* section */
	.bleach-section >:first-child {
		margin-top: 0 !important;
	}
	.bleach-section + .bleach-section {
		margin-top: 20px;
	}
	/* heading */
	.bleach-heading02 {
		width: 100vw;
		position: relative;
		margin: 0 0 15px -10px;
		background-color: #000;
		height: min(140px, calc(140 / 720) * 100vw);
	}
	.bleach-heading02.type02 {
		height: min(140px, calc(140 / 720) * 100vw);
	}
	.bleach-heading02.type03 {
		height: min(150px, calc(150 / 720) * 100vw);
	}
	.bleach-heading02 .bleach-heading02Inner {
		transform: translateY(max(-34px, calc((34 / 720) * 100vw * -1)));
	}
	.bleach-heading02.type02 .bleach-heading02Inner {
		transform: translateY(max(-30px, calc((30 / 720) * 100vw * -1)));
	}
	.bleach-heading02.type03 .bleach-heading02Inner {
		transform: translateY(max(-30px, calc((30 / 720) * 100vw * -1)));
	}
	.bleach-heading02 .bleach-heading02Title {
		width: min(430px, calc(430 / 720) * 100vw);
		margin-left: min(25px, calc(25 / 720) * 100vw);
	}
	.bleach-heading02.type02 .bleach-heading02Title {
		width: min(595px, calc(595 / 720) * 100vw);
		margin-left: min(25px, calc(25 / 720) * 100vw);
	}
	.bleach-heading02.type03 .bleach-heading02Title {
		width: min(665px, calc(665 / 720) * 100vw);
		margin-left: min(25px, calc(25 / 720) * 100vw);
	}
	.bleach-heading02 .bleach-heading02Title {
		-webkit-clip-path: polygon(0 0, calc(10rem * -1) 0, 0 100%, 0% 100%);
						clip-path: polygon(0 0, calc(10rem * -1) 0, 0 100%, 0% 100%);
	}
	.bleach-heading02-02 .bleach-heading02Title {
		-webkit-clip-path: polygon(0 0, calc(10rem * -1) 0, 0 100%, 0% 100%);
						clip-path: polygon(0 0, calc(10rem * -1) 0, 0 100%, 0% 100%);
	}
	.bleach-heading02-02 {
		position: relative;
		transform: none;
		margin: 55px 5px 43px;
		text-align: center;
	}
	.bleach-heading02-02.type-new {
		margin: 45px 94px 41px;
	}
	.bleach-heading02-02::after {
		position: absolute;
		content: "";
		width: 30px;
		height: 1px;
		bottom: -18px;
		left: 50%;
		margin-left: -15px;
		background-color: #131314;
	}
	/* text */
	.bleach-lead {
		margin-top: 10px;
		margin-bottom: 15px;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.bleach-text01 { 
		padding-top: 25px;
		color: #fff;
		font-size: 1.3rem;
	}
	.bleach-text02 { 
		margin-top: 15px;
		font-size: 1.2rem;
	}
	/* image */
	.bleach-image {
		margin-top: 15px;
		text-align: center;
	}
	.bleach-voiImage {
		margin-top: 20px;
		text-align: center;
	}
	/* list */
	.bleach-noteList {
		margin-top: 15px;
	}
	.bleach-noteList[data-align="center"],
	.bleach-noteList[data-align-sp="center"] {
		text-align: center;
	}
	.bleach-noteList > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.bleach-noteList[data-mark="static"] > li,
	.bleach-noteList[data-mark-sp="static"] > li {
		padding-left: 0;
	}
	.bleach-noteList[data-align="center"] > li,
	.bleach-noteList[data-align-sp="center"] > li {
		display: inline-block;
	}
	.bleach-noteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.bleach-noteList[data-mark="static"] > li > .mark {
		position: static;
	}
	/* card */
	.bleach-cardWrap {
		margin-top: max(-51px, -15vw);
		position: relative;
	}
	.bleach-card .bleach-cardInner{
		width: 100%;
		max-width: 340px;
		height: auto;
		margin: 0 auto;
		padding: min(43px, 12vw) min(24px, 7vw) min(28px, 8vw);
		background: url("/gecard/bleach/img-files/sp_index_bg01.webp") no-repeat 0 0 / contain;
		text-align: center;
		aspect-ratio: 340 / 381;
	}
	.bleach-card .bleach-cardTitle img {
		width: auto;
		height: min(32px, 9vw);
	}
	.bleach-card + .bleach-card {
		margin-top: min(22px, 7vw);
	}
	.bleach-card .bleach-cardImage {
		margin: min(30px, 9vw) min(14px, 4vw) 0;
	}
	.bleach-card .bleach-cardText {
		margin-top: min(30px, 8vw);
		text-align: center;
		font-size: min(1.7rem, 5vw);
		color: #fff;
	}
	/* button */
	.applyBtn {
		margin-top: min(32px, 9vw);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9);
	}
	.bleach-btnWrap {
		display: block;
		justify-content: space-between;
		margin-top: max(-38px, -11vw);
		margin-bottom: 78px;
		padding: 0 10px;
	}
	.bleach-btn {
		width: 100%;
		height: 50px;
	}
	.bleach-btn + .bleach-btn {
		margin-top: 16px;
	}
	.bleach-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 50px;
		padding: 5px 40px;
		font-size: 1.7rem;
		color: #000;
		font-weight: bold;
		text-decoration: none;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9);
		background: url("/gecard/bleach/img-files/pc_index_bg02.webp") no-repeat top center / 100% 100%;
	}
	.bleach-btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 8px;
		width: 31px;
		height: 26px;
		margin-top: -13px;
		background: url("/gecard/bleach/img-files/index_ic01.webp") no-repeat 0 0 / contain;
		}
	/* media */
	.bleach-media {
		margin-top: 10px;
	}
	.bleach-media .bleach-mediaBody {
		margin-top: 15px;
	}
	.bleach-media .bleach-mediaText {
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.bleach-media .bleach-mediaText02 {
		margin-top: 10px;
		font-size: 1.6rem;
		color: #000;
		font-weight: bold;
	}
	.bleach-media .bleach-mediaText03 {
		margin-top: 10px;
		font-size: 1.2rem;
	}
	.bleach-media .bleach-mediaImage {
		text-align: center;
	}
	.bleach-media .bleach-mediaNoteList li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.bleach-media .bleach-mediaNoteList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.bleach-media02 {
		margin-bottom: 168px;
	}
	.voiContent .bleach-media02 {
		margin-bottom: 294px;
	}
	.bleach-media02 .bleach-mediaBody {
		margin-top: 35px;
	}
	/* box */
	.bleach-box {
		position: relative;
		margin-top: 50px;
		background-color: #000;
	}
	.bleach-box + .bleach-box {
		margin-top: 28px;
	}
	.bleach-box .bleach-boxInner {
		padding: 20px 10px;
	}
	.bleach-box .bleach-boxInner >:first-child {
		margin-top: 0 !important;
	}
	.bleach-box .bleach-boxTitle {
		margin-top: 15px;
		margin-bottom: 15px;
		text-align: center;
		font-size: 1.5rem;
		color: #ff006e;
		font-weight: bold;
	}
	.bleach-box .bleach-boxText {
		margin-top: 15px;
		font-size: 1.3rem;
		color: #fff;
	}
	.bleach-box .bleach-boxText .txtLarge {
		font-size: 1.5rem;
		font-weight: bold;
	}
	.bleach-box .bleach-boxList {
		margin-top: 15px;
		color: #fff;
	}
	.bleach-box .bleach-boxList > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.bleach-box .bleach-boxList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.bleach-box .bleach-boxList > li > .bleach-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.bleach-box .bleach-boxList01 {
		color: #fff;
	}
	.bleach-box .bleach-boxList01 > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.bleach-box .bleach-boxList01 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.bleach-box .bleach-boxImage {
		margin: 15px 5% 0;
		text-align: center;
	}
	.bleach-box .bleach-boxHr {
		width: 100%;
		height: 2px;
		margin: 18px 0 18px 0;
		background-image: linear-gradient(to right, #ff006e, #ff006e 2px, transparent 2px, transparent 6px);
		background-size: 6px 2px;
	}
	.bleach-box .bleach-boxInquiry {
		text-align: center;
	}
	.bleach-box .bleach-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.bleach-box .bleach-boxInquiry .bleach-boxInquiryTxt {
		color: #fff;
		margin-top: 3px;
		font-size: 1.3rem;
	}
	.bleach-box .bleach-boxInquiry .bleach-boxInquiryTel {
		margin-top: 3px;
		font-size: 1.3rem;
		color: #fff;
	}
	/* other */
	.bleach-banner {
		margin-top: 32px;
		text-align: center;
	}
		/* animation
	------------------------------------------------------ */
	/*背景色が伸びて出現 共通*/
	.bleach-cardWrap .bleach-card{
		position: relative;
		opacity:0;
	}
	.bleach-cardWrap .bleach-card.is-show{
		animation-name:bgextendAnimeBase;
		animation-duration:1s;
		animation-fill-mode:forwards;
	}
	/*中の要素*/
	.bleach-cardWrap .bleach-card .bleach-cardInner{
		opacity: 0;
	}
	.bleach-cardWrap .bleach-card.is-show .bleach-cardInner{
		animation-name:bgextendAnimeSecond;
		animation-duration:1s;
		animation-delay: 0.6s;
		animation-fill-mode:forwards;
	}
	.bleach-cardWrap .bleach-card::before{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: #000;/*伸びる背景色の設定*/
	}
	.bleach-cardWrap .bleach-card.is-show::before{
		animation-name:bgLRextendAnime;
		animation-duration:1s;
		animation-fill-mode:forwards;
	}
}
.bleach-heading02Title.is-show {
	animation: clip-intro 0.6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes bgextendAnimeBase{
	from {
		opacity:0;
	}

	to {
		opacity:1;
}
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}
/* keyframes
------------------------------------------------------ */

@keyframes clip-intro {
	0% {
		-webkit-clip-path: polygon(0 0, calc(10rem * -1) 0, 0 100%, 0% 100%);
						clip-path: polygon(0 0, calc(10rem * -1) 0, 0 100%, 0% 100%);
	}
	100% {
		-webkit-clip-path: polygon(0 0, 100% 0, calc(100% + 10rem) 100%, 0% 100%);
						clip-path: polygon(0 0, 100% 0, calc(100% + 10rem) 100%, 0% 100%);
	}
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}
/* Cleafix
------------------------------------------------------ */
.contentsWrap:after,
.flow:after {
	display: block;
	clear: both;
	content: "";
}