@charset "utf-8";
/* CSS Document */


/*********************************
              全体
*********************************/	
#wrapper {
    overflow: hidden;
    width: 100%;
    margin: 1% auto;
    max-width: 780px;
    color: #82785d;
    background-color: #f6ebcf;
}
#wrapper img {
	width: 100%;
	}
#wrapper .pc {
	display: none;
}
#wrapper span.br {
    display: block;
}
span.br_sp {
    display: block;
}
#wrapper a {
	text-decoration: none; 
    color: #82785d!important;
	display: block;
}	

	
/*文字系*/	
#wrapper .web-f {
font-family: dnp-shuei-mgothic-std, sans-serif;
font-weight: 400;
font-style: normal;
	}

	
@media (min-width: 768px){
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#wrapper .sp {
    display:none;
}
span.br_sp {
    display: unset;
}
}
	
/*********************************
      カラーチップ切り替えjs
*********************************/
#wrapper .lineup ul {
    margin-top: 1rem;
}
#wrapper .lineup li {
    margin-bottom: 3.5rem;
}
#wrapper .lineup li.h3_sub {
    margin-bottom: 2%;
}
#wrapper .lineup dl.lineup_container dt {
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: solid 1px #333;
    width: fit-content;
    /* max-width: 21em; */
    /* min-width: 18em; */
    margin: 0.75em auto 0.5em;
}
#wrapper .lineup dl.lineup_container dt a {
    padding: 0 0.5em 0.15em;
}
#wrapper .lineup .lineup_sales {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 0.9;
    color: #ffffff;
    background-color: #c09933;
    padding: 0.5em 1em;
    width: 93%;
    margin: 0em auto 0.75em;
}
#wrapper .lineup .lineup_sales span.br {
	font-size: 1.1rem;
	margin-bottom: 0.5em;
	font-weight: normal;
}
#wrapper .lineup .lineup_sales span.xs_text {
    font-weight: normal;
}
#wrapper .lineup .lineup_point {
    margin: 0.5em 0.5em 0.5em;
}
#wrapper .lineup .model {
 /*   width: 93%;
    margin: 0 auto;*/
}
#wrapper .lineup_m_img {
    padding-left: 8%;
}


#wrapper .lineup .lineup_m_img img {
  /*  aspect-ratio: 39 / 40;*/
    object-fit: cover;
    object-position: 50% 50%;
}
#wrapper .lineup .color {
    display: flex;
    align-items: end;
    justify-content: center;
    margin-left: 6%;
}
#wrapper .co {
	color: #82785d !important;
}
#wrapper .lineup .color ul {
    display:flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 0;
}
#wrapper .lineup .color li {
	margin-bottom: 0;
	margin: 0.6rem 0 0 0.75rem;
}
	
/*カラバリ切り抜き調整--ブラ単品--SP*/	
#wrapper .lineup .color li img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: none;
    object-position: 81% 66%;
    border-radius: 50%;
}
/*ブラトップ--SP*/
#wrapper .lineup .color.color_bra02 li img {
    object-position: 60% 37%;
}
#wrapper .lineup .color_more {
    margin-left: 0.2em;
    font-size: 1.6rem;
    font-weight: 600;
}


	
@media (min-width: 768px){
#wrapper .lineup ul {
    margin-top: 0;
}
#wrapper .lineup_m_img {
    padding-left: 0%;
}
#wrapper .lineup .pick_txt {
	margin-top: 1em;
	font-size: 18px;
}
#wrapper .lineup li {
	margin-bottom: 60px;
}
#wrapper .lineup dl.lineup_container dt {
	font-size: 20px;
	max-width: 90%;
	margin-top: 15px;
}
#wrapper .lineup dl.lineup_container dt a {
    padding-bottom: 5px;
}
#wrapper .lineup li.lineup_sales {
	font-size: 27px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 70%;
	padding-top: 22px;
}
#wrapper .lineup .lineup_sales span.br {
	font-size: 16px;
	margin-bottom: 11px;
}
#wrapper .lineup .lineup_sales span.xs_text {
    font-size: 12px;
}
#wrapper .lineup .lineup_point {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#wrapper .lineup .model {
	width: 70%;
	margin: 0 auto;
}
/*カラバリ切り抜き調整--ブラ単品--PC*/
#wrapper .lineup .color li img {
        width: 45px;
        height: 45px;
        object-position: 82% 68%;
    }
#wrapper .lineup .color {
        align-items: end;
        margin-top: 2px;
        margin-left: -0.5%;
    }
#wrapper .lineup .color_more {
        font-size: 25px;
        padding-top: 13px;
        margin-left: 10px;
    }
}
	
	
/*********************************
              main
*********************************/		

/*トップビュー*/	
#wrapper .topview {
	}
#wrapper .main-pic {
	}
#wrapper .catch {
    text-align: center;
    margin: -15% 0 6%;
    font-size: 3.8vw;
}

@media (min-width: 768px) {
#wrapper .catch {
    font-size: 2.5rem;
}		
	}
	
	
/*こんな方におすすめ*/
#wrapper .check {
    margin-bottom: 8%;
}
#wrapper .ch-tit {
    font-size: 4.3vw;
    font-weight: bold;
    text-align: center;
}
#wrapper .ch-box {
    background-color: #fbf5e7;
    margin: 0 auto;
    padding: 5%;
    width: 95%;
}
/*li:first-child {
   padding-top: 2%;
}*/
#wrapper .list {
    text-align: left;
    font-weight: normal;
    padding-left: 0.5%;
    font-size: 3.3vw;
    margin-bottom: 2%;
}
#wrapper .list:before {
  content: "■";
  color: #725941;
  font-size: 100%;
}	

@media (min-width: 768px) {
#wrapper .ch-tit {
    font-size: 3.5rem;
}
#wrapper .list {
    font-size: 2.5rem;
}	
	}	

	
/*アイテムエリア*/	
#wrapper .item-area {
	}	
#wrapper .title2,.ap-txt,.co-tit {
    text-align: center;
}
#wrapper .line {
    width: 95%;
    border-bottom: 2px dotted #948b73;
    margin: 0 auto 10%;
    padding-bottom: 1%;
}
#wrapper .title2 {
    font-size: 5vw;
    margin: 0 0 -1%;
}
#wrapper .num {
    width: 5%;
    margin: 0 auto;
    display: block;
}	
#wrapper .ap-txt {
    font-size: 4.3vw;
    line-height: 1.8em;
}	
#wrapper .pi_box {
    margin: -6% 0 15%;
}
#wrapper .co-tit {
    font-size: 4.8vw;
    font-weight: bold;
    margin-left: 10%;
}	
#wrapper .del {
    margin-top: -7%;
}
#wrapper .name {
    text-align: center;
    font-size: 4vw;
    margin-bottom: 1.5%;
}
#wrapper .price {
    color: #82785d;
    font-size: 5.5vw;
    font-weight: bold;
}
@media (min-width: 768px) {
#wrapper .title2 {
    font-size: 4.2rem;

}
#wrapper .ap-txt {
   font-size: 3rem;
   line-height: 1.5em;
   margin-bottom: 3.5%;
}
 #wrapper .co-tit{
    font-size: 3.3rem;
    margin-left: 0;
 }
#wrapper .name {
    font-size: 3rem;
    padding-top: 1.5%;
}
#wrapper .price {
    font-size: 4.5rem;
}	
	}
	
	
/*リンクエリア*/	
#wrapper .link-box {
    width: 35%;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 2% auto;
}
#wrapper .link-box p {
    padding: 8% 0;
    text-align: center;
    font-size: 3.8vw;
    font-weight: bold;
    color: #82785d;
}
#wrapper .color_bra02 {
	}	
#wrapper .link-area {
    margin-bottom: 10%;
}
#wrapper .f_box {
    display: flex;
    margin: -5% 3.5% 5%;
    justify-content: space-between;
    flex-wrap: wrap;
}
#wrapper .link_box2 {
    width: 50%;
    padding: 0 3.5%;
}
#wrapper .link_box3 {
    width: 75%;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0 auto 2.5%;
}	
#wrapper .link_box3 p {
    font-size: 4vw;
    padding: 3%;
    text-align: center;
}

@media (min-width: 768px) {
#wrapper .link-box {
    width: 55%;
}
#wrapper .link-box p {
    font-size: 4rem;
}	
#wrapper .link_box3 p {
    font-size: 2.5rem;
}
	}	
