@charset "utf-8";

/* 基本 */

html, body {
    font-family: "游明朝","Yu Mincho", "YuMincho","Hiragino Mincho Pro","serif";
    font-size: 16px;
    color:#222222;
    margin: 0px;
}

h1, h2, h3, h4, h5, h6, p {
    margin:0;
}

p {
    line-height:1.8;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a img {
	transition: 0.2s ;
}

a img:hover {
	opacity: 0.8 ;
}

/* 横幅・左右の余白 */

.w-container {
    width:min(92%,1166px);
    margin:auto;
}

/* ヘッダー */

.header {
    height:112px;
    background-color: #fff;
}

.header-container {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

/* ヒーローPC */

.hero {
    height: 550px;
    background-image: url(https://www.rakuten.ne.jp/gold/ikinaristeak/cp/img/top_fw_bg.jpg);
    background-position: center;
    background-size: cover;
}

.hero_tab {
    display:none;
}

.hero_sp {
    display: none;
}

.hero-container {
    display: grid;
    height: 100%;
    align-content: center;
}

.hero p {
    font-size: 19px;
    color: #fff;
    font-weight: bold;
}

.hero-relative {
    position: relative;
    z-index: 1;
}

.hero-logo01 {
    width:330px;
}

.hero .hero-wild {
    right: 10%;
    top: 95px;
    width: 700px;
    position: absolute;
    z-index: 0;
}

/*-- ヒーローTAB  --*/
@media screen and (max-width: 800px){
    .hero {
        display:none;
    }
    .hero_sp {
        display:none;
    }

    .hero_tab {
        display:block;
        height: 600px;
        background-image: url(https://www.rakuten.ne.jp/gold/ikinaristeak/cp/img/top_fw_bg.jpg);
        background-position: center;
        background-size: cover;
    }

    .hero_tab-container {
        display: grid;
        height: 100%;
        justify-items: center;
        align-content: center;
    }

    .hero_tab p {
        font-size: 19px;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
}

/*-- ヒーローSP  --*/
@media screen and (max-width: 500px){
    .hero {
        display:none;
    }

    .hero_tab {
        display:none;
    }

    .hero_sp {
        display:block;
        height: 600px;
        background-image: url(https://www.rakuten.ne.jp/gold/ikinaristeak/cp/img/top_fw_bg.jpg);
        background-position: center;
        background-size: cover;
    }

    .hero_sp-container {
        display: grid;
        height: 100%;
        justify-items: center;
        align-content: center;
    }

    .hero_sp p {
        font-size: 19px;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
}

/* レコメンドPC */

.recommend_sp {
    display:none;
}

.recommend-container {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.recommend_bg {
    height: 350px;
    background-image: url(https://www.rakuten.ne.jp/gold/ikinaristeak/cp/img/title_bg01.jpg);
    background-position: center;
    background-size: cover;
    margin-top: 60px;
    position: relative;
}

.recommend_bg2 {
    height: 350px;
    background-position: center;
    background-size: cover;
    margin-top: 300px;
    position: relative;
}

.lineup_recommend {
    background-color: #fff;
    position: absolute;
    top: 150px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 350px;
}

.products-container {
    display: grid;
    gap: 5px;
}

@media (min-width: 800px) {
    .products-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

.products {
    padding: 10px;
}

.products h3 {
    margin-top: 10px;
}

.products p {
    margin-top: 5px;
}

.price-postage {
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    padding-top: 13px;
    padding-bottom: 13px;
}

.products .imgabout {
    margin-top: 5px;
}

.products .price {
    font-weight: bold;
    font-size: 19px;
}

.products .postage {
    padding: 0.1em 1em;
    margin: 0.2em 0;
    color: #fff;
    background: #b30027;
}

.products .postage_b {
    padding: 0.1em 1em;
    margin: 0.2em 0;
    color: #fff;
    background: #4e4e4e;
}

/* レコメンドSP */

@media screen and (max-width: 800px){
    .recommend {
        display:none;
    }

    .recommend_sp {
        display:block;
    }

    .products_sp {
        padding: 30px;
    }
    
    .products_sp h3 {
        margin-top: 10px;
    }
    
    .products_sp p {
        margin-top: 5px;
    }
    
    .price-postage {
        display: flex;
        justify-content:space-between;
        flex-wrap: wrap;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    
    .products_sp .imgabout {
        margin-top: 5px;
        margin:auto
    }
    
    .products_sp .price_sp {
        font-weight: bold;
        font-size: 19px;
    }
    
    .products_sp .postage {
        font-size: 19px;
        padding: 0.1em 1em;
        margin: 0.2em 0;
        color: #fff;
        background: #b30027;
    }

    .products_sp .postage_b {
        font-size: 19px;
        padding: 0.1em 1em;
        margin: 0.2em 0;
        color: #fff;
        background: #4e4e4e;
    }
}


/* WEBセットPC */

.set_sp {
    display:none;
}

.set-container {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 400px;
}

.set_bg {
    height: 350px;
    background-image: url(https://www.rakuten.ne.jp/gold/ikinaristeak/cp/img/title_bg06.jpg);
    background-position: center;
    background-size: cover;
    margin-top: 60px;
    position: relative;
}

.lineup_set {
    background-color: #fff;
    position: absolute;
    top: 150px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 390px;
}

/* レコメンドSP */

@media screen and (max-width: 800px){
    .set {
        display:none;
    }

    .set_sp {
        display:block;
    }

    .set-container_sp {
        height: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
}

/* いきなり！ステーキについて */

.about {
    height: 350px;
    background-image: url(https://www.rakuten.ne.jp/gold/ikinaristeak/cp/img/title_bg03.jpg);
    background-position: center;
    background-size: cover;
    margin-top: 400px;
}

.about_sp {
    display: none;
}

.about h2 {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
}

.about-container {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.about_h3 {
    margin-top: 60px;
}

.about_h3 p {
    margin-top: 40px;
    font-size: 18px;
}

.about_h3-container {
    display: flex;
    flex-direction: column;
}

@media (min-width: 800px){
    .about_h3-container {
        flex-direction: row-reverse;
        align-items: center;
    }

    .about_h3-container > .text {
        flex: 2;
    }

    .about_h3-container > .img {
        flex: 1;
    }
}

.heading-decoration {
    font-size: 23px;

    position: relative;
    padding: 1em 2em;
    text-align: center;
    color: #b30027;
}

.heading-decoration:before,
.heading-decoration:after {
  position: absolute;
  content: '';
}

.heading-decoration:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #b30027;
  border-left: 2px solid #b30027;
}

.heading-decoration:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #b30027;
  border-bottom: 2px solid #b30027;
}

@media screen and (max-width: 800px){
    .about {
        display: none;
    }
    
    .about_sp {
        display:block;
        height: 350px;
        background-image: url(https://www.rakuten.ne.jp/gold/ikinaristeak/cp/img/title_bg03.jpg);
        background-position: center;
        background-size: cover;
        margin-top: 30px;
    }

    .about_sp h2 {
        color: #fff;
        font-weight: bold;
        font-size: 28px;
        text-align: center;
    }
}

/* フッター */

.footer {
    padding: 40px 0;
    background-color: #222222;
    color:#fff;
    margin-top: 60px;
    font-size: 13px;
}

.footer-copy {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}

/* アニメーション */

.pikari {
    position:relative;
    overflow:hidden;
    }
     
    .pikari:after {
    content:"";
    height:100%;
    width:30px;
    position:absolute;
    top:-180px;
    left:0;
    background-color: #fff;
    opacity:0;
    -webkit-transform: rotate(45deg);
    -webkit-animation: pikari 2s ease-in-out infinite;
    }
     
    @keyframes pikari {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

