<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body{
	background: #0a002a;
	    font-size: 16px;
	    color: #fff;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

h1 img{
		width: 100%;
		max-width: 640px;
	}

.container {
  width: 100%;
	max-width: 640px;
  margin: 0 auto;
	line-height: 1.8;
}

.container .text_section{
	margin: 40px 0 80px;
	line-height: 1.8;
}

.container p.copy{
	margin-bottom: 30px;
}

.container p.copy_centar{
	text-align: center;
}

.container p.coupon{
	margin-bottom: 30px;
}

.container p.coupon span{
	margin-bottom: 30px;
	color: #ffff00;
	font-weight: 600;
}

.container p.p_neon_pink{
	text-shadow: 0 0 4px #ff00ff, 0 0 6px #ff00ff, 0 0 8px #ff00ff;
	font-size: 22px;
	line-height: 1.8;
	margin-bottom: 40px;
}

.container p.neon_blue{
	text-shadow: 0 0 4px #003cc1, 0 0 6px #003cc1, 0 0 8px #003cc1;
	line-height: 2;
	font-size: 17px;
	text-align: center;
}

.icon_area{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin-bottom: 50px;
}

.icon_area a:hover{
	opacity: 0.7;
}

.icon_area img{
	width: 100%;
	margin: 20px 20px 10px;
	max-width: 90px;
}

.delica_wrap{
	margin-top: 60px;
}

.delica_wrap h2.tit_blue {
  font-size: 26px;
  padding: 5px 10px;
  margin: 20px 0 30px;
	position: relative;
	color: #00ffff;
}

.delica_wrap h2.tit_blue span{
  color: #ffff00;
	font-size: 20px;
}

.delica_wrap h2.tit_blue::before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00ffff;
    filter: drop-shadow(0 0 5px #00ffff);
	content: "";
    position: absolute;
    transition: .1s;
}

.delica_wrap p.name_blue{
	font-size: 22px;
	color: #00ffff;
	margin-bottom: 10px;
	font-weight: bold;
}

.delica_box{
	position: relative;
  display: inline-block;
  margin: 20px 0 10px;
  padding: 30px 35px 20px;
  width: 100%;
  max-width: 640px;
  font-size: 16px;
  border: solid 2px #ff00ff;
  box-sizing: border-box;
	border-radius: 15px;
	text-align: center;
}

.delica_box:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #0a002a;
  z-index: 2;
}

.delica_box:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #ff00ff;
  z-index: 1;
}

.delica_box p{
	text-align: left;
	margin: 5px 0;
}

.delica_box p.neon_pink{
	text-shadow: 0 0 4px #ff00ff, 0 0 6px #ff00ff, 0 0 8px #ff00ff;
}

.delica_box img{
	width: 90%;
}

.delica_box img.rank01{
	max-width: 569px;
}

.delica_box img.rank02{
	max-width: 565px;
}

.delica_box img.rank03{
	max-width: 584px;
}

.delica_box img.rank04{
	max-width: 589px;
}

.delica_box img.rank05{
	max-width: 506px;
}

.p_memo{
	margin: 30px 0;
}

.shop_section{
	margin: 50px 0 0;
	padding-bottom: 40px;
	border-bottom: solid 2px #ffff00;
}

.sns_section{
	margin-top: 50px;
	text-align: center;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

@media only screen and (max-width: 500px) {
	body{
	    font-size: 15px;
}
		.container {
  width: 95%;
}
	.container p.p_neon_pink {
    font-size: 18px;
    margin-bottom: 20px;
}
	.container p.neon_blue {
    line-height: 1.8;
    font-size: 15px;
		text-align: left;
}
	.container .text_section {
    margin: 20px 0 30px;
    line-height: 1.8;
}
	
	.delica_wrap {
    margin-top: 20px;
}
	.delica_wrap h2.tit_blue {
    font-size: 21px;
    padding: 5px 0;
    margin: 20px 0 20px;
}
	.delica_wrap h2.tit_blue span {
    font-size: 19px;
}
	.delica_box {
    margin: 20px 0 10px;
    padding: 20px 20px 10px;
		font-size: 15px;
}
	.p_memo {
    margin: 20px 0;
}	
	.shop_section {
    margin: 30px 0 0;
    padding-bottom: 20px;
}
.sns_section {
    margin-top: 30px;
    text-align: center;
}	
	.icon_area img {
    width: 100%;
    margin: 10px 15px;
    max-width: 90px;
}
 .pc {
    display: none !important;
}
	.sp {
    display: block !important;
}

}
</pre></body></html>