File: /virtual/yunportfolio/public_html/yunportfolio.shop/lueur/.history/css/index_20250801154048.css
@charset "utf-8";
:root {
--main-color: #;
--sub-color: #f5f5f5;
--accent-color: #e5ddff;
--border-color: #ccc;
}
* ,
::before,
::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
ul,
ol {
list-style: none;
}
a {
text-decoration: none;
color: inherit;
}
body {
font-size: 16px;
color: #;
line-height: 1;
background-color: #fff;
font-family: sans-serif;
}
img {
max-width: 100%;
vertical-align: bottom;
}
/*---------- header ----------*/
header{
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
padding: 0 100px;
background-color: #fff;
z-index: 10000;
}
.logo {
width: 130px;
height: 70px;
margin: 10px 0;
}
.search_container{
box-sizing: border-box;
}
.search_container input[type="text"]{
background: inherit;
border: 1px solid var(--border-color);
height: 2.5em;
padding: 0 15px;
}
.search_container input[type="text"]:focus {
outline: 0;
}
.search_container input[type="submit"]{
cursor: pointer;
border: none;
background: #8d8d8d;
color: #fff;
outline : none;
width: 3rem;
height: 2.5em;
transition: .2s;
}
.search_container input[type="submit"]:hover{
cursor: pointer;
border: none;
background: var(--accent-color);
color: #8d8d8d;
outline : none;
width: 3rem;
height: 2.5em;
}
.search_container ::-webkit-input-placeholder {
color: #d3d3d3;
}
.disply-flex{
display: flex;
}
.header-line {
justify-content: space-between;
align-items: center;
}
.header-nav ul{
justify-content: space-between;
align-items: center;
}
.header-nav .icon{
width: 25px;
margin-bottom: 10px;
}
.header-nav .icon-30{
width: 30px;
margin-bottom: 5px;
}
.header-nav p{
font-size: .6rem;
text-align: center;
}
.header-nav a{
display: block;
text-align: center;
margin:0 15px;
transition: all 0.3s;
}
.header-nav a:hover img{
transform: scale(1.1);
}
/*---------- nav ----------*/
.global-nav {
position: absolute;
left: 0;
right: 0;
width: 100%;
background-color: var(--sub-color);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.global-nav ul{
justify-content: center;
margin: 0 auto;
}
.global-nav li{
width: 150px;
display: flex;
justify-content: center;
position: relative;
}
.global-nav li::before,
.global-nav li:last-child::after{
display: block;
content: "";
height: 25px;
width: 1px;
background-color: #ddd;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.global-nav li:last-child::after{
right: 0;
left: initial;
}
.global-nav a{
display: block;
width: 100%;
padding: 15px;
text-align: center;
}
.global-nav a span{
position: relative;
}
.global-nav a span::after {
position: absolute;
bottom: -3px;
left: 50%;
content: '';
width: 0;
height: 1px;
background-color: #4e4e4e;
transition: .3s;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
transition-timing-function: cubic-bezier(0, 0, 0.25, 0.95);
}
.global-nav a:hover span::after {
width: 100%;
}
.font-en{
font-family: "Bellefair", serif;
font-weight: 400;
font-style: normal;
}
/*---------- main -----------*/
main{
margin-top: 137px;
overflow: hidden;
}
/*---------- mainimg -----------*/
.slide {
width: 800px;
padding: 0 4px;
}
/* .slide img {
transition: transform .3s;
} */
.slider .slick-arrow{
z-index: 1;
width: 70px;
}
.slider .slick-arrow::before{
font-size: 0;
}
.slick-prev{
left: 35px;
}
.slick-next{
right: 35px;
}
.dots-wrap {
display: flex;
justify-content: center;
margin-top: 20px;
}
.dots-wrap li {
width: 40px;
height: 4px;
margin: 0 5px;
background: var(--accent-color);
cursor: pointer;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
background: #8d8d8d;
}
.dots-wrap li button {
display: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
padding: 0;
border: none;
background-color: transparent;
}
/*---------- maincontent ----------*/
.maincontent-wrap{
padding: 80px 30px;
}
/*---------- sideber ----------*/
.side-bar{
width: 100%;
max-width: 250px;
height: 100%;
border: 1px solid #d3d3d3;
margin-right: 20px;
}
.side-bar h2{
padding: 15px 0;
text-align: center;
font-size: 13px;
background-color: #f5f5f5;
}
.search-bar{
padding: 0 25px;
}
.search-bar .search-text{
font-size: 14px;
font-weight: 500;
padding-top: 30px;
padding-bottom: 10px;
}
.ms-choice{
border-radius: 0;
height: 35px;
}
.ms-choice span{
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.ms-select-all,
.option-level-0 {
font-size: 14px;
}
.ms-select-all input[type="checkbox"],
.option-level-0 input[type="checkbox"]{
margin-top: 0;
}
.price {
width: 100%;
}
.price input{
text-align: right;
font-size: 13px;
height: 35px;
max-width: 75px;
margin: 0 0 2px 0;
padding: 0 12px;
border: 1px solid #ccc;
border-radius: 0;
}
.price p{
font-size: 13px;
padding: 11px 0 ;
}
.search-bar .submit{
display: block;
margin: 50px auto 20px;
cursor: pointer;
border: none;
background: #8d8d8d;
color: #fff;
outline : none;
width: 150px;
height: 45px;
transition: .2s;
}
.search-bar .submit:hover{
cursor: pointer;
border: none;
background: var(--accent-color);
color: #8d8d8d;
outline : none;
width: 150px;
height: 45px;
}
.search-bar .reset{
cursor: pointer;
display: block;
color: #4e4e4e;
text-decoration: underline;
background: transparent;
font-size: 14px;
margin: 0 auto 24px;
border: none;
}
/*---------- maincontent ----------*/
.maincontent-wrap .disply-flex{
justify-content: space-around;
}
.maincontent{
width: calc(100% - 250px);
max-width: 825px;
}
.item-group {
width: 100%;
text-align: center;
}
.item-group p{
font-size: 12px;
margin: 10px 0 30px;
}
.item-grid{
display: grid;
}
.arrival-list.item-grid{
grid-template-columns: repeat(3, 32.48%);
gap: 1.3%;
padding: 20px;
border: 1px solid #ccc;
}
.item-group dl{
text-align: left;
padding: 15px 0;
font-size: 14px;
}
.item-group dl dd{
font-weight: bold;
padding: 15px 0 20px;
}
.product-img{
width: 100%;
height: auto;
overflow: hidden;
}
.arrival-list li a img{
transition: all 0.3s;
}
.arrival-list li a:hover img {
transform: scale(1.1);
}
.tax{
font-size: 12px;
}
/* RANKING */
.ranking-list{
width: 100%;
margin-top: 40px;
}
.first-box{
width: 55.5%;
margin-right: 20px;
}
.grid-box{
grid-template-columns: repeat(2, 1fr);
gap: 0 20px;
width: 44.5%;
}
.ranking-list a{
display: block;
}
.position-relative{
position: relative;
}
.rank-badge{
position: absolute;
top: -20px;
left: 10px;
width: 35px;
z-index: 10;
}
.first-badge{
top: -30px;
width: 45px;
z-index: 10;
}
.product-img img{
transition: all 0.3s;
}
a:hover .product-img img{
transform: scale(1.1);
}
/*----------- button ----------*/
.button-more {
display: flex;
justify-content: center;
align-items: center;
position: relative;
width: 200px;
margin: 30px auto 100px;
padding: .9em 3em .9em 2em;
border: 1px solid #8d8d8d;
background-color: #fff;
color: #4e4e4e;
font-size: 1em;
transition: .3s;
}
.button-more::after {
position: absolute;
right: 2em;
transform: translateY(-50%);
transform-origin: left;
width: 1.5em;
height: .5em;
background-color: #8e8e8e;
clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
content: '';
transition: transform .3s;
}
.button-more:hover{
background-color: var(--accent-color);
border: 1px solid #e5ddff;
color: #8e8e8e;
}
.button-more:hover::after {
transform: translateY(-50%) scaleX(1.4);
background-color: #8e8e8e;
}
/*----------- button end ----------*/
/*---------- footer ----------*/
footer{
width: 100%;
height: 20vh;
background-color: #f5f5f5;
display: flex;
justify-content: center;
align-items: flex-end;
}
.sns-list{
margin-bottom: 20px;
justify-content: center;
}
.sns-list li{
padding: 0 10px;
}
.sns-list img{
width: 25px;
}
.footer-list{
font-size: 14px;
}
.footer-list li {
padding: 0 10px;
}
.footer-list li+ li {
border-left: 1px solid #4e4e4e;
}
.copylight{
margin-top: 10px;
text-align: center;
padding: 10px;
font-size: 12px;
}
/*---------- js ----------*/
.js-fade{
opacity: 0;
visibility: hidden;
transition: 1s;
transform: translateY(70px);
}
.arrival-list .js-fade:nth-child(3n-1){
transition-delay: .1s;
}
.arrival-list .js-fade.js-fade:nth-child(3n){
transition-delay: .2s;
}
.ranking-list .grid-box .js-fade:nth-child(2n-1) {
transition-delay: .1s;
}
.ranking-list .grid-box .js-fade:nth-child(2n) {
transition-delay: .2s;
}
.js-fade.is-active{
opacity: 1;
visibility: visible;
transform: translateY(0);
}