@charset "utf-8";

/*----------------------------
	common
------------------------------*/
* {
	box-sizing: border-box;
}
html {
	font-size: 10px;
	color: #000;
}
@media (max-width: 768px) {
	html {
		font-size: 1.3vw;
	}
}
body {
	font-size: 1.6rem;
	line-height: 1;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
}
a {
	color: #000;
	text-decoration: none;
}
a img {
	transition: opacity 0.3s ease-out;
}
a img:hover {
	opacity: 0.7;
}
img {
	max-width: 100%;
	height: auto;
}

.wrapper {
	margin: 0 auto;
	max-width: 780px;
	max-height: 100%; /*for android*/
	position: relative;
	padding: 0 15px;
	background: #fff;
}
.wrapper:before {
	display: block;
	content: "";
	background: url(/kamitaiou/img/bg.png) no-repeat center center;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.sp {
	display: none;
}

/* section
-------------*/
section h2 {
	font-style: italic;
	font-size: 4.6rem;
	font-weight: bold;
	line-height: 1.19;
	letter-spacing: 0.08em;
	color: #555555;
	padding: 5rem 3rem 4rem;
	position: relative;
}
section h2::before {
	display: block;
	content: "";
	position: absolute;
	bottom: -4rem;
	left: 50%;
	border: 2rem solid transparent;
	border-top: 2.5rem solid #fff;
	margin-left: -2rem;
}
section h2::after {
	display: block;
	content: "";
	position: absolute;
	top: 0.7rem;
	right: 0;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	width: 11.6rem;
	height: 20.7rem;
}

/* content */
section .content {
	display: none;
	background: #c8c8c8;
	padding: 5rem 5rem 0;
	font-size: 2.6rem;
	line-height: 1.76;
	text-align: justify;
	text-justify: inter-ideograph;
}
section .content > p + p,
section .content > dl + p {
	margin-top: 5.2rem;
}
section .content > dl {
	margin-top: 5.2rem;
}
section .content dl dd {
	margin-top: 1rem;
}
section .content > dl dd p + p {
	margin-top: 4.5rem;
	position: relative;
}
section .content > dl dd p + p::before {
	display: block;
	content: "";
	position: absolute;
	top: -3.5rem;
	left: 50%;
	border: 2rem solid transparent;
	border-top: 2.5rem solid #555;
}
section .content > dl dd.copy {
	font-size: 1.4rem;
}
/* item */
section .item {
	margin-top: 7rem;
	background: #fff;
	padding: 8rem 0 5rem;
	position: relative;
	z-index: 1;
}
section .item .ttl {
	background: #787878;
	font-size: 2.8rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.28;
}
section .item > div {
	display: flex;
}
section .item .detail {
	margin-top: 15rem;
	font-size: 2rem;
	line-height: 1.5;
}
section .item .txt {
	margin-top: 4rem;
	font-size: 2.2rem;
	line-height: 1.4;
	letter-spacing: -0.04em;
}
section .item .itemname {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.13;
	margin-top: 2rem;
	margin-bottom: 1.3rem;
	padding-top: 2rem;
	border-top: solid 1px #555;
}
section .item .itemname span {
	font-size: 2.8rem;
}
section .item .price {
	font-size: 2.2rem;
}
section .item .icn {
	display: inline-block;
	border: solid 1px #000;
	padding: 0.3rem 0.5rem;
	margin-top: 1rem;
}
/* btn */
section .btnDetail {
	width: 49.2%;
	margin-top: 3rem;
	margin-left: auto;
	margin-right: auto;
}
section .btnDetail a {
	display: block;
	text-align: center;
	padding: 1.1rem 1rem;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	background: #ff9600;
	border-radius: 4rem;
	cursor: pointer;
	position: relative;
	transition: opacity 0.3s ease-out;
}
section .btnDetail a:hover {
	opacity: 0.7;
}
section .btnDetail a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	background: url(/kamitaiou/img/icn_btn_detail.png) no-repeat top right;
	background-size: contain;
	width: 2.2rem;
	height: 3rem;
	margin-top: -1.5rem;
}
section .btnBlock {
	padding: 8rem 0 12rem;
	background: #c8c8c8;
}
section .btnRead {
	width: 42.6%;
	margin-left: auto;
	margin-right: auto;
}
section .btnRead span {
	display: block;
	text-align: center;
	padding: 2.1rem 1rem;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	background: #555555;
	border-radius: 4rem;
	cursor: pointer;
	position: relative;
	transition: opacity 0.3s ease-out;
}
section .btnRead span:hover {
	opacity: 0.7;
}
section .btnRead span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 3rem;
	background: url(/kamitaiou/img/icn_btn_read.png) no-repeat top right;
	background-size: contain;
	width: 2.2rem;
	height: 2.6rem;
	margin-top: -1.3rem;
	transition: all 0.3s ease-out;
}
section .btnRead.open span::after {
	transform: rotate(180deg);
}
section .note {
	margin: 3rem 2rem 0;
	font-size: 1.8rem;
	line-height: 1.5;
}

/* sec01 */
section.sec01 h2::after {
	background-image: url(/kamitaiou/img/sec01_icn.png);
}
section.sec01 .item .ttl {
	padding: 2.5rem 1rem 2.5rem 24.5rem;
}
section.sec01 .item > div {
	margin-top: -16rem;
}
section.sec01 .item .pic {
	width: 13.7rem;
	margin: 0 4rem 0 7rem;
}
section.sec01 .item .detail {
	width: 36rem;
}
/* sec02 */
section.sec02 h2::after {
	background-image: url(/kamitaiou/img/sec02_icn.png);
}
section.sec02 .item .ttl {
	padding: 2.5rem 1rem 2.5rem 31rem;
}
section.sec02 .item > div {
	margin-top: -16rem;
}
section.sec02 .item .pic {
	width: 27.3rem;
	margin: 2rem 3rem 0 1rem;
}
section.sec02 .item .detail {
	width: 29.5rem;
}
/* sec03 */
section.sec03 h2::after {
	background-image: url(/kamitaiou/img/sec03_icn.png);
}
section.sec03 .item {
	padding-top: 4rem;
}
section.sec03 .item .ttl {
	padding: 2.5rem 1rem 2.5rem 3rem;
}
section.sec03 .item > div {
	flex-direction: column;
	margin: 4rem 0 2rem;
}
section.sec03 .item .pic {
	width: 73.8%;
	margin-left: auto;
	margin-right: auto;
}
section.sec03 .item .detail {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 89.2%;
}
section.sec03 .item .price {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.sec03 .item .price p {
	width: 49%;
	margin-bottom: 2rem;
}
/* sec04 */
section.sec04 h2::after {
	background-image: url(/kamitaiou/img/sec04_icn.png);
}
section.sec04 .item .ttl {
	padding: 2.5rem 1rem 2.5rem 29rem;
}
section.sec04 .item > div {
	margin-top: -14rem;
}
section.sec04 .item .pic {
	width: 20.9rem;
	margin: 0rem 4rem 0 4rem;
}
section.sec04 .item .detail {
	width: 31rem;
}
/* sec05 */
section.sec05 h2::after {
	background-image: url(/kamitaiou/img/sec05_icn.png);
}
section.sec05 .item .ttl {
	padding: 2.5rem 1rem 2.5rem 24.5rem;
}
section.sec05 .item > div {
	margin-top: -16rem;
}
section.sec05 .item .pic {
	width: 13.7rem;
	margin: 0 4rem 0 7rem;
}
section.sec05 .item .detail {
	width: 36rem;
}
section.sec05 .btnBlock {
	padding-bottom: 8rem;
}
section.sec05 .annotation {
	padding: 2rem 5rem 6rem;
	background: #c8c8c8;
	font-size: 2rem;
	line-height: 1.5;
}
section.sec05 .annotation dl {
	margin-top: 0.5rem;
}

/* fadein */
.fadein {
	opacity: 0;
	transform: translateY(30px);
	transition: 800ms;
}

/* footer */
footer {
	background: #000;
	padding: 6rem 1rem 4rem;
	text-align: center;
}
footer .logoHe {
	margin-left: auto;
	margin-right: auto;
	width: 75.3%;
}
footer .logo {
	margin-left: auto;
	margin-right: auto;
	width: 22%;
}
/* btn */
footer .btnDetail {
	margin: 6.5rem auto 7rem;
	width: 59%;
}
footer .btnDetail a {
	display: block;
	text-align: center;
	padding: 2rem 1rem;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: bold;
	color: #fff;
	background: #ff9600;
	border-radius: 6rem;
	cursor: pointer;
	position: relative;
	transition: opacity 0.3s ease-out;
}
footer .btnDetail a:hover {
	opacity: 0.7;
}
footer .btnDetail a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	background: url(/kamitaiou/img/icn_btn_detail.png) no-repeat top right;
	background-size: contain;
	width: 2.2rem;
	height: 3rem;
	margin-top: -1.5rem;
}
footer .copyright {
	margin-top: 4rem;
	color: #fff;
	font-size: 2rem;
}


/*----------
	SP
------------*/
@media (max-width: 767px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.wrapper {
		padding: 0;
	}
}
