@charset "UTF-8";

/*
    Name: yumitoru index
    Description: yumitoru 扉ページ
*/


body{
    margin: 0;
    font-family: Helvetica Neue,Helvetica,YuGothic,Yu Gothic,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳＰゴシック",sans-serif;
    color: #555;
    min-width: 100%;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1em;
    vertical-align: baseline;
    background: transparent;
}

main#opening{
    min-height: 100vh;
    background-image: url(https://yumitoru.jp/buyer/wp-content/uploads/opening-back.png);
    background-position: center center;
    background-size: cover;
    max-width: 100%;
}

/*shop*/
.opening-top-shop .opening-top-shop_enter:hover{
    opacity: 0.7;
    color: white;
}
/*buyer*/
.opening-top-buyer .opening-top-buyer_enter:hover{
    opacity: 0.7;
    color: white;
}

/****************/
/*PC画面*/
/****************/
@media screen and (min-width:961px){
.sp{
    display: none;
}
.opening-top{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    margin: auto;
    transform: translateY(50%);
    position: relative;
}
/*shop*/
.opening-top-shop{
    display: block;
    position: relative;
}
.opening-top-shop .opening-top-shop_pc{
    width: 320px;
}
.opening-top-shop .opening-top-shop_enter{
    position: absolute;
    display: block;
    transform: translateX(26%);
    bottom: 50px;
}
.opening-top-shop .opening-top-shop_enter img{
    width: 70%;
}
/*select*/
.opening-top-select .opening-top-select_pc{
    width: 120px;
}
/*buyer*/
.opening-top-buyer{
    position: relative;
    display: block;
}
.opening-top-buyer .opening-top-buyer_pc{
    width: 320px;
}
.opening-top-buyer .opening-top-buyer_enter{
    position: absolute;
    display: block;
    transform: translateX(26%);
    bottom: 50px;
}
.opening-top-buyer .opening-top-buyer_enter img{
    width: 70%;
}
}

/****************/
/*PC-スマホの間 画面*/
/****************/
@media screen and (min-width:667px) and (max-width:960px){
.sp{
    display: none;
}
.opening-top{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 90%;
    margin: auto;
    transform: translateY(50%);
    position: relative;
}
/*shop*/
.opening-top-shop{
    display: block;
    position: relative;
}
.opening-top-shop .opening-top-shop_pc{
    width: 250px;
}
.opening-top-shop .opening-top-shop_enter{
    position: absolute;
    display: block;
    transform: translateX(15%);
    bottom: 25px;
}
.opening-top-shop .opening-top-shop_enter img{
    width: 70%;
}
/*select*/
.opening-top-select .opening-top-select_pc{
    width: 100px;
}
/*buyer*/
.opening-top-buyer{
    position: relative;
    display: block;
}
.opening-top-buyer .opening-top-buyer_pc{
    width: 250px;
}
.opening-top-buyer .opening-top-buyer_enter{
    position: absolute;
    display: block;
    transform: translateX(15%);
    bottom: 25px;
}
.opening-top-buyer .opening-top-buyer_enter img{
    width: 70%;
}
}

/****************/
/*スマホ画面*/
/****************/
@media screen and (max-width:666px){
.pc{
    display: none;
}
.opening-top{
    display: block;
    position: relative;
    margin: auto;
    padding-top: 80px;
    height: 80%;
    text-align: center;
}
/*shop*/
.opening-top-shop{
    display: block;
    margin: 0 auto;
    position: relative;
    width: 270px;
}
.opening-top-shop .opening-top-shop_sp{
    width: 270px;
}
.opening-top-shop .opening-top-shop_enter{
    position: absolute;
    display: block;
    transform: translateX(30%);
    bottom: 10px;
}
.opening-top-shop .opening-top-shop_enter img{
    width: 170px;
}
/*select*/
.opening-top-select .opening-top-select_sp{
    width: 270px;
    margin: 20px auto;
}
/*buyer*/
.opening-top-buyer{
    display: block;
    position: relative;
    margin: 0 auto;
    width: 270px;
}
.opening-top-buyer .opening-top-buyer_sp{
    width: 270px;
}
.opening-top-buyer .opening-top-buyer_enter{
    position: absolute;
    display: block;
    transform: translateX(30%);
    bottom: 10px;
}
.opening-top-buyer .opening-top-buyer_enter img{
    width: 170px;
}
}
