﻿@charset "utf-8";

/* ========================================================================
  数量限定特別SALE
======================================================================== */

#sale{
  width: 100%;
  margin: 0 auto 60px;
  padding: 0 10px 40px;
  background-image: url(../img/sale/bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #d00e19;
  position: relative;
  text-align: center;
  background-size: 100% auto;
}


#sale .band{
  position: absolute;
  top:0;
  left: 0;
  width: 88%;
}

#sale .title{
  padding: 56px 0 24px 0;
}

#sale .sale-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sale .sale-flex-product{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

#sale .lead-txt{
  text-align: left;
  font-weight: 600;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-left: 10px;
}

#sale .lead-bomb{
  width: 48%;
}

#sale .lead-txt-emphasis{
  color: #fff9ac;
}

#sale .sale{
  margin: 40px 0 0 0;
}

#sale .warning{
  margin: 40px 0 0 0;
  background-color: #fff9ac;
  padding:20px 10px;
  border-radius: 12px;
}

#sale .warning-ttl{
  margin:0 auto 12px;
  width: 56%;
}

#sale .note{
  font-size: 1.2rem;
  margin: 12px 0 0 0;
  text-align: left;
  line-height: 1.5;
}

#sale .contents-ttl{
  text-align: left;
  margin: 50px 0 0 10px;
  width: 56%;
}

#sale .contents{
	max-width: 100%;
	margin: 0 auto;
	padding: 10px;
	background: #fff9ac;
}

#sale .contents-inner{
	background: #fff;
	padding: 20px 20px 20px;
	min-height: 1800px;
	box-shadow: 0 0 8px rgba(0,0,0,0.25);
}

#sale .aojiru-ttl{
  margin-bottom: 50px;
}

#sale .tsukudani{
  margin-top: 80px;
}

#sale .tel{
  background-color: #fff;
  padding: 32px 20px;
  border-radius: 12px;
  margin-top: 48px;
  text-align: left;
  position: relative;
}

#sale .tel-illust{
  position: absolute;
  top: -32px;
  right: 20px;
  width: 30%;
}

#sale .line{
  border-bottom: #000 2px solid;
  margin: 24px 0;
}


/*ボタン*/
#sale .subsc_store-sale{
    margin: 32px 0 48px;
    text-align: center;  
}

#sale .subsc_store-sale button{
    background: #229e03;
    border-radius: 1.8em;
    position: relative;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    font-size: inherit;
    padding: 0.9em 2.8em 0.9em 3.8em;
    font-size: 22px;
}

#sale .subsc_store-sale button::before {
    content: "";
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 45px;
    top: calc(50% - .5em);
}

#sale .subsc_store-sale button::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .24em 0 .24em .38em;
    border-color: transparent transparent transparent #229e03;
    position: absolute;
    left: 53px;
    top: calc(50% - .5em + .25em);
}

#sale .subsc_store-sale button:hover{
  text-decoration: none;
    background: #25b700;  
}
