@charset "UTF-8";
/* CSS Document */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
ul,ol{
	list-style: none;
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

/* original style */
body {
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

small{
    font-size: 0.75em;
}
strong{
    font-weight: bold;
}
em{
    font-style: italic;
}
.youtube{
    position:relative;
    width:100%;
    height:0;
    padding-top:56.25%;
}
.youtube iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.pcBr{
    display: block;
}

html{
	font-size: 10px;
}
body{
	font-family: "Helvetica Neue" , Helvetica , Arial ,'Roboto', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-feature-settings: "palt" 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background-color:#ececec;
}

/*   --------------------   common  --------------------------------   */
a { color:#000; outline: none; }
a:link { text-decoration:none; }
a:link, button {
	outline:none;
}
a:visited { text-decoration:none; color:#000;}
a:hover { text-decoration: underline; color:#999;}
a img {
	border: none;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
a:hover img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}
img{
	-ms-interpolation-mode: bicubic;
}
p,li,dt,dd{
	color:#000;
	font-size: 1.4rem;
	letter-spacing:0.025em;
	line-height:1.75;
	list-style:none;
}
/* cf */
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf {
	display: inline-block;
}
/* exlude MacIE5 \*/
* html .cf {
	height: 1%;
}
.cf {
	display:block;
}

.headerWrapper{
	/*content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;*/
	width: 100%;
	height: 133.333vw;
	/*background-image: url(../img/main_sp.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin:0;
	padding: 0;
	position: relative;
	z-index: -1;*/
}
.main-img{
	width: 100%;
	height: 133.333vw;
	background-image: url(../../img/hpl/main_sp.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin:0;
	padding: 0;
	position: fixed;
	z-index: -1;
}
header{
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10vw 0;
	margin: 0 auto;
}
header h1{
	line-height: 0;
	width: 30%;
	margin: 0 auto 6%;
	/*transform: translateY(-50%);*/
}
header h2{
	line-height: 0;
	width: 27.5%;
	margin: 0 auto;
}
header h1 img,
header h2 img{
	width: 100%;
	height: auto;
}
#logo_svg{
	fill: #000;
}
h2,h3{
	font-weight: 600;
	letter-spacing: 0;
}
h2{
	font-size: 2.4rem;
	line-height: 1.25;
	margin: 0 auto 10vw;
	text-align: center;
	width: auto;
}
h2 small{
	display: block;
	font-size: 0.5em;
	letter-spacing: 0.1em;
}
.lead{
	font-family: 'Crimson Text', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.2rem;
	letter-spacing: 0.075em;
	line-height: 2;
	text-align: center;
	width: 90%;
	margin: 0 5%;
}
.lead+.lead{
	letter-spacing: 0.025em;
	line-height: 1.75;
	margin-top: 1.5em;
}
.sec h2{
	line-height: 1;
	margin-bottom: 15vw;
}
.contents{
	padding:0;
	z-index: 2;
}
main{
	padding:0;
}
blockquote{
	border-top: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
	padding: 20px 0;
	position: relative;
	margin: 0 auto 10%;
	width: 500px;
}
blockquote::before{
	content:'\201C';
	display: inline-block;
	line-height: 1;
	position: absolute;
	top: -5px;
	color: #f4f4f4;
	font-size:15rem;
	z-index: -1;
}
blockquote,
blockquote p{
	font-family: 'Crimson Text', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.25rem;
	text-align: left;
	line-height: 2;
}
blockquote p+p{
	font-size: 0.9em;
	margin-top: 0.5em;
}
blockquote cite{
	display: block;
	font-size: 1rem;
	letter-spacing: 0.075em;
	margin-top: 1em;
	text-align: right;
}
blockquote cite::before{
	content: "—";
	display: inline-block;
	margin-right: 0.4em;
}
section{
	padding: 20% 0;
	position: relative;
	background-color: #ececec;
}
#movie,#material{
	padding-top: 0;
}
#movie .youtube{
	margin-bottom: 20%;
}
#look01,
#look01 .looks{
	background-color: #f7f8f0;
}
#look02,
#look02 .looks,
#look05,
#look05 .looks,
#look08,
#look08 .looks{
	background-color: #f0f8f0;
}
#look03,
#look03 .looks,
#look06,
#look06 .looks{
	background-color: #f0f7f8;
}
#look04,
#look04 .looks,
#look07,
#look07 .looks{
	background-color: #e7f0f3;
}
#material,
#material .looks{
	background-color: #8e8e8e;
}
#look01,#look02,#look03,#look04{
	padding-top: 0;
}
.mainV{
	position: sticky;
	top: 0;
	z-index: 0;
	margin-top: 0;
}
.mainV img{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1.2s ease-in-out 0.6s;
	transition: 1.2s ease-in-out 0.6s;
}
.looks{
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.mainV+.looks{
	padding: 12.5% 0 0;
}
.look {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 0;
	width: 100%;
	margin:0;
	text-align: center;
}
.look > div{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1.2s ease-in-out 0.6s;
	transition: 1.2s ease-in-out 0.6s;
	
}
.look.detail,
.look > div + div{
	margin-top: 12.5%;
}
.detail + .look{
	margin-top: 20%;
}
.look > div.fadeIn,
.mainV img.fadeIn{
	opacity: 1;
	visibility: visible;
}
.col2{
	width: 80%;
}
.col2+.col2{
	margin-top: 7.5%;
}
.col1{
	width: 90%;
}
.w50{
	width: 50%;
}
.w60{
	width: 60%;
}
.w70,
.detail .image.w70{
	width: 70%;
}
.detail .image{
	width: 80%;
}
#look03 .look:nth-child(1){
	align-items: flex-start;
}
.text-image{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 75%;
	margin:15% auto 0;
	text-align: center;
}
.text-image .image{
	border-radius: 30px;
	border: #000 solid 1px;
	line-height: 0;
	overflow: hidden;
	margin: 5vw 0 0 0;
}
.text-image h3 img{
	width: 75%;
}
#octa h3 img{
	width: 40%;
}
.text-image .text p{
	font-size: 1.3rem;
	line-height: 1.75;
	text-align: left;
	margin-top: 20px;
}
.credit{
	display: flex;
	flex-direction: column;
	width: 75%;
}
.credit p:first-of-type{
	font-size: 1.5rem;
	text-align: left;
}
.credit dl{
	display: flex;
	line-height: 1.5;
	justify-items: flex-start;
	align-items: baseline;
	margin: 0 auto 0 0;
}
.credit dt{
	font-size: 1.1rem;
	letter-spacing: 0.025em;
	margin-right: 0.4em;
	text-align: left;
	width: 5.75em;
	white-space: nowrap;
}
.credit dd{
	font-size: 1.3rem;
	letter-spacing: 0.025em;
}
.credit ul+ul{
	margin-top: 1.5em;
}
.credit li{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: baseline;
	font-size: 1.2rem;
	line-height: 1;
	margin-top: 1em;
	position: relative;
}
.credit li span{
	text-align: left;
}
.credit li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: baseline;
	position: relative;
	width: 100%;
	height: 100%;
}
.credit li a:hover{
	text-decoration: none;
}
.credit li a::after{
	content: "BUY";
	display: block;
	font-size: 1rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	line-height: 16px;
	padding: 0 12px;
	border: #666 solid 1px;
	border-radius: 9999px;
}
.credit .item-hpl li a::after{
	font-size: 1.1rem;
	line-height: 18px;
	padding: 0 17px;
	background-color: #444;
	border: #666 solid 1px;
	color: #fff;
	top: 0;
	transform: translateY(0);
}
.item-hpl li{
	font-size: 1.3rem;
}
.item-hpl .brand{
	width: 100%;
	margin-bottom: 0.66em;
}
.price{
	margin-left: 0.75rem;
}
.number{
	display: none;
}
.instore{
	font-size: 1.1rem;
	margin-left: 0.75rem;
	position: absolute;
	right: 0;
}
.instore::before{
	content: "発売：";
}
.credit ul:not(.item-hpl) .name{
	margin-left: 0.25em;
}
.credit ul:not(.item-hpl) .name::before{
	content: "/";
	display: inline-block;
	margin-right: 0.25em;
}

.btn a{
	border: #000 solid 1px;
	display: block;
	border-radius: 9999px;
	font-size: 1.4rem;
	line-height: 34px;
	text-align: center;
	width: 180px;
	margin: 15px auto 30px;
	position: relative;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.btn_big a{
	background-color: #000;
	border: #000 solid 2px;
	display: block;
	border-radius: 9999px;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	width: 80%;
	margin: 0 auto 10%;
	position: relative;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.btn a:hover{
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
.btn_big a:hover{
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
.btn a::after,
.btn_big a::after{
	content: ">";
	position: absolute;
	right: 8px;
	top: -2px;
}
.btn_big a::after{
	right: 20px;
	top: -1px;
}
.comme{
	text-align: left;
}

footer{
	background-color: #333333;
	padding: 15% 5% 7.5%;
	position: relative;
	z-index: 1;
}
.staffCredit{
	font-family: 'Crimson Text', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.3rem;
	letter-spacing: 0.025em;
	line-height: 2;
	margin-bottom: 20%;
}
footer h1{
	line-height: 0;
	width: 30%;
	margin: 0 35% 10%;
}
footer h1 #logo_svg{
	fill: #fff;
}
footer li,footer p,footer a,footer a:link,footer a:active,footer a:any-link{
	color: #fff;
}
footer ul{
	text-align: center;
	margin-bottom: 5%;
}
footer ul li{
	display: inline-block;
	font-size: 1.2rem;
}
footer ul li+li::before{
	content:"|";
}
footer ul li a{
	padding: 0 0.75em;
}
footer p{
	text-align: center;
}
footer .copy{
	font-size: 1rem;
	transform: scale(0.8);
	transform-origin: top center;
	margin: 30px 0 0;
	text-align: center;
}
.pcBr {
	display:inline;
}
.spBr{
	display:block;
}
@media only screen and (min-width: 769px) {
html{
	font-size: 11px;
}
#logo_svg{
	fill: #000;
}
.headerWrapper{
	height: auto;
}
.main-img{
	height: 66.666vw;
	background-image: url(../../img/hpl/main_pc.webp);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin:0;
	padding: 0;
	position: relative;
	z-index: -1;
}
header{
	background-color: #ececec;
	position: static;
	width: 100%;
	padding-top: 10%;
	padding-bottom: 0;
}
header h1{
	width: 20%;
	max-width: 240px;
	margin: 0 auto 60px;
}
header h2{
	width: 16.666%;
	max-width: 200px;
	margin: 0 auto;
}
h2{
	font-size: 4.55rem;
	margin: 0 auto 5%;
}
h2 small{
	display: inline-block;
	margin-left: 15px;
}
.lead{
	line-height: 2;
	width: 640px;
	margin: 0 auto;
}
.lead+.lead{
	letter-spacing: 0.025em;
	line-height: 1.75;
	margin-top: 2.5em;
	width: 540px;
}
.sec h2{
	margin-bottom: 10%;
}
section{
	padding: 15% 0;
	position: relative;
	background-color: #ececec;
}
#movie video{
	margin-bottom: 10%;
}
.mainV{
	height: 66.666vw;
	overflow: hidden;
	/*position: relative;*/
}
.mainV img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.col2{
	width:40%;
}
.col2+.col2{
	margin-top: 0;
	margin-left: 5%;
}
.detail + .look{
	margin-top: 15%;
}
.w80{
	width: 70%;
}
.w70{
	width: 55%;
}
.w60{
	width: 50%;
}
.col1{
	width: 85%;
}
#look03 .look:nth-child(1){
	align-items: flex-start;
}
#look03 .col2+.col2{
	margin-top: 30%;
}

.detail{
	box-sizing: border-box;
	margin-top: 10%;
	padding: 0 7.5%;
	flex-direction: row-reverse;
	justify-content: space-between;
}
#look02 .detail,
#look03 .detail,
#look06 .detail,
#look08 .detail{
	flex-direction: row;
}
.detail .image,
.detail .image.w70{
	width: 55%;
	/*margin: 0 0 0 5%;*/
}
.detail .credit{
	box-sizing: border-box;
	width: 37.5%;
	padding: 0;
	margin: auto 0 0;
}
.look.detail .w70{
	width: 55%;
}
#material .col2{
	width: 33.333%;
}
.text-image{
	width: 100%;
	margin:10vw auto 0;
	align-items: flex-start;
	justify-content: center;
}
.text-image .image{
	border-radius: 30px;
	margin: 0;
	width: 30%;
}
.text-image .text{
	width: 30%;
	margin: 0 5% 0 0;
}
.text-image h3{
	text-align: left;
}
.text-image .text p{
	font-size: 1.3rem;
	line-height: 1.75;
	text-align: left;
	margin-top: 20px;
}

.credit ul+ul{
	margin-top: 2em;
}
.credit li{
	font-size: 1.3rem;
}
.credit .item-hpl li{
	margin-top: 1.25em;
}
.credit li a::after{
	font-size: 1.1rem;
	line-height: 18px;
	padding: 0 20px;
}
.credit .item-hpl li a::after{
	font-size: 1.2rem;
	line-height: 24px;
	padding: 0 30px;
}
.item-hpl li{
	font-size: 1.4rem;
}
.instore{
	font-size: 1.2rem;
}
.btn a{
	line-height: 50px;
	text-align: center;
	width: 240px;
	margin: 2rem auto 30px 0;
}
.btn_big a{
	font-size: 2.5rem;
	line-height: 80px;
	width: 40%;
	margin: 0 auto;
}
.btn a::after{
	right: 15px;
}
.btn_big a::after{
	right: 30px;
	top: -2px;
}
footer{
	display: block;
	padding:10% 0 5%;
}
.staffCredit{
	margin-bottom:15%;
}
footer h1{
	width: 15%;
	max-width: 200px;
	margin: 0 auto 5%;
}
footer ul{
	margin-bottom: 30px;
}
footer ul li{
	font-size: 1.2rem;
}
footer ul li a{
	padding: 0 1.5em;
}
footer p{
	font-size: 1.167rem;
}
footer .copy{
	font-size:0.917rem;
	transform: scale(0.8);
	line-height:1.2;
}
.pcBr {
	display:block;
}
.spBr{
	display:inline;
}
}
@media(max-width:375px){
.credit{
	width: 80%;
}
}

