@charset "UTF-8";
/* CSS Document */
main{
	margin-top: 200px;
	margin-bottom: 200px;
}
.product_img{
	width: 450px;
	height: auto;
}
.flex{
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.flex:first-of-type{
	margin-bottom: 120px;
}
.spark{
	color:#CFC094;
	font-size: 13px;
	letter-spacing: 0.3em;
	writing-mode: vertical-rl;
	position: absolute;
	top: -285px;
	right: 0;
}
.to_everyone{
	color:#CFC094;
	font-size: 13px;
	letter-spacing: 0.3em;
	writing-mode: vertical-rl;
	position: absolute;
	top: -300px;
	left: 0;
}
.orangette{
	position: relative;
	margin-left: 50px;
	width: 460px;
}
.cookie{
	position: relative;
	margin-right: 50px;
	width: 460px;
	text-align: right;
}
.orangette_name{
	text-align: left;
	color: #656565;
	line-height: 1.2em;
	padding-bottom: 15px;
	border-bottom: solid 1px #656565;
	margin-bottom: 20px;
}
.cookie_name{
	text-align: right;
	color: #656565;
	line-height: 1.2em;
	padding-bottom: 15px;
	border-bottom: solid 1px #656565;
	margin-bottom: 20px;
}
.name_ja{
	font-size: 14px;
}
.product_text{
	line-height: 1.6em;
	padding-bottom: 30px;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}
a.btn-flat {
  overflow: hidden;
  border: solid 1px #c3b076;
  padding: 20px 45px;
  color: #D4C9A5;
  font-size: 15px;
}
a.btn-flat span {
  position: relative;
  z-index: 1;
}
a.btn-flat:before {
  position: absolute;
  top: 0;
  left: calc(-100% + 2px);
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  background: #c3b076;
}

a.btn-flat:after {
  position: absolute;
  top: 0;
  right: calc(-100% + 2px);
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  background: #c3b076;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(50%) translateY(0);
  transform: translateX(50%) translateY(0);
}

a.btn-flat:hover:after {
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.cookie_img{
	position: relative;
}
.mimumu{
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: rgba(255,255,255,.5);
    padding: 14px;
}
.mimumu_img{
	width: 110px;
	height: auto;
}



@media screen and (max-width : 770px){
main{
	margin-top: 80px;
	margin-bottom: 80px;
}
.product_img{
	width: 85%;
	max-width: 400px;
	height: auto;
	padding-left: 20px;
}
.cookie_img .product_img{
	padding-right: 20px;
	padding-left: 0;
}
.cookie_img p{
	text-align: right;
}
.flex{
	display: block;
	margin: 0 auto;
    max-width: 420px;
}
.flex:first-of-type{
	margin-bottom: 80px;
}
.spark{
	font-size: 12px;
	top: -410px;
	right: 15px;
}
.to_everyone{
	font-size: 12px;
	top: -390px;
	left: 15px;
}
.orangette{
	position: relative;
	margin-left: 0;
	width: auto;
	padding-left: 20px;
}
.cookie{
	position: relative;
	margin-right: 0;
	width: auto;
	text-align: right;
	padding-right: 20px;
}
.detail{
	padding: 30px 0 0;
	width: 85%;
	max-width: 400px;
}
.cookie .detail{
	margin: 0 0 0 auto;
}
.orangette_name{
	text-align: left;
	color: #656565;
	line-height: 1.2em;
	padding-bottom: 15px;
	border-bottom: solid 1px #656565;
	margin-bottom: 20px;
	font-size: 20px;
}
.cookie_name{
	text-align: right;
	color: #656565;
	line-height: 1.2em;
	padding-bottom: 15px;
	border-bottom: solid 1px #656565;
	margin-bottom: 20px;
	font-size: 20px;
}
.name_ja{
	font-size: 14px;
}
.product_text{
	line-height: 1.6em;
	padding-bottom: 30px;
}
a.btn-flat {
    padding: 16px 45px;
}
.mimumu {
    position: absolute;
    top: 15px;
    right: 35px;
    padding: 14px;
}





































}
