@charset "utf-8";
/* CSS Document */

body  {
            margin: 0;
			 font-family: "Yu Gothic Bold", "Meiryo UI", "Arial Black", "Arial Bold", "Meiryo", "Yu Gothic", sans-serif;
            font-weight: 900; 
			max-width: 100%;
  			overflow-x: hidden;
        }
         .link-container {
            width: 100%;
            min-height: 490px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            position: relative;
            overflow: hidden;
        }
         .background {
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.6);
            background-size: cover;
            background-position: center center;
            filter: blur(10px);
        }
         .content {
            position: relative;
            z-index: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            height: 100%;
            overflow-y: auto;
            width: 100%;
            padding: 10px 0 30px;
        }
 .overlay {
	width: 90%;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 10px;
	text-align: center;
	border-radius: 10px;
	margin: 1% auto;
	display: block;
}
.link {
	display: grid;
	align-items: center;
	justify-content: start;
	width: 35%;
	max-width: 300px;
	padding: 10px;
	margin: 5px auto;
	text-align: center;
	text-decoration: none;
	color: white;
	background-color: rgba(0,0,0,0.52);
	border-radius: 5px;
	transition: background-color 0.3s;
	font-size: 1em;
	letter-spacing: 0.12em;
	float: left;
	margin: 0% autof;
}
 .link:nth-of-type(2) {
	display: none;
}
         .link:hover {
            background-color: rgba(0,0,0,0.9) !important;
        }
 .link img {
	width: 70%;
	height: 90%;
	display: block;
	border-radius: 10px;
	margin: 0 auto;
}

 .logo-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	/* margin-top: 25px; */
	margin-top: -8%;
}
.logo_main {
  display: none;
}

         .logo_main img {
            width: 130px;
            height: 130px;
            border-radius: 10px;
        }
        .logo {
            width: 60px;
            height: 60px;
            /*background-color: white;*/
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);*/
			float:left;
			margin: 2px;
        }
#logo_box .logo:nth-of-type(1) {
  display: none;  
}
#logo_box .logo:nth-of-type(2) {
  display: none;  
}
        .logo img {
            width: 50px;
            height: 50px;
            border-radius: 10px;
        }
		
 .btn-copy {
	　display: block;
	font-size: .8rem;
	font-weight: bold;
	position: relative;
	margin-top: 3%;
	margin-bottom: .2em;
	text-align: center;
	display: none;
}

 			.btn-copy:before {
			  margin-right: 1rem;

			  content: '＼';
			}

			.btn-copy:after {
			  margin-left: 1rem;

			  content: '／';
			}
.bottom-links {
	display: contents;
	/* flex-direction: column; */
	/* align-items: center; */
	/* margin-top: 20px; */
}
        .bottom-links img {
            width: 90%;
            max-width: 330px;
            height: auto;
            border-radius: 10px;
            margin: 10px auto;
        }
.list {
	display: block;
	margin: 0 auto;
}
iframe {
	border: none;
	box-shadow: none;
	width: 100% !important;
	padding: 2% auto;
	margin: 2% -14%;
}


@media screen and (min-width: 501px) {

.logo-container {
	margin-top: -3%;
}
.link {
	display: flex;
	width: 43%;
	max-width: initial;
	margin: 0% 2% 2% 2%;
}
.link img {
	width: 20%;
	height: 20%;
	/* margin-right: 20px; */
	border-radius: 10px;
	margin: 0 13%;
}
	
}
		