@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url("font.css");

/*.Oswald {
  font-family: 'Oswald', sans-serif;
}*/

html {
	font-size: 62.5%;
}
body {
	background: #EFEFEF;
	/*font-family: 'Zen Old Mincho', serif;
  font-family: 'Noto Serif JP', serif;*/
  font-family: 'Zen Kaku Gothic New', sans-serif;
	width: 100%;
	height: 100%;
	margin:0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	font-size: 2.0rem;
	line-height: 2em;
	font-weight: 600; 
	font-feature-settings: "palt" 1;
	color: #005BAB;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding :0;
	font-weight: 600; 
}
table {
}
img, figure, figcaption {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
img {
  /*width: 100%;
  height: auto;*/
}
* {
  box-sizing: border-box;
	position: relative;
}
a, a:hover, a img, a:hover img {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
a {
	color: #005BAB;
  text-decoration: none;
	display: block;
}
a:hover {
  opacity: 0.6;
}

p {
	margin: 0;
	padding: 0;
	text-align: center;
	/*text-align: justify;
	text-justify: distribute;*/
}
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
table {
	width: 100%;
	border: none;
}
tbody {
	border-top: 0px;
}
th {
	padding-right: 0em; /* LTR */
	border-bottom: none;
}
tbody th {
	border-bottom: none;
}
.pc {
	display: inline;
}
.sp {
	display: none;
}
#Content > section, #Content > section .inner > *, /*#Content > section .inner li,*/ #Introduction .sub > *, #Introduction .sub > div > * {
	transition: all 1s;
}
#Wrapper {
	text-align: center;
}

/*header
-------------------------------------------------------*/
@keyframes bg {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
  }
}
@keyframes slideL {
  0% {
    opacity: 0;
    transform: scale(1.2) translateX(-20%);
  }
  100% {
    opacity: 1;
    transform: scale(1.0) translateX(0%);
  }
}
@keyframes slideR {
  0% {
    opacity: 0;
    transform: scale(1.2) translateX(20%);
  }
  100% {
    opacity: 1;
    transform: scale(1.0) translateX(0%);
  }
}

header {
	background: #FFFFFF url("../img/main.jpg") center top no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 900px;
  padding: 50px 0;
}
header > * {
  position: absolute;
  opacity: 0;
}
header img {
  max-width: 100%;
}
header h1 {
  width: 200px;
  right: calc(50% - 520px);
  top: 80px;
  -webkit-animation: fade 0.2s ease-out 0.4s 1 forwards;
  animation: fade 0.2s ease-out 0.4s 1 forwards;
}
header .day {
  width: 280px;
  left: calc(50% - 140px);
  bottom: 140px;
  -webkit-animation: fade 0.2s ease-out 1.2s 1 forwards;
  animation: fade 0.2s ease-out 1.2s 1 forwards;
}
/*header .vs {
  width: 260px;
  left: calc(50% - 130px);
  bottom: 50px;
  -webkit-animation: fade 0.2s ease-out 0.8s 1 forwards;
  animation: fade 0.2s ease-out 0.8s 1 forwards;
}
header .Logo {
  left: calc(50% - 75px);
  bottom: 50px;
  -webkit-animation: fade 0.2s ease-out 1.2s 1 forwards;
  animation: fade 0.2s ease-out 1.2s 1 forwards;
}
*/
header .title1, header .title2 {
  width: 260px;
  bottom: 170px;
}
header .title1 {
  left: calc(50% - 520px);
  -webkit-animation: slideL 0.2s ease-out 0.8s 1 forwards;
  animation: slideL 0.2s ease-out 0.8s 1 forwards;
}
header .title2 {
  right: calc(50% - 520px);
  -webkit-animation: slideR 0.2s ease-out 0.8s 1 forwards;
  animation: slideR 0.2s ease-out 0.8s 1 forwards;
}
.end header {
	background: #FFFFFF url("../img/end/main.jpg?date=20250418") center top no-repeat;
  overflow: hidden;
}

header > .bg {
	background: rgba(255,255,255,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
  opacity: 1;
  -webkit-animation: bg 1.6s ease-in 0.4s 1 forwards;
  animation: bg 1.6s ease-in 0.4s 1 forwards;
  
  display: none;
}

/*footer
-------------------------------------------------------*/
#btnTop {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}
#btnTop a {
	background: #005BAB;
	color: #FFFFFF;
  width: 80px;
  height: 40px;
  padding: 10px;
	text-decoration: none;
	text-align: center;
  display: block;
}
#btnTop a::before {
  font-family: FontAwesome;
	content: "\f106";
	font-size: 2.0rem;
	line-height: 2.0rem;
  display: block;
}
#btnTop a::after {
  content: "";
	background: url("../img/totop.png") center bottom no-repeat;
  background-size: contain;
  width: 100px;
  height: 140px;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 40px;
}
footer .inner {
	padding: 100px 0;
}
footer .Logo {
	margin-bottom: 10px;
	line-height: 1em;
}
footer .Logo img {
  width: 150px;
  height: auto;
}
#Copy {
	color: #666666;
	font-size: 1.2rem;
	line-height: 2em;
	font-weight: 500;
}
footer .btn {
	background: #005BAB;
	border: #005BAB 1px solid;
  color: #FFFFFF;
	max-width: 200px;
	margin: 50px auto 0 auto;
	padding: 10px 20px;;
	font-size: 1.3rem;
	line-height: 1em;
}

/*
-------------------------------------------------------*/
#Content {
	background: #EFEFEF url("../img/c1_bg.png") center top no-repeat;
  background-size: 2000px auto;
}
.end #Content {
	background: #EFEFEF url("../img/end/c1_bg.png") center top no-repeat;
  background-size: 2000px auto;
}
#Content .inner {
	padding-top: 100px;
}
#Content .inner.nopt {
	padding-top: 0px;
}
#Content .inner > *:nth-child(n+2):not(.period) {
	margin-top: 50px;
}
h3 {
	font-size: 3.0rem;
	line-height: 1.5em;
	font-weight: 700; 
}
h3 span {
	font-size: 2.0rem;
	line-height: 1.5em;
}
h4 {
	font-size: 2.4rem;
	line-height: 1.5em;
}
.title {
  background: #FFFFFF;
	border: #005BAB 2px solid;
	padding: 20px 10px;
	font-size: 3.0rem;
	line-height: 4.0rem;
}

/*flex
-------------------------------------------------------*/
.flex {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
}

/*youtube
-------------------------------------------------------*/
.youtube {
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.youtube iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/*.youtube,*/ .youtube + * {
	margin-top: 100px !important;
  position: relative;
}

/*
-------------------------------------------------------*/
.col1 {
	color: #005BAB;
}
.col2 {
	color: #005BAB;
}
.col3 {
	color: #005BAB;
}

/*Cont1
-------------------------------------------------------*/
.pop img {
	border: #ffffff 10px solid;
	width: 100%;
	height: auto;
}
#Introduction .img img {
}
#Cont1 h3 {
}

/*Cont2
-------------------------------------------------------*/
#Cont2 .period {
  background: #FFFF00;
  color: #222222;
  margin-top: 20px;
  padding: 15px 10px;
  line-height: 1.5em;
}
#Vote {
	margin-top: 100px !important;
}
#Vote > *:last-child {
}
.end #Vote > *:last-child {
	margin-bottom: 0px;
}
#Vote .img {
}
#Vote .img img {
	width: 100%;
	height: auto;
}
#Vote .number {
  color: #005BAB;
	margin-bottom: 30px;
  font-size: 4.0rem;
  line-height: 1.0em;
}
#Vote .number span {
  /*font-family: 'Oswald', sans-serif;*/
  padding: 0 5px;
  font-size: 10.0rem;
  line-height: 1.0em;
  font-weight: 900;
  position: relative;
  top: 5px;
}
#Vote .wide {
  margin-bottom: 40px;
}
#Vote h3 {
	margin-bottom: 20px;
}
#Vote .btn, #Form .btn input {
  font-family: 'Zen Kaku Gothic New', sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	padding: 40px 0;
	font-size: 3.0rem;
	line-height: 40px;
	border-radius: 80px;
}
#Vote .btn {
	max-width: 400px;
	height: 140px;
	
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}
#Vote .btn span {
	font-size: 2.0rem;
	line-height: 2.0rem;
}
#Vote .sabakatsu .btn, #Form .sabakatsu .btn input {
	border: #005BAB 6px solid;
	background: #005BAB;
	color: #FFFFFF;
}
#Vote .sabateriyaki .btn, #Form .sabateriyaki .btn input {
	border: #005BAB 6px solid;
	background: #FFFFFF;
	color: #005BAB;
}
#Vote .twitter {
	/*border: #222222 10px solid;*/
  background: #FFFFFF;
	width: 100%;
  margin-top: 100px;
	margin-bottom: 50px;
	padding: 100px;
}
#Vote .twitter h3 {
	margin-bottom: 100px;
}
#Vote .twitter ol {
	counter-reset: flow;
}
#Vote .twitter li {
	padding-left: 2em;
	text-align: justify;
}
#Vote .twitter li:before {
	font-family: 'Oswald', sans-serif;
  content: counter(flow)'.';
  counter-increment: flow;
  display: block;
	font-size: 3.6rem;
  line-height: 4.0rem;
	position: absolute;
	left: 0;
	top: 0;
}
#Vote .twitter li:nth-of-type(n+2) {
	margin-top: 50px;
}
#Vote .twitter li strong {
	font-size: 3.0rem;
	line-height: 4.0rem;
  font-weight: 600;
}
#Vote .twitter li a {
	display: inline-block;
}
#Vote .twitter .btn {
	background: #222222;
	color: #FFFFFF;
}
/*#Vote .twitter .btn {
	padding-left: 60px;
}
#Vote .twitter .btn::before {
	content: '';
	background: url("../img/icon_tw.png") center center no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	margin-left: -20px;
	display: block;
	position: absolute;
	left: 50%;
	top: 25px;
}*/

/*Cont3
-------------------------------------------------------*/
#Cont3 .result .graph, #Cont3 .result .flex {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
	justify-content: space-between;
}
#Cont3 .inner {
	padding-bottom: 100px;
}
#Cont3 .result .graph {
	overflow: hidden;
}
#Cont3 .result .graph > * {
  height: 100px;
	margin-bottom: 30px;
	width: 0%;
	transition: all 1s 1s ease-out;
}
#Cont3 .result .bar1 {
	background: #D70C18;
}
#Cont3 .result .bar2 {
	background: #F0E800;
}
#Cont3 .result .flex > * {
  width: 50%;
}
#Cont3 .total {
	margin-bottom: 20px;
}
#Cont3 .total .count {
	font-family: 'Oswald', sans-serif;
	font-size: 15.0rem;
  line-height: 16.0rem;
}
#Cont3 #data1 .total {
	color: #D70C18;
}
#Cont3 #data2 .total {
	color: #F0E800;
}

/*Cont4
-------------------------------------------------------*/
#Cont4 .inner {
}
#Cont4 .sub > *:nth-child(n+2), #Cont4 .sub > * > *:nth-child(n+2) {
	margin-top: 50px;
}
.end #Cont4 .sub > div {
	margin-top: 0px;
}
#Cont4 .sub p {
	text-align: justify;
	font-weight: 500;
	opacity: 0.7;
}
#Introduction h3 + p {
	margin-top: 30px !important;
}
#Introduction .img img {
	width: 100%;
	height: auto;
}
#Introduction > * {
	padding: 100px 0;
}
#Introduction .sabakatsu, #Introduction .sabateriyaki {
  border: #005BAB 10px solid;
}
#Introduction .sabakatsu {
	background: #005BAB;
  color: #FFFFFF;
}
#Introduction .sabateriyaki {
	background: #EFEFEF;
  color: #005BAB;
}
#Introduction .sub .youtube {
	margin-top: 50px !important;
}

/*Cont5
-------------------------------------------------------*/
#Cont5 {
}
#Cont5 dl {
	align-items: flex-start;
}
#Cont5 dl > *:nth-of-type(n+2) {
	margin-top: 30px;
}
#Cont5 dl dt {
	border: #005BAB 1px solid;
	width: 100%;
	font-size: 1.6rem;
	line-height: 3.0rem;
	font-weight: 700;
}
#Cont5 dl dd {
	width: 100%;
	font-size: 1.4rem;
	line-height: 3.0rem;
	text-align: justify;
	text-justify: distribute;
}
#Cont5 dl dd > *:nth-child(n+2) {
	margin-top: 20px;
}
#Cont5 dl dd p {
	text-align: justify;
}
#Cont5 dl dd strong {
	font-size: 2.0rem;
	line-height: 3.0rem;
	font-weight: 700;
}
#Cont5 dl dd ol {
	padding-left: 25px;
}
#Cont5 dl dd ol li {
	font-size: 1.4rem;
	line-height: 2.8rem;
	list-style: decimal;
}
#Cont5 dl dd ol li:nth-of-type(n+2) {
	padding-top: 10px;
}
#Cont5 a {
	display: inline-block;
}

/*Bento
-------------------------------------------------------
#Bento .bgWrap {
  border: #e6c72e 5px solid;
  padding: 100px;
}
#Bento .youtube, #Bento .youtube + *, #Bento .period, #Bento .shopWrap .img, #Bento h3 {
  margin-top: 50px !important;
}
#Bento .period {
  background: #e6c72e;
  color: #005BAB;
  padding: 20px;
  display: inline-block;
}
#Bento .period, #Bento h3 {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
  align-items: center;
  justify-content: center;
}
#Bento .period .date {
  padding: 0 5px;
  font-size: 3.6rem;
  top: -0.2rem;
}
#Bento .price {
  margin-top: 20px;
}
#Bento .price span {
  font-size: 3.0rem;
}
#Bento .shopWrap .img img {
  width: 100%;
  height: auto;
}
#Bento h3 {
  color: #e6c72e;
}
#Bento h3 span {
  border: #e6c72e 1px solid;
  margin-right: 10px;
  padding: 0 10px;
}
#Bento .shopWrap .address {
  margin-top: 30px !important;
}
#Bento .address a {
  display: inline-block;
}*/

/*pc
-------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  
  .inner {
    width: 1000px;
    margin: 0 auto;
  }/*
  .end header h1 {
    bottom: inherit;
    top: 60px;
  }
  .end header .vs {
    bottom: inherit;
    top: 500px;
  }*/
  .end header .title1, .end header .title2 {
    bottom: 300px;
  }/*
  .end header .title1 {
    left: calc(50% - 420px);
  }
  .end header .title2 {
    right: calc(50% - 420px);
  }*/
	
	/*flex
	-------------------------------------------------------*/
	.flex {
		justify-content: space-between;
	}

  /*column
  -------------------------------------------------------*/
  .flex.sb, .column2, .column3 {
    justify-content: space-between;
  }
	.flex.center {
    justify-content: center;
  }
	.flex.vcenter {
		align-items: center;
  }
  .column2 > * {
    width: 48%;
		height: auto;
  }
  .column3 > * {
    width: 30%;
		height: auto;
  }
	
	/*Cont1
	-------------------------------------------------------*/
  #Cont1 h2 img {
    max-width: 600px;
  }
	
	/*Cont2
	-------------------------------------------------------*/
  #Cont2 h2 img {
    max-width: 760px;
  }
	#Vote > *  {
		width: 50%;
		padding: 0 5%;
	}
  #Vote .wide {
		width: 100%;
    grid-gap: 40px;
    align-items: center;
  }
  #Vote .wide * {
    text-align: left;
  }
  #Vote .wide > *:nth-child(2n+1) {
		width: 40%;
  }
  #Vote .wide > *:nth-child(2n+2) {
		width: calc(60% - 40px);
  }
  #Vote .wide p {
    font-size: 1.6rem;
    line-height: 1.8em;
  }
  #Vote .btn {
    max-width: 500px;
  }
  #Vote .sabakatsu.sub {
    padding-right: 1%;
  }
  #Vote .sabateriyaki.sub {
    padding-left: 1%;
  }
  #Vote .twitter h3 img {
    max-width: 640px;
  }
	#Vote .twitter ol {
		padding: 0 50px;
	}
	
	/*Cont3
	-------------------------------------------------------*/
  #Cont3 h2 img {
    max-width: 760px;
  }
	
	/*Cont4
	-------------------------------------------------------*/
	#Cont4 .inner {
		width: 100%;
	}
	#Introduction > * {
		width: 50%;
	}
	#Introduction .sabakatsu .sub {
		margin-left: auto;
	}
	#Introduction .sub {
		width: 500px;
	}
	#Introduction .sub > div {
		padding: 0 10%;
	}
	/*#Introduction p {
		min-height: 160px;
	}*/

	/*Cont5
	-------------------------------------------------------*/
	#Cont5 dl dt {
		width: 180px;
	}
	#Cont5 dl dd {
		width: 800px;
	}

  /*Bento
  -------------------------------------------------------*/
  #Bento .shopWrap {
    justify-content: space-between;
  }
  #Bento .shopWrap .img {
    width: 300px;
  }
  #Bento .shopWrap .note {
    width: 440px;
  }
  #Bento .shopWrap .note > * {
    text-align: justify !important;
    justify-content: flex-start !important;
  }
  
}


/*sphone
-------------------------------------------------------*/
@media screen and (max-width: 767px) {
	
  html {
    height: -webkit-fill-available;
  }
	body {
		font-size: 1.4rem;
		line-height: 2em;
    min-height: 100vh;
    min-height: -webkit-fill-available;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.pc {
		display: none;
	}
	.sp {
		display: inline;
	}

  /*flex
  -------------------------------------------------------*/
	.flex {
		flex-direction: column;
	}
	
	/*header
	-------------------------------------------------------*/
	header {
		background: #FFFFFF url("../img/main_s.jpg") center top no-repeat;
		background-size: 100vw auto;
    height: 100vh;
		padding: 20px 0;
		text-align: center;
	}
	header > * {
		width: 100%;
	}
	header h1 {
    width: 28vw;
		right: 1vw;
    top: 20vh;
	}
	header h1 img {
	}
  header .day {
    width: 50vw;
		left: 25vw;
    top: 100vw;
  }
	/*header .vs {
    width: 40vw;
    left: 30vw;
    bottom: 30vw;
	}*/
	header .title1, header .title2 {
		width: 35vw;
		top: 125vw;
	}
	header .title1 {
		left: 3vw;
	}
	header .title2 {
		right: 3vw;
	}
  .end header {
    background: #FFFFFF url("../img/end/main_s.jpg?date=20240410") center bottom no-repeat;
		background-size: cover;
    height: 600px;
  }
  .end header h1 {
    bottom: inherit;
    top: 20px;
  }
  .end header .vs {
    bottom: 200px;
  }
  .end header .title1, .end header .title2 {
    bottom: 120px;
  }
  .end header .title1 {
    left: 20px;
  }
  .end header .title2 {
    right: 20px;
  }
  /*
	header .text1, header .text2 {
		width: 18vw;
		top: inherit;
		bottom: 24vh;
	}
	header .text1 {
		left: 25vw;
	}
	header .text2 {
		right: 25vw;
	}
  */
	.Logo img {
		width: 120px;
		height: auto;
	}
	
	/*footer
	-------------------------------------------------------*/
  #btnTop a {
    width: 50px;
    height: 20px;
    padding: 0px;
  }
  #btnTop a::after {
    width: 50px;
    height: 70px;
    right: 5px;
    bottom: 20px;
  }
	footer .inner {
		padding: 60px 0;
	}
	#Copy {
		font-size: 1.0rem;
		line-height: 2em;
	}
	footer .btn {
		margin-top: 30px;
	}

	/*
	-------------------------------------------------------*/
	#Content {
		background: #EFEFEF url("../img/c1_bg_s.png") center top no-repeat;
		background-size: contain;
	}
	#Content .inner {
		padding-top: 60px;
	}
	#Content .inner > *:nth-child(n+2) {
		margin-top: 30px;
	}
	h2 img, h3 img {
		max-width: 80%;
		height: auto;
	}
	h3 {
		font-size: 2.0rem;
    line-height: 1.5em;
	}
  h4 {
    font-size: 1.6rem;
    line-height: 1.5em;
  }
	
	/*youtube
	-------------------------------------------------------*/
	/*.youtube,*/ .youtube + * {
		margin-top: 60px !important;
	}
  .youtube + .youtube {
		margin-top: 30px !important;
	}
	
	/*Cont1
	-------------------------------------------------------*/
	.pop {
		padding: 0 20px;
	}
	.pop img {
		border-width: 5px;
	}
	
	/*Cont2
	-------------------------------------------------------*/
  #Cont2 .period {
    margin-left: 20px;
    margin-right: 20px;
  }
	#Vote {
		margin-top: 60px !important;
		padding: 0 20px;
	}
	#Vote > *:not(:last-child) {
	}
	#Vote .img {
		margin-bottom: 30px;
	}
  #Vote .number {
		margin-bottom: 10px;
    font-size: 3.0rem;
    line-height: 1.0em;
  }
  #Vote .number span {
    font-size: 6.0rem;
    line-height: 1.0em;
    top: 3px;
  }
	#Vote h3 {
		margin-bottom: 0px;
	}
	#Vote .btn, #Form .btn input {
		margin-top: 30px;
		padding: 10px 0;
		font-size: 2.4rem;
		line-height: 1.2em;
		border-radius: 50px;
	}
	#Vote .btn {
		height: 100px;

		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: center;
	}
	#Vote .btn span {
		font-size: 1.6rem;
		line-height: 2.0rem;
	}
	#Vote .twitter {
		border-width: 6px;
    margin-top: 60px;
		margin-bottom: 30px;
		padding: 60px 30px;
	}
	#Vote .twitter h3 {
		margin-bottom: 60px;
	}
	#Vote .twitter h3 img {
    max-width: 100%;
    height: auto;
}
	#Vote .twitter li:before {
		font-size: 2.4rem;
		line-height: 2.8rem;
	}
	#Vote .twitter li:nth-of-type(n+2) {
		margin-top: 30px;
	}
	#Vote .twitter li strong {
		font-size: 2.0rem;
		line-height: 3.0rem;
	}
	
	/*Cont3
	-------------------------------------------------------*/
	#Cont3 .inner {
		padding-bottom: 60px;
	}
	#Cont3 .result .graph > * {
		height: 60px;
	}
	#Cont3 .total .count {
		font-size: 16vw;
		line-height: 16vw;
	}
	
	/*Cont4
	-------------------------------------------------------*/
	#Cont4 .inner {
	}
	#Cont4 .sub > *:nth-child(n+2), #Cont4 .sub > * > *:nth-child(n+2) {
		margin-top: 30px;
	}
	#Introduction h3 + p {
		margin-top: 20px !important;
	}
	#Introduction > * {
		padding: 60px 0;
	}
	#Introduction .sub > div {
		padding: 0 20px;
	}
	#Introduction .sub .youtube {
		margin-top: 30px !important;
	}

	/*Cont5
	-------------------------------------------------------*/
	#Cont5 .inner {
    padding-left: 20px;
    padding-right: 20px;
	}
	#Cont5 dl > dd:nth-of-type(n+2), #Cont5 dl dd {
		margin-top: 20px !important;
	}
	#Cont5 dl dt {
		font-size: 1.6rem;
		line-height: 3.0rem;
	}
	#Cont5 dl dd {
		font-size: 1.2rem;
		line-height: 2.4rem;
	}
	#Cont5 dl dd strong {
		font-size: 1.4rem;
		line-height: 2.8rem;
	}
	#Cont5 dl dd ol {
		padding-left: 20px;
	}
	#Cont5 dl dd ol li {
		font-size: 1.2rem;
		line-height: 2.4rem;
	}

  /*Bento
  -------------------------------------------------------
  #Bento .inner {
    padding: 60px 20px;
  }
  #Bento .bgWrap {
    border-width: 3px;
    padding: 60px 30px;
  }
	#Bento h2 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
	}
	#Bento h2 img {
		max-width: 90%;
		height: auto;
	}
  #Bento .youtube, #Bento .youtube + *, Bento .period, #Bento h3, #Bento .period {
    margin-top: 30px !important;
  }
  #Bento .period {
    padding: 15px 0;
    line-height: 1.6em;
    display: block;
  }
  #Bento .period .date {
    font-size: 1.8rem;
    top: 0rem;
  }
  #Bento .period span {
  }
  #Bento h3 span {
    font-size: 1.5rem;
  }*/

}