
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* flaot clear
-----------------------------------------------------------------*/
.clearfix::after {
	content: "";
	clear: both;
	display: block;
}
.row::after {
  content: "";
  display: block;
  clear: both;
}

.pc { display: block; }
.sp { display: none; }
.p-0 {
  box-sizing: border-box;
  padding: 0em !important;
}
.p-3 {
  box-sizing: border-box;
  padding: 1em !important;
}
.p-5 {
  box-sizing: border-box;
  padding: 3em !important;
}

.pb-0 {
  box-sizing: border-box;
  padding-bottom: 0em !important;
}
.pb-3 {
  box-sizing: border-box;
  padding-bottom: 1em !important;
}
.pb-5 {
  box-sizing: border-box;
  padding-bottom: 3em !important;
}

.m-0 {
  box-sizing: border-box;
  margin: 0em !important;
}
.m-3 {
  box-sizing: border-box;
  margin: 1em !important;
}
.m-5 {
  box-sizing: border-box;
  margin: 3em !important;
}
.mb-3 {
  box-sizing: border-box;
  margin-bottom: 1em !important;
}
.center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.pivot {
  position: relative;
}
img {
  vertical-align: bottom;
}


.flex {
	display: flex;
}
.iflex {
	display: inline-flex;
}
.rreverse {
  flex-direction: row-reverse;
}
.creverse {
  flex-direction: column-reverse;
}
.fwrap {
  flex-wrap: wrap;
}
.fwrapreverse {
  flex-wrap: wrap-reverse;
}

.fend {
  justify-content: flex-end;
}
.fcenter {
  justify-content: center;
}
.fbetween {
  justify-content: space-between;
}
.faround {
  justify-content: space-around;
}

.fastart {
  align-items: flex-start;
}
.faend {
  align-items: flex-end;
}
.facenter {
  align-items: center;
}

.fistart {
  align-self: flex-start;
}
.fiend {
  align-self: flex-end;
}
.ficenter {
  align-self: center;
}

body {
	/*background-color: #00b9ef;*/
}

.outer {
	min-width: 1140px;
	width: 100%;
	margin: 0 auto;
}
.inner {
	max-width: 100%;
	width: 1140px;
	margin: 0 auto;
}

.topbar {
	background-color: #f5f1df;
}
.topbar_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
.topbar .cupnoodo2026,
.topbar .collaboration {
	margin: 10px 15px;
}
.topbar .cupnoodo2026,
.topbar .cupnoodo2026 img {
	width: 504px;
}
.topbar .collaboration,
.topbar .collaboration img {
	width: 450px;
}
.sponsor1 {
  position: absolute;
  top: 30px;
  right: 10px;
}
.sponsor1 img {
	width: 135px;
}
.sponsor2 {
  position: absolute;
  top: 30px;
  right: 10px;
}

@media screen and (max-width:767px) {
	
  .pc { display: none; }
  .sp { display: block; }
  p {
  	word-break: break-all;
  }

  img {
    max-width: 100%;
    height: auto;
  }

.outer {
	min-width: 100%;
	width: 100%;
	margin: 0 auto;
}
.inner {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}
	
	
}

#header {

}
#header .inner {
	min-height: 800px;
	position: relative;
	z-index: 2;
}
.visual_wrap {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
}
.visual_wrap h1.title {
	width: 	950px;
	z-index: 2;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0);
}
.visual_wrap .title h1 img {
	width: 100%;
}
.visual_wrap .fighters {
	position: relative;
	left: -50px;
	bottom: 0;
}
@media screen and (max-width:1100px) {
	.visual_wrap .fighters {
		position: relative;
		/*
		top:  calc( 100vw * ( -30 / 1190 ) );
		left:  calc( 100vw * ( -50 / 1190 ) );
		*/
	}
}
.visual_wrap .fighters > img {
	/*max-width: calc( 100vw * ( 1091 / 1190 ) );*/
	width: 	1200px;
}

.visual_wrap .bar {
	position: absolute;
	bottom: -75px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.visual_wrap .bar img {
	width: 1075px;
}
.copyright_nf {
	display: flex;
	justify-content: flex-end;
	color: #fff;
	font-size: 0.785em;
	width: 1075px;
	margin: 0.5em auto;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.copyright_nf img {
	margin-right: 1em;
	height: 0.5rem;
}

.bg_blue {
	background-image: url("../img2026/page_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
/*	padding-bottom: 50px;*/
overflow: hidden;
}
.bg_flat {
	background-color: #f5f1df;
}

@media screen and (max-width:767px) {
	
	#header {
		min-width: 100%;
	}
	#header .inner{
		padding-top: calc(100vw * ( 25 / 1190 ));
		min-height: calc(100vw * ( 800 / 1190 ));
	}
	#header::after {
		display: none;
	}

	.sponsor1 {
		max-width: 13%;
		top: calc(100vw * (30 / 1190 ));
		right: calc(100vw * (30 / 1190 ));
	}

	.visual_wrap {
		width: 100%;
		padding-top: 0;
	}
	.visual_wrap  h1.title {
		width: calc(100vw * ( 960 / 1190 ));
		/*padding-top: calc(100vw * ( 65 / 1190 ));*/
		margin: 0 auto;
		bottom: calc(100vw * ( 20 / 1190 ));
	}

	.visual_wrap .fighters {
		width: 100%;
		position: relative;
		/*
		top: calc(100vw * ( -30 / 1190 ));
		left: calc(100vw * ( -50 / 1190 ));
		*/
	}

	.visual_wrap .fighters > img {
		width: calc(100vw * ( 1290 / 1190 ));
		max-width: none;
		margin-left: calc(100vw * ( 0 / 1190 ));
	}

	.copyright_nf {
		width: calc(100vw * ( 1175 / 1190 ));
		bottom: calc(100vw * ( 20 / 1190 ));
	}
	.copyright_nf img {
		margin-right: 1em;
		width: calc(100vw * ( 60 / 1190 ));
		height: auto;
	}

	.visual_wrap .bar {
		width: calc(100vw * ( 1075 / 1190 ));
		position: absolute;
		bottom: calc(100vw * ( -50 / 1190 ));
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
	}
	.visual_wrap .bar img {
		width: 100%;
	}
	
}

#kado-maru-wrap {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;	
	position: relative;
	z-index: 3;
	
	padding-top: 50px;
}
#kado-maru-wrap h2 {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translate(-50%, 0);
	
}
#kado-maru-wrap h2 img {
	width: 100%;
}
#kado-maru-wrap .bar {
	padding-bottom: 30px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#kado-maru-wrap .bar  img {
	width: 100%;
}
#kado-maru-wrap .waku {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
/*
	background-color: #f5f1df;
	border: 5px solid #e50012;
	border-radius: 25px;
	padding-bottom: 25px;
*/
	box-sizing: border-box;
}
#kado-maru-wrap .campaign_wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
#kado-maru-wrap .campaign_wrap .logo {
	width: calc( 100% * (244 / 857 ) );
}
#kado-maru-wrap .campaign_wrap .logo img {
	width: 100%;
}
#kado-maru-wrap .campaign_wrap .text {
	width: 100%;
}
#kado-maru-wrap .campaign_wrap .text img {
	width: 100%;
}
#kado-maru-wrap .noodo_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0;
}
#kado-maru-wrap .noodo_wrap .balloon {
	width: 103px;
}
#kado-maru-wrap .noodo_wrap .balloon img {
	width: 103px;
}
#kado-maru-wrap .noodo_item_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
#kado-maru-wrap .noodo_wrap .noodle {
	width: calc( 100% * (490 / 1000 ) );
	margin-left: -10px;
	margin-right: -10px;
}
#kado-maru-wrap .noodo_wrap img {
	width: 100%;
}
#kado-maru-wrap .waku .present {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
#kado-maru-wrap .waku .present img {
	width: 100%;	
}



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

	#kado-maru-wrap {
		width: 95%;
		/*margin-top: calc( 100vw * (-200 / 768 ) );*/
		padding-top: calc( 100vw * ( 40 / 768 ) );
	}
	#kado-maru-wrap h2 {
		width: 90%;
		top: calc( 100vw * ( -50  / 768 ) );
	}
	#kado-maru-wrap .bar {
		/*padding-top:  calc( 100vw * ( 30  / 768 ) );*/
		padding-bottom:  calc( 100vw * ( 30 / 768 ) );
		width: 95%;
	}
	#kado-maru-wrap .waku {
		width: 100%;
		/*
		margin-top:  calc( 100vw * (-60 / 768 ) );	
		border: 5px solid #e50012;
		border-radius:  20px;
		padding-bottom: 25px;
		*/
	}
	#kado-maru-wrap .campaign_wrap {
		width: 95%;
	}
	#kado-maru-wrap .noodo_wrap {
		width: 95%;
/*		flex-direction: column;*/
		justify-content: space-around;
		position: relative;
		padding:  10px 0  0 0;
		align-items: flex-start;
	}
	#kado-maru-wrap .noodo_wrap .balloon {
		/*order: 1;*/
	}
	#kado-maru-wrap .noodo_wrap .balloon {
		padding-top: 20px;
		width: 17%;
/*		order: 1;
		width: 100%;
		display: flex;
		justify-content: flex-end;
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;*/
	}
	#kado-maru-wrap .noodo_wrap .balloon img {
		width: 100%;
	}
	#kado-maru-wrap .noodo_wrap .noodle {
		/*order: 2;*/
		width: 100%;
		text-align: center;
		padding: 0.5em 0;
	}
	#kado-maru-wrap .noodo_wrap .noodo_item_wrap {
		width: 83%;
		flex-direction: column;
		justify-content: flex-start;
		
	}
	#kado-maru-wrap .noodo_wrap .noodle  img {
		width: 100%;
	}
	#kado-maru-wrap .waku .present {
		width: 90%;
	}
	
}

#formHeader {
	margin: 2em 0;
	justify-content: center;
	align-items: center;
}
#formHeader .left {
	padding: 0px 20px;
}
#formHeader .left img {
	width: 258px;
}
#formHeader .right {
	padding: 0px 20px;
}
#formHeader .right img {
	width: 621px;
}
#content {
  width: 100%;
  min-width: 1140px;
}
#present {
  position: relative;
  box-sizing: border-box;
  z-index: 9;
  margin: 0;
  padding: 0;
}
#content .inner {
  box-sizing: border-box;
  /*border: 2px solid #1f2c5c;*/
  background-color: #fff;
}

#present .position {
	width: 100%;
	padding-bottom: 50px;
}
#present .position .noodo2024 {
	display: flex;
	justify-content: center;
}
#present .position .noodo2024 img {
	margin-top: -200px;
	margin-right: 12px;
}
#present .campaign_present {
	display: flex;
	justify-content: space-between;
	width: 1075px;
	margin: 2em auto 0 auto;
}


.kome_img {
	display: flex;
	justify-content: flex-end;
	/*color: #fff;*/
	font-size: 0.75em;
	width: 1075px;
	margin: 0.5em auto;
}

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

	#present .position {
		padding-bottom: calc(100vw * ( 50 / 1190 ));
	}
	#present .campaign_present {
		display: block;
		width: calc(100vw * ( 1080 / 1190 ));
	}
	#present .campaign_present .present1 {
		padding-bottom: 1.5em;
	}
	#present .campaign_present img {
		width: 100%;
	}
	#present .position .noodo2024 img {
		margin-top: calc(100vw * ( -200 / 1190 ));
		margin-right: calc(100vw * ( 12 / 1190 ));
		width: calc(100vw * ( 1088 / 1190 ));
	}
	.kome_img {
		margin-top: calc(100vw * ( 10 / 1190 ));
		width: calc(100vw * ( 1075 / 1190 ));
		font-size: calc(100vw * ( 20 / 1190 ));
	}
	
}


.aboutWrap .borderWrap {
  background-color: #f7f7f7;
  border: 1px solid #dddddd;
  margin-top: 1em;
  border-radius: 20px;
}
#about {
  background-color: #f7f7f7;
}
#about .aboutWrap .borderWrap {
  background-color: #fff;
}

.aboutWrap dl {
  padding: 1em;
  font-size: 1.4rem;
}
.aboutWrap dl dt {
  text-align: right;
  width: 5em;
  float: left;
  line-height: 1.6;
}
.aboutWrap dl dd {
  padding-left: 5.5em;
  padding-bottom: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
.aboutWrap h4 {
	background-color: #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	font-size: min(3vw, 1.4rem);
	padding: 0.5em;
}
.aboutWrap p {
  padding: 1em;
  font-size: 1.4rem;
  line-height: 1.6;
}

#footer {
  background-color: #e60012;
  text-align: center;
  color: #fff;
  width: 100%;
  min-width: 1140px;
}

.copyright {
  padding: 3em;
  font-size: 0.875rem;
}

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

  .aboutWrap {
    padding: 3% !important;
  }
  .aboutWrap .borderWrap {
    border-radius: calc( 100vw * ( 20 / 750 ) );
  }
  .aboutWrap h3 img {
    width: 90%;
  }
  #present, #content {
  	min-width: 100%;
  }
  #content .inner .products {
 	padding-bottom: 0 !important;
  }

  .aboutWrap dl {
    padding: 0;
	margin: 0;
    font-size: 0.9rem;
  }
  .aboutWrap dl dt {
    text-align: left;
    width: auto;
    float: none;
    padding-bottom: 0.7em;
  }
  .aboutWrap dl dd {
    margin-left: 1em;
    padding-left: 0;
    padding-bottom: 2em;
    text-indent: -1em;
  }

  .aboutWrap p {
	margin-top: 0;
	padding: 0;
	font-size: 0.9rem;
  }
	
  .copyright {
  	padding: 3em 1em;
    font-size: 0.785rem;
  }
	
}



.w840{
	max-width: 840px;
	margin: 0 auto;
}
.w740{
	max-width: 740px;
	margin: 0 auto;
}

.formWrap {
	padding-top: 2em;
	padding-bottom: 2em;
}
.formWrap h2 {
  background-color: #e60012;
  width: 90%;
  margin: 0 auto;
  padding: 0.5em;
}
.formWrap h2 img {
	vertical-align: middle;
	margin: 0 auto;
	display: block;
}
.formtable {
  width: 90%;
  margin: 2em auto;
}
.formtable th,
.formtable td {
  padding: 1em;
}
.formtable th {
  text-align: left;
  background-color: #f7f7f7;
  border: 1px solid #cccccc;
}
.formtable th span {
  background-color: #e60012;
  color: #fff;
  float: right;
  display: inline-block;
  font-weight: normal;
  font-size: 0.8em;
  padding: 0.2em 0.5em;
}
.formtable td {
  border: 1px solid #cccccc;
}
.formtable td p {
  margin: 0;
  padding-bottom: 0.5em;
}
input[type="file"] {
	width: 500px;
	max-width: 80%;
}
button[type="button"].back,
button[type="submit"] {
  padding: 0.5em 3em;
  border: none;
  font-size: 1.2em;
  background-color: #e60012;
  color: #fff;
  margin: 0 auto;
}

button[type="submit"]:disabled {
  background-color: #ccc;
}

a.btn {
  display: inline-block;
  padding: 0.5em 3em;
  border: none;
  font-size: 1.2em;
  background-color: #e60012;
  color: #fff;
  margin: 0 auto;
  text-decoration: none;
}
.caution {
  width: 90%;
  margin: 0 auto;
}

.postal-search {
	margin-left: 0.5em;
}
.size1 { width: 95%; }
.size2 { width: 40%; }
.size3 { width: 95%; }

.contactBox {
	border: 1px solid #f4f4f4;
	margin: 2em auto;
	padding: 1em;
}
.contactBox h4 {
	margin: 0;
	padding: 0;
	line-height: 2;
}
.contactBox p {
	margin: 0;
	padding: 0;
	line-height: 2;
}
.Ontheday {
	font-weight: bold;
}
.presentSelect {
	margin: 0;
	padding: 0;
}
.presentSelect li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
/*	text-indent: -1em;
	padding-left: 1em;*/

}
.presentSelect li:not(:last-child) {
	padding-bottom: 0.75em;
}
.presentSelect li span {
	font-size: 0.875em;
}

.indent {
	text-indent: -1em;
	padding-left: 1em !important;
}

.chkbox {
	margin:			0 0 10px 20px;
}
/* ラベルのスタイル　*/
.chkbox label {
	padding-left:		30px;			/* ラベルの位置 */
	font-size:		20px;
	line-height:		25px;
	display:		inline-block;
	cursor:			pointer;
	position:		relative;
}

/* ボックスのスタイル */
.chkbox label:before {
	content:		'';
	width:			25px;			/* ボックスの横幅 */
	height:			25px;			/* ボックスの縦幅 */
	display:		inline-block;
	position:		absolute;
	left:			0;
	background-color:	#fff;
	box-shadow:		inset 1px 2px 3px 0px #000;
	border-radius:		4px 4px 4px 4px;
}
/* 元のチェックボックスを表示しない */
.chkbox input[type=checkbox] {
	display:		none;
}
/* チェックした時のスタイル */
.chkbox input[type=checkbox]:checked + label:before {
	content:		'\2713';		/* チェックの文字 */ 
	font-size:		25px;			/* チェックのサイズ */
	color:			#fff;			/* チェックの色 */
	background-color:	#06f;			/* チェックした時の色 */
}




.ribbon {
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
  margin-top: 1em;
  margin-bottom: 2em;
}

.ribbon:before {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -21px;
  left: -51px;
  z-index: -2;
  border: 28px solid #e99311;
  border-left-color: transparent;
}

.ribbon:after {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -21px;
  right: -51px;
  z-index: -2;
  border: 28px solid #e99311;
  border-right-color: transparent;
}

.ribbon h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 2em;
  line-height: 56px;
  font-size: 24px;
  color: #7f1b00;
  background-color: #f7ac3b;
  min-width: 300px;
  /*
  background: -webkit-repeating-linear-gradient(-45deg, #e99311, #e99311 3px,#fff000 3px, #fff000 7px);
  background: repeating-linear-gradient(-45deg, #e99311, #e99311 3px,#fff000 3px, #fff000 7px);
  */
}

.ribbon h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #7f1b00;
}

.ribbon h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #7f1b00;
}


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


	  .present {
		padding: 1em;

	  }

	  .tab img {
		height: calc( 100vw * ( 41 / 750 ) );
	  }

	#formHeader {
		margin: 1em 0;
		flex-direction: column;
	}
	#formHeader .left {
		width: 100%;
		padding: 0px;
		text-align: center;
		padding-bottom: 1em;
	}
	#formHeader .left img {
		width: calc( 100vw * ( 450 / 750 ) );
	}
	#formHeader .right {
		width: 100%;
		padding-right: 0px;
		text-align: center;
	}
	#formHeader .right img {
		width: calc( 100vw * ( 650 / 750 ) );
	}

	.presentSelect li:not(:last-child) {
		padding-bottom: 1em;
	}


  .formtable {
    width: 90%;
    margin: 2em auto;
  }
  .formtable th {
    display: block;
  }
  .formtable td {
   display: block;
  }

	input[type="file"] {
		width: auto;
	}
	
  #footer {
  	min-width: 100%;
  }

	.ribbon h3 {
	  min-width: 50%;
	  padding: 0 2em;
	  font-size: 22px;
	}

}


.anim0 {
	-webkit-animation: 1.5s forwards anim0;
	animation: 1.5s forwards anim0;
}
	@-webkit-keyframes anim0 {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	@keyframes anim0 {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	
.anim1 {
	-webkit-animation: 1.5s forwards anim1;
	animation: 1.5s forwards anim1;
}
	@-webkit-keyframes anim1 {
		0% {
			-webkit-transform: translate(0, 80px);
			opacity: 0;
		}
		100% {
			-webkit-transform: translate(0, 0);
			opacity: 1;
		}
	}
	@keyframes anim1 {
		0% {
			transform: translate(0, 80px);
			opacity: 0;
		}
		100% {
			transform: translate(0, 0);
			opacity: 1;
		}
	}
	
.anim2 {
	-webkit-animation: 1.5s forwards anim2;
	animation: 1.5s forwards anim2;
}
	@-webkit-keyframes anim2 {
		0% {
			-webkit-transform: translate(0, 150px);
			opacity: 0;
		}
		100% {
			-webkit-transform: translate(0, 0);
			opacity: 1;
		}
	}
	@keyframes anim2 {
		0% {
			transform: translate(0, 150px);
			opacity: 0;
		}
		100% {
			transform: translate(0, 0);
			opacity: 1;
		}
	}

.bg_gradation {
	/*background:linear-gradient(180deg, #00b9ef 0%, #fff 50%, #fff 100%);*/
	background:linear-gradient(180deg, #87d7ef 0%, #fff 50%, #fff 100%);
	/*background:linear-gradient(180deg, #fbcd85 0%, #fff 50%, #fff 100%);
	background:linear-gradient(180deg, #2894d4 0%, #fff 50%, #fff 100%);*/
}


.btnStyle a {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: auto;
	max-width: 800px;
	padding: 0.75em 0;
	color: #fff;
	font-family: "Noto Sans JP", serif;
	text-decoration: none;
	line-height: 1.8;
	transition: 0.3s ease-in-out;
	font-weight: 700;
/*	background: #e60012;*/

	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);

	/*background:linear-gradient(180deg, rgba(230, 92, 104, 0.9) 0%, rgba(230, 0, 18, 0.9) 100%);*/
	background: #e60012;
	
	border-radius: 20px;
	/*border-bottom: solid 5px rgba(0,0,0,0.5);*/
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.3);
	box-sizing: border-box;
	font-size: min(3.6vw, 2rem);
	transition-duration: .4s;
}
.btnStyle a:hover {
	transform: scale(1.1);
	
	box-shadow: 
	0 20px 40px rgba(0, 0, 0, 0.2),
	0 0 0 1px rgba(255, 255, 255, 0.3);
	
}

.btnStyle.anime a {
	background: linear-gradient(45deg, #e60012 25%, #e63038 25%, #e63038 50%, #e60012 50%, #e60012 75%, #e63038 75%,#e63038);
	background-size: 40px 40px;
	animation: anime_btn_animation_1 .8s infinite linear;
}
@keyframes anime_btn_animation_1 {
	0% { background-position-y: 0; }
	100% { background-position-y: -40px; }
}

@media screen and (max-width:767px) {
	.btnStyle a {
		border-radius: calc( 100vw * ( 20 / 750 ) );
	}
}

.ribbon2 {
	display: inline-block;
	position: relative;
	height: 3em;
	text-align: center;
	box-sizing: border-box;
	margin-top: 1em;
	margin-bottom: 2em;
	width: 800px;
	max-width: 70%;
	font-size: min(3.6vw, 2rem);
}

.ribbon2:before {
  content: '';
  position: absolute;
  width: 0.5em;
  top: 0.5em;
  left: -2.5em;
  z-index: -2;
  border: 1.25em solid #e99311;
  border-left-color: transparent;
}

.ribbon2:after {
  content: '';
  position: absolute;
  width: 0.5em;
  top: 0.5em;
  right: -2.5em;
  z-index: -2;
  border: 1.25em solid #e99311;
  border-right-color: transparent;
}

.ribbon2 h3 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0;
	padding: 0 1em;
	height: 2.5em;
	font-size: 1em;
	color: #7f1b00;
	/*background-color: #f7ac3b;*/
	background-image: linear-gradient(90deg, #f7ac3b, #ffdeac 50%, #f7ac3b);
	width: 100%;
	box-sizing: border-box;
}

.ribbon2 h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 0.5em transparent;
  border-right: solid 0.5em #7f1b00;
}

.ribbon2 h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 0.5em transparent;
  border-left: solid 0.5em #7f1b00;
}

#footerfloating {
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3x);
	background-color: rgba(0,0,0,0.3);
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    z-index: 50;
    display: none;
}
#footerfloating .flex {
	color: #fff;
    margin: 0 auto;
    width: 1170px;
    max-width: 95%;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}
#footerfloating .flex p {
	display: flex;
	justify-content: center;
	align-items: center;
    padding-top: 1.5em;
}
#footerfloating .flex .floatingitem {
	width: calc(100% / 2);
	padding: 0 1.5em;
}

#footerfloating .btnStyle a {
	border-radius: min(2vw, 1.2rem);
	font-size: min(3.6vw, 1.2rem);
	padding: 0.75em 0.25em;
	text-align: center;
	box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.3);
	/*border-bottom: solid 5px rgba(0,0,0,0.5);*/
}

@media screen and (max-width:767px) {
	#footerfloating {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	#footerfloating .flex .floatingitem {
		padding: 0 0.5em;
	}
	#footerfloating .btnStyle a {
		padding: 0.5em 0;
		display: flex;
		text-align: center;
		line-height: 1.4;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.3);
		/*border-bottom: solid 2px rgba(0,0,0,0.5);*/
	}
	
}

#footerfloatingSpace {
	height: 106px;
}
@media screen and (max-width:767px) {
	#footerfloatingSpace {
		height: 90px;
	}
}

.graybar {
    background-color: #ddd;
   	padding: 0.3em 0.5em;
   	margin-bottom: 0.5em;
}

.kuchi {
	display: inline-block;
	background-color: #e60012;
	color: #fff;
	margin: 0.2em 0;
	padding: 0 0.5em;
}