@charset "shift_jis";
/* -----------------------------------------------

	Utility

----------------------------------------------- */
.item-pc {
	display: inline-block; }
	@media screen and (max-width: 768px) {
	  .item-pc {
		display: none; } }

  .item-sp {
	display: none; }
	@media screen and (max-width: 768px) {
	  .item-sp {
		display: block; } }

/* ------------------------------------------------------
default
------------------------------------------------------ */

body {
	background-image: repeating-linear-gradient(135deg, #c7000b, #c7000b 10px, #d40713 10px, #d40713 20px);
	min-width: 950px;
	font-family: "���S�V�b�N", "Yu Gothic", "���S�V�b�N��", "YuGothic", "�q���M�m�p�S Pro W3", 'Hiragino Kaku Gothic Pro', "���C���I", 'Meiryo', "�l�r �o�S�V�b�N", 'MS PGothic', Arial, sans-serif;
	box-sizing: border-box;
	font-weight: 500;
	background-color: #fff;
}

.loaded .first-view {
    opacity: 0;
}

@media screen and (max-width: 768px) {
	body {
		min-width: 100%;
	}

	.hidden {
		overflow: hidden;
	}
}

/* wrap
------------------------------------------------------ */
#wrap {
	background: #fff url(/common/images/bg_hd_01.gif) repeat-x;
	width: 100%;
}

/* header
------------------------------------------------------ */
#header {
	margin: auto;
}

@media screen and (max-width: 768px) {

	#header {
		height: 16vw;
		background-position: bottom;
		z-index: 1000;
		background-color: #fff;
		width: 100%;
	}

	#header li.nav01 {
		position:absolute;
        top: 4vw;
        left: 5vw;
	}

	.nav01 img {
		width: 59vw;
	}

	.burger-menu {
		width: 6.7vw;
		height: 7vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		right: 6%;
		background-image: url(/common/images/humberger_open.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 3000;
	}

	.burger-menu.is-open {
		background-image: url(/common/images/humberger_close.png);
	}

	.hamburger-demo-cover {
		display: none;
	}

	.hamburger-demo-cover.is-open {
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 10;
		background: rgba(39,39,39,.9);
	}

	.sp-menu {
		position: fixed;
		width: 100%;
		height: 69.5vw;
		top: 0;
		left: 0;
		background-color: #fff;
		z-index: 500;
		display: none;
	}

	.inner {
		margin-top: 29.7vw;
	}

	.inner li:nth-child(2) {
		margin-top: 8.4vw;
	}

	.inner li:nth-child(1) img {
		width: 44vw;
	}

	.inner li:nth-child(2) img {
		width: 60vw;
	}
}

/* footer
------------------------------------------------------ */
#footer {
	background: none;
	border-top: 2px solid #fff;
}

#footerIn {
	padding: 23px 0;
	text-align: right;
}

@media screen and (max-width: 768px) {
    #footer {
        border-top: 0.5vw solid #fff;
    }

    #footerIn {
        padding: 1.9vw 0 4vw;
		width: 83%;
		margin: 0 auto;
    }

	#footerIn img {
		width: 100%;
    }
}


/* ------------------------------------------------------
contents
------------------------------------------------------ */

#contents {
	padding-top: 23px;
	padding-bottom: 40px;
	text-align: left;
}
#contents img {
	-ms-interpolation-mode: bicubic;
}
#contents a:hover,
#contents a:active {
	text-decoration: underline;
}

#popup {
	display: none;
}

.js-btn-hover img {
	width: 100%;
}

.first-view {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #c7000b;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.first-view_inner {
	text-align: center;
	color: #fff;
	height: 100%;
	display: -webkit-box;
  display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.first-view-ttl {
	font-size: 15px;
	font-weight: bold;
	line-height: 2.4;
	margin-bottom: 35px;
}

.first-view-btn {
	width: 242px;
	margin: auto;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.first-view-btn a {
	text-decoration: none !important;
	color: #fff;
}

.first-view-btn span {
	display: block;
	font-size: 14px;
	margin-top: 15px;
}

@media screen and (max-width: 768px) {
	#contents {
		padding-top: 4vw;
		padding-bottom: 4vw;
	}
}
/* ------------------------------------------------------
main
------------------------------------------------------ */

#main {
	position: relative;
	margin: 0 auto;
	width: 926px;
}

.sound-fixed {
	position: fixed;
	top: 106px;
	right: 0;
	width: 50px;
	height: 66px;
}

.sound-fixed a {
	position: absolute;
	top: 0;
	left: 0;
}

.sound-fixed-off {
	display: none;
}

@media screen and (max-width: 768px) {
	#main {
		position: relative;
		margin: 0 auto;
		width: 100%;
		background: url(../images/top/bg_header_sp.png?v=230123) no-repeat center top;
		text-align: center;
		background-size: 93% auto;
	}
}

/* ------------------------------------------------------
top header
------------------------------------------------------ */
.p-top-header {
	background: url('../images/top/bg_header.png?v=230301') no-repeat center top;
	text-align: center;
	color: #fff;
	padding-bottom: 36px;
	position: relative;
}

.p-top-header h1 {
	padding-top: 117px;
	margin-bottom: 43px;
}

.p-top-header h1 .sub {
	display: block;
	margin-bottom: 31px;
}

.p-top-header_works {
	margin-bottom: 14px;
}

.p-top-header_txt {
	font-size: 13px;
	line-height: 1.61538462;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 24px;
}

.p-top-header_btn {
	margin-bottom: 14px;
	position: relative;
	display: inline-block;
	width: 359px;
}

.p-top-header_btn:before {
	content: '';
	width: 69px;
	height: 66px;
	background: url('../images/top/icon_pageper_01.png') no-repeat center center / contain;
	position: absolute;
	top: 20px;
	left: -73px;
}

.p-top-header_btn img {
	transition: all .2s;
	width: 100%;
}

.p-top-header_btn a {
	position: relative;
	display: inline-block;
	width: 310px;
	height: 60px;
}

/* .p-top-header_btn a:before {
	content: '';
	width: 69px;
	height: 66px;
	background: url('../images/top/icon_pageper_01.png') no-repeat center center / contain;
	position: absolute;
	top: -3px;
	left: -84px;
} */

.p-top-header_btn a:hover img {
	transform: scale(1.07);
}

.p-top-header_date {
	margin-bottom: 9px;
}

.p-top-header_note {
	font-size: 11px;
	line-height: 1.45454545;
}

.p-top-header_heart01 {
	position: absolute;
	top: -7px;
  left: -29px;
	width: 278px;
}

.p-top-header_heart02 {
	position: absolute;
	bottom: 170px;
  right: 10px;
	width: 174px;
	height: 166px;
}

.p-top-header_heart03 {
	position: absolute;
	top: 18px;
  right: 4px;
	width: 172px;
}

.heart-hover img {
	width: 100%;
	transition: all .2s;
}

.heart-hover:hover img {
	transform: scale(1.1);
}

.p-top-header_close {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}

.p-top-header_close:before {
	content: '';
	width: 69px;
	height: 66px;
	background: url('../images/top/icon_pageper_01.png') no-repeat center center / contain;
	position: absolute;
	top: 18px;
	left: -73px;
}

.p-top-header_close a {
	display: block;
	transition: all 0.3s ease;
}

.p-top-header_close a:hover {
	opacity: 0.75;
}

@media screen and (max-width: 768px) {

	.p-top-header {
		background: none;
		text-align: center;
		color: #c8030e;
		padding-bottom: 17vw;
		position: relative;
		width: 100%;
		margin: 0 auto;
		background-size: contain;
	}

	.p-top-header::before {
		content: '';
		width: 12%;
		padding-top: 54vw;
		background: url(../images/top/bg_header_heart_sp.png);
		position: absolute;
		bottom: -6vw;
		right: 0vw;
		background-repeat: no-repeat;
		display: inline-block;
		background-size: contain;
		vertical-align: middle;
		pointer-events: none;
		z-index: 1;
	}

	.p-top-header::after {
		content: '';
		width: 96.66%;
		padding-top: 33vw;
		background: url(../images/top/bg_header_envelope_sp.png);
		position: absolute;
		bottom: 3.9vw;
		left: 1.9vw;
		background-repeat: no-repeat;
		display: inline-block;
		background-size: 100% auto;
		vertical-align: middle;
		pointer-events: none;
		z-index: 0;
	}

	.p-top-header h1 {
		padding-top: 11.3vw;
		width: 72%;
		margin: 0 auto 8vw;
	}

	.p-top-header h1 img {
		width: 100%;
	}

	.p-top-header h1 .sub {
		display: block;
		width: 55%;
		margin: 0 auto 2.5vw;
		padding-left: 13vw;
	}

	.p-top-header h1 .sub img {
		width: 100%;
	}

	.p-top-header_works {
		width: 80%;
		margin: 0 auto 4.5vw;
	}

	.p-top-header_works img {
		width: 100%;
	}

	.p-top-header_txt {
		font-size: 13px;
		line-height: 1.61538462;
		font-weight: bold;
		letter-spacing: 0.1em;
		width: 75%;
		margin: 0 auto 5.3vw;
	}

	.p-top-header_txt img {
		width: 100%;
	}

	.p-top-header_btn {
		width: 77%;
		margin: 0 auto 2vw;
	}

	.p-top-header_btn:before {
		display: none;
	}

	.p-top-header_btn img {
		width: 100%;
	}

	.p-top-header_btn a {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 100%;
	}

	.p-top-header_btn a:before {
		display: none;
	}

	.p-top-header_btn a:hover img {
		transform: scale(1);
	}

  .p-top-header_close {
    width: 76%;
		margin: 0 auto 2.1vw;
  }

  .p-top-header_close img {
    width: 100%;
  }

  .p-top-header_close::before {
    display: none;
  }

	.p-top-header_date {
		margin: 0 auto 2.5vw;
		width: 68%;
	}

	.p-top-header_date img {
		width: 100%;
	}

	.p-top-header_note {
		font-size: 11px;
		line-height: 1.45454545;
		width: 68%;
		margin: 0 auto;
	}

	.p-top-header_note img {
		width: 100%;
	}

	.p-top-header_heart01 {
		position: static;
		width: 77%;
		height: auto;
		margin-top: 10.5vw;
		margin: 7.7vw auto 0;
	}

	.p-top-header_heart02 {
		position: absolute;
		bottom: 19vw;
	  right: 4vw;
		width: 30vw;
		height: 0;
		z-index: 2;
	}

	.p-top-header_heart03 {
		position: absolute;
		top: -3vw;
	  right: auto;
	  left: 2vw;
		width: 28vw;
	}

	.heart-hover img {
		width: 100%;
		transition: all .2s;
	}

	.heart-hover:hover img {
		transform: scale(1);
	}

	.p-top-header_heart01 img {
		width: 100%;
	}

	.p-top-header_heart01:hover img {
		transform: scale(1);
	}
}

/* ------------------------------------------------------
top main
------------------------------------------------------ */

.p-top-main {
	background: #fff;
	width: 881px;
	margin: auto;
	border: 5px solid #c7000b;
	border-top: 0;
	margin-left: 18px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 39px 0 0;
	word-break: break-all;
}

.p-top-prize {
	text-align: center;
	padding-bottom: 62px;
}

.p-top-prize_ttl {
	margin-bottom: 11px;
}

.p-top-prize_txt {
	margin-bottom: 35px;
}

.p-top-prize_img {
	margin-bottom: 35px;
}

.p-top-award {
	width: 789px;
	margin: auto;
}

.p-top-award_ttl {
	margin-bottom: 49px;
}

.p-top-award_list {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  width: 680px;
  margin: 0 auto 62px;
}

.p-top-award_item {
	margin-bottom: 13px;
	margin-right: 13px;
}

.p-top-award_item:nth-of-type(3n) {
	margin-right: 0;
}


.p-top-gallery {
	width: 789px;
	margin: 0 auto 88px;
}

.p-top-gallery_ttl {
	margin-bottom: 34px;
}

.p-top-gallery_list {
	/* width: 707px; */
	margin: 0 auto;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.p-top-gallery_item {
	/* width: 144px; */
}

.p-top-gallery_item .item-img {
	margin-bottom: 14px;
	border: 2px solid #e2e2e2;
}

.p-top-gallery_item .item-img img {
	width: 100%;
	height: auto;
}

.p-top-gallery_item .item-ttl {
	text-align: center;
}

.p-top-team {
	width: 789px;
	margin: auto;
	padding: 0 0 14px;
}

.p-top-team_ttl {
	margin-bottom: 18px;
}

.p-top-team_txt {
	font-size: 14px;
	line-height: 1.57142857;
	color: #c8030e;
	font-weight: bold;
	text-align: center;
	margin-bottom: 71px;
	letter-spacing: 0.15em;
}

.p-top-team_box {
	width: 678px;
	margin: 0 auto 69px;
	border: 2px solid #c7000b;
	border-radius: 6px;
	position: relative;
	color: #c8030e;
	font-size: 14px;
	line-height: 1.71428571;
}

.p-top-team_box .box-ttl {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
}


.p-top-team_box .box-content-01 {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
	-webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
	padding: 54px 29px 54px 66px;
}

.p-top-team_box .box-content-01 .left {
	width: 201px;
}

.p-top-team_box .box-content-01 .right {
	width: calc(100% - 250px);
}

.p-top-team_box .box-content-01 .right p {
	margin-bottom: 11px;
}

.p-top-team_box .box-content-02 {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
	-webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
	padding: 45px 40px 43px 93px;
}

.p-top-team_box .box-content-02 .left {
	width: 149px;
}

.p-top-team_box .box-content-02 .right {
	width: calc(100% - 220px);
}

.p-top-team_box .box-content-03 {
	padding: 43px 55px 76px 45px;
	position: relative;
}

.p-top-team_box .box-content-04 {
	padding: 42px 59px 65px 48px;
	position: relative;
}

.p-top-team_box .box-content-05 {
	padding: 45px 55px 45px;
}

.p-top-team_box .txt-lead {
	margin-bottom: 4px;
}

.p-top-team_box .note02 {
	position: absolute;
	bottom: 20px;
	right: 20px;
	margin: 0;
	font-weight: 700;
	white-space: nowrap;
}

.p-top-team_box .note.note02 {
	font-size: 12px;
}

.p-top-team_box .image img {
	width: 100%;
}

.p-top-team_box p {
	margin-bottom: 13px;
	text-align: justify;
}

.p-top-team_box .link {
	color: #c8030e;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 10px;
	transition: all .2s;
}

.p-top-team_box .link[target=_blank]:after {
	content: '';
	width: 13px;
	height: 13px;
	background: url('../images/top/icon_window_01.png') no-repeat center center / contain;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}

.p-top-team_box .link:hover {
	opacity: .5;
}

.p-top-team_box h5 {
	text-align: center;
	margin-top: 45px;
	margin-bottom: 30px;
}

.p-top-team_box .note {
	font-size: 11px;
}

.p-top-team_box .txt-small {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}

.p-top-team_box .txt-note {
	font-size: 11px;
	text-align: right;
	margin: 0 65px 19px;
}

.p-top-team_box .content-address {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
	width: 230px;
	margin: 0 auto 12px;
}

.p-top-team_box .content-address-text {
	width: 230px;
	font-size: 12px;
	line-height: 1.25;
	font-weight: bold;
}

.p-top-team_box .content-address-text p {
	margin-bottom: 7px;
}

.p-top-team_box .content-address-text span {
	font-size: 11px;
}

.p-top-team_box .content-address .note {
	font-size: 10px;
	font-weight: 500;
}

.p-top-team_box .content-address-btn {
	width: 230px;
}

.p-top-team_box .content-address-btn img {
	width: 100%;
}

.p-top-team_box .content-address-btn .note {
	text-align: center;
	margin: 6px 0 0;
}

.p-top-team_box .content-event-close {
	text-align: center;
}

.p-top-team_box .box-content-04 .content-event-close {
	margin-top: 30px;
}

.p-top-team_box .content-image {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 45px 0 0;
}
.content-image-img {
	width: 210px;
}

.content-image-img img {
	width: 100%;
}

.p-top-team_box .content-image-text {
	width: calc(100% - 235px);
	margin-top: -6px;
}

.p-top-team_box .content-image-text p {
	margin-bottom: 7px;
}

.p-top-team_box .kinokuniya-text {
	width: 290px;
  margin: 20px 0 0 153px;
}

.p-top-team_box .kinokuniya-text p {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

.p-top-team_box .kinokuniya-text .txt-adress {
	font-size: 11px;
}

.p-top-team_box .kinokuniya-text .txt-time {
	font-size: 11px;
	margin-top: 4px;
	display: block;
}

.p-top-team_box .issue {
	text-align: center;
}

.p-top-team_box .issue-ttl {
	margin: 0 0 24px 0;
}

.p-top-team_box .issue-copy {
	text-align: center;
	margin-top: -3px;
  margin-bottom: 19px;
}

.gallery_content {
	margin: 0 auto;
}

.gallery_content-ttl {
	margin-bottom: 14px;
	text-align: center;
}

.gallery_content-container + .gallery_content-container {
	margin-top: 39px;
}

.gallery_movie {
	width: 544px;
}

.gallery_movie iframe {
  width: 100%;
}

.gallery_movie .gallery_movie_inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
	cursor: pointer;
}

.gallery_poster {
	width: 237px;
}

.gallery_poster img{
	width: 100%;
}

@media screen and (max-width: 768px) {

	.p-top-main {
		width: 95%;
		margin: -4vw auto 0;
		border: 2px solid #c7000b;
		border-top: none;
		padding-top: 13vw;
		padding-bottom: 1vw;
	}

	.p-top-prize {
		padding-bottom: 10vw;
	}

	.p-top-prize_ttl {
		width: 75%;
		margin: 0 auto 4vw;
	}

	.p-top-prize_ttl img {
		width: 100%;
	}

	.p-top-prize_txt {
		width: 53%;
		margin: 0 auto 7vw;
	}

	.p-top-prize_txt img {
		width: 100%;
	}

	.p-top-prize_img {
		margin: 0 auto 10vw;
		width: 89.5%;
	}

	.p-top-prize_img img {
		width: 100%;
	}

	.p-top-award {
		width: 94%;
	}

	.p-top-award_ttl {
		margin-bottom: 8vw;
	}

	.p-top-award_ttl img {
		width: 100%;
	}

	.p-top-award_list {
		width: 100%;
		margin: 0 auto 11vw;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.p-top-award_item {
		margin-bottom: 5.3vw;
		margin-right: 0;
		width: 48.8%;
	}

	.p-top-award_item img {
		width: 100%;
	}

	.p-top-gallery {
		width: 94%;
		margin: 0 auto 11vw;
	}

	.p-top-gallery_ttl {
		margin-bottom: 8vw;
	}

	.p-top-gallery_ttl img {
		width: 100%;
	}

	.p-top-team {
		width: 88%;
		padding: 0;
	}

	.p-top-team_box {
		width: 100%;
		font-size: 3.7vw;
		letter-spacing: 0.06em;
		line-height: 1.6;
		margin: 0 auto 8vw;
		box-sizing: border-box;
	}

	.p-top-team_box .box-ttl {
		top: -3vw;
	}

	.p-top-team_box .box-ttl img {
		width: 30vw;
	}

	.p-top-team_box .box-content-01 {
		display: block;
		padding: 6.7vw 3.7vw;
	}

	.p-top-team_box .box-content-01 .left {
		width: 72%;
		margin: 0 auto;
	}

	.p-top-team_box .box-content-01 .right {
		width: 100%;
	}

	.p-top-team_box .box-content-01 .right p {
		margin-top: 5.3vw;
		margin-bottom: 0;
	}

	#gallery_content {
		display: block;
		text-align: center;
	}

	.item-img img {
		width: 100%;
		margin: 0 auto;
	}

	.gallery_content-movie {
		margin-bottom: 3.9vw;
	}

	.gallery_content-movie img {
		width: 10%;
		margin: 0 auto;
	}

	.gallery_content-poster {
		margin-bottom: 3.6vw;
	}

	.gallery_content-poster img {
		width: 20%;
		margin: 0 auto;
	}

	.gallery_content-container:nth-child(2) {
		margin-top: 8vw;
	}

	.gallery_content-container iframe {
		width: 100%;
		height: 50.4vw;
	}

	.gallery_movie {
		width: 100%;
	}

	.gallery_poster {
		width: 100%;
	}
}


/* ------------------------------------------------------
prize
------------------------------------------------------ */

#prize {
	position: relative;
	margin: 0 auto;
	width: 891px;
}

.prize-header {
	border: 4px solid #c7000b;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #fff;
	width: 853px;
	margin: 0 auto;
	padding: 0 0 48px;
}

.prize-ttl {
	padding: 60px 0 48px;
	text-align: center;
}

.prize-list {
	margin: 0 61px 0 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}

.prize-list-item {
	width: 358px;
	margin-bottom: 19px;
}


.prize-list-item:last-child {
	width: auto;
  /* margin: 0 0 27px 47px; */
}

.prize-note {
	text-align: center;
	font-size: 11px;
	color: #c7000b;
	margin-top: 18px;
	letter-spacing: 0.02em;
}

.prize-bottom {
	position: relative;
	background: #fff;
	border: 5px solid #c7000b;
	border-top: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 120px 0 22px;
	text-align: center;
}

.prize-bottom:after {
	content: '';
	width: 891px;
	height: 223px;
	background: url('../images/prize/bg_prize.png');
	position: absolute;
	top: -218px;
	left: -5px;
}

.prize-btn {
	margin-bottom: 15px;
}

.prize-date {
	margin-bottom: 85px;
}

.prize-close {
	display: inline-block;
	margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
	#prize {
		position: relative;
		margin: 0 auto;
		width: 100%;
	}

	.prize-header {
		border: 4px solid #c7000b;
		border-bottom: none;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		background: #fff;
		width: 92%;
		margin: 0 auto 0;
		padding-bottom: 0;
	}

	.prize-ttl {
		padding: 4.4vw 4vw 6.7vw 1.5vw;
		width: 86vw;
	}

	.prize-ttl img {
		width: 100%;
	}

	.prize-list {
		margin: 0;
		display: block;
		padding: 0 5vw 0 2.7vw;
	}

	.prize-list-item {
		width: 100%;
		margin-bottom: 13.3vw;
	}

	.prize-list-item img {
		width: 100%;
	}

	.prize-list-item:last-child {
		width: auto;
		margin-bottom: 4.5vw;
	}

	.prize-note {
		text-align: center;
		font-size: 3.5vw;
		color: #c7000b;
		width: 100%;
		margin-top: 0;
	}

	.prize-bottom {
		position: relative;
		background: #fff;
		border: 4px solid #c7000b;
		border-top: none;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		padding: 28vw 0 2.9vw;
		text-align: center;
		width: 95%;
		margin: 0 auto;
	}

	.prize-bottom > * {
		position: relative;
		z-index: 1;
	}

	.prize-bottom:after {
		content: '';
		width: 101%;
		height: 223px;
		background: url('../images/prize/bg_prize_sp.png');
		position: absolute;
		top: -4vw;
		left: -0.5vw;
		background-repeat: no-repeat;
		display: inline-block;
		background-size: contain;
		vertical-align: middle;
	}

	.prize-btn {
		text-align: center;
    	display: inline-block;
		margin: 0 auto 5.1vw;
		width: 80%;
	}

	.prize-btn img {
		width: 100%;
	}

	.prize-date {
		margin: 0 auto 8.1vw;
		width: 62%;
	}

	.prize-date img {
		width: 100%;
	}

	.prize-close {
		text-align: center;
    	display: inline-block;
		margin: 0 auto 7.6vw;
		width: 81.4%;
	}

	.prize-close img {
		width: 100%;
	}

	.back-btn {
		margin: 0 auto;
    	width: 16vw;
	}

	.back-btn img {
    	width: 100%;
	}
}
/* ------------------------------------------------------
eneossunflowers
------------------------------------------------------ */
.eneos-ttl {
	font-size: 22px;
	line-height: 1.5;
	text-align: center;
	font-weight: 700;
	color: #c8030e;
	margin: 48px 0 0;
}

.letter-list {
	padding: 0 0 126px 58px;
}

.letter01 {
	margin-top: -12px;
}

.letter02 {
	margin-top: 17px;
}

.letter03 {
	margin-top: 30px;
}

.letter04 {
	margin-top: 38px;
}

.letter05 {
	margin-top: 29px;
}

.letter06 {
	margin-top: 34px;
}

.letter07 {
	margin-top: 27px;
}
/* ------------------------------------------------------
utility
------------------------------------------------------ */
.u-mt--6 {
	margin-top: 6px;
}

.u-mt--9 {
	margin-top: 9px;
}

.u-mt--12 {
	margin-top: 12px;
}

.u-mt--15 {
	margin-top: 15px;
}

.u-mt--18 {
	margin-top: 18px;
}

.u-mt--21 {
	margin-top: 21px;
}

.u-mt--24 {
	margin-top: 24px;
}
/* ------------------------------------------------------
event
------------------------------------------------------ */

#event {
	position: relative;
	margin: 11px auto 0;
	width: 1000px;
	/* height: 1160px; */
	background: url(../images/event_bg.png?v=230301) no-repeat;
	background-position: center bottom -95px;
	font-size: 0;
	text-align: center;
}

#event.event2 {
	height: 1864px;
	background: #fff url(../images/event2_bg.png) no-repeat;
}

#event h1 {
	padding-top: 37px;
	padding-bottom: 28px;
}

#event dl dt {
	padding-bottom: 15px;
}

#event dl dd {
	padding-bottom: 29px;
}

#event dl dd:last-of-type {
	padding-bottom: 0;
}

#event dl dd.bubble {
	padding-bottom: 24px;
}

#event dl dd.place {
	padding-bottom: 0;
}

#event dl dd p {
	margin-bottom: 12px;
}

#event p.txt {
	top: 740px;
	left: 0;
	right: 0;
}
#event.event2 p.txt {
	top: 1463px;
	left: 281px;
}

#event.event2 p.btn {
	top: 1780px;
}
.event-bottom {
	position: relative;
	padding: 222px 0 22px;
	text-align: center;
}
.event-btn {
	margin-bottom: 80px;
}
.event-date {
	margin-bottom: 86px;
}
.event-ttl {
	margin-bottom: 31px;
}
.event-fin {
	width: 335px;
	margin: 20px auto 0;
	transform: translateX(-18px);
}
.event-notes {
	margin-top: 13px;
}
.event-notes li {
	color: #c7000b;
	font-size: 11px;
	line-height: 2;
	letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {

	#event {
		position: relative;
		margin: 0 auto;
		width: 100%;
		height: 100%;
		background: 0;
		font-size: 0;
		text-align: center;
	}

	.event-header {
		width: 92%;
		background: #fff;
		margin: 0 auto;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		border: 4px solid #c7000b;
		border-bottom: none;
	}

	#event h1 {
		padding-top: 7.9vw;
		padding-bottom: 0;
		margin: 0 auto;
		width: 71%;
	}

	#event h1 img {
		width: 100%;
	}

	#event dl dt {
		padding-bottom: 0;
		padding-top: 7.8vw;
		width: 90%;
		margin: 0 auto;
	}

	#event dl dt img {
		width: 100%;
	}

	#event dl dd {
		padding-bottom: 0;
		padding-top: 6.4vw;
		width: 90%;
		margin: 0 auto;
	}

	#event dl dd img {
		width: 100%;
	}

	#event dl dd.bubble {
		padding-bottom: 4vw;
		padding-top: 10vw;
	}

	#event dl dd.place {
		padding-bottom: 0;
		padding-top: 13.3vw;
		margin: 0 auto;
		width: 95%;
	}

	#event dl dd p {
		margin-bottom: 0;
		margin: 0 auto;
	}

	#event dl dd p img {
		width: 100%;
	}

	#event dl dd .caution {
		padding-top: 5.2vw;
		margin: 0 auto;
		width: 83%;
	}

	#event dl dd .caution img {
		width: 100%;
	}

	#event p.txt,#event p.btn {
		position: absolute;
	}

	#event p.txt {
		top: 740px;
		left: 0;
		right: 0;
	}
	#event.event2 p.txt {
		top: 1463px;
		left: 281px;
	}

	#event p.btn {
		position: static;
	}

	#event.event2 p.btn {
		top: 1780px;
	}

	.event-bottom {
		position: relative;
		background: #fff;
		width: 95%;
		margin: 0 auto;
		padding: 29vw 0 5.1vw;
		border-bottom-left-radius: 20px;
   	 	border-bottom-right-radius: 20px;
		top: 0;
		left: 0;
		border: 0.5vw solid #c7000b;
    	border-bottom: none;
		border-top: none;
	}

	.event-bottom:before {
		content: '';
		width: 23%;
		height: 15vw;
		background: url(../images/event_paper_sp.png);
		position: absolute;
		top: 4.8vw;
		left: 37vw;
		background-repeat: no-repeat;
		display: inline-block;
		background-size: contain;
		vertical-align: middle;
	}

	.event-bottom:after {
		content: '';
		width: 101%;
		height: 29.7vw;
		background: url(../images/prize/bg_prize_sp.png);
		position: absolute;
		top: -4.1vw;
		left: -0.5vw;
		background-repeat: no-repeat;
		display: inline-block;
		background-size: contain;
		vertical-align: middle;
	}

	.event-btn {
		text-align: center;
    	display: inline-block;
		width: 81%;
		margin: 0 auto 7vw;
	}

	.event-btn img {
		width: 100%;
	}

	.event-date {
		margin: 0 auto 8.1vw;
		width: 58vw;
	}

	.event-date img {
		width: 100%;
	}

	.btn {
		margin: 0 auto;
		width: 16vw;
	}

	.btn img {
		width: 100%;
	}

	.event-ttl {
		margin: 0 auto;
		margin-bottom: 7.9vw;
		width: 86vw;
	}

	.event-ttl img {
		width: 100%;
	}

	.event-fin {
		width: 64%;
		margin: 5vw auto 0;
		transform: translateX(-1vw);
	}

	.event-fin img {
		width: 100%;
	}

	.event-notes {
		width: 82%;
		margin: 4vw auto 0;
	}

	.event-notes li {
		text-align: left;
		font-size: 3.46vw;
		line-height: 1.5;
		padding-left: 1em;
		text-indent: -1em;
	}
}