@charset "shift_jis";

/* 
 * gecard.css
 * 
 * common
 * layout
 * components
 * other
 * 
 * Responsive(max-width: 750px)
 */
 
@font-face {
	font-family: 'Noto Sans CJK JP';
	font-style: normal;
	font-weight: 100;
	src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
			 url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
			 url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans CJK JP';
	font-style: normal;
	font-weight: 300;
	src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
			 url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
			 url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
	 font-family: 'Noto Sans CJK JP';
	 font-style: normal;
	 font-weight: 400;
	 src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
				url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
				url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
	 font-family: 'Noto Sans CJK JP';
	 font-style: normal;
	 font-weight: 500;
	 src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
				url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
				url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
	 font-family: 'Noto Sans CJK JP';
	 font-style: normal;
	 font-weight: 700;
	 src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
				url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
				url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}
/* hebrew */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 400;
	src: local('Heebo'), local('Heebo-Regular'), url(https://fonts.gstatic.com/s/heebo/v5/NGS6v5_NC0k9P9H0TbFzsQ.woff2) format('woff2');
	unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 400;
	src: local('Heebo'), local('Heebo-Regular'), url(https://fonts.gstatic.com/s/heebo/v5/NGS6v5_NC0k9P9H2TbE.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* hebrew */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 700;
	src: local('Heebo Bold'), local('Heebo-Bold'), url(https://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9lNaKROkK440A.woff2) format('woff2');
	unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 700;
	src: local('Heebo Bold'), local('Heebo-Bold'), url(https://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9lNaKRMkK4.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	}

/* ==================================
	common
================================== */
* {
	box-sizing:border-box;
}
.txtStrong01 {
    color: #e70012!important;
    font-weight: bold;
}

#pageTopBtn{
	z-index: 11;
}
.psRelative{position:relative;}

/* ==================================
	layout
================================== */
#gecard .bgColor{
	background-color: #ffd9d9;
}
/*== header ================*/

/*== container ================*/

#gecard #mainContainer {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8f9f4+14,7094ab+66,2f3a62+100 */
	background: rgb(248,249,244); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(248,249,244,1) 14%, rgba(112,148,171,1) 66%, rgba(47,58,98,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(248,249,244,1) 14%,rgba(112,148,171,1) 66%,rgba(47,58,98,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(248,249,244,1) 14%,rgba(112,148,171,1) 66%,rgba(47,58,98,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f9f4', endColorstr='#2f3a62',GradientType=1 ); /* IE6-9 */
	margin-top: 0;
	padding: 0 0 80px;
}
#gecard #mainContainer #mainContents {
 	width: 1100px;
}
#gecard #mainContainer img {
 	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
/*== footer ================*/
#gecard #footer {
	margin-top: 0;
	padding: 5px 0 25px;
}
#gecard .fontSize_L {
	font-size: 28px!important;
}
#gecard .fontSize_M {
	font-size: 22px!important;
}
#gecard .fontSize_S {
	font-size: 17px!important;
}
#gecard .fontSize_SS {
	font-size: 16px!important;
}
#gecard .fontSize_note {
	font-size: 14px!important;
	line-height: 1.2;
}
#gecard .fontSize_110per {
	font-size: 110%!important;
}
#gecard .fontSize_130per {
	font-size: 130%!important;
}
#gecard .fontSize_150per {
	font-size: 150%!important;
}
/*== section ================*/
/* ge-visualWrap */
#gecard #mainContainer #ge-visualWrap {
}
/* ge-contentsSec */
#gecard .ge-contentsSec01 {
	margin-bottom: 30px;
}
/* button
-------------------*/
/*カード券面/申し込みボタン*/
#gecard .ge-contentsSec .cardArea{
    width: 800px;
    margin: 0 auto;
}
#gecard .ge-contentsSec .cardArea .cardList{
	float: left;
}
/*カード2枚*/
#gecard .ge-contentsSec .cardArea.card2 .cardList {
	width: 360px;
	margin-right: 80px;
	text-align: center;
}
/*カード3枚*/
#gecard .ge-contentsSec .cardArea.card3 .cardList {
	width: 290px;
	margin-right: 25px;
	text-align: center;
}
/*カード4枚*/
#gecard .ge-contentsSec .cardArea.card4 .cardList {
	width: 220px;
	margin-right: 13px;
}
#gecard .ge-contentsSec .cardArea .cardList:last-child{
	margin-right: 0;
}
#gecard .ge-contentsSec .cardArea .cardList dt{
	margin-bottom: 26px;
}
#gecard .ge-contentsSec .cardArea .cardList dt img{
	width: 100%;
}
/*申し込みボタン*/
#gecard .ge-contentsSec .cardArea .cardList dd a{
	width:360px;
    display: inline-block;
    position: relative;
    padding:18px 50px 12px 30px;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
	background: #fb2d2d; 
    border-bottom: solid 4px #cc0b0b;
    border-radius:16px;
}
#gecard .ge-contentsSec .cardArea .cardList dd a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    height: 27px;
    width: 27px;
    margin-top: -13px;
    background: url(/gecard/news/img-files/045_os_osomatsusan2105_ic01.png) no-repeat 0 / 27px;
}
#gecard .ge-contentsSec .cardArea .cardList dd a:hover{
	border-bottom:0px;
	margin-top: 4px;
}

/* ==================================
	parts
================================== */

/*== heading ================*/

/* ge-heading01 */
#gecard .ge-heading01 {
	padding: 8px 10px 3px;
	color: #021090;
	text-align: center;
	font-weight: bold;
	font-size: 3.0rem;
	font-size: 30px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe613+0,d8240b+50,d8240b+100 */
	background: rgb(255,230,19); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,230,19,1) 0%, #fc8d01 50%, rgba(216,36,11,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,230,19,1) 0%,#fc8d01 50%,rgba(216,36,11,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,230,19,1) 0%,#fc8d01 50%,rgba(216,36,11,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe613', endColorstr='#d8240b',GradientType=1 ); /* IE6-9 */
}
#ge-visualWrap {
	position: relative;
}
/* ge-heading02 */
#gecard .ge-heading02 {
	padding: 8px 0 3px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 3.0rem;
	font-size: 30px;
	background-color: #757575;
}
/* ge-heading03 */
#gecard .ge-heading03 {
	font-size: 2.0rem;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 1px  #bbb;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

/*== paragraph ================*/
#gecard .ge-date {
	padding: 25px 0;
	text-align: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,ffffff+0&0.5+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
#gecard .ge-lead {
	font-size:24px;
	font-weight: bold;
	margin:0 auto;
	text-align: center;
	line-height: 1.4;
}
#gecard .ge-lead .note{
	display: block;
	font-size: 1.4rem;
	font-size:14px;
	font-weight: normal;
	margin-top: 20px;
	text-align: center;
	line-height: 1.4;
}
/*== list ================*/
#gecard .noteList01 {
	margin-top: 0;
	line-height: 1.2;
	font-size: 14px;
}
#gecard .noteList01:nth-of-type(n+2) {
	margin-top: 20px;
}
#gecard .linkTxt02 li.noLink {
	background: url(/gecard/news/img-files/com_ic03.png) no-repeat 0 0.2em;
	font-size: 1.4rem;
	font-size: 14px;
	text-decoration: none;
	padding:1px 0 2px 25px;
}
#gecard .listTitle {
	margin-top: 10px;
}
/*== link ================*/
#gecard .linkTxt02 a {
	background: url(/gecard/news/img-files/com_ic03.png) no-repeat 0 0.2em;
	font-size: 1.4rem;
	font-size: 14px;
	text-decoration: none;
}
#gecard .btnLink01 {
	position: relative;
}
#gecard .btnLink01 a {
	font-size: 2.1rem;
	font-size: 21px;
	padding: 25px 20px 23px 0px;
	min-width: 280px;
}
#gecard .btnLink01 a:after {
	right: 14px;
}
#gecard .btnLink02 {
	position: relative;
}
#gecard .btnLink02 a {
	font-size: 2.2rem;
	font-size: 22px;
	padding: 25px 75px 23px;
}
#gecard .btnLink02 a:after {
	right: 14px;
}
#gecard .endcollabo .btnLink01 {
	position: relative;
}
#gecard .endcollabo .btnLink02:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 766px;
	height: 105px;
	top: 50%;
	left: 50%;
	margin-top: -53px;
	margin-left: -383px;
	background: url(/gecard/news/img-files/pc_024_k_atelier_im03.png) no-repeat;
	z-index: 1!important
}
#gecard .btnText {
	position: relative;
}
#gecard .btnText {
	display: inline-block;
	position: relative;
	padding: 19px 60px 17px 50px;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	background-color: #a5001e;
	border-bottom: solid 3px #760015;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
#gecard .endcollabo .btnText:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 11px;
	height: 32px;
	width: 32px;
	margin-top: -14px;
	background: url(/common-files/img/com_btn_ic01.png) no-repeat 0 0;
}
/*== ge-sectionWrap_inner ================*/
#gecard .ge-sectionWrap {
	
}
#gecard .ge-section01 {
	margin-top: 60px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,ffffff+0&0.5+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
#gecard .ge-section02 {
	margin-top: 60px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,ffffff+0&0.5+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
#gecard .ge-section_inner01 {
	text-align: center;
	padding: 40px 20px;
}
#gecard .ge-section_inner01 dl:nth-of-type(n+2) {
	margin-top: 25px;
}
#gecard .ge-sectionWrap_inner02 {
	padding: 40px 20px;
}
#gecard .ge-section_inner01 .linkArea {
	position: absolute;
	bottom: 100px;
	left: 132px;
}
#gecard .ge-sectionWrap_inner02 .linkArea{
	position: absolute;
	bottom: 40px;
	left: 244px;
}
#gecard .ge-section_inner01 .linkArea .bnr,
#gecard .ge-sectionWrap_inner02 .linkArea .bnr{
	width: 300px;
	margin: 0 auto;
}
#gecard .ge-section_inner01 .linkArea .bnr a:hover{
	opacity: 0.6;
}
#gecard .ge-section_inner01 .linkArea .bnr a{
	display: block;
}
#gecard .ge-sectionWrap_inner02 .linkArea .bnr a{
	border:1px solid #dedede;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
	display: block;
}
#gecard .ge-sectionWrap_inner02 .linkArea .bnr a:hover{
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
}
#gecard .ge-section_inner01 .linkArea .bnr img,
#gecard .ge-sectionWrap_inner02 .linkArea .bnr img{
	width: 100%;
}
#gecard .note01{
	font-size: 16px
}
#gecard .note01L{
	font-size: 18px
}

#gecard .textRed {
	color: #dc322c;
	font-weight: bold;
}
#gecard .textBlue {
	color: #021090;
	font-weight: bold;
}
#gecard .textGray {
	color: #707070;
	font-weight: bold;
}
#gecard .active {
	text-align: center;
	padding-left: 2em;
    text-indent: -2em;
}
#gecard .active dd {
	text-align: left;
	display: inline-block;
}
#gecard .active dd:nth-of-type(n+2) {
	margin-top: 20px;
}
#gecard .space {

}
#gecard .dummy {
	width: 700px;
	margin: 0 auto;
	padding: 15px 0;
	color: #fff;
	background-color: #7f7f7f;
}
#gecard .flexWrap {
	display: flex;
}
/* button
-------------------*/
#gecard .entryArea {
	margin-top: 35px;
}
#gecard .entryArea .entryBtn {
	display: inline-block;
}
#gecard .entryArea .entryBtn > a {
	position: relative;
    display: block;
    padding: 20px 3.5em 15px 3em;
    border-radius: 5px;
    font-weight: bold;
	font-size: 20px;
    text-decoration: none;
	background: #ffffff;
    border: solid 4px #c21500;
    color: #021090;
    border-image: linear-gradient(to right, #c21500 0%, #ffc500 100%);
    border-image-slice: 1;
    border-bottom: solid 8px #c21500;
}

#gecard .entryArea .entryBtn > a:before{
	content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: -20px -20px 0 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #d8240b;
}
#gecard .entryArea .entryBtn > a:after {
	content: "";
    position: absolute;
    top: calc(50% - 8px);
    right: calc(40px - 6px );
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#gecard .entryArea .entryBtn > a:hover {
	border-bottom: 0px;
    margin-top: 4px;
	border: solid 4px #c21500;
    border-image: linear-gradient(to right, #c21500 0%, #ffc500 100%);
    border-image-slice: 1;
}
#gecard .entryArea02 {
	margin-top: 50px;
	text-align: center;
}
#gecard .entryArea02 .entryBtn02 {
	display: inline-block;
	width: 550px;
}
#gecard .entryArea02 .entryBtn02 > a {
	position: relative;
    display: block;
    padding: 15px 2em 10px 1em;
    border-radius: 5px;
    font-weight: bold;
	font-size: 20px;
    text-decoration: none;
	background: #ffffff;
    border: solid 4px #021090;
    color: #021090;
    border-bottom: solid 8px #021090;
}

#gecard .entryArea02 .entryBtn02 > a:before{
	content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: -20px -20px 0 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #021090;
}
#gecard .entryArea02 .entryBtn02 > a:after {
	content: "";
    position: absolute;
    top: calc(50% - 8px);
    right: calc(40px - 6px );
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#gecard .entryArea02 .entryBtn02 > a:hover {
	border-bottom: 0px;
    margin-top: 4px;
	border: solid 4px #021090;
}
#gecard .text-link a{
	position: relative;
}
#gecard .text-link a:after{
	content: "";
    position: absolute;
    bottom: 5px;
    right: -20px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -15px -15px 0 0;
    background: url(/campaign/img-files/20784/20784_ic03.png) no-repeat 0 0 /cover;
}

/*== img ================*/

/* ==================================
	other
================================== */

/*== pageTop ================*/
#gecard #pageTopBtn a {
	width: 60px;
	height: 60px;
	background: url(/gecard/news/img-files/com_ic04.png) 0 0 no-repeat;
	outline: 0;
}
#gecard #pageTopBtn a:hover {
	background: url(/gecard/news/img-files/com_ic04.png) 0 -60px no-repeat;
}

/* ---------------------------------------- endBox ----------------------------------- */
#gecard.end .mainVisual .visualInner{
	padding-top:75px;
}

#gecard.end .collaboSec01.endcollabo{
    position: relative;
}

#gecard.end .endTextBox{
	display:table; width:100%; height: 100%;
			}
#gecard.end .endText{
	display:table-cell; 
	width:100%;
	height: 100%; 
	vertical-align: middle; 
	text-align:center;
	font-size:2.8rem;
	font-weight:bold;
}
#gecard.end .endbox{
		position:absolute; 
		top: 0; 
		left: 0; 
		width: 100%; 
		height:100%; 
		background: rgba(255,255,255,0.8);    
		-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*--------5月31日追加----------*/
#gecard .cardImg01 img{
	width: 80%;
}
#gecard .copyright {
	margin: 10px 40px 0;
	text-align: right;
	font-size: 12px;
}
#gecard .collaboWrap01 { 
	margin: 0 10px;
}
#gecard .collaboWrap01 .readTx {
	font-weight: bold;
	font-size: 22px;
}
.txtLarge03{
font-size: 2.8rem;
font-size: 28px;
}

/*バナーエリア*/
.bnrArea img.pcOnly{
	display: block;
	margin: 0 auto;
}


/* ==================================
	Responsive max-width: 750px
================================== */

@media screen and (max-width: 750px) {
	/* ==================================
		common
	================================== */
	#gecard .fontSize_M {
		font-size: 16px!important;
	}
	#gecard .fontSize_S {
		font-size: 16px!important;
	}
	#gecard .fontSize_SS {
		font-size: 14px!important;
	}
	/* ==================================
		layout
	================================== */
	
	/*== header ================*/
	#gecard #header {
		padding: 15px 6.25%;;
	}
	#gecard #header #headerContents {
		width: 100%;;
	}
	/*== container ================*/
	#gecard #mainContainer {
		margin-top: 0;
		width: 100%;
		overflow: hidden;
	}
	#gecard #mainContainer #mainContents {
		width: auto;
		padding: 0;
	}
	
	/*== section ================*/

	/* ge-visualWrap */
	#gecard #mainContainer #ge-visualWrap {
		padding: 0;
		margin: 0;
	}
	/* ge-contentsSec */

	#gecard .ge-sectionWrap.spWFull {
		padding: 0 0 2em;
	}
	#gecard .ge-contentsSec01 {
		margin-bottom: 1.2em;
	}
	
	/*== footer ================*/
	#gecard #footer {
		padding: 0;
	}
	#gecard #footer #footerContents {
			margin: 0;
			padding: 1.5rem 10px;
			width: 100%;
	}
	#gecard #footer #footerContents .copyright {
		margin-top: 0;
		color: #555555;
	}
	
	/* ==================================
		parts
	================================== */
	
	/*== heading ================*/
	
	/* ge-heading01 */
	#gecard .ge-heading01 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	#ge-visualWrap:before {
	content: none;
	}
	#ge-visualWrap:after {
	content: none;
	}
	/* ge-heading02 */
	#gecard .ge-heading02 {
		font-size: 22px;
    	font-size: 2.2rem;
	}
	#gecard .ge-heading02 span {
		font-size: 1.5rem;
		font-size: 15px;
	}
	#gecard .ge-heading02 .heading02Num {
		width: 1.8em;
	  height: 1.8em;
		padding-top: 0.2em;
		margin-bottom: 0.4em;
	}
	#gecard .ge-heading02 .heading02Tag {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		padding: 7px 1.8em 3px;
		margin-bottom: 0.6em;
	}
	#gecard .ge-heading02.ge-heading02-01 {
		border-top: solid 2px #a5001e;
		padding: 1em 0;
	}
	#gecard .ge-heading02.ge-heading02-01 span {
		font-size: 1.5rem;
		font-size: 15px;
	}
	
	#gecard .ge-heading02.ge-heading02-01 .heading02Txt {
		font-size: 1.7rem;
		font-size: 17px;
	}
	/* ge-heading03 */
	#gecard .ge-heading03 {
		font-size: 1.5rem;
		font-size: 15px;
		padding-bottom: 0.2em;
		margin-bottom: 0.8em;
	}
	
	/*== paragraph ================*/
	#gecard .ge-date{
		padding: 15px 10px 20px;
	}
	#gecard .ge-date span {
		font-size: 15px;
		padding: 7px 24px 5px;
	}
	#gecard .ge-lead {
		width: 100%;
		font-size: 18px;
		text-align: left;
	}
	/*== img ================*/

	/*== link ================*/
	/* button
	-------------------*/	
	#gecard .entryArea {
		margin-top: 15px;
		padding: 0 10px;
	}
	#gecard .entryArea .entryBtn {
		display: block;
	}
	#gecard .entryArea .entryBtn > a {
		padding: 20px 30px 16px 15px;
		font-size: 18px;
	}

	#gecard .entryArea .entryBtn > a:before{
		content: "";
		position: absolute;
		top: 50%;
		right: 30px;
		display: inline-block;
		width: 32px;
		height: 32px;
		margin: -16px -16px 0 0;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	#gecard .entryArea .entryBtn > a:after {
		width: 10px;
		height: 10px;
		right: 25px;
		top: calc(50% - 7px);
	}
	#gecard .entryArea .entryBtn > a:hover {
		border-bottom: 0px;
		margin-top: 19px;
		border: solid 4px #c21500;
		border-image: linear-gradient(to right, #c21500 0%, #ffc500 100%);
		border-image-slice: 1;
	}
	#gecard .entryArea02 {
		margin-top: 25px;
		padding: 0 10px;
	}
	#gecard .entryArea02 .entryBtn02 {
		display: block;
		width: 100%;
	}
	#gecard .entryArea02 .entryBtn02 > a {
		padding: 16px 30px 12px 15px;
		font-size: 18px;
	}

	#gecard .entryArea02 .entryBtn02 > a:before{
		content: "";
		position: absolute;
		top: 50%;
		right: 30px;
		display: inline-block;
		width: 32px;
		height: 32px;
		margin: -16px -16px 0 0;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	#gecard .entryArea02 .entryBtn02 > a:after {
		width: 10px;
		height: 10px;
		right: 25px;
		top: calc(50% - 7px);
	}
	#gecard .entryArea02 .entryBtn02 > a:hover {
		border-bottom: 0px;
		margin-top: 29px;
		border: solid 4px #021090;
	}
	#gecard .cardBtn li:nth-of-type(n+2) {
		margin-top: 30px;
	}
	/*カード券面/申し込みボタン*/
#gecard .ge-contentsSec .cardArea{
    width: 100%;
    margin: 0 auto;
	padding: 0;
}
#gecard .ge-contentsSec .cardArea .cardList{
	float: none;
}
#gecard .ge-contentsSec .cardArea.card2 .cardList,
#gecard .ge-contentsSec .cardArea.card3 .cardList,
#gecard .ge-contentsSec .cardArea.card4 .cardList {
	width: 100%;
	margin-right: 0;
	text-align: center;
}
#gecard .ge-contentsSec .cardArea .cardList dt{
	margin-bottom: 20px;
}
/*申し込みボタン*/
#gecard .ge-contentsSec .cardArea .cardList dd a{
	width:100%;
    display: inline-block;
    position: relative;
    padding:16px 40px 14px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    border-radius:8px;

}

#gecard .ge-contentsSec .cardArea .cardList dd a:after{
	content: "";
	position: absolute;
	top: 60%;
	right: 15px;
	height: 20px;
	width: 20px;
	margin-top: -14px;
	background: url(/gecard/news/img-files/041_e_movie2012_ic01.png) no-repeat 0 / 20px;
}
	
	#gecard .linkTxt02 a {
		font-size: 1.4rem;
		font-size: 14px;
	}
	#gecard .btnLink01 a {
		font-size: 1.5rem;
		font-size: 15px;
		padding: 10px 40px 8px 30px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	#gecard .btnLink02 a {
		font-size: 1.5rem;
		font-size: 15px;
		padding: 10px 40px 8px 30px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	#gecard .btnText {
		padding: 5% 10%;
		font-size: 15px;
		font-size: 1.5rem;
	}
	#gecard .endcollabo .btnLink02:before {
		content: "";
		display: inline-block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin-top: 0;
		margin-left: 0;
		background: url(/gecard/news/img-files/sp_024_k_atelier_im03.png) no-repeat center/100%;
		z-index: 2 !important;
	}
	#gecard .endcollabo .btnLink02:after {
		content: "";
		display: inline-block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin-top: 0;
		margin-left: 0;
		background: #000000;
		opacity: 0.8;
		z-index: 1 !important;
	}
	#gecard .endcollabo .btnText::after {
    	background-image: url(/common-files/img/sp_com_btn_ic01.png);
    	-webkit-background-size: 20px 20px;
    	background-size: 20px 20px;
	}
	


	/*== list ================*/
	#gecard .noteList01 {
		font-size: 13px;
	}
/*--------5月31日追加----------*/
	#gecard .copyright {
		margin: 10px 0px 0;
		text-align: center;
		font-size: 10px;
	}
	#gecard .collaboWrap01 { 
		margin: 0px;
	}
	#gecard .collaboWrap01 .readTx {
		font-weight: bold;
		font-size: 16px;
	}
	#gecard .collaboWrap01 .collaboSec01 .btnLink01 {
		width: 100%;
		float: none;
		margin-top: 10px;
	}

	/* ==================================
	other
	================================== */
	
	/*== pageTop ================*/
	#gecard #pageTopBtn {
		bottom: 50px;
	}
	#gecard #pageTopBtn a {
		width: 46px;
		height: 46px;
		background: url(/gecard/news/img-files/com_ic04.png) 0 0 no-repeat;
		background-size: 46px 92px;
		outline: 0;
	}
	#gecard #pageTopBtn a:hover {
		background: url(/gecard/news/img-files/com_ic04.png) 0 -46px no-repeat;
		background-size: 46px 92px;
	}
	/*--------2019年8月20日追加----------*/
	.txtLarge03{
	font-size: 2.0rem;
	font-size: 20px;
	}
	/*036 original*/
	#gecard .ge-contentsSec .cardArea .cardList{
		float: none;
		width:100%;
		margin: 0 0 30px;
	}
	#gecard .ge-contentsSec .cardArea .cardList:last-child{
		margin-right: 0;
	}
	#gecard .ge-contentsSec .cardArea .cardList dt{
		margin-bottom: 12px;
	}
	/*== ge-sectionWrap_inner ================*/
	#gecard .ge-section01 {
	margin-top: 40px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,ffffff+0&0.5+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	}
	#gecard .ge-section02 {
		margin-top: 40px;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,ffffff+0&0.5+0,0+100 */
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	}
	#gecard .ge-section_inner01 {
		padding: 25px 10px;
	}
	#gecard .ge-sectionWrap_inner02{
		padding: 25px 10px;
	}
	#gecard .ge-section_inner01 .linkArea{
		position: absolute;
		bottom: 100px;
		left: 0px;
		padding: 0 24px;
	}
	#gecard .ge-sectionWrap_inner02 .linkArea{
		position: absolute;
		bottom: 40px;
		left: 0px;
		padding: 0 24px;
	}
	#gecard .ge-section_inner01 .linkArea .bnr,
	#gecard .ge-sectionWrap_inner02 .linkArea .bnr{
		width: 90%;
		margin: 0 auto;
	}
	#gecard .note01{
		font-size: 14px
	}
	#gecard .note01L{
		font-size: 16px
	}
	#gecard .dummy {
		width: 100%;
	}
	#gecard .flexWrap {
		display: block;
	}

}
/* ==================================
	Responsive max-width: 320px
================================== */

@media screen and (max-width: 320px) {
		#gecard .ge-section_inner01 .linkArea{
			position: absolute;
			bottom: 70px;
			left: 0px;
			padding: 0 20px;
		}
		#gecard .ge-sectionWrap_inner02 .linkArea{
			position: absolute;
			bottom: 36px;
			left: 0px;
			padding: 0 20px;
		}
		#gecard .note01{
			font-size: 13px
		}
		#gecard .note01L{
			font-size: 15px
		}
}
/* clearfix
------------------------------------------------------ */
#gecard .ge-contentsSec .cardArea:after,
#gecard .collaboSec01:after {
	content: "";
	display: block;
	clear: both;
}
#gecard .collaboSec01 {
	zoom: 1;
}