@charset "utf-8";

/*
*	サイト名
*	---------------------------------------------------
*	Font
*	Optimization
*	Color
*	Z-Index
*	---------------------------------------------------
*	layout[ALL]
*		html
*		Body
*		#lf_wrapper
*		#lf_header
*		#lf_container
*		#lf_footer
*	layout[lf_top_page]





//PCファースト
*  --------------------------------------------------
*  /*  Media Queries for window size under 1200px
*  --------------------------------------------------
*  /*  Media Queries for window size under 767px
*  --------------------------------------------------
*  /*  Media Queries for window size under 640px
*  --------------------------------------------------
*/


/*==================================================

  BaseFont

====================================================*/
body, button, input, select, option, textarea {
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif","游ゴシック体","YuGothic","游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",'Meiryo',"ＭＳ Ｐゴシック","Helvetica","Arial","sans-serif"
  font-weight: 400;
}

/*==================================================

	Optimization

====================================================*/

/*	html
--------------------------*/
html {
	font-size: 75%;
}
/*	Body
--------------------------*/
body,
body *,
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	line-height: 1.7;
  letter-spacing: 0.25px;
  font-size: 100%;
}
img {
	-webkit-touch-callout: none;
/*
	width: auto;
*/
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
a:hover {
  text-decoration: none;
}
/*img,button,i {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	     -o-user-select: none;
	        user-select: none;
}*/
h1, h2, h3, h4 {
  font-size: 100%;
  font-weight: 400;
}
table {
  border-collapse: collapse;
}
button, input, select, option, textarea {
  border: 0 none;
  letter-spacing: 0px;
}
button {
	outline: none;
}

/*==================================================

	Color

====================================================*/
/* テキスト
--------------------------*/
body {
  color: #4b4b4b;
	-webkit-font-smoothing: antialiased;
}
button, input, select, option, textarea {
	color: #4b4b4b;
  border: 0 none;
  letter-spacing: 0px;
  border-radius: 0px;
  background-color: transparent;
  /*-webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;*/
}
button:disabled, input:disabled, select:disabled, option:disabled, textarea:disabled {
  background-color: transparent;
}
textarea {
  resize: none;
  vertical-align: bottom;
}

input:-moz-placeholder {
  color: #bbbbbb;
}
input::-moz-placeholder {
  color: #bbbbbb;
}
input::-webkit-input-placeholder {
  color: #bbbbbb;
}
input:-ms-input-placeholder {
  color: #bbbbbb;
}

textarea:-moz-placeholder {
  color: #bbbbbb;
}
textarea::-moz-placeholder {
  color: #bbbbbb;
}
textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
textarea:-ms-input-placeholder {
  color: #bbbbbb;
}

/* テキスト選択
--------------------------*/
::selection {
	background:#E75297;
	color:#FFF;
}
::-moz-selection {
	background:#E75297;
	color:#FFF;
}

/* リンク
--------------------------*/
a:link,
a:visited {
	color: #4b4b4b;
}

/*==================================================

	Z-Index

====================================================*/
/*#lf_main_slideshow:before,
#lf_main_slideshow:after{
	z-index: 1;
}
.lf_top_page .lf_list_item:before,
.lf_top_page .lf_list_item:after,
.lf_top_page .lf_list_item > a:before,
.lf_top_page .lf_list_item > a:after {
	z-index: 1;
}
#lf_header_nav{
	z-index: 2;
}
*/

#lf_header{
	z-index: 100;
}







/*==================================================

	layout[ALL]

====================================================*/
/*  html
--------------------------*/
html{
}
/*  body
--------------------------*/
body{
	width: 100%;
	min-width: 320px;
}

/*  #lf_wrapper
--------------------------*/
#lf_wrapper{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
	position: relative;
	background-color: #F7D2E7;
}

/*  #lf_main_img
--------------------------*/
#lf_main_img {
	width: 100%;
	padding-top: 11px;
	background-image: url(../images/border02.png);
  background-repeat: repeat-x;
  background-position: left top;
}
#lf_main_in {
	width: 100%;
}
#lf_main_img .lf_header_in{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
}
#lf_main_img .lf_header_in .lf_logo{
	width: 106px;
	height: 44px;
	position: absolute;
	left: 88px;
	top: 30px;
}
#lf_main_img .lf_header_in .lf_main{
	width: 100%;
}
#lf_main_img .lf_header_in .lf_main img{
	width: 100%;
}
#lf_main_in .lf_header_in .lf_sp{
	display: none;
}




/*  #lf_container
--------------------------*/
#lf_container {
	width: 100%;
}
#lf_container_in {
	width: 100%;
}




/*  #lf_footer
--------------------------*/
#lf_footer {
	width: 100%;
}




/*  #common_parts
--------------------------*/
.lf_sec_body{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
}











/*==================================================


	layout[lf_top_page]

====================================================*/
#lf_scroll{
	display: none;
}
#lf_item{
	width: 100%;
}
#lf_item .lf_sec_body{
}
#lf_item .lf_sec_body > ul{
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
	border-top: 2px solid #ED1E79;
	border-bottom: 2px solid #ED1E79;
	padding-top: 100px;
	padding-bottom: 100px;
}
#lf_item .lf_sec_body > ul > li{
	width: 33.33%;
	padding-right: 25px;
	padding-left: 25px;
}
#lf_item .lf_sec_body > ul > li .lf_cap_wrap{
	width: 100%;
	position: relative;
}
#lf_item .lf_sec_body > ul > li .lf_cap_wrap .lf_txt{
	font-size: 184%;
	font-weight: bold;
	color: #ED1E79;
	line-height: 2;
	position: relative;
}
#lf_item .lf_sec_body > ul > li:first-child .lf_cap_wrap .lf_txt::before{
	content: "";
	display: block;
	width: 48px;
	height: 49px;
	background-image: url(../images/bg_flower01.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 20px;
	left: -36px;
}
#lf_item .lf_sec_body > ul > li:first-child .lf_cap_wrap .lf_txt::after{
	content: "";
	display: block;
	width: 42px;
	height: 52px;
	background-image: url(../images/bg_flower02.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 44px;
	right: -34px;
}
#lf_item .lf_sec_body > ul > li:nth-child(2) .lf_cap_wrap .lf_txt::before{
	content: "";
	display: block;
	width: 36px;
	height: 36px;
	background-image: url(../images/bg_flower03.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 14px;
	left: -46px;
}
#lf_item .lf_sec_body > ul > li:nth-child(2) .lf_cap_wrap .lf_txt::after{
	content: "";
	display: block;
	width: 39px;
	height: 39px;
	background-image: url(../images/bg_flower04.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	right: -68px;
}
#lf_item .lf_sec_body > ul > li:last-child .lf_cap_wrap .lf_txt::before{
	content: "";
	display: block;
	width: 36px;
	height: 36px;
	background-image: url(../images/bg_flower05.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: -50px;
}
#lf_item .lf_sec_body > ul > li:last-child .lf_cap_wrap .lf_txt::after{
	content: "";
	display: block;
	width: 70px;
	height: 160px;
	background-image: url(../images/bg_flower06.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: -4px;
	right: -60px;
}
#lf_item .lf_sec_body > ul > li .lf_item_wrap{
	width: 100%;
	padding-top: 40px;
}
#lf_item .lf_sec_body > ul > li .lf_btn_wrap{
	width: 100%;
	padding-top: 30px;
}
#lf_item .lf_sec_body > ul > li .lf_btn_wrap img{
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#lf_item .lf_sec_body > ul > li .lf_btn_wrap img:hover{
	opacity: 0.6;
}


#lf_store{
	width: 100%;
}
#lf_store .lf_sec_body{
	padding-top: 100px;
	padding-bottom: 96px;
}
#lf_store .lf_sec_body .lf_img_wrap{
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
}
#lf_store .lf_sec_body .lf_img_wrap .lf_sp{
	display: none;
}
#lf_store .lf_sec_body .lf_ttl_wrap{
	width: 100%;
	padding-top: 68px;
}
#lf_store .lf_sec_body .lf_ttl_wrap .lf_ttl_in{
	width: 100%;
}
#lf_store .lf_sec_body > ul{
	width: 100%;
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	padding-top: 32px;
}
#lf_store .lf_sec_body > ul > li{
	width: 33.33%;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#lf_store .lf_sec_body > ul > li > p{
	width: 100%;
}
#lf_store .lf_sec_body > ul > li > p img{
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#lf_store .lf_sec_body > ul > li > p img:hover{
	opacity: 0.7;
}







/*==================================================

	Media Queries for window size under1200px

====================================================*/
@media screen and (max-width: 1200px) {

	#lf_wrapper{
		width: 1200px;
	}



}



/*==================================================

	Media Queries for window size under767px

====================================================*/
@media screen and (max-width: 767px) {

	#lf_wrapper{
	  width: 100%;
	}



	/*==========================
    layout[lf_top_page](under 767px)
  ==========================*/
	#lf_main_img {
		padding-top: 80px;
	}
	#lf_main_img .lf_header_in {
    padding-left: 20px;
    padding-right: 20px;
	}
	#lf_main_img .lf_header_in .lf_logo {
		display: none;
	}
	#lf_main_in .lf_header_in .lf_pc{
		display: none;
	}
	#lf_main_in .lf_header_in .lf_sp{
		display: block;
	}
	#lf_scroll{
		display: block;
		width: 100%;
	}
	#lf_scroll .lf_sec_body{
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-right: 20px;
		padding-left: 20px;
	}
	#lf_scroll .lf_sec_body > ul{
		width: 100%;
		max-width: 410px;
		margin: 0 auto;
		display: flex;
		-webkit-display: flex;
		-ms-display: flex;
		-moz-display: flex;
		justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		-moz-justify-content: center;
	}
	#lf_scroll .lf_sec_body > ul > li{
		width: 33.33%;
	}
	#lf_scroll .lf_sec_body > ul > li img{
		transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-o-transition: all 300ms ease;
	}
	#lf_scroll .lf_sec_body > ul > li img:hover{
		opacity: 0.7;
	}

	#lf_item .lf_sec_body{
		padding-right: 20px;
		padding-left: 20px;
	}
	#lf_item .lf_sec_body > ul {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
	}
	#lf_item .lf_sec_body > ul > li {
    width: 100%;
		padding-top: 30px;
		padding-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
	}
	#lf_item .lf_sec_body > ul > li.anchor {
		padding-top: 70px;
		margin-top: -70px;
	}
	#lf_item .lf_sec_body > ul > li:nth-child(2) .lf_cap_wrap,
	#lf_item .lf_sec_body > ul > li:nth-child(3) .lf_cap_wrap{
		border-top: 2px solid #ED1E79;
	}
	#lf_item .lf_sec_body > ul > li .lf_cap_wrap {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	#lf_item .lf_sec_body > ul > li:first-child .lf_cap_wrap .lf_txt::before {
    width: 36px;
    left: -28px;
	}
	#lf_item .lf_sec_body > ul > li:first-child .lf_cap_wrap .lf_txt::after {
    width: 42px;
    top: 34px;
    right: -44px;
	}
	#lf_item .lf_sec_body > ul > li:nth-child(2) .lf_cap_wrap .lf_txt::before {
    width: 30px;
		left: -36px;
	}
	#lf_item .lf_sec_body > ul > li:nth-child(2) .lf_cap_wrap .lf_txt::after {
    width: 32px;
    right: -60px;
	}
	#lf_item .lf_sec_body > ul > li:last-child .lf_cap_wrap .lf_txt::before {
    width: 30px;
	}
	#lf_item .lf_sec_body > ul > li:last-child .lf_cap_wrap .lf_txt::after {
    width: 50px;
    top: -24px;
    right: -44px;
	}
	#lf_item .lf_sec_body > ul > li .lf_cap_wrap .lf_txt {
    font-size: 150%;
	}
	#lf_item .lf_sec_body > ul > li .lf_item_wrap {
    padding-top: 0;
	}
	#lf_item .lf_sec_body > ul > li .lf_btn_wrap {
    padding-top: 15px;
	}

	#lf_store .lf_sec_body {
    padding-top: 40px;
    padding-bottom: 48px;
		padding-right: 20px;
		padding-left: 20px;
	}
	#lf_store .lf_sec_body .lf_img_wrap .lf_pc {
    display: none;
	}
	#lf_store .lf_sec_body .lf_img_wrap .lf_sp {
    display: inline;
	}
	#lf_store .lf_sec_body .lf_ttl_wrap .lf_ttl_in img{
    width: 500px;
	}
	#lf_store .lf_sec_body .lf_img_wrap {
    padding-right: 0;
    padding-left: 0;
		text-align: center;
	}
	#lf_store .lf_sec_body .lf_ttl_wrap {
    padding-top: 34px;
	}
	#lf_store .lf_sec_body > ul {
    padding-top: 16px;
		max-width: 560px;
		margin: 0 auto;
	}
	#lf_store .lf_sec_body > ul > li {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
	}
	#lf_store .lf_sec_body > ul > li > p {
    position: relative;
	}
	#lf_store .lf_sec_body > ul > li:nth-child(even) > p:before{
    content: "";
    display: block;
		width: 2px;
		height: 100%;
		background-color: #ED1E79;
		position: absolute;
		top: 0;
		left: -14px;
	}
	#lf_play_store{
		padding-top: 80px;
		margin-top: -80px;
	}






}



/*==================================================

	Media Queries for window size under640px

====================================================*/
@media screen and (max-width: 640px) {

	#lf_wrapper{
	}



}






/*==================================================

	汎用css

====================================================*/
.no-wrap {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	text-align: left;
}

/* clearfix
--------------------------*/
.clearfix{
	zoom: 1; /* for IE 5.5-7 */
}

.clearfix:after {/* for modern browser */
	content: "";
	display: block;
	clear: both;
}
