@charset "UTF-8";
/*
Theme Name: My KUSO Theme
Theme URI: ないよ
Author: gao
Author URI: https://www.kokoja-hourehore.com
Description: 夕焼けステマ？できらぁ！
Version: 1.0
License: フリー
License URI: LICENSE
Text Domain: mykusotheme
Tags: kuso
*/
/** reset start **/
html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  min-width: 400px;
}

html {
  font-size: 14px;
  font-family: Arial, 'Meiryo', sans-serif;
}
#st_gdpr_iframe {
  border: none;
}

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}

img, embed, object, video, iframe {
  max-width: 100%;
}

/** AA **/
@font-face {
  font-family: 'MSP';
  src: local("MS PGothic"), url(/css/font/ufonts.com_ms-pgothic.woff) format("woff"), url(/css/font/ufonts.com_ms-pgothic.ttf) format("truetype");
}
.aa {
  display: block;
  font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', 'MSP' !important;
  font-size: 12pt !important;
  line-height: 14pt !important;
  letter-spacing: normal !important;
  text-align: left !important;
  white-space: pre !important;
}

h1 {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f5ed', endColorstr='#e8e5db', GradientType=0);
}
h1:first-letter {
  text-transform: uppercase;
}

@media only screen and (min-width: 800px) {
  .sp {display: none !important;}
}
@media only screen and (max-width: 800px) {
  .pc {display: none !important;}
}
/**
  reset end
**/
html#yurusan {
  margin-top: 0 !important;
}
*::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  background: #eee;
}

*::-webkit-scrollbar-button {
  width: 5px;
  height: 5px;
  background: #666;
}

*::-webkit-scrollbar-corner {
  background: #333;
}

*::-webkit-scrollbar-thumb {
  background: #333;
}

html,
body {
  min-height: 100vh;
  position: relative;
  min-width: 360px;
}

a {
  /* color: #c0e5ff; */
  text-decoration: underline;
  word-break: break-word;
}
a:hover {
  text-decoration: none;
}

body {
}

.inner {
  box-sizing: border-box;
  padding: 0 10px;
  position: relative;
}

img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}


h1 {
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
  /* background: rgba(9,0,55,.5); */
  line-height: 1.1;
  padding: 10px 0 0;
  margin-bottom: 30px;
  text-shadow: 3px 3px 0px #999;
}

h2 {
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  /* background: rgba(9,0,55,.5); */
  line-height: 1.1;
  /* padding: 5px; */
  margin-bottom: 20px;
  text-shadow: 0px 0px 6px;
}

h3 {
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 10px;
  text-shadow: 3px 3px 0px #999;
}

/** #header **/
#header {
  background: #090037;
  box-sizing: border-box;
  left: 0;
  height: 50px;
  padding: 15px 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10;
}

#header a {
  color: #c0e5ff;
  text-decoration: none;
}

#header h2 {
  font-size: 20px;
  line-height: 1;
  margin: auto;
  text-align: center;
}

#header h2 a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

.site-name a:hover,
#header h2 a:hover {
  text-shadow: 5px 5px 5px;
}
#header .header-menu-pos {
  position: fixed;
  /* position: absolute; */
  top: 0;
  left: 0;
  z-index: 9999;
}
#header .header-menu-wrap {
  margin: 0;
  padding: 0;
}
#header input.hidden:checked+.header-menu-wrap {
  height: 100vh;
  width: 280px;
}
#header input.hidden {
  display: none;
}
#header .header-menu-pos .btn {
  background: radial-gradient(ellipse at center, #000000 0%, #4858b0 70%);
  border-radius: 50%;
  box-shadow: #4857b0 0px 0px 10px 0px;
  cursor: pointer;
  display: block;
  height: 40px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 40px;
  z-index: 5;
}
#header .header-menu-pos .btn:before {
  box-shadow: #090037 0px 0px 10px 2px;
  border-radius: 50%;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#header input.hidden:checked+.header-menu-wrap .btn {
  background: radial-gradient(ellipse at center, #4a1672 0%, #110d44 32%, #84061b 70%);
  box-shadow: none;
}
#header input.hidden:checked+.header-menu-wrap .btn:before {
  animation: effect 1s linear infinite alternate;
  box-shadow: #84061b 0px 0px 10px 10px;
}
@keyframes effect {
  0% {
    box-shadow: #84061b 0px 0px 10px 0px;
  }
  100% {
    box-shadow: #84061b 0px 0px 20px 10px;
  }
}
@keyframes effect3 {
  0% {
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    opacity: 1;
  }
  100% {
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}

#header .header-menu {
  background: rgba(9,0,55,.9);
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.4s;
  height: 100vh;
  width: 0;
  left: 0;
  top: 0;
}
#header input.hidden:checked+.header-menu-wrap .header-menu {
  /* height: 100vh; */
  width: 320px;
}
#header .header-menu .site-name {
  color: #ccc;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding-top: 20px;
  width: 320px;
}
#header .menu-body {
  box-sizing: border-box;
  margin: 0;
 padding: 25px;
  position: relative;
}
#header .menu-body li {
  font-size: 18px;
  line-height: 1.6;
  margin: 16px 0;
  text-align: left;
}
#header .menu-body li a {
  /* color: #F3B250; */
  display: inline-block;
  padding-left: 15px;
  position: relative;
  text-decoration: none;
}
#header .menu-body li a {
  display: inline-block;
  position: relative;
}
#header .menu-body li a:before {
  height: 2px;
  width: 0%;
  content: '';
  background: #c0e5ff;
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  transition: width .2s ease-in-out;
}
#header .menu-body li a:hover:before {
  width: 100%;
}
#header .menu-body li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  border-color: transparent transparent transparent #c0e5ff;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  box-sizing: border-box;
  left: 2px;
}


/** #footer **/
#footer {
  background: #333333;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 100%;
}

#footer .tsu {
  display: inline-block;
  position: relative;
}
#footer .tsu span a {
  text-decoration: none;
}
#footer .tsu span {
  background: #333333;
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 1em;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1;
  padding: 5px;
  position: absolute;
  top: -28px;
  width: 80px;
}

#footer .tsu span:before {
  border-color: #333333 transparent transparent transparent;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  height: 0;
  bottom: -7px;
  content: '';
  display: block;
  left: 24px;
  position: absolute;
  width: 0;
}

#footer .tsu span:after {
  bottom: -7px;
  content: '';
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  opacity: 0;
  width: 100%;
}

#footer .tsu:hover span {
  display: block;
}
#page-top-btn {
  position: fixed;
  display: none;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  z-index: 100;
}
#page-top-btn a {
  display: inline-block;
  background: #333333;
  line-height: 40px;
  position: relative;
  font-size: 18px;
  height: 100%;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
#page-top-btn a:hover {
  opacity: .7;
  text-decoration: none;
}


/** contents and other **/
.topbody {
  /* background: linear-gradient(to bottom, #150077 0%, #0a77d5 72%, #ed4f07 100%); */
}

.topbody span {
  color: #fff;
}

.topbody .aa {
  color: #fff;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 120px;
  height: 150px;
}

.content-wrap {
  background: linear-gradient(to bottom, #150077 0%, #0a77d5 72%, #ed4f07 100%);
  font-size: 1.2em;
  text-align: center;
  box-sizing: border-box;
  min-height: 100vh;
  padding: 20px;
  position: relative;
}


main > article {
  margin: 20px 0;
  width: 100%;
  box-sizing: border-box;
}

section {
  margin: 0 auto 20px;
  padding: 20px 0;
  box-sizing: border-box;
}

.box {
  background: rgba(255,255,255,.8);
  box-sizing: border-box;
  color: #000;
  border: inset 2px #999;
  line-height: 1.2;
}

.box h1 {
  color: #333;
}

.home section.box {
  max-width: 768px;
}

.catch {
  display: inline-block;
  color: #fff;
  text-align: left;
}

.home #header {
  height: 0;
  padding: 0;
}

.home #header h2 {
  display: none;
}
.home .top-image {
  margin-bottom: 40px;
}

.home-page-links {
  text-align: center;
}
.home-page-links li {
  display: inline-block;
  margin: 5px;
  width: 300px;
  height: 30px;
  border-radius: 1em;
  overflow: hidden;
  background: #fff;
}
.home-page-links a {
  display: block;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.home-page-links a span {
  display: inline-block;
  line-height: 30px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.post-boxes {
  max-width: 768px;
  margin: auto;
}
.post-boxes li {
  text-align: left;
  margin: 0 5px;
  padding: 10px 0;
  vertical-align: top;
}
.post-boxes li + li{
  border-top: 1px dashed #999;
}

.post-boxes li a {
  text-decoration: none;
  display: block;
}
.post-boxes li a:hover {
  opacity: .7;
}
.post-boxes .img-link {
  display: block;
  float: left;
  width: 160px;
  height: 120px;
  position: relative;
  overflow: hidden;
}
.post-boxes .img-link img {
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  width: auto;
  height: 120px;
  max-width: unset;
}

.post-boxes .text {
  display: block;
  margin: 0 10px 0 125px;
  height: 90px;
  box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;
}

.post-boxes .text {
  overflow: hidden;
  white-space: nowrap;
}

.post-boxes .text h4 {
  height: 1.2em;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
  display: block;
  font-weight: bold;
}
.post-boxes .text p {
  color: #666;
  margin: 10px 0;
  font-size: 14px;
  line-height: 1em;
}

.archive h1 {
  max-width: 768px;
  margin: 0 auto 30px;
}

.archive .post-boxes .text {
  margin-left: 170px;
}
.archive .post-boxes .text p {
  white-space: normal;
  line-height: 1.2em;
}

.archive .pagination {
  max-width: 768px;
  margin: 20px 0 0;
}

.archive .pagination .page_num {
  display: none;
}
.archive .pagination a,
.archive .pagination span {
  padding: 10px;
}
.archive .pagination a {
  color: #333;
}
.archive .pagination a:hover {
  opacity: .7;
}


.tape-repository {
  margin: auto;
  max-width: 1200px;
  text-align: center;
}

.tape-repository>article {
  display: inline-block;
  margin: 10px;
  vertical-align: top;
}

.tape-repository .twitter-tweet {
  margin: 0;
  width: 380px !important;
  vertical-align: top;
  max-width: 100% !important;
}

.tape-repository .twitter-tweet + p {
  display: none;
}

.single.full .content-wrap {
  width: auto;
  min-width: 1280px;
}
.have-aside {
  height: 0;
  margin-right: 380px;
}
aside {
  width: 360px;
  box-sizing: border-box;
  float: right;
  height: auto;
  padding: 0;
  text-align: left;
}

.have-aside #single-content {
  float: left;
  margin: 0;
}
#single-content {
  text-align: left;
}
#single-content .box {
  padding: 20px;
  border-radius: 4px;
}

.thumnail {
  text-align: center;
}

aside .widget {
  padding: 10px;
}
.widget .rpwwt-widget ul li {
  margin-bottom: 5px;
}

.rpwwt-widget ul li img {
  margin: 5px 5px 5px 0;
}
.widget .rpwwt-widget a {
  font-size: 1.0em;
  color: #333;
  text-decoration: none;
}

.widget .rpwwt-widget a:hover {
  opacity: .7;
}

.widget_text {
  text-align: left;
  padding: 10px;
}

.widget h3 {
  color: #840c07;
}
.widget form .screen-reader-text {
  display: none;
}
.widget select {
  width: 100%;
  max-width: 100%;
  padding: 3%;
  line-height: 1.2;
}

.commentlist {
  margin: 0 0 20px;
  padding: 0;
}
.comment-body {
  margin: 10px;
  padding: 0 0 10px;
  border-style: none none dashed none;
  border-width: 2px;
  border-color: #aaa;
}
.comment-meta {
  margin: 5px 0;
}
.comment-meta > * {
  display: inline-block;
}
.comment-meta .says,
.comment-metadata,
.comment-body .reply {
  font-size: .8em;
}
.comment-content {
  margin: 10px;
}
.comment-content p {
  margin: 0;
}
.comment > .children {
  padding: 0 0 0 1em;
}






/** clear fix **/
.content-wrap:after,
.inner:after,
.post-boxes li:after,
.post-boxes li a:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
}

/** mobile **/
@media only screen and (max-width: 800px) {
  .have-aside {
    margin: 0;
    height: auto;
  }
  aside {
    display: none;
  }
}
