@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn {
	width: 930px;
	margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

em {
	font-style: normal;
}
img {
	image-rendering: -webkit-optimize-contrast;
}

.releasedate {
	width: 930px; 
	font-size: 11px; 
	color: #333;
	text-align: right;
	margin: 100px auto; 
}

/*==============================================
 看板
============================================= */
.mainTitle {
	width: 100%;
	height: 510px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_freebudspro3/mainimg.jpg) no-repeat center top;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 0 auto;
}
h1 {
	width: 829px;
	height: 158px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_freebudspro3/maintitle.png) no-repeat center top;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 25px auto 0;
}
.lead {
	width: 830px;
	font-size: 15px;
	line-height: 2;
	margin: 50px auto 0;
}
.lead a {
	font-weight: bold;
	color: #6aa0a2;
	text-decoration: underline;
}
.lead a:hover {
	text-decoration: none;
}


/*==============================================
 バナー
============================================= */
.topbnr a {
	display:block;
	width: 600px;
	height: 56px;
	background: #6aa0a2;
	border-radius: 56px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 59px;
	margin: 50px auto 0;
	position: relative;
	transition: all ease .3s;
}
.topbnr a:after {
	content: "";
	display: block;
	width: 16px;
	height: 30px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_freebudspro3/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -15px;
}
.topbnr a:hover {
	background: #2f6466;
}

.innerbnr {
	width: 830px;
	margin: 100px auto 0;
}
.innerbnr a {
	display: block;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_freebudspro3/innerbnr_img.jpg) no-repeat 10px center;
	border-radius: 30px;
	border: 1px solid #9d9f9f;
	overflow: hidden;
	position: relative;
}
.innerbnr a:after {
	content: "";
	display: block;
	width: 16px;
	height: 30px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_freebudspro3/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -15px;
}
.innerbnr a dl {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.innerbnr a dt {
	display: table-cell;
	width: 660px;
	height: 148px;
	font-size: 18px;
	color: #3d4242;
	vertical-align: middle;
	padding-left: 215px;
	box-sizing: border-box;
}
.innerbnr a dt strong {
	display: block;
	font-size: 32px;
	margin-top: 15px;
}
.innerbnr a dd {
	display: table-cell;
	height: 148px;
	background: #6aa0a2;
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
	vertical-align: middle;
	padding-left: 22px;
	transition: all ease .3s;
}
.innerbnr a:hover dd {
	background: #2f6466;
}


/*==============================================
 目次
============================================= */
.menu {
	width: 830px;
	border-top: 3px solid #6aa0a2;
	border-bottom: 3px solid #6aa0a2;
	margin: 60px auto 0;
}
.menu dl {
	padding: 35px 65px 40px;
}
.menu dt {
	font-size: 12px;
	font-weight: bold;
	color: #6aa0a2;
}
.menu dd {
	font-size: 14px;
	margin-top: 15px;
}
.menu dd a {
	display: block;
	color: #273d3f;
	line-height: 2;
	transition: all ease .3s;
}
.menu dd a:before {
	content: "▼";
	display: inline-block;
	font-size: 10px;
	color: #6aa0a2;
	vertical-align: middle;
	margin-right: 5px;
}
.menu dd a:hover {
	opacity: .6;
}
.menu dd a em {
	font-weight: bold;
}


/*==============================================
 プロフィール
============================================= */
.profile {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	width: 830px;
	margin: 70px auto 0;
	padding: 0 65px;
	box-sizing: border-box;
}
.profile div {
	width: 250px;
	height: 255px;
	overflow: hidden;
	position: relative;
}
.profile div img {
	width: 380px;
	position: absolute;
	left: -26%;
}
.profile dl {
	width: 400px;
}
.profile dt {
	font-size: 20px;
	font-weight: bold;
	color: #273d3f;
}
.profile dd {
	font-size: 13px;
	line-height: 1.6;
	margin-top: 20px;
}



/*==============================================
 コンテンツ
============================================= */
.paragraph {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_freebudspro3/para_bg.png) repeat-x 0 0;
	margin: 100px auto 0;
	padding-top: 100px;
}
.paragraph h2 {
	font-size: 38px;
	font-weight: bold;
	color: #273d3f;
	line-height: 1.4;
	text-align: center;
	margin: 0 auto 60px;
}
.paragraph h2 em {
	display: block;
	font-size: 24px;
	color: #6aa0a2;
	margin-bottom: 20px;
}
.paragraphIn {
	width: 830px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 15px;
	line-height: 2;
	margin: 0 0 30px;
}

.comment {
	width: 600px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_freebudspro3/icon_quote.png) no-repeat 5px 0;
	color: #74a6a8;
	margin: 90px auto;
	padding-top: 20px;
}
.comment p {
	text-indent: 80px;
	margin: 0;
}
.comment p.name {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
}
.comment p.name:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 1px;
	background: #74a6a8;
	vertical-align: middle;
	margin-right: 10px;
}

#article04 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_freebudspro3/matome_bg.jpg) no-repeat center 0;
	padding: 120px 0 90px;
	
}
#article04 h2 {
	width: 830px;
	text-align: left;
	margin: 0 auto 50px;
	padding-left: 250px;
	box-sizing: border-box;
}
#article04 h2 em {
	display: none;
}
#article04 .paragraphIn {
	width: 830px;
	margin: auto;
	padding-left: 250px;
	box-sizing: border-box;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 830px;
	margin: 80px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 400px;
	float: left;
}
.imgBox a:nth-of-type(2) {
	float: right;
}
.imgBox img {
	display: block;
	width: 100%;
}
.imgBox a img {
	transition: all ease .3s;
}
.imgBox a:hover img {
	opacity: .8;
}
.imgBox .cap {
	font-size: 13px;
	line-height: 1.8;
	margin: 25px 0 0;
}
.imgBox .cap.right {
	width: 400px;
	margin-top: -2px;
	float: right;
}
.imgBox .p150 {
	padding-top: 150px;
}
.w600,
.w600 a {
	width: 600px;
	float: none;
}
.extraBox {
	width: 600px;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
	overflow: hidden;
	margin: 90px auto;
	position: relative;
}
.extraBox img {
	margin-left: -100px;
}
.extraBox .cap {
	background: rgba(61,72,72,.85);
	font-size: 13px;
	color: #fff;
	line-height: 1.8;
	margin: 0;
	padding: 30px 30px 25px;
	position: absolute;
	bottom: 0;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 830px;
	margin: 110px auto 0;
}
.productBox a {
	text-align: center;
}
.productBox a dt {
	font-size: 45px;
	font-weight: bold;
	color: #6aa0a2;
}
.productBox a dt span {
	display: block;
	font-size: 30px;
	margin-bottom: 15px;
}
.productBox a dd:nth-of-type(1) {
	margin-top: 40px;
}
.productBox a dd:nth-of-type(2) {
	display:block;
	width: 600px;
	height: 56px;
	background: #6aa0a2;
	border-radius: 56px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 59px;
	margin: 50px auto 0;
	position: relative;
	transition: all ease .3s;
}
.productBox a dd:nth-of-type(2):after {
	content: "";
	display: block;
	width: 16px;
	height: 30px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_freebudspro3/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -15px;
}
.productBox a dd:nth-of-type(2):hover {
	background: #2f6466;
}



/*==============================================
 effect
============================================= */

[data-effect] {
  opacity: 0;
  transition: transform .6s, opacity .6s;
}
[data-effect="top"] {
  transform: translateY(-60px);
}
[data-effect="bottom"] {
  transform: translateY(60px);
}
[data-effect="left"] {
  transform: translateX(60px);
}
[data-effect="right"] {
  transform: translateX(-60px);
}
[data-effect].ended {
  transform: translateY(0);
  opacity: 1;
}
