@chaset "UTF-8";

/**********▼▼今回分のCSS▼▼************/
#lp_wrap {
    padding: 0;
    background: #fff;
    color: #645e5c;
    box-sizing: border-box;
}

#lp_wrap p {
    font-size: 1.6rem;
    line-height: 1.5;
}

#lp_wrap img {
}


#lp_wrap .masthead h1 {
    /* background: #fafafa; */
    margin: 0 auto;
    text-align: center;
}

#lp_wrap .wrap_inner {
    width: 980px;
    margin: 0 auto;
}

#lp_wrap h2 {
    text-align: center;
}

#lp_wrap h3 {


}
#lp_wrap span {
    vertical-align: baseline;
}


/* fadein */
.fadein {
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 1000ms;
}

.fadein.fadein02 {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1000ms;
}

.fadein.isAnimate {
    opacity: 1;
    transform: translate(0, 0);
}

/* fadein END */
/* toggle */
.toggle_contents {
    padding-top: 20px;
}

.toggle_title {
    position: relative;
    font-size: 1.4rem;
    padding: 10px 0 10px 20px;
}

.toggle_btn {
    /*background: #fff;
    display: block;
    width: 20px;
    height: 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #645e5c;
    border-radius: 50%;*/
    display: inline-block;
    top: 50%;
    left: 0;
    padding-left: 20px;
    transform: translateY(-50%);
    color: #333;
    text-decoration: none;
    position: absolute;
}

/*.toggle_btn:before,
.toggle_btn:after {
    display: block;
    content: '';
    background-color: #645e5c;
    position: absolute;
    width: 10px;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

.toggle_btn:before {
    /*width: 1px;
    height: 10px;*/
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #645e5c;
    border-right: solid 2px #645e5c;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    transform: rotate(45deg);
}
.toggle_title.selected .toggle_btn:before{
	border-top: solid 2px #645e5c;
	border-bottom: 0;
	margin-top: -4px;
	transform: rotate(-45deg);
	}

/*.toggle_title.selected .toggle_btn:before {
    content: normal;
}*/

.toggle_contents dd {
    display: none;
    background: #ffffffc2;
    padding: 10px;
}

/* toggle END */


#lp_wrap p.intro {
    padding: 3% 0 6%;
    font-size: 2.0rem;
    /*font-family: 'Noto Serif JP', serif;*/
    text-align: center;
    line-height: 1.8;
}

@keyframes down {
    100% {
        top: 0px;
    }
}

#lp_wrap .down {
    text-align: center;
    position: relative;
    top: -30px;
    animation-name: down;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
  	/*border-left: 1px solid #38302e;
  	height: 50px;
  	margin-left: 50%;*/
}

/* #lp_wrap .down img {
    width: 30px;
    height: auto;

}

#lp_wrap .down_middle {
    margin-bottom: -22px;
} */

#lp_wrap .df {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

#lp_wrap .fb {
    font-weight: bold;
}

#lp_wrap .btn-flat-border {
    background: #404f6f;
    padding: 4px;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 5px;
}

#lp_wrap .m-icon {
    vertical-align: middle;
    padding-left: 5px;
}

/*product*/
#lp_wrap .product {
    padding-top: 1rem;
}
#lp_wrap .product li {
    padding-bottom: 5px;
}
#lp_wrap .product li a {
    font-size: 1.5rem;
    text-decoration: underline;
}

#lp_wrap .product li a span.name {}

#lp_wrap .productl li a span.price {}

#lp_wrap .product li a:hover {
    color: #b4a76c;
}

/* product END */

.tops01_area{
  display: flex;
  /* width: calc(25% - 22px); */
  margin: 55px auto 30px;
  justify-content: center;
}

.tops02_area_img{
  width: 850px;
  display: flex;
  margin: 0 auto 40px;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.tops_odd_area{
  display: flex;
  width: 850px;
  margin: 100px auto 40px;
  justify-content: space-between;
}
.tops_odd_area_l{
  width: 395px;
}
.tops_odd_area_l .co_ttl{
  margin-top: 30px;
}
.tops_odd_area_l .co_txt{
  margin-top: 35px;
}
.tops_even_area{
  display: flex;
  width: 850px;
  margin: 100px auto 40px;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.tops_even_area_r{
  width: 395px;
}
.tops_even_area_r .co_ttl{
  margin-top: 30px;
}
.tops_even_area_r .co_txt{
  margin-top: 35px;
}

.toggle_title.selected .color_btn:before {
	content: normal;
}

/* モーダル */
.c-modal {
    display: none;
    height:100vh;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  z-index:99999999999999999999999999;
}
.c-modal_bg {
  position: fixed;
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100%;
}
.c-modal_content {
    background: #fff;
  position:absolute;
  width:40%;
  max-height: 90%;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
    border-radius: 0;
    padding: 15px 20px 40px 20px;
    /*overflow-y: scroll;*/
    text-align: center;
}
.c-modal_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px; height: 35px;
  background: url(/user_data/packages/sphone/img/common/img_common_modal_closeButton.svg) no-repeat;
  z-index: 100;
}

/* カート */
#lp_wrap p.soldout_txt{
  margin-top: 10px;
  /* font-size: 2.0rem; */
  color: #8b8b8b;
  font-weight: bold;
}
/* .m-btn_type-2, input[type="submit"].m-btn_type-2, button[type="submit"].m-btn_type-2 {
    background: #728059;
} */
.product_cart{
  display: flex;
  justify-content: space-between;
    margin-top: 10px;
}
.cart_area{
  width: 850px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
 justify-content: space-between;

}
.cart_area .product{
  width: 48%;
  margin-bottom: 30px;
}
.product_cart:after {
	content:none;
}


.price_area{
  display: flex;
}
.saleproduct.price{
  color: #dc3433;
  margin-left: 10px;
}
button[type="submit"].quick_cart_btn{
    font-size: 1.3rem;
    border-radius: 0;
    color: #fff;
    padding: 11px 0;
    text-align: center;
    width: 200px;
}

select.m-dropdown_select{
  padding: 9px 20px;
  width: 200px;
}
.m-btn_fleft {
    float: left;
    width: 48% !important;
}
.m-dropdown {
    position: relative;
    width: 100%;
    font-size: 1.3rem;
    text-align: -webkit-center;
    text-align: center;
    border: 1px solid #949bb7;
    border-radius: 0px;
    background: #fff;
}
.lp-dropdown_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    display: block;
    cursor: pointer;
    width: 100%;
    border: none;
    position: relative;
    z-index: 2;
}
.m-btn_fright {
    float: right;
    width: 48% !important;
}
.web_price{
	color: #dd3535;
}
.price_area{
	text-align: right;
}
.bl-hot{
	margin-bottom: 35px;
}
.price_section{
	margin-bottom: 2px;
}


/* カート後モーダル */
.modal_wrap{
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	display: none;
	z-index:999999;
}
.modal_regist_finish{
	position: absolute;
	top: 43%;
	left: 52%;
	margin-left: -260px;
	margin-top: -50px;
	background: #fff;
	border-radius: 6px;
	padding: 26px 20px 14px;
	width: 440px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.modal_btn_arr {
	display: block;
	width: 50%;
	padding: 4px;
	margin: 0 auto;
}
.regist_finish_text{
	font-size: 1.6rem;
	color: #000;
	padding-bottom: 6%;
}
.regist_finish_text2 {
	font-size: 1.3rem;
	color: #000;
	margin-bottom: 26px;
}
#modal-close {
    background: #004990;
}
.modal_btn_cart {
    font-size: 1.3rem;
    color: #004990;
    cursor: pointer;
    border: solid 1px #004990;
    border-radius: 3px;
}
/* 一覧ボタン */
#tops01 .serch_btn,
#tops03 .serch_btn,
#tops05 .serch_btn,
#tops07 .serch_btn,
#tops09 .serch_btn,
#tops11 .serch_btn{
	border: 2px solid #728059;
	color: #728059;
	padding: 10px;
  width: 500px;
  margin: 0 auto;
    margin-top: 40px;
}

#tops02 .serch_btn,
#tops04 .serch_btn,
#tops06 .serch_btn,
#tops08 .serch_btn,
#tops10 .serch_btn{
	border: 2px solid #606780;
	color: #606780;
	padding: 10px;
  width: 500px;
  margin: 0 auto;
  background: #fff;
    margin-top: 40px;
}
.btn_arrow{
    position: relative;
    display: block;
    vertical-align: middle;
    text-decoration: none;
		font-size: 1.4rem;
		text-align: center;
}
.btn_arrow::before,
.btn_arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.serch_btn::after{
    right: 12px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #728059;
    border-right: 2px solid #728059;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#tops02 .serch_btn::after,
#tops04 .serch_btn::after,
#tops06 .serch_btn::after,
#tops08 .serch_btn::after,
#tops10 .serch_btn::after{
	border-top: 2px solid #606780;
    border-right: 2px solid #606780;
}
/* モーダルボタン */
.modal_btn{
	background: #b4a76c;
	color: #fff;
	padding: 10px;
    width: 60%;
    margin: 0 auto;
}
.modal_btn::after{
    right: 12px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




/*インスタトグル内*/
#lp_wrap .insta_icon {
    background: #b4a76c;
    font-size: 1.2rem;
    padding: 3px 4px 2px 3px;
    margin-right: 5px;
    display: inline-block;
    color: #fff;
}
#lp_wrap .toggle_contents p {
    font-size: 1.4rem;
}
#lp_wrap .tog_in_ttl {
    font-weight: bold;
    padding-bottom: 0.5rem;
}

#lp_wrap .tog_in_txt a {
    text-decoration: underline;
    font-weight: bold;
    color: #ee7288;
}

/*インスタトグル内END*/

#lp_wrap .co_wrap .df {
    flex-direction: row-reverse;
}
#lp_wrap .card_wrap {
    /* width: 395px; */
}
#lp_wrap .color_wrap {
    /* background: #fff; */
    text-align: center;
    margin-bottom: 90px;
}


#lp_wrap .co_wrap .co_txt {
    /* font-family: 'Noto Serif JP', serif; */
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 36px;
    /* text-align: center; */
}
#lp_wrap .co_wrap #tops01 .co_txt{
  padding: 0 70px 168px 80px;
  width: 300px;
}
#lp_wrap .co_wrap #tops02 .co_txt{
  width: 570px;
  margin: 40px auto 70px;
}
#lp_wrap .color_wrap_h {
    padding: 0 calc((100% - 860px)/2);
    padding-bottom: 110px;
}

#lp_wrap .co_wrap03 .df {
    flex-wrap: wrap;
    justify-content: center;
}
#lp_wrap #co05 {
        margin-left: 70px;
        margin-bottom: 50px;
}
#lp_wrap #area_more {
    padding: 0px 6% 40px;
}

#lp_wrap .bottom_wrap h2{
padding: 60px 0 40px;
}

#lp_wrap #area_more ul {}

#lp_wrap .bottom_wrap .category {
    width: 23%;
    border: solid 2px #645e5c;
}

#lp_wrap .bottom_wrap .category a {
    display: block;
    text-align: center;
    font-size: 2.0rem;
    color: #645e5c;
    background: #fff;
    padding: 3px 0 1px;
    /*font-family: 'Noto Serif JP', serif;
    font-weight: bold;*/
}

#lp_wrap .bottom_wrap .category a:hover {
    color: #fff;
    background: #645e5c;
}
#lp_wrap #area_more h2 {
   padding: 60px 0 40px;
}
/*#lp_wrap #area_more .category a {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
}*/
#lp_wrap #back_no .df {
    justify-content: flex-start;
}
#lp_wrap #back_no .df li:not(:last-child){
    margin-right: 20px;
}
#lp_wrap #back_no .info {
    /*font-weight: bold;*/
    font-size: 1.8rem;
    /*font-family: 'Noto Serif JP', serif;*/
    padding-top: 50px;
    /*text-decoration: underline;*/
    text-align: center;
}
#lp_wrap #back_no .info span {
    color: #ee7288;
    font-weight: bold;
}
#lp_wrap #back_no {
    padding: 0px 6% 60px;
}

/* SOLDOUT */
#lp_wrap .product li .soldout,
#lp_wrap .product li .soldout span {
    pointer-events: none;
}

#lp_wrap .product li a.soldout:after {
    content: none;
}

#lp_wrap .product li .soldout .price {
    color: red;
}

#lp_wrap .alter {
    font-size: 1.2rem;
}

#lp_wrap #co01 .product {
    bottom: 6px;
}

#lp_wrap #co03 .product {
    bottom: 130px;
}

/* SOLDOUT END */

/* keyword */
#lp_wrap .product_key {
    margin-top: 10px;
}

#lp_wrap .product_key h4 {
    display: inline-block;
    font-size: 1.2rem;
    margin-right: 5px;
}

#lp_wrap .product_key .keyword {
    background: #fff;
    font-size: 1.2rem;
    padding: 4px 6px;
    margin-right: 5px;
    display: inline-block;
}

#lp_wrap .product_key .keyword:hover {
    background: #b4a76c;
    color: #fff;
}

/* keyword END */

/* link */
#lp_wrap .link_bnr {
    padding: 60px 6% 60px;
}

#lp_wrap .link_bnr h2 {
    text-align: center;
    font-size: 1.6rem;
    /*font-family: 'Noto Serif JP', serif;*/
    padding-bottom: 10px;
}
#lp_wrap .link_bnr img {
    width: 60%;
    margin: 0 auto;
    height: auto;
    display: block;
}
#lp_wrap .hr_line {
  padding-top: 200px;
}
#lp_wrap .hr_line img {
  width: 100%;
}
#lp_wrap .hr_line h2 {
  font-size:2.8rem
}


/* link END */


#lp_wrap .co_txt {
    text-align: left;
}
#lp_wrap .style_wrap {
    padding-top: 14%;
}
#lp_wrap .style_wrap:first-of-type {
    padding-top: 8%;
}

#lp_wrap .co_wrap + .co_wrap {
    padding-top: 14%;
}

#lp_wrap .style_ttl {
    background: #91353c;
    padding: 10px 0 8px;
    margin-bottom: 150px;
}
#lp_wrap #basic .style_ttl {
    background: #2c3454;
}
#lp_wrap #stylish .style_ttl {
    background: #43210b;
}
#lp_wrap #chic .style_ttl {
    background: #3b4a4c;
}


#lp_wrap .co_sub_ttl {
        margin-bottom: 40px;
}


#lp_wrap .w980,
.w980 {
    width: 980px;
    margin: 0 auto;
}
#lp_wrap #chic2 {
    padding-bottom: 60px;
}

#lp_wrap .insta {
    font-size: 1.2rem;
}
#lp_wrap .insta a {
    text-decoration: underline;
}
#lp_wrap .item_annotation {
    text-align: center;
}




/*product*/
#lp_wrap .product_img {
    float: left;
    width: 90px;
    margin-bottom: 20px;
}
#lp_wrap .product_cart {
    clear:both;
}
#lp_wrap .content_product_name {
    font-size: 1.4rem;
}
#lp_wrap .product_cart {
    margin-top: 20px;
}
#lp_wrap .quick_cart_btn {
    background: #494744;
}



/*購入エリア*/
.cart_area{


}
#lp_wrap .cart_area .product{
  width: 48%;
  margin-bottom: 30px;
}
#lp_wrap .product_cart:after {
	content:none;
}
#lp_wrap .cart_area {
  padding-top: 70px;
}

#lp_wrap .accordion_wrap {
  width: 850px;
  margin: 0 auto;
}

#lp_wrap .var_ttl {
    font-weight: bold;
    text-align: center;
    font-size: 1.6rem;
    background: #e9c8be;
    color: #fff;
    padding: 2px 0 1px;
    margin:30px auto 10px;
}
#lp_wrap #basic .var_ttl {
    background-color: #c9cdd6;
}
#lp_wrap #stylish .var_ttl {
    background-color: #ccbcb2;
}
#lp_wrap #chic .var_ttl {
    background-color: #aebcbe;
}

/*購入エリアEND*/
/** ▼もっと見るボタン **/

#lp_wrap .product_more {
	display: none;
}
#lp_wrap .btn_more{
	position: relative;
    font-size: 1.5rem;
    border-radius: 2px;
    border-color: #494744;
    border-style: solid;
    border-width: 1px;
    color: #494744;
    padding: 6px 2.2rem 6px 1.7rem;
    margin-top: 3%;
    text-align: center;
}
#lp_wrap .btn_arrow{
	position: relative;
	font-size: 1.4rem;
	border-radius: 2px;
	background: #494744;
	color: #fff;
	padding: 1.7rem 2.2rem 1.7rem 1.7rem;
	width: 90%;
	margin: 10% auto;
}
#lp_wrap .icon_wrap{
	position: absolute;
	top: 50%;
	right: 6%;
}
#lp_wrap .icon_arap_arrow{
	position: absolute;
	top: 42%;
	right: 6%;
}
#lp_wrap .icon_plus::before, .icon_plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #333;
  transform: translateX(-50%);
}
#lp_wrap .icon_plus:after {
  top: -7px;
  left: -14px;
  transform: rotate(90deg);
}
#lp_wrap .active .icon_plus:after{
	display: none;
}
#lp_wrap .item_lineup .icon_wrap{
	position: absolute;
	top: 40%;
	right: 4%;
}
#lp_wrap .item_lineup .btn_more{
	background: #6b7978;
	color: #fff;
}
#lp_wrap .icon_arrow{
	display: block;
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #ffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/** ▼もっと見るボタン END**/

#lp_wrap .upper_df {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

#lp_wrap .txt_wrap {
    text-align: left;
    display: flex;
    flex-direction: column;
    width: 430px;
}
#lp_wrap #txt_wrap
#lp_wrap .co_ttl {
    margin-bottom: 24px;
}
#lp_wrap #basic3 .txt_wrap {
  width: 850px;
  margin: 70px auto 10px;
}
#lp_wrap #chic2 .txt_wrap {
  margin: 70px auto 0;
  width: 486px;
}
#lp_wrap .sub_img01 {
    display: block;
    margin-left: auto;
    margin-right: 0;
    margin-top: -340px;
}
#lp_wrap #trend1 .sub_img01 {
    margin-top: -330px;
}
#lp_wrap #chic2 .main_img {
  display: block;
  margin: 70px auto 10px;
  border: solid 36px #3b4a4c;
}
#lp_wrap .m_img_wrap {
    position: relative;
}


#lp_wrap .accordion_wrap .cart_area {
    padding-top: 0px!important;
}
#lp_wrap .card_wrap .btn_more:nth-of-type(2n) {
    margin-top: 10px;
}

#lp_wrap #off3 > div.cart_area {
    padding-top: 150px;
}
#lp_wrap #off2 .cart_area  {
padding-top: 80px;
}

/* fade */
.fade {
    opacity: 0;
    transition: all 1000ms ease-in;
}
.fade.isfade {
    opacity: 1;
}

/* Swiper02 */
#lp_wrap .swiper-container {
		width: 490px;
}
#lp_wrap #trend2 .swiper-container,
#lp_wrap #basic2 .swiper-container,
#lp_wrap #stylish2 .swiper-container {
		width: 418px;
}
#lp_wrap .swiper02 {
	padding-bottom: 34px;
}
#lp_wrap .swiper02 .swiper-pagination-bullets {
	text-align: right;
}
#lp_wrap .swiper-pagination-bullet {

}
#lp_wrap .swiper02 .swiper-pagination-bullet-active {
background : #444;
}
#lp_wrap .swiper02 .swiper-pagination-w .swiper-pagination-bullet {
	background: #a79d8a;
	opacity: 1;
}
#lp_wrap .swiper02 .swiper-pagination-w .swiper-pagination-bullet-active {
	background: #fff;
}
#lp_wrap .wrap_swip02_bg {
padding: 36px 36px 20px;
/* padding: calc(1% + 34px) 6% 1.5%; */
}
#lp_wrap #trend2 .wrap_swip02_bg {
background: #aa5359;
}
#lp_wrap #basic2 .wrap_swip02_bg {
background: #414865;
}
#lp_wrap #stylish2 .wrap_swip02_bg {
background: #6c5242;
}
#lp_wrap #chic2 .wrap_swip02_bg {
background: #4e5c5e;
}

/* Swiper02 END */
/* Swiper03 */
#lp_wrap .swiper03 {
  width: 100%;
}
#lp_wrap .swiper03 .swiper-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
/* Swiper03 END */
