/*
Theme Name : bikeday2020
*/
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

body{
	background-color: #d2d2d2;
	font-size: 17px;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
*{
	font-weight: bold;
}
img{
	max-width: 100%;
}
.container{
	max-width: 1080px;
	padding: 0 1%;
}
.row{
	max-width: 100vw;
}
.lead{
	font-weight: bold;
}
#top{
	position: relative;
}
#top:after{
	position: absolute;
	bottom:-36px;
	content:"";
	display: block;
	background-image:url(/common/img/2022/tire.png);
	background-size: contain;
	width: 100%;
	height: 36px;
}

#top h1{
	margin-bottom: 0;
}
#top h1 img{
	max-width: 120px;
	height: auto;
}
footer h1 img{
	max-width: 70px;
	height: auto;
}
#top figure{
	margin-bottom: 0;
}
#top nav{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 10;
	width: 100%;
}
#top nav h1{
	margin: 1rem;
}
#top nav ul{
	display: flex;
	background-color: rgba(2, 102, 133, 0.7);
	padding: .3rem 1.5rem;
	justify-content: flex-end;
	list-style: none;
}
#top nav a{
	margin: .5rem 0;
	display: inline-block;
	color: #FFF;
	font-size: .8rem;
}
#top nav li:not(:last-child) a:after{
	content: "/";
	display: inline-block;
	margin-left: .5rem;
	margin-right: .5rem;
}
#top figure.pt-5.pb-5{
	padding-top: 5rem!important;
	padding-bottom: 5rem!important;
}
.cm{
	background-color: #464646;
}
#contest1,#contest2,#bike-convenience{
	position: relative;
	margin-bottom: 5rem;
}
#contest1 figure img,#contest2 figure img{
	position: relative;
	z-index: 1;
}
.box-btn-contest{
	width: 100%;
	margin-top: -4.2%;
}
.box-btn-contest figure{
	position: relative;
}
.box-btn-contest figure img{
	position: relative;
	z-index: 1;
	display: block;
	margin: auto;
}
.box-btn-contest figure:before{
	content: "";
	position: absolute;
	display: block;
	background-color: #a50a0a;
	width: 100%;
	height: 70px;
	z-index: 0;
	bottom: -15px;
}
.box-btn-contest.color-tiktok figure:before{
	background-color: #00297c;
}
#bike-convenience .box-btn-contest{
	position: relative;
}
#bike-convenience .box-btn-contest figure:before{
	background-color: rgba(16, 46, 143, 0.8);
	top:0;
	bottom: auto;
}
#safety-bikeday{
	position: relative;
	margin-bottom: 3rem;
}
#safety-bikeday a{
	position: relative;
	z-index: 10;
	display: block;
	transform: translateY(40%);
}
#bike-convenience .box-btn-contest figure{
	text-align: center;
}
#contest2 .box-btn-contest figure:before{
	content: "";
	position: absolute;
	display: block;
	background-color: rgba(16, 46, 143, 0.8);
	width: 100%;
	height: 40px;
	z-index: 0;
	bottom: 0;
}
#contest2 .box-btn-contest figure img{
	margin-right: auto;
	margin-left: 5%;
}
.row{
/* 	max-width: 690px; */
	margin: auto;
}
footer{
	background-color: #FFF;
	font-size: .8rem;
}
footer .d-flex figure{
	padding: 1rem;
	flex-basis: 100%;
}
_::-webkit-full-page-media, _:future, :root .flex-column-reverse.flex-sm-column div:first-child {
	max-height: 400px;
}
div.wpcf7-mail-sent-ok {
    color: #FFF;
}
.logos figure{
	display: flex;
	justify-content: center;
	align-items: center;
}
.copyright{
	text-align: right;
	color: #9a9a9a;
}
.link-deco {
    background-color: #ffb300;
    padding: .2rem 1rem;
    color: #FFF;
    position: relative;
    display: inline-block;
    transition: .3s;
}
.link-deco:hover{
	color: #FFF;
}
.link-deco::after {
    position: absolute;
    color: rgb(255, 179, 0);
    box-shadow: rgb(255, 179, 0) 3px 3px 0px;
    display: block;
    content: "くわしく見る";
    background-color: rgb(255, 255, 255);
    transform: skew(-8deg);
    font-size: 0.8rem;
    bottom: -1.8rem;
    right: -3rem;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(255, 179, 0);
    border-image: initial;
    padding: 0.4rem 0.6rem;
}
.bg_skew_dot{
	position: relative;
	background-color: #fff;
	padding: 6rem 0 7rem;
	margin-bottom: 6rem;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	background-image: url(../img/2022/tire3.png),url(../img/2022/tire4.png);
	background-repeat: no-repeat;
	background-position: -30% 30%, 130% -100%;
}
.box-guest{
	margin: 1.5rem 0;
	text-align: center;
}
.guest-image{
	width: 250px;
	height: 250px;
	margin-bottom: 1rem;
	background-color: #FFF;
	border:8px solid #920783;
	position: relative;
}
.guest-image:before{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top:-20px;
	left: -20px;
	background-color: rgba(145, 7, 132, 0.28);
	display: block;
	content: "";
}
.guest-image:after{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	bottom:-20px;
	right: -20px;
	background-color: rgba(145, 7, 132, 0.15);
	display: block;
	content: "";
}
.guest-image img{
	z-index: 1;
	position: relative;
	border-radius: 100%;
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.guest-class{
	font-size: 1.7rem;
	margin: .5rem;
}
.guest-class span{
	position: relative;
	z-index: 1;
}
.guest-class span:before{
	background-color: rgba(145, 7, 132, 0.3);
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 15px;
    margin: auto;
    z-index: 1;
    display: inline-block;
    border-radius: 50px;
    z-index: -1;
}
/*
.sub .guest-class span:before{
	background-color: rgba(245, 156, 12, 0.3);
}
*/
.guest-name{
	font-family: vdl-logojrblack, sans-serif;
	font-size: 2rem;
	font-weight: bold;
	border-right: 2px solid #5e5e5e;
	border-bottom: 2px solid #5e5e5e;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
}
/*
.sub .guest-image{
	width: 300px;
	height: 300px;
	border:8px solid #f49b0c;
}
.sub .guest-image:before{
	background-color: rgba(245, 156, 12, 0.28);
}
.sub .guest-image:after{
	background-color: rgba(245, 156, 12, 0.15);
}
*/

.flex-35{
	flex-basis: 35%;
	padding: 0 .5rem;
}
.flex-65{
	flex-basis: 65%;
	padding: 0 .5rem;
}
.bnrs img{
	display: inline-block;
	margin: 1rem;
}
.border-image{
	border-radius: 6px;
	box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.2);
}
.time-separation{
	color: #000;
	font-weight: bold;
	border-bottom: 2px solid rgba(0, 0, 0, 1);
	margin-bottom: .5rem;
	padding-bottom: 1rem;
	font-size: 1.4rem;
	font-family: 'Work Sans', sans-serif;
}
.time-keeper{
	background-color: #FFF;
	border-radius: 20px;
	padding: 1rem;
	margin-bottom: 1rem;
	margin-left: 4rem;
}
.set-schedule time{
	background-color: #f75b5b;
	color: #FFF;
	font-weight: bold;
	font-family: 'Work Sans', sans-serif;
	padding: 5px 10px;
	margin-bottom: .6rem;
	display: inline-block;
}
.set-schedule p{
	margin-bottom: 0;
}
.schedule-title{
	font-weight: bold;
}
.board{
	background-color: #FFF;
	padding: 1.5rem;
	border: 5px solid #c5c5c5;
}
.board > *{
	display: flex;
	align-items: center;
	justify-content: center;
}
.dummy{
	width: 100%;
	height: 30rem;
	background-color: #DDD;
}
.bike_01_wrapper{
	position: relative;
}
.bike_01_wrapper:before{
	position: absolute;
	left: 0;
	top:0;
	width: 65%;
	height: 70%;
	background-color: #f67575;
	display: block;
	transform: skewY(5deg);
	content: "";
}
.bike_01_wrapper:after{
	position: absolute;
	right: 0;
	bottom:0;
	width: 65%;
	height: 70%;
	background-color: #ffbcbc;
	transform: skewY(5deg);
	display: block;
	content: "";
}
.box-guest-out-wrap{
	position: relative;
}
.bike_01{
	position: relative;
	padding: 5rem 2rem;
	background-color: #f6f6f6;
	transform: rotate(3deg);
	display: block;
	content:"";
	z-index: 1;
}
.bike_01:before{
	position: absolute;
	border: 8px solid #ff8383;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: #FFF;
	transform: rotate(-4deg);
	display: block;
	content:"";
	z-index: -1;
}
.bike_01:after{
	position: absolute;
	content:"";
	width: 200px;
	height: 200px;
	display: block;
	top:-70px;
	right: 30px;
	z-index: -1;
	background: url('../img/2021/dot1.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.bike_01_inner{
	position: relative;
	transform: rotate(-3deg);
}
.bike_01_inner:before{
	position: absolute;
	content:"";
	min-width: 15vw;
	min-height: 30vh;
	display: block;
	top:-170px;
	transform: rotate(7deg);
	background: url('../img/2021/bike2.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.bike_01_inner:after{
	position: absolute;
	content:"";
	min-width: 15vw;
	min-height: 30vh;
	display: block;
	bottom:-170px;
	right: 0;
	transform: rotate(7deg);
	background: url('../img/2021/bike4.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.sub-lead{
	font-size: 1.6rem;
	font-weight: bolder;
	line-height: 1.7;
}
.banner-wrap{
	position: relative;
	background: url('../img/2021/dot3.png');
	background-repeat: repeat;
	background-color: #FFF;
	padding: 2.5rem 0 1.5rem;
	transform: rotate(-2deg) skew(-2deg);
}
.banner-wrap:before{
	position: absolute;
	content:"";
	display: block;
	width: 300px;
	height: 300px;
	left: 5%;
	top: -30px;
	background: url('../img/2021/dot5.png');
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}
.banner-wrap:after{
	position: absolute;
	content:"";
	display: block;
	width: 300px;
	height: 300px;
	right: 5%;
	bottom: -30px;
	background: url('../img/2021/dot6.png');
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}
.banner-wrap img{
	transform: rotate(2.5deg);
}
.white-board{
	background-color: #FFF;
	padding: 1.5rem;
	height: 100%;
	border-radius: 10px;
	box-shadow: 10px 10px 0 #c5c5c5;
}
.dummy-image{
	position: relative;
}
.dummy-image:before{
	display: block;
	position: absolute;
	content:"イメージ差し替え予定";
}
.color-type-1{
	color: #ff0000;
}
.color-type-2{
	color: #22a437;
}
.color-type-3{
	color: #2237a4;
}
.color-type-4{
	color: #f9ba24;
}
.color-type-5{
	color: #c523fa;
}
.dl-check dt{
	font-size: 120%;
}
.dl-check dd:not(:last-of-type){
	margin-bottom: 1.5rem;
}
.dl-check dd:last-of-type{
	margin-bottom: 0;
}
.mb-7 {
    margin-bottom: 5rem;
}
.well {
    display: block;
    padding: 1rem;
    background-color: #f3f3f3;
}
.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
h1.h1-title {
    font-size: 3rem;
    letter-spacing: .05em;
    letter-spacing: 0;
    font-weight: normal;
    font-style: normal;
    margin: 3rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    padding: 8rem 0;
    text-shadow: 4px -4px 3px rgb(0 0 0);
    background-image: url(../img/2021/4yP6Sf.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    font-weight: bold;
}
main h1.tire {
    font-size: 3rem;
    letter-spacing: .05em;
    letter-spacing: 0;
    font-weight: normal;
    font-style: normal;
    margin: 3rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    padding: 8rem 0;
    text-shadow: 4px -4px 3px rgb(0 0 0);
    background-image: url(./img/2021/4yP6Sf.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    font-weight: bold;
    background-image: url(../img/2021/tire.png);
    background-position: center;
    background-repeat: no-repeat;
    color: #565656;
    text-shadow: 3px 3px 0px rgb(255 255 255), 4px 4px 0px rgb(0 0 0);
    padding: 2rem 0;
}
h2.h2-title span {
    font-weight: bold;
    position: absolute;
    box-shadow: 3px 3px 0px rgb(0 0 0 / 30%);
    background-color: #FFF;
    text-shadow: none;
    color: #ffb300;
    display: inline-block;
    padding: .2rem .6rem;
    left: -.5rem;
    top: -3.5rem;
}
h2.h2-title {
    text-shadow: 0px 0px 2px rgb(0 0 0 / 90%);
    letter-spacing: -.05rem;
    display: inline-block;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #FFF;
    padding: .8rem 1.5rem;
    position: relative;
    background-color: #ffb300;
    font-weight: bold;
}
h3.h3-title {
    font-weight: bold;
    margin: 2rem 0;
    color: #ffb300;
    padding-bottom: 1rem;
    border-bottom: 2px dotted #915252;
}
.bike-height {
    max-height: 320px;
    width: auto;
}
.popper:before {
    height: 200px;
    width: 2em;
    display: block;
    content: "";
    background-image: url(../img/2021/h_deco2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.popper:after {
    height: 200px;
    width: 2em;
    display: block;
    content: "";
    background-image: url(../img/2021/h_deco1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.popper {
    text-shadow: 0px 0px 2px rgb(0 0 0 / 90%);
    letter-spacing: -.05rem;
    display: inline-block;
    font-size: 2.7rem;
    margin-bottom: 1.5rem;
    color: #FFF;
    padding: .8rem 1.5rem;
    position: relative;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    text-align: center;
    color: #565656;
    padding-left: 0;
    padding-right: 0;
    text-shadow: 3px 3px 0px rgb(255 255 255), 4px 4px 0px rgb(0 0 0);
    font-weight: bold;
}
.to-top{
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
}
.to-top a span{
	text-shadow: 0px 0px 6px white;
	background-color: #FFF;
	border-radius: 100%;
	font-weight: bold;
	color:#444444;
	padding: 1rem;
	transform: rotate(-5deg);
	display: block;
	position: relative;
	z-index: 0;
	background: linear-gradient(#f8f8f8 0%, #e2e2e2 100%);
}
.to-top a:after{
	border-radius: 100%;
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #6a6a6a;
	z-index: -1;
	transform: rotate(5deg);
	top:2px;
	left: 2px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.45);
}
.to-top a:hover{
	text-decoration: none;
}
main section:first-child .crossload{
	padding: 5% 0;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,  .flex-column-reverse.flex-sm-column {
	  -ms-flex-direction: inherit!important;
	  flex-direction: inherit!important;
  }
	*::-ms-backdrop,  .flex-column-reverse.flex-sm-reserve {
	  -ms-flex-direction: inherit!important;
	  flex-direction: inherit!important;
	}
}
_::-webkit-full-page-media, _:future, :root .flex-column-reverse.flex-sm-column div:nth-child(2) {
	max-height: 150px;
}

@media screen and (max-width:768px){
	footer .container{
		padding-left: 15px;
		padding-right: 15px;
	}
	#safety-bikeday a{
		transform: translateY(34%);
		margin-top: -10%;
	}
	#top nav ul{
		display: block;
	}
	#top nav li:not(:last-child) a:after{
		content:none;
	}
	.nav-menu{
		width: 40px;
		height: 40px;
		background-color: rgba(0, 0, 0, 0.36);
		justify-content: center;
		align-items: center;
		position: fixed;
		top:15px;
		padding: .5rem;
		right:15px;
		z-index: 101;
	}
	.nav-menu label{
		height: 4px;
		margin-bottom: 0;
		width: 100%;
		background-color: #FFF;
		display: block;
	}
	.nav-menu label:before{
		height: 4px;
		width: 100%;
		background-color: #FFF;
		position: relative;
		top:-8px;
		display: block;
		content:"";
	}
	.nav-menu label:after{
		height: 4px;
		width: 100%;
		background-color: #FFF;
		position: relative;
		bottom:-4px;
		display: block;
		content:"";
	}
	#top nav ul{
		position: fixed;
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0;
		padding: 2rem;
		background-color: rgba(0, 0, 0, 0.7);
		display: none;
		z-index: 100;
	}
	#top nav ul li a{
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, 0.74);
		padding: 1rem;
	}
	iframe{
		max-width: 100%;
	}
	.bg_skew_dot_wrap:before,
	.bg_skew_dot_wrap:after{
		content: none;
	}
	.bg_skew_dot{
		background-position: 70% -10%, 40% 100%;
	}
	.container{
		padding: 0 5%;
	}
	.bg_skew_dot_wrap{
		margin: 0;
	}
	.guest-image{
		margin: 1rem auto;
	}
	.bg_skew_dot{
		padding: 1rem;
	}
	.time-keeper{
		margin-left: 1rem;
	}
	.link-deco:after {
	    right: -0rem;
	}
	h2.h2-title {
	    text-align: center;
	    font-size: 1.6rem;
	    display: block;
	    width: 100%;
	}
	h2.h2-title span {
	    top: -2rem;
	}
	#top nav ul{
		position: fixed;
		width: auto;
		height: 100vh;
		display: block;
		top: 0;
		right: 0;
		padding: 2rem;
		padding-top: 6rem;
		background-color: rgba(2, 102, 133, 0.7);
		z-index: 100;
		transform: translateX(100%);
		transition: .4s;
		list-style: none;
	}
	#top nav ul.on{
		display: block;
		transform: translateX(0);
	}
	h1.h1-title {
	    font-size: 2rem;
	    padding: 4rem 0;
	}
	ul{
		padding-left: 1rem;
	}
	.popper {
	    font-size: 1.6rem;
	    white-space: nowrap;
	}
	.bike_01:after {
	    width: 100px;
	    height: 100px;
	    top: -30px;
	}
	.bike_01_wrapper:before {
	    top: 10%;
	}
	.bike_01_wrapper:after {
	    bottom: 10%;
	}
	html, body {
	    width: 100vw;
	    overflow-x: hidden;
	}
	.to-top a span{
		font-size: .8rem;
	}
	.guest-name{
		font-size: 1.6rem;
	}
	.box-guest{
		margin-top: 3rem;
		margin-bottom: 5rem;
	}
	#top h1 img {
	    max-width: 60px;
	    height: auto;
	}
	.copyright{
		font-size: .7rem;
	}
}