@charset "utf-8";
:root {
	--c_01: #007aff;
	--c_02: #d7f1ff;
	--c_03: #ff9f45;
	--c_04: #f2f2f2;
	--c_05: #0068e2;
	--c_06: #fa1e54;
}
.bg01 {background-color: var(--c_01)!important}
.bg02 {background-color: var(--c_02)!important}
.bg03 {background-color: var(--c_03)!important}
.bg04 {background-color: var(--c_04)!important}
.bg05 {background-color: var(--c_05)!important}
.bg06 {background-color: var(--c_06)!important}
.clr01 {color: var(--c_01)!important}
.clr02 {color: var(--c_02)!important}
.clr03 {color: var(--c_03)!important}
.clr04 {color: var(--c_04)!important}
.clr05 {color: var(--c_05)!important}
.clr06 {color: var(--c_06)!important}

.fo-tsuku {
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.fo-clare {
	font-family: "clarendon-wide-stencil", sans-serif;
	font-weight: 700;
	font-style: normal;
}

body {color: #333;}
#sns_cp2025 .copyright {
	background: #fff;
	color: #000;
}
#sns_cp2025 .btn1 a {
	border-radius: 10rem;
	background-color: var(--c_06);
}
#sns_cp2025 .btn1 a:hover {
	background-color: var(--c_01);
}
#sns_cp2025 .btn-back a,
#sns_cp2025 #entryForm .btn-back a {
	color: #fff;
	border-color: #fff;
	background: #4d4d4d;
}
#sns_cp2025 #entryForm .btn-back a {
	background: transparent;
}
#sns_cp2025 #entryForm .btn-back a::before{
	background-image: url("../../common/img/btn_arrow.png");
}
.btn-back a:hover {
	background-color: #4d4d4d!important;
}
#sns_cp2025 .mailBtn input,
#sns_cp2025 .mailBtn.-blue input[type="submit"] {
	font-family: inherit;
	font-weight: 600;
	background: var(--c_06);
	border-color: var(--c_06);
	border-radius: 10rem;
}
#sns_cp2025 .mailBtn input:hover,
#sns_cp2025 .mailBtn.-blue input[type="submit"]:hover {
	background: #fff;
	color: var(--c_06);
}
#sns_cp2025 .mailBtn input.formBack {
	background: #f1f1f1;
	border: 1px solid #000
}
.clrOra {
	color: red;
}
article > section {
	padding: 6rem 0;
}
header {
	margin-bottom: 0;
}
p.hLogo img {
	max-height: 2.4rem;
}
.main h1 {
	background: url("../../asset_sns_cp2025/img/main.jpg") center center no-repeat;
	background-size: cover;
	height: 81.5rem;
	height: clamp(81.5rem,42.4479vw,120rem);
}
@media screen and (max-width: 1285px) {
	.main h1 {
		height: 58.2101167vw;
	}
}
.pageTtl {
	margin-bottom: 3rem;
}
.pageTtl h1+p {
	font-size: 19px;
	color: #fff;
	letter-spacing: .15em;
	margin-top: 12px;
}
.ttlBox {
	margin-bottom: 4rem;
	font-weight: 600;
	color: var(--c_01);
}
.ttlBox h2 {
	font-size: 6.5rem;
	font-weight: 600;
	line-height: .8;
}
.ttlBox p {
	margin-top: 1.5rem;
}
.txt-lh {
	font-size: 2.2rem;
}
.presentWrap {
	margin-top: 4rem;
	gap: 3rem 1rem;
}
.presentWrap li {
	max-width: 31.8rem;
}
.presentWrap li .txt {
	font-size: 112.5%;
	margin-top: 1.5rem;
}
#wchance {
	padding: 0 0 3.5rem;
	overflow: visible;
}
#wchance img {
	margin-top: -.5rem;
}
.quizTop h2 {
	margin-bottom: 6rem;
}
.quizTop h3 {
	background: #fff;
	border-radius: 20rem;
	padding: 1.5rem;
	margin-bottom: 4rem;
}
.quizTop .txt {
	font-size: 2rem;
	text-align: left;
}
.quizTopWrap {
	gap: 3rem 4.5rem;
	margin-bottom: 5rem;
}
.quizTopWrap .img {
	width: 32.5rem;
	margin-top: -5rem;
}
.quizTopWrap dl {
	flex: 1;
	text-align: left;
}
.quizTopWrap dt h4 {
	max-width: 31.6rem;
}
.quizTopWrap dt {
	margin-bottom: 2.5rem;
	padding-bottom: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: .2rem solid var(--c_01);
}
.quizTopWrap dt a {
	display: inline-block;
	background: #fff;
	border-radius: 10rem;
	padding: .5rem 2rem;
	border: .2rem solid #fff;
}
.quizTopWrap dt a:hover {
	border-color: var(--c_01);
}
.quizTop h5 {
	background: var(--c_03);
	border-radius: 20rem;
	padding: 1.5rem;
	padding-bottom: 1rem;
	font-size: 3.7rem;
	line-height: 1;
	color: #fff;
	margin-bottom: 4rem;
	position: relative;
}
.quizTop h5::after {
	content: "";
	display: block;
	width: 3.3rem;
	height: 1.6rem;
	background-color: var(--c_03);
	clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
	position: absolute;
	left: 0;
	right: 0;
	top: 99.9%;
	margin: 0 auto;
}



/*quisArea
---------------------------------------------------------*/
#quiz .container {
	max-width: 108rem;
}
.quizArea {
	border: .8rem solid var(--c_01);
	overflow: hidden;
	border-radius: 5rem;
}
.tapArea {
	background: url(../img/quiz_bg.jpg) top center no-repeat;
	background-size: cover;
	padding: 2rem;
	overflow: hidden;
	position: relative;
}
.tapArea h2 {
	max-width: 41rem;
	margin: 0 auto .8rem;
}
.tapTxt {
	max-width: 41rem;
	margin: 0 auto 1rem;
}
.tapImg {
	position: relative;
	max-width: 43rem;
	margin: 0 auto;
}
.tapBtn li {
	position: absolute;
	width: 15.6904%;
	z-index: 5;
	transition: .5s .9s;
	animation: floating 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating {
	0% {
		transform: translateY(-10%);
	}
	100% {
		transform: translateY(10%);
	}
}
.tapBtn li:hover img {
	opacity: 1;
	transform: translateY(-1rem);
}
.tapBtn li._01 {
	top: 8%;
	left: 42.5%;
	animation-delay: 0s;
}
.tapBtn li._02 {
	top: 25.5%;
	right: 17%;
	animation-delay: .4s;
}
.tapBtn li._03 {
	top: 41%;
	left: 13%;
	animation-delay: .8s;
}
.tapBtn li.done {
	pointer-events: none;
}
.tapBtn li.done img {
	pointer-events: none;
	animation: spinSphere .4s linear;
	animation-iteration-count: 2;
}
@keyframes spinSphere {
	from { transform: rotateY(0deg); }
	to { transform: rotateY(360deg); }
}
.tapBtn li img.dn {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	opacity: 0;
	transition: .2s .6s;
}
.tapBtn li.done img.dn {
	opacity: 1;
}
.meterArea {
	background: var(--c_01);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	padding: 1rem 2rem .2rem;
}
.meterArea dd {
	position: relative;
}
.meterArea .box {
	max-width: 33rem;
}
.meter {
	position: absolute;
	top: 1.1rem;
	bottom: 1.1rem;
	left: 1.1rem;
	right: 2.2rem;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: .7rem;
}
.meter li {
	border-radius: .5rem;
	overflow: hidden;
	background: #dedede;
	position: relative;
}
.meter li::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: url(../img/meter.svg) center center no-repeat;
	background-size: 100% 100%;
	clip-path: inset(0 100% 0 0);
	transition: .6s .2s;
	visibility: hidden;
}
.meter li.active::after {
	visibility: visible;
	clip-path: inset(0 0 0 0);
}
@keyframes flash {
  0% {opacity: 1;}
  50% {opacity: .4;}  
  100% {opacity: 1;}
}
.meter li::before {
	content: "";
	position: absolute;
	z-index: 5;
	display: block;
	background: linear-gradient(to right,transparent 0%,rgba(255,255,255,1) 100%);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: .2s .6s;
	animation-name:shine-run;
	animation-delay: .6s;
	animation-duration: 1.4s;
	animation-timing-function: ease-in;
	animation-iteration-count: infinite;
	mix-blend-mode: overlay;
	visibility: hidden;
}
.meter li.active::before {
	visibility: visible;
}
@keyframes shine-run {
0% {
	opacity: 0;
	clip-path: inset(0 100% 0 0);
}
40% {
	opacity: 1;
	clip-path: inset(0 0 0 0);
}
100% {
	opacity: 0;
	clip-path: inset(0 0 0 100%);
}
}
.lity-container {
	width: 100%;
	max-width: 42.5rem !important;
	margin: 0 auto;
}
.popupArea {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	z-index: 990;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 2rem;
	transition: .4s 0s;
}
.popupArea.active {
	opacity: 1;
	pointer-events: all;
}
.qaArea {
	width: 90%;
	max-width: 35rem;
	aspect-ratio: 350/645;
	margin: 0 auto;
	transition: .6s .2s;
	opacity: 0;
	transform: scale(.7);
	position: relative;
}
.popupArea.active .qaArea {
	transform: scale(1);
	opacity: 1;
}
.questionArea,.answerArea {
	background: url(../img/question_box.png) top center no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	padding: 11rem 5% 3.5rem;
	position: relative;
	text-align: center;
}
.questionArea h3 img {
	max-height: 33.7rem;
	margin-bottom: 1rem;
}
.questionBtn {
	max-width: 89%;
	margin: 0 auto;
}
.questionBtn li + li {
	margin-top: 1.2rem;
}
.questionBtn li {
	overflow: hidden;
	border-radius: 20rem;
	box-shadow: .5rem .3rem 0 rgba(0,0,0,.2);
	cursor: pointer;
	transition: .1s;
}
.questionBtn li:hover {
	opacity: .8;
}
.questionBtn li:active {
	transform: scale(.95);
}
.questionBtn li label {
	margin: 0;
}
.questionBtn li input {
	display: none;
}
.answerArea {
	display: none;
	background-image: url(../img/answer_box.png);
}
.correct img {
	max-height: 10rem;
}
.close {
	display: block;
	cursor: pointer;
	max-width: 21.5rem;
	margin: 3rem auto 0;
	border-radius: 10rem;
	overflow: hidden;
	box-shadow: .5rem .3rem 0 rgba(0,0,0,.2);
	transition: .1s;
}
.close:hover {
	opacity: .8;
}
.close:active {
	transform: scale(.95);
}
.close img {
	width: 100%;
}
.closeBtn {
	max-width: 4.2rem;
	padding: 0;
	margin: 0;
	background: none;
	cursor: pointer;
	overflow: hidden;
	border-radius: 50%;
	transition: .2s;
	position: absolute;
	background-color: #000;
	top: 3rem;
	right: 0;
}
.closeBtn:hover {
	background-color: var(--c_01);
}
#forEntry {
	transition-delay: .8s;
}
.forEntry {
	position: relative;
	max-width: 35rem;
	margin: 0 auto;
	transition: .6s 1.2s;
	opacity: 0;
	transform: scale(.7);
}
#forEntry.active .forEntry {
	transform: scale(1);
	opacity: 1;
}
.forEntry a:not(.closeBtn) {
	display: block;
	position: absolute;
	max-width: 24rem;
	bottom: 4rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 10rem;
	overflow: hidden;
	box-shadow: .5rem .3rem 0 rgba(0,0,0,.2);
	z-index: 5;
}
.forEntry .closeBtn {
	top: -1rem;
}
.entryBtn {
	margin-top: 3rem;
	pointer-events: none;
	position: relative;
	visibility: hidden;
}
.entryBtn a {
	display: inline-block;
	border-radius: 10rem;
	overflow: hidden;
	box-shadow: .5rem .3rem 0 rgba(0,0,0,.2);
}
.entryBtn::before {
	content: "";
	display: block;
	width: 3.5rem;
	height: 1.8rem;
	position: absolute;
	left: 0;
	right: 0;
	top: -2.2rem;
	margin: 0 auto;
	background-color: #FF3592;
	clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
.entryBtn.active {
	visibility: visible;
	pointer-events: all;
	animation: scale 1s linear infinite;
}
@keyframes scale {
  0% {transform: scale(1);}
  50% {transform: scale(.9);}  
  100% {transform: scale(1);}
}

/*contents
---------------------------------------------------------*/
.pagettlArea {
	position: relative;
	background: #01cc78 50%;
	background: -webkit-gradient(linear,left top, right top,color-stop(50%, #fa1e54),color-stop(50%, #01cc78));
	background: -o-linear-gradient(left,#fa1e54 50%,#01cc78 50%);
	background: linear-gradient(90deg,#fa1e54 50%,#01cc78 50%);
	padding: 4.5rem 2rem 4rem;
	margin-bottom: 5rem;
	overflow: visible;
}
.pagettlArea::before,.pagettlArea::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 0.6rem;
	background: url(../img/wave.svg) top left repeat-x;
	background-size: auto 100%;
	z-index: 1;
}
.pagettlArea::after {
	top: auto;
	bottom: 0;
	transform: rotate(180deg);
}
.pagettlArea .img img {
	max-height: 8.2rem;
}
.pagettlArea h1 {
	font-size: 6.5rem;
	color: #fff;
	line-height: 1.1;
}
#followArea {
	position: relative;
	padding: 8rem 0;
}
#followArea .container {
	max-width: 1030px;
}
#followArea .ttlBox {
	margin-bottom: 3.5rem;
}
#followArea .stepIco,
#privacy .stepIco {
	color: #fff;
}
.presenrImg2 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -7.5rem;
	z-index: 1;
	margin: auto;
}
.presenrImg2 img {
	max-height: 267px;
}
.followSub {
	font-size: 2.2rem;
	color: var(--c_01);
	border-radius: 10rem;
	border: 1px solid var(--c_01);
	padding: 1.5rem 1rem;
	font-weight: bold;
	margin-bottom: 55px;
}
.followTxt {
	font-size: 2.2rem;
	color: #fff;
	letter-spacing: .05em;
	margin-bottom: 35px;
}
.followBox {
	width: 48%;
}
.shop {
	width: 100%;
	color: #fff;
	font-size: 20px;
	padding: 10px;
	margin-bottom: 20px;
}
.followBox dl {
	width: 47.5%;
	background: #fff;
	padding: 20px 5%;
}
.followBox dt {
	margin-bottom: 20px;
}
.followBox .btn2 {
	margin-top: 20px;
}
.followBox img {
	max-height: 60px;
}
.followBox:last-of-type .shop,
.followBox:last-of-type a{
	background-color: #004f7c;
}
.followBox._full .shop,
.followBox._full a{
	background-color:#808080
}
.followBox:last-of-type a:hover {
	background-color: #333;
}
.followBox:last-of-type {
	margin-top: 3rem;
}
.snsLinks > dl {
	background: #fff;
	padding: 2rem .9rem;
	border-radius: 1rem;
	width: 19%;
	font-weight: bold;
}
.snsLinks dt {
	margin-bottom: 2rem;
}
.snsLinks img {
	max-height: 6rem;
}
.snsLinks a {
	border-radius: 2.5rem;
	font-feature-settings: "palt";
	border: 1px solid #000;
	display: block;
	padding: 1rem;
	margin-top: 2rem;
	background: url("../../common/img/ico_blank.png") right 1rem center no-repeat;
	background-size: auto 1rem;
}
.snsLinks a + a {
	margin-top: 1rem;
}
.snsLinks a:hover {
	background-color: #f1f1f1;
}
.cpDetail {
	position: relative;
	overflow: visible;
	padding-top: 10rem;
	margin-top: 8rem;
}
.cpDetail .container {
	max-width: 80rem;
}
.ttlBox._02 h2 {
	font-size: 5.5rem;
}
.outlineTxt {
	position: absolute;
	top: -3rem;
	left: 0;
	right: 0;
	width: 90%;
	max-width: 80rem;
	margin: 0 auto;
	background: var(--c_03);
	color: #fff;
	font-size: 2.6rem;
	border-radius: 20rem;
	padding: 1rem;
}
.outLine {
	background: #fff;
	padding: 5rem 5% 3.5rem;
	margin-bottom: 5rem;
}
.outLine dl {
	display: grid;
	grid-template-columns: 12rem 1fr;
	gap: 1rem 4rem;
}
.outLine dt {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	background: var(--c_02);
	color: var(--c_01);
	font-size: 1.8rem;
	font-weight: 600;
	padding: 1.5rem .5rem;
}
.outLine dd {
	text-align: left;
}
.kikan {
	font-size: 2.2rem;
	font-weight: 800;
	letter-spacing: .05em;
}
.kikan strong {
	font-size: 190%;
	vertical-align: -.5rem;
	display: inline-block;
	margin-top: -.2em;
}
.cpDetail h3 {
	background: var(--c_02);
	color: var(--c_01);
	line-height: 1;
	letter-spacing: .3em;
	text-indent: .3em;
	font-size: 2.2rem;
	padding: 1.5rem 1rem;
	margin-bottom: 4rem;
}
.cpDetail ol {
	list-style: none;
	text-align: left;
}
.cpDetail li {
	text-indent: -.8em;
	padding-left: .8em;
	margin-bottom: 5px;
}
#privacy {
	background: #f3a447;
}
.privacyWrap {
	background: #e9e3de;
	padding: 5rem 9%;
}
.privacyBox {
	background: #fff;
	padding: 5rem 1rem;
	font-weight: 600;
}
.privacyBox a {
	display: inline-block;
	margin-top: 4rem;
}
.privacyWrap .btn1 a {
	border-radius: 0;
}

/*form
------------------------------------*/
.entryTtl {
	color: #fff;
	background: #33865a;
	padding: 2.5rem 1rem 2rem;
	margin-bottom: 4rem;
}
.preTxt {
	font-size: 2.4rem;
	font-weight: 600;
	color: #cd4f1f;
}
#entryArea {
	padding-top: 0;
}
.formWrap {
	position: relative;
	background: #fff;
	border: none;
	padding-top: 8rem;
	margin-top: 4rem;
}
.followCheck {
	margin-bottom: .7rem;
}
.formWrap form .formTxt .clrRed {
	display: inline;
}

.formTopTxt {
	font-size: 2.4rem;
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	font-weight: 600;
	color: #fff;
	padding: 1rem;
	background: #ffa600;
	position: absolute;
	left: 0;
	right: 0;
	top: -2.5rem;
	z-index: 1;
	text-align: center;
}
.formWrap dt,.formWrap dd {
	border-right: none;
}


/*ieハック*/
@media screen\0  {
	.limitTxt {padding-bottom: 0;}
	.ansBtn a,
	.cpDetail h3{padding-bottom: 6px}
}

/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1020px) {
}
/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 780px) {
	body {
		background-image: url("../../common/img/bg01_sp.jpg");
		background-size: 100% auto;
	}
	p.hLogo img {
    max-height: 18px;
	}
	.main h1 {
		height: auto;
		padding: 0;
		background: none;
	}
	.ttlBox {
		margin-bottom: 3rem;
	}
	.ttlBox h2 {
		font-size: 4rem;
	}
	.ttlBox._02 h2 {
		font-size: 3rem;
		line-height: 1;
	}
	.ttlBox p {
		margin-top: 0.8rem;
	}
	.txt-lh {
		font-size: 1.6rem;
		text-align: left;
	}
	.presentWrap {
		flex-wrap: wrap;
	}
	.presentWrap li {
		width: 48%;
	}
	.presentWrap li:nth-of-type(3) {
		width: 100%;
	}
	.presentWrap .img img {
		max-height: 13rem;
	}
	.presentWrap li .txt {
		font-size: 100%;
	}
	#wchance {
		padding: 2rem 0;
	}
	.quizTop h2 {
		padding: 0 6rem;
		margin-bottom: 2.5rem;
	}
	.quizTop h3 {
		padding: 1rem 2rem;
	}
	.quizTop .txt {
		font-size: 1.6rem;
		letter-spacing: 0.02em;
	}
	.quizTopWrap {
		display: block;
		margin-top: 2rem;
	}
	.quizTopWrap .img {
		margin-top: 0;
		padding: 0 5rem;
	}
	.quizTopWrap dt {
		flex-direction: column;
		padding-bottom: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.quizTopWrap dt h4 {
    max-width: 25rem;
		margin: 1rem auto ;
	}
	.quizTop h5 {
		font-size: 3rem;
		margin-bottom: 3rem;
	}
	.quizArea {
		border-radius: 3rem;
	}
	.followSub {
		font-size: 1.4rem;
		margin-bottom: 4rem;
		padding: 1rem 1rem 1.5rem;
	}
	.followTxt {
		font-size: 1.3rem;
	}
	.followBox {
		width: 100%;
	}
	.followLinks {
		display: block;
	}
	.meterArea {
		padding: 1.5rem 1rem 1rem;
	}
	.qaArea {
		width: 100%;
	}
	.questionArea, .answerArea {
		padding: 9rem 5% 3.5rem;
	}
	.questionBtn li + li {
    margin-top: .8rem;
	}
	.questionArea h3 img {
    max-height: 20rem;
    margin-bottom: 1rem;
	}
	.correct img {
    max-height: 8rem;
	}
	.meter {
		top: .7rem;
		bottom: .7rem;
		left: .7rem;
		right: 1.4rem;
	}
	.tapBtn li.done::after {
		width: 3.8rem;
	}
	.close {
		margin-top: 1rem;
	}
	.closeBtn {
		margin: 0;
		position: absolute;
		top: 2rem;
		right: 0;
		background-color: #000;
	}
	.forEntry {
		max-width: 100%;
		height: auto;
	}
	.forEntry a:not(.closeBtn) {
		bottom: 2.5rem;
		max-width: 21.5rem;
	}
	#quiz {
		padding-bottom: 2rem;
	}
	/*conetnts
	-------------------------------------------------------*/
	.pagettlArea {
		padding: 2.5rem 2rem 2rem;
		margin-bottom: 3rem;
	}
	.pagettlArea h1 {
		font-size: 3.6rem;
	}
	.followBox {
		flex-wrap: wrap;
	}
	.followBox:last-of-type {
		margin-top: 3rem;
	}
	.followBox._full {
		margin-bottom: 3rem;
	}
	.snsLinks {
		flex-wrap: wrap;
	}
	.snsLinks > dl {
		width: 49%;
		margin-bottom: 1rem;
		padding: 1.5rem 8px;
	}
	.snsLinks dt {
		margin-bottom: 1rem;
		font-size: 1.2rem;
		line-height: 1.2;
	}
	.snsLinks a {
		margin-top: 1.5rem;
	}
	.snsLinks img {
		max-height: 4rem;
	}
	.snsLinks a {
		background-position: right .8rem center;
		background-size: auto 1rem;
		padding: .8rem 0;
		font-size: 1.2rem;
	}
	.shop {
		font-size: 1.5rem;
		margin-bottom: .6rem;
	}
	.followBox > dl {
		width: 49%;
		margin-bottom: 1rem;
		padding: 1.5rem .8rem;
	}
	.followBox dt {
		margin-bottom: 1rem;
		font-size: 1.1rem;
		line-height: 1.2;
	}
	.followBox img {
		max-height: 4rem;
	}
	#followArea {
		padding: 6rem 0;
	}
	.cpDetail {
		margin-top: 5rem;
	}
	.outlineTxt {
		font-size: 1.6rem;
	}
	.outLine {
		padding: 3rem 5%;
	}
	.cpDetail li {
		font-size: 85%;
	}
	.cpDetail .ttlBox h2 {
		font-size: 3rem;
		line-height: 1.1;
	}
	.outLine .d-flex {
		display: block;
	}
	.outLine dt,.outLine dd {
		width: 100%;
	}
	.outLine dl {
		grid-template-columns: repeat(1,1fr);
	}
	.outLine dt {
		font-size: 1.4rem;
		padding: .5rem;
	}
	.outLine dd {
		padding: 0 1rem;
	}
	.kikan {
		font-size: 1.6rem;
		text-align: center!important;
	}
	.kikan strong {
		font-size: 2.2rem;
		vertical-align: middle;
	}
	.cpDetail h3 {
		padding: 1rem;
		font-size: 1.6rem;
		margin-bottom: 1.5rem;
	}
	.privacyWrap {
		padding: 3rem 5%;
	}
	.privacyBox {
		padding: 3rem 5%;
		text-align: left;
	}
	.privacyBox a {
		width: 70%;
		display: block;
		margin: 2rem auto 0;
	}
	.entryTtl {
		padding: 2rem 5px 1.5rem;
	}
	.entryTtl h2 img {
		max-height: 2.6rem;
	}
	span.followShop {
		display: block;
	}
	.preTxt {
		font-size: 1.8rem;
	}
	.formWrap {
		padding-top: 4rem;
	}
	.formTopTxt {
		font-size: 1.4rem
	}
}


