/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2025
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

img{
	width:100%;
	height:auto;
	vertical-align: bottom;
}
a:hover{
	opacity:0.8;
}

body{
	background-color:#040e38;
	background-image:url(img/illustkv.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:1440px;
	    color: #fff;
	background-attachment: fixed;
	font-family: 'Noto Sans JP', sans-serif;

}

#wrapper{
	    width: 100%;
    max-width: 560px;
    margin: 440px auto 0;
    border-left: 1px solid #252339;
    border-right: 1px solid #252339;
	
}
#wrapper::before{
	content:" ";
	background-image: linear-gradient(transparent, #040e38);
	display:block;
	height:64px;
}
header{
	    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
	background-color:#040e38;
	    padding-top: 20px;
}
#container{
	background-color:#040e38;
	padding: 40px 2vw;
}
.post {

    border-top: 1px solid #2f384d;
    padding: 40px 0;
	background-color:#040e38;
}
.open{
	font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 33px;
    text-align: center;
    margin-bottom: 7px;
    color: #1e36d5;
}
.sakusya{
	margin:24px 0;
}
.icon{
	 font-family: "Orbitron", sans-serif;
	font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.name {
	    margin: 24px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
}
.name h2{
	font-size:24px;
	font-weight:700;
	margin-bottom:12px;

}
.xlink{
	font-size:18px;
	font-weight:400;
}
.xlink a{
        color: #bbbbbb;
    text-decoration: none;
    background-color: #000000;
    width: 87px;
    display: block;
    text-align: center;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    font-size: 12px;
}
.xpost a{
	width: 240px;
    display: block;
    text-align: center;
    margin: 0 auto;
    height: 42px;
    line-height: 42px;
    background-color: #0538d4;
    color: #fff;
    text-decoration: none;
    border-radius: 21px;
    font-weight: 600;
    letter-spacing: 0.1rem;
	position:relative;
}
.xpost a::before {
  content: "";
  position: absolute;
      width: 26px;
    height: 26px;
    top: 8px;
    left: 22px;
  background-size: contain;
  background-position: center;
  background-image: url("img/logo-white.png");
}
.post .cover{
	background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 1px, transparent 1px) 0% 0%/4px 4px no-repeat,
            radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 1px, transparent 1px) 100% 0%/4px 4px no-repeat,
            radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 1px, transparent 1px) 0% 100%/4px 4px no-repeat,
            radial-gradient(circle at 0 0, #ffffff 0, #ffffff 1px, transparent 1px) 100% 100%/4px 4px no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 6px) calc(100% - 8px) no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 8px) calc(100% - 6px) no-repeat,
            linear-gradient(309deg, #ff00a5 0%, rgba(102,41,211,1) 23%, #00a6ff 48%, rgba(154,255,0,1) 79%, rgba(247,255,3,1) 100%);
border-radius: 4px;
padding: 3px;
box-sizing: border-box;
	overflow:hidden;
}

#menlink{
	border-top: 3px solid #fff;
    padding-top: 40px;
	margin-bottom:24px;
}
#menlink a{
	    display: block;
    border: 1px solid #0976f4;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 9px;
}
#menlink p{
	text-align:center;
}


/*========= フッター ===============*/
footer {
  width: 100%;
  margin: 0 auto;
  background-color: #181818;
  padding: 32px 34px 130px;
}
footer ul {
  padding-bottom: 63px;
}
footer ul li {
  position: relative;
  margin-bottom: 13px;
}
footer ul li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 3px;
  background-size: contain;
  background-position: center;
  background-image: url("https://shinketsu-3rdanniv.no9-pr.com/assets/img/external-link.svg");
}
footer ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.56px;
  padding-left: 28px;
}
footer .notes {
  padding-bottom: 43px;
}
footer .notes h5 {
  color: #ddd;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.56px;
  padding-bottom: 10px;
}
footer .notes p {
  color: #ddd;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.52px;
}
footer .notes p a {
  color: #87beff;
	line-height:1.7;
}



.wpforms-image-choices{
	justify-content:space-between;
}
.wpforms-image-choices li{
	   width: calc(91% / 3);
}
.wpforms-image-choices li label{}
.wpforms-image-choices li label{
	border: none!important;
}

.wpforms-image-choices li.wpforms-selected{}
.wpforms-image-choices li.wpforms-selected label{
	background-color: #fff !important;
}
.wpforms-image-choices li.wpforms-selected label{}

div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item.wpforms-selected .wpforms-image-choices-image:after, div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item:has(input:checked) .wpforms-image-choices-image:after{}

.wpforms-container .wpforms-list-inline .wpforms-image-choices-modern li
 {
    margin: 0px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item.wpforms-selected .wpforms-image-choices-image:after, div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item:has(input:checked) .wpforms-image-choices-image:after {
    background-color: #0017ff;
    border: 2px solid #fff;
}

.wpforms-container .wpforms-image-choices-modern .wpforms-image-choices-image:after {
    top: 15%;
    left: 15%;
}

.wpforms-container .wpforms-image-choices-modern label:not(.wpforms-error) {
    padding: 0px!important;
}
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item label .wpforms-image-choices-label, div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-item label .wpforms-image-choices-label, div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-none .wpforms-image-choices-item label .wpforms-image-choices-label {
    color: rgb(255 255 255 / 85%);
	font-size: 13px;
	margin-top: 4px;
}
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item.wpforms-selected label .wpforms-image-choices-label, div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-item.wpforms-selected label .wpforms-image-choices-label, div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-none .wpforms-image-choices-item.wpforms-selected label .wpforms-image-choices-label {
   color: rgb(0 48 255 / 85%);
}

div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
    margin: 0 0 var(--wpforms-field-size-input-spacing) 0;
    padding: 0;
    font-size: var(--wpforms-label-size-font-size);
    line-height: var(--wpforms-label-size-line-height);
    color: rgb(255 255 255 / 85%);
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #040f38;
    border: 1px solid #040f38;
    box-sizing: border-box;
    color: #fff;
	text-align: center;
}
div.wpforms-container-full .wpforms-confirmation-container-full p, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
    color: #fff;
	line-height:1.7;
}
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) a{
	display: block;
    width: 240px;
    height: 42px;
    text-align: center;
    margin: 20px auto 30px;
    background-color: #ffffff;
    line-height: 42px;
    color: #111;
    text-decoration: none;
    font-weight: 600;
    border-radius: 21px;
}
#menlink img{
	width:100%;
}

.voteend{
	font-size: 20px;
border-top: 1px solid #223369;
padding: 15px 0 0;
}

.wpforms-entry-preview{
	color:#fff;
}
.wpforms-entry-preview-label{
	display:none;
}
.wpforms-entry-previe{text-align: center;}
.wpforms-entry-preview-value{
	margin: 0 auto 10px;
width: 50%!important;
}

.sp{display:none;}

@media screen and (max-width: 640px) {
	.sp{display:block;}
	.pc{display:none;}
	
	body {
    background-image: url(img/illustkvsp.png);
    background-size: 100%;
	}
	
	header{
		        padding: 0 0px;
        font-size: 4vw;
	}
	#wrapper {
    margin: 240px auto 0;
	}
	.post {
    padding: 16px;
}
	.name h2 {
    font-size: 20px;
	}
	
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item label .wpforms-image-choices-label, div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-item label .wpforms-image-choices-label, div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-none .wpforms-image-choices-item label .wpforms-image-choices-label {
	font-size: 11px;
}
	
	
}