@charset "UTF-8";

/* ----------------------------------
 アニメをもっと気軽にAT-DX
---------------------------------- */
/* COMMON
---------------------------------- */
* {
  list-style: none;
  margin: 0px;
  padding: 0px;
	border: none;
	outline: none;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

p,
span,
a {
	text-decoration: none;
	line-height: 1.5;
	color: #000000;
}
table { table-layout: fixed;}

img { border: 0; vertical-align: top;}
img { width: 100%;}

.clearfix:before,
.clearfix:after { content: " "; display: table;}
.clearfix:after { clear: both;}

.only_sp { display: none;}
.only_pc { display: block;}

/*
.fade { transform: translateY(50px); opacity: 0; transition: 0.5s;}
.fade.fadeIn { opacity: 1; transform: translateY(0);}
*/

#lp_AT-DX * { box-sizing: border-box;}
#lp_AT-DX .sec-inner { width: 1000px; margin: 0 auto;}

@media screen and (max-width: 1040px) {
	.only_sp { display: block;}
	.only_pc { display: none;}
	
	#lp_AT-DX .sec-inner { width: 100%; margin: 0 auto;}
}

/* 共通ボタン
---------------------------------- */
/* 会員登録 */
.entry-button .entry-btn {
	width: 100%;
	min-height: 86px;
	padding: 0;
	border-radius: 10px;
	font-size: clamp(24px, 3.3203vw, 34px);
	font-weight: 500;
	text-align: center;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #E60039;
	box-shadow: 0 3px 6px rgb(0,0,0,0.16);
	position: relative;
	z-index: 2;
	transition: 0.3s;
}
.entry-button .entry-btn::after {
	content: '';
	width: 32px;
	height: 32px;
	background-color: transparent;
	background-image: url("../../../img/page/lp/0000/2511/btn_arrow.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	position: absolute;
	top: calc(50% - 16px);
	right: 30px;
	transition: 0.3s;
}
.entry-button .entry-btn:hover { opacity: 0.8;}
.entry-button .entry-btn:hover::after { right: 20px;}
.entry-button .entry-btn img { width: auto; height: 40px; vertical-align: top; display: inline !important;}

@media screen and (max-width: 1040px) {
	.entry-button .entry-btn { width: 100%; min-height: auto; padding: 20px 0; line-height: 1.2; display: block; box-shadow: 0 3px 6px rgb(0,0,0,0.16);}
	.entry-button .entry-btn img { width: auto; height: 27px;}
	.entry-button .entry-btn::after { width: 20px; height: 20px; top: calc(50% - 10px); right: 20px;}
	.entry-button .entry-btn:hover::after { right: 10px;}
}

/* 14日間無料 */
.free-trial-button .free-trial-btn {
	width: 100%;
	min-height: 110px;
	padding: 8px 0 0 0;
	border-radius: 10px;
	font-size: clamp(24px, 3.3203vw, 34px);
	font-weight: 500;
	text-align: center;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #E60039;
	box-shadow: 0 3px 6px rgb(0,0,0,0.16);
	position: relative;
	z-index: 2;
	transition: 0.3s;
}
.free-trial-button .free-trial-btn::after {
	content: '';
	width: 32px;
	height: 32px;
	background-color: transparent;
	background-image: url("../../../img/page/lp/0000/2511/btn_arrow.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	position: absolute;
	top: calc(50% - 16px);
	right: 30px;
	transition: 0.3s;
}
.free-trial-button .free-trial-btn:hover { opacity: 0.8;}
.free-trial-button .free-trial-btn:hover::after { right: 20px;}
.free-trial-button .free-trial-btn img { width: 58px; margin: 0 10px 0 0; vertical-align: top; display: inline !important; position: relative; top: -6px;}
.free-trial-button .free-trial-btn .small { font-size: clamp(20px, 2.7344vw, 28px); color: #FFF;}
.free-trial-button .memo { margin: 16px auto 0; font-size: clamp(12px, 1.9531vw, 20px); text-align: center; color: #141414;}

@media screen and (max-width: 1040px) {
	.free-trial-button .free-trial-btn { width: 100%; min-height: auto; padding: 25px 0 15px; line-height: 1.2; display: block;}
	.free-trial-button .free-trial-btn img { width: 42px; position: relative; top: -8px;}
	.free-trial-button .free-trial-btn::after { width: 20px; height: 20px; top: calc(50% - 10px); right: 20px;}
	.free-trial-button .free-trial-btn:hover::after { right: 10px;}
}

/* HEADER
---------------------------------- */
#lp_AT-DX #sec_header { width: 100%; padding: 0 20px; min-height: 700px; display: flex; justify-content: center; align-items: center; position: relative; overflow: hidden; background: #000;}
#lp_AT-DX #sec_header::before { content: ''; display: block; background: rgba(0,0,0,0.72); position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2;}
#lp_AT-DX #sec_header #sec_header_bg { width: 120%; height: 100%; position: absolute; top: -2%; left: 50%; transform: translateX(-50%) rotate(-5deg); transform-origin: 50% 50%; z-index: 1;}
#lp_AT-DX #sec_header #sec_header_bg .sec-header-bg-line { width: max-content; height: 32%; margin: 0 0 20px; display: flex; position: relative; z-index: 1;}
#lp_AT-DX #sec_header #sec_header_bg .sec-header-bg-line img { width: auto; height: 100%; vertical-align: top;}
#lp_AT-DX #sec_header .sec-inner { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 3;}
#lp_AT-DX #sec_header .logo { width: 380px;}
#lp_AT-DX #sec_header .logo img { width: 100%; vertical-align: top;}
#lp_AT-DX #sec_header .desc { width: 520px;}
#lp_AT-DX #sec_header .desc h2 { width: 347px; margin: 0 auto 35px; text-align: center;}
#lp_AT-DX #sec_header .desc-box { 
	width: 100%;
	padding: 20px 30px;
	border-radius: 10px;
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%);
	box-shadow: 0 3px 6px rgb(0,0,0,0.16);
}
#lp_AT-DX #sec_header .desc-box .price { padding: 15px 0 0; margin: 0 0 15px; display: flex; justify-content: flex-end; position: relative;}
#lp_AT-DX #sec_header .desc-box .price::before {
	content: '';
	width: 150px;
	height: 156px;
	background-color: transparent;
	background-image: url("../../../img/page/lp/0000/2511/taiga01.png");
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	top: -60px;
	left: -10px;
}
#lp_AT-DX #sec_header .desc-box .price img { width: auto; height: 75px; display: inline;}
#lp_AT-DX #sec_header .desc-box .entry-button { margin: 25px 0 10px;}
#lp_AT-DX #sec_header .desc-box .free-trial-button { padding: 60px 0 0; position: relative;}
#lp_AT-DX #sec_header .desc-box .free-trial-button::before {
	content: '';
	width: 122px;
	height: 61px;
	background-color: transparent;
	background-image: url("../../../img/page/lp/0000/2511/pop_now01.png");
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	top: -5px;
	left: 0;
}
#lp_AT-DX #sec_header .desc-box .free-trial-button::after {
	content: '';
	width: 40px;
	height: 40px;
	background-color: transparent;
	background-image: url("../../../img/page/lp/0000/2511/arrow.png");
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translate(-50%, 0);
}
#lp_AT-DX #sec_header .desc-box .free-trial-button .free-trial-btn { min-height: 86px;}
#lp_AT-DX #sec_header .desc-box .free-trial-button .memo { font-size: clamp(12px, 1.5625vw, 16px);}

#lp_AT-DX #sec_header #sec_header_bg #bg_line01 .front { animation: slide-front 100s -50s linear infinite;}
#lp_AT-DX #sec_header #sec_header_bg #bg_line01 .back  { animation: slide-back  100s   0s linear infinite;}
#lp_AT-DX #sec_header #sec_header_bg #bg_line02 .front { animation: slide-front 100s -50s linear infinite reverse;}
#lp_AT-DX #sec_header #sec_header_bg #bg_line02 .back  { animation: slide-back  100s   0s linear infinite reverse;}
#lp_AT-DX #sec_header #sec_header_bg #bg_line03 .front { animation: slide-front  86s -43s linear infinite;}
#lp_AT-DX #sec_header #sec_header_bg #bg_line03 .back  { animation: slide-back   86s   0s linear infinite;}

@keyframes slide-front {
		0% { transform: translateX(100%);}
	100% { transform: translateX(-100%);}
}
@keyframes slide-back {
		0% { transform: translateX(0%);}
	100% { transform: translateX(-200%);}
}

@media screen and (max-width: 1040px) {
	#lp_AT-DX #sec_header {	padding: 80px 20px 50px; min-height: unset;}
	#lp_AT-DX #sec_header .sec-inner { display: flex; flex-direction: column; justify-content: center;}
	#lp_AT-DX #sec_header .logo { width: 55.89%; margin: 0 auto 45px;}
	#lp_AT-DX #sec_header .desc { width: 100%;}
	#lp_AT-DX #sec_header .desc h2 { width: 63%; margin: 0 auto 30px;}
	#lp_AT-DX #sec_header .desc-box .price { justify-content: center;}
	#lp_AT-DX #sec_header .desc-box .free-trial-button .free-trial-btn { min-height: unset;}
}
@media screen and (max-width: 750px) {
	#lp_AT-DX #sec_header .desc-box .price { padding: 0 0 0 130px; justify-content: center;}
	#lp_AT-DX #sec_header .desc-box .price img { height: 54px;}
	#lp_AT-DX #sec_header .desc-box .price::before { width: 125px; height: 132px; top: -60px; left: -15px;}
	#lp_AT-DX #sec_header .desc-box .free-trial-button .free-trial-btn { min-height: unset;}
}

/* AT-DXとは？
---------------------------------- */
#lp_AT-DX #sec_about { padding: 150px 20px 120px; background-color: #E5E5E5;}
#lp_AT-DX #sec_about h2 { max-width: 485px; margin: 0 auto 65px; text-align: center;}
#lp_AT-DX #sec_about .point-list .point-box { padding: 0 60px; border-radius: 16px; background: #FFF;}
#lp_AT-DX #sec_about .point-list .point-box + .point-box { margin-top: 70px;}
#lp_AT-DX #sec_about .point-box .head { padding: 0 0 28px; border-bottom: #E61745 3px solid;}
#lp_AT-DX #sec_about .point-box h3 { margin: 0 auto 5px; text-align: center;}
#lp_AT-DX #sec_about .point-box h3 img { width: auto; height: 80px; margin: 0 auto; position: relative; top: -10px;}
#lp_AT-DX #sec_about .point-box .ttl-sub { font-size: clamp(17px, 2.9297vw, 30px); font-weight: 700; text-align: center;}
#lp_AT-DX #sec_about .point-box .ttl-sub strong { font-size: clamp(40px, 5.5664vw, 57px); font-weight: 700;}
#lp_AT-DX #sec_about .point-box .desc-frame dt { padding: 30px 0; font-size: clamp(16px, 2.1484vw, 22px); font-weight: bold; text-align: center; display: flex; justify-content: center; align-items: center;}
#lp_AT-DX #sec_about .point-box .desc-frame dt span { font-size: clamp(16px, 2.1484vw, 22px); font-weight: bold;}
#lp_AT-DX #sec_about .point-box .desc-frame dt .opener { text-align: center; color: #E60039; display: flex; align-items: center;}
#lp_AT-DX #sec_about .point-box .desc-frame dt .opener::after {
  content: '';
  width: 10px;
  height: 10px;
	margin: 0 0 0 20px;
  border-right: #E60039 2px solid;
  border-top: #E60039 2px solid;
  display: inline-block;
	position: relative;
	top: -3px;
  transform: rotate(135deg);	
}
#lp_AT-DX #sec_about .point-box .desc-frame.active dt .opener { display: none;}
#lp_AT-DX #sec_about .point-box .desc-frame dt .closer { text-align: center; display: none;}
#lp_AT-DX #sec_about .point-box .desc-frame dt .closer::after {
  content: '';
  width: 10px;
  height: 10px;
	margin: 0 0 0 20px;
  border-right: #000 2px solid;
  border-top: #000 2px solid;
  display: inline-block;
	position: relative;
	top: 1px;
  transform: rotate(-45deg);
}
#lp_AT-DX #sec_about .point-box .desc-frame.active dt .closer { display: flex; align-items: center;}
#lp_AT-DX #sec_about .point-box .desc-frame dd { padding: 0 0 60px; display: none;}

@media screen and (max-width: 1040px) {
	#lp_AT-DX #sec_about { padding: 50px 20px 20px;}
	#lp_AT-DX #sec_about h2 { width: 68.71%; margin: 0 auto 20px;}
	#lp_AT-DX #sec_about .point-list .point-box { padding: 0 20px; border-radius: 20px;}
	#lp_AT-DX #sec_about .point-list .point-box + .point-box { margin-top: 20px;}
	#lp_AT-DX #sec_about .point-box .head { padding: 22px 0 18px; border-bottom: #E61745 2px solid; display: flex; justify-content: space-between; align-items: center;}
	#lp_AT-DX #sec_about .point-box h3 { width: 52px; margin: 0; text-align: left;}
	#lp_AT-DX #sec_about .point-box h3 img { width: 100%; height: auto; top: 0;}
	#lp_AT-DX #sec_about .point-box .ttl-sub { width: calc(100% - 70px); text-align: left;}
	#lp_AT-DX #sec_about .point-box .desc-frame dt { padding: 20px 0;}
	#lp_AT-DX #sec_about .point-box .desc-frame dd { padding: 0 0 25px;}
}

/* POINT 01 */
#lp_AT-DX #sec_about #point01 .pickup-list { max-width: 660px; margin: 0 auto 45px; display: flex; flex-wrap: wrap; gap: 28px;}
#lp_AT-DX #sec_about #point01 .pickup-item { width: calc((100% - 28px * 2)/3); border: #E61745 3px solid; padding: calc((100% - 28px * 2)/3) 0 0; border-radius: 100%; position: relative;}
#lp_AT-DX #sec_about #point01 .pickup-item .item-wrap {
  width: 100%;
  height: 100%;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#lp_AT-DX #sec_about #point01 .pickup-item .item-wrap .name { margin: 0 0 10px; font-size: clamp(18px, 2.3438vw, 24px); font-weight: bold; text-align: center;}
#lp_AT-DX #sec_about #point01 .pickup-item .item-wrap figure { width: 50%; margin: 0 auto; text-align: center;}
#lp_AT-DX #sec_about #point01 .text.center { margin: 0 auto 40px; font-size: clamp(16px, 2.3438vw, 24px); font-weight: bold; text-align: center; line-height: 2.0; letter-spacing: 0.1em;}
#lp_AT-DX #sec_about #point01 .image-list { max-width: 660px; margin: 0 auto; display: flex; justify-content: center; flex-wrap: nowrap; gap: 4px;}

@media screen and (max-width: 1040px) {
	#lp_AT-DX #sec_about #point01 .pickup-list { padding: 0 5%; margin: 0 auto 20px; gap: 20px;}
	#lp_AT-DX #sec_about #point01 .pickup-item { width: calc(50% - 10px); padding: calc(50% - 10px) 0 0;}
	#lp_AT-DX #sec_about #point01 .text.center { margin: 0 auto 20px; line-height: 1.8;}
}

/* POINT 02 */
#lp_AT-DX #sec_about #point02 h4 { margin: 0 0 30px; font-size: clamp(16px, 2.1484vw, 22px); font-weight: bold; text-align: center; letter-spacing: 0.1em;}
#lp_AT-DX #sec_about #point02 .lineup-list { max-width: 760px; margin: 0 auto;}
#lp_AT-DX #sec_about #point02 .lineup-list .lineup-item { display: flex; justify-content: space-between; align-items: center; column-gap: 40px;}
#lp_AT-DX #sec_about #point02 .lineup-list .lineup-item:nth-child(even) { flex-direction: row-reverse;}
#lp_AT-DX #sec_about #point02 .lineup-list .lineup-item + .lineup-item { margin-top: 30px;}
#lp_AT-DX #sec_about #point02 .lineup-image { width: calc(50% - 20px);}
#lp_AT-DX #sec_about #point02 .lineup-desc  { width: calc(50% - 20px);}
#lp_AT-DX #sec_about #point02 .lineup-desc p { font-size: clamp(12px, 1.7578vw, 18px); font-weight: bold; line-height: 1.8;}

@media screen and (max-width: 1040px) {
	#lp_AT-DX #sec_about #point02 h4 { margin: 0 0 20px;}
	#lp_AT-DX #sec_about #point02 .lineup-list .lineup-item { column-gap: 20px;}
	#lp_AT-DX #sec_about #point02 .lineup-list .lineup-item + .lineup-item { margin-top: 20px;}
	#lp_AT-DX #sec_about #point02 .lineup-image { width: calc(55% - 10px);}
	#lp_AT-DX #sec_about #point02 .lineup-desc  { width: calc(45% - 10px);}
}

/* POINT 03 */
#lp_AT-DX #sec_about #point03 h4 { margin: 0 0 15px; font-size: clamp(22px, 2.7344vw, 28px); font-weight: bold; text-align: center; letter-spacing: 0.1em; color: #E60039;}
#lp_AT-DX #sec_about #point03 .sub-ttl { margin: 0 0 25px; font-size: clamp(16px, 2.1484vw, 22px); font-weight: 500; text-align: center; letter-spacing: 0.1em;}
#lp_AT-DX #sec_about #point03 .entry-button { width: 600px; margin: 0 auto;}
#lp_AT-DX #sec_about #point03 .free-trial-button { width: 600px; padding: 60px 0 0 0; margin: 0 auto; position: relative;}
#lp_AT-DX #sec_about #point03 .free-trial-button::before {
	content: '';
	width: 162px;
	height: 104px;
	background-color: transparent;
	background-image: url("../../../img/page/lp/0000/2511/pop_now02.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	top: -50px;
	left: 0;
}
#lp_AT-DX #sec_about #point03 .free-trial-button::after {
	content: '';
	width: 30px;
	height: 30px;
	background-color: transparent;
	background-image: url("../../../img/page/lp/0000/2511/arrow.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

@media screen and (max-width: 1040px) {
	#lp_AT-DX #sec_about #point03.point-box .ttl-sub { font-size: clamp(22px, 2.9297vw, 30px); letter-spacing: 0.1em;}
	#lp_AT-DX #sec_about #point03 .entry-button { width: 100%;}
	#lp_AT-DX #sec_about #point03 .free-trial-button { width: 100%; padding: 50px 0 0 0;}
	#lp_AT-DX #sec_about #point03 .free-trial-button::before { width: 87px; height: 55px; top: -10px;}
}


/* よくある質問
---------------------------------- */
#lp_AT-DX #sec_faq { padding: 100px 20px; background: #000;}
#lp_AT-DX #sec_faq .sec-inner { width: 1200px;}
#lp_AT-DX #sec_faq h2 { max-width: 485px; margin: 0 auto 60px; font-size: clamp(22px, 3.4180vw, 35px); font-weight: bold; text-align: center; color: #FFF;}
#lp_AT-DX #sec_faq .faq-box + .faq-box { margin-top: 30px;}
#lp_AT-DX #sec_faq .faq-box .num { font-size: clamp(16px, 2.7344vw, 28px); font-weight: 700; line-height: 1.0; position: absolute; top: calc(50% - 0.5em); left: 30px;}
#lp_AT-DX #sec_faq .faq-box dt {
  min-height: 90px;
  padding: 10px 80px 10px 110px;
  border-radius: 10px;
  font-size: clamp(16px, 2.7344vw, 28px);
  font-weight: 700;
	display: flex;
	align-items: center;
  background: #D9D9D9;
  position: relative;
}
#lp_AT-DX #sec_faq .faq-box dt::before,
#lp_AT-DX #sec_faq .faq-box dt::after {
	content: '';
	width: 36px;
	border-top: #000 6px solid;
	display: block;
	position: absolute;
	right: 30px;
	top: calc(50% - 3px);
	transition: 0.3s;
}
#lp_AT-DX #sec_faq .faq-box dt::after { transform: rotate(90deg);}
#lp_AT-DX #sec_faq .faq-box.active dt::after { transform: rotate(0deg);}
#lp_AT-DX #sec_faq .faq-box dd { padding: 30px 0 30px 5em; font-size: 20px; font-weight: 700; color: #FFF; display: none; position: relative;}
#lp_AT-DX #sec_faq .faq-box dd * { color: #FFF;}
#lp_AT-DX #sec_faq .faq-box dd .num  { font-size: clamp(16px, 1.9531vw, 20px); font-weight: 700; color: #FFF; top: 35px; left: 40px;}
#lp_AT-DX #sec_faq .faq-box dd .text { font-size: clamp(16px, 1.9531vw, 20px); font-weight: 700; color: #FFF;}
#lp_AT-DX #sec_faq .faq-box dd .text a { font-size: clamp(16px, 1.9531vw, 20px); font-weight: 700; text-decoration: underline; color: #FFF;}
#lp_AT-DX #sec_faq .faq-box dd .ttl  { margin-top: 20px; font-size: clamp(16px, 1.9531vw, 20px); font-weight: 700; color: #FFF;}
#lp_AT-DX #sec_faq .faq-box dd .list li { padding-left: 1em; font-size: clamp(15px, 1.7578vw, 18px); font-weight: 400; text-indent: -1em; list-style: disc inside; color: #FFF;}
#lp_AT-DX #sec_faq .faq-box dd p + .list { margin-top: 10px;}

@media screen and (max-width: 1240px) {
	#lp_AT-DX #sec_faq .sec-inner { width: 100%;}
	#lp_AT-DX #sec_faq .faq-box dt { min-height: 80px; padding: 10px 60px 10px 4em;}
}
@media screen and (max-width: 1040px) {
	#lp_AT-DX #sec_faq { padding: 50px 20px;}
	#lp_AT-DX #sec_faq h2 { margin: 0 auto 40px;}
	#lp_AT-DX #sec_faq .faq-box + .faq-box { margin-top: 20px;}
	#lp_AT-DX #sec_faq .faq-box dt { min-height: 70px; padding: 10px 50px 10px 4em;}
	#lp_AT-DX #sec_faq .faq-box dt .num { left: 20px;}
	#lp_AT-DX #sec_faq .faq-box dt::before,
	#lp_AT-DX #sec_faq .faq-box dt::after { width: 24px; border-top: #000 4px solid; right: 20px; top: calc(50% - 2px);}
	#lp_AT-DX #sec_faq .faq-box dd { padding: 20px 15px 20px 3.5em;}
	#lp_AT-DX #sec_faq .faq-box dd .num  { top: 23px; left: 20px;}
}
	
/* アニメをもっと気軽に
---------------------------------- */
#lp_AT-DX #sec_trial {
	padding: 220px 20px 120px;
	background-color: #E5E5E5;
	background-image: url("../../../img/page/lp/0000/2511/bg_ribon.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: auto 145%;
	background-size: auto 145%;
}
#lp_AT-DX #sec_trial .sec-inner { width: 600px;}
#lp_AT-DX #sec_trial .logo { width: 360px; margin: 60px auto 0; text-align: center;}
#lp_AT-DX #sec_trial .entry-button,
#lp_AT-DX #sec_trial .free-trial-button { position: relative;}
#lp_AT-DX #sec_trial .entry-button::before,
#lp_AT-DX #sec_trial .free-trial-button::before {
	content: '';
	width: 204px;
	height: 188px;
	background-color: transparent;
	background-image: url("../../../img/page/lp/0000/2511/taiga02.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	position: absolute;
	top: -115px;
	left: 50%;
	transform: translate(-50%, 0);
}
#lp_AT-DX #sec_trial .entry-button .btn
#lp_AT-DX #sec_trial .free-trial-button .btn { border-radius: 10px; background: #FFF; opacity: 1.0 !important;}

@media screen and (max-width: 1040px) {
	#lp_AT-DX #sec_trial {
		padding: 100px 20px 70px;
		background-image: url("../../../img/page/lp/0000/2511/bg_ribon_sp.png");
		-webkit-background-size: cover;
		background-size: cover;
	}
	#lp_AT-DX #sec_trial .sec-inner { width: 88%;}
	#lp_AT-DX #sec_trial .logo { width: 66.77%; margin: 30px auto 0;}
	#lp_AT-DX #sec_trial .entry-button::before { width: 114px; height: 105px; top: -65px;}
	#lp_AT-DX #sec_trial .free-trial-button::before { width: 114px; height: 105px; top: -65px;}
}

/* FOOTER
---------------------------------- */
footer { padding: 30px 0; text-align: center; box-sizing: border-box;}
footer small { font-size: 16px; font-weight: 500; text-align: center; display: block;}

/* キャンペーンポップアップ
---------------------------------- */
.campain-popup {
  width: 100%;
  max-width: 300px;
  padding: 30px 38px;
  border-radius: 30px 0 0 0;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.6));
  transition: 0.5s;
}
.campain-popup p { margin: 0 0 20px 0; width: 224px;}
.campain-popup a { display: block; position: relative; border-radius: 50px; width: 200px; height: 56px; background-color: #E60039; transition: 0.3s; margin: 0 auto;}
.campain-popup a span { font-weight: bold; font-size: 16px; text-align: center; color: #FFF; display: block; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%);}
.campain-popup a:hover { transform: translateY(1px); opacity: 0.5;}
.campain-popup.btn4 a　{ width: 215px;}
.campain-popup .closeBtn {
  width: 18px;
  height: 18px;
  display: block;
  background-image: url(https://atdx.at-x.com/img/page/lp/0000/common/ico-close.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.campain-popup .closeBtn:hover { transform: rotate(180deg);}
.campain-popup.hidden { opacity: 0; visibility: hidden; transform: translateY(10px);}

@media screen and (max-width: 767px) {
	.campain-popup { width: 100%; max-width: none; padding: 2.564vw 0; border-radius: 0;}
	.campain-popup p { width: 57.435vw; margin: 0 auto 2.564vw auto;}
	.campain-popup a { width: 51.282vw; height: 14.358vw; margin: 0 auto; border-radius: 12.82vw;}
	.campain-popup a span { font-size: 4.102vw;}
	.campain-popup.btn4 a { width: 55.282vw;}
	.campain-popup .closeBtn { width: 4.615vw; height: 4.615vw; top: 2.564vw; right: 5.128vw;}
}

/* キャンペーン切替
---------------------------------- */
#lp_AT-DX.campaign .only-normal,
#lp_AT-DX.campaign .entry-button { display: none !important;}

#lp_AT-DX.normal .only-campaign,
#lp_AT-DX.normal .free-trial-button { display: none !important;}
