@charset "utf-8";

/* ======================================================
 * top.css
 * ------------------------------------------------------
 * LAYOUT ***********************************************
 * Body
 * Header
 * Navigation
 * Contents
 * Footer
 * Modal
 * CONTENTS *********************************************
 * Element
 * Component
 * MEDIA ************************************************
 * Responsive
 * - 769px <= width <= 1280px
 * Print
 * Clearfix
====================================================== */

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

  LAYOUT

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

/* Body
------------------------------------------------------ */


/* Header
------------------------------------------------------ */
#globalHeader {
	padding-bottom: 1px;
	border-bottom: none;
	background-image: url(/atre/images/top_bg01.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}


/* Navigation
------------------------------------------------------ */


/* Contents
------------------------------------------------------ */
/*----- visualWrap -----*/
.visualWrap {
	margin-top: 0;
	background-color: #000000;
}

/*----- naviWrap -----*/
.naviWrap {
    clear: both;
    position: absolute;
    left: 0;
    top: 641px;
    width: 100%;
    height: 70px;
    background-color: #111111;
    background-image: url(/atre/images/top_bg02.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.naviWrap.fixed {
	position: fixed;
	top: 0;
	z-index: 999;
}

/*----- contentsWrap -----*/
.contentsWrap {
	margin-top: 70px;
	padding-bottom: 0;
}



/* Footer
------------------------------------------------------ */


/* Modal
------------------------------------------------------ */



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

  CONTENTS

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

/* Element
------------------------------------------------------ */
/* font */
#visualIndex > .lead > strong,
#aboutIndex > .heading,
#memberIndex > .heading > .head,
#memberIndex .privilegeIndex > .heading > .head,
#memberIndex .privilegeIndex > .heading > .head > .num,
#joinIndex .applyIndex > .heading,
#actionIndex .actionWrap01 .actionBox .message > strong {
	font-family: "Century", "Ryumin Regular KL";
	/* font-family: "Century", "Ryumin Bold KL"; */
}
#memberIndex .privilegeIndex > .content .ticketBox > .cnt .meritList > li,
#memberIndex .privilegeIndex > .content .othersList > li {
	font-family: 'Noto Sans Japanese', sans-serif;
}

/* hover */
#visualIndex > .infomation > .bnrBlock .bx-wrapper .bx-controls .bx-controls-direction > a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	zoom: 1;
}

/* transition */
#naviIndex .topMenu > li > a:hover,
#naviIndex .topMenu > li > .pulldownMenu > li > a:hover,
#naviIndex .topMenu > li > .applyMenu > li > a:hover {
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

/* loading */
#bnr_loading {
	position: absolute;
	left: 50%;
	top: 0;
	width: 32px;
	height: 32px;
	margin: 0 0 0 -16px;
	background: url(/atre/common_files/images/cmn_loading_ic01.gif) no-repeat 50% 50%;
	background-size: 32px 32px;
	text-indent: -9999px;
}

/* hidden */
.pc-hidden {
	display: none !important;
}
.sp-hidden {
	display: block !important;
}


/* Component
------------------------------------------------------ */
[id*="Index"],
[class*="Index"] {
	clear: both;
}
[id*="Index"] > *:first-child,
[class*="Index"] > *:first-child {
	margin-top: 0 !important;
}

/* visualIndex */
/*
#visualIndex {
	position: relative;
	height: 600px;visualIndex
	background-color: #000000;
	background-image: url(/atre/images/top_visual_ph01.jpg);
	background-repeat: no-repeat;
	background-position: 50% 91px;
	background-attachment: fixed;
}
*/
#visualIndex {
    position: relative;
    height: 550px;
    background-color: #000000;
    background-image: url(/atre/images/top_visual_ph01.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50px;
    background-attachment: fixed;
    padding-top: 15px;
}
#visualIndex > .lead {
	position: absolute;
	right: 50%;
    top: 313px;
    margin: 0 30px 0 0;
}

#visualIndex > .lead > strong {
	color: #ffffff;
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: 500;
	line-height: 1.25;
}

/*
#visualIndex > .infomation {
  position: absolute;
  right: 50%;
  width: 490px;
  margin: 0 -490px 0 0;
  padding: 20px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(153,153,153,0.5);
  color: #ffffff;
  top: 65px;
}
*/

#visualIndex > .infomation {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0 0 510px;
}

#visualIndex > .infomation .inner {
    width: 490px;
    margin: 0;
    padding: 20px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(153,153,153,0.5);
    color: #ffffff;
}

#visualIndex .bnrBlock2{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    width: 980px;
    padding: 20px 30px 20px 40px;
    background-color: rgba(0,0,0,0.5);
}

/*
#visualIndex .bnrBlock2 .bnrList{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
*/

#visualIndex .bnrBlock2 .bnrList .separate_link{
position: relative;
}

#visualIndex .bnrBlock2 .bnrList .separate_link a:last-of-type{
left: 215px;
} 

#visualIndex .bnrBlock2 .bnrList .separate_link a{
display: block;
position: absolute;
width: 215px;
height: 43px;
bottom: 0;
z-index: 1;
}

#visualIndex .bnrBlock2 .bnrList .separate_link a:first-of-type{           
    width: 430px;
    top: 0;
    height: calc(100% - 43px);
}

#visualIndex .bnrBlock2 .bnrList .separate_link a:last-of-type{
right: 0;
}       



#visualIndex > .infomation > .inner > .newsBlock {
}
#visualIndex > .infomation > .inner > .newsBlock > .newsList {
	font-size: 14px;
	font-size: 1.4rem;
}
#visualIndex > .infomation > .inner > .newsBlock > .newsList > li {
}
#visualIndex > .infomation > .inner > .newsBlock > .newsList > li + li {
	margin-top: 5px;
}
#visualIndex > .infomation > .inner > .newsBlock > .newsList > li > a,
#visualIndex > .infomation > .inner > .newsBlock > .newsList > li > .noLink {
	display: block;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}
#visualIndex > .infomation > .inner > .newsBlock > .newsList > li.imp > a,
#visualIndex > .infomation > .inner > .newsBlock > .newsList > li.imp > .noLink {
	color: #e5bb60;
	font-weight: bold;
}
#visualIndex > .infomation > .inner > .newsBlock > .newsList > li > a:hover {
	text-decoration: underline;
}
/*
#visualIndex > .infomation > .newsBlock > .newsList > dt {
	clear: left;
	float: left;
	width: 8.5em;
	margin: 5px 0 0 0;
	color: #ffffff;
}
#visualIndex > .infomation > .newsBlock > .newsList > dd {
	margin: 5px 0 0 0;
	padding: 0 0 0 8.5em;
}
#visualIndex > .infomation > .newsBlock > .newsList > dt:first-child,
#visualIndex > .infomation > .newsBlock > .newsList > dt:first-child + dd {
	margin-top: 0;
}
#visualIndex > .infomation > .newsBlock > .newsList > dd > a,
#visualIndex > .infomation > .newsBlock > .newsList > dd > .noLink {
	display: block;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}
#visualIndex > .infomation > .newsBlock > .newsList > dd > a:hover {
	text-decoration: underline;
}
*/
#visualIndex > .infomation > .inner > .bnrBlock {
	clear: both;
	position: relative;
	margin: 23px 0 0 0;
}
/*
#visualIndex > .infomation > .bnrBlock .bx-wrapper {
}
#visualIndex > .infomation > .bnrBlock .bx-wrapper .bx-viewport {
}
#visualIndex > .infomation > .bnrBlock .bx-wrapper .bx-controls {
}
#visualIndex > .infomation > .bnrBlock .bx-wrapper .bx-controls .bx-controls-direction {
}
#visualIndex > .infomation > .bnrBlock .bx-wrapper .bx-controls .bx-controls-direction > a {
	position: absolute;
	top: 50%;
	display: block;
	width: 38px;
	height: 38px;
	margin-top: -19px;
	background-color: rgba(165,141,77,0.9);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	    -ms-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	     -o-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	        box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	text-indent: -9999px;
	outline: none;
}
#visualIndex > .infomation > .bnrBlock .bx-wrapper .bx-controls .bx-controls-direction > a.bx-prev { left:  -19px; background-image: url(/atre/common_files/images/cmn_slide_ic01.png); }
#visualIndex > .infomation > .bnrBlock .bx-wrapper .bx-controls .bx-controls-direction > a.bx-next { right: -19px; background-image: url(/atre/common_files/images/cmn_slide_ic02.png); }
#visualIndex > .infomation > .bnrBlock .bnrList {
}
*/
#visualIndex > .infomation > .inner > .bnrBlock .bnrList > li {
	background-color: #ffffff;
	text-align: center;
}
#visualIndex > .infomation > .inner > .bnrBlock .bnrList > li + li {
	margin-top: 10px;
}

/* naviIndex */
#naviIndex {
	width: 1000px;
	margin: 0 auto;
}
#naviIndex .topMenu {
	position: relative;
	padding: 0 1px 0 0;
}
.ie10 .naviWrap:not(.fixed) #naviIndex .topMenu {
	z-index: 2;
}
#naviIndex .topMenu:before {
	content: "";
	position: absolute;
	right: 0;
	top: 15px;
	width: 1px;
	height: 38px;
	background-color: #666666;
}
#naviIndex .topMenu > li {
	position: relative;
	float: left;
	padding: 0 0 0 1px;
}
#naviIndex .topMenu > li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 1px;
	height: 38px;
	background-color: #666666;
}
#naviIndex .topMenu > li.member > a,
#naviIndex .topMenu > li.join > a {
	display: block;
	width: 205px;
	height: 70px;
	padding: 15px 5px 20px;
	background-color: rgba(0,0,0,0);
	background-image: url(/atre/common_files/images/cmn_link_ic10.png);
	background-repeat: no-repeat;
	background-position: 50% 50px;
	color: #ffffff;
	line-height: 35px;
	text-decoration: none !important;
	text-align: center;
}
#naviIndex .topMenu > li.member > a:hover,
#naviIndex .topMenu > li.join > a:hover {
	background-color: rgba(0,0,0,1.0);
}
#naviIndex .topMenu > li > .pulldownMenu {
	position: absolute;
	left: 0;
	top: 70px;
	display: none;
	width: 100%;
}
#naviIndex .topMenu > li > .pulldownMenu > li {
	display: table;
	width: 100%;
	border-top: 1px solid #747473;
}
#naviIndex .topMenu > li > .pulldownMenu > li > a {
	display: table-cell;
	width: 100%;
	height: 68px;
	padding: 0 23px 0 40px;
	background-color: rgba(51,51,51,0.9);
	background-image: url(/atre/common_files/images/cmn_link_ic01.png);
	background-repeat: no-repeat;
	background-position: 18px 50%;
	color: #ffffff;
	line-height: 1.25;
	text-decoration: none !important;
	vertical-align: middle;
}
#naviIndex .topMenu > li > .pulldownMenu > li > a:hover {
	background-color: rgba(51,51,51,1.0);
}
#naviIndex .topMenu > li > .applyMenu {
	padding: 8px;
}
#naviIndex .topMenu > li > .applyMenu > li {
	float: left;
}
#naviIndex .topMenu > li > .applyMenu > li + li {
	margin-left: 9px;
}
#naviIndex .topMenu > li > .applyMenu > li > a {
	position: relative;
	display: table;
	width: 184px;
	padding: 0 20px;
	border: 2px solid #e4cb97;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	     -o-border-radius: 3px;
	        border-radius: 3px;
	background-color: #b79243;
	background-image: url(/atre/common_files/images/cmn_link_ic06.png);
	background-repeat: no-repeat;
	background-position: 9px 50%;
	color: #ffffff;
	line-height: 1.25;
	text-decoration: none !important;
	text-align: center;
}
#naviIndex .topMenu > li > .applyMenu > li > a[target="_blank"] {
	padding: 0 19px 0 19px;
}
#naviIndex .topMenu > li > .applyMenu > li > a[target="_blank"]:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	display: inline-block;
	width: 14px;
	height: 12px;
	margin: -6px 0 0 0;
	background: url(/atre/common_files/images/cmn_blank_ic02.png) no-repeat 0 0;
}
#naviIndex .topMenu > li > .applyMenu > li > a > span {
	display: table-cell;
	height: 50px;
	text-align: center;
	vertical-align: middle;
}
#naviIndex .topMenu > li > .applyMenu > li > a:hover {
	background-color: #d9aa46;
}

/* aboutIndex */
#aboutIndex {
	padding: 55px 0 70px;
	background-color: #f3f1ec;
}
#aboutIndex > .heading {
	margin: 0 0 15px 0;
	font-size: 32px;
	font-size: 3.2rem;
	text-align: center;
}
#aboutIndex > .heading:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 1px;
	margin: 0 48px 0 0;
	background-color: #333333;
	vertical-align: middle;
}
#aboutIndex > .heading:after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 1px;
	margin: 0 0 0 48px;
	background-color: #333333;
	vertical-align: middle;
}
#aboutIndex > .content {
	width: 1000px;
	margin: 0 auto;
}
#aboutIndex > .content > *:first-child {
	margin-top: 0 !important;
}
#aboutIndex > .content > .aboutList {
	margin: 10px 0 0 0;
	text-align: center;
	letter-spacing: -0.4em;
}
#aboutIndex > .content > .aboutList > li {
	display: inline-block;
	padding: 0 4px;
	letter-spacing: normal;
}
#aboutIndex > .content > .aboutList + p {
	font-size: 24px;
	font-size: 2.4rem;
}

/* memberIndex */
#memberIndex {
	padding: 80px 0 0 0;
	background-color: #ffffff;
}
#memberIndex > .heading {
	border-top: 3px solid #cdac68;
	text-align: center;
}
#memberIndex > .heading > .head {
	position: relative;
	top: -35px;
	display: inline-block;
	padding: 0 25px;
	background-color: #ffffff;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 72px;
}
#memberIndex > .heading > .head:before {
	content: "";
	display: inline-block;
	width: 142px;
	height: 72px;
	background: url(/atre/images/top_fr01_1.png) no-repeat 0 0;
	vertical-align: middle;
}
#memberIndex > .heading > .head:after {
	content: "";
	display: inline-block;
	width: 142px;
	height: 72px;
	background: url(/atre/images/top_fr01_2.png) no-repeat 0 0;
	vertical-align: middle;
}
#memberIndex > .memberWrap01 {
	padding: 410px 0 0 0;
	background-image: url(/atre/images/top_ph01.jpg);
	background-repeat: no-repeat;
	background-position: 50% -430px;
	background-attachment: fixed;
}
#memberIndex > .memberWrap02 {
	padding: 410px 0 0 0;
	background-image: url(/atre/images/top_ph02.jpg);
	background-repeat: no-repeat;
	background-position: 50% -380px;
	background-attachment: fixed;
}
#memberIndex .privilegeIndex {
	padding: 30px 0;
	background-color: rgba(255,255,255,0.75);
}
#memberIndex .privilegeIndex > .heading {
	margin: 0 0 20px 0;
	padding: 0 0 10px;
	border-bottom: 3px solid #cdac68;
}
#memberIndex .privilegeIndex > .heading > .head {
	position: relative;
	display: block;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 0 2em;
	font-size: 32px;
	font-size: 3.2rem;
}
#memberIndex .privilegeIndex > .heading > .head > .num {
	position: absolute;
	left: 10px;
	bottom: 0.075em;
	color: #c79328;
	font-size: 50px;
	font-size: 5.0rem;
	font-weight: bold;
	font-style: italic;
	line-height: 1.0;
}
#memberIndex .privilegeIndex > .heading > .head rt {
	font-size: 30%;
}
#memberIndex .privilegeIndex > .content {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 40px 40px;
	background-color: #ffffff;
}
#memberIndex .privilegeIndex > .content > *:first-child {
	margin-top: 0 !important;
}
#memberIndex .privilegeIndex > .content .moreBtn {
	margin-top: 30px;
}
#memberIndex .privilegeIndex > .content .ticketBox {
	clear: both;
	margin: 30px 0 0 0;
	border: 2px solid #f0f0f0;
	background-color: #ffffff;
}
#memberIndex .privilegeIndex > .content .ticketBox > .hdg {
	padding: 15px 15px 13px;
	background: url(/atre/common_files/images/cmn_hr01.png) repeat-x 0 100%;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
}
#memberIndex .privilegeIndex > .content .ticketBox > .hdg > strong {
	font-size: 125%;
}
#memberIndex .privilegeIndex > .content .ticketBox > .cnt {
	padding: 20px 100px;
}
#memberIndex .privilegeIndex > .content .ticketBox > .cnt > *:first-child {
	margin-top: 0 !important;
}
#memberIndex .privilegeIndex > .content .ticketBox > .cnt .meritList {
}
#memberIndex .privilegeIndex > .content .ticketBox > .cnt .meritList > li {
	display: table;
	width: 100%;
}
#memberIndex .privilegeIndex > .content .ticketBox > .cnt .meritList > li + li {
	margin-top: 15px;
}
#memberIndex .privilegeIndex > .content .ticketBox > .cnt .meritList > li > .image {
	display: table-cell;
	width: 61px;
	vertical-align: middle;
}
#memberIndex .privilegeIndex > .content .ticketBox > .cnt .meritList > li > .caption {
	display: table-cell;
	padding: 0 0 0 18px;
	vertical-align: middle;
	line-height: 1.25;
}
#memberIndex .privilegeIndex > .content .ticketBox > .cnt .meritList > li > .caption > .desc {
	font-size: 22px;
	font-size: 2.2rem;
}
#memberIndex .privilegeIndex > .content .ticketBox > .cnt .meritList > li > .caption > .desc > .small {
	font-size: 65%;
}
#memberIndex .privilegeIndex > .content .ticketBox > .cnt .meritList > li > .caption > .desc + .iconLink01 {
	margin-top: 5px;
}
#memberIndex .privilegeIndex > .content .discountDetail {
	clear: both;
	margin: 40px 0 0 0;
}
#memberIndex .privilegeIndex > .content .discountDetail > *:first-child {
	margin-top: 0 !important;
}
#memberIndex .privilegeIndex > .content .discountDetail > .further {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
#memberIndex .privilegeIndex > .content .discountDetail > .further > strong {
	font-size: 115%;
}
#memberIndex .privilegeIndex > .content .discountDetail > .further + .colLayout01 {
	margin-top: 15px;
}
#memberIndex .privilegeIndex > .content .letterzineDetail {
	clear: both;
}
#memberIndex .privilegeIndex > .content .letterzineDetail > *:first-child {
	margin-top: 0 !important;
}
#memberIndex .privilegeIndex > .content .letterzineDetail > .colLayout01 > .colLeft {
	margin-right: 7%;
}
#memberIndex .privilegeIndex > .content .letterzineDetail > .colLayout01 > .colDetail {
	padding: 15px 0 0 0;
}
#memberIndex .privilegeIndex > .content .letterzineDetail > .colLayout01 > .colDetail .btnLink02 {
	margin-top: 100px;
}
#memberIndex .privilegeIndex > .content .pointList {
	clear: both;
	margin: 30px 0 0 0;
}
#memberIndex .privilegeIndex > .content .pointList > li {
	float: left;
	margin: 0 0 0 10px;
}
#memberIndex .privilegeIndex > .content .pointList > li:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}
#memberIndex .privilegeIndex > .content .pointList > li:nth-child(n+4) {
	margin-top: 10px;
}
#memberIndex .privilegeIndex > .content .pointList + .btnLink02 {
	margin-top: 50px;
}
#memberIndex .privilegeIndex > .content .othersList {
	clear: both;
}
#memberIndex .privilegeIndex > .content .othersList > li {
	float: left;
	width: 32.6%;
	margin: 0 0 0 1.1%;
}
#memberIndex .privilegeIndex > .content .othersList > li:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}
#memberIndex .privilegeIndex > .content .othersList > li:nth-child(n+4) {
	margin-top: 10px;
}
#memberIndex .privilegeIndex > .content .othersList > li > .box {
	display: table;
	width: 100%;
	border: 8px solid #efefef;
}
#memberIndex .privilegeIndex > .content .othersList > li > .box > .frame {
	display: table-cell;
	width: 100%;
	height: 110px;
	padding: 20px 5px;
	border: 1px solid #d7d7d7;
	background-color: #ffffff;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	vertical-align: middle;
}
#memberIndex .privilegeIndex > .content .othersList > li > .box > .frame > .small {
	font-size: 65%;
	font-weight: normal;
}
#memberIndex .privilegeIndex > .content .othersList > li > .note {
	margin: 0.25em 0 0 0;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}

/* joinIndex */
#joinIndex {
}
#joinIndex > .joinWrap01 {
	padding: 410px 0 0 0;
	background-image: url(/atre/images/top_ph03.jpg);
	background-repeat: no-repeat;
	background-position: 50% -380px;
	background-attachment: fixed;
}
#joinIndex .applyIndex {
	padding: 30px 0 80px;
	background-color: rgba(0,0,0,0.8);
}
#joinIndex .applyIndex > .heading {
	margin: 0 0 30px 0;
	color: #ffffff;
	font-size: 32px;
	font-size: 3.2rem;
	text-align: center;
}
#joinIndex .applyIndex > .heading > .small {
	font-size: 70%;
}
#joinIndex .applyIndex > .content {
	width: 1000px;
	margin: 0 auto;
}
#joinIndex .applyIndex > .content > *:first-child {
	margin-top: 0 !important;
}
#joinIndex .applyIndex > .content .applyDetail {
}
#joinIndex .applyIndex > .content .applyDetail > *:first-child {
	margin-top: 0 !important;
}
#joinIndex .applyIndex > .content .applyDetail .note {
	position: relative;
	margin: 1em 0 0 0;
	padding: 0 0 0 4.2em;
	color: #cccccc;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
}
#joinIndex .applyIndex > .content .applyDetail .note > .icn {
	position: absolute;
	left: 0;
	top: 0.2em;
}

/* actionIndex */
#actionIndex {
}
#actionIndex .actionWrap01 {
	min-height: 840px;
	padding: 210px 0 0 0;
	background-color: #000000;
	background-image: url(/atre/images/top_ph05.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
#actionIndex .actionWrap01 .actionBox {
	clear: both;
	width: 920px;
	margin: 0 auto;
	padding: 25px 40px;
	background-color: rgba(0,0,0,0.25);
	color: #ffffff;
}
#actionIndex .actionWrap01 .actionBox .message {
	color: #ffffff;
	font-size: 27px;
	font-size: 2.7rem;
	text-align: center;
}
#actionIndex .actionWrap01 .actionBox .message > strong {
	font-weight: normal;
}
#actionIndex .actionWrap01 .actionBox .colLayout01 > .col > .btnLink02 a {
	border: 3px solid #ffffff;
	font-size: 24px;
	font-size: 2.0rem;
}
#actionIndex .actionWrap01 .actionBox .colLayout01 > .col > .btnLink02 a.type-blank {
	padding: 23px 15px 20px;
}
#actionIndex .actionWrap01 .actionBox .colLayout01 > .col > .btnLink02 a:before {
	display: none;
}
#actionIndex .actionWrap01 .actionBox .colLayout01 > .col > .btnLink02 a > span {
	display: inline-block;
	padding: 0 0 0 20px;
}
#actionIndex .actionWrap01 .actionBox .colLayout01 > .col:nth-child(1) > .btnLink02 a > span {
	background: url(/atre/common_files/images/cmn_ic01.png) no-repeat 0 0.1em;
}
#actionIndex .actionWrap01 .actionBox .colLayout01 > .col:nth-child(2) > .btnLink02 a > span:nth-child(1) {
	background: url(/atre/common_files/images/cmn_ic02.png) no-repeat 0 0.15em;
}
#actionIndex .actionWrap01 .actionBox .colLayout01 > .col:nth-child(3) > .btnLink02 a > span:nth-child(1) {
	background: url(/atre/common_files/images/cmn_ic02.png) no-repeat 0 0.15em;
}



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

  MEDIA

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

/* Device
------------------------------------------------------ */
/*----- Tablet -----*/
[data-device="tablet"] #visualIndex,
[data-device="tablet"] #memberIndex > .memberWrap01,
[data-device="tablet"] #memberIndex > .memberWrap02,
[data-device="tablet"] #joinIndex > .joinWrap01 {
	background-attachment: scroll;
}

/*----- Smartphone -----*/
[data-device="smartphone"] #visualIndex,
[data-device="smartphone"] #memberIndex > .memberWrap01,
[data-device="smartphone"] #memberIndex > .memberWrap02,
[data-device="smartphone"] #joinIndex > .joinWrap01 {
	background-attachment: scroll;
}


/* Resposive
------------------------------------------------------ */
@media screen and (min-width: 769px) and (max-width: 1280px) {
}
@media screen and (max-width: 1920px) {
}
@media screen and (max-width: 1536px) {
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1080px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
}



/* Print
------------------------------------------------------ */
@media print {
	.naviWrap {
		position: absolute !important;
		top: 691px !important;
	}
}



/* Clearfix
------------------------------------------------------ */
#visualIndex > .infomation > .newsBlock > .newsList:after,
#naviIndex .topMenu:after,
#naviIndex .topMenu > li > .applyMenu:after,
#memberIndex .privilegeIndex > .content .pointList:after,
#memberIndex .privilegeIndex > .content .othersList:after {
	content: "";
	display: table;
	clear: both;
}
#visualIndex > .infomation > .newsBlock > .newsList,
#naviIndex .topMenu,
#naviIndex .topMenu > li > .applyMenu,
#memberIndex .privilegeIndex > .content .pointList,
#memberIndex .privilegeIndex > .content .othersList {
	zoom: 1;
}



/* Add 2021.4 atre-Top BannerSlick
------------------------------------------------------ */
.atretp__bnrList .slick-prev,
.atretp__bnrList .slick-next {
  position: absolute;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  text-indent: -9999px;
  font-size: 0;
  z-index: 10;
}
.atretp__bnrList .slick-prev::before,
.atretp__bnrList .slick-next::before {
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
}
.atretp__bnrList .slick-prev {
  top: 0;
  bottom: 0;
  margin: auto;
}
.atretp__bnrList .slick-prev::before {
  transform: rotate(-225deg);
}
.atretp__bnrList .slick-next {
  top: 0;
  bottom: 0;
  margin: auto;
}
.atretp__bnrList .slick-next::before {
  transform: rotate(-45deg);
}

.atretp__bnrList .slick-prev::before,
.atretp__bnrList .slick-next::before {
  height: 20px;
  width: 20px;
}
.atretp__bnrList .slick-prev {
  left: -30px;
}
.atretp__bnrList .slick-next {
  right: -30px;
}

/*
@media screen and (max-width: 768px) {
  .atretp__bnrList .slick-prev,
  .atretp__bnrList .slick-next {
    width: 10.666666666666668vw;
    height: 16vw;
  }
  .atretp__bnrList .slick-prev::before,
  .atretp__bnrList .slick-next::before {
    height: 5.333333333333334vw;
    width: 5.333333333333334vw;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .atretp__bnrList .slick-prev {
    left: -12vw;
  }
  .atretp__bnrList .slick-next {
    right: -12vw;
  }
}
*/


