@charset "utf-8";
/* SP */
@media screen and (max-width:767px) {
	#mv {
		background: #fff;
		position: relative;
		margin: 0 auto;
	}
	.mvbody {
		margin: 0 auto;
		padding: 30% 0 68% 0;
		position: relative;
	}
	.mvbody h2 {
		width: 28%;
		margin: 0 auto 5% auto;
	}
	.mvbody .mv_text {
		font-size: 15px;
		line-height: 1.8;
		text-align: center;
		font-weight: bold;
		position: relative;
		z-index: 4;
		letter-spacing: 0.05em;
	}
	.mvbody .mv_sizzle {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
	}
	.faqcontents {
		background: #ECF0F1;
	}
	.faqcontents .faqinner {
		padding: 15% 8% 10% 8%;
	}
 .faqcontents h2 {
				color: #004098;
 }
	.faqcontents h2 .maintitle {
		display: inline-block;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 0.05em;
		position: relative;
				color: #595757;
}
	.faqcontents h2 .maintitle::before {
		content: "";
		display: block;
		width: 40px;
		height: 3px;
		position: absolute;
		top: 10px;
		left: -55px;
		background: url("../img/common/title_l.png") no-repeat top left;
		background-size: cover;
	}
	.faqcontents h2 .maintitle::after {
		content: "";
		display: block;
		width: 40px;
		height: 3px;
		position: absolute;
		top: 10px;
		right: -55px;
		background: url("../img/common/title_r.png") no-repeat top right;
		background-size: cover;
	}

	.faqcontents h3 {
		text-align: center;
		margin: 0 0 8% 0;
					color: #004098;
 }
	.faqcontents h3 .maintitle {
		display: inline-block;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 0.05em;
		position: relative;
	}
	.faqcontents h3 .maintitle::before {
		content: "";
		display: block;
		width: 40px;
		height: 3px;
		position: absolute;
		top: 10px;
		left: -55px;
		background: url("../img/common/title_l.png") no-repeat top left;
		background-size: cover;
	}
	.faqcontents h3 .maintitle::after {
		content: "";
		display: block;
		width: 40px;
		height: 3px;
		position: absolute;
		top: 10px;
		right: -55px;
		background: url("../img/common/title_r.png") no-repeat top right;
		background-size: cover;
	}
	.faqcontents h4 {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 0.05em;
		margin: 0 0 6% 0;
						color: #004098;
}
	.faqcontents h4 .titleinner {
		position: relative;
	}
	.faqcontents .faqicon {
		display: block;
		width: 12%;
		margin: 0 auto 3% auto;
	}
	.faqlist {
		margin: 0 0 12% 0;
	}
	.faqlist .qhead {
		display: table;
		width: 100%;
		background: #fff;
		border-top: 1px solid #1B5BB3;
		border-left: 1px solid #1B5BB3;
		border-right: 1px solid #1B5BB3;
		border-bottom: 1px solid #1B5BB3;
		border-radius: 10px;
		position: relative;
		cursor: pointer;
	}
	.faqlist .qhead.open {
		border-bottom: none;
		border-radius: 10px 10px 0 0;
	}
	.faqlist .qhead .qhead01 {
		display: table-cell;
		width: 12%;
		position: relative;
		padding: 3% 3% 5% 5%;
		text-align: center;
		color: #1B5BB3;
		font-size: 24px;
	}
	#suntory_contents .faqlist .qhead .qhead01 {
		vertical-align: top;
	}
	.faqlist .qhead .qhead01 .qlabel {
		display: block;
		width: 18px;
		position: absolute;
		top: 6%;
		left: -7px;
	}
	.faqlist .qhead .qhead02 {
		display: table-cell;
		width: 78%;
		position: relative;
		padding: 3% 5%;
		text-align: left;
		color: #1B5BB3;
		font-size: 12px;
		letter-spacing: 0.05em;
		font-weight: bold;
		border-left: 1px solid #1B5BB3;
		line-height: 1.8;
	}
	#suntory_contents .faqlist .qhead .qhead02 {
		vertical-align: middle;
	}
	.faqlist .qhead .linkarrow {
		display: table-cell;
		width: 10%;
		font-size: 18px;
		text-align: center;
	}
	.faqlist .qhead .linkarrow .arrow {
		display: inline-block;
	}
	.faqlist .qhead.open .linkarrow .arrow {
		transform: rotate(90deg);
	}
	#suntory_contents .faqlist .qhead .linkarrow {
		vertical-align: middle;
  color: #1B5BB3;
	}
	.faqlist .awrap {
		display: none;
	}
	.faqlist .abody {
		display: table;
		width: 100%;
		background: #1B5BB3;
		border-bottom: 1px solid #1B5BB3;
		border-left: 1px solid #1B5BB3;
		border-right: 1px solid #1B5BB3;
		border-radius: 0 0 10px 10px;
		position: relative;
		color: #fff;
	}
	.faqlist .abody .abody01 {
		display: table-cell;
		width: 12%;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		padding: 5% 3% 1% 5%;
	}
	.faqlist .abody .abody02 {
		display: table-cell;
		width: 88%;
		font-weight: bold;
		line-height: 1.8;
		padding: 5% 5% 5% 0;
		font-size: 10px;
	}
	#suntory_contents .faqlist .abody a {
		color: #fff;
		text-decoration: underline;
	}
	.faqlist .abody .adata {
		text-align: center;
		width: 23%;
		min-width: 58px;
		float: left;
		margin: 0 2% 5% 0;
	}
	.faqlist .abody .adata dt {
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		border-radius: 5px 5px 0 0;
		padding: 3%;
		font-size: 10px;
		font-weight: bold;
	}
	.faqlist .abody .adata dd {
		background: #fff;
		border: 1px solid #fff;
		border-radius: 0 0 5px 5px;
		color: #1B5BB3;
		padding: 3%;
		font-size: 10px;
		font-weight: bold;
	}
	.faqlist .abody .atext.pictext {
		float: left;
		width: 68%;
	}
	.faqlist .abody .apic {
		width: 30%;
		float: right;
	}
	.faqlist .abody .abody02 .subtext {
		margin: 3% 0 0 0;
		font-size: 10px;
	}
	.faqlist .abody .exlist {
		margin: 8% 0 0 0;
	}
	.faqlist .abody .exlist li {
		display: table;
		width: 100%;
		margin: 0 3% 5% 0;
	}
	.faqlist .abody .exlist li .pic {
		display: table-cell;
		width: 30%;
	}
	#suntory_contents .faqlist .abody .exlist li .pic {
		vertical-align: middle;
	}
	.faqlist .abody .exlist li .textbox {
		display: table-cell;
		width: 70%;
		padding: 0 0 0 3%;
	}
	#suntory_contents .faqlist .abody .exlist li .textbox {
		vertical-align: middle;
	}
	.faqlist .abody .exlist li .textbox .label {
		font-size: 12px;
		font-weight: bold;
		color: #FFCE65;
		margin: 0 0 3px 0;
	}
	.faqlist .abody .exlist li .textbox .text {
		font-size: 10px;
		line-height: 1.8;
		color: #fff;
	}
	.faqother {
		text-align: center;
	}
	.faqother .text {
		font-size: 13px;
		font-weight: bold;
		margin: 0 0 5% 0;
	}
	.faqother .customer {
		margin: 0 auto;
	}
	.customerhead {
		background: #FFB300;
		color: #fff;
		border-radius: 10px 10px 0 0;
		letter-spacing: 0.2em;
		font-weight: bold;
		font-size: 18px;
		padding: 3% 3% 3% 8%;
	}
	.customerhead .icon {
		width: 14%;
		display: inline-block;
		margin: 0 0 0 5%;
	}
	#suntory_contents .customerhead .icon {
		vertical-align: middle;
	}
	.center {
		background: #fff;
		color: #FFB300;
		font-size: 10px;
		font-weight: bold;
		border-radius: 0 0 10px 10px;
		padding: 5% 2%;
	}
  #lineup {
  padding: 10% 0 0 0;
  margin: 5% 5% 10% 5%;
 }

}
/* PC */
@media screen and (min-width:768px) {
	#mv {
		background: #fff;
		height: 482px;
		position: relative;
		margin: 0 auto;
	}
	.mvbody {
		width: 960px;
		height: 482px;
		margin: 0 auto;
		padding: 141px 0 0 0;
		position: relative;
	}
	.mvbody h2 {
		width: 144px;
		margin: 0 auto 50px auto;
	}
	.mvbody .mv_text {
		font-size: 22px;
		line-height: 1.8;
		text-align: center;
		font-weight: bold;
		letter-spacing: 0.05em;
  position: relative;
  z-index:2;
	}
	.mvbody .mv_sizzle {
		width: 566px;
		position: absolute;
		bottom: 0;
		left: -144px;
	}
	.mvbody .mv_q01 {
		width: 154px;
		position: absolute;
		top: 125px;
		right: 130px;
	}
	.mvbody .mv_q01 .text {
		display: block;
		width: 100%;
		text-align: center;
		position: absolute;
		top: 40px;
		left: 0;
		font-size: 14px;
		line-height: 1.8;
		color: #004098;
  font-weight: 600;
	}
	.mvbody .mv_q02 {
		width: 154px;
		position: absolute;
		top: 235px;
		right: -42px;
	}
	.mvbody .mv_q02 .text {
		display: block;
		width: 100%;
		text-align: center;
		position: absolute;
		top: 50px;
		left: 0;
		font-size: 14px;
		line-height: 1.8;
		color: #004098;
	  font-weight: 600;
}
	.mvbody .mv_karada {
		width: 233px;
		position: absolute;
		bottom: -65px;
		right: 20px;
	}
	.mvbody .mv_karada a img {
		transition: 0.3s;
	}
	.mvbody .mv_karada a:hover img {
		transform: scale(1.1);
	}
	.faqcontents {
		background: #ECF0F1;
	}
	.faqcontents .faqinner {
		width: 960px;
		margin: 0 auto;
		padding: 100px 0 120px 0;
	}
  .faqcontents h2 {
				color: #004098;
 }
	.faqcontents h2 .maintitle {
		display: inline-block;
		font-size: 45px;
		font-weight: bold;
		letter-spacing: 0.05em;
		position: relative;
			color: #004098;
}
	.faqcontents h2 .maintitle::before {
		content: "";
		display: block;
		width: 60px;
		height: 5px;
		position: absolute;
		top: 17px;
		left: -90px;
		background: url("../img/common/title_l.png") no-repeat top left;
		background-size: cover;
	}
	.faqcontents h2 .maintitle::after {
		content: "";
		display: block;
		width: 60px;
		height: 5px;
		position: absolute;
		top: 17px;
		right: -90px;
		background: url("../img/common/title_r.png") no-repeat top right;
		background-size: cover;
	}

	.faqcontents h3 {
		text-align: center;
		margin: 0 0 60px 0;
					color: #004098;
 }
	.faqcontents h3 .maintitle {
		display: inline-block;
		font-size: 45px;
		font-weight: bold;
		letter-spacing: 0.05em;
		position: relative;
}
	.faqcontents h3 .maintitle::before {
		content: "";
		display: block;
		width: 60px;
		height: 5px;
		position: absolute;
		top: 17px;
		left: -90px;
		background: url("../img/common/title_l.png") no-repeat top left;
		background-size: cover;
	}
	.faqcontents h3 .maintitle::after {
		content: "";
		display: block;
		width: 60px;
		height: 5px;
		position: absolute;
		top: 17px;
		right: -90px;
		background: url("../img/common/title_r.png") no-repeat top right;
		background-size: cover;
	}
	.faqcontents h4 {
		text-align: center;
		font-size: 32px;
		font-weight: bold;
		letter-spacing: 0.05em;
		margin: 0 0 50px 0;
							color: #004098;
}
	.faqcontents h4 .titleinner {
		position: relative;
		display: inline-block;
	}
	.faqcontents .faqicon {
		position: absolute;
		top: -35px;
		left: -65px;
		width: 50px;
	}
	.faqlist {
		margin: 0 0 40px 0;
	}
	#faq_karada {
		padding: 60px 0 0 0;
	}
	#faq_ashita {
		margin: 0 0 170px 0;
		padding: 60px 0 0 0;
	}
	.faqlist .qhead {
		display: table;
		width: 100%;
		background: #fff;
		border-top: 1px solid #1B5BB3;
		border-left: 1px solid #1B5BB3;
		border-right: 1px solid #1B5BB3;
		border-bottom: 1px solid #1B5BB3;
		border-radius: 10px;
		position: relative;
		cursor: pointer;
	}
	.faqlist .qhead.open {
		border-bottom: none;
		border-radius: 10px 10px 0 0;
	}
	.faqlist .qhead .qhead01 {
		display: table-cell;
		width: 12%;
		position: relative;
		padding: 30px 20px;
		text-align: center;
		color: #1B5BB3;
		font-size: 48px;
	}
	.faqlist .qhead .qhead01 .qlabel {
		display: block;
		width: 38px;
		position: absolute;
		top: 15px;
		left: -13px;
	}
	.faqlist .qhead .qhead02 {
		display: table-cell;
		width: 82%;
		position: relative;
		padding: 20px;
		text-align: left;
		color: #1B5BB3;
		font-size: 20px;
		letter-spacing: 0.05em;
		font-weight: bold;
		border-left: 1px solid #1B5BB3;
		line-height: 1.8;
	}
	#suntory_contents .faqlist .qhead .qhead02 {
		vertical-align: middle;
	}
	.faqlist .qhead .linkarrow {
		display: table-cell;
		width: 6%;
		font-size: 30px;
		text-align: center;
	  color: #1B5BB3;
}
	.faqlist .qhead .linkarrow .arrow {
		display: inline-block;
		transition: 0.3s;
		transform: translate(-10px, 0)
	}
	.faqlist .qhead:hover .linkarrow .arrow {
		display: inline-block;
		transform: translate(0, 0)
	}
	.faqlist .qhead.open .linkarrow .arrow {
		transform: rotate(90deg);
	}
	#suntory_contents .faqlist .qhead .linkarrow {
		vertical-align: middle;
	}
	.faqlist .awrap {
		display: none;
	}
	.faqlist .abody {
		display: table;
		width: 100%;
		background: #1B5BB3;
		border-bottom: 1px solid #1B5BB3;
		border-left: 1px solid #1B5BB3;
		border-right: 1px solid #1B5BB3;
		border-radius: 0 0 10px 10px;
		position: relative;
		color: #fff;
	}
	.faqlist .abody .abody01 {
		display: table-cell;
		width: 8%;
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		padding: 30px 5px 30px 50px;
	}
	.faqlist .abody .abody02 {
		display: table-cell;
		width: 92%;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.8;
		padding: 30px 40px 30px 20px;
	}
	.faqlist .abody .adata {
		text-align: center;
		width: 13.2%;
		float: left;
		margin: 0 1% 0 0;
	}
	.faqlist .abody .adata:last-child {
		margin: 0;
	}
	.faqlist .abody .adata dt {
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		border-radius: 10px 10px 0 0;
		padding: 10px;
		font-size: 16px;
		font-weight: bold;
	}
	.faqlist .abody .adata dd {
		background: #fff;
		border: 1px solid #fff;
		border-radius: 0 0 10px 10px;
		color: #1B5BB3;
		padding: 10px;
		font-size: 16px;
		font-weight: bold;
	}
	.faqlist .abody .atext.pictext {
		float: left;
		width: 600px;
	}
	.faqlist .abody .apic {
		width: 164px;
		float: right;
	}
	.faqlist .abody .abody02 .subtext {
		margin: 10px 0 0 0;
		font-size: 16px;
	}
	.faqlist .abody .exlist {
		margin: 30px 0 0 0;
	}
	.faqlist .abody .exlist li {
		width: 47%;
		float: left;
		margin: 0 3% 20px 0;
		display: table;
	}
	.faqlist .abody .exlist li .pic {
		width: 142px;
		display: table-cell;
		margin: 0 20px 0 0;
	}
	.faqlist .abody .exlist li .textbox {
		display: table-cell;
		padding: 5px 0 0 10px;
	}
	.faqlist .abody .exlist li .textbox .label {
		font-size: 15px;
		font-weight: bold;
		color: #FFCE65;
		margin: 0 0 3px 0;
	}
	.faqlist .abody .exlist li .textbox .text {
		font-size: 13px;
		line-height: 1.8;
		color: #fff;
	}
	#suntory_contents .faqlist .abody a {
		color: #fff;
		text-decoration: underline;
	}
	#suntory_contents .faqlist .abody a:hover {
		text-decoration: none;
	}
	.faqother {
		text-align: center;
	}
	.faqother .text {
		font-size: 27px;
		font-weight: bold;
		margin: 0 0 35px 0;
	}
	.faqother .customer {
		width: 770px;
		margin: 0 auto;
	}
	.faqother .customer a {
		display: block;
		transition: 0.3s;
	}
	.faqother .customer a:hover {
		transform: scale(1.05);
	}
	.customerhead {
		background: #FFB300;
		color: #fff;
		border-radius: 20px 20px 0 0;
		letter-spacing: 0.2em;
		font-weight: bold;
		font-size: 35px;
		padding: 15px 20px 15px 30px;
	}
	.customerhead .icon {
		width: 68px;
		display: inline-block;
		margin: 0 0 0 10px;
	}
	#suntory_contents .customerhead .icon {
		vertical-align: middle;
	}
	.center {
		background: #fff;
		color: #FFB300;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 0.05em;
		border-radius: 0 0 20px 20px;
		padding: 30px 20px;
	}
  #lineup {
  padding: 80px 0 0 0;
  margin: 80px 0 150px 0;
 }

}