@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
Theme Name: ktwdplus
Template: twentytwentyone
Author: kanegaetakanori
Author URI: http://kanegaetakanori.com
*/

#loading {
    display:none;
    height: 30px;
    left: 50%;
    margin-left:-15px;
    margin-top:-15px;
    position: fixed;
    text-align: center;
    top: 44%;
    width: 30px;
    z-index: 99999;
}
.loadingbox div {

}
#loader {
    position: absolute;
    width: 30px; /*ローディングアイコンの横サイズ*/
    height: 30px; /*ローディングアイコンの縦サイズ*/
    border-radius: 50%;  /*CSS3で円を書く*/
    border: 2px solid #000;  /*円に○の白枠をつける*/
    border-right-color: transparent; /*円の右にC状の空きをつける*/
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg);   opacity: 0.2; } /*0%の時は20％の透明度*/
    50%  { transform: rotate(180deg); opacity: 1.0; } /*50%の時は透明度なし*/
    100%   { transform: rotate(360deg); opacity: 0.2; } /*100%の時に20％の透明度に戻る*/
}

body.ktwd {
    font-family: 'Poppins','Noto Sans JP','YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo', sans-serif;
}
.ktwd .entry-title {
    font-family: 'Poppins','Noto Sans JP','YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo', sans-serif;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1px;
}
.ktwd h1, .ktwd .h1, .ktwd h2, .ktwd .h2, .ktwd h3, .ktwd .h3, .ktwd h4, .ktwd .h4, .ktwd h5, .ktwd .h5, .ktwd h6, .ktwd .h6 {
    font-family: 'Poppins','Noto Sans JP','YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo', sans-serif;
}
.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .default-max-width {
    max-width: 850px;
    margin: 0 auto;
}

.site-main > * {
    max-width: 850px;
    margin: auto;
}
.entry-header > *:last-child, .post-thumbnail > *:last-child, .page-content > *:last-child, .comment-content > *:last-child, .widget > *:last-child {
    max-width: 850px;
    margin: auto;
}
.site-main > article > .entry-footer {
    max-width: 850px;
    margin: auto;
}
.ktwd .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
    max-width: 850px;
    margin: 0 auto;
    font-size: 17px;
    white-space: normal;
}

.entry-header > *:last-child, .post-thumbnail > *:last-child, .page-content > *:last-child, .comment-content > *:last-child, .widget > *:last-child {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2px;
}
.ktwd.singular .entry-title {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2px;
}
.singular.ktwd .entry-header {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 55px;
}

.logo {
    width: 100%;
    max-width: 850px;
    margin: 120px auto 0;
}
.logo-box {
    width: 100%;
    max-width: 265px;
}
.logo-box img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.entry-title a {
    text-decoration: none;
}
.home.ktwd .entry-header, .single.ktwd .entry-header .ktwd .entry-header {
    margin-bottom: 55px;
}
.ktwd .site-main > article > .entry-footer {
margin-bottom: 180px;
padding-bottom: 180px;
}
.navigation.post-navigation {
    margin-top: 165px;
}
.post-navigation .post-title {
    border-bottom: 3px solid;
    font-family: 'Poppins','Noto Sans JP','YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo', sans-serif;
}
.post-navigation .meta-nav {
    text-align: center;
    font-size: 12px;
    font-family: 'Poppins','Noto Sans JP','YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo', sans-serif;
}
a:hover {
    opacity: .6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.logo-box:hover {
    opacity: .6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
/*.ktwd .site-main > article.last > .entry-footer {
    margin-bottom: 30px;
    padding-bottom: 30px;
}*/
ul, li {
    list-style: none;
}
ul.mugen li {
    display: inline-block;
}
ul.mugen li {
display: inline-block;
color: transparent;
}
ul.mugen li a {
    color: transparent;
}
span.mugen-moji {
    font-weight: bold;
}
.archive .page-header h1.page-title {
    font-family: 'Poppins','Noto Sans JP','YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo', sans-serif;
font-size: 20px;
font-weight: 600;
letter-spacing: 2px;
}
.error404 .page-header h1.page-title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 2px;
}
.error404 .page-header {
  border-bottom: 0;
}
.archive .page-header {
    border-bottom: 0;
    padding-bottom: 0;
    max-width: 850px;
}
.error-404.not-found.default-max-width {
    border-bottom: 0;
    padding-bottom: 0;
    max-width: 850px;
    font-size: 18px;
}
.error-404.not-found.default-max-width p {
  font-size: 18px;
}
span.y-sen {
    display: inline-block;
    width: 50px;
    border-bottom: 2px solid;
    margin-right: 10px;
    margin-bottom: 5px;
}
.ktwd .entry-header h3.hizuke {
    font-weight: 400;
    font-size: 20px;
    padding-left: 0;
}

/* サイドオープン時にメインコンテンツを覆う部分 */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 103;
}
.overlay::after {
  /*content: "Close Menu";*/
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255,255,255,0);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255,255,255,.8);
}

.side-open .side-menu {
  display: block;
  transform-origin: center bottom;
  animation: animation-menu .8s both cubic-bezier(0.25, 0.1, 0.25, 1.0);
}
@keyframes animation-menu {
    0% {
        opacity: 0;
    transform: rotate(0) translateX(5px);
    }
    100% {
        opacity: 1;
    transform: rotate(0) translateX(0);
    }
}

/* サイドメニュー ※リストのスタイルは省略 */
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 155px 4%;
  text-align: left;
  font-size: 13px;
/*  background-color: rgba(249, 249, 249, 0.95);*/
  z-index: -1;
  display: none;
  color: #111;
}
.side-open .side-menu {
  background-color: rgba(249, 249, 249, 0.95);
    z-index: 110;
    overflow: scroll;
    line-height: 2;
    display: inline;
}

/* 開閉用ボタン ※ボタンの細かいスタイルは省略 */
.side-menu-btn {
  position: fixed;
  top: 45px;
  right: 45px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 112;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.side-open .side-menu-btn {
    top: 45px;
    right: 45px;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}
/* サイドメニューオープン */
.side-open #wrapper,
.side-open .overlay {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.side-menu-btn span {
    background: #111;
    transition: all 0.3s;
    transform: rotate(0deg);
    width: 40px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
  }
.side-menu-btn span.top {
    transform: translateY(-8px);
}
.side-menu-btn span.bottom {
    transform: translateY(8px);
}

.side-open .side-menu-btn span.middle {
    background: rgba(234, 233, 231, 0);
}
.side-open .side-menu-btn span.top {
    transform: rotate(-90deg) translateY(0px);
    background-color: #111;
}
.side-open .side-menu-btn span.bottom {
    transform: rotate(90deg) translateY(0px);
    background-color: #111;
}
.side-menu ul li a {
    color: #111;
    text-decoration: none;
    font-size: 18px;
}
.side-menu ul li {
    display: block;
    position: relative;
    margin-bottom: 8px;
    font-size: 15px;
}
.side-menu ul li span {
  color: #888;
  font-size: 14px;
}
#page {
    position: relative;
}
.naka-area {
    overflow-x: hidden;
}
.widget.widget_archive, .widget.widget_recent_entries {
    width: 100%;
    max-width: 850px;
    margin: auto;
}
.widget.widget_recent_entries {
    margin-top: 45px;
}
.widget.widget_archive ul, .widget.widget_recent_entries ul {
    padding-left: 0;
}
.naka-area .widget-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    padding-top: 50px;
}

h1.hizuke a {
  text-decoration: none;
}
.m-l-box {
  width: 100%;
  max-width: 200px;
  position: absolute;
  bottom: 30px;
}
.error404 .site-footer > .site-info {
  border-top: 0;
}
/*etc*/
.ktwd .entry-content > .mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt40 {margin-top: 40px!important;}
.mt50 {margin-top: 50px!important;}
.mt60 {margin-top: 60px!important;}
.mt70 {margin-top: 70px!important;}
.mt80 {margin-top: 80px!important;}
.mt90 {margin-top: 90px!important;}
.mt100 {margin-top: 100px!important;}
.mt110 {margin-top: 110px!important;}
.mt120 {margin-top: 120px!important;}
.mt130 {margin-top: 130px!important;}
.mt140 {margin-top: 140px!important;}
.mt150 {margin-top: 150px!important;}
.mt160 {margin-top: 160px!important;}
.mt170 {margin-top: 170px!important;}
.mt180 {margin-top: 180px!important;}
.mt190 {margin-top: 190px!important;}
.mt200 {margin-top: 200px!important;}
.clearfix:before { 
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}
.clearfix {
    min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
    height: 1px;
    /*¥*//*/ /*MAC IE5.x対策*/
    height: auto;
    overflow: hidden;
    /**/
}
.bx-controls-direction {
  text-align: left;
}
.bx-next {
  padding-left: 15px;
}





@media (max-width: 850px) {
.ktwd .site-main > * {
    padding: 0 2%;
}
}

@media (max-width: 680px) {
.ktwd .site-main > article > .entry-footer {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.ktwd .site-main > * {
    margin-top: 60px;
}
.side-menu-btn {
    position: fixed;
    top: 20px;
    right: 22px;
    width: 40px;
    height: 40px;
}
.side-open .side-menu-btn {
    top: 20px;
    right: 22px;
}
/*.logo {
    width: 100%;
    max-width: 850px;
    margin: 120px auto 0;
}*/
.logo-box {
    margin: auto;
}
.home.ktwd .entry-header, .single.ktwd .entry-header .ktwd .entry-header {
  margin-left: 0;
  margin-right: 0;
}
.post-navigation .meta-nav {
  text-align: left;
}
.single .site-footer > .site-info {
  border-top: 0;
}
.home.ktwd .entry-header, .single.ktwd .entry-header .ktwd .entry-header {
margin-bottom: 40px;
}
.ktwd .site-main > * {
margin-bottom: 0;
}
.m-l-box {
  width: 100%;
  max-width: 150px;
  position: relative;
  bottom: auto;
  margin-top: 100px;
}
.side-menu {
  padding: 65px 4%;
}
}