body {
  color: #3c3c3c;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.fs-body-my-top .fs-l-account {
max-width: 860px;
margin: auto;
flex-direction: row;
}
.member_image img{
	width: 100%;
	height: auto;	
}

.fs-l-header__logo .fs-p-logo h1{
		max-height: 50px;
		padding: 0;
		margin: 0;
	}

.catch{
  font-weight:600;
  text-align:center;
}

.fs-c-productNameHeading__copy{
color:#C98696;
}
p.chart_ttl{
line-height:1.2;
color:#DAA8C3;
font-weight:600;
text-align:center;
margin-top:1.6rem;
}
.fs-c-inputTable__headerCell{
padding:1.2rem 0 0.8rem;
}
.fs-c-productNumber{
font-size:1.6rem;
}
span.fs-c-productNameHeading__copy{
padding:2% 0;
}
span.fs-c-productNameHeading__name {
    line-height: 1.4;
}
div#review_display_wrap ul{
margin:0;
padding:0 5%;
}
/* top h1用 */
.fs-p-messageBoard3 {
    background-color: #FFF;
    color: #3C3C3C;
    margin: 0 auto 1em;
    padding: 1px 0;
    text-align: center;
}

.fs-p-messageBoard3 h1{
    margin: 0 0 0.35em 0;
    font-size: 0.85em;
}
div.top-contents_scene01 div.fs-pt-column--2 a span.fs-pt-column__heading{
    font-size: 1.6rem;
    font-weight: 500;
}
div.top-contents_scene01 div.fs-pt-column--2 a div.fs-pt-column__description{
    font-size:1.2rem;
}


/* howto用 */
.all_howto_img{
    margin: 4em 0 0;
    padding: .3em 2em 1.5em;
}

.all_howto_text{
    margin: -0.7em 0 2em;
}

.accordion-howto-long {
    max-width: 500px;
    margin-bottom: 7px;
}

.accordion-howto-long summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: white;
    font-weight: 600;
    cursor: pointer;
    background-color: #DAA8C3;
}

.accordion-howto-long summary::-webkit-details-marker {
    display: none;
}

.accordion-howto-long summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
    content: '';
    transition: transform .3s;
}

.accordion-howto-long[open] summary::after {
    transform: rotate(225deg);
}

.accordion-howto-long div {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #3c3c3c;
    transition: transform .5s, opacity .5s;
}

.accordion-howto-long[open] div {
    transform: none;
    opacity: 1;
}
.attention_d{
margin:2%;
width:90%;
}
.attention_d p{
font-size:1.6rem;
text-wrap: balance;
line-height:1.6;
padding:2%;
}

.attention h1 {
    border-bottom: 2px solid #DAA8C3;
    color: #C98696;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.8;
    margin: 0 0 24px;
    padding: 0 0 1.2em;
    text-align: center;
}
.carouse_menu-top{
margin:1% auto;
width:100%;
max-width:900px;
height:auto;
}
.carouse_menu-top img{
padding:1%;
}
@media screen and (min-width: 960px)｛
.fs-l-product2 .fs-l-productLayout {
    display: grid;
    grid-template-columns: calc(75% - 16px / 2) calc(25% - 16px / 2);
    grid-gap: 16px;
    align-items: start;
}
.fs-l-main {
    margin: 24px auto;
    padding: 8px;
    max-width: 1480px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
｝
div.return-policy{
   width: 96%;
   height: auto;
   max-width: 560px;
   padding: 2%;
   margin: auto;
   border: 1px solid #CCC;
   }
div.return-policy p{
   padding: 0.8rem;
}


div.return-policy p span.uline{
	border-bottom: 1px solid #DAA8C3;
		}

.fs-l-product2 .fs-l-productLayout {
    display: grid;
    grid-template-columns: calc(70% - 18px / 2) calc(30% - 18px / 2);
    grid-gap: 18px;
    align-items: start;
}
.icon_shopping_free,.icon_mailbin,.icon_jinmou_mix,.item_outlet,.item_allhand,.item_hand,.icon_boushi,.icon_msize,.icon_ssize{
border:1px solid #bbbbbb;
}

	.arrival_email-001 {
    max-width: 400px;
    background-color: #f2f2f2;
}

.arrival_email-001:not([open]) {
    margin-bottom: 7px;
}

.arrival_email-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-radius: 5px;
    background-color: #e0e0e0;
    color: #191919;
    font-weight: 500;
    cursor: pointer;
	text-align: center;font-size: 1.4rem;
}

.arrival_email-001 summary::-webkit-details-marker {
    display: none;
}

.arrival_email-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #191919;
    border-right: 3px solid #191919;
    content: '';
    transition: transform .3s;
}

.arrival_email-001[open] summary::after {
    transform: rotate(225deg);
}

.arrival_email-001 li{
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.arrival_email-001[open] li {
    transform: none;
    opacity: 1;
}
.fs-c-productListItem__image__image {
    object-fit: contain;
    width: 100%;
    height: auto;
    aspect-ratio: 37 / 45;
    max-width: 250px;
}
.fs-pt-carousel--fitImage .fs-pt-carousel__slide img{
aspect-ratio: 1 / 1;
}
img.yoyaku,img.apt{
width:100%; height:auto;}

div#umeda-recommends span.fs-c-productName__name{
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 3; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}


.readmore {
  position: relative;
  margin: 50px auto 0;
  padding: 0px 0px 95px;
}

.readmore-content {
  position: relative;
  height: 200px;
  transition: all .4s;
  overflow: hidden;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  transition: all .4s;
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100% );
}

.readmore-content.is_open:before{
  display: none;
}

.readmore button{
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0px;
  margin: 0 auto;
  width: 200px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
	border: none;
  background-color: #DAA8C3;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  transition: all .4s;
}
	
	.readmore .heading-16 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #696969;
		font-size: 1.26rem;
}

.readmore .heading-16::before,
.readmore .heading-16::after {
    width: 2px;
    height: 20px;
    background-color: #df9abc;
    content: '';
}

.readmore .heading-16::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.readmore .heading-16::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
table#item-spec{
			width: 100%;
			margin-bottom: 2%;
			border-collapse: collapse;
			border:  1px solid #AAA;
			color: #3c3c3c;
		}
		table#item-spec tr th{
			background: rgba(218, 168, 195, 0.1);
			padding: 0.6rem;
			border:  1px solid #AAA;
		}
		table#item-spec tr th a{
			color: #C98696;
		}
		table#item-spec tr{
			border:  1px solid #AAA;
		}table#item-spec tr td{
			border:  1px solid #AAA;
			background:#FFF;
		}


.fs-p-footerPageTop {
    padding: 30px;
    max-width: 1680px;
}
div.youtube-ratio iframe{
width:100%;
height:auto;
aspect-ratio: 16 / 9;
padding:2%;
margin:0 auto;
}

.fs-c-button--primary {
  font-size: 1.6rem;
  font-weight: bold;
}