@charset "utf-8";
/*
 * ==========================================================================
 * 
 * [top]
 * 
 * ==========================================================================
 */


#mainVisualWrapper {
  position: relative;
  /*background: url("../../img/content/top/mv_pc.jpg")  bottom center/cover no-repeat;*/
}
.newBaloon {
    position: absolute;
    width: 25vw;
    bottom: 8%;
    right: 2.5%;
}
.mv70thLogoBox {
  position: absolute;
  width: 9vw;
  max-width: 110px;
  /* background: #fff; */
  /* padding: 2vw; */
  /* border-radius: 0 0 10px 10px; */
  /* filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.5)); */
  top: 2vw;
  left: 3vw;
  z-index: 10;
}
.mvTitleYear {
  font-size: 1.5vw;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:"wdth" 100;
  color: #fff;
  line-height: 1.5;
}
.mvTitle {
  font-size: 1.1vw;
  color: #fff;
  line-height: 1.4;
  margin: 20px auto 0;
}


.mvInner {
  width: 100%;
}
.mvTitle2 {
  font-size: 10vw;
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: #fff;
  line-height: 1;
}
.mvTitle2-year {
  font-size: 4vw;
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: #fff;
  line-height: 1;
}
.mvTitle2-jp {
  font-size: 2vw;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  font-weight: 600;
  margin-top: 2vw;
}

.contentWrapper {
  background-image: linear-gradient(40deg, #eee 70%, #f5f5f5 70%);
}
.contentWrapperTop {
  background: url("../../img/content/top/content_bg.svg") left top/40% no-repeat;
}
.contentWrapperUnder {
  background: url("../../img/content/top/content_bg_under.svg") right bottom/40% no-repeat;
}

/**
 * --------------------------------------------------------------------------
 *  bout
 * --------------------------------------------------------------------------
 */
.aboutRead {
  text-align: center;
  font-size: 2.5rem;
  line-height: 2;
}
/**
 * --------------------------------------------------------------------------
 *  guide
 * --------------------------------------------------------------------------
 */

.theme {
  font-size: 2.2rem;
  font-weight: bold;
  color: #00aeef;
}

.guideDlWrapper {
  /*border: solid 1px #ccc;*/
}
.guideDl {
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 20px;
}
.guideDl:last-child {
  border-bottom: none;
}

.guideDl dt {
  font-size: 2.3rem;
  width: 290px;
  margin: 0;
  padding: 0;
}
.guideDl dd {
  width: calc(100% - 290px);
  margin: 0;
  padding: 0;
}
.guideDl dt .inner {
  padding: 60px;
}
.guideDl dd .inner {
  padding: 60px 60px 60px 0;
}

.guideColumnFlex {
  display: flex;
  justify-content: space-between;
}

.guideColumn {
  width: 48%;
  border: solid 2px #00aeef;
  display: flex;
  flex-direction: column;
}
.guideColumnTitle {
  font-size: 1.8rem;
  text-align: center;
  padding: 20px;
  background: #00aeef;
  color: #fff;
}
.guideColumnInner {
  padding: 30px;
}

.ouboText {
  padding: 30px;
}

.ouboBt {
  margin: auto 30px 30px;
}

.shimekiriBox {
  text-align: center;
  color: #000;
  margin: 30px 0 0 0;
}
/**
 * --------------------------------------------------------------------------
 *  entry
 * --------------------------------------------------------------------------
 */
.entryWrapper {
  background: #fff;
}
.entryFlex {
  padding: 50px;
  display: flex;
  justify-content: space-between;
}

a.entryBt {
  font-size: 2.5rem;
  font-weight: bold;
  display: inline-block;
  background: #1d2c9b;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  padding: 50px 0;
  width: 49%;
  min-width: 500px;
  position: relative;
  border-radius: 100px;
}
a.entryBt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 10px;
  height: 10px;
  margin: -6px 0 0 0;
  border-right: solid 4px #ffffff;
  border-top: solid 4px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.entryBt:first-child {
  background: #0646d5;
}

.btIcn {
  background: #fff;
  display: inline-block;
  font-size: 1.4rem;
  color: #fd0000;
  margin: 0 0 0 10px;
  padding: 5px 10px;
  line-height: 1;
  border-radius: 3px;
}

.awardBoxFlex {
  display: flex;
  justify-content: space-between;
}

.awardBox {
  width: 48%;
}

.awardBoxTitle {
  font-size: 2rem;
  background: #dcf6ff;
  padding: 5px 0;
  text-align: center;
}
.awardPrice {
  font-size: 2.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
/*  color: #00aeef;*/
  text-align: center;
}


/**
 * --------------------------------------------------------------------------
 *  締切
 * --------------------------------------------------------------------------
 */
.shimekiriWrapper {
  background: #000;
  padding: 20px 0;
  color: #fff;
}
.shimekiri {
  font-size: 3rem;
  font-weight: bold;
  font-family: Arial, Helvetica, "sans-serif";
}
/**
 * --------------------------------------------------------------------------
 *  お問い合わせ
 * --------------------------------------------------------------------------
 */
.inquiryBox {
  background: #fff;
  padding: 50px;
  margin-top: 100px;
  text-align: center;
}
.inquiryTitle {
  color: #00aeef;
  font-size: 2rem;
  margin-bottom: 30px;
}
.inquiryTitleSub {
  font-size: 2.5rem;
  margin-bottom: 20px;
} 
.inquiryAdress {
  font-size: 2rem;
  margin-bottom: 20px;
}
.inquiryTel {
  font-size: 2rem;
}
.inquiryMeil {
  font-size: 2rem;
}
.inquiryPolicy {
  margin-top: 20px;
  font-size: 2rem;
}

/**
 * --------------------------------------------------------------------------
 *  主催
 * --------------------------------------------------------------------------
 */
.sponsoredDlWrapper {
  width: 1000px;
}
.sponsoredDl {
  display: flex;
  margin-bottom: 30px;
}
.sponsoredDl dt {
  width: 120px;
  border-right: solid 1px #ccc;
  margin: 0 20px 0 0;
  padding: 0;
}
.sponsoredDl dd {
  width: calc(100% - 140px);
  margin: 0;
  padding: 0;
}

/**
 * --------------------------------------------------------------------------
 * bnr
 * --------------------------------------------------------------------------
 */
 .bnrWrapper {
 margin-top: -130px; 
}
.bnrList {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
/*偶数
.bnrListItem {
	width:49.5%;
	list-style-type: none;
	background: #fff;
	margin-bottom: 10px;
}
	.bnrListItem:nth-child(2n) {
		margin-right:0;
	}*/

.bnrListItem {
	width:32.5%;
	list-style-type: none;
	background: #fff;
	margin-bottom: 10px;
}

.bnrListItemImg {
	border: solid 5px #fff;
	position:relative;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
/**
 * --------------------------------------------------------------------------
 * title
 * --------------------------------------------------------------------------
 */
.topSectionTitile {
  font-size: 3vw;
}
.topSectionTitileEn {
  font-size: 4vw;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin: 0 auto 30px;
}
/**
 * --------------------------------------------------------------------------
 * message
 * --------------------------------------------------------------------------
 */
.messageImgBox {
  width: 20%;
}
.messageImgBox figure {
  margin-bottom: 20px;
}
.messageBox {
  width: 75%;
}
.messageRead {
  font-size: 4.5rem;
  margin: 0 0 50px 0;
}
.messageText {
  font-size: 1.8rem;
  line-height: 2;
}
.messagePosition {
  font-size: 1.8rem;
  line-height: 2;
  text-align: right;
  margin-top: 40px;
}
.messageName {
  font-size: 1.8rem;
  line-height: 2;
  text-align: right;
}
.messageName span {
  font-size: 2.5rem;
}
/**
 * --------------------------------------------------------------------------
 * EVENT
 * --------------------------------------------------------------------------
 */
.eventColumnWrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 10%;
}

.eventColumnTitle {
  width: 30%;
}
.eventColumnInfo {
  width: 65%;
}
.eventTitle {
  font-size: 2vw;
  line-height: 1.4;
}
.eventTitleSub {
  font-size: 1.3vw;
  line-height: 1.4;
  margin-top: 10px;
}
.eventInfoText {
  margin: 40px 0 0 0;
}

/**
 * --------------------------------------------------------------------------
 * topics
 * --------------------------------------------------------------------------
 */
.topicsWrapper {
	background: #f5f5f5;	
}
.topicsWrapper .button{
	text-align: center;
	margin-top: 20px;
}
.topicsList {
	display:flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.topicsListItem {
	width:32%;
	margin-right:2%;
	margin-bottom:45px;
	list-style-type: none;
}

	.topicsListItem a{
		text-decoration:none;
	}

.topicsListItemImg {
	position:relative;
}

.topicsListItemCat {
	position:absolute;
	top:10px;
	left:10px;
}

	.topicsListItemCat span{
		background:#1c5bd9;
		color:#fff;
		font-size:0.8rem;
		padding:5px 15px;
		border-radius:30px;
	}

.topicsListItemDate {
	font-size: 1.5rem;
	color: #1c5bd9;
	margin:15px 10px 0 10px;
}

.topicsListItemTitle {
	font-size:1.8rem;
	margin:10px 10px 0 10px;
}

@media screen and (min-width: 767px) {

.topicsListItem:nth-child(3n) {
	margin-right:0;
}
}

/**
 * --------------------------------------------------------------------------
 * news
 * --------------------------------------------------------------------------
 */
.newsListWrapper {
}
.newsListWrapper .button{
	text-align: center;
	margin-top: 80px;
}

.newsList {
	padding: 0;
}
	.newsList li {
		list-style-type: none;
		padding: 20px 5px;
		border-top: solid 1px #dedede;
	}
		.newsList li:last-child {
			margin-bottom: 0;
			border-bottom: solid 1px #dedede;
		}
.newsListItem {
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0;
		padding: 0;
		text-decoration: none;
}
.newsListDate {
		width: 11%;
}
.newsListTitle {
    width: 89%;
}

.newsListTitle a {
	color: #18272F;
  position: relative;
  text-decoration: none;
}

.newsListTitle a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #18272F;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .4s ease-in-out;
}

.newsListTitle a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
/**
 * --------------------------------------------------------------------------
 * ループスライドイメージ
 * --------------------------------------------------------------------------
 */
.titleSlide {
	width: 100%;
  background-image: url("../../img/content/top/mvSlide.svg");
	background-size: auto 100%;
	height: 200px;
	position: relative;
	animation: bgSlider 80s linear infinite;
}
@keyframes bgSlider {
		from {
			background-position: 0 0;
		}
		to {
			background-position: -3615px 0;
		}
}
/**
 * --------------------------------------------------------------------------
 * link
 * --------------------------------------------------------------------------
 */
.linkWrapper {
}
.linkList {
	display:flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.linkListItem {
	width:32%;
	margin-right:2%;
	margin-bottom:45px;
	list-style-type: none;
}
.linkList .linkListItem:nth-child(3)  {
	margin-right:0;
}
.linkListItemImg {
	position:relative;
}
/**
 * --------------------------------------------------------------------------
 * slider
 * --------------------------------------------------------------------------
 */
.sliderWrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}

/**
 ****************************************************
 * 
 * screens smaller than 768
 * 
 ****************************************************
 */
@media only screen and (max-width: 768px) {
.importantNewsWrapper {
  width: 90%;
  display: inherit;
  margin: 30px auto 50px;
}
.importantNewsTitle {
  font-size: 1.4rem;
  width: auto;
  padding: 5px 0;
}
.importantNewsBox {
  text-align: left;
  padding: 10px 10px;
}
.importantNewsWrapper a {
  font-weight: 400;
}
#mainVisualWrapper {
	position: relative;
  /*background: url("../../img/content/top/mv_pc.jpg")  bottom center/cover no-repeat;*/
}
.newBaloon {
  width: 260px;
  bottom: 2%;
  right: 50%;
  margin-right: -136px;
}
.mv70thLogoBox {
  width: 50px;
  top: 16px;
  left: 15px;
}
.mvTitleYear {
  font-size: 1.5vw;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:"wdth" 100;
  color: #fff;
  line-height: 1.5;
}
.mvTitle {
  font-size: 1.1vw;
  color: #fff;
  line-height: 1.4;
  margin: 20px auto 0;
}
.mvInner {
}
.mvTitle2 {
  font-size: 17vw;
}
.mvTitle2-year {
  font-size: 8vw;
}
.mvTitle2-jp {
  font-size: 4vw;
}
  
.contentWrapper {
  background-image: linear-gradient(60deg, #eee 80%, #f5f5f5 80%);
}
/**
 * --------------------------------------------------------------------------
 *  bout
 * --------------------------------------------------------------------------
 */
.aboutRead {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2;
}
/**
 * --------------------------------------------------------------------------
 *  guide
 * --------------------------------------------------------------------------
 */

.theme {
  font-size: 1.6rem;
}

.guideDlWrapper {
  /*border: solid 1px #ccc;*/
}
.guideDl {
  display: inherit;
  margin-bottom: 20px;
}

.guideDl dt {
  font-size: 1.8rem;
  text-align: center;
  width: auto;
}
.guideDl dd {
  width: auto;
}
.guideDl dt .inner {
  padding: 20px;
}
.guideDl dd .inner {
  padding: 0 20px 20px 20px;
}

.guideColumnFlex {
  display: inherit;
}
  
.guideColumn {
  width: auto;
  margin-bottom: 20px;
}
  .guideColumn:last-child {
    margin-bottom: 0;
  }
  
.guideColumnTitle {
  font-size: 1.5rem;
  padding: 10px;
}
.guideColumnInner {
  padding: 20px;
}  
  
.ouboText {
  padding: 20px;
}

.ouboBt {
  margin: auto 20px 20px;
}
  
  
/**
 * --------------------------------------------------------------------------
 *  entry
 * --------------------------------------------------------------------------
 */
.entryWrapper {
}
.entryFlex {
  padding: 5% 0;
  display: inherit;
}

a.entryBt {
  font-size: 1.6rem;
  padding: 20px 0;
  width: 90%;
  min-width: inherit;
}
a.entryBt:after {
  right: 5%;
  width: 8px;
  height: 8px;
  margin: -6px 0 0 0;
  border-right: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
}

a.entryBt:first-child {
  margin-bottom: 10px;
}
.btIcn {
  font-size: 1.1rem;
  margin: 0 0 0 5px;
  padding: 3px 5px;
}
  
.awardBoxFlex {
  display: inherit;
}

.awardBox {
  width: auto;
  margin-bottom: 10px;
}

.awardBoxTitle {
  font-size: 1.5rem;
  padding: 5px 0;
}
.awardPrice {
  font-size: 2rem;
}
  
/**
 * --------------------------------------------------------------------------
 *  締切
 * --------------------------------------------------------------------------
 */
.shimekiriWrapper {
  padding: 10px 0;
}
.shimekiri {
  font-size: 1.5rem;
}
/**
 * --------------------------------------------------------------------------
 *  お問い合わせ
 * --------------------------------------------------------------------------
 */
.inquiryBox {
  padding: 20px;
  margin-top: 50px;
}
.inquiryTitle {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.inquiryTitleSub {
  font-size: 1.6rem;
  margin-bottom: 20px;
} 
.inquiryAdress {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.inquiryTel {
  font-size: 1.4rem;
}
.inquiryMeil {
  font-size: 1.4rem;
}
.inquiryPolicy {
  font-size: 1.4rem;
}
/**
 * --------------------------------------------------------------------------
 *  主催
 * --------------------------------------------------------------------------
 */
.sponsoredDlWrapper {
  width: auto;
}
.sponsoredDl {
  display: inherit;
  margin-bottom: 20px;
}
  .sponsoredDl:last-child {
    margin-bottom: 0;
  }
  
.sponsoredDl dt {
  width: auto;
  border: none;
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: bold;
}
.sponsoredDl dd {
  width: auto;
  margin: 0;
  padding: 0;
}
/**
 * --------------------------------------------------------------------------
 * bnr
 * --------------------------------------------------------------------------
 */
 .bnrWrapper {
 margin-top: -20px; 
}
.bnrList {
	display: inherit;
	}
.bnrListItem {
	width:auto;
	margin-bottom: 10px;
}
	.bnrListItem:nth-child(2n) {
	}
.bnrListItemImg {
	border: solid 3px #fff;
	position:relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/**
 * --------------------------------------------------------------------------
 * title
 * --------------------------------------------------------------------------
 */
.topSectionTitileEn {
  font-size: 2.5rem;
  line-height: 1;
  margin: 0 0 30px 0;
}
/**
 * --------------------------------------------------------------------------
 * message
 * --------------------------------------------------------------------------
 */
.messageImgBox {
  width: 50%;
  margin: 0 auto;
}
.messageImgBox figure {
  margin-bottom: 20px;
}
.messageBox {
  width: auto;
}
.messageText {
  font-size: 1.3rem;
}
.messagePosition {
  font-size: 1.3rem;
  margin-top: 40px;
}
.messageName {
  font-size: 1.5rem;
}
  .messageName span {
    font-size: 1.8rem
  }
/**
 * --------------------------------------------------------------------------
 * EVENT
 * --------------------------------------------------------------------------
 */
.eventColumnWrapper {
  display: inherit;
  margin-top: 10%;
}
.eventColumnTitle {
  width: auto;
  margin-bottom: 30px;
}
.eventColumnInfo {
  width: auto;
}
.eventTitle {
  font-size: 2.5rem;
  line-height: 1.4;
}
.eventTitleSub {
  font-size: 1.7rem;
  line-height: 1.4;
  margin-top: 10px;
}
.eventInfoText {
  margin: 20px 0 0 0;
}
/**
 * --------------------------------------------------------------------------
 * topics
 * --------------------------------------------------------------------------
 */

.topicsWrapper {
}
.topicsWrapper .button{
	margin-top: 0;
}
.topicsList {
}
.topicsListItem {
	width:49%;
	margin-right:2%;
	margin-bottom:20px;
}
	.topicsListItem:nth-child(2n) {
		margin-right:0;
	}
	.topicsListItem a{
	}
.topicsListItemImg {
}
.topicsListItemCat {
	top:5px;
	left:5px;
}
	.topicsListItemCat span{
		font-size:0.65rem;
		padding:3px 5px;
	}

.topicsListItemDate {
	font-size: 0.8rem;
	color: #1c5bd9;
	margin:10px 5px 0 5px;
}

.topicsListItemTitle {
	font-size:0.8rem;
	margin:5px 5px 0 5px;
}
/**
 * --------------------------------------------------------------------------
 * news
 * --------------------------------------------------------------------------
 */
.newsListWrapper {
}
.newsListWrapper .button{
	margin-top: 30px;
}
.newsList {
}
	.newsList li {
		padding: 10px 5px;
	}
.newsListItem {
	display: inherit;
}
.newsListDate {
    width: auto;

}
.newsListTitle {
    width: auto;
}
/**
 * --------------------------------------------------------------------------
 * ループスライドイメージ
 * --------------------------------------------------------------------------
 */
.titleSlide {
	height: 80px;
	animation: bgSlider 120s linear infinite;
}
/**
 * --------------------------------------------------------------------------
 * link
 * --------------------------------------------------------------------------
 */

.linkWrapper {
}
.linkList {
  display: inherit;
}
.linkListItem {
  width: 90%;
  margin: 0 auto 10px;
}
	.linkListItem:nth-child(2n) {
		margin-right:auto;
	}
	.linkListItem:nth-child(3n) {
		margin-right:auto!important;
	}

}