/***************
メインカラー：#000000
****************/
body {
  margin: 0;
  padding-top: 100px;
  background-color: #FFF;
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#loading-mask {
  width: 100%;
  height: 100%;
  line-height: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.99);
  text-align: center;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
#loading-mask img{
  position: absolute;
  left: calc((100% - 300px) / 2);
  left: -webkit-calc((100% - 300px) / 2);
  top: calc(((100% - 300px) / 2) - 30px);
  top: -webkit-calc(((100% - 300px) / 2) - 30px);
}
@keyframes onAutoFillStart { from {} to {}}

.wpp-no-data {
  margin-top: 30px;
  font-size: 14px;
  color: gray;
}
input:-webkit-autofill {
    animation-name: onAutoFillStart;
    transition: background-color 50000s ease-in-out 0s;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none!important;
}
a {
  text-decoration: none;
}
a:hover {
  /* text-decoration: underline; */
  color: #4B4B4B;
}
.common-hover-opacity:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
p {
  margin: 0;
  padding: 0;
}
.clear{
  clear: both;
}
.clearfix {
  clear: both;
}
.common-margin{
    height: 15px;
}
.common-margin.small{
    height: 8px;
}
.common-margin.medium{
    height: 25px;
}
.common-margin.large{
    height: 40px;
}
h1,h2,h3,h4,h5 {
  margin: 0;
  padding: 0;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
}
ul, li {
  margin: 0;
  padding: 0;
}
input {
  font-family: a-otf-gothic-bbb-pr6n,sans-serif;
  font-weight: 400;
  font-style: normal;
  outline: none;
}

/*******
共通ヘッダー
********/
header {
  height: 100px;
  width: 100%;
  font-size: 14px;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 50;
  position: absolute;
}
header.closed{
  -moz-animation-name: headerOpen;
  -moz-animation-duration: 0.2s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;

  -webkit-animation-name: headerOpen;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;

  -o-animation-name: headerOpen;
  -o-animation-duration: 0.2s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: forwards;

  -ms-animation-name: headerOpen;
  -ms-animation-duration: 0.2s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: forwards;

}
header.opened{
  top: 0;

  -moz-animation-name: headerClose;
  -moz-animation-duration: 0.2s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;

  -webkit-animation-name: headerClose;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;

  -o-animation-name: headerClose;
  -o-animation-duration: 0.2s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: forwards;

  -ms-animation-name: headerClose;
  -ms-animation-duration: 0.2s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: forwards;
}
header a {
  color: #000;
}
header:before,
header:after{
  clear: both;
  content: "";
  display: block;
}
header .wrapper {
  width: 1110px;
  margin: 0 auto;
}
header .wrapper .logo{
  float: left;
  width: 300px;
  margin-top: 30px;
}
header .wrapper .logo a{
  text-decoration: none;
}
header .wrapper .logo .waraku-logo{
  width: 85px;
  -webkit-backface-visibility: hidden;
}
header .wrapper .logo .waraku-logo-slogan{
  width: 190px;
  margin-left: 10px;
  margin-bottom: 8px;
  -webkit-backface-visibility: hidden;
}
header .wrapper .logo.home .waraku-logo{
  display: none;
}
header .wrapper .logo.home .waraku-logo-slogan{
  display: none;
}
header.opened .wrapper .logo.home .waraku-logo{
  display: inline-block;
}
header.opened .wrapper .logo.home .waraku-logo-slogan{
  display: inline-block;
}
header .wrapper .menu-box {
  float: left;
  text-align: right;
  width: 680px;
}
header .wrapper .menu-box .elm{
  display: inline-block;
  padding: 0px 15px;
  height: 100px;
  letter-spacing: 0.03em;
  line-height: 100px;
}
header .wrapper .menu-box .elm.current{
  border-bottom: 2px solid red;
  height: 80px;
}
header .wrapper .icon-menu-box {
  float: right;
  padding-left: 30px;
}
header .wrapper .icon-menu-box .elm{
  float: left;
  height: 100px;
  letter-spacing: 0.03em;
  line-height: 100px;
  width: 50px;
  text-align: center;
}
header .wrapper .icon-menu-box .elm:hover {
  cursor: pointer;
}
header .wrapper .icon-menu-box .elm .icon-search{
  margin-bottom: -2px;
}
header .header-underline {
  width: 60px;
  height: 2px;
  background-color: red;
  position: absolute;
  top: 98px;
  z-index: 100;
  margin-left: 351px;
  display: none;
}
header .header-underline.menu-index-1 {
  margin-left: 351px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header-underline.menu-index-2 {
  margin-left: 436px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header-underline.menu-index-3 {
  margin-left: 511px;
  width: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header-underline.menu-index-4 {
  margin-left: 580px;
  width: 80px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header-underline.menu-index-5 {
  margin-left: 683px;
  width: 67px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header-underline.menu-index-6 {
  margin-left: 763px;
  width: 108px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/********
フッター
*********/
footer{
  width: 1110px;
  margin: 0 auto;
  padding: 50px 0;
  margin-top: 80px;
  border-top: 1px solid #000;
}
footer a {
  color: #000;
}
footer:before,
footer:after {
  clear: both;
  content: "";
  display: block;
}
footer .footer-elm {
  float: left;
}
footer .footer-elm:nth-child(1){
  width: 280px;
}
footer .footer-elm:nth-child(2){
  width: 200px;
}
footer .footer-elm:nth-child(3){
  width: 260px;
}
footer .footer-elm:nth-child(4){
  width: 350px;
  float: right;
}
footer li {
  list-style: none;
  height: 33px;
  font-size: 14px;
}
footer li a:hover{
  text-decoration: underline;
}
footer .logo .waraku-logo{
  width: 120px;
  display: block;
}
footer .logo .waraku-logo-slogan{
  width: 200px;
  margin-top: 20px;
  display: block;
}
footer .footer-elm .sns-links{
  width: 100%;
  margin-top: 70px;
}
footer .footer-elm .sns-links .sns-elm{
  width: 100%;
  margin: 15px 0;
}
footer .footer-elm .sns-links .sns-elm:before,
footer .footer-elm .sns-links .sns-elm:after {
  clear: both;
  content: "";
  display: block;
}
footer .footer-elm .sns-links .sns-elm .icon-logo{
  width: 18px;
  margin-right: 10px;
  float: left;
}
footer .footer-elm .sns-links .sns-elm .icon-logo.sns-twitter{
  margin-top: 2px;
}
footer .footer-elm .sns-links .sns-elm .icon-logo.sns-youtube{
  margin-top: 3px;
}
footer .footer-elm .sns-links .sns-elm .sns-name{
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  float: right;
  font-size: 12px;
}
footer .footer-elm .sns-links .sns-elm a:hover .sns-name{
  text-decoration: underline;
}
footer .footer-elm:nth-child(2){
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
}
footer .copyright {
  font-size: 11px;
  width: 100%;
  clear: both;
  text-align: left;
}

/********
トップに戻る
********/
#linkto {
  width: 40px;
  height: 80px;
  position: fixed;
  bottom: 40px;
  right: 50px;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  z-index: 50;
}
#linkto .arrow{
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  background-size: 10px auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/waraku/assets/svg/linkto-red.svg");
}
#linkto:hover{
  background-color: rgba(255, 0.0, 0.0, 0.95);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#linkto:hover .arrow{
  background-image: url("/wp-content/themes/waraku/assets/svg/linkto-w.svg");
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/********
メニュー
*********/
@font-face {
	font-family: 'KeepCalm';
	src: url(/wp-content/themes/waraku/assets/font/KeepCalm.ttf);
}
@font-face {
	font-family: 'akaDora';
	src: url(/wp-content/themes/waraku/assets/font/akaDora.ttf);
}
@font-face {
	font-family: 'IowanOldStBTItalic';
	src: url(/wp-content/themes/waraku/assets/font/IowanOldStBTItalic.ttf);
}
.menu-open {
  -moz-animation-name: menuOpen;
  -moz-animation-duration: 0.4s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;

  -webkit-animation-name: menuOpen;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;

  -o-animation-name: menuOpen;
  -o-animation-duration: 0.4s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: forwards;

  -ms-animation-name: menuOpen;
  -ms-animation-duration: 0.4s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: forwards;
}
.menu-close {
  -moz-animation-name: menuClose;
  -moz-animation-duration: 0.4s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;

  -webkit-animation-name: menuClose;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;

  -o-animation-name: menuClose;
  -o-animation-duration: 0.4s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: forwards;

  -ms-animation-name: menuClose;
  -ms-animation-duration: 0.4s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: forwards;
}
#bg-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.30);
  display: none;
  z-index: 80;
  margin-top: -100px;
}
#menu {
  width: 660px;
  height: 100%;
  right: -660px;
  position: fixed;
  z-index: 100;
  margin-top: -100px;
}
#menu .menu-area{
  width: 100%;
  height: 100%;
  float: right;
  background-color: #FFF;
  /* box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.10); */
}
#menu .menu-area .wrapper{
  padding: 40px 60px;
}
#menu .menu-area .wrapper .left{
  width: 510px;
  float: left;
}
#menu .menu-area .wrapper .left .menu-title{
  font-size: 11px;
  margin-bottom: 20px;
}
#menu .menu-area .wrapper .left .menu-title.menu{
  font-family: "KeepCalm";
}
#menu .menu-area .wrapper .left .menu-title.article{
  font-size: 13px;
  color: #4E4E4E;
  margin-bottom: 15px;
  margin-top: 40px;
}
#menu .menu-area .wrapper .left .menu-elm{
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  border-bottom: 1px solid #F0F0F0;
  text-align: left;
  letter-spacing: 0.05em;
  color: #000;
}
#menu .menu-area .wrapper .right{
  width: calc(100% - 510px);
  width: -webkit-calc(100% - 510px);
  float: right;
}
#menu .menu-area .wrapper .right .button-menu-close{
  text-align: right;
  width: 50px;
  height: 50px;
}
#menu .menu-area .wrapper .right .button-menu-close:hover{
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menu .menu-area .wrapper .submenu{
  width: 100%;
}
#menu .menu-area .wrapper .submenu-box{
  width: 100%;
  margin-top: 40px;
}
#menu .menu-area .wrapper .submenu-box .submenu-elm{
  width: 50%;
  float: left;
  font-size: 13px;
  padding: 8px 0;
}
#menu .menu-area .wrapper .submenu-box .submenu-elm a{
  color: #000;
  text-decoration: underline;
}

/*********
キーフレーム・アニメーション類
*********/
@keyframes menuOpen{
    0% {
      right: -660px;
    }
    100% {
      right: 0;
    }
}
@keyframes menuClose{
    0% {
      right: 0px;
    }
    100% {
      right: -660px;
    }
}
@keyframes headerOpen{
    0% {
      top: 0px;
    }
    100% {
      top: 0;
    }
}
@keyframes headerClose{
    0% {
      top: -100px;
    }
    100% {
      top: 0px;
    }
}

@keyframes fadeIn{
    0% {
      opacity: 0.0;
    }
    100% {
      opacity: 1.0;
    }
}
.animation-fadein {
  -moz-animation-name: fadeIn;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease;
  -moz-animation-delay: 1s;
  -moz-animation-fill-mode: forwards;

  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;

  -o-animation-name: fadeIn;
  -o-animation-duration: 0.5s;
  -o-animation-timing-function: ease;
  -o-animation-delay: 1s;
  -o-animation-fill-mode: forwards;

  -ms-animation-name: fadeIn;
  -ms-animation-duration: 0.5s;
  -ms-animation-timing-function: ease;
  -ms-animation-delay: 1s;
  -ms-animation-fill-mode: forwards;
}


/*********
パンくず
**********/
.breadcrumb {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb a{
  color: #000;
  text-decoration: underline;
}
.breadcrumb .arrow{
  width: 5px;
  margin: 0 12px;
}
.breadcrumb li{
  display: inline;
}

/*********
共通ボタン
**********/
.common-button {
  width: calc(100% - 15px - 2px * 2);
  width: -webkit-calc(100% - 15px - 2px * 2);
  padding-left: 15px;
  height: 46px;
  line-height: 46px;
  border: 2px solid #000;
  font-size: 16px;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.03em;
  text-align: left;
  color: #000;
  margin: 15px 0;
  background-size: 12px auto;
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/waraku/assets/svg/icon-arrow-right-b.svg");
}
@media all and (-ms-high-contrast:none) {
  .common-button {
    line-height: 52px;
  }
}
.common-button:after,
.common-button:before{
  clear: both;
  content: "";
  display: block;
}
.common-button.fill {
  background-color: #000;
  color: #FFF;
  background-image: url("/wp-content/themes/waraku/assets/svg/icon-arrow-right-w.svg");
}
.common-button:hover{
  background-color: #000;
  cursor: pointer;
  color: #FFF;
  background-position: right 12px center;
  background-image: url("/wp-content/themes/waraku/assets/svg/icon-arrow-right-w.svg");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common-button.fill:hover{
  background-color: #FFF;
  cursor: pointer;
  color: #000;
  background-position: right 12px center;
  background-image: url("/wp-content/themes/waraku/assets/svg/icon-arrow-right-b.svg");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more-button {
  width: 330px;
  margin: 50px auto;
  color: #000;
  text-decoration: none !important;
}
.more-button a{
  text-decoration: none !important;
}
.more-button .button:hover{
  background-color: #000;
  cursor: pointer;
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more-button .line{
  width: 1px;
  height: 50px;
  background-color: #000;
  margin: 0 auto;
}
.more-button .button{
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 2px solid #000;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin: 0 auto;
}
@media all and (-ms-high-contrast:none) {
  .more-button .button{
    line-height: 52px;
  }
}

/*********
facebookページ埋め込み
**********/
.fb-page {
}

/*********
記事ヘッダー
**********/
.main-wrapper .article-header {
  padding: 30px 0 0 0;
  height: 226px;
}
.main-wrapper .article-tag-header {
  height: 210px;
}
.main-wrapper .article-header .wrapper{
  width: 1110px;
  margin: 0 auto;
}
.main-wrapper .article-header .wrapper .left{
  width: 640px;
}
.main-wrapper .article-header .wrapper .article-title{
  font-size: 44px;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000;
  text-align: left;
  margin: 30px 0;
}
.main-wrapper .article-header .wrapper .article-author{
  margin-top: 30px;
}
.main-wrapper .article-header .wrapper .article-author .author-box:before,
.main-wrapper .article-header .wrapper .article-author .author-box:after{
  clear: both;
  content: "";
  display: block;
}
.main-wrapper .article-header .wrapper .article-author .author-box .thumbnail{
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-right: 5px;
  background-size: cover;
  background-position: center;
  float: left;
}
.main-wrapper .article-header .wrapper .article-author .author-box .title{
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  float: left;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  color: #5D5D5D;
}
.main-wrapper .article-header .wrapper .article-author .author-box .name{
  height: 40px;
  line-height: 40px;
  float: left;
  font-size: 13px;
  color: #000;
}
.main-wrapper .article-header .wrapper .article-author .profile{
  width: 100%;
  margin-top: 30px;
  height: 90px;
  margin-bottom: 0px;
  line-height: 180%;
  font-size: 12px;
  color: #2B2B2B;
}
/*ライターの記事一覧*/
.main-wrapper .article-header .wrapper .article-author.is-author .author-box .thumbnail{
  width: 70px;
  height: 70px;
  background-image: url('/wp-content/themes/waraku/assets/img/user-thumbnail-empty.jpg');
  border-radius: 40px;
  margin-right: 20px;
  background-size: cover;
  background-position: center;
  float: left;
}
.main-wrapper .article-header .wrapper .article-author.is-author .author-box .name{
  height: 70px;
  line-height: 70px;
  float: left;
  font-size: 44px;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
}
.main-wrapper .article-header .wrapper .article-author.is-author .profile{
  margin-top: 25px;
  height: 150px;
}
.main-wrapper .article-header .wrapper .article-author.is-author .profile .title{
  height: 20px;
  line-height: 20px;
  margin-bottom: 25px;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #5D5D5D;
}
.main-wrapper .article-header .wrapper .vertical-line {
  width: 1px;
  height: 60px;
  background-color: #000;
  margin-top: 20px;
  position: absolute;
}

/**********
2段カラム
***********/
.main-wrapper .column-separate-wrapper {
  padding: 70px 0;
}
.main-wrapper .column-separate-wrapper:before,
.main-wrapper .column-separate-wrapper:after{
  clear: both;
  content: "";
  display: block;
}
.main-wrapper .h2-page-title{
  font-size: 20px;
  height: 25px;
  line-height: 25px;
  letter-spacing: 0.05em;
  float: left;
  margin-right: 20px;
}
.main-wrapper .column-separate-wrapper .article-count-wrapper {
  font-size: 13px;
  height: 25px;
  line-height: 25px;
  letter-spacing: 0.03em;
}
.main-wrapper .no-article {
  color: #696969;
  font-size: 14px;
  margin-top: 30px;
}
.main-wrapper .column-separate-wrapper .left-margin{
  float: left;
  width: calc((100% - 1110px) / 2);
  width: -webkit-calc((100% - 1110px) / 2);
}
.main-wrapper .column-separate-wrapper .right-margin{
  float: left;
  margin-top: -420px;
  height: 500px;
  background-color: #FFF;
  margin-left: -1px;
  width: calc((100% - 1110px) / 2);
  width: -webkit-calc((100% - 1110px) / 2);
}
.main-wrapper .column-separate-wrapper .content-wrapper{
  float: left;
  width: 1110px;
}
.main-wrapper .column-separate-wrapper .content-wrapper .left{
  float: left;
  width: calc(100% - 400px - 30px);
  width: -webkit-calc(100% - 400px - 30px);
}
.main-wrapper .column-separate-wrapper .content-wrapper .right{
  float: right;
  width: 400px;
  min-height: 400px;
  margin-top: -420px;
  background-color: #FFF;
}
.main-wrapper .column-separate-wrapper .content-wrapper .right.archive-right,
.main-wrapper .column-separate-wrapper .right-margin{
  margin-top: -230px;
}
.main-wrapper .column-separate-wrapper .content-wrapper .right.article-tag-header{
    margin-top: -220px;
}
/*右カラム*/
#right-column .right-wrapper h3{
  font-size: 18px;
  letter-spacing: 0.03em;
}
#right-column .right-wrapper {
  padding-top: 40px;
  width: 350px;
  margin-left: 50px;
}
#right-column .right-wrapper .article-list{
  width: 100%;
  height: 150px;
  margin-top: 10px;
}
#right-column .right-wrapper .article-list:before,
#right-column .right-wrapper .article-list:after{
  clear: both;
  content: "";
  display: block;
}
#right-column .right-wrapper .article-list .thumbnail{
  width: 120px;
  height: 120px;
  background-position: center;
  background-size: cover;
  background-image: url("/wp-content/themes/waraku/assets/img/waraku-empty.jpg");
  margin-right: 25px;
  float: left;
}
#right-column .right-wrapper .article-list .info{
  width: calc(100% - 120px - 25px);
  width: -webkit-calc(100% - 120px - 25px);
  float: left;
}
#right-column .right-wrapper .article-list .info .rankinfo{
  color: red;
  font-size: 13px;
  margin-bottom: 8px;
  margin-top: -3px;
}
#right-column .right-wrapper .article-list .info .title{
  font-size: 17px;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 160%;
  margin-top: -3px;
  text-decoration: underline;
}
#right-column .right-wrapper .article-list .info .title a{
  color: #000;
  text-decoration: underline;
}
#right-column .right-wrapper .article-list .info .title a:hover{
  color: #434343;
}
#right-column .waraku-info {
  width: 100%;
}
#right-column .waraku-info img{
  width: 100%;
}
#right-column .waraku-info .title{
  font-size: 17px;
  line-height: 170%;
  margin: 20px 0;
}
#right-column .waraku-info .desc{
  font-size: 13px;
  line-height: 200%;
  margin-bottom: 40px;
}

/*読み物一覧表示*/
.main-wrapper .column-separate-wrapper .article-list {
  width: 100%;
  margin: 50px 0 0px 0;
}
.main-wrapper .column-separate-wrapper .article-list:before,
.main-wrapper .column-separate-wrapper .article-list:after{
  clear: both;
  content: "";
  display: block;
}
.main-wrapper .column-separate-wrapper .article-list .info .post-header {
  /* min-height: 155px; */
}
.main-wrapper .column-separate-wrapper .article-list .thumbnail{
  width: 180px;
  height: 240px;
  background-position: center;
  background-size: cover;
  background-image: url("/wp-content/themes/waraku/assets/img/waraku-empty.jpg");
  margin-right: 35px;
  float: left;
}
.main-wrapper .column-separate-wrapper .article-list .info{
  width: calc(100% - 180px - 35px);
  width: -webkit-calc(100% - 180px - 35px);
  float: left;
}
.main-wrapper .column-separate-wrapper .article-list .info .title{
  font-size: 28px;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 140%;
  margin-top: -5px;
  color: #000;
}
.main-wrapper .column-separate-wrapper .article-list .info .title a{
  color: #000;
  text-decoration: none;
}
.main-wrapper .column-separate-wrapper .article-list .info .post-date{
  font-size: 12px;
  font-weight: normal;
  margin: 15px 0 25px 0;
  color: #464646;
}
.main-wrapper .column-separate-wrapper .article-list .info .article-author .author-box:before,
.main-wrapper .column-separate-wrapper .article-list .info .article-author .author-box:after{
  clear: both;
  content: "";
  display: block;
}
.main-wrapper .column-separate-wrapper .article-list .info .article-author .author-box .thumbnail{
  width: 27px;
  height: 27px;
  border-radius: 15px;
  margin-right: 15px;
  border: 1px solid #E8E8E8;
  background-size: cover;
  background-position: center;
  float: left;
}
.main-wrapper .column-separate-wrapper a:hover .article-list .info .title{
  text-decoration: underline;
}
.main-wrapper .column-separate-wrapper a:hover .article-list .info .post-date{
  text-decoration: none !important;
}
.main-wrapper .column-separate-wrapper a:hover .article-list .thumbnail{
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-wrapper .column-separate-wrapper .article-list .info .article-author .author-box .name{
  height: 27px;
  line-height: 27px;
  float: left;
  font-size: 13px;
  color: #000;
}
.main-wrapper .column-separate-wrapper .article-list .info .excerption {
  font-size: 13px;
  line-height: 180%;
  color: #6C6C6C;
  margin-top: 20px;
  height: 40px;
  overflow: hidden;
}
.main-wrapper .column-separate-wrapper .article-list .info .excerption p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/**********
ページネーション
**********/
.pagination {
  width: 100%;
  text-align: center;
  margin: 25px auto;
}
.pagination .pagination-wrapper{
  display: inline-block;
}
.pagination-nav {
  text-align: center;
  width: 100%;
  font-size: 13px;
  padding: 20px 0;
}
.pagination:before,
.pagination:after{
  clear: both;
  content: "";
  display: block;
}
.pagination .next-button,
.pagination .prev-button{
  width: 150px;
  float: left;
  height: 46px;
  font-size: 15px;
  line-height: 46px;
  border: 2px solid #000;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: #000;
}
.pagination .prev-button {
  margin-right: 0px;
}
.pagination .next-button {
  margin-left: 0px;
}

.pagination .next-button:hover,
.pagination .prev-button:hover{
  background-color: #000;
  color: #FFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination .number-button {
  width: 50px;
  height: 50px;
  border: 0px solid #FFF;
  text-align: center;
  font-size: 15px;
  line-height: 50px;
  float: left;
  color: #000;
}
.pagination a .number-button:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination .number-button.current {
  background-color: #000;
  color: #FFF;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border: 2px solid #000;
}
@media all and (-ms-high-contrast:none) {
  .pagination .next-button,
  .pagination .prev-button{
    line-height: 50px;
  }
  .pagination .number-button.current {
    line-height: 50px;
  }
  .pagination .number-button {
    line-height: 54px;
  }
}


/**********
フォーム
**********/
#form-search {
  width: 100%
}
#form-search:after,
#form-search:before{
  clear: both;
  content: "";
  display: block;
}
#form-search input[type="text"]{
  width: calc(100% - 9px * 2 - 40px);
  width: -webkit-calc(100% - 9px * 2 - 40px);
  border: 1px solid #000;
  height: 55px;
  font-size: 15px;
  line-height: 55px;
  padding-left: 15px;
  color: #000;
  float: left;
}
#form-search .button-submit{
  width: 40px;
  height: 59px;
  float: right;
  background-color: #000;
  background-position: left 9px top 18px;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/waraku/assets/svg/icon-search-w.svg");
}

/********
絞り込み用タグ
*********/
.tag-wrapper {
  margin-top: 30px;
}
#search-tag .title {
  font-size: 14px;
  margin-bottom: 20px;
}
#search-tag .tag-box {

}
.tag-wrapper .tag-box .tag{
  padding: 0px 12px 0px 35px;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #000;
  font-size: 14px;
  color: #000;
  -webkit-backface-visibility: hidden;
  background-position: left 12px center, right 12px center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/waraku/assets/svg/icon-tag-b.svg");
}
@media all and (-ms-high-contrast:none) {
  .tag-wrapper .tag-box .tag{
    line-height: 46px;
  }
}
#search-tag.tag-wrapper .tag-box .tag{
  padding: 0px 40px 0px 35px;
  background-image: url("/wp-content/themes/waraku/assets/svg/icon-tag-b.svg"),
                    url("/wp-content/themes/waraku/assets/svg/icon-plus-b.svg");
}
.tag-wrapper .tag-box .tag:hover {
  cursor: pointer;
  background-color: #000;
  color: #FFF;
  background-image: url("/wp-content/themes/waraku/assets/svg/icon-tag-w.svg");
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
}
#search-tag.tag-wrapper .tag-box .tag:hover {
  cursor: pointer;
  background-color: #000;
  color: #FFF;
  background-image: url("/wp-content/themes/waraku/assets/svg/icon-tag-w.svg"),
                    url("/wp-content/themes/waraku/assets/svg/icon-plus-w.svg");
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
}
#search-tag.tag-wrapper .tag-box .tag.selected{
  color: #FFF;
  background-color: #000;
  background-image: url("/wp-content/themes/waraku/assets/svg/icon-tag-w.svg"),
                    url("/wp-content/themes/waraku/assets/svg/icon-minus-w.svg");
}
#search-tag.tag-wrapper .tag-box .tag.selected:hover {
  cursor: pointer;
  background-color: #FFF;
  color: #000;
  background-image: url("/wp-content/themes/waraku/assets/svg/icon-tag-b.svg"),
                    url("/wp-content/themes/waraku/assets/svg/icon-minus-b.svg");
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
}

/**********
1カラム構成
***********/
.main-wrapper .wrapper {
  width: 1110px;
  margin: 0 auto;
}
.main-wrapper .wrapper .vertical-line{
  width: 1px;
  height: 60px;
  background-color: #000;
  margin-bottom: 40px;
}
/*記事ボックス表示*/
.main-wrapper .column-one-wrapper .article-category-area {
  margin-top: -105px;
}
.main-wrapper .column-one-wrapper .article-box {
  width: 350px;
  margin-top: 50px;
  margin-bottom: 30px;
  float: left;
}
.main-wrapper .column-one-wrapper .article-box.center{
  margin-right: 30px;
  margin-left: 30px;
}
.main-wrapper .column-one-wrapper .article-box .title{
  width: calc(100% - 15px * 2 - 6px * 2);
  width: -webkit-calc(100% - 15px * 2 - 6px * 2);
  padding: 0 6px;
  line-height: 54px;
  margin: -135px auto 0 auto;
  font-size: 33px;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000;
  background-position: top 2px left;
  background-size: 100% auto;
  background-image: url("/wp-content/themes/waraku/assets/img/bg-article-title.png?123");
}
@media all and (-ms-high-contrast:none) {
  .main-wrapper .column-one-wrapper .article-box .title{
    line-height: 57px;
    background-position: top 4px left;
  }
}
.main-wrapper .column-one-wrapper .article-box .thumbnail{
  width: 100%;
  height: 400px;
  background-position: center center;
  background-size: auto 100%;
  background-image: url("/wp-content/themes/waraku/assets/img/waraku-empty.jpg");
}
.main-wrapper .column-one-wrapper .article-box .article-author{
  margin-top: 20px;
  margin-left: 15px;
}
.main-wrapper .column-one-wrapper .article-box .article-author .author-box:before,
.main-wrapper .column-one-wrapper .article-box .article-author .author-box:after{
  clear: both;
  content: "";
  display: block;
}
.main-wrapper .column-one-wrapper .article-box .article-author .author-box .thumbnail{
  width: 35px;
  height: 35px;
  border: 1px solid #E8E8E8;
  border-radius: 20px;
  margin-right: 12px;
  background-size: cover;
  background-position: center;
  float: left;
}
.main-wrapper .column-one-wrapper .article-box .article-author .author-box .name{
  height: 35px;
  line-height: 35px;
  float: left;
  font-size: 13px;
  color: #000;
}
.main-wrapper .column-one-wrapper .article-box .post-date-area {
  margin-bottom: -20px;
}
.main-wrapper .column-one-wrapper .article-box .post-date-area:before,
.main-wrapper .column-one-wrapper .article-box .post-date-area:after{
  clear: both;
  content: "";
  display: block;
}
.main-wrapper .column-one-wrapper .article-box .post-date-area .date{
  font-family: 'akaDora';
  font-size: 46px;
  color: #000;
  float: left;
  margin-right: 10px;
  margin-left: 15px;
}
.main-wrapper .column-one-wrapper .article-box .post-date-area .month{
  font-family: 'IowanOldStBTItalic';
  font-size: 12px;
  color: #000;
  padding-top: 6px;
}
/*hover時*/
.main-wrapper .column-one-wrapper .article-box:hover .thumbnail{
  background-size: auto 105%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/*最新刊のご紹介*/
.main-wrapper .column-one-wrapper .waraku-info {

}
.main-wrapper .column-one-wrapper .waraku-info:after,
.main-wrapper .column-one-wrapper .waraku-info:before {
  clear: both;
  content: "";
  display: block;
}
.main-wrapper .column-one-wrapper .waraku-info img{
  width: 350px;
  float: left;
  margin-right: 60px;
}
.main-wrapper .column-one-wrapper .waraku-info .right {
  width: calc(100% - 350px - 60px);
  width: -webkit-calc(100% - 350px - 60px);
  float: right;
}
.main-wrapper .column-one-wrapper .waraku-info .right .title{
  font-size: 30px;
  line-height: 170%;
  margin-top: -10px;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.main-wrapper .column-one-wrapper .waraku-info .right .desc{
  font-size: 14px;
  line-height: 210%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.main-wrapper .column-one-wrapper .waraku-info .right .common-button {
  width: 350px;
}
.main-wrapper .single-column-wrapper .waraku-info {
  border-top: 1px solid #000;
  padding-top: 80px;
  padding-bottom: 30px;
}
.main-wrapper .single-column-wrapper .waraku-info h3{
  margin-bottom: 40px;
}
.main-wrapper .single-column-wrapper .waraku-info:after,
.main-wrapper .single-column-wrapper .waraku-info:before {
  clear: both;
  content: "";
  display: block;
}
.main-wrapper .single-column-wrapper .waraku-info img{
  width: 280px;
  float: left;
  margin-right: 35px;
}
.main-wrapper .single-column-wrapper .waraku-info .right {
  width: calc(100% - 280px - 35px);
  width: -webkit-calc(100% - 280px - 35px);
  float: right;
}
.main-wrapper .single-column-wrapper .waraku-info .right .title{
  font-size: 30px;
  line-height: 170%;
  margin-top: -10px;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.main-wrapper .single-column-wrapper .waraku-info .right .desc{
  font-size: 14px;
  line-height: 210%;
  margin-top: 20px;
  margin-bottom: 40px;
}
.main-wrapper .single-column-wrapper .waraku-info .right .common-button {
  width: 260px;
}

/***********
ワイド記事表示
************/
.main-wrapper .column-one-wrapper .article-wide-box-wrapper{
  width: 100%;
  margin-top: 40px;
}
.main-wrapper .column-one-wrapper .article-wide-box-wrapper:after,
.main-wrapper .column-one-wrapper .article-wide-box-wrapper:before{
  clear: both;
  content: "";
  display: block;
}
.main-wrapper .column-one-wrapper .article-wide-box{
  width: 350px;
  float: left;
  margin-bottom: 50px;
}
.main-wrapper .column-one-wrapper .article-wide-box.center{
  margin-right: 30px;
  margin-left: 30px;
}
.main-wrapper .column-one-wrapper .article-wide-box .thumbnail{
  width: 100%;
  height: 170px;
  background-position: center;
  background-size: 100% auto;
  background-image: url("/wp-content/themes/waraku/assets/img/waraku-empty.jpg");
  -webkit-backface-visibility: hidden;
}
.main-wrapper .column-one-wrapper .article-wide-box:hover .thumbnail{
  background-size: 105% auto;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.main-wrapper .column-one-wrapper .article-wide-box .info{
  width: 100%;
}
.main-wrapper .column-one-wrapper .article-wide-box .info .rankinfo{
  color: red;
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: -5px;
}
.main-wrapper .column-one-wrapper .article-wide-box .info .title{
  font-size: 20px;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 160%;
  margin-top: 13px;
  color: #000;
  text-decoration: underline;
}
.main-wrapper .column-one-wrapper .article-wide-box .info .title a{
  color: #000;
  text-decoration: underline;
}
.main-wrapper .column-one-wrapper .article-wide-box .info .title a:hover{
  color: #434343;
}
.main-wrapper .column-one-wrapper .article-wide-box .article-author{
  margin-top: 20px;
}
.main-wrapper .column-one-wrapper .article-wide-box .article-author .author-box:before,
.main-wrapper .column-one-wrapper .article-wide-box .article-author .author-box:after{
  clear: both;
  content: "";
  display: block;
}
.main-wrapper .column-one-wrapper .article-wide-box .article-author .author-box .thumbnail{
  width: 30px;
  height: 30px;
  border: 1px solid #E8E8E8;
  border-radius: 20px;
  margin-right: 12px;
  background-size: cover;
  background-position: center;
  float: left;
}
.main-wrapper .column-one-wrapper .article-wide-box .article-author .author-box .name{
  height: 30px;
  line-height: 30px;
  float: left;
  font-size: 13px;
  color: #000;
}


/***********
ワイド記事表示(茶の間ラボ)
************/
.main-wrapper .column-one-wrapper .article-wide-box.chalab .info .title{
  margin-top: 20px;
}
.main-wrapper .column-one-wrapper .article-wide-box.chalab .project-number{
  font-size: 50px;
  width: 100px;
  margin-left: 250px;
  font-family: 'akaDora';
  text-align: right;
  margin-top: -20px;
  color: #000;
  position: absolute;
}

/************
シングルページ(横幅600pxの1カラム構成ページ)
*************/
.main-wrapper .single-column-wrapper {
  width: 600px;
  margin: 0 auto;
}
.main-wrapper .single-column-wrapper .wrapper{
  width: 100% !important;
}
.main-wrapper .single-column-wrapper h1{
  font-size: 40px;
}
.main-wrapper .single-column-wrapper .single-description {
  font-size: 15px;
  line-height: 240%;
  padding: 50px 0;
}

/************
フォーム類
*************/
.main-wrapper form {

}
.main-wrapper form .label{
  width: 210px;
  height: 90px;
  line-height: 90px;
  float: left;
  font-size: 13px;
  color: #4E4E4E;
}
.main-wrapper form .form-border{
  width: 100%;
  height: 1px;
  background-color: #000;
}
.main-wrapper form .form-border:before,
.main-wrapper form .form-border:after{
  clear: both;
  content: "";
  display: block;
}
.main-wrapper form input[type="text"],
.main-wrapper form input[type="email"],
.main-wrapper form input[type="tel"]{
  font-family: a-otf-gothic-bbb-pr6n,sans-serif;
  font-weight: 400;
  font-style: normal;
  width: calc(100% - 220px);
  width: -webkit-calc(100% - 220px);
  height: 90px;
  line-height: 90px;
  font-size: 14px;
  border: 0;
  float: right;
  outline: none;
}
.main-wrapper form select{
  font-family: a-otf-gothic-bbb-pr6n,sans-serif;
  font-weight: 400;
  font-style: normal;
  width: calc(100% - 210px);
  width: -webkit-calc(100% - 210px);
  height: 90px;
  line-height: 90px;
  font-size: 14px;
  background-color: #FFF;
  margin-left: -20px;
  border: 0;
  float: right;
  outline: none;
}
.main-wrapper form textarea{
  width: calc(100% - 20px * 2);
  width: -webkit-calc(100% - 20px * 2);
  padding: 20px;
  border: 1px solid #000;
  font-size: 14px;
  outline: none;
}
.main-wrapper form textarea{
  font-family: a-otf-gothic-bbb-pr6n,sans-serif;
  font-weight: 400;
  font-style: normal;
  width: calc(100% - 20px * 2);
  width: -webkit-calc(100% - 20px * 2);
  padding: 20px;
  border: 1px solid #000;
  font-size: 14px;
  outline: none;
}
.main-wrapper form .operation-area{
  text-align: right;
}
.main-wrapper form .common-button{
  height: 50px;
  width: 350px;
  margin-top: 50px;
  line-height: 44px;
}

/*************
個別記事
*************/
.main-wrapper .column-article-wrapper {
  margin: 0 auto;
  padding: 50px 0;
}
.main-wrapper .column-article-wrapper .wrapper{
  width: 600px !important;
}
.main-wrapper .column-article-wrapper .wrapper h1{
  font-size: 36px;
  line-height: 150%;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 50px;
  margin-bottom: 20px;
}
.main-wrapper .column-article-wrapper .wrapper .post-date{
  font-size: 13px;
  color: #343434;
}
.main-wrapper .column-article-wrapper .wrapper .shop-summarybox{
  padding: 30px 0 0 0;
  font-size: 14px;
  color: #242424;
}
.main-wrapper .column-article-wrapper .wrapper .shop-summarybox .price{
  padding-right: 5px;
}
.main-wrapper .column-article-wrapper .wrapper .article-author{
  margin-top: 30px;
}
.main-wrapper .column-article-wrapper .wrapper .article-author .author-box:before,
.main-wrapper .column-article-wrapper .wrapper .article-author .author-box:after{
  clear: both;
  content: "";
  display: block;
}
.main-wrapper .column-article-wrapper .wrapper .article-author .author-box .thumbnail{
  width: 40px;
  height: 40px;
  border: 1px solid #E8E8E8;
  border-radius: 20px;
  margin-right: 15px;
  background-size: cover;
  background-position: center;
  float: left;
}
.main-wrapper .column-article-wrapper .wrapper .article-author .author-box .name{
  height: 40px;
  line-height: 40px;
  float: left;
  font-size: 13px;
  color: #000;
}
.main-wrapper .column-article-wrapper .wrapper .article-author .author-box .name .title{
  padding-left: 20px;
  font-size: 13px;
  color: #676767;
}
.main-wrapper .column-article-wrapper .wrapper .article-author .category{
  height: 26px;
  padding: 0 10px;
  line-height: 24px;
  float: right;
  font-size: 12px;
  color: #000;
  margin-top: -30px;
}
.main-wrapper .column-article-wrapper .wrapper .article-author .category:hover{
  color: #FFF;
  background-color: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-wrapper .column-article-wrapper .wrapper .article-sns{
  margin-top: 40px;
}
.main-wrapper .column-article-wrapper .wrapper .article-sns .icon-box{
  display: inline-block;
}
.main-wrapper .column-article-wrapper .wrapper .article-sns .icon-box a img{
  width: 20px;
  margin-right: 20px;
}
.main-wrapper .column-article-wrapper .wrapper .article-sns .icon-box a img.facebook{
  width: 10px;
}
/* 目次 */
.main-wrapper .column-article-wrapper .toc-title{
  font-size: 16px;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 50px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.main-wrapper .column-article-wrapper #ez-toc-container {
  margin-top: 20px;
  width: calc(100% - 25px * 1);
  width: -webkit-calc(100% - 25px * 1);
  padding: 13px 25px 15px 0px;
  border: 1px solid #000;
  font-size: 14px;
  border-radius: 0px !important;
  background-color: #FFF;
}
.main-wrapper .column-article-wrapper #ez-toc-container ul{
  list-style: decimal;
  margin: 0px;
  margin-top: 5px;
  margin-left: 35px;
}
.main-wrapper .column-article-wrapper #ez-toc-container ul a{
  color: #000;
}
.main-wrapper .column-article-wrapper #ez-toc-container ul a:hover{
  text-decoration: underline;
}
.main-wrapper .column-article-wrapper #ez-toc-container ul li{
  padding: 0px 0;
  margin-top: 4px;
  list-style: none;
  margin-left: -10px;
}
/*本文*/
.main-wrapper .column-article-wrapper .article-content {
  padding: 20px 0 50px 0;
}
.main-wrapper .column-article-wrapper .article-pc-thumbnail {
  width: 100%;
  margin-top: 40px;
}
.main-wrapper .column-article-wrapper .article-pc-thumbnail img{
  width: 100%;
}
.main-wrapper .column-article-wrapper .article-content strong{
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.main-wrapper .column-article-wrapper .article-content ul {
  margin-left: 20px;
}
.main-wrapper .column-article-wrapper .article-content li {
  padding: 7px 0;
}
.main-wrapper .column-article-wrapper .article-content .text-small{
  font-size: 12px;
  line-height: 200%;
  display: block;
  margin-bottom: 30px;
}
.main-wrapper .column-article-wrapper .article-content figcaption{
  font-size: 12px;
  line-height: 200%;
  display: block;
  margin-bottom: 30px;
  margin-top: -10px;
}
.main-wrapper .column-article-wrapper .article-content a{
  color: red;
  text-decoration: underline;
}
.main-wrapper .column-article-wrapper .article-content a:hover{
  color: #000;
}
.main-wrapper .column-article-wrapper .article-content .thumbnail{
  width: 100%;
  margin-bottom: 0px;
}
.main-wrapper .column-article-wrapper .article-content h2,
.main-wrapper .column-article-wrapper .article-content h3,
.main-wrapper .column-article-wrapper .article-content h4,
.main-wrapper .column-article-wrapper .article-content h5{
  letter-spacing: 0.03em;
}
.main-wrapper .column-article-wrapper .article-content h2{
  font-size: 32px;
  line-height: 145%;
  margin: 70px 0 50px 0;
}
.main-wrapper .column-article-wrapper .article-content h3{
  font-size: 27px;
  line-height: 145%;
  padding: 5px 0 6px 25px;
  margin: 70px 0 50px 0;
  border-left: 2px solid red;
}
.main-wrapper .column-article-wrapper .article-content h4{
  font-size: 24px;
  line-height: 145%;
  margin: 50px 0 30px 0;
}
.main-wrapper .column-article-wrapper .article-content h5{
  font-size: 20px;
  line-height: 145%;
}
.main-wrapper .column-article-wrapper .article-content img{
  width: 100%;
  height: auto;
  margin: 30px 0 10px 0;
}
/*インタビュー用*/
.main-wrapper .column-article-wrapper .article-content .interview-initial {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  text-align: center;
  margin-right: 10px;
  margin-top: 7px;
  border: 1px solid #000;
  float: left;
}
@media all and (-ms-high-contrast:none) {
  .main-wrapper .column-article-wrapper .article-content .interview-initial {
    line-height: 22px;
    margin-top: 9px;
  }
}
.main-wrapper .column-article-wrapper .article-content .shop-detailbox{
  padding: 32px 40px;
  width: calc(100% - 40px * 2);
  width: -webkit-calc(100% - 40px * 2);
  background-color: #F8F8F8;
  margin: 40px 0;
}
.main-wrapper .column-article-wrapper .article-content .shop-detailbox .detail-row{
  width: 100%;
  padding: 8px 0;
}
.main-wrapper .column-article-wrapper .article-content .shop-detailbox .detail-row:before,
.main-wrapper .column-article-wrapper .article-content .shop-detailbox .detail-row:after{
  clear: both;
  content: "";
  display: block;
}
.main-wrapper .column-article-wrapper .article-content .shop-detailbox .detail-row .detail-title{
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #272727;
  font-size: 14px;
  width: 100px;
  float: left;
}
.main-wrapper .column-article-wrapper .article-content .shop-detailbox .detail-row .detail-value{
  font-size: 15px;
  color: #000;
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  float: right;
  line-height: 180%;
  margin-top: -4px;
}
.main-wrapper .column-article-wrapper .article-content .shop-detailbox .operation-area{
  margin-top: 20px;
  margin-bottom: -5px;
}
.main-wrapper .column-article-wrapper .article-content .shop-detailbox .operation-area:before,
.main-wrapper .column-article-wrapper .article-content .shop-detailbox .operation-area:after{
  clear: both;
  content: "";
  display: block;
}
.main-wrapper .column-article-wrapper .article-content .shop-detailbox .operation-area .common-button{
  float: right;
  width: 350px;
}
.main-wrapper .column-article-wrapper .article-content .detail-imege-two{
  width: 100%;
  margin: 30px 0;
}
.main-wrapper .column-article-wrapper .article-content .detail-imege-two:before,
.main-wrapper .column-article-wrapper .article-content .detail-imege-two:after{
  clear: both;
  content: "";
  display: block;
}
.main-wrapper .column-article-wrapper .article-content .detail-imege-two img{
  width: 50%;
  float: left;
}
.main-wrapper .column-article-wrapper .article-content p{
  font-size: 16px;
  line-height: 250%;
  margin: 24px 0;
}
.main-wrapper .column-article-wrapper .article-content blockquote{
  background-color: #F8F8F8;
  font-size: 14px;
  line-height: 200%;
  color: #3E3E3E;
  width: calc(100% - 30px * 2 - 2px);
  width: -webkit-calc(100% - 30px * 2 - 2px);
  padding: 30px;
  border-left: 2px solid #000;
  margin: 50px 0;
}
.main-wrapper .column-article-wrapper .article-content .information{
  font-size: 15px;
  line-height: 150%;
  border: 1px solid #000;
  margin: 50px 0;
  width: calc(100% - 30px * 2 - 2px);
  width: -webkit-calc(100% - 30px * 2 - 2px);
  padding: 20px 30px;
}
.main-wrapper .column-article-wrapper .article-content .tag-wrapper {
  margin-top: 80px;
}
/* SNSシェア */
.main-wrapper .column-article-wrapper .article-content .sns-share-box {
  margin-top: 50px;
  border: 1px solid #000;
  height: 260px;
  width: 100%;
}
.main-wrapper .column-article-wrapper .article-content .sns-share-box:before,
.main-wrapper .column-article-wrapper .article-content .sns-share-box:after {
  clear: both;
  content: "";
  display: block;
}
.main-wrapper .column-article-wrapper .article-content .sns-share-box .left{
  height: 100%;
  width: 180px;
  float: left;
}
.main-wrapper .column-article-wrapper .article-content .sns-share-box .left .thumbnail{
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-image: url("/wp-content/themes/waraku/assets/img/waraku-empty.jpg");
}
.main-wrapper .column-article-wrapper .article-content .sns-share-box .right{
  width: calc(100% - 180px - 30px * 2);
  width: -webkit-calc(100% - 180px - 30px * 2);
  float: right;
  padding: 25px 30px;
}
.main-wrapper .column-article-wrapper .article-content .sns-share-box .right .title{
  font-size: 22px;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  height: 170px;
  line-height: 160%;
}
.main-wrapper .column-article-wrapper .article-content .sns-share-box .right .title .sns-title{
  height: 100px;
  overflow: hidden;
}
.main-wrapper .column-article-wrapper .article-content .sns-share-box .right .title .sns-desc{
  font-size: 13px;
  font-family: a-otf-gothic-bbb-pr6n,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #414141;
  margin-top: 15px;
}
.main-wrapper .column-article-wrapper .article-content .sns-share-box .share-icons{
  width: calc(100% + 25px);
  width: -webkit-calc(100% + 25px);
}
.main-wrapper .column-article-wrapper .article-content .sns-share-box .share-icons .icon-box{
  width: calc((100% / 3) - 2px);
  width: -webkit-calc((100% / 3) - 2px);
  float: left;
  text-align: center;
  height: 35px;
}
.main-wrapper .column-article-wrapper .article-content .sns-share-box .share-icons .icon-box:nth-child(2){
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
.main-wrapper .column-article-wrapper .article-content .sns-share-box .share-icons .icon-box img{
  width: 19px;
  margin: 0;
  margin-top: 8px;
}
.main-wrapper .column-article-wrapper .article-content .sns-share-box .share-icons .icon-box img.facebook{
  width: 11px;
  margin-top: 5px;
}
/*********
記事下
**********/
.main-wrapper .column-one-wrapper .wrapper .about-chalab{
  font-size: 13px;
  float: right;
}
.main-wrapper .column-one-wrapper .wrapper .about-chalab .title{
  color: #000;
  display: inline-block;
}
.main-wrapper .column-one-wrapper .wrapper .about-chalab:hover .title{
  text-decoration: underline;
}
