@charset "euc-jp";
/*reset*/
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;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,dl,dt,dd,a {
	box-sizing: border-box;
}


ul, ol {
    list-style:none;
}


a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #000000;
    text-decoration: none;
}

/* 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;
}
/*reset end*/

/*common*/
/*
	全サイズ共通
*/
body {
	font-family:'Karla',"游ゴシック体",YuGothic,"Yu Gothic M","游ゴシック Medium", "Yu Gothic Medium","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-size: 100%;
}
img {
	max-width: 100%;
}
a img:hover {
	opacity: 0.7;
}
.cfix:after {
  content: "";
  clear: both;
  display: block;
}


/*
	PC
*/
@media screen and (min-width: 769px) {
	.pc{display: block}
	.sp{display: none}
	
	/*
		header
	*/
  	header {
		width: 100%;
       position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 10;
      transition: top .5s;
  	}
  	header.off{
      top:-29px;
    }
  	header .delivery_free{
      width: 100%;
      height: 29px;
      background: #C0C0C0;
      color: #fff;
      font-size: 13px;
      letter-spacing: 1px;
      font-weight: 500;
      text-align: center;
      padding: 8px 0;
    }
	header .wrap{
		width: 100%;
	    height: 70px;
	    background: #ffffff;
/* 	    padding: 20px 0 15px 44px; */
	    padding: 0 0 0 44px;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: center;
	   
	}
	
	header h1.logo {
	    width: 151px;
	    padding: 6px 46px 6px 0;
/* 	    margin: 20px 0 0; */
	    border-right: 1px solid #000000;
	}	
	.header_right {
		height: 100%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-wrap: wrap;
	}
	header nav, header nav ul.nav {
		height: 100%;
	}
	header .sub-nav{
		
	}
	header ul.nav {
	    display: flex;
	    align-items: center;
	    margin-right: 22px;
	}
	header ul.nav li {
		height: 100%;
	   	font-size: 12px;
	   	font-weight: bold;
	   	letter-spacing: 1px;
	   	line-height: 70px;
	   	padding: 0 10px;
/* 	   	margin-left: 31px; */
	}
	header ul.nav li.cat,
	header ul.nav li.cat a{
		color:#999999;
	}
	header ul.nav li:first-child {
	   	margin-left: 0;
	}
	
@keyframes nav_hover{
	    from{
	        opacity: 0;
	    }
	    to{
	        opacity: 1;
	    }
	}
	ul.nav li.nav_product:hover .nav_product_list_box {
		visibility: visible;
		/*display: block;*/
		opacity: 1;
		/*animation: nav_hover 0.3s linear 0s;*/
	}
	ul.nav li.nav_product .nav_product_list_box {
		width: 100%;
		height: 253px;
		background: #ffffff;
		border-bottom: 1px solid #F0F0F0;
		position: fixed;
		top: 70px;
		left: 0;
		z-index: 9;
		padding: 14px 0 0;
		visibility: hidden;
		opacity: 0;
		transition: all .3s;
	    /*display: none;*/
	}
	ul.nav li.nav_product ul.nav_product_list {
		max-width: 1380px;
		margin: auto;
		display: flex;
		justify-content: space-between;
	}
	ul.nav li.nav_product ul.nav_product_list li{
	    width: 24.4%;
		height: 180px;
		margin: 0;
		position: relative;
	}
	ul.nav li.nav_product ul.nav_product_list li div.link_white_box {
	    text-align: center;
	    height: 80px;
	    bottom: -40px;
	}
	ul.nav li.nav_product ul.nav_product_list li div.link_white_box a{
	    padding: 0;
	}
	ul.nav li.nav_product ul.nav_product_list div.nav_bg, ul.nav li.nav_product ul.nav_product_list div.nav_bg a {
		display: block;
		width: 100%;
		height: 100%;
/* 		transition: 0.3s ease-out; */
	}
	ul.nav li.nav_product ul.nav_product_list div.nav_bg:hover {
		opacity: 0.7;
	}
	ul.nav li.nav_product ul.nav_product_list li.nav_styling div.nav_bg{
		background: url(../img/nav_styling.jpg) no-repeat center center/auto 100%;
	}
	ul.nav li.nav_product ul.nav_product_list li.nav_nailcare div.nav_bg{
		background: url(../img/nav_nailcare.jpg) no-repeat center center/auto 100%;
	}
	ul.nav li.nav_product ul.nav_product_list li.nav_haircare div.nav_bg{
		background: url(../img/nav_haircare.jpg) no-repeat center center/auto 100%;
	}
	ul.nav li.nav_product ul.nav_product_list li.nav_other div.nav_bg{
		background: url(../img/nav_gift.jpg) no-repeat center center/auto 100%;
	}
	ul.nav li.nav_product ul.nav_product_list li.nav_collaboration div.nav_bg{
		background: url(../img/nav_collaboration.jpg) no-repeat center center/auto 100%;
	}

	header ul.header_sns {
		display: flex;
		align-items: center;
		margin-right: 26px;
	}
	header ul.header_sns li.fb {
	    width: 8.5px;
	}
	
	header ul.header_sns li.insta {
	    width: 15px;
	    margin-right: 17px;
	}
	
	ul.header_sns li img {
	    width: 100%;
	}
	.login_btn, .cart_btn {
		height: 33.5px;
/* 		height: 100%; */
/* 		margin: 20px 0 0; */
		text-align: center;
	}

	.login_btn a {
	    display: block;
	    padding: 0 27px;
	    border-left: 1px solid #000000;
	}
	.cart_btn a {
	    display: block;
	    padding: 0 29px;
	    border-left: 1px solid #000000;
	}

	.login_btn span, .cart_btn span {
		display: block;
		font-size: 10px;
		transform: scale(0.8,0.8);
		margin: 3px 0 0;
	}
	.login_btn img {
	    width: 17px;
	}
	
	.cart_btn img {
	    width: 20px;
	}
	header a:hover, ul.nav li.nav_product span:hover{
	    opacity: 0.7;
	    cursor: pointer;
	}
	/*
		contents
	*/
	main {
	    /*padding: 100px 0 0;*/
      padding:0;
	}
	.link_white_box {
	    position: absolute;
	    width: 50%;
	    height: 110px;
	    bottom: -70px;
	    left: 0;
	    right: 0;
	    margin: auto;
	    background: #ffffff;
	    font-size: 13px;
	    font-weight: bold;
	    letter-spacing: 1px;
	}	
	.link_white_box a {
		display: block;
		width: 100%;
		height: 100%;
	    padding: 33px 0 0;
	    background: url("//lisarch.heteml.net/ec/img/common/text_arrow.png") no-repeat 50% 61px/21px auto;
	    transition: 0.3s ease-out;
	}
	.link_white_box a:hover {
		opacity: 0.7;
	    background: url("//lisarch.heteml.net/ec/img/common/text_arrow.png") no-repeat 55% 61px/21px auto;
	}
	.view_all{
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 1px;
		width: 80px;
		margin: auto;
	}
	.view_all a{
		display: block;
		padding: 0px 0 19px;
		background: url("//lisarch.heteml.net/ec/img/common/text_arrow.png") no-repeat 50% bottom/21px auto;
		transition: 0.3s ease-out;
	}
	.view_all a:hover {
		opacity: 0.7;
	    background: url("//lisarch.heteml.net/ec/img/common/text_arrow.png") no-repeat 70% bottom/21px auto;
	}
	
	.top_scroll {
	    max-width: 1100px;
	    width: 90%;
	    margin: auto;
	    padding: 0 0 34px;
	}
	.top_scroll.top {
	    padding: 0 0 50px;
	}

	.top_scroll_btn {
	    float: right;
	}
	.top_scroll_btn a {
		display: block;
		padding: 21px 1px 0;
		font-size: 10px;
		font-weight: bold;
		color: #093b80;
		background: url("//lisarch.heteml.net/ec/img/common/top_scroll_btn.png") no-repeat center 5px/20.5px auto;
		transition: 0.3s ease-out;
	}
	.top_scroll_btn a:hover {
		opacity: 0.7;
		background: url("//lisarch.heteml.net/ec/img/common/top_scroll_btn.png") no-repeat center 0/20.5px auto;
	}
	body:not(.page_top) footer#footer {
		/*border-top: 1px solid #093b80;*/
	}	
	footer#footer {
	    padding: 0 0 60px;
	    font-size: 10px;
	    letter-spacing: 2px;
	    background: #ffffff;
	}
	.ft_search {
    width: 100%;
    border-top: 1px solid #1a2b4c;
    border-bottom: 1px solid #1a2b4c;
    margin-bottom: 60px;
  }
  .ft_search_wrap{
    max-width: 1110px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ft_search input[type="text"] {
    height: 100%;
    width: 100%;
    border: none;
    padding: 13px 10px;
    background: #f0f0f0;
  }
  .search_btn {
    display: block;
    padding: 16px 120px 16px 40px;
    background: url(../img/search_icon.png) no-repeat 16px center/9.5px auto;
    border-left: 1px solid #1a2b4c;
    font-weight: 700;
    letter-spacing: 2px;
  }
  .search_btn:hover {
    opacity: 0.7;
    cursor: pointer;
  }
	.ft_inner {
	    max-width: 1110px;
	    margin: auto;
	    display: flex;
	    justify-content: space-between;
	}
	
	.ft_logo {
	    width: 114px;
	    margin: 6px 0 0;
	}
	
	.ft_left {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    /* align-items: flex-start; */
	    padding: 5px 0 0 24px;
	    width: 50%;
	}
  /*
	.ft_search {
	    display: flex;
	    flex-wrap: wrap;
	    border-bottom: 1px solid #1a2b4c;
	}
	
	.ft_search input[type="text"] {
	    height: 25px;
	    width: 204px;
	    border: none;
	}
	.search_btn {
	    display: block;
	    padding: 11px 13px 11px 29px;
	    background: url("//lisarch.heteml.net/ec/img/common/search_icon.png") no-repeat 15px center/9.5px auto;
	    border-left: 1px solid #1a2b4c;
	}
	.search_btn:hover {
	    opacity: 0.7;
	    cursor: pointer;
	}
*/
/*
	.search_btn a {
	    display: block;
	    padding: 11px 13px 11px 29px;
	    background: url(//lisarch.heteml.net/ec/img/common/search_icon.png) no-repeat 15px center/9.5px auto;
	}
	.search_btn a:hover {
	    opacity: 0.7;
	}
*/
	.ft_txt_box {
	    width: 100%;
	    line-height: 1.725;
	    margin: 49px 0 0;
	}
	.ft_txt_box p span {
		display: inline-block;
		letter-spacing: 1.5px;
	}
	.ft_txt_box p span.ft_insta {
		background: url("//lisarch.heteml.net/ec/img/common/sns_insta.png") no-repeat left center/12px auto;
		padding: 0 0 0 20px;
		margin: 0 20px 0 0;
	}
	.ft_txt_box p span.ft_fb {
		background: url("//lisarch.heteml.net/ec/img/common/sns_fb.png") no-repeat left center/7px auto;
		padding: 0 0 0 15px;
	}
	.ft_right {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    width: 42%;
	}
	.ft_right .ft_nav_box p {
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 2px;
		margin: 0 0 24px;
	}
/*
	.ft_right .ft_nav_box:nth-of-type(1) {
		margin-right: 20.5%;
	}
	.ft_right .ft_nav_box:nth-of-type(2) {
		margin-right: 17%;
	}
*/
	.ft_right .ft_nav_box ul.ft_nav li {
	    letter-spacing: 1.6px;
	    margin: 0 0 7px;
	}
	.ft_right .ft_nav_box ul.ft_nav li a:hover{
	    text-decoration: underline;
	}
	.copyright {
		width: 100%;
		text-align: right;
		margin: 23px 0 0;
		letter-spacing: 1.6px;
	}

}

@media screen and (min-width: 1034px) and (max-width: 1080px) {
	
	header{
		min-height: 70px;
		height: auto;
		padding: 0;
	}
	header h1.logo{
		margin: 0 auto;
		padding: 6px 2% 6px;
		
	}

}

@media screen and (min-width: 906px) and (max-width: 1033px) {
	
	header{
		min-height: 70px;
		height: auto;
		padding: 0;
	}
	header h1.logo{
		margin: 0 auto;
		padding: 6px 2% 6px;
		
	}
	header .header_right{
		margin: 0 auto;
	}
	.login_btn a{
		padding: 0 17px;
	}
	.cart_btn a{
		padding: 0 17px;
	}
	header ul.nav li{
		padding: 0 10px;
	}
	header ul.nav{
		margin-right: 15px;
	}
	header ul.header_sns{
		margin-right: 15px;
	}
}

@media screen and (min-width: 769px) and (max-width: 905px) {
	
	header{
		min-height: 70px;
		height: auto;
		padding: 0;
	}
	
	header h1.logo{
		margin: 0 auto;
		padding: 20px 2% 0;
		border-right: 0;
	}
	header .header_right{
		margin: 0 auto;
	}
	.login_btn a{
		padding: 0 17px;
	}
	.cart_btn a{
		padding: 0 17px;
	}
	header ul.nav li{
		padding: 0 10px;
	}
	header ul.nav{
		margin-right: 15px;
	}
	header ul.header_sns{
		margin-right: 15px;
	}
}

/*
	SP
*/
@media screen and (max-width: 768px) {
	html {
		font-size: calc(100vw / 375);
	}
	body {
		font-size: 11rem;
	}
	.pc{display: none}
	.sp{display: block}
	/*
		header
	*/
	header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: top .5s;
  }
  header.off{
    top:-29px;
  }
  header .delivery_free{
    width: 100%;
    height: 29px;
    background: #C0C0C0;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: ５00;
    text-align: center;
    padding: 8px 0;
  }
  header .wrap {
    height: 70px;
    background: #ffffff;
    position: relative;
  }
    h1.logo {
    width: 92px;
    margin: 0 0 0 10px;
    padding-top: 25px;
  }

  .menu_btn_box {
    width: 30px;
    height: 18px;
    position: relative;

    float: right;
    margin: 0 10px 0 0;
    padding: 26px 0 0;
    /* text-align: center; */
  }
	.menu_btn {
	    width: 30px;
	    height: 35px;
	    position: relative;
	}
	.menu_btn span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	.menu_btn span:not(.menu_btn_txt) {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 2px;
	  background-color: #000;
	  border-radius: 4px;
	  font-size: 10px;
	}
	span.menu_btn_txt {
      display:none;
      /*
	    position: absolute;
	    bottom: 0;
	    font-size: 10px;
      */
	}
	.menu_btn span:nth-of-type(1) {
	  top: 0;
	}
	.menu_btn span:nth-of-type(2) {
	  top: 8px;
	}
	.menu_btn span:nth-of-type(3) {
	  top: 16px;
	}
	.menu_btn.active span:nth-of-type(1) {
	  -webkit-transform: translateY(8px) rotate(-45deg);
	  transform: translateY(8px) rotate(-45deg);
	}
	.menu_btn.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.menu_btn.active span:nth-of-type(3) {
	  -webkit-transform: translateY(-8px) rotate(45deg);
	  transform: translateY(-8zpx) rotate(45deg);
	}
	
	.login_btn {
	    display: none;
	}
	
/*
	.header_right nav {
	    display: none;
	}
*/
  header .header_right nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: -100%;
    /*background: #ffffff;*/
    /*display: none;*/
    transition: left .2s;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  header .header_right nav.active{
    left:0;
  }
  header  .header_right nav .black_back{
    content:"";
    display: block;
    position: fixed;
    top:0;
    left:0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;

  }
  header .header_right nav .close_btn_wrap{
    position: fixed;
    top:5px;
    right:12px;
    display: none;
  }
  header .header_right nav .close_btn{
    display: block;
    position: relative;
    width: 26px;
    height: 26px;
  }
  header .header_right nav .close_btn::before,
  header .header_right nav .close_btn::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px; /* 棒の幅（太さ） */
    height: 26px; /* 棒の高さ */
    background: #fff;
  }
  header .header_right nav .close_btn::before {
    transform: translate(-50%,-50%) rotate(45deg);
  }

  header .header_right nav .close_btn::after {
    transform: translate(-50%,-50%) rotate(-45deg);
  }
  header .header_right nav .content_box{
    width: calc(100% - 55px);
    height:auto;
    background: #fff;
    padding-bottom: 80px;
  }
  header .header_right nav .content_box .box .list_name{
    font-size: 12rem;
    font-weight: bold;
    color: #B7B6B6;
    padding: 10px 20px;
    background: #F7F7F7;
  }
  header .header_right nav .content_box .box .list{
    border: 1px solid #EAEAEA;
  }
  header .header_right nav .content_box .box .list ul li{
    font-size: 12rem;
    font-weight: bold;
    border-bottom: 1px solid #EAEAEA;
  }
  header .header_right nav .content_box .box .list ul li:last-child{
    border-bottom: none;
  }
  header .header_right nav .content_box .box .list ul li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 17px 20px;
    position: relative;
    letter-spacing: 1px;
  }
  header .header_right nav .content_box .box .list ul li .arrow::before,
  header .header_right nav .content_box .box .list ul li .arrow::after {
    content: "";
    width: 8px;
    height: 2px;
    display: inline-block;
    border-radius: 2px;
    background: #000;
    position: absolute;
    right: 10px;
  }

  header .header_right nav .content_box .box .list ul li .arrow::before {
    top: calc(50% - 3px);
    transform: rotate(45deg);
  }
  header .header_right nav .content_box .box .list ul li .arrow::after {
    bottom: calc(50% - 3px);
    transform: rotate(-45deg);
  }
  header .header_right nav .content_box .account_box .list{
    display: flex;
    justify-content: center;
    padding: 10px 20px;
  }
  header .header_right nav .content_box .account_box .list a{
    display: inline-block;
    border-radius: 30px;
    padding: 10px 20px;
    margin: 0 5px;
    font-weight: bold;
    width: 40%;
    text-align: center;
  }
  header .header_right nav .content_box .account_box .list a.login{
    border:1px solid #255EAC;
    background: #255EAC;
    color: #FFF;
  }
  header .header_right nav .content_box .account_box .list a.signup{
    border:1px solid #255EAC;
    background: #FFF;
    color: #255EAC;
  }
  header .header_right nav .content_box .product_box .list ul li:nth-child(n + 2) a{
    color: #999999;
  }
	.header_right .header_sns {
	    display: none;
	}
	ul.nav {
			/*
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    */
	    margin: 4.1vw 0 4.1vw;
	}	
	ul.nav li {
			
	    width: calc(100% - 40px);
	    margin: 0 auto;
	    font-size: 18rem;
	    font-weight: bold;
	    letter-spacing: 1.4rem;
	    margin-bottom: 3.0vw;
	    position: relative;
	}
	ul.nav ol li a{
		color: #999999;
	}
	ul.nav ol li::before{
		content:"";
		width: 6px;
		height: 2px;
		background: #999999;
		position: absolute;
		top:calc(50% - 1px);
		left:-20px;
	}
	/*
	ul.nav li:nth-child(2n) {
	    border-left: 1px solid #000000;
	}
	*/
	ul.nav li:not(.nav_sp_sns) a {
	    display: block;
	    width: 100%;
	    padding: 2.6vw 0;
	}
	
	ul.nav li.nav_sp_sns a {
	    display: inline-block;
	    padding: 2.6vw 0;
	}
	ul.nav li.nav_sp_sns a:nth-of-type(2) {
	    padding-left: 2.6vw;
	}
	/*
	ul.nav li:nth-child(2n-1) a {
	    padding-left: 13.3vw;
	}
	
	ul.nav li:nth-child(2n) a {
	    padding-left: 8.2vw;
	}
	*/
	ul.nav li.nav_sp_sns a img {
	    width: 3.2vw;
	}
	ul.nav_product_list {
	    width: 90%;
	    margin: auto;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	
	ul.nav_product_list li {
	    width: 49%;
	    position: relative;
	}
	ul.nav_product_list li {
	    margin-bottom: 9.9vw;
	}
	ul.nav_product_list li .link_white_box {
	    width: 61.2%;
	    height: 8.8vw;
	    bottom: -3.6vw;
	    left: 0;
	    margin: 0;
	    text-align: center;
	    letter-spacing: 0.2rem;
	}
	ul.nav_product_list li .link_white_box a {
	    padding: 3.2vw 0 0;
	    background: url("//lisarch.heteml.net/ec/img/common/text_arrow.png") no-repeat center bottom/17% auto;
	}	
	
	.cart_btn {
      width: 20.5px;
      height: 19.47px;
      /*border-left: 1px solid #000000;*/
      position: absolute;
      top: 25px;
      right: 55px;
    }
	.cart_btn a {
      display: block;
      width: 100%;
      height: 100%;
      /* padding: 0 22px;*/
      text-align: center;
    }
	.cart_btn span {
      display: none;
      /*
      display: block;
      font-size: 10px;
      margin: 3px 0 0;
      */
  }
	
	.cart_btn img {
	    width: 20.5px;
	}
  	.sp_login_btn {
      width: 18px;
      height: 18px;
      position: absolute;
      top: 24px;
      right: 90px;
    }
	.sns{
		display: flex;
		align-items: center;
		margin: 0 auto;
		padding: 6vw 6vw;
		background: #F6f6f6;
		margin-top: 6vw;
	}
	.sns .text{
		margin-right: 9vw;
		letter-spacing: 0.4rem;
		font-size: 14rem;
	}
	.sns .list a{
		display: inline-block;
		margin-right: 8vw;
		width: auto;
		height: 4vw;
		
	}
	.sns .list a img{
		width: auto;
		height: 100%;
	}
	/*
		contents
	*/
	main {
	    /*padding: 100px 0 24.1vw;*/
      padding:0;
	}
	.view_all{
		font-size: 10rem;
		font-weight: bold;
		letter-spacing: 1px;
		width: 18%;
		margin: auto;
	}
	.link_white_box {
	    position: absolute;
	    width: 54%;
	    height: 18.2vw;
	    bottom: -9.4vw;
	    left: 0;
	    right: 0;
	    margin: auto;
	    background: #ffffff;
	    font-size: 10rem;
	    font-weight: bold;
	    letter-spacing: 1px;
	}
	
	.link_white_box a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 5.5vw 0 0;
		background: url("//lisarch.heteml.net/ec/img/common/text_arrow.png") no-repeat 50% 10.1vw/15% auto;
		transition: 0.3s ease-out;
	}
	.view_all a{
		display: block;
		padding: 0px 0 3vw;
		background: url("//lisarch.heteml.net/ec/img/common/text_arrow.png") no-repeat 50% bottom/28% auto;
		transition: 0.3s ease-out;
	}

	.top_scroll {
	    padding: 10.4vw 46.5vw 0;
	    text-align: center;
	    background: #ffffff;
	}
	.top_scroll_btn {
	    float: none;
	}
	.top_scroll_btn a {
		display: block;
		padding: 4.3vw 0 0;
		font-size: 10rem;
		font-weight: bold;
		color: #093b80;
		background: url("//lisarch.heteml.net/ec/img/common/top_scroll_btn.png") no-repeat center top/76% auto;
	}

	/*
		footer
	*/
	footer#footer {
	    padding: 14.2vw 0 100px;
	    font-size: 10rem;
	    letter-spacing: 0.2rem;
	    background: #ffffff;
      margin-top: 14vw;
    border-top: #1a2b4c 1px solid;
	}
	
	.ft_inner {
	    width: 92%;
	    margin: auto;
	}
	.ft_logo {
	    width: 34%;
	    margin: 0 auto 15vw;
      display: none;
  }
	
	.ft_left {
	    width: 100%;
	}
	.ft_search {

    /* 	    flex-wrap: wrap; */
    border-top: 1px solid #1a2b4c;
    border-bottom: 1px solid #1a2b4c;
  }
  .ft_search_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ft_search input[type="text"] {
    height: auto;
    width: 66.2vw;
    border: none;
    background: #f0f0f0;
    padding: 4vw 3vw;
  }
  .search_btn {
    letter-spacing: 0.3rem;
    border-left: 1px solid #1a2b4c;
    padding: 4.8vw 4.9vw 4.5vw 8.3vw;
    background: url(../img/search_icon.png) no-repeat 15px center/9.5px auto;
    font-weight: 700;
    letter-spacing: 1px;
  }
	
/*
	.search_btn a {
	    display: block;
	    padding: 2.8vw 4.9vw 2.5vw 8.3vw;
	}
*/
	.ft_txt_box {
	    width: 95%;
	    font-size: 12rem;
	    line-height: 1.725;
	    margin: 10.1vw auto 0;
	}
	.ft_txt_box p:nth-of-type(3) {
	    margin: 4vw 0 7vw;
	}
	.ft_txt_box p span {
		display: block;
	    letter-spacing: 0.37rem;
	}
	.ft_txt_box p span.ft_insta {
		background: url("//lisarch.heteml.net/ec/img/common/sns_insta.png") no-repeat 0.3vw center/4vw auto;
		padding: 0 0 0 8vw;
		margin: 0 0 5vw;
	}
	.ft_txt_box p span.ft_fb {
		background: url("//lisarch.heteml.net/ec/img/common/sns_fb.png") no-repeat 1.3vw center/2.4vw auto;
		padding: 0 0 0 8vw;
	}
	.ft_right {
		margin: 11.8vw 0 0;
	}
	.ft_right .ft_nav_box p {
		font-size: 12rem;
		letter-spacing: 0.45rem;
		color: #1a2b4c;
		padding: 4.4vw 9.1vw;
		border-bottom: 1px solid #1a2b4c;
		background: url("//lisarch.heteml.net/ec/img/common/ft_nav_arrow.png") no-repeat right 5vw center/2.4vw auto;
	}
	.ft_right .ft_nav_box:nth-of-type(1) p {
		border-top: 1px solid #1a2b4c;
	}

	.ft_right .ft_nav_box ul.ft_nav {
	    display: none;
	    font-size: 12rem;
	    padding: 4.4vw 9.1vw;
	    border-bottom: 1px solid #000000;
	}

	.ft_right .ft_nav_box ul.ft_nav li {
	    letter-spacing: 0.16rem;
	    margin: 0 0 5vw;
	}
	.ft_right .ft_nav_box ul.ft_nav li:last-child {
	    margin: 0 0 0;
	}
	.ft_right .ft_nav_box ul.ft_nav li a:hover{
	    text-decoration: underline;
	}
	.copyright {
	    width: 100%;
	    text-align: center;
	    margin: 8.7vw 0 0;
	    letter-spacing: 0.16rem;
	}
}
/*
ギフトラッピング
*/
#gift {
	text-align: center;
}
@media screen and (min-width: 769px) {
#gift {
	font-feature-settings: "palt";
}
#gift .gift_top_block {
	width: 100%;
	height: 250px;
	background: url("//lisarch.heteml.net/ec/img/gift/gift_top_pc.jpg") no-repeat center center/cover;
	position: relative;
    margin: 0 0 143px;
}
#gift .ttl_box {
	width: 300px;
	height: 90px;
	padding: 37px 0 0;
	position: absolute;
	bottom: -45px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background: #ffffff;
}
#gift .ttl_box h2 {
	font-size: 18px;
	letter-spacing: 2px;
}
#gift .ttl_box h2 span {
	margin: 9px 0 0px;
	display: block;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}

#gift .inner {
    max-width: 1100px;
    width: 90%;
    margin: auto;
    position: relative;
}
#gift section p {
    font-size: 12px;
    line-height: 1.77;
    letter-spacing: 2.2px;
}

#gift section.pickup_block h2 {
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0 0 69px;
}

#gift section.pickup_block .inner {
    max-width: 880px;
}

#gift .pickup_LRbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 47px;
}

#gift .pickup_LRbox.reverse {
    flex-direction: row-reverse;
}

#gift .pickup_img {
    width: 45.4%;
}

#gift .pickup_txt_box {
    width: 50.3%;
    text-align: left;
    padding: 29px 0 0;
}

#gift p.pickup_tag {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0px 0 11px;
}

#gift h3.pickup_name {
    font-size: 13px;
    line-height: 1.94;
    letter-spacing: 2.3px;
    padding-left: 2px;
    color: #093b80;
    margin: 0 0 9px;
}

#gift p.pickup_price {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0 0 13px;
}

#gift section p.pickup_txt {
    padding-left: 4px;
    line-height: 2.14;
}

#gift section.pickup_block {
    margin: 0 0 139px;
}


#gift section.about_wrapping_block .inner {
    max-width: 795px;
}

#gift section.about_wrapping_block h2 {
    font-size: 18px;
    letter-spacing: 2.5px;
    margin: 0 0 90px;
}

#gift section.about_wrapping_block section {
    text-align: left;
}


#gift section.about_wrapping_block h3{
    font-size: 14px;
    letter-spacing: 1.8px;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 23px;
    margin: 0 0 26px;
}
#gift section.about_wrapping_block .inner2 {
    max-width: 700px;
}

#gift p.about_wrapping_txt_first {
    margin: 0 0 56px;
}

#gift section.about_wrapping_block h4 {
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: 2px;
    margin: 0 0 6px;
}
#gift img.wrapping_img {
    margin: 33px 0 93px;
}

#gift section.about_wrapping02 h4 {
    margin: 33px 0 10px;
}

#gift ul.note_list {
    font-size: 12px;
    line-height: 1.77;
    letter-spacing: 2.2px;
    margin: 23px 0 0;
}

#gift section.line_up_block {
    margin: 106px 0 77px;
}
#gift .line_up_block h2 {
    font-size: 22px;
    letter-spacing: 2.9px;
}
#gift .line_up_block h2 span {
	margin: 9px 0 0px;
	display: block;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}

#gift ul.product_list {
	display: flex;
	flex-wrap: wrap;
	margin: 106px 0 0;
}
#gift ul.product_list li {
    width: 25%;
    padding: 0 2.9%;
    margin: 0 0 103px;
}
#gift p.item_cat {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 12px 0 0px;
}

#gift p.item_name {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 1.2px;
    color: #093b80;
    margin: 12px 0 9px;
}

#gift p.item_price {
    font-size: 14px;
    letter-spacing: 2px;
}
}
/*
	SP
*/
@media screen and (max-width: 768px) {
	#gift .gift_top_block {
		width: 100%;
		position: relative;
		margin: 0 0 24.4vw;
	}
	#gift .ttl_box {
		width: 53%;
		height: 16vw;
		padding: 4.9vw 0 0;
		position: absolute;
		bottom: -9.3vw;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		background: #ffffff;
	}
	#gift .ttl_box h2 {
		font-size: 16rem;
		letter-spacing: 0.4rem;
	}
	#gift .ttl_box h2 span {
		margin: 1.7vw 0 0px;
		display: block;
		font-size: 10rem;
		font-weight: normal;
		letter-spacing: 0.2rem;
	}
	
	#gift .inner {
	    max-width: 1100px;
	    width: 90%;
	    margin: auto;
	    position: relative;
	}
	#gift section p {
	    font-size: 12rem;
	    line-height: 1.77;
	    letter-spacing: 0.3rem;
	}
	
	#gift section.pickup_block h2 {
	    font-size: 14rem;
	    letter-spacing: 0.2rem;
	    margin: 0 0 13.1vw;
	}
	
	#gift section.pickup_block .inner {
	    max-width: 880px;
	}
	
	#gift .pickup_LRbox {
	    margin: 0 0 47px;
	}
	
	#gift .pickup_LRbox.reverse {
	    flex-direction: row-reverse;
	}
	
	#gift .pickup_img {
	}
	
	#gift .pickup_txt_box {
		text-align: left;
		padding: 5vw 0 0;
	}
	
	#gift p.pickup_tag {
	    font-size: 12rem;
	    font-weight: bold;
	    letter-spacing: 0.4rem;
	    line-height: 1;
	    margin: 0px 0 2.9vw;
	}
	
	#gift h3.pickup_name {
	    font-size: 13rem;
	    line-height: 1.94;
	    letter-spacing: 0.2rem;
	    /* padding-left: 2px; */
	    color: #093b80;
	    margin: 0 0 2vw;
	}
	
	#gift p.pickup_price {
	    font-size: 14rem;
	    font-weight: bold;
	    letter-spacing: 0.4rem;
	    line-height: 1;
	    margin: 0 0 3.2vw;
	}
	
	#gift section p.pickup_txt {
	    /* padding-left: 4px; */
	    line-height: 2.14;
	}
	
	#gift section.pickup_block {
	    margin: 0 0 17.1vw;
	}
	
	
	#gift section.about_wrapping_block .inner {
	    max-width: 795px;
	}
	
	#gift section.about_wrapping_block h2 {
	    font-size: 18rem;
	    letter-spacing: -0.2rem;
	    margin: 0 0 11.7vw;
	}
	
	#gift section.about_wrapping_block section {
	    text-align: left;
	}
	
	
	#gift section.about_wrapping_block h3{
	    font-size: 14rem;
	    letter-spacing: 0.2rem;
	    border-bottom: 1px solid #bdbdbd;
	    padding-bottom: 6.1vw;
	    margin: 0 0 7.1vw;
	    text-align: center;
	}
	#gift section.about_wrapping_block .inner2 {
	    max-width: 700px;
	}
	
	#gift p.about_wrapping_txt_first {
	    margin: 0 0 13vw;
	}
	
	#gift section.about_wrapping_block h4 {
	    font-size: 14rem;
	    line-height: 2.1;
	    letter-spacing: 0.2rem;
	    margin: 0 0 5.5vw;
	    text-align: center;
	}
	#gift img.wrapping_img {
	    margin: 7vw 0 13.7vw;
	}
	
	#gift section.about_wrapping02 h4 {
	    margin: 7.3vw 0 2.9vw;
	    text-align: left;
	}
	
	#gift ul.note_list {
	    font-size: 12rem;
	    line-height: 1.77;
	    letter-spacing: 0.3rem;
	    margin: 5.7vw 0 0;
	}
	#gift section.line_up_block {
		margin: 24.7vw 0 0;
	}
	#gift .line_up_block h2 {
	    font-size: 16rem;
	    letter-spacing: 0.4rem;
	}
	#gift .line_up_block h2 span {
		margin: 1.7vw 0 0px;
		display: block;
		font-size: 10rem;
		font-weight: normal;
		letter-spacing: 0.3rem;
	}
	#gift ul.product_list {
		width: 93%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 17.5vw auto 0;
	}
	#gift ul.product_list li {
		width: 43.4%;
		margin: 0 0 11.8vw;
	}
	#gift p.item_cat {
	    font-size: 9rem;
	    font-weight: bold;
	    letter-spacing: 0.2rem;
	    margin: 3.2vw 0 0px;
	}
	#gift p.item_name {
	    font-size: 11rem;
	    font-weight: bold;
	    line-height: 1.75;
	    letter-spacing: 0.1rem;
	    color: #093b80;
	    margin: 1.9vw 0 1.1vw;
	}
	#gift p.item_price {
	    font-size: 12rem;
	    letter-spacing: 0.2rem;
	}
}

/*
	FAQ
*/
#faq {
	font-feature-settings: "palt";
}

/*PC*/
@media screen and (min-width: 769px) {
#faq .faq_top_block {
	width: 100%;
	height: 250px;
	background: url("//lisarch.heteml.net/ec/img/faq/faq_top_pc.jpg") no-repeat center center/cover;
	position: relative;
	margin: 0 0 187px;
}
#faq .ttl_box {
	width: 300px;
	height: 90px;
	padding: 37px 0 0;
	position: absolute;
	bottom: -45px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background: #ffffff;
}
#faq .ttl_box h2 {
	font-size: 18px;
	letter-spacing: 2px;
}
  /*
#faq .ttl_box h2 span {
	margin: 9px 0 0px;
	display: block;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}*/
 #faq .ttl_box h2 span {
	display: none;
} 

#faq .inner {
    max-width: 800px;
    width: 90%;
    margin: auto;
    position: relative;
}
#faq .faq_block {
    text-align: left;
    margin: 0 0 113px;
}
#faq .faq_box {
    margin: 0 0 120px;
}
#faq .faq_block h2 {
	font-size: 14px;
	letter-spacing: 1.6px;
	border-bottom: 1px solid #bfbfbf;
	padding: 0 30px 21px;
	margin: 0 0 20.5px;
}

#faq .faq_block h3.question {
	font-size: 14px;
	line-height: 1.98;
	letter-spacing: 1.5px;
	padding: 24.5px 30px 14.5px;
	background: url("//lisarch.heteml.net/ec/img/faq/faq_plus.png") no-repeat 10px 30.5px/10px auto;
}
#faq .faq_block h3.question.opened {
	background: url("//lisarch.heteml.net/ec/img/faq/faq_minus.png") no-repeat 10px 35.5px/10px auto;
}
#faq .faq_block div.answer {
	font-size: 14px;
	line-height: 1.98;
	letter-spacing: 2.5px;
	padding: 0px 30px;
	display: none;
}
#faq .faq_block div.answer ol {
    padding: 0 0 0 24px;
    list-style-type: decimal;
}

#faq .faq_block div.answer p+p, #faq .faq_block div.answer p+h4 {
    margin: 1em 0 0;
}


#faq .faq_box_last {
    padding: 0 0 41px;
	border-bottom: 1px solid #bfbfbf;
}




}

/*SP*/
@media screen and (max-width: 768px) {
	#faq .faq_top_block {
		width: 100%;
		position: relative;
		margin: 0 0 29.4vw;
	}
	#faq .ttl_box {
		width: 53%;
		height: 16vw;
		padding: 4.9vw 0 0;
		position: absolute;
		bottom: -9.3vw;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		background: #ffffff;
	}
	#faq .ttl_box h2 {
		font-size: 16rem;
		letter-spacing: 0.4rem;
	}
	/*#faq .ttl_box h2 span {
		margin: 1.7vw 0 0px;
		display: block;
		font-size: 10rem;
		font-weight: normal;
		letter-spacing: 0.2rem;
	}*/
  	#faq .ttl_box h2 span {
		display: none;
	}
	
	#faq .inner {
	    max-width: 1100px;
	    width: 90%;
	    margin: auto;
	    position: relative;
	}
	#faq .faq_block {
	    text-align: left;
	    margin: 0 0 0vw;
	}
	#faq .faq_box {
	    margin: 0 0 16.3vw;
	}
	#faq .faq_block h2 {
		width: 97.7%;
		font-size: 12rem;
		letter-spacing: 0.3rem;
		border-bottom: 1px solid #bfbfbf;
		padding: 0 0 5.9vw;
		margin: 0 auto 4.2vw;
	}
	
	#faq .faq_block h3.question {
		font-size: 12rem;
		line-height: 1.98;
		letter-spacing: 0.3rem;
		padding: 3vw 6.2vw 3vw;
		background: url("//lisarch.heteml.net/ec/img/faq/faq_plus.png") no-repeat 0.4vw 4.7vw/2.7vw auto;
		cursor: pointer;
	}
	#faq .faq_block h3.question.opened {
		background: url("//lisarch.heteml.net/ec/img/faq/faq_minus.png") no-repeat 0.4vw 5.9vw/2.7vw auto;
	}
	#faq .faq_block div.answer {
		font-size: 12rem;
		line-height: 2.3;
		letter-spacing: 2.5px;
		padding: 0.9vw 0.5vw 0;
		display: none;
	}
	#faq .faq_block div.answer ol {
	    padding: 0 0 0 1.7em;
	    list-style-type: decimal;
	}
	
	#faq .faq_block div.answer p+p, #faq .faq_block div.answer p+h4 {
	    margin: 1em 0 0;
	}

	#faq .faq_box_last {
	    padding: 0 0 6.6vw;
	    border-bottom: 1px solid #bfbfbf;
	}

}


/*
支払い方法　等
*/
@media screen and (min-width: 769px) {
.freepage {
    padding: 142px 0 202px;
}

div.freepage .inner {
	max-width: 840px;
	width: 90%;
	margin: auto;
	position: relative;
}
div.freepage h2 {
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
	margin: 0 0 99px;
}

div.freepage table {
	border-collapse: collapse;
	border: 1px dashed #a3a3a3;
	font-size: 12px;
	line-height: 1.75;
	letter-spacing: 1.2px;
}

div.freepage table tr {
	border-bottom: 1px dashed #a3a3a3;
}
div.freepage table tr:last-child {
	border-bottom: none;
}

div.table_head {
	font-size: 14px;
	letter-spacing: 0.8px;
	width: 100%;
    padding: 30px 0 27px;
	background: #e2e2e2;
	text-align: center;
	border-left: 1px dashed #a3a3a3;
	border-right: 1px dashed #a3a3a3;
}
div.table_head.first {
	border-top: 1px dashed #a3a3a3;
}

div.table_txt {
	font-size: 12px;
	line-height: 1.75;
	letter-spacing: 1.2px;
    padding: 30px 5% 27px 3.3%;
	border-top: 1px dashed #a3a3a3;
	border-left: 1px dashed #a3a3a3;
	border-right: 1px dashed #a3a3a3;
}

div.freepage table tr td {
    padding: 30px 5% 27px 0;
    vertical-align: middle;
}

div.freepage table tr th {
	font-size: 14px;
	letter-spacing: 0.8px;
	width: 31.4%;
	text-align: left;
	padding: 0 3% 0 3.3%;
	vertical-align: middle;
}
div.freepage table tr td {
    padding: 30px 5% 27px 0;
    vertical-align: middle;
}
div.freepage table tr td img {
    margin: 0 0 10px;
}
  
p.privacy_txt {
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 1.75;
    margin: 0 0 96px;
}

div#privacy.freepage h2 {
    margin: 0 0 94px;
}
}
/*
	SP
*/
@media screen and (max-width: 768px) {
	.freepage {
	    padding: 13.1vw 0 0;
	}
	div.freepage .inner {
		width: 90%;
		margin: auto;
		position: relative;
	}
	div.freepage h2 {
		font-size: 16rem;
		text-align: center;
		letter-spacing: 0.2rem;
		margin: 0 0 13.2vw;
	}
	
	div.freepage table {
		border-collapse: collapse;
		border: 1px dashed #a3a3a3;
		font-size: 12rem;
		line-height: 1.75;
		letter-spacing: 1.2px;
	}
	div.freepage table tr {
		border-bottom: 1px dashed #a3a3a3;
	}
	div.freepage table tr th, div.freepage table tr td {
		display: block;
	}	
	div.table_head {
		font-size: 14rem;
		letter-spacing: 0.1rem;
		width: 100%;
		padding: 6.5vw 5.6vw;
		background: #e2e2e2;
		text-align: center;
		border-left: 1px dashed #a3a3a3;
		border-right: 1px dashed #a3a3a3;
	}
	div.table_head.first {
		border-top: 1px dashed #a3a3a3;
	}
	div.table_txt {
		font-size: 12rem;
		line-height: 1.75;
		letter-spacing: 1.2px;
	    padding: 6.5vw 5.6vw;
		border-top: 1px dashed #a3a3a3;
		border-left: 1px dashed #a3a3a3;
		border-right: 1px dashed #a3a3a3;
	}
	div.freepage table tr th {
		font-size: 14rem;
		letter-spacing: 0.1rem;
		width: 100%;
		text-align: left;
		padding: 6.5vw 8vw;
		background: #efefef;
		box-sizing: border-box;
	}
	div.freepage table tr td {
	    padding: 6.5vw 8vw;
	    vertical-align: middle;
	}
	div.freepage table tr td img {
	    margin: 0 0 2.9vw;
	}
  
p.privacy_txt {
    font-size: 12rem;
    letter-spacing: 0.3rem;
    line-height: 1.75;
    margin: 0 0 12.3vw;
}

div#privacy.freepage h2 {
    margin: 0 0 12.1vw;
}
}