@charset "UTF-8";

@font-face {
     font-family: "AudiType-ExtendedBold";
     src: url("../font/AudiType-ExtendedBold_4.03.woff2") format("woff2"),
          url("../font/AudiType-ExtendedBold_4.03.woff") format("woff");
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: "AudiType-Normal";
     src: url("../font/AudiType-Normal_4.03.woff2") format("woff2"),
          url("../font/AudiType-Normal_4.03.woff") format("woff");
     font-weight: normal;
     font-style: normal;
}


body{
	font-family: "AudiType-Normal","AudiType-ExtendedBold", 'メイリオ', Verdana,'游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
	font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1;
    -webkit-font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1;
    -moz-font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1;
    -ms-font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1;
    -o-font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1;
	color: #000;
	letter-spacing: 0.05em;
}

header{
	height: 61px;
}

header .header-logo{
	text-align: center;
	line-height: 61px;
}

header img.logo-img{
	width: auto;
	vertical-align: middle;
}

img{
	width: 100%;
}

.conteiner{
	max-width: 1024px;
	margin: 0 auto;
}

.btn{
	display: inline-block;
	background: #000;
	color: #FFF;
	text-align: center;
	width: 180px;
	padding: 15px 30px;
}

.keyvisual{
	position: relative;
}

.keyvisual .top-image{
	width: 100%;
	height: auto;
}

.keyvisual .copy{
	position: absolute;
	top: 15%;
	right: 0;
	left: 0;
}

.keyvisual h1{
	text-align: center;
	font-size: 56px;
	font-family: "AudiType-ExtendedBold", 'メイリオ', Verdana,'游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
	line-height: 0.9;
}

.keyvisual .subtitle{
	font-size: 28px;
	font-weight: bold;
}

.lead{
	background: #F2F2F2;
	padding: 61px 0;
}

.lead p{
	text-align: center;
	font-size: 18px;
	font-family: "AudiType-Normal", 'メイリオ', Verdana,'游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
	line-height: 2;
}

.content-wrapper{
	padding: 60px 0;
}

.content-wrapper h2{
	font-size: 35px;
	font-family: "AudiType-ExtendedBold", 'メイリオ', Verdana,'游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
	text-align: center;
	padding: 40px;
	line-height: 1.555;
	font-weight: bold;
}

.content-wrapper h3{
	font-size: 22px;
	font-family: "AudiType-ExtendedBold", 'メイリオ', Verdana,'游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
	line-height: 1.2;
}

.sp_br{
	display: none;
}

.content-wrapper.bg{
	background-image:url('../img/bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.content-wrapper.bg img.e-logo{
	position: absolute;
	width: 22%;
	bottom: 90px;
	right: 82px;
}


.content-wrapper .more{
	text-align: center;
	margin: 40px 0 20px;
}

.content-wrapper .more .btn-more{
	font-family: 'メイリオ', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
}


/* コメント投稿キャンペーン */
.campaign{
	background: #F2F2F2;
	display: flex;
	justify-content: space-between;
}

.campaign .campaign-text{
	padding: 20px 10px 20px 30px;
	line-height: 1.875;
	width: 48%;
}

.campaign .campaign-text a{
	display: inline-block;
	padding-top: 20px;
	color: #000;
}

.campaign .campaign-text a:hover{
	color: #B3B3B3;
}

.campaign .campaign-img{
	width: 50%;
}

/* それぞれが見た未来 */
.commentArea{
	text-align: justify;
}

.commentArea div:nth-child(-n+3){
	width: 30%;
	vertical-align: top;
}

.commentArea .balloon{
	padding: 20px;
	display: inline-block;
	width: 22%;
	color: #FFF;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: 1%;
	vertical-align: middle;
}

.commentArea .right{
	float: right;
	width: 80%;
}

.commentArea .balloon p{
	line-height: 1.875;
}

.commentArea .balloon.dark p.name{
	margin-left: auto;
	padding-bottom: 2.5em;
	text-align: right;
}

.commentArea .balloon.light p.name{
	margin-left: auto;
	padding-bottom: 2.4em;
	text-align: right;
}

.commentArea .balloon.dark{
	background-image: url(../img/balloon_dark.png);
}

.commentArea .balloon.light{
	background-image: url(../img/balloon_light.png);
}

.commentArea .balloon.is-hidden{
	display: none;
	opacity: 0;
}

.commentArea .balloon.is-show{
	animation: fadeIn 1s ease;
}

@keyframes fadeIn{
	0%{
		transform: translateY(20px);
		opacity: 0;
	}
	100%{
		transform: translateY(0);
		opacity: 1;
	}
}


/* Models */
.model-wrap .item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}

.model-wrap .item .model-img{
	width: 55%;
}

.model-wrap .item .model-text{
	width: 45%;
}

.model-wrap .item .item_1{
	padding: 0 70px 0 50px;
}

.model-wrap .item .item_2{
	padding: 0 50px 0 70px;
}

.model-wrap .item .model-text span{
	font-size: 16px;
}


.model-wrap .item .model-text p{
	line-height: 1.875;
	padding: 20px 0;
}

.model-wrap .reverse{
	flex-flow: row-reverse;
	margin-bottom: 0px;
}

footer{
	height: 61px;
	background: #000;
	color: #FFF;
}

footer p{
	text-align: center;
	line-height: 61px;
}


/*------------------
 banner
------------------*/
.banner-window {
  display: block;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 750px;
  height: 150px;
  background-color: #000;
  color: #FFF;
  border-radius: 5px;
  z-index: 9;
  padding: 10px;
  opacity:0;
  visibility: hidden;
  transition: .3s;
}

.active{
	opacity: 1;
	visibility: visible;
}

.button-bn-close {
  position: absolute;
  top: -10%;
  right: -2%;
  padding: 1em;
  cursor: pointer;
  font-size: 30px;
}

.button-bn-open {
	background: #FFF;
	color: #000;
	display: inline-block;
	padding: 8px 20px;
	margin-top: 10px;
}

.banner-wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.banner-img{
	width: 32%;
}

.banner-text{
	text-align: center;
	line-height: 1.555;
}



/*------------------
 modal表示
------------------*/
/* ウィンドウ */
.modal-window {
  display: none;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 750px;
  height: 950px;
  max-height: 82vh;
  background-color: #FFF;
  border-radius: 5px;
  z-index: 11;
  padding: 2rem;
  font-family: "AudiType-Normal";
  font-size: 18px;
  overflow: auto;
}

.modal-window iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

/* 閉じるボタン */
.button-close {
  position: absolute;
  top: 0;
  right: 2%;
  transform: rotate(0deg);
  color: #000;
  border-radius: 20rem;
  cursor: pointer;
  font-size: 40px;
  z-index: 2;
}

/* 背景 */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 120%;
  z-index: 10;
}


.contentConfirm{
	width: 90%;
	margin: 30px auto;
}

.contentThanks{
	width: 95%;
	margin: 30px auto;
}

/*------------------
 modalコンテンツ
------------------*/
.logo{
	height: 40px;
	text-align: center;
}

.logo img{
	width: auto;
	vertical-align: middle;
}

.modal-title{
	font-size: 36px;
	text-align: center;
	padding: 20px 10px;
}

.agreement-text{
	padding: 30px 20px;
	line-height: 1.555;
}

.agreement-text p{
	padding-bottom: 10px;
}

.agreement-text ul,
#agreement-main ul{
	padding-left: 1em;
}

.agreement-text ul li,
#agreement-main ul li{
	padding-bottom: 10px;
	line-height: 1.275;
}

.attention{
	color: #bb0a30;
	display: block;
}

sup{
	color: #bb0a30;
	vertical-align: super;
	font-size: 0.8em;
}

form{
	width: 90%;
	margin: 30px auto;
}

.element-wrap{
	padding: 15px 0;
}

.element-wrap p{
	padding: 10px 0;
}

textarea{
	width: 100%;
	padding: 20px 15px;
	border: 1px solid #CCC;
	line-height: 1.2;
	font-size: 18px;
	box-sizing: border-box;
}

textarea:focus{
	outline: none;
	border: 1px solid #CCC;
	border-bottom: 2px solid #808080;
}

input[type="text"]:focus{
	border-bottom: 2px solid #808080;
}

select:focus{
	border-bottom: 2px solid #808080;
}

.select{
	position: relative;
}

.select:after{
	content: "";
	position: absolute;
	right: 1%;
	top: 50%;
	display: block;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	transform: rotate(-45deg);
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #333333;
	font-weight: bold;
}

.select.pulldown:after{
	content: "";
	position: absolute;
	right: 1%;
	top: 8vw;
	display: block;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	transform: rotate(-45deg);
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #333333;
	font-weight: bold;
}

input[type="checkbox"]+label{
	display: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-left: 25px;
	padding-right: 10px;
	margin: 15px 0;
}

input[type="checkbox"]+label:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border: 1px solid;
	border-color: #333333;
}

input[type="checkbox"]:checked+label:after{
	content: "";
	position: absolute;
	left: 3px;
	top: 50%;
	display: block;
	box-sizing: border-box;
	width: 14px;
	height: 8px;
	margin-top: -7px;
	transform: rotate(-45deg);
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #333333;
}


input[type="submit"],
input[type="button"]{
	width: 45%;
	height: 45px;
	background-color: #000;
	color: #FFF;
	display: block;
	margin: 0 auto 30px;
}


a#ac-title{
	color: #333333;
	width: 100%;
	display: block;
	border-bottom: 1px solid #333333;
	padding: 5px 0;
	position: relative;
}

a#ac-title:after{
	content: "";
	position: absolute;
	right: 1%;
	top: 50%;
	display: block;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	transform: rotate(-45deg);
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #333333;
	font-weight: bold;
}


a#ac-title.hide:after{
	content: "";
	position: absolute;
	right: 1%;
	top: 50%;
	display: block;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	transform: rotate(135deg);
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #333333;
	font-weight: bold;
}

a#ac-title:focus-visible{
	outline: none;
}

#agreement-main{
	display: none;
	margin-bottom: 10px;
}

.btnArea{
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
}

.form_btn{
	width: 40%;
	height: 45px;
	background: #000;
	color: #FFF;
	text-align: center;
	line-height: 45px;
}

.form_btn.return{
	color: #000;
	background: #FFF;
	border: 1px solid #000;
}

.present{
	display: none;
}

.inputArea{
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
}

.placeholder{
	position: absolute;
	top: 0;
	left: 0;
	color: #333333;
	opacity: 0.6;
	transition: top .3s ease-in-out;
	z-index: 0;
	font-size: 18px;
}

.placeholder.pl_comment{
	top: 50%;
	left: 50%;
	text-align: center;
	width: 100%;
	transform: translate(-50%, -50%);
}

.placeholder.selected{
	font-size: 12px;	
	top: -19px;
}
.placeholder.pl_comment.selected{
	font-size: 12px;
	top: 2%;
	left: 2%;
	text-align: left;
	transform: translate(0%, 0%);
}
.placeholder.up{
	top: -15%;
}

.caution{
	font-size: 0.889em;
	float: right;
	padding-bottom: 2vw;
}

.thanks-message{
	text-align: center;
	margin-top: 60px;
}

.thanks-message p{
	padding: 15px 0;
}

.thanks-message img{
	width: 40%;
	margin-top: 8vw;
}

.error,
.error_mail{
	display: none;
	color: #bb0a30;
	font-size: 14px;
	padding-top: 10px;
}

.answer{
	margin-left: 1.2em;
}






/*==============================================
 768px
================================================*/
@media screen and (max-width: 768px) {
	header{
		height: 10.4166vw;
	}

	header .header-logo{
		line-height: 10.4166vw;
	}

	.keyvisual .copy{
		top: 25%;
	}

	.keyvisual h1{
		font-size: 2.875em;
		line-height: 1.1;
	}

	.keyvisual .subtitle{
		font-size: 0.696em;
	}

	.conteiner{
		max-width: 90%;
	}

	.btn{
		display: block;
		width: 60%;
		font-size: 1.188em;
		padding: 2.6041vw 3.9062vw;
		margin: 0 auto;
	}

	.copy .sp_br{
		display: block;
	}

	.lead p{
		font-size: 100%
	}

	.lead br{
		display: none;
	}

	.content-wrapper{
		padding: 5.2083vw 0 7.8125vw;
	}

	.content-wrapper h2{
		font-size: 1.6em;
	}

	.content-wrapper h3{
		font-size: 1.188em;
		margin: 10px 0;
	}

	.content-wrapper .more{
		margin: 5.2083vw;
	}

	.content-wrapper.bg{
		background-image: url(../img/bg_sp.png);
	}

	.content-wrapper.bg img.e-logo{
		position: unset;
		width: 30%;
		margin: 0 auto;
		display: block;
	}

	.campaign{
		flex-direction: column-reverse;
	}

	.campaign .campaign-text{
		width: 100%;
		padding: 2.6041vw;
	}

	.campaign .campaign-img{
		width: 100%;
	}

	.commentArea .right{
		width: 90%;
	}

	.commentArea .balloon{
		padding: 1.3020vw;
		width: 22%;
	}

	.commentArea .balloon p{
		line-height: 1.555;
	}

	.commentArea .balloon.dark p.name{
		padding-bottom: 3.5em;
	}

	.commentArea .balloon.light p.name{
		padding-bottom: 4em;
	}

	.model-wrap .item{
		flex-direction: column;
	}

	.model-wrap .item .model-img{
		width: 100%;
	}

	.model-wrap .item .model-text{
		width: 90%;
		padding: 2.6041vw 0;
	}

	.model-wrap .item .model-text span{
		font-size: 0.875em;
	}

	.model-wrap .item .model-text p{
		width: 100%;
		padding: 1.3020vw 0 2.6041vw;
	}

	.banner-window{
		width: 82.0312vw;
		height: 19.5312vw;
		padding: 1.3020vw;
	}

	.banner-text{
		padding: 0 1.3020vw;
	}

	.button-bn-open{
		margin-top: 1.3020vw;
		padding: 0.6510vw 1.9531vw;
	}

	.button-bn-close{
		top: -15%;
		right: -3%;
	}

	.modal-window{
		width: 90%;
	}

	.button-close{
		font-size: 2.5em;
	}

	.logo{
		height: 5.2083vw;
	}

	.modal-title{
		font-size: 1.778em;
		padding: 2.6041vw 0;
	}

	.element-wrap{
		padding: 1.9531vw 0;
		margin: 10px 0;
	}

	.element-wrap p{
		padding: 1.3020vw 0;
	}

	.placeholder{
		font-size: 0.889em;
	}

	.placeholder.error{
		color: #bb0a30;
		border-bottom: 1px solid #bb0a30;
	}

	.placeholder.pl_comment.error{
		border: 1px solid #bb0a30;
	}

	.placeholder.pl_mail{
		font-size: 0.778em;
	}

	.placeholder.selected,
	.placeholder.pl_comment.selected{
		font-size: 0.667em;
	}

	textarea{
		font-size: 100%;
	}

	input[type="checkbox"]+label{
		padding-left: 3.2552vw;
		padding-right: 1.3020vw;
		margin: 1.9531vw 0;
	}

	input[type="checkbox"]+label:before{
		width: 2.6041vw;
		height: 2.6041vw;
		margin-top: -1.3020vw;
	}

	input[type="checkbox"]:checked+label:after{
		left: 0.3906vw;
		width: 1.8229vw;
		height: 1.0416vw;
		margin-top: -0.9114vw;
	}

	#agreement-main{
		margin-bottom: 1.3020vw;
	}

	.error,
	.error_mail{
		font-size: 0.778em;
		padding-top: 1.3020vw;
	}

	input[type="submit"],
	input[type="button"]{
		height: 6.6666vw;
	}

	.caution{
		padding-bottom: 5vw;
	}

}



/*==============================================
 428px
================================================*/
@media screen and (max-width: 428px) {
	header{
		height: 18.6666vw;
	}

	header .header-logo{
		text-align: center;
		line-height: 18.6666vw;
	}

	.keyvisual .copy{
		top: 10%;
	}

	.keyvisual h1{
		font-size: 1.75em;
	}

	.keyvisual .subtitle{
		font-size: 0.594em;
	}

	.content-wrapper h2{
		font-size: 1.563em;
		padding: 5.3333vw 0;
	}

	.content-wrapper h3{
		font-size: 1.375em;
		margin: 2.6666vw 0;
		line-height: 1.1;
	}

	.content-wrapper.bg img.e-logo{
		width: 50%;
		margin: 12vw auto 5.6666vw;
	}

	.sp_br{
		display: block;
	}

	.lead br{
		display: block;
	}

	.lead br.no_pc{
		display: none;
	}

	.btn{
		width: 85%;
		font-size: 100%;
		padding: 5.3333vw 4vw;
	}

	.lead{
		padding: 10.6666vw 0;
	}

	.campaign .campaign-text{
		padding: 2.6041vw 4.2666vw;
	}

	.campaign .campaign-text a{
			padding-top: 2.6666vw;
	}

	.content-wrapper.bg{
		background-image: url(../img/bg_sp.png);
	}

	.commentArea div:nth-child(-n+3){
		width: 100%;
	}

	.commentArea.box{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.commentArea .balloon{
		width: 47%;
	}

	.commentArea .right{
		width: 97%;
	}

	.commentArea .balloon p{
		padding: 1.3333vw;
	}

	.model-wrap .item{
		margin-bottom: 10.6666vw;
	}

	.model-wrap .item .model-text p{
		font-size: 0.938em;
		padding: 2.6666vw 0 5.3333vw;
	}

	.model-wrap .item .model-text span{
		font-size: 0.682em;
	}

	footer{
		height: 18.6666vw;
	}

	footer p{
		line-height: 18.6666vw;
		font-size: 0.7em;
	}

	.banner-window{
		width: 85%;
		height: 28vw;
		padding: 1.6666vw;
	}

	.banner-img{
		display: none;
	}

	.banner-text{
		padding: 0;
		font-size: 0.7em;
		width: 90%;
	}

	.button-bn-open{
		padding: 1.3333vw 18.6666vw;
	}

	.button-bn-close{
		font-size: 1.5em;
		width: 4%;
	}

	.modal-window{
		padding: 5.3333vw 1.3333vw;
		font-size: 100%;
	}

	.logo{
		height: 10.6666vw;
	}

	.logo img{
		width: 22%;
	}

	.button-close{
		top: -1%;
	}

  .attention{
		font-size: 0.875em;
	}

	.modal-title{
		font-size: 1.5em;
	}

	.element-wrap{
		padding: 4vw 0 5.3333vw;
	}

	.placeholder.pl_comment{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}

	.placeholder.pl_mail,
	.placeholder.pl_name,
	.placeholder.pl_shop{
		top: -2.9333vw;
	}

	.placeholder.pl_mail .note,
	.placeholder.pl_name .note{
		font-size: 0.833em;
	}

	.placeholder.pl_comment.selected{
		top: 1.3333vw;
		left: 0.8vw;
		transform: translate(0%,0%);
		text-align: left;
	}
	.placeholder.pl_comment.selected .sp_br{
		display: none;
	}

	.placeholder.pl_mail.selected,
	.placeholder.pl_name.selected{
		font-size: 0.563em;
		top: -7.2vw;
	}

	textarea{
		padding: 5.3333vw 2.6666vw;
	}

	input[type="text"],select{
		padding-bottom: 0;
	}

	input[type="checkbox"]+label{
		padding-left: 4.8vw;
	}

	input[type="checkbox"]+label:before{
		width: 4vw;
		height: 4vw;
		margin-top: -1.8666vw;
	}

	input[type="checkbox"]:checked+label:after{
		left: 0.8vw;
		width: 2.6666vw;
		height: 1.6vw;
		margin-top: -1.3333vw;
	}

	input[type="submit"],
	input[type="button"]{
		width: 100%;
		height: 10.6666vw;
	}

	.btnArea{
		flex-direction: column;
		margin-top: 4vw;
	}

	.form_btn{
		width: 100%;
		height: 13vw;
		line-height: 13vw;
	}

	.form_btn.return{
		margin-bottom: 2.6666vw;
	}

	.agreement-text{
			padding: 8vw 2.6666vw;
	}

	.thanks-message img{
		width: 60%;
		margin-top: 8vw;
	}

	.caution{
		padding-bottom: 10vw;
	}

	.select.pulldown:after{
		top: 16vw;
	}

}


@media screen and (max-width: 320px) {
	.lead p{
		font-size: 0.875em;
	}

	.content-wrapper h2{
		font-size: 1.438em;
	}

	.banner-window{
		width: 95%;
	}

	.placeholder.pl_mail,
	.placeholder.pl_name{
		top: -5.9333vw;
	}

	.placeholder.pl_name.selected{
		top: -10.2vw;
	}
}





