<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#visual {
	text-align: center;
	background-image: url(../images/back_visual.png);
	background-size: 36px auto;
}
.wrap img {
	max-width: 100%;
	height: auto;
}

.wrap_image {
	text-align: center;
	margin-bottom: 50px;
}
.lead {
	font-size: 26px;
	text-align: center;
	line-height: 2;
}

.grad-wrap {
    position: relative;
    /* [disabled]margin-bottom: 50px; */
}



.grad-btn, .grad-btn2 {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: -50px;
	left: 0;
	width: 148px;
	margin: auto;
	padding: 0.5em 0;
	border-radius: 2px;
	background: #D69F00;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
	box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}
.grad-btn2 {
		width: 400px;
}
.grad-btn::before {
  content: "続きを読む"
}
.grad-btn2::before {
  content: "プレゼント詳細を見る"
}
.grad-item, .grad-item2, .grad-item3 {
    position: relative;
    overflow: hidden;
    height: auto; /*隠した状態の高さ*/
    transition: all 0.5s ease;/*transitionの記述を追加*/
}
.grad-item2 {
	height: 355px; /*隠した状態の高さ*/
}
.grad-item3 {
	height: 0px; /*隠した状態の高さ*/
}
.grad-item3 .caption {
	width: 731px;
	margin-left: auto;
	margin-right: auto;
}

.grad-item::before, .grad-item2::before, .grad-item3::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  /*background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);*/
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-btn2::before {
  content: "プレゼント詳細を閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
    /* [disabled]height: 700px; */ /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item2 {
	height: 700px; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item3 {
	height: 520px; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before, .grad-trigger:checked ~ .grad-item2::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
#banner img {
	width: 48%;
	height: auto;
}
#banner {
	margin-top: 20px;
	margin-bottom: 0px;
}
#link img {
	vertical-align: middle;
	margin-right: 10px;
}
.back_blue {
	background-color: #FDEBD1;
}

.back_blue2 {
	background-color: #3ABDA4;
}
.contact {
	font-weight: 700;
	font-size: 20px;
}
.modal {
word-break: break-all;
}

.modal img {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.modal strong {
	font-size: 20px;
}

.modal em {
    /* [disabled]text-decoration: underline; */
    display: inline-block;
    margin-right: 10px;
}
.shop {
	width: 50%;
	float: left;
}

.shop .detail {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #D69F00;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
	text-align: center;
	width: 100px;
	font-weight: normal;
	font-size: 16px;
	margin-right: 10px;
}
.shop a.modal_win  {
	text-decoration: none;

}

.shop td , .shop th{
	vertical-align: middle;
	text-align: left;
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.5;
}
.shop th {
    white-space: nowrap;
    width: 40px;
    /* [disabled]text-decoration: underline; */
}
#corona {
	/* [disabled]width: 525px; */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.caption {
	font-size: 14px;
	text-align: left;
}


#corona .caption {
	text-align: center;
	font-size: 10px;
	margin-bottom: 30px;
}
#badge {
	margin-top: 20px;
	margin-bottom: 20px;
}
#badge img {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 160px;
	height: auto;
}
a img {
	transition:all 0.25s ease-out;
}
a img:hover {
	filter: brightness(110%);
}
li {
	margin-left: 2em;
	list-style-type: circle;
}
#rally .text_rally  {
	margin-top: -130px;
	line-height: 1.4;
	/* [disabled]font-weight: bold; */
	margin-bottom: 100px;
}




















@media screen and (max-width:813px) {
#visual img {
	height: auto;
	max-width: 100%;
}
.grad-btn2 {
	width: 300px;
}
#corona {
    width: 90%;
}
.shop {
	width: 100%;
	float: none;
}
.shop td, .shop th {
	font-size: 14px;
}
.lead   {
	font-size: 16px;
}
.shop th {
	width: 20px;
}
	
.grad-item {
    /* [disabled]height: 120px; */ /*隠した状態の高さ*/
}
.grad-item2 {
	height: 200px; /*隠した状態の高さ*/
}
.grad-item3 {
	height: 0px; /*隠した状態の高さ*/
}

.grad-trigger:checked ~ .grad-item {
    /* [disabled]height: 360px; */ /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item2 {
	height: 360px; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item3 {
	height: auto; /*チェックされていたら、高さを戻す*/
}
.wrap_image {
	margin-bottom: 25px;
}
.grad-item3 .caption {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
#banner img {
	width: 100%;
	margin-bottom: 20px;
	display: block;
}
#corona   {
	font-size: 78%;
}
#hiroba  {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}
#rally .text_rally {
	margin-top: calc( 100vw * -0.21 );
	font-size: 13px;
	margin-bottom: 0px;
}













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