@charset "UTF-8";
/* CSS Document */

img { -ms-interpolation-mode: bicubic; }

.sp{
display: none;
}

header{
width: 100%;
padding: 1% 0;
}

header section{
display: flex;
width: 900px;
margin: 0 auto;
}

header section div{
width: 161px;
margin: 0 auto;
display: block;
padding-bottom: 1%;
}


.login_btn{
background: #7D574F;
color: #fff;
font-size: 1.8rem;
padding: 2% 4%;
margin-right: 1em;
}

.login_btn i{
margin-right: 0.5em;
}

.buy_btn{
background: #fff;
font-size: 1.8rem;
padding: 2% 4%;
}

.main_section_03{
width: 1200px;
margin: 0 auto;
padding: 4% 0;
}

footer section{
background: #E3BC43;
text-align: center;
padding: 2% 0;
}

footer section img{
width: 200px;
}

footer p{
text-align: center;
font-family: fot-rodin-pron, sans-serif;
font-weight: 600;
font-style: normal;
font-size: 1.2rem;
padding: 1.5%;
}




.limited_time{
background: url("../img/kazari01.jpg") no-repeat center center;
background-size: 100% 100%;
width: 1200px;
margin: 4% auto;
}

.limited_time dl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: 0 0 0 8%;
}

.limited_time dl dt{
width: 17%;
background: #962801;
color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.0rem;
  text-align: center;
  border-radius: 20px;
  padding: 0.5% 0;
  margin-top: 2%;
}

.limited_time dl dd{
width: 80%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 7.8rem;
}

.limited_time dl dd span{
  font-size: 4.7rem;
  font-weight: 700;
}

.section_01{
width: 1200px;
margin: 0 auto;
padding: 4% 0;
position: relative;
text-align: center;
}

.section_01 h3{
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5.0rem;
  margin: 1% 0;
}

.pj{
color: #D55E3B;
}
.cc{
color: #742C01;
}
.swp{
color: #612664;
}

.section_01 p{
font-size: 2.3rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8em;
}

.section_02{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 1200px;
margin: 0 auto;
padding: 4% 0;
}

.section_02 div{
width: 49%;
}

.section_02 div h4{
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.4rem;
  background:linear-gradient(transparent 60%, #ff6 60%);
}
@media screen and (max-width: 600px) {
.section_02 div h4{
  text-align: center;
}
	}

.section_02 div p{
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem;
  padding: 2% 0;
  line-height: 1.7em;
  }
  
.section_02 div ul{
display: flex;
flex-wrap: wrap;
}

.section_02 div ul li{
font-family: "Zen Maru Gothic", serif;
font-weight: 500;
font-style: normal;
font-size: 2.5rem;
color: #fff;
width: 22%;
text-align: center;
margin-right: 0.5em;
border-radius: 10px;
}

.section_02 div ul li:nth-of-type(1){
background: #30A9F2;
}

.section_02 div ul li:nth-of-type(2){
background: #DD0012;
}

.price{
font-size: 4.2rem !important;
padding: 2% 0;
}

.price span{
font-size: 4.2rem;
font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-decoration: line-through;
}

.price b{
font-size: 6.0rem;
font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #DD0012;
  margin-left: 0.1em;
}

.button_01 input{
width: 388px;
display: block;
}
.mv {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
}
.mv li {
	width: 50%;
	height: auto;
}
.mv li img {
	width: 100%;
	height: auto;
}
.mv_h1 {
	width: 80%;
	max-width: 1000px;
	margin: auto;
	margin-top: -10%;
}
@media screen and (max-width: 600px) {
.mv_h1 {
	width: 95%;
}
	}
.illust {
	width: 60%;
	height: auto;
	margin: auto;
	margin-top: 3.0em;
	margin-bottom: 3.0em;
	max-width: 800px;
}
.illust img {
	width: 100%;
	height: auto;
}