@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap');
@import url("default.css");

* {-webkit-text-size-adjust:100%;}
a:link {text-decoration:none; color:#333;}
a:visited{text-decoration:none; color:#333;}
a:hover{text-decoration:none; color:#333;}
a:active{text-decoration:none; color:#333;}

.grecaptcha-badge { opacity: 0; pointer-events: none; }
.full-width { margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); }
.allWrapper { overflow: hidden; }
.container-fluid { max-width: 1040px; }
.container-fluid .container-fluid { padding-left: 0; padding-right: 0; }

body { font-size: 15px; line-height: 1.8; color: #333; background-color: #fff; font-family: "Zen Kaku Gothic New", sans-serif; font-weight: 400; font-style: normal; }
header { }
footer { margin-top: 60px; background-color: #eee; padding: 30px 0; }
footer .copyright { text-align: center; font-size: 12px; color: #666; letter-spacing: .03em; }
.form-select { width: 100%; border: 1px solid #ddd; padding: 5px 10px; height: 40px; font-weight: bold; border-radius: 5px; color: #333; }
.cubebox { background-color: #142421; padding: 5px; border-radius: 5px; }
.cubebox .name { color: #fff; text-align: center; font-size: 12px; padding-bottom: 5px; }
.cubebox .result-wrapper { background: linear-gradient(155deg, rgba(45,161,210,0.6531206232492996) 0%, rgba(45,161,210,1) 35%, rgba(45,161,210,1) 100%); padding: 3px 5px 5px; margin-bottom: 5px; border-radius: 3px; }
.cubebox .txt_result { color: #fff; font-weight: bold; }
.cubebox .options { background-color: #1c2f3e; color: #fff; border-radius: 3px; padding: 5px 10px; min-height: 91px; }
.cubebox .buttons { display: flex; justify-content: space-between; }
.cubebox .submits { background-color: #aff405; color: #fff; text-shadow: 0 0 1px #000; cursor: pointer; border-radius: 3px; max-width: 100%; width: 195px; text-align: center; }
.cubebox .reset { background-color: #fbac07; color: #fff; text-shadow: 0 0 1px #000; cursor: pointer; border-radius: 3px; max-width: 100%; width: 60px; text-align: center; }
.sec-title { border: 1px solid #333; border-left: 4px solid #333; padding: 5px 10px; margin-bottom: 10px; }
#tweetButton { width: 100%; border: 1px solid #ddd; border-radius: 5px; margin-top: 20px; cursor: pointer; }
.gorgeous-button { background-color: #1c2f3e; color: #fff; text-shadow: 0 0 1px #000; cursor: pointer; border-radius: 3px; max-width: 100%; width: 100%; text-align: center; padding: 5px; border: none; }
.options-wrapper { display: flex; flex-wrap: wrap; margin-left: -3px; margin-right: -3px; }
.options-wrapper > div { margin: 3px; }
.options-wrapper input[type="checkbox"],
.options-wrapper input[type="radio"] { display: none; }
.options-wrapper input[type="checkbox"] + label,
.options-wrapper input[type="radio"] + label,
.options-wrapper input[type="radio"] + span { border: 1px solid #333; border-radius: .3em; padding: 3px 5px; font-size: 12px; cursor: pointer; display: block; }
.options-wrapper input[type="checkbox"]:checked + label,
.options-wrapper input[type="radio"]:checked + label,
.options-wrapper input[type="radio"]:checked + span { background-color: #333; color: #fff; }
.hero { display: flex; align-items: center; justify-content: center; text-align: center; background-color: #eee; height: 140px; margin-bottom: 50px; position: relative; }
.hero:before { content: ""; position: absolute; left: 15px; top: 15px; width: 50px; height: 50px; border-top: 1px solid #333; border-left: 1px solid #333; }
.hero:after { content: ""; position: absolute; right: 15px; bottom: 15px; width: 50px; height: 50px; border-bottom: 1px solid #333; border-right: 1px solid #333; }
.hero .jp { font-size: 20px; font-weight: bold; }
.hero .en { font-size: 12px; font-weight: bold; margin-top: 5px; }
.section-title { position: relative; margin-bottom: 30px; font-size: 18px; }
.section-title span { background-color: #fff; position: relative; z-index: 1; padding-right: 15px; }
.section-title:before { content: ""; position: absolute; width: 100%; height: 1px; left: 0; top: 0; bottom: 0; background-color: #eee; margin: auto 0; }
.card-links { display: block; margin-bottom: 30px; }
.card-links .photo { position: relative; margin-bottom: 20px; }
.card-links .photo figure { position: relative; z-index: 1; border: 1px solid #333; transition: .3s; top: 0; left: 0; }
.card-links .photo:before { content: ""; position: absolute; width: 100%; height: 100%; background-color: #333; top: 5px; left: 5px; }
.card-links .name { line-height: 1.5;; }
.card-links .date { margin-top: 5px; font-size: 12px; color: #666; letter-spacing: .1em; }
.card-links:hover .photo figure { top: 5px; left: 5px; }
@media (max-width: 767px) {
	body { font-size: 14px; }
	footer { margin-top: 30px; }
	.hero { margin-bottom: 30px; height: 100px; }
	.hero:before { left: 10px; top: 10px; width: 30px; height: 30px; }
	.hero:after { right: 10px; bottom: 10px; width: 30px; height: 30px; }
	.hero .jp { font-size: 16px; }
	.hero .en { font-size: 10px; }
	.section-title { font-size: 16px; margin-bottom: 20px; }
	.card-links .photo { margin-bottom: 10px; }
	.card-links .date { margin-top: 3px; }
}
