@charset "utf-8";

/*メニュー*/
#main {
position: relative;
background-image: url("../images/main_bg.png");
background-size: cover;
margin-top: 60px;
margin-bottom: 100px;
padding-bottom: 30%;
}
/*スクリーンサイズが769px以上、1025px以下の時に適用*/
@media all and (min-width: 769px) and (max-width: 1025px){
#main {
margin-top: 0;
}
}

/*キービジュアルの上のアイコンにたいしての指定*/
#main .main_tree{
position:absolute;
width: 100%;
top: 0px;
left: 0px;
}

#main .main_canning{
position:absolute;
width: 100%;
top: 0px;
left: 0px;
}
#main .main_heading_1{
position:absolute;
width: 100%;
top: 0px;
left: 0px;
}
#main .main_heading_2{
position:absolute;
width: 100%;
top: 0px;
left: 0px;
}

/*スクリーンサイズが769px以下の時に適用 スマホサイズ*/
@media all and (max-width: 769px) {
#main {
position: relative;
background-image: url("../images/main_bg_sp.png");
background-size:cover;
margin-top: 0;
padding-bottom: 88%;
}
}

/*LINEUP pc指定*/
#goods img {
width: 365px;
transition:0.3s;
}

#goods img:hover {
opacity: 0.8;
-webkit-filter: drop-shadow(0px 3px 16px rgba(0,0,0,.5));
filter: drop-shadow(0px 0px 10px rgba(0,0,0,.5));
}

#goods p{
font-size: 18px;
font-weight: bold;
opacity: 0.6;
}

#contents {
position: relative;
background-image:url("../images/w_bg.png");
background-repeat:repeat-x;
background-position: top center;
text-align: center;
padding-top: 92px;
padding-bottom: 60px;
margin-top: -24px;
}

#contents img {
width: 21%;
margin: 10px;
-webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.3));
filter: drop-shadow(0px 0px 10px rgba(0,0,0,.3));
transition:0.3s;
}

/*スクリーンサイズが769px以下の時に適用 スマホ用*/
@media all and (max-width: 769px){
#contents {
background-image:url("../images/w_bg_sp.png");
padding-bottom: 30px;
margin-top: -30px;
padding-top: 110px;
}

#contents img{
width: 40%;
margin: 0 10px 10p 10px;
-webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.3));
filter: drop-shadow(0px 0px 10px rgba(0,0,0,.3));
transition:0.3s;
}
}

/*もっと詳しくみるボタンここから*/
.button_solid003 a {
    text-decoration: none;
    font-size: 1rem;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1.6rem auto 1.2rem auto;
    max-width: 240px;
    padding: 15px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #cc00ff;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    border-radius: 50px;
    overflow: hidden;
}

.button_solid003 a:before{content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
    -webkit-transition: 0.5s;
    transition: 0.6s;
}

.button_solid003 a:hover:before {
    left: 100%;
}
.button_solid003 a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}

/*もっと詳しくみるボタンここまで*/


.mini{
font-size: 80%;
font-weight: 900;
}
.yl{
color: #0385bc;
font-weight: 900;
}
