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

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

.sp{
display: none;
}

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

header section{
display: flex;
width: 92%;
	max-width: 1000px;
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: 92%;
max-width: 1000px;
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%;
}
.main_section_03 img {
	margin-bottom: 10px;
}



.limited_time{
background-size: 100% auto;
margin: 3% auto;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	 flex-direction: column;
	align-items: center;
	width: 92%;
	max-width: 900px;
}

.limited_time dl{
display: inline-flex;
flex-wrap: wrap;
	align-items: center;
-webkit-box-pack: center;     -ms-flex-pack: center;   justify-content: center;
padding: 0 0 0 0;
	margin: auto;
	width: auto;
	
}
@media screen and (max-width: 600px) {
.limited_time dl{
display: block;
	width: 100%;
	margin: auto;
	text-align: center;
	}
	}
.limited_time dl+dl{
margin-top: 3%;
	
}
@media screen and (max-width: 600px) {
.limited_time dl+dl{
margin-top: 6%;
}
	}

.limited_time dl dt{
width: 14%;
color: #fff;
 font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.0rem;
  text-align: center;
	margin-right: 1.0em;
}
@media screen and (max-width: 600px) {
.limited_time dl dt{
	margin-right: 0.5em;
}
	}
@media screen and (max-width: 600px) {
.limited_time dl dt{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -0.5em;
}
	}
.limited_time dl dt img{
width: 100%;
height: auto;
}

.limited_time dl dd{
 font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 7.8rem;
	text-align: left;
	}
@media screen and (max-width: 1000px) {
.limited_time dl dd{
  font-size: 7.8vw;
	text-align: center;
}
	}
@media screen and (max-width: 600px) {
.limited_time dl dd{
  font-size: 8.8vw;
}
	}

.limited_time dl dd span{
  font-size: 0.5em;
  font-weight: 700;
}

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

.section_01 h3{
 font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  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{
width: 92%;
	max-width: 1000px;
margin: 3.0em auto;
padding: 3% 3%;
	border: solid 5px rgba(106,57,6,0.15);
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
.section_02 {
margin-top: 6.0em;
	padding: 2% 2%;
}
	}

.section_02+.section_02{
margin-top: 6.0em;
}

.section_02 div{
width: 49%;
}

.section_02 .item_img {
display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	margin-bottom: 3.0em;
}
@media screen and (max-width: 480px) {
.section_02 .item_img {
display: block;
}
	}
.section_02 .item_img li {
width: 49%;
}
@media screen and (max-width: 480px) {
.section_02 .item_img li {
width: 100%;
}
	}
@media screen and (max-width: 480px) {
.section_02 .item_img li+li {
margin-top: 15px
}
	}
.section_02 .data {
  display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 800px) {
.section_02 .data {
 flex-direction: column-reverse;
}
	}
.section_02 .data+.data {
  margin-top: 10.0em;
	padding-top: 10.0em;
	border-top: solid 2px rgba(106,57,6,0.3)
	}
@media screen and (max-width: 600px) {
.section_02 .data+.data {
  margin-top: 7.0em;
	padding-top: 7.0em;
	border-top: solid 2px rgba(106,57,6,0.3)
	}
	}
.section_02 .data dt {
  width: 33%;
}
@media screen and (max-width: 800px) {
.section_02 .data dt {
  width: 70%;
	margin-top: 5%;
}
	}
.section_02 .data h4{
   font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 5.8rem;
	margin-bottom: 0.3em;
	font-feature-settings: "palt" 1;-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
	color: #d70051;
}
@media screen and (max-width: 800px) {
.section_02 .data h4{
  text-align: center;
	font-size: 6.8vw;
}
	}
.section_02 .data h5{
   font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4.6rem;
	margin-bottom: 0.3em;
	line-height: 1.5em;
}
@media screen and (max-width: 800px) {
.section_02 .data h5{
  text-align: center;
	font-size: 5.8vw;
	line-height: 1.4em;
}
	}
.section_02 .data h5 span{
  font-size: 1.8rem;
}

.section_02 .data p{
   font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.7em;
  }
@media screen and (max-width: 800px) {
.section_02 .data p{
  font-size: 2.8vw;
	text-align: center;
  }
	}

.section_02 .data p.catch{
 font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.7em;
	margin: 0;
	margin-top: 0;
	margin-bottom: 1.0em;
  }
@media screen and (max-width: 800px) {
.section_02 .data p.catch{
  font-size: 3.8vw;
  }
	 }
.section_02 .data p.en{
  font-size: 1.8rem;
	 font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
	margin-bottom: 0;
	padding: 0 0;
}


  
.section_02 .data ul{
display: flex;
flex-wrap: wrap;
}

.section_02 .data ul li{
 font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
font-size: 2.5rem;
color: #fff;
width: 22%;
text-align: center;
margin-right: 0.5em;
border-radius: 10px;
}

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

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

.section_02 p.price{
		 font-family: "Shippori Mincho B1", serif;
  font-optical-sizing: auto;
  font-weight: 700;
	color: #d70051;
	font-size: 2.8rem !important;
	margin-top: 0.5em;
}
@media screen and (max-width: 600px) {
.section_02 p.price{
	font-size: 4.0vw !important;
}
	}
.section_02 p.price span{
font-size: 4.2rem;
 font-family: "Shippori Mincho B1", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-decoration: line-through;
	color: #d70051
}

.section_02 p.price b{
font-size: 1.8em;;
 font-family: "Shippori Mincho B1", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-left: 0.1em;
	color: #d70051
}
.button_01{
margin-top: 3.0em;
}
.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: 90%;
	max-width: 1000px;
	margin: auto;
	margin-top: -12%;
}
@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;
}