@charset "UTF-8";
/*
html5doctor.comResetStylesheet
v1.6.1
LastUpdated:2010-09-17
Author:RichardClark-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;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
}
html {
  font-size: 62.5%;
}
ul, ol, li {
	list-style-type: none;
}
body {
	min-width: 1280px;
	width: 100%;
	margin: 0 auto;
	color: #004ea2;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	font-size: 1.2rem;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	font-family: YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.pcDisp {
	display: none !important;
}
.textImage {
	display: block;
	height: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
body {
	min-width: 100%;
}
.wrapper {
	overflow-x: hidden;
}
.header {
	color: #FFF;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
}
.header__front {
	padding: 12px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 101;
	background: #FFF;
}
.header__edge {
	width: 52px;
}
.header__button {
	font-size: 0;
	position: relative;
	width: 25px;
	height: 10px;
}
.header__button:before, .header__button:after {
	content: "";
	display: block;
	position: absolute;
	background: #004ea2;
	width: 100%;
	height: 2px;
	-webkit-transition: .3s;
	transition: .3s;
}
.header__button:before {
	top: 0;
}
.header__button:after {
	bottom: 0;
}
.header__nav {
	position: absolute;
	top: -500px;
	left: 0;
	width: 100%;
	background: rgba(0, 78, 162, .9);
	padding: 0 0 8px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.8;
	font-weight: bold;
	-webkit-transition: .3s;
	transition: .3s;
}
@media  (max-width: 767px) {
	.header__nav {
		overflow-y: scroll;
	}
}
@media (min-width: 568px) and (max-width: 767px) {
		.header__nav {
			height: calc(100vh - 48px);
		}
}
.header__item {
	display: block;
	padding: .5em 0;
}
.header__item:nth-of-type(n+2) {
	margin: .5em 0 0;
}
.header__head {
	background-image: url('/contents_file/products/kamisori/product/pretty/images/pretty01.png');
	background-color: rgba(255, 255, 255, .7);
	background-position: left top;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 49px;
	width: 100%;
	padding: 17.480469% 0 0;
}
.header--active .header__button:before{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -1px;
}
.header--active .header__button:after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 50%;
	margin-bottom: -1px;
}
.header--active .header__nav {
	top: 49px;
}
.header--active + main {
	overflow: hidden;
}
.header__pretty {
	background: url(/contents_file/products/kamisori/product/pretty/images/pretty01_white.png) left top no-repeat;
	background-size: cover;
	left: 0;
	top: 0;
	width: 100%;
	padding: 17.480469% 0 0;
	border-bottom: 1px solid #80a7d1;
	margin: 0 0 5px;
}
.header__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #80a7d1;
	padding: 20px 0 0;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

}
.header__social_item {
	width: 10%;
	max-width: 50px;
	margin: 0 4%;
}
.main {
	margin-top: 49px;
}

.pretty-top {
	/* background: url('/contents_file/products/kamisori/product/pretty/images/photo01.jpg') 0 0 no-repeat;
	background-size: cover;
	padding: 172.53906% 0 0; */
	position: relative;
  margin: -84px 0 0;
}

.is-pc {
  display: none;
}

.pretty-top:after {
	-webkit-animation: keyVisual .5s linear forwards;
	animation: keyVisual .5s linear forwards;
	-webkit-box-shadow:5px 5px 6px 0px #dddddd;
	box-shadow:5px 5px 6px 0px #dddddd;
	border-radius:0px 0px 6px 0px;
	content: "";
	display: block;
	background: #FFF;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	-webkit-transform-origin: left top;
	transform-origin: left top;
}
.pretty-top__title {
	background: url('/contents_file/products/kamisori/product/pretty/images/cursive01.png') left top no-repeat;
	-webkit-animation: keyTitle .7s ease forwards;
	animation: keyTitle .7s ease forwards;
	background-size: cover;
	position: absolute;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	left: 0;
	top: 21.5%;
	width: 83.789062%;
	max-width: 0;
	padding: 58.19531% 0 0;
}
.pretty-top__head {
	background-image: url('/contents_file/products/kamisori/product/pretty/images/pretty01.png');
	background-color: rgba(255, 255, 255, .7);
	background-position: left top;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 17.480469% 0 0;
}
.pretty-top__cover-bg {
  position: absolute;
  top: 83px;
}
.pretty-message01 {
	position: relative;
	margin: 526px 0 0;
}
.pretty-message01__content {
	background: rgba(255, 255, 255, .7);
	position: absolute;
	width: calc(100% - 17.578124%);
	top: -300px;
	left: 0;
	right: 0;
	padding: 86px 0 70px;
	margin: auto;
	text-align: center;
	-webkit-transition: .7s;
	transition: .7s;
	opacity: 0;
	-webkit-transform: translateY(-80px);
	transform: translateY(-80px);
}
.pretty-message01__content.js-is-animate {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.pretty-message01__title {
	background: url('/contents_file/products/kamisori/product/pretty/images/headline01.png') left top no-repeat;
	background-size: cover;
	width: 36.190476%;
	padding: 24.166667% 0 0;
	margin: 0 auto;
}
.pretty-message01__text {
	font-size: 1.6rem;
	line-height: 2.4;
	margin: 60px 0 0;
}
.pretty-message01__link {
	background: url('/contents_file/products/kamisori/product/pretty/images/arrow01.png?v2') left 400px no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 2;
	opacity: 0;
	left: 5%;
	bottom: 5%;
	width: 11.621094%;
	padding: 46.582032% 0 0;
}
.pretty-message01__link:before {
	content: "";
	background: url('/contents_file/products/kamisori/product/pretty/images/arrow01_line.png?v2') left 400px no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 5%;
	bottom: 5%;
}
.pretty-message01__link.js-is-animate {
	-webkit-animation: arrow .7s linear forwards;
	animation: arrow .7s linear forwards;
}
.pretty-message01__link.js-is-animate:before {
	-webkit-animation: arrow .7s linear forwards;
	animation: arrow .7s linear forwards;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.pretty-message01__photo {
	width: 91.210938%;
	margin-left: auto;
	display: block;
}
.small-txt{
  font-size: 1.2rem;
}
.pretty-mv {
  width: 100%;
  height: auto;
}
.pretty-mv img.is-sp {
  display: block;
}
.pretty-what {
	position: relative;
	margin: 40% 0 0;
	padding: 28% 0 0;
	font-size: 0;
}
.pretty-what__title {
	background: url(/contents_file/products/kamisori/product/pretty/images/cursive02.png) left top no-repeat;
	background-size: cover;
	position: absolute;
	left: 17%;
	top: 0;
	width: 81.542969%;
	padding: 48.562518% 0 0;
	max-width: 0;
}
.pretty-what__title.js-is-animate {
	-webkit-animation: keyTitle .7s ease forwards;
	animation: keyTitle .7s ease forwards;
}
.pretty-what__content {
	background: #fff;
  width: 82%;
  padding: 56px 34px 47px 31px;
  position: relative;
  z-index: 5;
	/* position: absolute;
	width: 82.519531%;
	top: 355px;
	left: 0;
	padding: 48px 0;
	-webkit-transition: .7s;
	transition: .7s;
	opacity: 0;
	-webkit-transform: translateY(-80px);
	transform: translateY(-80px); */
}
.pretty-what__content.js-is-animate {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.pretty-what__headline {
	background: url(/contents_file/products/kamisori/product/pretty/images/pretty02.png) left top no-repeat;
	background-size: cover;
	width: 46.604215%;
	padding: 13.700234% 0 0;
	margin: 0 0 0 32px;
}
.pretty-what__product-name {
  font-size: 30px;
}
.pretty-what__small {
	font-size: 1rem;
	margin: 5px 0 0 0;
	color: #9fbcdc;
	position: relative;
}
.pretty-what__small:after {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 32px;
	background: #ec80a4;
	top: 20px;
}
.pretty-what__att {
	font-size: 0.8rem;
	line-height: 1.67;
	margin-top: 17px;
}
.pretty-what__medium {
	font-size: 1.3rem;
	line-height: 1.6;
	margin: 16px 0 0 0;
}
.pretty-what__large {
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 36px 0 0 0;
}

.pretty-what__bg {
	display: block;
	width: 91.210938%;
	margin-left: auto;
}
.pretty-product__img-pc {
  display: none;
}
.pretty-product__img-sp {
  margin: 216px 0 0 0;
}
.pretty-lineup {
	position: relative;
	margin: 134px 0 0;
	font-size: 0;
}
.pretty-lineup__top {
	background: url(/contents_file/products/kamisori/product/pretty/images/photo04.jpg) left top no-repeat;
	background-size: cover;
	width: 100%;
	padding: 18% 0 16%;
	position: relative;
	text-align: center;
	color: #FFF;
}
.pretty-lineup__top:before {
	content: "";
	position: absolute;
	background: #004ca0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 85%;
	height: 85%;
}
.pretty-lineup__title {
	background: url(/contents_file/products/kamisori/product/pretty/images/cursive06.png) left top no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 0;
	height: auto;
	padding: 45.507812% 0 0;
	position: relative;
}
.pretty-lineup__title.js-is-animate {
	-webkit-animation: keyTitle .7s ease forwards;
	animation: keyTitle .7s ease forwards;
}
.pretty-lineup__text {
	position: relative;
    font-size: 1.3rem;
    margin: -9% 0 0;
}
.pretty-lineup__text:after {
    content: "";
    display: block;
    height: 1px;
    width: 38px;
    background: #ec80a4;
	margin: 5% auto 0;
}
.pretty-lineup__lead {
    position: relative;
    font-size: 2.3rem;
    margin: 6% 0 0;
}
.pretty-lineup__link {
	background: #1b5da6;
	width: 82.14844%;
	height: auto;
	padding: 32.393836% 0 0;
	margin: 15% 0 0;
	position: relative;
	color: #FFF;
}
.pretty-lineup__link > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 8% 0 0 20%;
}
.pretty-lineup__link > a:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #1b5da6;
	border-right: solid 2px #1b5da6;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 35px;
	margin: auto;
	z-index: 1;
}
.pretty-lineup__link > a:after {
	content: "";
	position: absolute;
	display: block;
	width: 28px;
	height: 28px;
	background: #FFF;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	left: 26px;
	margin: auto;
}
.pretty-lineup__link_small {
	font-size: 1.3rem;
	display: block;
}
.pretty-lineup__link_large {
	font-size: 2.3rem;
	line-height: 1;
	margin: 4% 0 0 0;
	display: block;
}
.pretty-face {
	background: url(/contents_file/products/kamisori/product/pretty/images/background02.png) left top no-repeat;
	background-size: cover;
	width: 100%;
	padding: 0 0 41%;
	position: relative;
	margin: 11.5% 0 0;
}
.pretty-face__title {
	background: url('/contents_file/products/kamisori/product/pretty/images/headline02.png') left top no-repeat;
	background-size: cover;
	width: 100%;
	padding: 24.609375% 0 0;
	margin: 0 auto;
}
.pretty-face__content {
	margin: 40% 0 0;
}
.pretty-face__image {
	width: 100%;
}
.pretty-face__inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.pretty-face__list{
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
.pretty-face__text {
	position: absolute;
	color: #FF4EA2;
	font-size: 3.2vw;
}
.pretty-face__text--01 {
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
	top: 14%;
	left: 38%;
	z-index: 2;
}
.pretty-face__text--02 {
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
	top: 23%;
	left: 4%;
}
.pretty-face__text--03 {
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	top: 24%;
	right: 4%;
}
.pretty-face__text--04 {
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	bottom: 32%;
	left: 4%;
}
.pretty-face__text--05 {
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	bottom: 27.5%;
	right: 4%;
}
.pretty-face__num {
	position: absolute;
	z-index: 2;
}
.pretty-face__num--01 {
	width: 9.472656%;
	left: 27%;
	top: 13.8%;
	z-index: 3;
}
.pretty-face__num--02 {
	width: 13.964844%;
	left: 6%;
	top: 37.8%;
}
.pretty-face__num--03 {
	width: 14.746094%;
	right: 21%;
	top: 27.5%;
}
.pretty-face__num--04 {
	width: 14.160156%;
	left: 32%;
	bottom: 23.5%;
}
.pretty-face__num--05 {
	width: 13.964844%;
	right: 19%;
	bottom: 8.5%;
}
.pretty-face__visual {
	width: 37.890625%;
	position: absolute;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	opacity: 0;
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
}
.pretty-face__visual.js-is-animate {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.pretty-face__visual--01 {
	left: 25%;
	top: 16%;
	z-index: 2;
}
.pretty-face__visual--02 {
	left: -1%;
	top: 25.5%;
}
.pretty-face__visual--03 {
	right: -7%;
	top: 26.5%;
}
.pretty-face__visual--04 {
	left: -2%;
	bottom: 15.5%;
}
.pretty-face__visual--05 {
	right: 1%;
	bottom: 11%;
}
.pretty-face__circle {
	position: relative;
	border-radius: 50%;
	border: 1px solid #FFF;
}
.pretty-face__circle:before {
	content: "";
	position: absolute;
	background: url('/contents_file/products/kamisori/product/pretty/images/plus.png') left top no-repeat;
	background-size: 100%;
	width: 19.329897%;
	height: auto;
	padding: 19.329897% 0 0;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 5;
}
.pretty-face__circle.pretty-face__circle--active:before {
	background: url('/contents_file/products/kamisori/product/pretty/images/minus.png') left top no-repeat;
	background-size: 100%;
}
.pretty-face__circle--01:before {
	right: 9%;
	bottom: -2%;
}
.pretty-face__circle--02:before {
	right: 9%;
	bottom: 3%;
}
.pretty-face__circle--03:before {
	left: -4%;
	bottom: 25%;
}
.pretty-face__circle--04:before {
	right: 9%;
	bottom: -2%;
}
.pretty-face__circle--05:before {
	left: -6%;
	top: 23%;
}
.pretty-face__detail {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	background: #004ea2;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: -1;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pretty-face__circle--active .pretty-face__detail {
	opacity: 1;
	z-index: 1;
}
.pretty-face__detail_text {
	color: #FFF;
	font-size: 1.7rem;
}
.pretty-face__detail_text > span {
	font-size: .8em;
}
.pretty-body {
	background: url(/contents_file/products/kamisori/product/pretty/images/background03.png) left top no-repeat;
	background-size: cover;
	width: 100%;
	margin: 11% 0 0;
	padding: 0 0 16%;
	position: relative;
}

.pretty-body:after {
	content: "";
	background: url(/contents_file/products/kamisori/product/pretty/images/shine04.png) left top no-repeat;
	background-size: cover;
	display: block;
	width: 10.449219%;
	height: auto;
	padding: 14.648438% 0 0;
	position: absolute;
	right: 9%;
	bottom: 3%;
}

.pretty-body__title {
	background: url('/contents_file/products/kamisori/product/pretty/images/headline03.png') left top no-repeat;
	background-size: cover;
	width: 100%;
	padding: 24.609375% 0 0;
	margin: 0 auto;
}
.pretty-body__content {
	margin: 12% 0 0;
	position: relative;
}
.pretty-body__text {
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	top: 4%;
	left: 24%;
	z-index: 2;
	position: absolute;
	color: #FF4EA2;
	font-size: 4.2vw;
}
.pretty-body__num {
	position: absolute;
	width: 16.992188%;
	left: 8%;
	top: -1.2%;
	z-index: 3;
}
.pretty-body__visual {
	width: 41.015625%;
	position: absolute;
	left: 4%;
	top: 9%;
	z-index: 2;
	-webkit-transition: .7s;
	transition: .7s;
	opacity: 0;
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
}
.pretty-body__visual.js-is-animate {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.pretty-body__circle {
	position: relative;
	border-radius: 50%;
	border: 1px solid #FFF;
}
.pretty-body__circle:before {
	content: "";
	position: absolute;
	bottom: -3%;
	left: 18%;
	background: url('/contents_file/products/kamisori/product/pretty/images/plus.png') left top no-repeat;
	background-size: 100%;
	width: 19.329897%;
	height: auto;
	padding: 19.329897% 0 0;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 5;
}
.pretty-body__circle.pretty-body__circle--active:before {
	background: url('/contents_file/products/kamisori/product/pretty/images/minus.png') left top no-repeat;
	background-size: 100%;
}
.pretty-body__detail {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	background: #004ea2;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: -1;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pretty-body__circle--active .pretty-body__detail {
	opacity: 1;
	z-index: 1;
}
.pretty-body__detail_text {
	color: #FFF;
	font-size: 1.7rem;
}
.pretty-body__detail_text > span {
	font-size: .8em;
}
.pretty-movie {
	background: url(/contents_file/products/kamisori/product/pretty/images/background04.png) left top no-repeat;
	background-size: cover;
	position: relative;
	margin: 50% 0 0;
	padding: 29% 0 10%;
	color: #FFF;
}
.pretty-movie__title {
	background: url(/contents_file/products/kamisori/product/pretty/images/cursive03.png) left top no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 0;
	padding: 52.734375% 0 0;
	position: relative;
	z-index: 2;
}
.pretty-movie__title.js-is-animate {
	-webkit-animation: keyTitle .7s ease forwards;
	animation: keyTitle .7s ease forwards;
}
.pretty-movie__button {
	width: 85.9375%;
	display: block;
	position: relative;
	margin: -5% auto 0;
}
.pretty-movie__content {
	padding: 0 7.03125%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.pretty-movie__lead {
	margin: 13% 0 0;
	font-size: 1.3rem;
}
.pretty-movie__lead:after {
	content: "";
	display: block;
	height: 1px;
	width: 16%;
	background: #ec80a4;
	margin: 6% auto 0;
}
.pretty-movie__catch {
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.35;
	margin: 11% 0 0;
}
.pretty-movie__text {
	font-size: 1.3rem;
	line-height: 1.5;
	margin: 4% 0 0;
}
.pretty-movie__text a {
	text-decoration: underline;
}
.pretty-movie__link {
	background: #1b5da6;
	width: 82.14844%;
	height: auto;
	padding: 32.393836% 0 0;
	margin: 15% 0 0;
	position: relative;
}
.pretty-movie__link > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 8% 0 0 41%;
}
.pretty-movie__link > a:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #1b5da6;
	border-right: solid 2px #1b5da6;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 38px;
	margin: auto;
	z-index: 1;
}
.pretty-movie__link > a:after {
	content: "";
	position: absolute;
	display: block;
	width: 28px;
	height: 28px;
	background: #FFF;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	right: 26px;
	margin: auto;
}
.pretty-movie__link_small {
	font-size: 1.3rem;
	display: block;
}
.pretty-movie__link_large {
	font-size: 2.3rem;
	line-height: 1;
	margin: 4% 0 0 0;
	display: block;
}

.pretty-secret {
	width: 100%;
	margin: 19% 0 0;
	padding: 69% 0 0;
	position: relative;
}
.pretty-secret__title {
	background: url('/contents_file/products/kamisori/product/pretty/images/cursive04.png') left top no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 0;
	padding: 68.164062% 0 0;
	margin: 0 auto;
	position: absolute;
	left: 0;
	top: 0;
}
.pretty-secret__title.js-is-animate {
	-webkit-animation: keyTitle .7s ease forwards;
	animation: keyTitle .7s ease forwards;
}
.pretty-secret__photo {
	width: 82.421875%;
	margin: -32% 0 0;
}
.pretty-secret__link {
	background:#1b5da6;
	width: 82.14844%;
	height: auto;
	padding: 32.393836% 0 0;
	margin: -25% 0 0 auto;
	position: relative;
	color: #FFF;
}
.pretty-secret__link_anker {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 13% 0 0 19%;
}
.pretty-secret__link_anker:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #1b5da6;
	border-right: solid 2px #1b5da6;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 35px;
	margin: auto;
	z-index: 1;
}
.pretty-secret__link_anker:after {
	content: "";
	position: absolute;
	display: block;
	width: 28px;
	height: 28px;
	background: #FFF;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	left: 26px;
	margin: auto;
}
.pretty-secret__link_small {
	font-size: 1.3rem;
	display: block;
}
.pretty-secret__link_large {
	font-size: 2.3rem;
	line-height: 1;
	margin: 4% 0 0 0;
	display: block;
}
.eyebrow-banner {
	display: block;
	margin: 20px 20px 0;
}
.eyebrow-banner img {
	width: 100%;
}
@media (min-width: 768px) {
	.eyebrow-banner {
		margin: 50px 200px 0;
	}
}
.footer {
	background: url(/contents_file/products/kamisori/product/pretty/images/photo07.jpg) left top no-repeat;
	background-size: cover;
	width: 100%;
	margin: 25% 0 0;
	padding: 57% 0 5%;
	position: relative;
}
.footer__title {
	background: url('/contents_file/products/kamisori/product/pretty/images/cursive05.png') left top no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 0;
	padding: 33.300781% 0 0;
	margin: 0 auto;
	position: absolute;
	top: -13%;
}
.footer__title.js-is-animate {
	-webkit-animation: keyTitle .7s ease forwards;
	animation: keyTitle .7s ease forwards;
}
.footer__content {
	width: 88%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer__brand {
	background: url('/contents_file/products/kamisori/product/pretty/images/pretty02.png') left top no-repeat;
	background-size: cover;
	width: 44.173141%;
	padding: 12.985572% 0 0;
	margin: 0 auto;
}
.footer__social {
	width: calc(100% - 44.173141%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.footer__item {
	width: 20.37699%;
	margin: 0 0 0 8%;
}
.footer__copy {
	width: 95.703125%;
	padding: 3% 0 0;
	margin: 7% auto 0;
	border-top: 1px solid #004ea2;
	text-align: center;
}
/*****************************
keyframes　
*****************************/
/* キービジュアルのアニメーション*/
@-webkit-keyframes keyVisual {
	0% {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0);
	}
	100% {
		opacity .3;
		top: -100%;
		-webkit-transform: perspective(2000px) rotateY(90deg);
		transform: perspective(2000px) rotateY(90deg);
	}
}
@keyframes keyVisual {
	0% {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0);
	}
	100% {
		opacity .3;
		top: -100%;
		-webkit-transform: perspective(2000px) rotateY(90deg);
		transform: perspective(2000px) rotateY(90deg);
	}
}
/* 左下矢印のアニメーション*/
@-webkit-keyframes arrow {
	0% {
		background-position: 0 400px;
		-webkit-transform: translateY(-400px);
		        transform: translateY(-400px);
		opacity: 0;
	}
	100% {
		background-position: 0 0;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		opacity: 1;
	}
}
@keyframes arrow {
	0% {
		background-position: 0 400px;
		-webkit-transform: translateY(-400px);
		        transform: translateY(-400px);
		opacity: 0;
	}
	100% {
		background-position: 0 0;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		opacity: 1;
	}
}
/* 筆記体部分のアニメーション*/
@-webkit-keyframes keyTitle {
	0% {
		max-width: 0;
		opacity: 0;
	}
	100% {
		max-width: 100%;
		opacity: 1;
	}
}
@keyframes keyTitle {
	0% {
		max-width: 0;
		opacity: 0;
	}
	100% {
		max-width: 100%;
		opacity: 1;
	}
}
@media (min-width: 768px) {
	a {
		-webkit-transition: .3s;
		transition: .3s
	}
	a:hover {
		opacity: .7;
	}
	.spDisp {
		display: none !important;
	}
	.pcDisp {
		display: inline !important;
	}
	body {
		margin: 0 auto;
		min-width: 1280px;
	}
	.wrapper {
		width: 100%;
		margin: 0 auto;
	}
	.header {
		width: 100%;
		max-width: 1280px;
		margin: auto;
		color: inherit;
		background: rgba(255,255,255, .8);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
		/* padding: 0 0 30px; */
		left: 0;
		right: 0;
	}
	.header--fade {
		opacity: .8;
		-webkit-transition: .3s;
		transition: .3s;
	}
	.header__front {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		background: #FFF;
	}
	.header__edge {
		width: 100%;
		/* border-bottom: 1px solid #004ea2; */
		padding: 13px 16px;
	}
	.header__edge  img {
		width: 32px;
		height: auto;
	}
	.header__button {
		display: none;
	}
	.header__nav {
		position: static;
		background: transparent;
		width: auto;
		height: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-item-align: center;
		align-self: center;
		margin: 25px 65px 0 0;
		font-size: 1.6rem;
		line-height: 1.6;
		padding: 0;
	}
	.header__menu {
		display: none;
	}
	.header__item {
		font-weight: bold;
		padding: 0;
	}
	.header__item:nth-of-type(n+2) {
		margin: 0 0 0 22px;
	}
	.header__item:hover {
		text-decoration: underline;
	}
	.header__head {
		background-color: transparent;
		width: 180px;
		height: 89px;
		left: 8px;
		padding: 0;
	}
	.main {
		margin: 0 auto;
	}
	.kirakira {
		max-width: 1700px;
	}
	.pretty-mv {
		padding: 0;
		max-width: 1680px;
		width: 100%;
		background: #E7EDF7;
		margin: 0 auto;
		overflow: hidden;
	}
	.pretty-mv img {
		margin: 0 auto;
	}
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }

	.pretty-top {
		max-width: 1280px;
		width: 100%;
		padding: 0;
		margin: -240px auto 0;
	}
	.pretty-top__wrapper {
		max-width: 1280px;
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.pretty-top__title {
		background: url(/contents_file/products/kamisori/product/pretty/images/cursive01_pc.png) left top no-repeat;
		position: static;
		width: 599px;
		height: 326px;
		left: 126px;
		padding: 0;
	}
	.pretty-top__cover-bg {
		width: 720px;
		position: absolute;
		top: 120px;
		right: 160px;
		z-index: 3;
	}

  .pretty-top__cover-bg img {
    display: inline-block;
  }

  .pretty-top__cover-bg .is-sp {
    display: none;
  }

  .pretty-mv img.is-sp {
    display: none;
  }

	.pretty-message01 {
		margin: 430px auto 0;
		width: 1280px;
	}
	.pretty-message01__title {
		background: url(/contents_file/products/kamisori/product/pretty/images/headline01.png) left top no-repeat;
		background-size: 100%;
		width: 154px;
		height: 104px;
		padding: 0;
	}
	.pretty-message01__content {
		width: 600px;
		top: -260px;
		padding: 130px 0 115px;
    z-index: 10;
	}
	.pretty-message01__text {
		font-size: 2.1rem;
		line-height: 2.4;
		margin: 50px 0 0;
	}
	.pretty-message01__photo {
		width: 1050px;
	}
	.pretty-message01__link {
		background: url(/contents_file/products/kamisori/product/pretty/images/arrow01_pc.png?v2) left 400px no-repeat;
		background-size: 100%;
		width: 66px;
		height: 337px;
		padding: 0;
		left: 30px;
		bottom: 260px;
	}
	.pretty-message01__link:before {
		content: "";
		background: url(/contents_file/products/kamisori/product/pretty/images/arrow01_pc_line.png?v2) left 400px no-repeat;
		background-size: 100%;
		width: 100%;
		height: 100%;
		padding: 0;
		left: 0;
		bottom: 0;
	}

	.pretty-what {
		position: relative;
		width: 1280px;
		margin: 352px auto 0;
		padding: 175px 0 0;
		font-size: 0;
	}
	.pretty-what__title {
		background: url(/contents_file/products/kamisori/product/pretty/images/cursive02_pc.png) left top no-repeat;
		width: 625px;
		height: 365px;
		left: 618px;
		padding: 0;
	}
	.pretty-what__content {
		position: relative;
		width: 610px;
		top: 0;
		left: 270px;
		padding: 56px 42px 77px 70px;
		z-index: 7;
		transform: translate(0, 0);
	}
	.pretty-what__product-name {
		font-size: 3.8rem;
		font-weight: bold;
	}
	.pretty-what__headline {
		width: 264px;
		height: 78px;
		padding: 0;
	}
	.pretty-what__small {
		font-size: 1.4rem;
		margin: 17px 0 0 0;
	}
	.pretty-what__small:after {
		width: 100px;
		top: 57px;
		height: 2px;
	}
  .pretty-what__att {
    font-size: 1.2rem;
    margin-top: 25px;
  }
	.pretty-what__large {
		font-size: 2.6rem;
		letter-spacing: .05em;
		font-weight: bold;
		line-height: 1.5;
		letter-spacing: 0;
		margin: 68px 0 0 0;
	}
	.pretty-what__photo {
		width: 100%;
	}
	.pretty-what__medium {
		font-size: 1.8rem;
		line-height: 1.67;
		margin: 38px 12px 0 0;
	}
	.pretty-what__bg {
		width: 1050px;
	}
  .pretty-product__img-pc {
		height: 483px;
		width: 1280px;
		margin: 240px auto 0;
		overflow: hidden;
		position: relative;
    display: block;
  }

	.pretty-product__img-pc img {
		max-width: initial;
		width: 1616px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

  .pretty-product__img-sp {
    display: none;
  }

	.pretty-lineup {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 180px auto 0;
		width: 1280px;
	}
	.pretty-lineup__top {
		background: url(/contents_file/products/kamisori/product/pretty/images/photo04_pc.jpg) left top no-repeat;
		background-size: cover;
		padding: 122px 0 134px;
	}
	.pretty-lineup__top:before {
		width: 600px;
		height: 600px;
	}
	.pretty-lineup__title {
		background: url(/contents_file/products/kamisori/product/pretty/images/cursive06_sp.png) left top no-repeat;
		width: 685px;
		height: 319px;
		padding: 0;
		margin: 0 0 0 300px;
		position: relative;
	}
	.pretty-lineup__text {
		font-size: 2rem;
		margin: -73px 0 0;
	}
	.pretty-lineup__text:after {
		height: 3px;
		width: 100px;
		margin: 28px auto 0;
	}
	.pretty-lineup__lead {
		font-size: 3.8rem;
		font-weight: bold;
		line-height: 1.4;
		margin: 58px 0 0;
	}
	.pretty-lineup__link {
		margin: -133px 0 0 auto;
		width: 600px;
		padding: 235px 0 0;
	}
	.pretty-lineup__link > a {
		padding: 65px 0 0 140px;
	}
	.pretty-lineup__link > a:before {
		width: 12px;
		height: 12px;
		border-top: solid 4px #1b5da6;
		border-right: solid 4px #1b5da6;
		left: 60px;
	}
	.pretty-lineup__link > a:after {
		width: 50px;
		height: 50px;
		left: 48px;
	}
	.pretty-lineup__link_small {
		font-size: 2.9rem;
	}
	.pretty-lineup__link_large {
		font-size: 3.8rem;
		margin: 14px 0 0;
	}
	.pretty-face {
		background: url(/contents_file/products/kamisori/product/pretty/images/background02_pc.png) left top no-repeat;
		width: 50%;
		margin: 180px 0 0;
		padding: 0 0 360px;
		position: relative;
	}
	.pretty-face__title {
		background: url(/contents_file/products/kamisori/product/pretty/images/headline02.png) -100px top no-repeat;
		background-size: cover;
		width: 408px;
		height: 150px;
		padding: 0;
		margin: 0 0 0 122px;
	}
	.pretty-face__content {
		margin: 200px 0 0;
	}
	.pretty-face__image {
		width: 500px;
		display: block;
		margin: 0 0 0 75px;
	}
	.pretty-face__text {
		font-size: 1.6rem;
	}
	.pretty-face__text--01 {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
		top: 198px;
		left: 255px;
	}
	.pretty-face__text--02 {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg);
		top: 310px;
		left: 100px;
	}
	.pretty-face__text--03 {
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
		top: 320px;
		right: 80px;
	}
	.pretty-face__text--04 {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		bottom: auto;
		left: 102px;
		top: 838px;
	}
	.pretty-face__text--05 {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
		bottom: auto;
		right: 83px;
		top: 892px;
	}
	.pretty-face__num--01 {
		width: 47px;
		left: 214px;
		top: 195px;
	}
	.pretty-face__num--02 {
		width: 70px;
		left: 105px;
		top: 485px;
	}
	.pretty-face__num--03 {
		width: 75px;
		right: 165px;
		top: 361px;
	}
	.pretty-face__num--04 {
		width: 70px;
		left: 237px;
		bottom: auto;
		top: 886px;
	}
	.pretty-face__num--05 {
		width: 71px;
		right: 160px;
		bottom: auto;
		top: 1065px;
	}
	.pretty-face__visual {
		width: 194px;
	}
	.pretty-face__visual--01 {
		left: 195px;
		top: 222px;
	}
	.pretty-face__visual--02 {
		left: 67px;
		top: 338px;
	}
	.pretty-face__visual--03 {
		right: 28px;
		top: 348px;
	}
	.pretty-face__visual--04 {
		left: 68px;
		bottom: auto;
		top: 860px;
	}
	.pretty-face__visual--05 {
		right: 70px;
		bottom: auto;
		top: 920px;
	}
	.pretty-face__detail_text {
		font-size: 2.3rem;
		font-weight: bold;
	}
	.pretty-face__circle {
		border: 4px solid #FFF;
		cursor: pointer;
	}
	.pretty-body {
		background: url(/contents_file/products/kamisori/product/pretty/images/background02_pc.png) -640px top no-repeat;
		width: 50%;
		margin: 180px 0 0;
		padding: 0 0 240px;
		position: relative;
	}
	.pretty-body__title {
		background: url(/contents_file/products/kamisori/product/pretty/images/headline03.png) -100px top no-repeat;
		background-size: cover;
		width: 408px;
		height: 150px;
		padding: 0;
		margin: 0 0 0 110px;
	}
	.pretty-body__content {
		margin: 202px 0 0;
	}
	.pretty-body__image {
		margin: 0 0 0 87px;
	}
	.pretty-body__text {
		font-size: 1.6rem;
		top: 75px;
		left: 185px;
	}
	.pretty-body__num {
		width: 86px;
		left: 104px;
		top: 36px;
	}
	.pretty-body__detail_text {
		font-size: 2.3rem;
		font-weight: bold;
	}
	.pretty-body__visual {
		width: 210px;
		left: 82px;
		top: 91px;
	}
	.pretty-body__circle {
		border: 4px solid #FFF;
		cursor: pointer;
	}

	.pretty-movie {
		padding: 270px 0 87px;
		margin: 180px auto 0;
		width: 1280px;
	}
	.pretty-movie__title {
		background: url(/contents_file/products/kamisori/product/pretty/images/cursive03_pc.png) left top no-repeat;
		width: 594px;
		height: 348px;
		padding: 0;
		margin: 0 0 0 198px;
	}
	.pretty-movie__button {
		width: 700px;
		margin: -88px 0 0 300px;
	}
	.pretty-movie__lead {
		margin: 70px 0 0;
		font-size: 2rem;
	}
	.pretty-movie__lead:after {
		height: 4px;
		width: 100px;
		background: #ec80a4;
		margin: 25px auto 0;
	}
	.pretty-movie__catch {
		font-size: 3.8rem;
		margin: 60px 0 0;
		line-height: 1.4;
	}
	.pretty-movie__text {
		font-size: 2rem;
		line-height: 1.7;
		margin: 3px 0 0;
	}
	.pretty-movie__link {
		margin: 86px 0 0;
		width: 812px;
		padding: 235px 0 0;
	}
	.pretty-movie__link > a {
		padding: 70px 0 0 287px;
	}
	.pretty-movie__link > a:before {
		width: 12px;
		height: 12px;
		border-top: solid 4px #1b5da6;
		border-right: solid 4px #1b5da6;
		right: 68px;
	}
	.pretty-movie__link > a:after {
		width: 50px;
		height: 50px;
		right: 48px;
	}
	.pretty-movie__link_small {
		font-size: 2.9rem;
	}
	.pretty-movie__link_large {
		font-size: 3.8rem;
		margin: 14px 0 0;
	}
	.pretty-secret {
		margin: 235px auto 0;
		padding: 620px 0 0;
		width: 1280px;
	}
	.pretty-secret__title {
		background: url(/contents_file/products/kamisori/product/pretty/images/cursive04_pc.png) left top no-repeat;
		width: 572px;
		height: 452px;
		padding: 0;
		max-width: 0;
		left: 618px;
		top: 0;
	}
	.pretty-secret__photo {
		width: 1051px;
		margin: -408px 0 0;
	}
	.pretty-secret__link {
		margin: -175px 0 0 auto;
		width: 718px;
		padding: 230px 0 0;
	}
	.pretty-secret__link_anker {
		padding: 95px 0 0 140px;
	}
	.pretty-secret__link_anker:before {
		width: 12px;
		height: 12px;
		border-top: solid 4px #1b5da6;
		border-right: solid 4px #1b5da6;
		left: 60px;
	}
	.pretty-secret__link_anker:after {
		width: 50px;
		height: 50px;
		left: 45px;
	}
	.pretty-secret__link_small {
		font-size: 2.6rem;
	}
	.pretty-secret__link_large {
		font-size: 3.8rem;
		font-weight: bold;
		margin: 2px 0 0;
	}
	.footer {
		background: url(/contents_file/products/kamisori/product/pretty/images/photo07_pc.jpg) left top no-repeat;
		background-size: 100%;
		width: 1280px;
		margin: 230px auto 0;
		padding: 295px 0 26px;
	}
	.footer__title {
		background: url(/contents_file/products/kamisori/product/pretty/images/cursive05_pc.png) left top no-repeat;
		width: 442px;
		height: 245px;
		max-width: 0;
		padding:0;
		top: -98px;
		left: 720px;
	}
	.footer__content {
		width: 1150px;
	}
	.footer__brand {
		width: 264px;
		height: 78px;
		padding: 0;
		margin: 0;
	}
	.footer__item {
		width: 80px;
		margin: 0 0 0 30px;
	}
	.footer__copy {
		width: 1200px;
		margin: 70px auto 0;
		padding: 30px 0 0;
		border-top: 2px solid #004ea2;
		font-size: 2rem;
	}
}

@media screen and (min-width: 1281px) {
	.pretty-product__img-pc {
		width: 1616px;
	}
}