@charset "UTF-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
list-style: none;
}
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴ ProN W3',sans-serif;
  font-weight: 500;
  margin: 0;
  color: #333; }
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration:none;
}
img {
    max-width: 100%;
    height: auto;
}
.pc-only {
    display: block; } 
@media screen and (max-width: 768px) {
.pc-only {
    display: none; } 
 }
.sp-only {
    display: none;}
@media screen and (max-width: 768px) {
.sp-only {
	display: block; }
}
.wrapper-contents {
    line-height: 1.4;
    color: #444;
    overflow: hidden;
    position: relative;
	margin: 0 auto;
	padding-bottom: 3rem;
	background: url(/voice/campaign/images/bgshop.png) top left;
	background-size: .85%;
}
@media only screen and (max-width: 768px) {
.wrapper-contents {
	background-size: 2%;}
}
@media only screen and (max-width: 768px) {
.wrapper-contents::after {
    top: 0%;}
}
@media only screen and (max-width: 768px) {
.cam-postbox::after {
	background: #eee;
	margin-top: 0rem;
   }
}
.mainTop {
    padding-bottom: 0rem;
}
@media only screen and (max-width: 768px) {
.mainTop{
    padding-bottom: 0rem;}
}
.logoIcon {
	display: flex;
    justify-content: center;
    padding: .75rem;
    background-color: #fff;
}
@media only screen and (max-width: 768px) {
.logoIcon{
    padding: 3%;}
}
.logoIcon img{
	width: 85px;
    padding: 0 .5rem;
}
@media only screen and (max-width: 768px) {
.logoIcon img{
   width: 65px;}
}
.main-visual {
	height: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
	background: repeating-conic-gradient(#f9c067,#f9c067 3deg,#f2b43e 3deg 6deg);
}
@media only screen and (max-width: 768px) {
.main-visual{
	padding-bottom: 0.25rem;
	height: 14rem;}
}
.contents-title{
	font-size: 1.75rem;
	font-weight: 700;
	text-align: center;
	position: relative;
}
.camp-detail .contents-title::after {
    position: absolute;
    width: 90%;
    content: "";
    bottom: -50%;
    left: 5%;
	border-bottom: solid 3px #ddd;
	border-radius: 0.25rem;
}
@media only screen and (max-width: 768px) {
.camp-detail .contents-title::after {
    width: 92%;
    bottom: -30%;
    left: 4%;}
}
@media only screen and (max-width: 768px) {
  .contents-title{
	 font-size: 1.2rem;
	line-height: 100%;} 
}
h3.contents-title span {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .1rem;
    display: block;
    color: #4cb49b;
}
@media only screen and (max-width: 768px) {
	h3.contents-title span {
    font-size: .7rem;}
}
.contents-title-post{
	font-size: 1.75rem;
	font-weight: 700;
	text-align: center;
	position: relative;
}
.camp-detail .contents-title-post::after {
    position: absolute;
    width: 90%;
    content: "";
    bottom: -50%;
    left: 5%;
	border-bottom: solid 3px #ddd;
	border-radius: 0.25rem;
}
@media only screen and (max-width: 768px) {
  .contents-title-post{
	 font-size: 1.2rem;} 
}
h3.contents-title-post span {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .1rem;
    display: block;
    color: #4cb49b;
}
@media only screen and (max-width: 768px) {
h3.contents-title-post span {
	font-size: .7rem;}
}
.contitle-form {
    width: 90%;
    margin: 0 auto;
    padding-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .contitle-form {
	width: 95%; 
	padding-top: 2rem;}
}
.form_tbl {
    display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 768px) {
 .form_tbl {
	flex-wrap: wrap;}
}
.campaign-form {
	width: 49%;
    padding: 3rem 0;
    margin: 0 0rem 0rem;
    background-color: #fff;
	box-shadow: 1px 1px 15px -10px #a6a6a6;
	border-radius: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .campaign-form {
	padding: 2rem 0;
	width: 100%;
	margin-bottom: 1.25rem;}
}
p.contitle {
    font-size: .8rem;
	line-height: 175%;
	position: relative;
    padding-left: .75rem;
	padding-bottom: .25rem;
}
@media only screen and (max-width: 768px) {
  p.contitle {
	font-size: .75rem;
	line-height: 140%;
	padding-bottom: .35rem;}
}
.contitle::before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    top: 10px;
    left: 0;
    border-radius: 3px;
    background-color: #444;
    position: absolute;
}
@media only screen and (max-width: 768px) {
	.contitle::before {
	top: 7px;}
}
.cam-postIconImg {
    width: 13%;
	transform-origin: center bottom;
    animation: yurayura 3s linear infinite;
}
@keyframes yurayura {
  0% , 100%{
      transform: rotate(10deg);
  }
  50%{
      transform: rotate(-10deg);
  }
}
@media only screen and (max-width: 768px) {
  .cam-postIconImg {
	width: 12%;}
}
.cam-postbox img{
	margin-bottom: 5px;
	filter: drop-shadow(3px 3px 3px #31313140);
}
@media only screen and (max-width: 768px) {
.cam-postbox img{
	margin-bottom: 5px;}
}
.cam-postbox {
	padding: 1rem;
	display: flex;
	justify-content: center;
}
@media only screen and (max-width: 768px) {
  .cam-postbox {
	padding: .5rem 2rem;}
}
.camp-detail {
    padding: 4rem 4rem;
	background-color: #fff;
	box-shadow: 3px 3px 12px 0 rgba(0,0,0,.12), 5px 5px 3px 0 rgba(0,0,0,.22);
	transition: .3s;
	border-radius: 1.5rem;
}
@media only screen and (max-width: 768px) {
 .camp-detail {
	padding: 2rem 0 1.5rem;
	margin: 0 0 .5rem;} 
}
.camp-detail:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: scale(1.02,1.02);
	transform:translate(0px, -22px);
}
.camp-1BoxB {
    padding-top: 4rem;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
 .camp-1BoxB {
	width: 90%;
	padding-top: 1.75rem;} 
}
.camp-1BoxC {
    padding-top: 4rem;
    margin: 0 auto;
	width:80%;
}
@media only screen and (max-width: 768px) {
  .camp-1BoxC {
	width: 80%;
	padding-top: 2rem;} 
}
  .camp-1BoxC p.cam-detail-subtitle {
	text-align: center;
	padding-bottom: 2.5rem;
	font-size: .95rem;
} 
@media only screen and (max-width: 768px) {
  .camp-1BoxC p.cam-detail-subtitle {
	font-size: .85rem; 
	adding-bottom: 1.5rem;} 
}
p.campaign_explanation{
	font-size: .95rem;
	line-height: 220%;
	text-align: center;
}
@media only screen and (max-width: 768px) {
  p.campaign_explanation{
	font-size: .8rem; 
	text-align: left;
	line-height: 175%;} 
}
.camp-1BoxTxt{
	font-size:1rem;
	line-height:175%;
	text-align: center;
	position: relative;
}
@media only screen and (max-width: 768px) {
  .camp-1BoxTxt {
	font-size: .825rem; } 
}
.camp-1BoxTxt::before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    top: 13px;
    left: 0;
    border-radius: 3px;
    background-color: #444;
    position: absolute;
}
.dateTitle {
	padding-top: 1rem;
    padding-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .dateTitle {
	padding-bottom: 2rem; 
	padding-top: 0rem;} 
}
.dateTitletext .contents-title::after {
    position: absolute;
    width: 50%;
    content: "";
    bottom: -50%;
    left: 25%;
	border-bottom: solid 3px #ddd;
	border-radius: 0.25rem;
}
p.dateTitle-cam {
    font-size: 1.75rem;
    text-align: center;
    font-weight: bold;
	line-height: 160%;
	position: relative;
	text-shadow: 0 0 13px #fff;
	padding-top: 0rem;
}
@media only screen and (max-width: 768px) {
  p.dateTitle-cam {
	 font-size: 1.35rem;
	 line-height: 145%;} 
}
.cam-lead {
    padding-bottom: 0rem;
	position: relative;
}
@media only screen and (max-width: 768px) {
.cam-lead {
	padding-bottom: 0rem;} 
}
@media only screen and (max-width: 768px) {
.cam-lead::after {
	width: 10%;} 
}
.cam-lead-Box {
    padding: 1.5rem 0;
}
@media only screen and (max-width: 768px) {
.cam-lead-Box {
	padding: 0 0 0rem;} 
}
p.cam-leadTxt {
    font-size: .95rem;
    line-height: 195%;
    text-align: center;
    width: 95%;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  p.cam-leadTxt {
    font-size: .8rem;
	line-height: 165%;
	padding: 0 0.5rem;
	width: 95%; }
 }
span.titlesmall {
    font-size: 65%;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
  span.titlesmall {
    font-size: 55%;}
 }
.cam-post-accountLink {
    display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	position: relative;
    z-index: 9;
}
p.cam-post-accountTxt {
    font-size: 1.45rem;
    color: #fff;
	padding-left: 1rem;
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
  p.cam-post-accountTxt {
	font-size: 1rem;
	padding-left: .5rem;} 
}
.cam-post-accountLink-Box {
    background-color: #4cb49b;
    margin: 0 auto;
    padding: 7% 6%;
	position: relative;
	box-shadow: 6px 6px 9px 0px #527b71eb;
	border-radius: 1rem;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	transition: .3s;
}
.cam-post-accountLink-Box:hover{
	transform: scale(1.1);
	background: #f2b43e;
	color: #000;
	opacity: 1;
}
.hover-effect-btn {
	transform: scale(1.3);
	background: #f2b43e;
	color: #000;
	opacity: 1;
}
@media only screen and (max-width: 768px) {
  .cam-post-accountLink-Box {
	 padding: 8% 6%;
	 border-radius: .75rem;} 
}
.camp-1BoxTxtB {
	padding-bottom: 1rem;
	display: flex;
    align-items: center;
}
@media only screen and (max-width: 768px) {
.camp-1BoxTxtB {
	padding-bottom: .5rem;}
}
.camp-1BoxTxtB .camp-1Box-stepicon {
	  width: 8.5%;
}
@media only screen and (max-width: 768px) {
.camp-1BoxTxtB .camp-1Box-stepicon {
	width: 11%;}
}
.camp-1BoxTxtB a{
	text-decoration: underline;
	}
.camp-1BoxTxtB a:hover {
    color: #999;
    opacity: .9
}
.cam-post-accountLink-Box:hover:before{
	transform-origin:right top;
	transform:scale(1, 1);
}
.pcOnly {
  display: block; 
}
 @media only screen and (max-width: 768px) {
.pcOnly {
   display: none; } 
}
.spOnly {
  display: none; 
	}
 @media only screen and (max-width: 768px) {
.spOnly {
  display: block; } 
}
.mainTitleBox_filter {
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .22));
}
.mainTitleBox {
	padding: 2.5rem 1rem 9rem;
    background-color: #fff;
    clip-path: polygon(0% 0, 100% 0, 100% 60%, 50% 100%, 50% 100%, 0% 60%);
}
@media only screen and (max-width: 768px) {
.mainTitleBox {
	padding: 1.25rem .25rem 4.5rem;
	clip-path: polygon(0% 0, 100% 0, 100% 75%, 50% 100%, 50% 100%, 0% 75%);}
}
.mainTitleBox > div {
	z-index: 2;
}
.mainTitleBox:before ,
.mainTitleBox:after {
	content: "";
    position: absolute;
    display: block;
    left: 0;
    z-index: 3;
    background-color: #fff;
}
.mainTitleBox:before {
	top: 0;
	border-color: #fff transparent transparent;
	border-width: 5vw 50vw 0;
}
.mainTitleBox:after {
	bottom: 0;
	border-color: transparent #f9c06721 transparent;
	border-width: 6vw 50vw 0;
	position: absolute;
	background-color: #fff;
}
.dateTitle-Box{
	padding: 0rem 0;
	margin: 3rem 0;
	position: relative;
}
@media only screen and (max-width: 768px) {
.dateTitle-Box{
	margin: 2rem 0;	}
}
@media only screen and (max-width: 768px) {
.dateTitle-xBox{
	margin: 1rem auto 0rem;	}
}
.camp-detail_bgB{
	padding: 3rem 1rem;
	max-width: 900px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .camp-detail_bgB{
     margin: 0 0 0.5rem;
	padding: 1rem .5rem;} 
}
.cam-postlinkbox {
    width: 90%;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
.cam-postlinkbox {
   width: 100%;}
}
@media only screen and (max-width: 768px) {
.form-area {
    padding: 0 0.5rem;}
}
.form.formlc {
    padding-bottom: 0rem;
}
@media only screen and (max-width: 768px) {
.form.formlc {
    padding-bottom: 0rem;}
}
.cam-post_notetext p {
    font-size: .7rem;
    color: #fff;
    text-align: center;
	font-weight: 400;
}
@media only screen and (max-width: 768px) {
.cam-post_notetext p {
   font-size: .65rem;}
}
.camp-1Box-voice {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding-top: 4.5rem;
	flex-direction: column;
}
@media only screen and (max-width: 768px) {
.camp-1Box-voice {
    width: 95%;
	padding-top: 2rem;}
}
.camp-voice-icoxBox {
    width: 35%;
    padding: 1rem;
}
@media only screen and (max-width: 768px) {
.camp-voice-icoxBox {
    padding: .25rem;
	margin-right: .5rem;
	width: 20%;}
}
.camp-voice-icoxBox img {
    width: 100%;
}
.camp-voice-revBoxArea {
    width: 200%;
}    
   
p.camp-voice-revTitle {
    font-size: .9rem;
    padding-bottom: .25rem;
    font-weight: bold;
    padding-top: 0.35rem;
}
@media only screen and (max-width: 768px) {
p.camp-voice-revTitle {
    font-size: .85rem;}
}
p.camp-voice-revTxt {
    font-size: .85rem;
	line-height: 165%;
    padding-bottom: 0.25rem;
}
@media only screen and (max-width: 768px) {
p.camp-voice-revTxt {
    font-size: .75rem;}
}
@media only screen and (max-width: 768px) {
.camp-voice-revBoxArea {
    width: 80%;}
}
.camp-voice-revtxtBox {
    border-radius: 0.5rem;
    position: relative;
    display: inline-block;
    padding: 0.75rem;
    min-width: 120px;
    max-width: 100%;
    font-size: 14px;
    background: #FFF;
    border: solid 1px #dddddd;
}
@media only screen and (max-width: 768px) {
.camp-voice-revtxtBox {
    padding: .5rem;}
}
.camp-voice-revtxtBox:before {
    position: absolute;
    content: "";
    border: 12px solid transparent;
    border-right: 12px solid #fff;
    top: 50%;
    margin-top: -12px;
    left: -24px;
    z-index: 2;
}
.camp-voice-revtxtBox:after {
    position: absolute;
    content: "";
    border: 12px solid transparent;
    border-right: 12px solid #000;
    top: 50%;
    margin-top: -12px;
    left: -24px;
    z-index: 1;
}
.camp-voice-revNoteBox {
    font-size: 70%;
    color: #999;
	display: flex;
	padding-top: .25rem;
	justify-content: space-between;
}
@media only screen and (max-width: 768px) {
	.camp-voice-revNoteBox {
    font-size: 60%;
	flex-direction: column;}
}
.camp-1Box-voicehukiBox {
    display: flex;
	padding-bottom: 1.5rem;
	align-items: center;
}
.camp-1Box-voicehukiBoxR {
    display: flex;
	flex-direction: row-reverse;
	padding-bottom: 1.5rem;
	align-items: center;
}
.camp-voice-revtxtBoxR {
    border-radius: 0.5rem;
    position: relative;
    display: inline-block;
    padding: .75rem;
    min-width: 120px;
    max-width: 100%;
    font-size: 14px;
    background: #FFF;
    border: solid 1px #dddddd;
}
@media only screen and (max-width: 768px) {
.camp-voice-revtxtBoxR{
	padding: .5rem;}
}
@media only screen and (max-width: 768px) {
.camp-1Box-voicehukiBoxR .camp-voice-icoxBox{
    padding: .25rem;
    margin-left: .5rem;
	margin-right: 0rem;
    width: 20%;}
}
.camp-voice-revtxtBoxR:before {
    position: absolute;
    content: "";
    border: 12px solid transparent;
    border-left: 12px solid #fff;
    top: 50%;
    margin-top: -12px;
    right: -24px;
    z-index: 2;
}
.camp-voice-revtxtBoxR:after {
    position: absolute;
    content: "";
    border: 12px solid transparent;
    border-left: 12px solid #000;
    top: 50%;
    margin-top: -12px;
    right: -24px;
    z-index: 1;
}
.formBox {
    padding: 3rem 1rem;
	max-width: 1000px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
.formBox{
	 padding: 3rem 0 0rem;}
}
.main-visual-imgbox {
    position: relative;
	display: flex;
    justify-content: center;
	width: 90%;
	height: 90%;
	max-width: 1050px;}
@media only screen and (max-width: 768px) {
.main-visual-imgbox {
		width: 98%;
		height: 88%;}
}
.img-zoom-in-out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: zoomInOut 10s infinite;
}
.img-overlay {
    position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
.img-overlay {
	left: 47%;}
}
@keyframes zoomInOut {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
p.steptxt-note{
	font-size: .95rem;
	font-weight: bold;
	padding-left: 1.5rem;
}
@media only screen and (max-width: 768px) {
	p.steptxt-note {
	font-size: .8rem;
	padding-left: 1rem;}
}
@media only screen and (max-width: 768px) {
.camp-1Box-steptxt {
	width: 85%;}
}
span.cam-leadTxt-note {
    line-height: 165%;
    font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
	span.cam-leadTxt-note {
	line-height: 135%;
    font-size: .8rem;
	font-weight: 700;}
}
.cam-lead-RmoreBox {
    position: absolute;
    top: 85%;
    left: 48.6%;
    font-size: .7rem;
	letter-spacing: .05rem;
}
@media only screen and (max-width: 768px) {
.cam-lead-RmoreBox	{
	 left: 45.6%;	}
}
.camp-voice-shopTKBox,.camp-voice-shopCPBox,.camp-voice-tireBox,.camp-voice-dateBox{
	position: relative;
	margin-left: 1.5rem;
	margin-right: 0.75rem;
}
@media only screen and (max-width: 768px) {
.camp-voice-shopTKBox,.camp-voice-shopCPBox,.camp-voice-tireBox,.camp-voice-dateBox {
	margin-left: 1.5rem;}
}
.camp-voice-ageBox {
	margin-right: 25px;
}
.camp-voice-shopTKBox::before{
	background-size: contain;
    content: "";
    display: block;
    width: 34px;
    height: 18px;
    position: absolute;
    top: 0;
    left: -36px;
    background-image: url(/voice/campaign/images/voice_logo_tk.png);
    background-repeat: no-repeat;
    margin-right: 1rem;
}
.camp-voice-shopCPBox::before{
	background-size: contain;
    content: "";
    display: block;
    width: 44px;
    height: 18px;
    position: absolute;
    top: 0;
    left: -40px;
    background-image: url(/voice/campaign/images/voice_logo_cp.png);
    background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
.camp-voice-shopCPBox::before{
	height: 16px;
	left: -36px;}
}
.camp-voice-tireBox::before{
	background-size: contain;
    content: "";
    display: block;
    width: 14px;
    height: 18px;
    position: absolute;
    top: 0;
    left: -20px;
    background-image: url(/voice/campaign/images/voice_iconT.png);
    background-repeat: no-repeat;
    margin-right: 1rem;
}
@media only screen and (max-width: 768px) {
.camp-voice-tireBox::before{
	height: 18px;}
}
.camp-voice-dateBox::before{
	background-size: contain;
    content: "";
    display: block;
    width: 14px;
    height: 18px;
    position: absolute;
    top: 0;
    left: -21px;
    background-image: url(/voice/campaign/images/voice_iconD.png);
    background-repeat: no-repeat;
    margin-right: 1rem;
}
.mainTitleBox-bg {
	margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
.mainTitleBox-bg {
	margin-bottom: 1rem;}
}
.main-shop {
    position: absolute;
    bottom: -9%;
    left: 0;
    z-index: 9;
}
@media only screen and (max-width: 768px) {
.main-shop {
    bottom: -11%;}
}
img.img-tireA {
    position: absolute;
    width: 12%;
    top: 0;
    left: 76%;
	animation: .7s bound-animA ease-in infinite alternate;
}
@media only screen and (max-width: 768px) {
img.img-tireA {
    top: -18%;
	width: 15%;
	left: 71%;}
}
@keyframes bound-animA{
  0%{transform:translateY(24px);}
  100%{transform: translateY(50px);}
}
img.img-tireB {
    position: absolute;
    width: 14%;
    top: 8%;
    left: 83%;
	animation: .7s bound-animB ease-in infinite alternate;
	animation-delay: 200ms;
}
@media only screen and (max-width: 768px) {
img.img-tireB {
    top: -4%;
	width: 17%;
	left: 81%;}
}
@keyframes bound-animB{
  0%{transform:translateY(24px);}
  100%{transform: translateY(50px);}
}
.maintitle-Bline {
    background-color: #4cb49b;
}
h2.main-subtitle {
    font-size: 1.55rem;
    color: #fff;
    text-align: center;
    line-height: 220%;
    padding: 1rem;
	text-shadow: 2px 2px 2px #3f665d;
}
@media only screen and (max-width: 768px) {
h2.main-subtitle{
	font-size: .95rem;
	line-height: 155%;
	padding: 0.5rem;}
}
 .camp-1Box_imgBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
.camp-1Box_imgBox {
	padding: 1.75rem .75rem 0;
	width: 90%;
	margin: 0 auto;}
}
.camp-1Box_imgBox img {
    width: 14%;
	filter: drop-shadow(3px 3px 3px #aaa);
}
.camp-voice-revNote_icon1 {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
}
@media only screen and (max-width: 768px) {
.camp-voice-revNote_icon1 {
	padding: .15rem .15rem .15rem .5rem;}
}
.camp-voice-revNote_icon2 {
    display: flex;
	padding: .15rem .5rem .15rem .5rem;
}
@media only screen and (max-width: 768px) {
.camp-voice-revNote_icon2 {
    display: flex;
	padding: .15rem .1rem .15rem .5rem;}
}
.camp-1Box-voicerev-contBtnBox {
    width: 100%;
    border: solid 1px #ddd;
    border-radius: 0.3rem;
	cursor: pointer;
	transition : .5s;
}
.camp-1Box-voicerev-contBtnBox:hover{
	background-color:#4cb49b;	
	transition : .5s;
}
p.rev-contBtnBox {
    font-size: 1rem;
    color: #4cb49b;
    text-align: center;
	padding: .75rem;
}
p.rev-contBtnBox:hover {
color: #fff;
}
span.rev-contBtn-subTxt {
    font-size: 70%;
	padding-right: .25rem;
}
.camp-1Box_imgBox img.camp-imgBoxPH01{
	animation-name:camp-imgBoxPH01;   /* アニメーション名の指定 */
    animation-delay:0s;   /* アニメーションの開始時間指定 */
    animation-duration: 5s;   /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
    animation-iteration-count: infinite; 
}
@keyframes camp-imgBoxPH01{
  0% {
    transform: translateY(-3px);}
  50% {
    transform: translateY(-18px);}
  100% {
    transform: translateY(-3px);}
}
.camp-1Box_imgBox img.camp-imgBoxPH02{
	animation-name:camp-imgBoxPH02;  
    animation-delay:-1000s;  
    animation-duration: 5.5s;  
    animation-timing-function: ease-in-out; 
    animation-iteration-count: infinite; 
}
@keyframes camp-imgBoxPH02{
  0% {
    transform: translateY(-5px);}
  50% {
    transform: translateY(-15px);}
  100% {
    transform: translateY(-5px);}
}
.camp-1Box_imgBox img.camp-imgBoxPH03{
	animation-name:camp-imgBoxPH03;   
    animation-delay:0s;  
    animation-duration: 5s;  
    animation-timing-function: ease-in-out;  
    animation-iteration-count: infinite; 
}
@keyframes camp-imgBoxPH03{
  0% {
    transform: translateY(3px);}
  50% {
    transform: translateY(-12px);}
  100% {
    transform: translateY(3px);}
}
.camp-1Box_imgBox img.camp-imgBoxPH04{
	animation-name:camp-imgBoxPH04; 
    animation-delay:-1500s;  
    animation-duration: 6s;   
    animation-timing-function: ease-in-out;  
    animation-iteration-count: infinite; 
}
@keyframes camp-imgBoxPH04{
  0% {
    transform: translateY(0px);}
  50% {
    transform: translateY(-17px);}
  100% {
    transform: translateY(0px);}
}
.camp-1Box_imgBox img.camp-imgBoxPH05{
	animation-name:camp-imgBoxPH04;  
    animation-delay:-500s;   
    animation-duration: 5s;   
    animation-timing-function: ease-in-out; 
    animation-iteration-count: infinite; 
}
@keyframes camp-imgBoxPH05{
  0% {
    transform: translateY(-3px);}
  50% {
    transform: translateY(-18px);}
  100% {
    transform: translateY(-3px);}
}
.camp-1Box_imgBox img.camp-imgBoxPH06{
	animation-name:camp-imgBoxPH02;   
    animation-delay:-1000s;   
    animation-duration: 5.5s;   
    animation-timing-function: ease-in-out;  
    animation-iteration-count: infinite; 

}
@keyframes camp-imgBoxPH06{
  0% {
    transform: translateY(5px);}
  50% {
    transform: translateY(-15px);}
  100% {
    transform: translateY(5px);}

}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
.camp-1Box-voicehukiBox-review {
    display: block;
}
.mainTitleBox02 {
	padding: 2.5rem 1rem 3rem;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.mainTitleBox02{
	padding: .75rem 0.25rem;}
}
.mainTitleBox02 > div {
	z-index: 2;
}
button.load-more {
    width: 100%;
    border: solid 1px #ddd;
    border-radius: 0.3rem;
    cursor: pointer;
    background-color: #fff;
    font-size: 1rem;
    color: #41a88f;
    text-align: center;
    padding: 0.75rem;
	margin-top: 2rem;
	transition : .5s;
}
@media only screen and (max-width: 768px) {
button.load-more{
	margin-top: 1rem;
	font-size: .9rem;}	
}
button.load-more:hover{
	background-color: #4cb49b;	
	color: #fff;
	transition : .5s;
}
.hover-effect{
	background-color: #4cb49b;	
	color: #fff;
	transition : .2s;
}
.campaign-form .contents-title::after {
    position: absolute;
    width: 20%;
    content: "";
    bottom: -70%;
    left: 40%;
    border-bottom: solid 3px #4cb49b;
    border-radius: 0.25rem;
}
.campaign-form .contents-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    position: relative;
}
@media only screen and (max-width: 768px) {
.campaign-form .contents-title {
    font-size: 1.2rem;}
}
.cam-lead-revBox {
    text-align: center;
}
@media only screen and (max-width: 768px) {
.cam-lead-revBox {
	font-size: .8rem;
	padding-top: .5rem;}
}
.form{
    margin-bottom: 1rem;
	padding: 0 0rem;
}
@media only screen and (max-width: 768px) {
.form{
	 margin: 0 0rem;
	padding: 0 0rem;} 
}
.readmore {
    position: relative;
    padding: 0 0 40px;
}
.readmore-content {
    position: relative;
    height: 120px;
    overflow: hidden;
    padding: 0.75rem;
    transition: all .4s;
}
.readmore-content:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 75px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 90%, #fff 100%);
    transition: all .4s;
}
.readmore-content.is_open:before{
  display: none;
}

.readmore button {
    position: absolute;
    display: table;
    left: 50%;
    bottom: 10px;
    margin: 0 auto;
    width: 150px;
    padding: 1px 0;
    color: #000;
    text-align: center;
    border-radius: 5px;
    background-color: #cccccc00;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
    transition: all .4s;
    height: 25px;
    border: solid 1px #ddd;
    font-size: 0.65rem;
}

.readmoreR {
    position: relative;
    padding: 0 0 40px;
}

.camp-detail_bgB_01 {
    position: relative;
    max-width: 900px;
    padding: 3rem 1rem;
    margin: 0 auto;
}
.camp-ended-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    /* border: 2px solid #000; */
    border-radius: 1.5rem;
    font-size: 32px;
    font-weight: bold;
    width: 86%;
    height: 80%;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #4cb49b;
}
@media only screen and (max-width: 768px) {
.camp-ended-message {
    font-size: 24px;
    height: 76%;
    text-align: center;}
}


.description{
	cursor: pointer;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
#showtext{
	display:none;
}
#showtext:checked ~  .description{
	display:block;
}


.description1{
	cursor: pointer;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
#showtext1{
	display:none;
}
#showtext1:checked ~  .description1{
	display:block;
}



.description2{
	cursor: pointer;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
#showtext2{
	display:none;
}
#showtext2:checked ~  .description2{
	display:block;
}

.description2,#showtext2:checked ~ .description2{
	animation-name: close;
	animation-duration: .3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
#showtext2:checked ~ .description2{
	animation-name: open;
}

.description3{
	cursor: pointer;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
#showtext3{
	display:none;
}
#showtext3:checked ~  .description3{
	display:block;
}

.description3,#showtext3:checked ~ .description3{
	animation-name: close;
	animation-duration: .3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
#showtext3:checked ~ .description3{
	animation-name: open;
}

.description4{
	cursor: pointer;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
#showtext4{
	display:none;
}
#showtext4:checked ~  .description4{
	display:block;
}

.description4,#showtext4:checked ~ .description4{
	animation-name: close;
	animation-duration: .4s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
#showtext4:checked ~ .description4{
	animation-name: open;
}

.description5{
	cursor: pointer;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
#showtext5{
	display:none;
}
#showtext5:checked ~  .description5{
	display:block;
}

.description5,#showtext5:checked ~ .description5{
	animation-name: close;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
#showtext5:checked ~ .description5{
	animation-name: open;
}

.description6{
	cursor: pointer;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
#showtext6{
	display:none;
}
#showtext6:checked ~  .description6{
	display:block;
}

.description6,#showtext6:checked ~ .description6{
	animation-name: close;
	animation-duration: .6s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
#showtext6:checked ~ .description6{
	animation-name: open;
}

.description7{
	cursor: pointer;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
#showtext7{
	display:none;
}
#showtext7:checked ~  .description7{
	display:block;
}

.description7,#showtext7:checked ~ .description7{
	animation-name: close;
	animation-duration: .7s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
#showtext7:checked ~ .description7{
	animation-name: open;
}

.description8{
	cursor: pointer;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
#showtext8{
	display:none;
}
#showtext8:checked ~  .description8{
	display:block;
}

.description8,#showtext8:checked ~ .description8{
	animation-name: close;
	animation-duration: .8s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
#showtext8:checked ~ .description8{
	animation-name: open;
}

.description9{
	cursor: pointer;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
#showtext9{
	display:none;
}
#showtext9:checked ~  .description9{
	display:block;
}

.description9,#showtext9:checked ~ .description9{
	animation-name: close;
	animation-duration: .9s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
#showtext9:checked ~ .description9{
	animation-name: open;
}

.description10{
	cursor: pointer;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
#showtext10{
	display:none;
}
#showtext10:checked ~  .description10{
	display:block;
}

.description10,#showtext10:checked ~ .description10{
	animation-name: close;
	animation-duration: .10s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
#showtext10:checked ~ .description10{
	animation-name: open;
}

.description11{
	cursor: pointer;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
#showtext11{
	display:none;
}
#showtext11:checked ~  .description11{
	display:block;
}

.description11,#showtext11:checked ~ .description11{
	animation-name: close;
	animation-duration: .11s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
#showtext11:checked ~ .description11{
	animation-name: open;
}

.description12{
	cursor: pointer;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
#showtext12{
	display:none;
}
#showtext12:checked ~  .description12{
	display:block;
}

.description12,#showtext12:checked ~ .description12{
	animation-name: close;
	animation-duration: .12s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
#showtext12:checked ~ .description12{
	animation-name: open;
}

.description13{
	cursor: pointer;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
#showtext13{
	display:none;
}
#showtext13:checked ~  .description13{
	display:block;
}

.description13,#showtext13:checked ~ .description13{
	animation-name: close;
	animation-duration: .13s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
#showtext13:checked ~ .description13{
	animation-name: open;
}

.description14{
	cursor: pointer;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
#showtext14{
	display:none;
}
#showtext14:checked ~  .description14{
	display:block;
}

.description14,#showtext14:checked ~ .description14{
	animation-name: close;
	animation-duration: .14s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
#showtext14:checked ~ .description14{
	animation-name: open;
}

.description15{
	cursor: pointer;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
#showtext15{
	display:none;
}
#showtext15:checked ~  .description15{
	display:block;
}

.description15,#showtext15:checked ~ .description15{
	animation-name: close;
	animation-duration: .15s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
#showtext15:checked ~ .description15{
	animation-name: open;
}

.description16{
	cursor: pointer;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
#showtext16{
	display:none;
}
#showtext16:checked ~  .description16{
	display:block;
}

.description16,#showtext16:checked ~ .description16{
	animation-name: close;
	animation-duration: .16s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
#showtext16:checked ~ .description16{
	animation-name: open;
}

.description17{
	cursor: pointer;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
#showtext17{
	display:none;
}
#showtext17:checked ~  .description17{
	display:block;
}

.description17,#showtext17:checked ~ .description17{
	animation-name: close;
	animation-duration: .17s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
#showtext17:checked ~ .description17{
	animation-name: open;
}

.description18{
	cursor: pointer;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
#showtext18{
	display:none;
}
#showtext18:checked ~  .description18{
	display:block;
}

.description18,#showtext18:checked ~ .description18{
	animation-name: close;
	animation-duration: .18s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
#showtext18:checked ~ .description18{
	animation-name: open;
}

.description19{
	cursor: pointer;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
#showtext19{
	display:none;
}
#showtext19:checked ~  .description19{
	display:block;
}

.description19,#showtext19:checked ~ .description19{
	animation-name: close;
	animation-duration: .19s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
#showtext19:checked ~ .description19{
	animation-name: open;
}
.read-more {
    float: right;
    font-size: 0.75rem;
    margin-top: 2px;
}

.more-link {
    position: relative;
    height: 160px;
    padding: 0 0 20px;
    overflow: hidden;
    transition: .4s;
    box-sizing: border-box;
}
.more-link:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
    transition: .4s;
}
.more-link.active:before{
  opacity: 0;
  visibility: hidden;
}
.more-link button {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 100px;
    height: 1px;
    cursor: pointer;
    color: #848484;
    background: #0000;
    border: none;
    font-size: 0.7rem;
    text-align: end;
}

.contents-banArea {
    width: 100%;
    background: #fff;
    height: auto;
    box-shadow: 8px 8px 6px 0 rgba(0,0,0,.22);
}
.banArea {
    max-width: 900px;
    padding: 1rem 0;
    margin: 0 auto;
}
ul.banAreaLine {
    padding: 1rem 0 0.6rem;
}
.banArea ul li a:hover {
    opacity: 0.7;
}
.banArea ul li a img {
    max-width: 100%;
    padding: 3px;
    border: 1px solid #242424;
    box-sizing: border-box;
}
.contents-banArea {
    width: 100%;
    background: #fff;
    height: auto;
    box-shadow: 0 8px 6px 0 rgba(0,0,0,.22);
}
.banArea {
    max-width: 900px;
    padding: 1rem 0;
    margin: 0 auto;
}
ul.banAreaLine {
    padding: 1rem 1rem 0.6rem;
}
.banArea ul li a:hover {
    opacity: 0.7;
}
.banArea ul li a img {
    max-width: 100%;
    padding: 3px;
    border: 1px solid #242424;
    box-sizing: border-box;
}

@media only screen and (min-width: 780px){
    .ban_eclinkSP {
        display: none;
    }
}
@media only screen and (max-width: 780px){
    ul.banAreaLine {
        padding: 1rem 0 0.6rem;
    }
}@media only screen and (max-width: 780px){
    .banArea {
        max-width: 90%;
    }
}
@media screen and (max-width: 780px){
    .ban_eclinkPC {
        display: none;
    }
}

.copyright {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
.contents-wrapper {
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}