@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@100;700&display=swap');
body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
}
img {
  vertical-align: bottom; 
  display: inline-block; 
}
.noto-serif-jp{
	font-family: 'Noto Serif JP',serif;
}
.wrapper{
	width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    position: relative;
}
.machi-bar{
	text-align: center;
}
.machi-bar >img{
	width: 684px;
}
.machi-bar-font{
	font-size: 95px;
	font-weight: bold;
	line-height: 176px;
	color: #16163B;
}
.share{
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	background-color: #EEF3F6;
	padding: 10px 50px 0px 50px;
}
.share-introduction{
	font-size: 50px;
	color: #16163B;
}
.share-check{
	width: 100%;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.share-check >img{
	width: 150px;
}
.share-icon >img{
	width: 130px;
	cursor: pointer;
}
.share-type{
	box-sizing: border-box;
	width: 66%;
	aspect-ratio: 1260 / 212;
	border-radius: 35px;
	border: 3px solid #00033C;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 70px;
	margin-bottom: 50px;
	margin-left: 30px;
}
.share-check-found{
	font-size: 50px;
	line-height: 68px;
	width: 400px;
	color: #16163B;
}
.share-check-found img{
	width: 50px;
}
.share-icon{
	width: calc(100% - 450px);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.use-video{
	font-size: 50px;
	color: #000000;
	text-align: center;
}
.use-video-iframe{
	margin: auto;
	width: 80%;
	aspect-ratio: 5/4;
}
.step-01-container{
	width: 100%;
	background-color: #EEF3F6;
	padding-top: 50px;
	padding-bottom: 150px;
}
.step-01{
	display: flex;
	align-items: center;
	justify-content: center;
}
.step-01 >img{
	width: 306px;
	margin-right: 30px;
}
.step-01-title{
	display: flex;
	height: fit-content;
}
.step-01-title >span{
	display: block;
	font-size: 68px;
	font-weight: bold;
	line-height: 168px;
	color: #16163B;
	border-bottom: 2px solid #0C0852;
	width: fit-content;
}
.step-01-title >img{
	margin-left: 30px;
	height: 168px;
}
.qr-code{
	display: flex;
	align-items: center;
	justify-content: center;
}
.qr-code-item{
	text-align: center;
	margin-left: 200px;
}
.qr-code-item >div{
	font-size:60px; 
	color: #000000;
	margin-bottom: 20px;
	font-weight: bold;
}
.qr-code-item >img{
	width: 427px;
}
.qr-code-introduction {
	margin-left: 30px;
	font-size:50px;
	color: #000000;
}
.web-none{
	display: none;
}
.phone{
	display: flex;
	justify-content: space-between;
	gap: 40px;
	padding: 0 100px;
	margin-top: 100px;
}
.phone-one,
.phone-two,
.phone-three {
    flex: 1;
	text-align: center;
}
.phone-img{
	width: 100%;
}
.phone-one >div,
.phone-two >div,
.phone-three >div {
    font-size: 30px;
	color: #16163B;
}
.middle-img{
	width: 128px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.step-02-container{
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 50px;
}
.step-02{
	display: flex;
	align-items: center;
	justify-content: center;
}
.step-02 >img{
	width: 306px;
	margin-right: 30px;
}
.step-02-title >span{
	display: block;
	font-size: 68px;
	font-weight: bold;
	line-height: 168px;
	color: #16163B;
	border-bottom: 2px solid #0C0852;
	width: fit-content;
}
.number-one{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 100px;
}
.number-one >img {
	width: 128px;
	margin-right: 30px;
}
.step-02-fount-size{
	font-size: 30px;
	margin-top: 30px;
	color: #16163B;
	text-align: center;
}
.step-02-use-video{
	display: flex;
	align-items: center;
	justify-content: left;
	text-align: center;
	margin-left: 100px;
	margin-top: 50px;
}
.step-02-iframe{
	margin: auto;
	width: 80%;
	aspect-ratio: 5/4;
}
.step-02-use-video-introduction{
	margin-right: 30px;
}
.step-02-use-video-introduction > img{
	width: 128px;
}
.participation-guide{
	padding: 100px 80px 30px 80px;
	background-size: cover;
	background-image: url(../img/web/participation-guide.png);
	background-position: center;
	background-repeat: no-repeat;
}
.participation-guide-title{
	font-size: 70px;
	font-weight: bold;
	margin-bottom: 80px;
	color: #01033C;
}
.participation-guide-sub-title{
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #030669;
}
.participation-guide-item{
	font-size: 24px;
	margin-bottom: 50px;
	color: #01045D;
}
.inquiry{
	padding: 20px 0 60px 0;
	text-align: center;
	background-color: rgba(219, 231, 254, 0.38);
}
.inquiry-title{
	text-align: center;
}
.inquiry-title >img{
	width: 645px;
}
.inquiry-title-font{
	font-size: 60px;
	font-weight: bold;
	line-height: 80px;
	color: #01033C;
}
.inquiry-introduction{
	font-size: 45px;
	color: #0A1674;
	font-weight: bold;
	margin-top: 50px;
}
.google-point{
	font-size: 30px;
	font-weight: bold;
}
.shadow-button {
	background-color: #FFFFFF; 
	color: #16163B; 
	font-size: 45px; 
	font-weight: bold;
	border: 1px solid #0A1674;
	border-radius: 50px; 
	width: 386px;
	height: 100px;
	cursor: pointer;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	margin: 50px 0 50px 0;
}
.google-map{
	width: calc(100% - 4px);
	aspect-ratio: 1 / 0.47; 
}
.precautions{
	text-align: left;
	width: fit-content;
	margin: auto;
	font-size: 20px;
	color: #0A1674;
}
.company{
	background-color: #EEEEEE;
	padding: 25px;
	color: #707070;
	font-size: 25px;
	line-height: 48px;
}
.footer{
	font-size: 25px;
	text-align: center;
	color: #707070;
	line-height: 100px;
	height: 100px;
}
.shop-btn-div{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
}
.shop-btn{
	background-color: #FFFFFF;
	color: #16163B; 
	font-size: 68px; 
	font-weight: bold;
	border: 1px solid #16163B;
	border-radius: 60px; 
	width: 660px;
	height: 120px;
	cursor: pointer;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}