@charset "utf-8";
a:hover img {
transition: 0.5s;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.p-main {
	margin: auto;
	color: #303030;
}
.main {
	margin: auto;
	text-align: initial;
}
.content_wrap nav {
  margin: 8% auto 8%;
  max-width: 1040px;
}
.content_wrap nav ul{
    display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.content_wrap nav ul li{
  max-width: 245px;
  width: 100%;
  padding: 0 0.5%;
  -webkit-flex: 0 0 calc(23% - 0px);
  -ms-flex: 0 0 calc(24% - 0px);
  flex: 0 0 calc(24% - 0px);
  -webkit-flex: 0 0 calc(24% - 0px);
  -ms-flex: 0 0 calc(24% - 0px);
  flex: 0 0 calc(24% - -0px);
  justify-content: space-between;
  margin: 0 auto;
}
*::-ms-backdrop, .content_wrap nav ul li {
  width: 24%; /* IE11 */
}
/* .ttl{
	font-family: 游明朝,"Yu Mincho",YuMincho,Ryumin Medium KL,"リュウミン M-KL","Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif,Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman;
	font-feature-settings: "palt";
	font-size: 40px;
	letter-spacing: 1.3px;
	margin: 45px auto;
}
 */.ttl .ttl_sub{
	font-size: 21px;
	margin:0 auto 0.3%;
}
.ttl .ttl_line{
	width: 108px;
	margin: 3% auto 1%;
	border-top: solid 1px #303030;
}
.ttl .ttl_main{
	font-size: 38px;
	line-height: normal;
}
span.sold_out{
	font-size: 1.3em;
    line-height: 2em;
}
#preorder_item .ttl{
	margin: 4% auto 6%;
}
#preorder_item .ttl_sub{
	margin:0 auto 0;
}
#preorder_item .ttl p{
	text-align: left;
}
.lead_wrap{
	color: #303030;
	text-align: center;
	margin: 0 auto;
	line-height: 1;
}
.lead_wrap .txt,
.contents_wrap .txt,
.return .txt{
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.8;
	margin: 40px auto;
}
.lead_wrap .txt span{
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #968541;
}

#coupon {
	border: solid 3px #a78473;
	color: #a78473;
	padding: 0;
	margin: 10% auto;
	width: 70%;
}
.coupon_inner{
	/* margin: 0 5%; */
	padding: 0 0 3%;
}
#coupon .ttl{
	margin: 10px auto 0;
}
.contents_wrap img{
	padding: 20px 0 30px;
}
#coupon .coupon{
	width: 100%;
	background: #a78473;
	color: #fff;
	margin-bottom: 3%;
	padding: 2% 0 0.1%;
}
#coupon .codettl{
	font-size: 18px;
	margin: 0 0 19px 0;
}
#coupon .code{
	font-size: 52px;
    margin: 0 0 30px 0;
    letter-spacing: 5px;
}
#coupon .txt{
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0 auto;
}
#coupon ul{
}
#coupon li{
	padding-left: 1em;
	text-indent: -1em;
}
.contents_wrap {
	max-width: 1170px;
	margin: 90px auto 130px;
	text-align: center;
}
.contents_wrap .line {
	border: solid 2px #f5f5f5;
	width: 100%;
	margin: 0 auto 4%;
}
#kt_navi_box {
    width: 100%;
    list-style: none;
    margin: 8% auto;
    overflow: hidden;
}
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
#kt_navi_box.fixed{
  background: #ffffff;
  margin: 0;
}

#fixedbox{
  max-width: 800px;
}
#fixedbox {
    max-width: 1060px;
    margin: auto;
    transition: 0.7s;
}
#return {
	max-width: 1170px;
	background: #f9f9f9;
	padding: 65px 65px 20px;
}
#coupon {
	border: solid 3px #968541;
	color: #968541;
	padding: 0;
	margin: 10% auto;
	width: 70%;
}
.coupon_inner{
	/* margin: 0 5%; */
	padding: 0 0 3%;
}
#coupon .ttl{
	margin: 10px auto 0;
}
.contents_wrap img{
	padding: 0;
}
#coupon .coupon{
	width: 100%;
	background: #968541;
	color: #fff;
	margin-bottom: 3%;
	padding: 2% 0 0.1%;
}
#coupon .codettl{
	font-size: 18px;
	margin: 0 0 19px 0;
}
#coupon .code{
	font-size: 52px;
    margin: 0 0 30px 0;
    letter-spacing: 5px;
}
#coupon .txt{
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0 auto;
}
#coupon ul{
}
#coupon li{
	padding-left: 1em;
	text-indent: -1em;
}
.contents_wrap ul.coordination{
	max-width: 1040px;
	margin: 0 auto;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display: flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
	}
 .contents_wrap ul.coordination::after{
 	content:"";
  	display: block;
 	width:300px;
 }
.content_wrap .coordination li {
    max-width: 300px;
}
.content_wrap .coordination li.coord {
    margin-bottom: 50px;
    flex-basis:300px;
}


.item_wrap{
	overflow: hidden;
	max-width: 1060px;
	margin: 120px auto 0;
}
.item_wrap .main.left{
	width: 45%;
	max-width: 450px;
	float: left;
	padding: 90px 0 0 0 ;
}
.item_wrap .sub.right{
	width: 55%;
	max-width: 550px;
	float: right;
}

.item_wrap .main.right{
	width: 45%;
	max-width: 450px;
	float: right;
	padding: 90px 0 0 0 ;
}
.item_wrap .sub.left{
	width: 55%;
	max-width: 550px;
	float: left;
}


.item_wrap .listbtn{
	margin: 7% 0;
}
.item_wrap .listbtn a,.item_wrap .listbtn a:hover,.item_wrap .listbtn a:active,.item_wrap .listbtn a:link,.item_wrap .listbtn a:visited{
    background: url("//ds-assets.s3.amazonaws.com/e-look.jp/2019/koret/2019liberty_preorder/arrow.png") #968541 no-repeat;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 18px 30px;
    margin: 0 auto 20px;
    max-width: 720px;
    display: block;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1.5px;
    background-position: right 2% center;
    text-decoration: none;
    transition: 0.5s;
}
.item_wrap .listbtn a:hover{
    background: url("//ds-assets.s3.amazonaws.com/e-look.jp/2019/koret/2019liberty_preorder/arrow.png") #999999 no-repeat; 
    background-position: right 2% center; 
}

.item_wrap .listbtn.mini{
	margin: 0% 2%;
}
.item_wrap .listbtn.mini a,.item_wrap .listbtn.mini a:hover,.item_wrap .listbtn.mini a:active,.item_wrap .listbtn.mini a:link,.item_wrap .listbtn.mini a:visited{
background: url(//ds-assets.s3.amazonaws.com/e-look.jp/2019/koret/2019liberty_preorder/arrow.png) #968541 no-repeat;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 9px 5px;
    margin: 0 auto;
    max-width: 720px;
    display: block;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 1.5px;
    background-size: 7px;
    background-position: right 3% center;
    text-decoration: none;
    transition: 0.5s;

}
.item_wrap .listbtn a:hover{
    background: url("//ds-assets.s3.amazonaws.com/e-look.jp/2019/koret/2019liberty_preorder/arrow.png") #999999 no-repeat; 
    background-position: right 3% center; 
}
.listbtn_coupon {
    background: #494a5e;
    color: #eedfa1;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 18px 30px;
    margin: 9% 1%;
    letter-spacing: 2px;
    border-radius: 5px;
    }
.item_wrap .link_none a,
.item_wrap .link_none a:hover{
	background: #999999;
}


.item_list_wrap{
	display: flex;
}

.item_list_wrap .item_list{

}

.item__img img {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.item__txt__wrap {
    text-align: left;
    margin: 0 0 0 0;
}
.item__txt__wrap .item_data {
    font-size: 13px;
    letter-spacing: 1px;
    margin: 5% 0 3%;
}
.item__txt__wrap .size_btn{
	/* text-align: right; */
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
   	justify-content: space-between;
}
.item__txt__wrap span.lsize,
.item__txt__wrap span.msize,
.item__txt__wrap span.non_size {
    width: 49.3%;
    margin: 2% 0 0;
    font-family: 游明朝,"Yu Mincho",YuMincho,Ryumin Medium KL,"リュウミン M-KL","Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif,Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman;
    font-feature-settings: "palt";
}
.lsize a, .msize a {
    display: block;
    background: #333333;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
    transition: 0.2s;
    text-decoration: none;
}
.msize a {
	background: #666666;
}
.lsize a:hover, .msize a:hover {
    background: #968541;
    text-decoration: none;
} 
#return .ttl{
	margin: 0 auto 3%;
}
.return_col {
	width: 75%;
	margin: 8% auto 4%;
}
.return_col p.return_col_ttl {
	padding: 1.8% 0;
	border-top: 4px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.return_mail_btn a{
	width: 85%;
	height: calc( 5rem - 18px);
	line-height: calc( 5rem - 18px);
	margin: 0 auto;
	font-size: 12px;
}
.return_btnblock{
}
.return_mail_btn{margin: 0 auto;}
.return_mail_btn p{
  color: #fff;
  font-size: 16px;
  /* font-weight: bold; */
  margin: 0 auto;
  letter-spacing: 0.08em;
}
.return_mail_btn a{
  position: relative;
  display: inline-block;
  padding: 0;
  color:#fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  display: block;
  max-width: 320px;
  margin: 0 auto 1%;
  text-align: center;
  background-color: #3c918e;
  border-radius: 5px;
  height: calc( 4rem - 17px);
  line-height: calc( 4rem - 17px);
  border-color: #fff;
  border: 1px solid #3c918e;
}
.return_mail_btn a:hover{
    border: 1px solid #3c918e;
    background-color: #ffffff;
    text-decoration:none;
    color: #3c918e; 
    font-weight:bold;
}
.return_mail_btn a:before,
.return_mail_btn a:after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.return_mail_btn a:before{
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  left: 91%;
}
.return_mail_btn a:after{
  left: 92%;
  width: 3px;
  height: 3px;
  border-top: 1px solid #3c918e;
  border-right: 1px solid #3c918e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.return_col .return_col_content_center {
	text-align: center;
	padding: 2% 0;
	font-size: 0.9em;
}
.return_col .eightdays {
	display: inline-block;
	max-width: 490px;
	width: 70%;
	margin: 0 auto;
}
.return_col .eightdays img {
	padding: 5px 0 0;
}
.return_col_addendum{
  display: block;
  max-width: 220px;
  margin: 0 auto 1.2%;
  text-align: center;
  background-color: #eeeeee;
  border-radius: 15px;
  height: calc( 4rem - 0);
  line-height: calc( 3rem - 18px);
  border-color: #fff;
  padding: 0;
  width: 100%;
}
.return_col_addendum p{
  color: #333333;
  /* font-weight: bold; */
  letter-spacing: 0.1em;
  font-size: 0.8em;
  margin: 0 auto;
}
.return_col .return_callcenter {
	display: inline-block;
	font-size: 20px !important;
	line-height: 1.5;
	font-weight: bold;
	margin: 3% 0 1.4% 0;
	padding: 0;
}
.return_btn {
	max-width: 302px;
	width: 40%;
	margin: 0 auto;
	padding: 0;
}
.return_col .return_col_content_left {
	width: 90%;
	text-align: left;
	padding: 2% 0;
	margin: 0 auto;
}
.return_red {
	color: #c50700;
}
.listbtn a,.listbtn a:hover,.listbtn a:active,.listbtn a:link,.listbtn a:visited{
    background: url("//ds-assets.s3.amazonaws.com/e-look.jp/2019/koret/2019liberty_preorder/arrow.png") #968541 no-repeat;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 20px 30px;
    margin: 0 auto 20px;
    max-width: 720px;
    display: block;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 1.5px;
    background-position: right 2% center;
    text-decoration: none;
    transition: 0.5s;
}
.listbtn a:hover{
    background: url("//ds-assets.s3.amazonaws.com/e-look.jp/2019/koret/2019liberty_preorder/arrow.png") #999999 no-repeat; 
    background-position: right 2% center; 
}
span.pc_view,
img.pc_view,
br.pc_view {
	display: inline;
}
div.pc_view,
p.pc_view {
	display: block;
}
span.smp_view,
img.smp_view,
br.smp_view {
	display: none;
}
div.smp_view,
p.smp_view {
	display: none;
}
.slick-prev, .slick-next{
    position: absolute;
    top: 50%;
    z-index: 99999;
}
.slick-prev {
    left: 10px;
}
.slick-next {
    right: 10px;
}
.slick-next:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slick-prev:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.slick-prev:before, .slick-next:before{
	color: #000000;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
}


.present {
    max-width: 1060px;
    margin: 100px auto 0;
    background: #968541;
    border: 8px solid #f8d0d5;
    text-align: center;
    padding: 4% 10px 3%;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    box-sizing: border-box;
}
.present .ttl {
	max-width: 260px;
	margin: 0 auto 20px;
}


.attention {
	margin: 5%;
	text-align: center;
}
.attention .ttl{
	font-weight: bold;
	text-decoration: underline;
}
.bnr_freeshipping {
	text-align: center;
	margin: 150px auto 0;
	display: flex;
	max-width: 1100px;
}
.bnr_freeshipping div:first-child{
	margin-right:4%;
}

@media (max-width: 1200px){
	.preorder_navi .navi_box a, .preorder_navi .navi_box a:hover, .preorder_navi .navi_box a:active, .preorder_navi .navi_box a:link, .preorder_navi .navi_box a:visited{
		font-size:20px;
	}
	#coupon{
		width:80%;
	}
.item_wrap{
	overflow: hidden;
	max-width: 1060px;
	margin: 120px auto 0;
}
.item_wrap .main.left{
	width: 42%;
	max-width: 450px;
	float: left;
	margin: 0 3% 0 0;
	padding: 0 0 0 0;
}
.item_wrap .sub.right{
	width: 53%;
	max-width: 550px;
	float: right;
	margin: 0 0 0 2%;
}

.item_wrap .main.right{
	width: 42%;
	max-width: 450px;
	float: right;
	margin: 0 0 0 3%;
	padding: 0 0 0 0;
}
.item_wrap .sub.left{
	width: 53%;
	max-width: 550px;
	float: left;
	margin: 0 2% 0 0;
}

}
@media (max-width: 979px) {
	#coupon{
		width:90%;
		margin: 15% auto;
		padding: 0;
	}
	.preorder_navi .navi_box a, .preorder_navi .navi_box a:hover, .preorder_navi .navi_box a:active, .preorder_navi .navi_box a:link, .preorder_navi .navi_box a:visited{
		font-size: 20px;
	}
	#preorder_item .ttl_sub{
		margin:2% auto 3%;
	}
	.contents_wrap ul.coordination{
		justify-content:space-evenly;
	}


}




@media (max-width: 767px) {
	.preorder_navi .navi_box{
		margin: 6% auto 5%;
		display: inline-block;
	}
	#fixedbox{
	    /* max-width: 100%; */
	    margin: 0 auto;
	    width: 100%;
	}
	#fixedbox ul {
	    display: flex;
	    flex-wrap: wrap;
	}

.content_wrap nav ul li{
  max-width: 245px;
  width: 100%;
  padding: 0 1%;
  -webkit-flex: 0 0 calc(48% - 0px);
  -ms-flex: 0 0 calc(48% - 0px);
  flex: 0 0 calc(48% - 0px);
  -webkit-flex: 0 0 calc(48% - 0px);
  -ms-flex: 0 0 calc(48% - 0px);
  flex: 0 0 calc(48% - -0px);
  justify-content: space-between;
  margin: 4% auto 0;
}
*::-ms-backdrop, .content_wrap nav ul li {
  width: 48%; /* IE11 */
}

	.lead_wrap .txt,
	.return .txt{
		width: 90%;
		margin: auto;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 1.7;
		text-align: justify;
		margin: 30px auto;
	}
	.lead_wrap .txt span{
		font-size: 17px;
		letter-spacing: initial;
	}
	.contents_wrap {
		padding: 0 5% 15px 5%;
		max-width: 90%;
		margin: 0 auto;
	}
/* 	.contents_wrap .ttl{
		font-size: 20px;
	    line-height: 33px;
	}
 */	#return .ttl {
		margin: 6% auto 3%;
	}
/* 	.contents_wrap .ttl .ttl_sub{
		font-size: 15px;
		line-height: 14px;
		margin-bottom: 5px;
	}
	.ttl .ttl_line{
		margin: 0 auto;
		height: 7px;
	}
	.ttl .ttl_main{
		font-size: 22px;
		line-height: 25px;
	} */
	#preorder_item .ttl {
    	margin: 8% auto 5%;
	}
	#preorder_item .ttl_sub{
		margin:0 auto 3%;
		line-height: 12px;
	}
	#coupon .codettl{
		font-size: 14px;
		margin: 0 0 20px 0;
	}
	#coupon .code{
		font-size: 47px;
		margin: 0 0 30px 0;
		letter-spacing: 2px;
	}
	.contents_wrap .txt{
		font-size: 12px;
		letter-spacing: 1px;
	}
	.contents_wrap ul.coordination {
	    /* display: inline; */
	    -webkit-box-lines: multiple;
	    -moz-box-lines: multiple;
	    -webkit-flex-wrap: wrap;
	    -moz-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.content_wrap .coordination li {
	    /* max-width: 100%; */
	}
	.content_wrap .coordination li.coord {
		flex-basis: auto;
		width: 48%;
		margin-bottom: 0;
	}

.item_wrap{
	overflow: hidden;
	max-width: 1060px;
	margin: 0px auto 0;
}
.item_wrap .main.left{
	width: 100%;
	max-width: 450px;
	float: none;
	margin: 5% auto;
}
.item_wrap .sub.right{
	width: 100%;
	max-width: 450px;
	float: none;
	margin: 5% auto;
}

.item_wrap .main.right{
	width: 100%;
	max-width: 450px;
	float: none;
	margin: 5% auto;
}
.item_wrap .sub.left{
	width: 100%;
	max-width: 450px;
	float: none;
	margin: 5% auto;
}

.pattern.smp_view{
	margin: 0 0 5% 0 ;
}

	.item__img img {
	    max-width: 100%;
	    margin: 0;
	    padding: 0;
	}
	.item__txt__wrap {
	    margin: 0 0 50px 0;
	}
	.contents_wrap .item_list li {
	    width: 100%;
	}
	.item__txt__wrap .size_btn {
		/* display: block; */
	}
	.item__txt__wrap span.lsize,
	.item__txt__wrap span.msize,
	.item__txt__wrap span.non_size {
		margin: 
	}
	.coupon_inner{
		padding: 0 0 8%;
	}
	#coupon .txt {
		text-align: left;
		padding: 0 20px;
		margin: 0 auto;
		font-size: 12px;
	}
	#coupon .ttl{
		margin: 10px auto 0;
		padding: 0 5%;
	}
	#return {
		padding: 10px;
		margin: 0 auto 10%;
	}
	.return_col {
		width: 95%;
	}
	#return .txt{
		margin:0 auto;
	}
	.return_col p.return_col_ttl{
		font-size: 15px
	}
	.return_col .eightdays{
		width: 100%;
	}
	.return_btn{
		width: 100%;
	}
	.return_mail_btn a {
	    width: 90%;
	    height: calc( 4rem - 18px);
	    line-height: calc( 4rem - 18px);
	    margin: 0 auto;
	    font-size: 13px;
	}
	.listbtn a,.listbtn a:hover,.listbtn a:active,.listbtn a:link,.listbtn a:visited{
	    padding: 15px 5% 15px 5%;
	    margin: 0 auto 10px;
	    max-width: 80%;
	    font-size: 16px;
	    letter-spacing: 1.5px;
	    background-position: right 5% center;
	}



.present {
    max-width: 90%;
    margin: 100px auto 0;
    background: #968541;
    border: 5px solid #f8d0d5;
    text-align: center;
    padding: 4% 10px 3%;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    box-sizing: border-box;
    line-height: 1.7;
}
.present .ttl {
	max-width: 200px;
	margin: 0 auto 20px;
}



	span.pc_view,
	img.pc_view,
	br.pc_view {
		display: none;
	}
	div.pc_view,
	p.pc_view {
		display: none;
	}
	span.smp_view,
	img.smp_view,
	br.smp_view {
		display: inline;
	}

	div.smp_view,
	p.smp_view {
		display: block;
	}
	.bnr_freeshipping {
		margin: 40px auto 0;
		max-width: 90%;
		display: inherit;
	}
	.bnr_freeshipping div:first-child {
		margin: 20px auto;
	}
}




@media(max-width: 480px){

}