@charset "UTF-8";



/* init
------------------------------------------------*/
html { font-size: 62.5%; }

body {
	font-family: 'Noto Sans CJK JP', 'Noto Sans', 'Noto Sans JP', 'ヒラギノ角ゴ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic', sans-serif;
	line-height: 1.5;
	font-size: 1.6rem !important;
	color: #000;
	background-color: #fff;
}
body * {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  box-sizing: content-box;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  html{
    font-size: calc(100vw / 37.5);
  }
	body {
		min-width: 0;
		font-size: 1.6rem !important;
		line-height: 1.5;
	}
}



/* main
------------------------------------------------*/
#cpn-main {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 40px 0 0;
  opacity: 0;
}

#cpn-main main {
  position: relative;
  margin: 0 40px;
  background: #fff;
  border-radius: 32px;
  z-index: 2;
}

#cpn-main section {
  position: relative;
}

#cpn-main a {
  text-decoration: none;
}
#cpn-main .-hideaway {
  opacity: 0;
}
#cpn-main .-pc-content {
  display: block !important;
}
#cpn-main .-sp-content {
  display: none !important;
}

#cpn-main .colBlue {
  color: #0093d7;
}
#cpn-main .colRed {
  color: #f00;
}
#cpn-main .inner{
  padding-right: 48px;
  padding-left: 48px;
}
#cpn-main .h-black{
  position: relative;
  display: block;
  margin: 0 48px -70px;
  padding: 6px;
  border-radius: 25px;
  background-color: #121010;
  color: #ffffff;
  font-size: 4.0rem;
  text-align: center;
  z-index: 2;
}
#cpn-main .h-black .line{
  padding: 38px 10px;
  border: 3px solid #ffffff;
  border-radius: 20px;
  font-weight: bold;
}
#cpn-main .h-black span{
  color: #fde521;
  font-size: 4.8rem;
  font-weight: bold;
}


@media screen and (max-width: 768px) {
  #cpn-main {
    padding: 2.0rem 0 0;
    opacity: 0;
  }
  #cpn-main main {
    margin: 0 2.0rem;
    border-radius: 1.5rem;
    z-index: 2;
  }

  #cpn-main .-sp-content{
    display: block !important;
  }
  #cpn-main .-pc-content{
    display: none !important;
  }
  
  #cpn-main .inner{
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
  #cpn-main .h-black{
    margin: 0 2.4rem -3.5rem;
    padding: 0.3rem;
    border-radius: 1.3rem;
    font-size: 2.0rem;
  }
  #cpn-main .h-black .line{
    padding: 1.9rem 0.5rem;
    border-radius: 1.0rem;
    border-width: 0.2rem;
  }
  #cpn-main .h-black span{
    font-size: 2.4rem;
  }
}



/* kv
------------------------------------------------*/
#cpn-main section#kv {
	width: 100%;
	margin: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #cccccc;
}


@media screen and (max-width: 768px) {
	#cpn-main section#kv {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
	}
}



/* intro
------------------------------------------------*/
#cpn-main #intro {
	font-size: 2.7rem;
	margin-bottom: 84px;
}
#cpn-main #intro h2 {
  text-align: center;
	margin-bottom: 50px;
}
#cpn-main #intro .inner{
  text-align: center;
}
#cpn-main #intro p{
  font-size: 3.0rem;
  font-weight: bold;
}
#cpn-main #intro p + p{
  margin-top: 30px;
}
#cpn-main #intro .comment{
  font-size: 2.8rem;
}
#cpn-main #intro .prize{
  width: 100%;
  margin: 28px 0 16px;
}
#cpn-main #intro .size-l{
  font-size: 6.0rem;
}
#cpn-main #intro .btn{
  margin-top: 40px;
}
#cpn-main #intro .movie{
  margin-top: 80px;
}
#cpn-main #intro .movie iframe{
  width: 560px;
  height: 315px;
}
#cpn-main #intro .btn.yellow{
  margin-top: 30px;
  background-color: #f38b05;
}
#cpn-main #intro .indMark{
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #cpn-main #intro {
    margin-bottom: 4.2rem;
    font-size: 1.6rem;
  }
  #cpn-main #intro h2{
    margin-bottom: 2.5rem;
  }
  #cpn-main #intro .prize{
    margin: 1.4rem 0 0.8rem;
  }
  #cpn-main #intro p{
    font-size: 1.5rem;
  }
  #cpn-main #intro p + p{
    margin-top: 1.5rem;
  }
  #cpn-main #intro .comment{
    font-size: 1.4rem;
  }
  #cpn-main #intro .size-l{
    font-size: 3.0rem;
  }
  #cpn-main #intro .movie{
    margin-top: 4.0rem;
  }
  #cpn-main #intro .movie iframe{
    width: 100%;
    height: auto;
  }
  #cpn-main #intro .btn{
    margin-top: 2.0rem;
  }
  #cpn-main #intro .btn.yellow{
    margin-top: 1.5rem;
  }
  #cpn-main #intro .indMark{
    margin-top: 2.0rem;
  }
}

/* colaboList
------------------------------------------------*/
#colaboList{
  text-align: center;
}

#colaboList .h-title{
  padding-top: 36px;
  padding-bottom: 36px;
}
#colaboList #omocoroCh .h-title{
  padding-top: 106px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: url("../images/img_pt01.png") repeat 0 0 / 20px 30px, #fde521;
}
#colaboList #omocoro .h-title{
  background: url("../images/img_pt02.png") repeat 0 0 / 20px 30px, #d92a29;
}
#colaboList #bros .h-title{
  background: url("../images/img_pt03.png") repeat 0 0 / 20px 30px, #a53cd2;
}
#colaboList #coromoo .h-title{
  background: url("../images/img_pt04.png") repeat 0 0 / 20px 30px, #0488e5;
}

#colaboList .detail{
  position: relative;
  padding-top: 40px;
  padding-bottom: 50px;
  font-size: 2.8rem;
  z-index: 1;
}
#colaboList #omocoroCh .detail{
  background-color: #fdf9d6;
}
#colaboList #omocoro .detail{
  background-color: #ffd6d6;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
#colaboList #bros .detail{
  background-color: #f1e3f7;
}
#colaboList #coromoo .detail{
  background-color: #dff2ff;
}

#colaboList .detail .title{
  margin-bottom: 24px;
  font-size: 4.0rem;
  font-weight: bold;
}

#colaboList .detail .textArea{
  display: flex;
}
#colaboList .detail .textArea .icon{
  position: relative;
  top: -16px;
}
#colaboList .detail .textArea .text{
  position: relative;
  width: 430px;
  margin-left: 20px;
  padding: 20px 18px;
  border-radius: 20px;
  border: 2px solid #cecece;
  background-color: #ffffff;
  text-align: left;
}
#colaboList .detail .textArea .text:before{
  position: absolute;
  content: "";
  display: block;
  top: 38px;
  left: -34px;
  transform: translateY(-50%);
  border: 14px solid transparent;
  border-right: 20px solid #cecece;
}
#colaboList .detail .textArea .text:after{
  position: absolute;
  content: "";
  display: block;
  top: 38px;
  left: -30px;
  transform: translateY(-50%);
  border: 14px solid transparent;
  border-right: 20px solid #ffffff;
}
#colaboList .detail .textArea .text p{
  font-weight: 500;
}

#colaboList .detail .imageArea{
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 30px;
  border-radius: 10px;
  border: 2px solid #121010;
  background-color: #cecece;
  justify-content: center;
  align-items: center;
}
#colaboList .detail .imageArea:before{
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 2px solid #121010;
  background-color: #ffffff;
  z-index: -1;
}
#colaboList .detail .imageArea img{
  border-radius: 10px;
}

#colaboList .btn.colabo{
  width: 416px;
  height: 120px;
  margin-top: 50px;
  margin-bottom: 8px;
  border-radius: 60px;
  border: 2px solid #000;
  box-shadow: 0 8px 0 0 #000;
  background-color: #da0f0f;
  transition: .2s;
}
#colaboList .btn.colabo:hover{
  margin-top: 48px;
  margin-bottom: 10px;
  box-shadow: 0 10px 0 0 #000;
}
#colaboList .btn.colabo:active{
  margin-top: 58px;
  margin-bottom: 0;
  box-shadow: 0 0 0 0 #000;
}
#colaboList .btn.colabo a{
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  justify-content: center;
  align-items: center;
}
#colaboList .btn.colabo a span{
  width: 100%;
  padding: 0 50px;
}
#cpn-main .btn.colabo a span::after,
#cpn-main .btn.colabo a span::before{
  position: absolute;
  content: "";
  top: 50%;
  right: 34px;
  width: 3px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
#cpn-main .btn.colabo a span::before{
  top: calc(50% - 9px);
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  #colaboList .h-title{
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
  #colaboList #omocoroCh .h-title{
    padding-top: 5.3rem;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    background: url("../images/img_pt01.png") repeat 0 0 / 1.0rem 1.5rem, #fde521;
  }
  #colaboList #omocoro .h-title{
    background: url("../images/img_pt02.png") repeat 0 0 / 1.0rem 1.5rem, #d92a29;
  }
  #colaboList #bros .h-title{
    background: url("../images/img_pt03.png") repeat 0 0 / 1.0rem 1.5rem, #a53cd2;
  }
  #colaboList #coromoo .h-title{
    background: url("../images/img_pt04.png") repeat 0 0 / 1.0rem 1.5rem, #0488e5;
  }
  #colaboList .detail{
    padding-top: 2.0rem;
    padding-bottom: 2.5rem;
    font-size: 1.4rem;
  }
  #colaboList #omocoro .detail {
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
  #colaboList .detail .title{
    margin-bottom: 1.2rem;
    font-size: 2.0rem;
  }
  #colaboList .detail .textArea .icon{
    width: calc(100% - 21.5rem - 1rem);
    top: -0.8rem;
  }
  #colaboList .detail .textArea .text{
    width: 21.5rem;
    margin-left: 1.0rem;
    padding: 1.0rem 0.9rem;
    border-radius: 1.0rem;
    border: 0.1rem solid #cecece;
  }
  #colaboList .detail .textArea .text:before{
    top: 1.9rem;
    left: -1.7rem;
    border: 0.7rem solid transparent;
    border-right: 1.0rem solid #cecece;
  }
  #colaboList .detail .textArea .text:after{
    top: 1.9rem;
    left: -1.5rem;
    border: 0.7rem solid transparent;
    border-right: 1.0rem solid #ffffff;
  }
  #colaboList .detail .imageArea{
    margin-top: 1.5rem;
    border-radius: 0.5rem;
    border-width: 0.1rem;
  }
  #colaboList .detail .imageArea:before{
    top: 0.5rem;
    left: 0.5rem;
    border-radius: 0.5rem;
    border-width: 0.1rem;
  }
  #colaboList .detail .imageArea img{
    border-radius: 0.5rem;
  }
  #colaboList .btn.colabo{
    width: calc(100% - 8.0rem);
    margin: 2.5rem auto 0.4rem;
    height: 6.0rem;
    border-radius: 3.0rem;
    border: 0.1rem solid #000;
    box-shadow: 0 0.4rem 0 0 #000;
  }
  #colaboList .btn.colabo:hover{
    margin: 2.5rem auto 0.4rem;
    box-shadow: 0 0.4rem 0 0 #000;
  }
  #colaboList .btn.colabo:active{
    margin: 2.9rem auto 0rem;
    box-shadow: 0 0 0 0 #000;
  }
  #colaboList .btn.colabo a span{
    padding: 0 2.5rem;
  }
  #cpn-main .btn.colabo a span::after,
  #cpn-main .btn.colabo a span::before{
    top: 50%;
    right: 1.7rem;
    width: 0.15rem;
    height: 0.75rem;
  }
  #cpn-main .btn.colabo a span::before{
    top: calc(50% - 0.5rem);
  }
}


/* outline
------------------------------------------------*/
#cpn-main #outline {
  margin: 60px -40px 0;
  padding: 60px 40px;
  background: url(../images/img_pt05.png) repeat 0 0 / 20px 30px, #e9e8e1;
  text-align: center;
  font-size: 2.7rem;
}
#cpn-main #outline .wrap{
  padding-top: 120px;
  padding-bottom: 20px;
  border-radius: 30px;
  background-color: #ffffff;
}

#cpn-main #outline .wrap > section + section{
  margin-top: 46px;
  padding-top: 40px;
  border-top: 2px solid #d0d0d0;
}

#cpn-main #outline h3{
  margin: 0 0 30px;
}
#cpn-main #outline h3 img{
  font-weight: bold;
}

#cpn-main #outline section > p{
  margin-bottom: 14px;
  font-size: 2.7rem;
  font-weight: bold;
}

#cpn-main #outline .period li + li{
  margin-top: 40px;
}

#cpn-main #outline .indMark > li,
#cpn-main #intro .indMark > li{
  padding-left: 34px;
  font-size: 2.0rem;
  font-weight: bold;
}
#cpn-main #outline .indMark > li + li,
#cpn-main #intro .indMark > li + li{
  margin-top: 10px;
}
#cpn-main #outline .indMark > li > span,
#cpn-main #intro .indMark > li > span{
  display: inline-block;
  width: 34px;
  margin-left: -34px;
  font-weight: bold;
}
#cpn-main #outline .indMark.size-m > li{
  font-size: 2.5rem;
}
#cpn-main #outline .indMark.size-m > li > span{
  color: #da0f0f;
}

@media screen and (max-width: 768px) {
  #cpn-main #outline {
    margin: 3rem -5.35vw 0;
    padding: 3rem 5.35vw;
    font-size: 1.4rem;
    background: url(../images/img_pt05.png) repeat 0 0 / 1.0rem 1.5rem, #e9e8e1;
	}
  #cpn-main #outline .wrap {
    padding-top: 6.0rem;
    padding-bottom: 1.0rem;
    border-radius: 1.5rem;
  }
  #cpn-main #outline .wrap > section + section {
    margin-top: 2.3rem;
    padding-top: 2.0rem;
    border-width: 0.1rem;
  }
  #cpn-main #outline h3{
    margin: 0 0 1.5rem;
  }
  #cpn-main #outline section > p{
    margin-bottom: 0.7rem;
    font-size: 1.4rem;
  }
  #cpn-main #outline .period li + li{
    margin-top: 2.0rem;
  }
  #cpn-main #outline .indMark > li,
  #cpn-main #intro .indMark > li {
    padding-left: 1.7rem;
    font-size: 1.1rem
  }
  #cpn-main #outline .indMark > li + li,
  #cpn-main #intro .indMark > li + li{
    margin-top: 0.5rem;
  }
  #cpn-main #outline .indMark.size-m > li {
    font-size: 1.3rem;
  }
  #cpn-main #outline .indMark > li > span,
  #cpn-main #intro .indMark > li > span {
    width: 1.7rem;
    margin-left: -1.7rem;
  }
}






/* font size
------------------------------------------------*/
#cpn-main .fntSml { font-size: 75%; }
#cpn-main .fntXSml { font-size: 60%; }
#cpn-main .fntLrg { font-size: 133%; }
#cpn-main .fntXLrg { font-size: 250%; }

#cpn-main .alignLeft { text-align: left; }

@media screen and (max-width: 768px) {
	#cpn-main .fntSml { font-size: 80%; }
	#cpn-main .fntXSml { font-size: 70%; }
}


/* margin
------------------------------------------------*/
#cpn-main .mrgT1em {
	margin-top: 1em;
}


/* list indent
------------------------------------------------*/
#cpn-main ul.indMark > li {
	padding-left: 1.0em;
	text-align: left;
}
#cpn-main ul.indMark > li > span {
	display: inline-block;
	width: 1.0em;
}

#cpn-main ul.indMarkNum > li {
	padding-left: 2.0em;
	text-indent: -2.0em;
	text-align: left;
}
#cpn-main ul.indMarkNum > li > span {
	display: inline-block;
	width: 2.0em;
	text-indent: 0;
}




/* terms
------------------------------------------------*/
#cpn-main #terms h3 {
	text-align: center;
	font-size: 2.7rem;
}
#cpn-main #terms #termsContent {
	width: 100%;
	height: 440px;
	margin: 0.5em 0 1em;
	border: 3px solid #121010;
	border-radius: 20px;
	overflow: hidden;
}
#cpn-main #terms #termsContent .wrap {
	width: calc(100% - 50px);
	height: calc(100% - 60px);
	margin: 30px 20px 30px 30px;
	padding: 0 10px 0 0;
  border-radius: 0;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: #7d7d7d #fff;
}
#cpn-main #terms #termsContent .wrap::-webkit-scrollbar {
	width: 6px;
}
#cpn-main #terms #termsContent .wrap::-webkit-scrollbar-track {
	display: none;
}
#cpn-main #terms #termsContent .wrap::-webkit-scrollbar-thumb {
	background-color: #121010;
	border-radius: 3px;
}

#cpn-main #outline #termsContent .wrap > section + section{
  margin-top: 30px;
  padding-top: 24px;
}
#cpn-main #outline #termsContent .wrap > section + section:last-of-type{
  padding-bottom: 20px;
}

#cpn-main #terms #termsContent h4 {
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-weight: bold;
}
#cpn-main #terms #termsContent p {
	margin: 0;
	font-size: 2.0rem;
	font-weight: bold;
}
#cpn-main #terms #termsContent p + *{
  margin-top: 10px;
}
#cpn-main #terms #termsContent .indMark > li{
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: normal;
}
#cpn-main #terms #termsContent .indMark > li > span{
  width: 20px;
  margin-left: -20px;
  font-weight: normal;
}
#cpn-main #terms #termsContent .weightNormal{
  font-weight: normal;
}

#cpn-main #terms #termsCheck {
	text-align: center;
	font-size: 2.0rem;
}
#cpn-main #terms #termsCheck p {
	margin: 0 0 1.5em;
}
#cpn-main #terms #termsCheck p input[type="checkbox"] {
	width: 2em;
	height: 2em;
	margin-right: 0.5em;
	vertical-align: -0.5em;
	background-color: rgba(255, 255, 255, .7);
	border: 3px solid #000;
}


@media screen and (max-width: 768px) {
	#cpn-main #terms h3 {
		font-size: 4.0vw;
	}
	#cpn-main #terms #termsContent {
		height: 22.0rem;
		border-width: 0.15rem;
		border-radius: 1.0rem;
	}
	#cpn-main #terms #termsContent .wrap{
    width: calc(100% - 2.5rem);
    height: calc(100% - 3.0rem);
    margin: 1.5rem 1.0rem 1.5rem 1.5rem;
    padding: 0 0.5rem 0 0;
  }
  #cpn-main #terms #termsContent .wrap::-webkit-scrollbar {
		width: 0.4rem;
	}
	#cpn-main #terms #termsContent .wrap::-webkit-scrollbar-thumb {
		border-radius: 0.2rem;
	}
  
  #cpn-main #outline #termsContent .wrap > section + section{
    margin-top: 1.5rem;
    padding-top: 1.2rem;
  }
  #cpn-main #outline #termsContent .wrap > section + section:last-of-type{
    padding-bottom: 1.0rem;
  }

	#cpn-main #terms #termsContent h4 {
    margin-bottom: 0.5rem;
		font-size: 1.4rem;
	}
  #cpn-main #terms #termsContent p{
    font-size: 1.2rem;
  }
  #cpn-main #terms #termsContent p + *{
    margin-top: 0.5rem;
  }
  #cpn-main #terms #termsContent .indMark > li{
    padding-left: 1.0rem;
    font-size: 1.2rem;
  }
  #cpn-main #terms #termsContent .indMark > li > span{
    width: 1.0rem;
    margin-left: -1.0rem;
  }

	#cpn-main #terms #termsCheck {
		font-size: 3.75vw;
	}
	#cpn-main #terms #termsCheck p input[type="checkbox"] {
		width: 5.0vw;
		height: 5.0vw;
		margin-right: 0.5em;
		vertical-align: -0.25em;
		border: 0.4vw solid #000;
	}
}




/* btn
------------------------------------------------*/
#cpn-main .btn {
	position: relative;
	width: 500px;
	margin: 0 auto;
	text-align: center;
	background-color: #da0f0f;
	border-radius: 15px;
}
#cpn-main .btn.disable::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, .3);
	border-radius: 15px;
}
#cpn-main .btn.linkBtn {
	background-color: #016baa;
}
#cpn-main .btn a {
	display: block;
	padding: 0.8em 0;
	font-size: 2.7rem;
	color: #fff;
}
#cpn-main .btn.entryBtn a {
	padding: 1.5em 0;
}
#cpn-main .btn a span {
	position: relative;
  display: block;
	font-weight: bold;
}
#cpn-main .btn a span::after {
	position: absolute;
	right: 44px;
	top: calc(50% - 15px);
	width: 40px;
	height: 30px;
	content: '';
	background: url(../images/btn_ico.svg) no-repeat center center;
	background-size: 100% auto;
}

#cpn-main .btn.end a span::after {
    position: unset;
}

#cpn-main .btn.icoAnm:not(.disable) a span::after {
	animation: triAnimationFrame 0.75s 0s infinite;
}
@keyframes triAnimationFrame {	0% { transform: translateX(0); }	50% { transform: translateX(7.5px); }	100% { transform: translateX(0); }}


@media screen and (max-width: 768px) {
	#cpn-main .btn {
		width: calc(100% - 3.4rem);
    margin: 0 1.7rem;
		border-radius: 0.75rem;
	}
  #cpn-main .btn.disable::after{
    border-radius: 0.75rem;
  }
  #cpn-main .btn a{
    font-size: 1.35rem;
  }
	#cpn-main .btn a span::after {
		top: calc(50% - 0.75rem);
    right: 2.2rem;
		width: 2.0rem;
		height: 1.5rem;
	}
}



/* footer
------------------------------------------------*/
#cpn-main footer {
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
}

#cpn-main footer ul {
	display: flex;
	justify-content: center;
}
#cpn-main footer p.cp {
	margin: 1em 0 0em;
	font-size: 1.6rem;
}

#cpn-main footer p.ftLink {
	margin: 50px 0;
}
#cpn-main footer p.ftLink a span {
	position: relative;
	padding-right: 50px;
	font-size: 2.7rem;
	font-weight: bold;
	color: #000;
}
#cpn-main footer p.ftLink a span::after {
	position: absolute;
	right: 0;
	top: calc(50% - 15px);
	width: 40px;
	height: 30px;
	content: '';
	background: url(../images/btn_ico_black.svg) no-repeat center center;
	background-size: 100% auto;
}


#cpn-main footer ul li {
	margin: 0 0.5em;
	font-size: 1.2rem;
}
#cpn-main footer ul li a {
	color: #000;
}


@media screen and (max-width: 768px) {
	#cpn-main footer {
		margin: 1.5rem auto 0;
	}
	#cpn-main footer p.cp {
		font-size: 3.5vw;
	}

	#cpn-main footer p.ftLink {
		margin: 2.5rem 0;
	}
	#cpn-main footer p.ftLink a span {
		padding-right: 6.66vw;
		font-size: 3.75vw;
	}
	#cpn-main footer p.ftLink a span::after {
		top: calc(50% - 2vw);
		width: 5.33vw;
		height: 4vw;
	}

	#cpn-main footer ul li {
		font-size: 3.0vw;
	}
}