@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

*{
	box-sizing: border-box;
}

article:after,
header:after,
footer:after,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

body {
	min-width: 1070px;
	background: #fff;
	/* font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, sans-serif; */
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 18px;
	color: #333;
	cursor: url("/SP/SERENA/ONIGIRIACTION2023/img/cursor.cur"), default;
	font-feature-settings: "palt";
	letter-spacing: 0.1rem;
}

body article p,
body article li,
body article dt,
body article dd,
body article th,
body article td {
  line-height: 140%;
}

body article h1,
body article h2,
body article h3,
body article h4 {
  line-height: 120%;
}

body img {
  height: auto;
}

body a,
body .opacity {
  color: #666;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  cursor: url("/SP/SERENA/ONIGIRIACTION2023/img/cursor.cur"), pointer;
}

body .opacity:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}

@media screen and (min-width: 751px) {
  body img.sp,
  body br.sp {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  body img.logo_sp {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  body img.logo_pc {
    display: none;
  }
  body img.logo_sp {
    display: block;
  }
}


@media screen and (max-width: 751px) {
	.pc-only {
		display: none !important;
	}
}

.sp-only {
	display: none !important;
}

@media screen and (max-width: 751px) {
	.sp-only {
		display: inherit !important;
	}
}

@media screen and (max-width: 751px) {
	.inner {
		padding-bottom: 30px;
	}
}

/******************************************************************************
	header
******************************************************************************/
body header {
  position: relative;
  height: 126px;
  margin: 0 0 20px;
}

body header p {
  z-index: 10;
}

body header p.logo {
  width: 1070px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  body header p.logo {
    width: auto;
    margin: 0;
  }
}

body header p.logo a {
  display: block;
  margin: 20px 40px 20px 20px;
}

body header p.spMenu,
body header ul {
  display: none;
}

body img.logo_sp {
  width: 120px;
  height: 15px;
}

/******************************************************************************
	footer
******************************************************************************/
body footer {
  padding: 30px 10px;
  background: #000;
}

body footer .inner {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}

body footer ul.sitemap {
  float: left;
}

body footer ul.sitemap li {
  display: inline;
  margin: 0 15px 0 0;
  font-size: 12px;
}

body footer ul.sitemap li a {
  color: #fff;
}

body footer ul.sitemap li a:hover {
  text-decoration: underline;
}

body footer p.copyright {
  float: right;
  font-size: 12px;
  color: #fff;
}

article section {
  width: 1070px;
  padding-top: 66px;
  margin: -66px auto 50px;
}
article section h2 {
  text-align: center;
  line-height: 80px;
  font-size: 32px;
  font-weight: bold;
  color: #82bcd2;
}

.box-text {
  margin-bottom: 30px;
  text-align: center;
}
.box-text h2 {
  font-size: 28px;
  line-height: 80px;
}
@media screen and (max-width: 751px) {
  .box-text h2 {
    font-size: 22px;
    line-height: 50px;
  }
}
.box-text p {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 751px) {
  .box-text p {
    font-size: 15px;
    text-align: left;
  }
}
.box-text a {
  color: #e45a29;
  text-decoration: underline;
}
.box-text a:hover {
  text-decoration: none;
}

.box {
  text-align: center;
}
.box .photo-car {
  margin-bottom: 50px;
}
@media screen and (max-width: 751px) {
  .box .photo-car {
    width: 95%;
  }
}

/* ========================================================
写真投稿方法
=========================================================*/
.photo h2 {
  color: #fff;
  background: #82bcd2;
  font-size: 40px;
}
@media screen and (max-width: 751px) {
  .photo h2 {
    font-size: 22px;
  }
}
.photo h3 {
  margin: 20px auto 40px;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 751px) {
  .photo h3 {
    margin: 10px auto 20px;
    font-size: 14px;
  }
}
.photo .list-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 751px) {
  .photo .list-gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.photo .list-gallery li {
  margin: 0 0 20px;
}
@media screen and (max-width: 751px) {
  .photo .list-gallery li {
    width: 48%;
    margin-bottom: 4%;
  }
  .photo .list-gallery li img {
    width: 100%;
  }
  .photo .list-gallery li:nth-child(2n) {
    margin-left: 4%;
  }
}

/* ========================================================
補足
=========================================================*/
.sup-text {
  margin: -30px auto 50px;
  width: 1070px;
  font-size: 13px;
}
@media screen and (max-width: 751px) {
  .sup-text {
    margin: 0px auto 30px;
    width: 90%;
    line-height: 1.5;
  }
}
@media screen and (max-width: 751px) {
  .sup-text li {
    margin-bottom: 10px;
  }
}

/* ========================================================
イベント
=========================================================*/
.event h2 {
  color: #fff;
  background: #82bcd2;
  font-size: 40px;
}
@media screen and (max-width: 751px) {
  .event h2 {
    font-size: 22px;
  }
}
.event h3 {
  margin: 40px auto 20px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 751px) {
  .event h3 {
    margin: 20px auto 10px;
    font-size: 14px;
  }
}
.event .table-event {
  width: 600px;
  margin: auto;
  border-collapse: separate;
  border-spacing: 2px;
}
@media screen and (max-width: 751px) {
  .event .table-event {
    width: 100%;
  }
}
.event .table-event th,
.event .table-event td {
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-weight: 18px;
}
.event .table-event th {
  background: #82bcd2;
  color: #fff;
}
@media screen and (max-width: 751px) {
  .event .table-event th {
    font-size: 16px;
  }
}
.event .table-event td {
  background: #d4eeee;
}
.event .table-event tr:nth-child(2) td {
  background: #ddd;
  color: #999;
}
.event .more {
  display: block;
  margin: 20px auto;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 751px) {
  .event .more {
    font-size: 18px;
  }
}

/* ========================================================
バナー
=========================================================*/
.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
  width: 1000px;
  margin: auto;
	flex-wrap: wrap;
}
@media screen and (max-width: 751px) {
  .banner {
		display: flex;
		flex-wrap: wrap;
		width: auto;
		padding: 0 3%;
  }
}
.banner li {
	margin-right: 20px;
}
@media screen and (max-width: 751px) {
  .banner li {
		width: 48%;
    text-align: center;
		margin: 0 4% 4% 0;
  }
}
.banner li:last-child {
	margin-right: 0;
}

.banner li:nth-child(1) {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.banner li:nth-child(1) img {
	width: 200px;
}
@media screen and (max-width: 751px) {
	.banner li:nth-child(1) img {
		width: 150px;
	}
}

.banner li img {
	width: 100%;
}

/***** mainvisual *****/
body article section#mainvisual {
  padding-top: 0;
  margin-top: 0;
}

/***** localnav *****/
body article #localnav {
  position: relative;
  height: 66px;
  margin: 0 0 120px;
}

body article #localnav .inner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}

body article #localnav.fixed .inner {
  position: fixed;
}

body article #localnav ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1070px;
  margin: 0 auto;
  background: #82bcd2;
}

body article #localnav ul li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	/* width: 33.333%; */
	width: 50%;
	line-height: 75px;
	border-right: 1px solid #fff;
}
body article #localnav ul li:last-child {
  border-right: none;
}

body article #localnav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 751px) {
  body article #localnav ul li a {
    line-height: 50px;
  }
}
body article #localnav ul li a .arrow {
  background: #c1d8de;
  height: 25px;
}
@media screen and (max-width: 751px) {
  body article #localnav ul li a .arrow {
    height: 20px;
  }
}

body article #localnav ul li a:hover {
  background: rgba(0, 161, 161, 0.3);
}

/* ========================================================
ビデオエリア
=========================================================*/
.video-container {
  margin: 0 auto 60px;
  padding-top: 0;
}

.video-container h2 {
  line-height: normal;
  color: #fff;
  background: #82bcd2;
  font-size: 40px;
  text-align: center;
  line-height: 80px;
  font-size: 32px;
  font-weight: bold;
	line-height: 1.3;
	padding: 2% 0;
}

.video-container .inner {
  padding: 30px 155px 50px;
  background: #e5f4f5;
}

.video-container .inner .video-box{
	position: relative;
	width: min(calc(760 * 100vw / 1070), 760px);
	height: min(calc(427 * 100vw / 1000), 427px);
	margin: 0 auto;
}
	@media screen and (max-width: 751px) {
		.video-container .inner .video-box{
			width: calc(335* 100vw / 375);
			height: calc(188 * 100vw / 375);
		}
	}

.video-container .inner .video-box .player iframe{
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, 0);
}

.video-container .inner .video-box:hover{
	opacity: 0.7;
}
	@media screen and (max-width: 751px) {
		.video-container .inner .video-box:hover{
			opacity: 1;
		}
	}

.video-container .inner .video-box ::after{
	content: "";
	width: 100px;
	height: 100px;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
  background: url("../img/btn_play.png") no-repeat;
	position: absolute;
	pointer-events: none;
}
	@media screen and (max-width: 751px) {
		.video-container .inner .video-box ::after{
			width: 50px;
			height: 50px;
			background-size: cover;
		}
	}

.video-container .inner.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 50px 20px;
}

.video-container .inner.flex .video {
  padding-top: 56.25%;
}

.video-container .inner .title {
  width: 500px;
  margin: 0 auto;
}

.video-container .inner .title .video-title {
  width: 100%;
}

.video-container .inner img {
	width: 100%;
  margin: 0 auto;
}

.video-container .inner .video {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 0;
  padding-top: 27%;
  margin: 0 auto;
}

.video-container .inner .video iframe {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container .btn-box{
	height: 80px;
	background: #c00000;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: bold;
	margin-top: 2px;
}
	@media screen and (max-width: 751px) {
		.video-container .btn-box{
			height: 60px;
			font-size: 18px;
		}
	}

.video-container .btn-box::after{
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(45deg);
	margin-left: 10px;
}


/* ========================================================
矢印アイコン
=========================================================*/
.arrow {
  position: relative;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}
.arrow::after, .arrow::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}

.arrow-ho-down::before,
.arrow-ho-up::before {
  bottom: 8px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.arrow-ho-up::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/***** .text *****/
body article section.text h2 {
  margin: 0 0 20px;
  background: transparent;
  line-height: 120%;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #00a1dc;
}

body article section.text p {
  text-align: center;
  line-height: 200%;
}

/***** .photo *****/
.car {
  position: relative;
  width: 1070px;
  margin: 0 auto;
}
@media screen and (max-width: 751px) {
  .car {
    width: auto;
    padding-top: 15.3333vw;
    margin: -15.3333vw 2.6666vw 4.3333vw;
  }
}
.car .nim {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
@media screen and (max-width: 751px) {
  .car .nim {
    position: absolute;
    bottom: 24px;
    right: auto;
    left: 15px;
  }
}
@media screen and (max-width: 751px) {
  .car .nim img {
    width: auto;
  }
}

body article section.photo .inner {
  padding: 30px 35px 50px;
  background: #e5f4f5;
}
@media screen and (max-width: 751px) {
  body article section.photo .inner {
    padding: 15px;
  }
}

body article section.photo .inner .box {
  padding: 20px 30px;
  margin: 0 0 25px;
  background: #fff;
  border-radius: 20px;
}

body article section.photo .inner .box h3 {
  margin: 0 0 40px;
  text-align: center;
  font-size: 32px;
  color: #900000;
  line-height: 1.5;
}

body article section.photo .inner .box h3 strong {
  font-size: 46px;
}

body article section.photo .inner .box.photo01 ol li {
  position: relative;
  float: left;
  width: 33.3%;
}

body article section.photo .inner .box.photo01 ol li:after {
  content: " ";
  position: absolute;
  right: -16px;
  top: 80px;
  width: 14px;
  height: 18px;
  background: url("../img/ico_photo01_list.png") center center no-repeat;
}

body article section.photo .inner .box.photo01 ol li:last-child {
  margin: 0;
}

body article section.photo .inner .box.photo01 ol li:last-child:after {
  display: none;
}

body article section.photo .inner .box.photo01 ol li figure {
  margin: 0 0 15px;
}

body article section.photo .inner .box.photo01 ol li p {
  font-size: 15px;
  font-weight: bold;
  color: #cc0f36;
}

body article section.photo .inner .box.photo01 ol li p .txt-highlight {
	background: linear-gradient(transparent 50%, #ffff66 0%);
}

body article section.photo .inner .box.photo02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 485px;
}

body article section.photo .inner .box.photo02 ul {
  width: 380px;
  margin: 10px auto 0;
  font-size: 14px;
}

body article section.photo .inner .box.photo03 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  width: 485px;
}

body article section.photo .inner .box.photo03 p {
  margin: 15px 0 0 0;
  font-size: 18px;
  font-weight: bold;
}

body article section.photo .inner ol.step {
  clear: both;
  width: 800px;
  margin: 0 auto;
}
body article section.photo .inner ol.step li.step {
  margin: 0 0 35px;
  padding: 30px 0 30px 0;
  background: #fff;
  font-size: 26px;
}
body article section.photo .inner ol.step li.step p {
  text-align: center;
}
body article section.photo .inner ol.step li.step p.title {
  margin: 30px auto 20px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #82bcd2;
}
@media screen and (max-width: 751px) {
  body article section.photo .inner ol.step li.step p.title {
    color: #82bcd2;
    font-size: 5vw;
  }
}
body article section.photo .inner ol.step li.step p.btn {
  text-align: center;
}
body article section.photo .inner ol.step li.step p.btn button {
  display: block;
  width: 530px;
  margin: 0 auto 40px;
  background: #82bcd2;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 0px 0px #d5d5d5;
          box-shadow: 4px 4px 0px 0px #d5d5d5;
  line-height: 80px;
  font-size: 24px;
  color: #fff;
  cursor: url("/SP/SERENA/ONIGIRIACTION2023/img/cursor.cur"), pointer;
}
@media screen and (max-width: 751px) {
  body article section.photo .inner ol.step li.step p.btn button {
    margin-bottom: 30px;
    width: 100%;
    font-size: 4vw;
    line-height: 12vw;
  }
}
body article section.photo .inner ol.step li.step ul.sns {
  text-align: center;
}
@media screen and (max-width: 751px) {
  body article section.photo .inner ol.step li.step ul.sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 80%;
  }
}
body article section.photo .inner ol.step li.step ul.sns li {
  display: inline-block;
  width: 80px;
  margin: 0 10px;
}
@media screen and (max-width: 751px) {
  body article section.photo .inner ol.step li.step ul.sns li {
    width: 25%;
  }
  body article section.photo .inner ol.step li.step ul.sns li img {
    width: 100%;
  }
}

/***** #schedule *****/
body article section#schedule h2 {
  margin: 0 0 35px;
}

body article section#schedule p {
  text-align: center;
  font-size: 22px;
}

body article section#schedule p.chach {
  margin: 0 0 20px;
  font-size: 28px;
}

body article section#schedule table {
  width: 800px;
  margin: 0 auto 30px;
}

body article section#schedule table th {
  padding: 10px 0;
  text-align: center;
  background: #82bcd2;
  font-weight: bold;
  color: #fff;
}

body article section#schedule table th:first-of-type {
  border-right: #fff 2px solid;
}

body article section#schedule table td {
  padding: 10px 0 10px 55px;
  border-bottom: #fff 2px solid;
  background: rgba(38, 168, 168, 0.2);
  font-weight: bold;
}

body article section#schedule table tr td:first-of-type {
  border-right: #fff 2px solid;
  padding-left: 35px;
}

/***** #post *****/
body article section#post .inner {
  padding: 30px 35px 20px;
  background: rgba(38, 168, 168, 0.1);
}

body article section#post .inner p {
  margin: 0 0 25px;
  text-align: center;
  font-size: 24px;
}

body article section#post .inner ul li {
  float: left;
  width: 235px;
  margin: 0 20px 20px 0;
}

body article section#post .inner ul li:nth-of-type(4n) {
  margin-right: 0;
}

body article section#post .inner ul li figure {
  display: table;
  width: 235px;
  height: 235px;
}

body article section#post .inner ul li figure a {
  display: table-cell;
  width: 235px;
  height: 235px;
  text-align: center;
  vertical-align: middle;
}

body article p.pagetop {
  max-width: 1070px;
  margin: 60px auto;
  text-align: right;
}

body article p.pagetop a {
  display: inline-block;
  width: 76px;
}

/***** sns *****/
body article #postSNS {
  display: none;
}

/* modal */
.modal {
  display: none;
  text-align: center;
}

.modal figure {
  margin: 0;
}

.modal figure img {
  max-width: 500px;
  vertical-align: bottom;
}

.modal#modal05 figure img,
.modal#modal06 figure img {
  max-width: 760px;
}

.modal h1 {
  margin: 0 0 10px;
  font-size: 44px;
  font-weight: bold;
  line-height: 88px;
}

.modal#modal01 h1 span {
  margin: 0 0 10px;
  padding: 0 0 0 88px;
  background: url("../img/ico_grandprix01.png") left center no-repeat;
  background-size: 70px auto;
}

.modal#modal02 h1 span,
.modal#modal03 h1 span,
.modal#modal04 h1 span,
.modal#modal05 h1 span {
  margin: 0 0 10px;
  padding: 0 0 0 88px;
  background: url("../img/ico_grandprix02.png") left center no-repeat;
  background-size: 70px auto;
}

.modal p {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: bold;
}

.modal dl {
  max-width: 500px;
  margin: 20px auto 0;
  padding: 0;
}

.modal#modal05 dl,
.modal#modal06 dl {
  max-width: 760px;
}

.modal dl dt {
  font-size: 22px;
  font-weight: bold;
}

.modal dl dd {
  margin: 0;
  font-size: 16px;
  text-align: left;
}

.fancybox-content {
  padding: 50px 20px 20px;
  border-radius: 10px;
}

/*#########################################################

グランプリ

#########################################################*/
@media screen and (max-width: 751px) {
  img {
    width: 100%;
    height: auto;
  }
}

/***** award *****/
#award {
  width: 965px;
}

#award dl {
  padding: 45px 0;
  margin: 0 0 50px;
  border: #666 1px solid;
  text-align: center;
}

#award dl dt {
  margin: 0 0 15px;
  font-size: 34px;
  font-weight: bold;
}

#award dl dd {
  font-size: 18px;
  font-weight: bold;
}

#award h2 {
  margin: 0 0 25px;
  background: transparent;
  font-size: 45px;
  color: #000;
  text-align: center;
  line-height: 120%;
}

#award h2 span {
  display: block;
  font-weight: normal;
  font-size: 26px;
}

#award p.present {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#award div {
  width: 965px;
  margin: 20px auto 0;
  text-align: center;
}

#award div h3 {
  margin: 0 0 15px;
  font-size: 44px;
  font-weight: bold;
  line-height: 88px;
}

#award div ul li {
  float: left;
  width: 320px;
  margin: 0 0 40px;
}
@media screen and (max-width: 751px) {
  #award div ul li {
    float: none;
  }
}

#award div ul li p {
  width: 95%;
  margin: 0 auto 10px;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
}
#award div ul li p span {
  font-weight: bold;
}

#award div:first-of-type h3 span {
  padding: 0 0 0 88px;
  background: url("../img/ico_grandprix01.png") left center no-repeat;
  background-size: 70px auto;
}

#award div:first-of-type ul {
  width: 772px;
  margin: 0 auto;
}
#award div:first-of-type ul li figure {
  margin-bottom: 15px;
}
#award div:first-of-type ul li figure img {
  width: 100%;
}

#award div:first-of-type ul li {
  width: auto;
  float: none;
}

#award div:nth-of-type(2) h3 span {
  padding: 0 0 0 88px;
  background: url("../img/ico_grandprix02.png") left center no-repeat;
  background-size: 70px auto;
}

/* modal */
.modal {
  display: none;
  text-align: center;
}

.modal figure {
  margin: 0;
}

.modal figure img {
  max-width: 500px;
  vertical-align: bottom;
}

.modal#modal05 figure img,
.modal#modal06 figure img {
  max-width: 760px;
}

.modal h1 {
  margin: 0 0 10px;
  font-size: 44px;
  font-weight: bold;
  line-height: 88px;
}

.modal#modal01 h1 span {
  margin: 0 0 10px;
  padding: 0 0 0 88px;
  background: url("../img/ico_grandprix01.png") left center no-repeat;
  background-size: 70px auto;
}

.modal#modal02 h1 span,
.modal#modal03 h1 span,
.modal#modal04 h1 span,
.modal#modal05 h1 span {
  margin: 0 0 10px;
  padding: 0 0 0 88px;
  background: url("../img/ico_grandprix02.png") left center no-repeat;
  background-size: 70px auto;
}

/*#########################################################
スペシャル 2
#########################################################*/
#special_2{
	h2 {
		background: #478f7e;
		color: #fff;
		height: 50px;
		line-height: 1;
		font-size: 30px;
		font-weight: normal;
		display: flex;
		align-items: center;
		justify-content: center;
		@media screen and (max-width: 751px) {
			height: 35px;
			font-size: 18px;
		}
	}
	
	.wrapper{
		.inner {
			padding: 0;

			.ttl-box{
				background: #94c2b7;
				padding: 30px 0;
				@media screen and (max-width: 751px) {
					padding: calc(15 * 100vw / 375);
				}

				h3{
					color: #FFF;
					font-size: 40px;
					text-align: center;
					margin-bottom: 15px;
					font-weight: bold;
					line-height: 1.2;
					@media screen and (max-width: 751px) {
						font-size: calc(25 * 100vw / 375);
						margin-bottom: calc(10 * 100vw / 375);
					}
				}

				.period-box {
					background: #FFF;
					width: 600px;
					height: 40px;
					display: flex;
					align-items: center;
					justify-content: center;
					margin: 0 auto;
					font-size: 22px;
					border-radius: 10px;
					color: #478f7e;
					font-weight: 600;
					line-height: 1;
					@media screen and (max-width: 751px) {
						width: auto;
						font-size: calc(14 * 100vw / 375);
						height: calc(30 * 100vw / 375);
						border-radius: calc(7 * 100vw / 375);
					}
				}
			}

			.box-wpr{
				background: #cde6e0;
				padding: 40px 30px;
				@media screen and (max-width: 751px) {
					padding: calc(20 * 100vw / 375) calc(15 * 100vw / 375);
				}

				.lead-box{
					padding: 20px 0;
					border-radius: 30px;
					margin-bottom: 30px;
					border: 1px solid #478f7e;
					@media screen and (max-width: 751px) {
						border-radius: calc(15 * 100vw / 375);
						padding: calc(15 * 100vw / 375);
						margin-bottom: calc(15 * 100vw / 375);
					}

				p{
						text-align: center;
						color: #478f7e;
						font-weight: bold;

						&.txt-lead{
							font-size: 18px;
							@media screen and (max-width: 751px) {
								font-size: calc(12 * 100vw / 375);
								margin-bottom: calc(5 * 100vw / 375);
							}
						}

						&.txt-main {
							font-size: 33px;
							@media screen and (max-width: 751px) {
								font-size: calc(23 * 100vw / 375);
								margin-bottom: calc(5 * 100vw / 375);
							}
						}

						&.txt-period {
							font-size: 23px;
							@media screen and (max-width: 751px) {
								font-size: calc(15 * 100vw / 375)
							}
						}
					}
				}

				p {
					&.txt-detail {
						font-size: 20px;
						text-align: center;
						line-height: 1.7;
						margin-bottom: 40px;
						@media screen and (max-width: 751px) {
							font-size: calc(14 * 100vw / 375);
							margin-bottom: calc(30 * 100vw / 375);
						}
					}
			
					span {
						&.txt-sup {
							font-size: 70%;
							vertical-align: text-bottom;
						}
					}
				}
			
				ul.footnote-list {
					display: flex;
					justify-content: center;
					@media screen and (max-width: 751px) {
						display: block;
					}

					li {
						font-size: 14px;
						text-align: left;
						margin-right: 30px;
						@media screen and (max-width: 751px) {
							font-size: calc(10 * 100vw / 375);
							margin-right: 0;
							margin-bottom: calc(5 * 100vw / 375);
						}

						&:last-child{
							margin-right: 0;
							@media screen and (max-width: 751px) {
								margin-bottom: 0;
							}
						}
					}
				}
			}
		}
	}
}

/*#########################################################
スペシャル 1
#########################################################*/
@media screen and (max-width: 751px) {
	#special_1 .pc-only {
		display: none !important;
	}
}

#special_1 .sp-only {
	display: none !important;
}

@media screen and (max-width: 751px) {
	#special_1 .sp-only {
		display: inherit !important;
	}
}

@media screen and (max-width: 751px) {
	#special_1 .inner {
		padding-bottom: 30px;
	}
}

#special_1 h2 {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
}

#special_1 h3 {
	line-height: 1.4;
}

#special_1 ul.special-photo {
	display: flex;
	margin-bottom: 6%;
}

#special_1 ul.special-photo li {
	width: 49%;
	margin-right: 3%;
}

#special_1 ul.special-photo li:last-child {
	margin-right: 0;
}

#special_1 ul.special-photo li img {
	width: 100%;
}

#special_1 .link-box {
	display: flex;
	justify-content: flex-end;
	font-size: 18px;
	font-weight: 500;
}

#special_1 .link-box a {
	display: flex;
	align-items: center;
}

#special_1 .link-box a::after {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	transform: rotate(45deg);
	margin-left: 3px;
}

#special_1 .link-box a::after {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	transform: rotate(45deg);
	margin-left: 3px;
}

#special_1 .btn-box a {
	display: flex;
	width: 530px;
	height: 82px;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	background: #82bcd2;
	border: none;
	border-radius: 10px;
	box-shadow: 4px 4px 0px 0px #d5d5d5;
	font-size: 24px;
	color: #fff;
}

@media screen and (max-width: 751px) {
	#special_1 .btn-box a {
		width: 100%;
		font-size: 4vw;
		height: 12vw;
	}
}