@chaset "UTF-8";

/**********▼▼今回分のCSS▼▼************/
#lp_wrap {
    padding: 0;
    background: #fff;
    color: #333333;
    box-sizing: border-box;
}
_wrap p {
    font-size: 1.6rem;
    line-height: 1.5;
}
#lp_wrap img {
}
#lp_wrap .masthead h1 {
  background: #efe1d0;
  /* background-image: linear-gradient(75deg, #a9d7b2de 0%, #76c5f2bf 30%, #b7a6f0cf 55%, #ef8eafd6 75%, #ffb9b4fa 100%); */
    margin: 0 auto;
    text-align: center;
    /* width: 1300px; */
}
#lp_wrap .wrap_inner {
    width: 980px;
    margin: 0 auto;
}
#lp_wrap h2 {
    text-align: center;
}
#lp_wrap span {
    vertical-align: baseline;
}

/* fadein */
.fadein {
    opacity: 0;
    transform: translate(0, -50px);
    transition: all 1000ms;
}

.fadein.fadein02 {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1000ms;
}
.fadein.fadein03 {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 1000ms;
}
.fadein.fadein04 {
    opacity: 0;
    transform: translateX(50px);
    transition: all 1000ms;
}
.fadein.isAnimate {
    opacity: 1;
    transform: translate(0, 0);
}
/* fadein END */

/* ZOOM */
#lp_wrap .img_wrap {
  position: relative;
}
#lp_wrap .inner_box img {
  transition: opacity 0.1s linear,
    -webkit-transform 0.1s cubic-bezier(0.36, 0.14, 0, 1);
  transition: transform 0.1s cubic-bezier(0.36, 0.14, 0, 1),
    opacity 0.1s linear;
  transition: transform 0.1s cubic-bezier(0.36, 0.14, 0, 1),
    opacity 0.1s linear, -webkit-transform 1s cubic-bezier(0.36, 0.14, 0, 1);
  opacity: 0;
  -webkit-transform: scale(1.5);
  /*動作の大きさ*/
  transform: scale(1.3);
  /*時間*/
  transition-duration: 2s;
  /* width: 100%; */
  /* height: auto; */
}

#lp_wrap .is-enter .inner_box img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* ZOOM END */

/* toggle */
.toggle_contents {
    padding-top: 20px;
}

.toggle_title {
    position: relative;
    font-size: 1.4rem;
    padding: 10px 0 10px 20px;
}

.toggle_btn {
    display: inline-block;
    top: 50%;
    left: 0;
    padding-left: 20px;
    transform: translateY(-50%);
    color: #333;
    text-decoration: none;
    position: absolute;
}
.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_contents dd {
    display: none;
    background: #ffffffc2;
    padding: 10px;
}
/* toggle END */

#lp_wrap p.intro {
    padding: 60px 0 90px;
    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 .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;
}
.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);
}
/* モーダルボタン */
.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 #d0c0af;
}

#lp_wrap .bottom_wrap .category a {
    display: block;
    text-align: center;
    font-size: 2.0rem;
    color: #fff;
    background: #d0c0af;
    padding: 3px 0 1px;
    /*font-family: 'Noto Serif JP', serif;
    font-weight: bold;*/
}

#lp_wrap .bottom_wrap .category a:hover {
    background: #fff;
    color: #d0c0af;
}
#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 .style_wrap {
    padding-top: 200px;
}
#lp_wrap .style_wrap:first-of-type {
    padding-top: 140px;
}
#lp_wrap .co_wrap + .co_wrap {
    /* padding-top: 14%; */
        margin-top: 150px;
}
#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;
    margin: 100px auto 20px;
    line-height: 2.0;}

/*product*/
#lp_wrap .product_img {
    float: left;
    width: 86px;
    margin-bottom: 20px;
    margin-right: 15px;
}
#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: #d7a899;
}
/*購入エリア*/
#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;
}
/*購入エリア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 .co_wrap:last-of-type .upper_df{
  border-bottom: 1px solid #998463;
  padding-bottom: 140px;
}
#lp_wrap #ceremony04 .co_wrap:last-of-type .upper_df{
  padding-bottom: 160px;
}
#lp_wrap #ceremony05 .co_wrap:last-of-type .upper_df{
  border-bottom: none;
  padding-bottom: 0;
}

#lp_wrap .txt_wrap {
    text-align: left;
    display: flex;
    flex-direction: column;
    width: 420px;
    /* align-self: center; */
    /* justify-content: center; */
}
#lp_wrap #txt_wrap
#lp_wrap .co_ttl {
    margin-bottom: 24px;
}
#lp_wrap .accordion_wrap .cart_area {
    padding-top: 0px!important;
}
#lp_wrap .card_wrap .btn_more:nth-of-type(2n) {
    margin-top: 10px;
}

/* fade */
.fade {
    opacity: 0;
    transition: all 1000ms ease-in;
}
.fade.fade00 {
    opacity: 0;
    transition: all 500ms ease-in;
}
.fade.fade01 {
    opacity: 0;
    transition: all 500ms ease-in;
    transition-delay: 1000ms;
}
.fade.fade02 {
    opacity: 0;
    transition: all 500ms ease-in;
    transition-delay: 1500ms;
}
.fade.isfade {
    opacity: 1;
}

/* Swiper02 */
#lp_wrap .swiper-container {
		width: 562px;
}
#lp_wrap #coat07 .wrap_swip02 .swiper-container,
#lp_wrap #coat09 .wrap_swip02 .swiper-container  {
		width: 550px;
}
#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;
}
/* Swiper02 END */
/* Swiper06 */
#lp_wrap .swiper-custom-parent{
  /* margin: 0 auto; */
  width: 500px;
  position: relative;
}
#lp_wrap .swiper06 {
  width: 400px;
  padding: 10px;
}
#lp_wrap .swiper-button-next,
#lp_wrap .swiper-button-prev {
    top: 43%;
    width: 24px;
    height: 22px;
    background-size: 24px 20px;
}
#lp_wrap .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
#lp_wrap .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    font-size: 40px;
    color: #707070;
}
/* Swiper06 END */
/* Swiper07 */
#lp_wrap .wrap_swip02_big {
  position: relative;
}
#lp_wrap .cp_name {
  	width: 9.5%;
    position: absolute;
    bottom: 64px;
    left: 7%;
    font-size: 1.8rem;
    z-index: 10;
}
#lp_wrap .cp_name_r {
		left: auto;
    right: 7%;
}
#lp_wrap .swiper-custom-parent-07 {
  width: 980px;
  margin: 0 auto;
}
#lp_wrap #swiper07 {
  width: 100%;
  margin: 0px 0 40px;
  padding: 45px 0;
  overflow:hidden;
}

#lp_wrap #swiper07 .swiper-slide {
  opacity: 0.4;
  overflow: hidden;
  transition: .7s;
  transform: scale(0.8); /* スライドの大きさ調整 */
}

#lp_wrap #swiper07 .swiper-slide img {
  width: 100%;
  display: block;
   height: auto;
   box-sizing: border-box;
}
#swiper07 .swiper-slide .slide-txt {
  display: none;
}
#lp_wrap #swiper07 .swiper-slide-active .slide-txt {
  display: block;
}
#lp_wrap #swiper07 .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1.0); /* スライドの大きさ調整 */
}
#swiper07 .swiper-slide-active img {
  border: 2px solid #666;
}
.swiper-custom-parent-07 .swiper-button-next,
.swiper-custom-parent-07 .swiper-button-prev {
  top: 58vw;
	--swiper-navigation-color: #444!important;
}
.swiper-custom-parent-07 .swiper-button-prev {
  left: calc(50% - 210px);
}
.swiper-custom-parent-07 .swiper-button-next {
  right: calc(50% - 205px);
}
/* Swiper07 END */



/* ▼features部分▼ */
.features_wrap {
  padding-bottom: 100px;
}
.features_list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.features_list li {
  width: 24%;
  position: relative;
  margin-bottom: 20px;
}
.features_list li img {
  display: block;
  width: 100%;
}
.features_list li p {
  font-size: 1.4rem;
  padding-top: 1rem;
;
}
.serif_ttl {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  text-align: center;
  font-size: 3.8rem;
}
.serif_ttl span {
  font-size: 2rem;
  padding-left: 2rem;
}
.item_annotation {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: -50px;
}
#lp_wrap #tops11 {
  padding-bottom: 0;
}
#lp_wrap #area_more {
    padding: 90px 6% 40px;
}
/* ▼pop */

#lp_wrap .pop {
    position: absolute;
    top: 5px;
    left:5px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-animation: fadein 2s ease infinite;
    animation: fadein 2s ease infinite;
    z-index: 1;
    /* animation: blink 0.8s ease-in-out infinite alternate; */
}

#lp_wrap .pop .pop_txt {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translateY(-50%) translateX(-50%);
    color: #111;
    font-size: 13px;
    padding: 0;
    text-align: center;
		width: 100%;
		line-height: 1.3;
		font-weight: bold;
}

#sec_item .pop {
    background-color: #0f2350;
    top: 5%;
    left: 3%;
    right: auto;
}

#sec_item .pop .pop_txt {
    font-size: 11px !important;
    color: #fff;
    letter-spacing: normal;
    line-height: 1.3;
    top: 22%;
    left: 49%;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* ▲features部分▲ */

/*　タイトル下線アニメーション */
#lp_wrap .ttl_img {
  margin-bottom: 25px;
  text-align: left;
}
#lp_wrap .Text-Span {
  position: relative;
  z-index: 1;
  font-size: 18px;
  margin-top: 20px;
}
#lp_wrap .Text-Span:before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 0%;
  height: 2px;
  background: #111;
  z-index: -1;
  transition: all 1.0s;
  transition-timing-function: ease-in;
  transition-delay: 0.7s;/*1秒後にアニメーションが開始*/
}
#lp_wrap .Text-Span.isActive:before {
  width: 100%;
}
/*　Details流れるテキスト */
#lp_wrap .slide-in-wrap {
	font-size: 1.3rem;
  margin: 40px auto 50px;
  overflow: hidden;/*左右アニメーションで画面からはみ出る際に出る横スクロールバーを隠す*/
}
/*全共通*/
#lp_wrap .slide-in {
  overflow: hidden;
    display: inline-block;
}
#lp_wrap .slide-in_inner {
  display: inline-block;
  /* border-bottom: 2px dotted #666; */
  text-decoration: underline dotted #999;
  font-size: 1.8rem;
 line-height: 2.2;
text-underline-offset: 0.3em;

}
/*左右のアニメーション*/
#lp_wrap .leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}
#lp_wrap .slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:1.0s;
  animation-delay: 1s;
  animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextX100 {
  from {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }
  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}
#lp_wrap .slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:1.0s;
  animation-fill-mode:forwards;
  animation-delay: 1s;
    opacity: 0;
}
@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}
/*　Details流れるテキストEND */


/* カラバリ */
#lp_wrap .color_var_area {
	display: flex;
  margin-left: 15px;
}
#lp_wrap .clolr_title {
	margin-top: 1px;
}
#lp_wrap .color_var_area .color {
	width: 2rem;
	height: 2rem;
	/* border: 1px solid #010101; */
	margin-top: 5px;
}
/* カラー */
#lp_wrap .val_black {
	background: #010101;
}
#lp_wrap .color_var_area .color_name{
	text-decoration: underline;
	margin: 3px 4px 0 5px;
	font-size: 1.8rem;
}

#lp_wrap .color_btn {
	/* position: absolute;
	top: 50%;
	left:0; */
	transform: translateY(60%);
	background: #fff;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
    border: 1px solid #38302e;
	border-radius: 50%;
}
#lp_wrap .color_btn:before, .color_btn:after {
	display: block;
	content: '';
	background-color: #38302e;
	position: absolute;
	width: 5px;
	height: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#lp_wrap .color_btn:before {
	width: 1px;
	height: 5px;
}
#lp_wrap .toggle_title.selected .color_btn:before {
	content: normal;
}

/* start_area */
.start_area {
	background: #F7F4EF;
	padding-bottom: 30px;
}

#lp_wrap #coat01 {
	margin-top: 200px;
}
#lp_wrap .coat_ttl {
	margin-bottom: 15px;
}
/* scroll */
/*スクロールダウン全体の場所*/
#lp_wrap .scroll {
  position: relative;
  padding-top: 30px;
}
#lp_wrap .scrolldown1{
	position:absolute;
	left:50%;
    /*全体の高さ*/
	height:50px;
}
/*Scrollテキストの描写*/
#lp_wrap .scrolldown1 span{
	position: absolute;
	left:-17px;
	top: -16px;
	color: #444;
	font-size: 12px;
	letter-spacing: 0.05em;
}

#lp_wrap .scrolldown1::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 50px;
	background: #555;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.5s ease-in-out infinite;
	opacity:0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}
/* start_area END*/

/*2月追加*/
#lp_wrap .nav {
  /* width: 540px; */
  margin: 0 auto;
}
#lp_wrap .style_ttl {
		margin: 0px auto 100px;
}
#lp_wrap .suit_ttl {
		text-align: center;
}
#lp_wrap .suit_ttl_j {
		text-align: center;
    font-size: 20px;
}
#lp_wrap .card_wrap_r .upper_df {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#lp_wrap .func_wrap {
	justify-content: flex-start;
	margin-top: 30px;
}
#lp_wrap .function {
	margin-right: 20px;
}
#lp_wrap .function img {
	display: block;
  width: 100%;
  height: auto;
}
#lp_wrap .co_txt_setup {
		font-size: 1.4rem;
		padding-top: 1rem;
}
#lp_wrap .pickup_points img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#lp_wrap .pickup_points {
	background: linear-gradient(180deg,#fff 35px,#f0f5f5 0);
	padding-bottom: 60px;
}
#lp_wrap .point_item {
	margin: 40px auto;
  width: 225px;
}

#lp_wrap .point_ttl img {
  padding-bottom: 10px;
}
#lp_wrap .point_wrap {
	flex-wrap: wrap;
  /* width: 850px; */
  margin: 0 auto;
  justify-content: center;
}
#lp_wrap .point_detail {
	width: 30%;
	margin-bottom: 20px;
}
#lp_wrap .point_detail + .point_detail {
      margin: -135px 0 0 450px;
}
#lp_wrap .point_txt {
	padding-top: 10px;
	/* font-size: 1.1rem; */
}
#lp_wrap #phase02 > .pickup_points > ul.point_wrap:nth-child(5) {
  flex-wrap: nowrap;
    width: 980px;
    justify-content: space-between;
}
#lp_wrap #phase02 > .pickup_points > ul.point_wrap:nth-child(5) > .point_detail {
  width: 23.5%;
  margin: 0;
}

#lp_wrap .co_idea {
	background: #f7f1ef;
	padding: 70px 0 10px;
}
#lp_wrap .ci_ttl {
	width: 78%;
  margin: 0 auto;
  text-align: center;
}
#lp_wrap .co_intro {
	text-align: center;
    /* font-size: 1.4rem; */
  letter-spacing: 0.15rem;
	padding-bottom: 1rem;
}
#lp_wrap .st_ttl {
  font-size: 2rem;
    padding: 20px 0 10px;
}
#lp_wrap .st_item {
	padding-bottom: 5px;
}
#lp_wrap .st_item a {
	text-decoration: underline;
}

#lp_wrap .type_box {
	justify-content: flex-start;
}
#lp_wrap .type_ttl {
 margin-right: 30px;
 font-weight: bold;
  padding-top: 12px;
  font-size: 24px;
}
#lp_wrap .chip_list {
	margin-right: 10px;
}
#lp_wrap .type_chip {
	margin-right: 32px;
	flex-direction: column;
	align-items: center;
}
#lp_wrap .chip_detail {
	display: inline-block;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: #f5ece0;
}
#lp_wrap .chip_n {
	background: #252538;
}
#lp_wrap .chip_b {
	background: #dcb692;
}
#lp_wrap .chip_img {
	width: 65px;
  height: auto;
}

#lp_wrap .type_name {
	font-size: 14px;
	padding-top: 5px;
}
#lp_wrap .type_annotation {
	font-size: 1.2rem;
  margin-top: 1rem;
	padding-left: 1rem;
	text-indent: -1rem;
}
#lp_wrap .type_wrap {
	margin: 30px auto 120px;
  padding: 0 calc((100% - 560px)/2);
}

#lp_wrap .point_detail {
	position: relative;
}
#lp_wrap .card_wrap {
    margin-bottom: 120px;
}

/* 2022.4追加 */
#lp_wrap .co_txt {
  line-height: 2.0;
}
/* カートボタン */
#lp_wrap .quick_cart_btn {
    background: #8d8b8b;
}
/* カラースライド */
/* #lp_wrap .img_wrap img {
	opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
	transition: opacity 1.5s ease-in-out;
	transition-delay: 0.5s;
}
#lp_wrap .img_wrap {
position: relative;
}
#lp_wrap .img_wrap:before {
background-color: #f4e4c1;
}
#lp_wrap .img_wrap:before {
content: "";
position: absolute;
display: block;
width: 100%;
height: 100%;
opacity: 1;
right: 0;
top: 0;
transition: opacity 1.5s ease-in-out;
}
#lp_wrap .img_wrap.action:before {
opacity: 0;
}
#lp_wrap .img_wrap.action img {
opacity: 1;
}*/
/* スライド文字 */
#lp_wrap .ttl_img {
position: relative;
overflow: hidden;
transform: translate(-100%,0);
transition: transform cubic-bezier(0.215,0.61,0.355,1) 1s,
-webkit-transform cubic-bezier(0.215,0.61,0.355,1) 1s;
}
#lp_wrap .ttl_img {
margin-left: auto!important;
margin-right: auto!important;
margin-bottom: 5.3333333333vw!important;
}
#lp_wrap .ttl_img {
/* width: 48rem; */
margin-bottom: 5rem;
margin-left: 28rem;
}
#lp_wrap .ttl_img.action {
-webkit-transform: translate(0,0);
transform: translate(0,0);
}
#lp_wrap .ttl_img>span {
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
align-items: center;
transform: translate(100%,0);
transition: transform cubic-bezier(0.215,0.61,0.355,1) 1s,
-webkit-transform cubic-bezier(0.215,0.61,0.355,1) 1s;
position: relative;
overflow: hidden;
}
#lp_wrap .ttl_img.action>span {
transform: translate(0,0);
}
#lp_wrap .main_img {
padding: 0 0 0;
/* margin-bottom:10%; */
}

/* ▼7月特集 */
#lp_wrap * {
	box-sizing: border-box;
}
#lp_wrap img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/* mv */
#lp_wrap #mv {
    width: 100%;
    height: 390px;
    background: #dde5e7;
    overflow: hidden;
    /* opacity: 0; */
    /* transition: opacity 0.6s ease-out 0.4s; */
}
#mv .image-box {
  width: calc(3747px * 2);
  height: 390px;
  position: relative;
  left: 50%;
  transform: translateX(-25%);
  /* background: url(/user_data/packages/store/images/pj/coordinate_202207/bg_loop.jpg) repeat-x 0 0 / auto 100%; */
  background: url(/user_data/packages/store/images/pj/coordinate_202207/bg_loop_pc@2x.jpg) repeat-x 0 0 / auto 390px;
  animation: mv 120s linear 0s infinite;
}
@keyframes mv {
  0% { background-position: 0 0; }
  100% { background-position: -3747px 0; }
}

#lp_wrap .header {
width: 100%;
	position: relative;
	margin: 0 auto 110px;
	padding: 0;
}
#lp_wrap .on_img {
position: absolute;
}
#lp_wrap .on_img_logo {
  width: 88px;
  top: 18px;
  left: calc(50% + 175px);
}
#lp_wrap .on_ttl {
  top: 46px;
    width: 347px;
    left: calc(50% - 173.5px);
}
/* #lp_wrap .on_ttl {
  top: 68px;
    width: 312px;
    left: calc(50% - 156px);
}
#lp_wrap .on_ttl {
  top: 63px;
  width: 333px;
  left: calc(50% - 160px);
}*/
#lp_wrap .on_sub {
 width: 627px;
margin: 35px auto 0 calc((100% - 980px)/2);
}
/* mv END */
#lp_wrap .bg_container {
  width: 100%;
  background: #f0f4f5;
}
#lp_wrap .bg_cover_l {
  width: calc(980px + 56px);
  background: #f0f4f5 url(/user_data/packages/store/images/pj/coordinate_202207/ttl_bg_01.jpg) no-repeat left top;
  background-size: 520px auto;
  margin: 0px calc((100% - 1036px)/2 + 56px) 0px calc((100% - 1036px)/2 - 56px);
  padding: 52px 0 60px;
}
#lp_wrap .bg_cover_r {
  width: calc(980px + 70px);
  margin: 0px calc((100% - 1050px)/2 - 70px) 0px calc((100% - 1050px)/2 + 70px);
}
#lp_wrap #pants .bg_cover_r {
  background: #f0f4f5 url(/user_data/packages/store/images/pj/coordinate_202207/ttl_bg_02.jpg) no-repeat right top;
  background-size: 498px auto;
  padding: 50px 0 50px;
}
#lp_wrap #skirt .bg_cover_l {
  background: #f0f4f5 url(/user_data/packages/store/images/pj/coordinate_202207/ttl_bg_03.jpg) no-repeat left top;
  background-size: 520px auto;
  padding: 50px 0 50px;
}
#lp_wrap #onepiece .bg_cover_r {
  background: #f0f4f5 url(/user_data/packages/store/images/pj/coordinate_202207/ttl_bg_04.jpg) no-repeat right top;
  background-size: 498px auto;
  padding: 55px 0 65px;
}
#lp_wrap .cate_ttl {
  width: 518px;
  margin-left: auto;
}
#lp_wrap .white_on {
margin-top: 46px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
color: #444;
letter-spacing: 0.03em;
line-height: 1.8;
font-size: 20px;
width: 518px;
margin-left: auto;
	}
#lp_wrap #pants .cate_ttl,
#lp_wrap #pants .white_on {
  width: 530px;
  margin-right: auto;
  margin-left: 0;
}
#lp_wrap #onepiece .cate_ttl,
#lp_wrap #onepiece .white_on {
  margin-right: auto;
  margin-left: 0;
  letter-spacing: normal;
}
#lp_wrap #pants .white_on,
#lp_wrap #skirt .white_on {
  margin-top: 40px;
}
  #lp_wrap .down img {
      width: 40px;
  }
  #lp_wrap .co_ttl {
    width: 600px;
    margin: 40px auto 0;
  }
  #lp_wrap .card_container {
    flex-wrap: wrap;
  }
  #lp_wrap .card_wrap {
    width: 445px;
  }

#lp_wrap .tops_no {
  position: absolute;
  top:-21px;
  left:0;
}
#lp_wrap .cf_button {
	display: block;
    text-align: center;
    font-size: 2.0rem;
  background: #C5C9CA;
  border: 2px solid #C5C9CA;
  padding: 22px 0 20px 0;
    color: #fff;
    width: 600px;
    margin: 60px auto 0;
}
#lp_wrap .cf_button:hover {
  background: #fff;
  border: 2px solid #C5C9CA;
  color: #C5C9CA;
}

#lp_wrap .cf_button + .cf_button {
  margin-top: 16px;
}
#lp_wrap .link_sub {
  display: block;
  font-size: 1.2rem;
}
#lp_wrap .link_mini {
  font-size: 1.3rem;
}
/* カートエリア */
#lp_wrap .cart_area {
    width: 100%;
}
#lp_wrap .cart_area .product {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
}
#lp_wrap .cart_area_b {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #5c5b5b;
  border-bottom: 1px solid #5c5b5b;
  padding: 10px 25px 26px;
  margin: 30px auto 0;
  min-height: 402px;
}
#lp_wrap .cart_area_s {
  padding: 30px 0 0;
}
#lp_wrap .cart_area_s .product_cart {
  display: none;
}
#lp_wrap .cart_area_b .product_img {
  float: none;
  clear: both;
  width: 100%;
  margin: 0 auto;
}
#lp_wrap .cart_area_b .price_section a {
  flex-direction: column;
}
#lp_wrap .cart_area_b .price_section .itemImgbox {
  width: 100%;
  margin: 0;
}
#lp_wrap select.m-dropdown_select {
    width: 48%;
}
#lp_wrap .quick_cart_btn {
    background: #7AADB1;
    width: 48%;
}
#modal_close {
  background: #7AADB1!important;
}
.modal_btn_cart {
    color: #222;
    border: solid 1px #222;
}
#lp_wrap .content_product_name {
    padding-bottom: 5px;
}
/* ７月カートエリアEND */
#lp_wrap .card_wrap {
    margin-bottom: 0;
    margin-top: 100px;
}
#lp_wrap .item_annotation {
    margin: 40px auto 60px;
}
