@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed&family=Shippori+Mincho:wght@500;600;700&family=Zen+Kaku+Gothic+New:wght@400;500&display=swap');
html {
	font-size: 62.5%;
}
a:link {
	color: #347e88;
	text-decoration: underline;
	transition: 0.3s;
}
a:visited {
	color: #347e88;
	text-decoration: underline;
}
a:hover {
	color: #63a8b1;
	text-decoration: none;
}
a[href*="tel:"] {
	cursor: default;
	color: #333;
	text-decoration: none;
}
@media (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
	}
}
.center {
	text-align: center;
}
a img {
	transition: 0.3s;
}
a img:hover {
	opacity: 0.6;
}
picture {
	display: block;
}
.marker {
	background: linear-gradient(transparent 60%, #ff6 60%);
}
.pc_none {
	display: none;
}
body {
	font-size: 1.7rem;
	color: #514840;
	line-height: 1.8;
	font-family: 'Zen Kaku Gothic New', sans-serif, 'メイリオ', 'Meiryo', sans-serif, 'Hiragino Kaku Gothic ProN';
	font-weight: 500;
	xbackground-image: url("../images/bg.jpg");
	xbackground-repeat: repeat;
	background-color: #fffef5;
	overflow-x: hidden;
}
/* ページ自体をふわっと表示 */
body {
	animation: fadein 3s forwards;
}
@keyframes fadein {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
main {
	display: block;
	margin: 0 0 50px;
	text-align: center;
	position: relative;
	padding: 135px 4% 0 4%;
	overflow: hidden;
}
main img{
	max-width: 100%;
	height: auto;
}
xmain:before{
	position: absolute;
	top: -80px;
	right: -40px;
	width: 400px;
	height: 400px;
	content: "";
	background-image: url("../images/flower_top.png");
	background-repeat: no-repeat;
	background-size: 400px;
}
xmain:after{
	position: absolute;
	bottom: -80px;
	left: -40px;
	width: 400px;
	height: 400px;
	content: "";
	background-image: url("../images/flower_bottom.png");
	background-repeat: no-repeat;
	background-size: 400px;
}
main:before{
	position: absolute;
	top: 0;
	right: 0;
	width: 450px;
	height: 450px;
	content: "";
	background-image: url("../images/hanabi_top.png");
	background-repeat: no-repeat;
	background-size: 450px;
}
main:after{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 450px;
	height: 450px;
	content: "";
	background-image: url("../images/hanabi_bottom.png");
	background-repeat: no-repeat;
	background-size: 450px;
}
ul.icon {
	list-style: none;
	display: flex;
	justify-content: center;
	max-width: 1400px;
	margin: auto;
}
ul.icon li {
	list-style: none;
	margin: 20px 30px 50px;
}
ul.icon li a {
	border-radius: 100%;
	border-radius: 46%;
	padding: 20px 15px;
	display: block;
}
ul.icon li:nth-child(1) a {
	border: solid 1px #053168;
}
ul.icon li:nth-child(2) a {
	border: solid 1px #aa6221;
}
ul.icon li:nth-child(3) a {
	border: solid 1px #d7ba69;
}
ul.icon li:nth-child(4) a {
	border: solid 1px #bc0b19;
}
ul.icon li:nth-child(5) a {
	border: solid 1px #5a712b;
}
ul.icon li a img {
	transition: 0.5s;
}
ul.icon li a img:hover {
	transform: rotate(360deg);
	opacity: 1;
}
ul.icon li:nth-child(odd) {
	margin-top: 50px;
}
/* 香ガチャについて */
section.outline {
	max-width: 1118px;
	max-width: 1350px;
	margin: 100px auto;
	display: flex;
	justify-content: space-between;
	padding: 0 4%;
	position: relative;
	box-sizing: border-box;
}
section.outline div {
	width: 45%;
}
h1.h1_red {
	font-size: 46px;
	color: #f23e3c;
	margin-bottom: 40px;
	line-height: 1.5;
}
.outline p {
	margin-bottom: 20px;
	line-height: 2;
}
section.outline div.outline_photo {
	display: flex;
	justify-content: space-between;
	width: 51%;
}
.rotation {
	position: absolute;
	top: 50px;
	right: 0%;
	animation: 7s linear infinite rotation1;
	z-index: 999;
}
@keyframes rotation1 {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.gacha1 img {
	xposition: absolute;
	xtop: 30px;
	xleft: 0;
	xtransform: rotate(-5deg);
	border-radius: 20px;
	margin-top: 30px;
}
.gacha2 img {
	xtransform: rotate(7deg);
	border-radius: 20px;
	xposition: absolute;
	xtop: 180px;
	xright: 0;
	margin-top: 180px;
}
/* フレグランスマップ */
.map {
	max-width: 1350px;
	margin: 100px auto;
	position: relative;
	padding: 0 4%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.map h1 {
	width: 400px;
}
.map p {
	margin: 0;
	width: calc(100% - 500px);
	text-align: center;
}
.map img {
	max-width: 697px;
	width: 100%;
	height: auto;
}

.matrix {
	position: relative;
}
.matrix img {
	width: 100%;
	height: auto;
}
.matrix_icon1 {
	position: absolute;
	top: 11.5%;
	left: 22%;
	width: 9%;
}
.blinking a {
	display: block;
	position: relative;
	text-decoration: none;
	text-align: center;
	transition: .2s;
}
.blinking a:before, .blinking a:after {
	content: "";
	position: absolute;
	z-index: -10;
	width: 100%;
	height: 90%;
	top: 0;
	left: 0;
	border-radius: 100%;
	background: #ffff96;
	transform: translate3d(0, 0, 0);
}
.blinking a:before {
	animation: anime 1.5s ease-out infinite;
}
.blinking a:after {
	animation: anime 1.5s ease-out 1.5s infinite;
}
@keyframes anime {
	0% {
		transform: scale(.95);
		opacity: 1
	}
	90% {
		opacity: .1
	}
	to {
		transform: scale(1.2, 1.4);
		opacity: 0
	}
}
.matrix_icon2 {
	position: absolute;
	top: 42.5%;
	right: 13.3%;
	width: 9%;
}
.matrix_icon3 {
	position: absolute;
	bottom: 16.5%;
	left: 13.8%;
	width: 9%;
}
.matrix_icon4 {
	position: absolute;
	bottom: 15.3%;
	right: 28%;
	width: 9%;
}
.matrix_icon5 {
	position: absolute;
	bottom: 27%;
	right: 13.3%;
	width: 9%;
}
.item {
	position: relative;
	max-width: 700px;
	margin: 20px auto 0;
	border-radius: 15px;
}
.item a {
	padding: 25px 40px;
	box-sizing: border-box;
	text-decoration: none;
	color: #514840;
	display: block;
}
.item:after {
	content: "";
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border-bottom: 100px solid #053168;
	border-left: 100px solid transparent;
	border-radius: 0 0 10px 0;
}
.item.item2:after {
	border-bottom: 100px solid #aa6221;
}
.item.item3:after {
	border-bottom: 100px solid #d7ba69;
}
.item.item4:after {
	border-bottom: 100px solid #bc0b19;
}
.item.item5:after {
	border-bottom: 100px solid #5a712b;
}
.item img {
	border-radius: 5px;
}
.item a dl {
	display: flex;
	align-items: center;
}
.item dl dt {
	width: 220px;
}
.item dl dd {
	width: calc(100% - 220px);
}
.item dl dd i {
	display: inline-block;
	margin-left: 10px;
}
.item1 {
	background-color: #f1f2f8;
}
.item2 {
	background-color: #f1eee9;
}
.item3 {
	background-color: #f7f3e9;
}
.item4 {
	background-color: #f5eeef;
}
.item5 {
	background-color: #eef2e2;
}
.item1 a:hover {
	background-color: #FFF;
}
.item2 a:hover {
	background-color: #FFF;
}
.item3 a:hover {
	background-color: #FFF;
}
.item4 a:hover {
	background-color: #FFF;
}
.item5 a:hover {
	background-color: #FFF;
}
.item dl h2 {
	font-size: 3rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	margin-bottom: 10px;
}
.btn_online {
	position: absolute;
	bottom: 35px;
	right: 10px;
	transform: rotate(-45deg);
	color: #FFF;
	z-index: 555;
	font-size: 15px;
}
.btn_online span {
	display: inline-block;
	margin-left: 5px;
}
/* 楽しみかた */
.enjoy {
	max-width: 1350px;
	margin: 100px auto;
	position: relative;
	padding: 0 4%;
	box-sizing: border-box;
}
.enjoy h1 {
	margin: 0 auto 50px;
	max-width: 1300px;
	box-sizing: border-box;
	xtext-align: right;
}
.enjoy h1 img {
	xtransform: rotate(5deg);
}
ul.use {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
ul.use li {
	width: 22%;
	text-align: center;
	line-height: 1.5;
}
ul.use li span {
	display: block;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 3em;
	line-height: 1;
	font-style: italic;
	margin: 7px 0 10px 0;
	color: #f23e3c;
	position: relative;
	z-index: 99;
}
ul.use li img {
	width: 100%;
	height: auto;
	background-color: #FFF;
	padding: 20px;
	border-radius: 100%;
	box-sizing: border-box;
	border: solid 1px #f23e3c;
}
h2.notes_h2 {
	max-width: 1000px;
	margin: 0 auto 10px;
	padding-top: 20px;
	font-size: 2rem;
	border-top: solid 1px #f23e3c;
}
ul.notes {
	list-style: disc;
	max-width: 1000px;
	margin: auto;
	font-size: 1.5rem;
}
ul.notes li {
	margin: 0 0 5px 20px;
}
/* 取扱い店舗 */
.shoplist {
	max-width: 1000px;
	margin: 100px auto;
	position: relative;
	text-align: center;
}
ul.shop_navi {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1000px;
	margin: auto;
}
ul.shop_navi li {
	margin: 0 20px 15px;
	font-size: 1.5rem;
}
ul.shop_navi li span {
	display: inline-block;
	margin-left: 10px;
}
ul.shop_navi li a {
	display: block;
	padding: 5px 35px 5px 20px;
	color: #514840;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 50px;
	position: relative;
	border: solid 1px #f23e3c;
}
ul.shop_navi li a:hover {
	background-color: rgba(255, 255, 255, 1);
	color: #f23e3c;
}
ul.shop_navi li a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #f23e3c;
}
ul.shop_navi li a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 14px;
	margin: auto;
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.shop {
	display: flex;
	align-items: center;
	margin-top: 50px;
	text-align: left;
}
.shop picture {
	width: 46%;
	margin-right: 4%;
}
.shop picture img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}
.shop h2 {
	font-size: 3rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.shop div {
	width: 50%;
}
.shop dl {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
	font-size: 1.6rem;
}
.shop dl dt {
	width: 110px;
	margin-bottom: 10px;
	color: #86776a;
}
.shop dl dd {
	width: calc(100% - 110px);
	margin-bottom: 10px;
}
a.btn_map {
	display: inline-block;
	background-color: #f23e3c;
	color: #FFF;
	text-decoration: none;
	padding: 3px 20px;
	border-radius: 50px;
}
a.btn_map:hover {
	background-color: #ff6e6c;
}
/* footer
------------------------------------------------- */
footer {
	padding: 60px 4% 70px;
	background-color: #f23e3c;
	font-size: 1.5rem;
}
.copy {
	max-width: 1000px;
	margin: auto;
	font-weight: 500;
	font-size: 1.4rem;
	box-sizing: border-box;
	color: #fffef5;
}
#page-top {
	position: fixed;
	bottom: 50px;
	right: 3%;
}
#page-top a {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	background-color: #f23e3c;
	position: relative;
}
#page-top a:before {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-radius: 2px;
	transform: rotate(-45deg);
	position: absolute;
	content: "";
	right: 0;
	left: 0;
	top: 42%;
	margin: auto;
}
#page-top a:hover {
	background-color: #F36D6C;
}