
@charset "UTF-8";
/* CSS Document */
/* タイトル */
/* メインビジュアル */

.mainvisual {
}

.mainvisual img {
  width: 100%;
}

/* スペース */
section, .contentwrap section {
  padding: 4.3em 0;
}
@media (max-width: 750px) {
  section, .contentwrap section {
    padding: 13.33vw 0;
  }
}

/* 個別 */
@media (min-width: 751px) {
#infomation {
	width: 100%;
}

#infomation .inner {
	padding: 20px 0;
	display: flex;
	justify-content: flex-start;	
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#infomation h2 {
	padding: 0 0 0 0;
	width: 10em;
}

#infomation #news dl {
	display: flex;
	width: 100%;
	font-size: 18px;
	padding-top: 8px;
}

#infomation #news dl dt {
	width: 7em;
	padding-right: 30px;
}
.newIcon {
	font-size:13px;
	font-weight:bold;
	background-color:#d01027;
	color:#FFF;
	padding:3px 5px 4px;
	margin-right:5px;
}
}

@media (max-width: 750px) {
	#infomation {
	width: 100%;
}

#infomation .inner {
	padding: 20px 20px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
}

#infomation h2 {
	padding: 0 0 10px 0;
	width: 100%;
}

#infomation #news dl {
	width: 100%;
	font-size: 14px;
	padding-bottom: 20px;
}

#infomation #news dl dt {
	padding: 0 0 5px; 0;
	text-align: left;
	font-size: 13px;
	line-height: 1em;
}
.newIcon {
	font-size:11px;
	font-weight:bold;
	background-color:#d01027;
	color:#FFF;
	padding:0 5px 1px;
	margin-right:5px;
}
}

.rankwrap > ul {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 751px) {
  .rankwrap > ul {
    justify-content: center;
  }
}
@media (min-width: 751px) {
  .rankwrap > ul > li:nth-child(n + 3) {
    margin-top: 3em;
  }
}
@media (max-width: 750px) {
  .rankwrap > ul > li {
    margin-top: 14vw;
  }
  .rankwrap > ul > li:not(:first-of-type) {
    margin-top: 14vw;
  }
}
.rankwrap li {
  position: relative;
  background-color: white;
  border-radius: 1em;
  padding: 1.6em;
  padding-top: 2em;
}
.rankwrap li::before {
  position: absolute;
  top: -2em;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 4.3em;
  height: 3.6em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: auto;
}
.rankwrap .box {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  /* no prefix */
  display: flex;
  justify-content: space-between;
}
.rankwrap .imgbox {
  -webkit-flex: 1 0 10em;
  flex: 1 0 10em;
  width: 15em;
  max-width: 15em;
}
@media (max-width: 750px) {
  .rankwrap .imgbox {
    width: 36vw;
    max-width: 36vw;
  }
}
.rankwrap .textbox {
  line-height: 1.4;
}
.rankwrap .textbox > div {
  font-weight: 900;
  font-size: 1.5em;
}
.rankwrap .textbox > div b {
  font-size: 1.5em;
}
.rankwrap dl {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
}
.rankwrap dt, .rankwrap dd, .rankwrap p {
  font-weight: 900;
  line-height: 1.4;
}
.rankwrap dt {
  -webkit-flex: 1 0 4em;
  flex: 1 0 4em;
  width: 4em;
  max-width: 4em;
}
@media (max-width: 750px) {
  .rankwrap dt {
    width: 3.5em;
    max-width: 3.5em;
  }
}
.rankwrap.rank_1 ul {
  width: 100%;
  max-width: 59.5em;
}
.rankwrap.rank_1 li::before {
  background-image: url(../img/top/rank_1.png);
}
.rankwrap.rank_2 ul {
  width: 75vw;
  max-width: 48em;
}
.rankwrap.rank_2 li::before {
  background-image: url(../img/top/rank_2.png);
}
.rankwrap.rank_3 ul {
  width: 75vw;
  max-width: 48em;
}
@media (max-width: 750px) {
  .rankwrap.rank_3 ul > li {
    margin-top: 4vw;
  }
  .rankwrap.rank_3 ul > li:not(:first-of-type) {
    margin-top: 4vw;
  }
}

section.intro p {
  font-family: "Noto Sans JP", "sans-serif";
  line-height: 2;
}
section.shinsain .imgbox {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 750px) {
  section.shinsain .imgbox {
    width: 40vw;
    max-width: 40vw;
  }
}
@media (min-width: 751px) {
  section.shinsain .imgbox {
    width: 90%;
    max-width: 90%;
  }
}
@media (min-width: 751px) {
  section.samplemovie .column_3 ul {
    justify-content: center;
  }
}
