cococi LDK
A collection page of タオル美術館公式オンラインショップ
About
いちばん好きな心地と暮らそう cococi LDK ただ使うだけでなく、毎日をともに「暮らす」タオルでありたい 触れて、眺めて、過ごす時間がたまらなく心地いい。そんなしあわせな品質やインテリアとしての存在感を、ライフスタイルのあらゆるシーンへ。 タオルから、豊かな暮らしはデザインできる cocociシリーズ商品はこちらから --> .goodslist{ display: flex; flex-wrap: wrap; justify-content: center; margin: 5px auto 10px; list-style: none; max-width: 90%; } .goodsimg2{ width: 30%; margin: 5px; text-align: center; } .goodsimg2 img{ background-color: #fff; transition: all .3s; border: solid 1px #bebab7; /* box-shadow: 5px 5px 2px #bebab7; */ transition: 0.3s; border-radius: 5px; width: 70%; padding: 0px; margin: auto; } .goodsimg2 img:hover{ border: solid 2px #a8e1e4; transform: translateY(3px); text-decoration: none; /* box-shadow: 1px 1px 1px #e0ddd8; */ } /* .goodsimg2 :hover{ transform: initial; text-decoration: initial; box-shadow: initial; } */ .goodsimg a{ text-decoration: none; } .goodsimg2 a{ text-decoration: none; } @media screen and (max-width: 765px){ .goodslist{ margin: 10px auto 0px; } .goodsimg{ width: 100%; margin: auto } .goodsimg2{ width: 45%; } } /*TOPテキスト*/ .top-text{ text-align: center; color: #565E63; font-size: 24px; /* font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */ margin: 0; } /*メディアサイズ別*/ @media screen and (max-width: 765px){ .top-text{ color: #565E63; font-size: 18px; /* font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */ margin-bottom: 0px; } } /*TOPテキスト*/ /*区切り線*/ .cccb-line-box{ border-bottom:solid 1.5px #767e83 ; margin: 10px auto 0; width: 10%; text-align: center; } /*区切り線*/ /*下からフェードイン*/ .goodslist { opacity: 0; animation-name: fadein-bottom; animation-duration: 1.5s; animation-timing-function: ease-out; animation-fill-mode: forwards; } @keyframes fadein-bottom { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } } /*下からフェードイン*/