@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*========= 共通 ===============*/
body{
	background-color: #fcfcf0;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	overflow-x: hidden;
	position: relative
}
.ff-yu-gothic {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}
b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
a:hover{
	color: inherit;
}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
	font-feature-settings: "palt";
}
ol, ul, li{
	list-style: none;
   padding: 0;
	margin: 0;
}
.article ol, .article ul, .article li{
	list-style: none;
   padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	color : inherit;
}
.underline{
	text-decoration: underline;
}
.marginUnder10{
	margin: 0 0 0.625rem;
}
.marginUnder60{
	margin: 0 0 3.75rem;
}
.marginUnder80{
	margin: 0 0 5rem;
}
.pcNone{
	display: none;
}
.spNone{
	display: block;
}
.tbNone{
	display: none;
}
.wrap{
	width: 100%;
}
.content{
	margin-top: 0;
}
.container{
	overflow: hidden;
}
.contentWrap{
	margin: 0  auto 5rem;
	max-width: 1040px;
}
.contentWrap{
	 text-align: center;
    margin: 0 auto 5rem;
}
.contentWrap h2{
	margin: 0 0 1rem;
}
.contentBgWrap{
	background-color: #edede2;
   padding: 3rem 0;
	margin: 0 auto;
   text-align: center;
}
.content-bottom{
	margin: 0;
}
.home .content, .single .content{
	margin-top: 0;
}
.widget h2{
	font-size: 1.4rem;
	letter-spacing: .3rem;
}
.list-more-button-wrap a {
	background: #988c7f;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #fff;
    transition: .3s ease-in-out;
    font-weight: 500;
}
.list-more-button-wrap a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #d1d1b0;
    transition: 0.3s;
}
.list-more-button-wrap a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #d1d1b0;
    transition: 0.3s;
}
.list-more-button-wrap a:hover:before, .list-more-button-wrap a:hover:after {
    right: -0.5em;
}
.list-more-button-wrap a:hover {
    background: rgba(152,140,127,0.2);;
    color: #988c7f;
}
.newList-more-button a{
    margin: 0 auto;
    padding: 14px 25px;
    color: #988c7f;
    border: solid 2px #988c7f;
    transition: .3s ease-in-out;
    border-radius: 30px;
    margin-left: 1.6rem;
}
.newList-more-button a:hover {
    background: #988c7f;
    color: #fff;
}
.list-new-entries .list-more-button{
	display: none;
}
.go-to-top-button{
	display: none;
}
/*========= ファーストビュー ===============*/
.swiperBox{
  position: relative;
  height: 100%;
  z-index: 0;
}
.swiper-container{
  width: 100%;
  max-width: 1200px;
  height: auto;
  max-height: 100vh;
  border-radius: 60px;
  margin: 1rem auto 8rem;
  padding-top: 1rem;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item {
  width: 100%;
  border-radius: 60px;
  position: relative;
}
.item img {
    width: 100%;
	height: 54vh;
    border-radius: 80px;
	object-fit: cover;
	transition: 3s;
	border: solid #988c7f 3px;
}
.item:after{
	content: '';
    display: inline-block;
    width: 100%;
    height: 54vh;
    top: 3rem;
	left: 3rem;
    position: absolute;
    background-color: #d1d1b0;
    opacity: .2;
    border-radius: 60px;
    z-index: -10;
}
.item img:hover{
	opacity: .7;
}
.item a img{
	transition: .3s;
}
.item a img:hover{
	opacity: 0.7;
	-webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  border-radius: 5px !important;
  background: #988c7f !important;
  transition: all 0.3s !important;
}
#swiper-pagination-icon{
	bottom: -10%;
}
.paginationWrap{
    display: flex;
    justify-content: flex-end;
    margin: 16px 10px 0 0;
}
.newListLinkText{
    letter-spacing: .1rem;
    margin: -0.2rem 0 0 2.2rem;
}
.newListlineArrow{
    width: 138%;
    height: 8px;
    border-bottom: 1.9px solid #212121;
    border-right: 1.9px solid #212121;
    transform: skew(43deg);
    margin: -3px 0 0 -19px;
}
.kv-title{
	font-size: 20px;
	text-align: left;
}
.kv-info .post-categories{
	 font-size: 1rem;
    border: 0;
    background-color: #988c7f;
    padding: 0.2rem 1.5rem;
	border-radius: 14px;
	margin-right: 1rem;
	color: #fff;
}
.kv-info{
	display: flex;
	margin: 0.5rem 0;
	align-items: center;
}
.kv-date{
	opacity: .5;
}
.labelPr{
    margin-right: 0.4rem;
    font-size: 1rem;
    font-weight: 100;
    opacity: .5;
    padding: 4px 8px;
    border: solid 1px;
    border-radius: 4px;
}
/*========= 新着 ===============*/
.new-wrapper{
	display: flex;
	align-items: center;
	background-image: url(https://tolanca.photoback.jp/wp-content/uploads/2022/04/bg_newarticle_pc-1.png);
    background-size: cover;
}
.new-titleBox{
	width: 26%;
    margin: 0 auto;
}
.new-titleBox img{
    margin: -12rem auto;
    display: block;
	padding: 0 1rem 0 3rem;
    max-width: 400px;
	width: 350px;
}
.new-swiperBox{
    position: relative;
    height: 100%;
	width: 74%;
	overflow: hidden;
	z-index: 0;
    padding: 0 30px;
}
.new-swiper-container > .swiper-wrapper > .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-item{
	padding: 1rem;
}
.new-item a img{
	transition: .3s;
}
.new-item a img:hover{
	opacity: 0.7;
	-webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}
.new-info{
	align-items: center;
}
.new-item img {
  width: 100%;
  border-radius: 40px;
  height: 13vw;
  object-fit: cover;
  border-radius: 40px;
  border: solid #988c7f 3px;
}
.new-item .m-slider-text{
	 width: 95%;
	margin: 0.2rem auto 0;
}
.new-info .post-categories{
	 font-size: .8rem;
    border: 0;
    background-color: #988c7f;
    margin-right: 0.4rem;
	padding: 0.2rem 0.8rem;
    border-radius: 10px;
	color: #fff;
}
.new-info{
	display: flex;
	margin: 0 0 0.5rem;
}
.swiper-arrow{
	display: flex;
    margin-top: 3px;
}
.swiper-button-next, .swiper-button-prev{
	position: static!important;
    width: auto!important;
    height: auto!important;
}
.swiper-button-prev{
	margin-right: 1rem;
}
.swiper-button-prev:after{
	content: ""!important;
	color: #988c7f;
	content: '';
	width: 4rem;
	height: 4rem;
	background-image: url(https://tolanca.photoback.jp/wp-content/uploads/2022/04/icon_arrow_prev-1.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.swiper-button-next:after{
	content: ""!important;
	color: #988c7f;
	content: '';
	width: 4rem;
	height: 4rem;
	background-image: url(https://tolanca.photoback.jp/wp-content/uploads/2022/04/icon_arrow_next-1.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.keyword-item img {
  width: 100%;
  border-radius: 40px;
  height: 14vw;
  object-fit: cover;
}
.m-slider-text a:hover{
	color: initial;
	opacity: .7;
}
.home .mobile-menu-buttons a .menu-caption{
	position: relative;
}
.home .mobile-menu-buttons a .menu-caption:after{
	content: '';
	display: inline-block;
	width: 100%;
   background-image: url(https://storage.googleapis.com/stateless-tolanca-test-photoba/2022/03/e8f26dd2-tolanca_headermenuline@2x.png);
   background-size: cover;
   vertical-align: middle;
   background-repeat: no-repeat;
   position: absolute;
}
/*========= ヘッダー ===============*/
#nav{
	position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
	display: none;
}
.navUlWrap{
	position: absolute;
	right: 0;
    width: 28%;
    min-width: 360px;
    background-color: #fcfcf0;
    height: 100vh;
}
#nav ul{
	width: 270px;
    margin: 26% auto;
}
#nav ul li{
    list-style-type: none;
    font-size: 20px;
}
.navUlMethod:before{
	content: '';
    display: inline-block;
    width: 4rem;
    height: 4rem;
    background-image: url(https://tolanca.photoback.jp/wp-content/uploads/2021/11/ttl_section_camera.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0.8rem 0.8rem 0 0;
    background-color: transparent;
}
.navUlOrganize:before{
	content: '';
    display: inline-block;
    width: 4rem;
    height: 4rem;
    background-image: url(https://tolanca.photoback.jp/wp-content/uploads/2021/11/ttl_section_organize.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0.8rem 0.8rem 0 0;
    background-color: transparent;
}
.navUlBegineer:before{
	content: '';
    display: inline-block;
    width: 4rem;
    height: 4rem;
    background-image: url(https://tolanca.photoback.jp/wp-content/uploads/2021/11/ttl_section_beginner.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0.8rem 0.8rem 0 0;
    background-color: transparent;
}
.navUlPhotolife:before{
	content: '';
    display: inline-block;
    width: 4rem;
    height: 4rem;
    background-image: url(https://tolanca.photoback.jp/wp-content/uploads/2021/11/ttl_section_home.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0.8rem 0.8rem 0 0;
    background-color: transparent;
}
.navUlWrap ul:after{
	content: '';
    display: inline-block;
    width: 100%;
    height: 5.6rem;
    background-image: url(https://tolanca.photoback.jp/wp-content/uploads/2021/12/headerMenuLine.png);
    background-size: cover;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 70px;
    left: 0;
}
.navUlWrap ul li a{
	color: #212121;
    font-size: 1.2rem;
    letter-spacing: .2rem;
}
#nav a{
    display: block;
    text-decoration: none;
    color: #212121;
    margin: 0 15px;
    padding: 10px;
    transition: .5s;
}
#nav li a:hover{
    border-bottom: none;
}
.gnaviMenuList{
    display: flex;
}
.gnaviMenuList li{
	padding: 0 1rem;
}
.gnaviSpMenu{
    display: none;
}
#hamburgerBtn, #hamburgerBtn span{
	display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
#hamburgerBtn{
	position: relative;
    width: 24px;
    height: 20px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
	z-index: 1200;
	margin: 0.76rem 0 auto 0.8rem;
}
#hamburgerBtn span{
	position: absolute;
	left: 0;
	width: 100%;
	height: 2.8px;
	background-color: #212121;
	border-radius: 4px;
}
#hamburgerBtn span:nth-of-type(1) {
	top: 0;
}
#hamburgerBtn span:nth-of-type(2) {
	margin-top: 9px;
}
#hamburgerBtn span:nth-of-type(3) {
	margin-top: 17px;
}
#hamburgerBtn.active span:nth-of-type(1) {
	transform: translateY(5px) rotate(-45deg);
}
#hamburgerBtn.active span:nth-of-type(2) {
opacity: 0;
}
#hamburgerBtn.active span:nth-of-type(3) {
transform: translateY(-11.6px) rotate(45deg);
}
#hamburgerBtn.active{
    position: fixed;
    z-index: 2000;
    right: 30px;
    top: 20px;
}
.mobile-header-menu-buttons{
    display: none;
}
nav{
    display: flex;
    justify-content: space-between;
}
.menuInstagram{
	margin: 3rem 0 0 auto;
}
.menuInstagram a{
	display: flex!important;
	margin: 0 0 0 18px!important;
	justify-content: center;
}
.menuInstagramText{
	letter-spacing: .05rem;
}
.menuInstagramIcon{
	width: 40px;
    margin-left: 28px;
}
.gnavi{
    display: flex;
	align-items: center;
}
#header-container{
    display: block;
	padding: 20px 30px;
}
.header-logo{
    width: 26rem;
    max-height: 100px;
}
.searchBtn{
	font-family: "Font Awesome 5 Free";
	cursor: pointer;
	padding: 6px;
}
.gnavi.block{
    margin-right: 37px!important;
}
.fa-search:before {
    font-size: 1.4rem;
    font-weight: 800;
}
.testBtn{
    background:url("https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/7-2-3/img/icon_search.svg") no-repeat 15px center;/*虫眼鏡アイコンを背景に表示*/
    background-size: 20px 20px;
    width:50px;
    height:50px;
    border-radius: 50%;
    cursor: pointer;
}
.single .gnaviMenuList, .single .gnaviSpMenu, .archive .gnaviMenuList, .archive .gnaviSpMenu, .search .gnaviMenuList, .search .gnaviSpMenu, .error404 .gnaviMenuList, .error404 .gnaviSpMenu,  .page .gnaviMenuList, .page .gnaviSpMenu{
	display: none;
}
.fixed{
	width: 100%;
	height: 100%;
	position: fixed;
}
/*========= 検索窓の設定 ===============*/
#searchWrap{
    position:fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s;
    width:100%;
    height: 140vh;
}
#searchWrap.panelactive{
    opacity: 1;
    z-index: 1500;
    background:rgba(0,0,0,0.7);
}
/*==検索窓のエリア*/
#searchWrap .searchArea{
    display: none;
}
#searchWrap.panelactive .searchArea{
    display: block;
	width: 90%;
    position: relative;
    margin: 0 auto;
}
#searchWrap form{
    position: relative;
    height: 66px;
}
#content-in > #main > .search-box{
	display: none;
}
.searchKeywordTitle{
	text-align: center;
    margin-bottom: 20px;
}
/*==テキスト入力とボタンinput共通設定*/
#searchWrap input{
    -webkit-appearance:none;
    outline: none;
    cursor: pointer;
    color: #212121;
}
#searchWrap input[type="text"] {
	width: 100%;
    padding: 20px;
    border: 0;
    border-bottom: 2px solid #ccc;
    transition: all .5s;
    letter-spacing: .05em;
    background-color: #fff;
    border-radius: 0;
}
#searchWrap input[type="text"]:focus {
    background-color: #fff;
}
#searchWrap input[type="submit"] {
    position: absolute;
    top:0;
    right:10px;
    background:url("https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/7-2-3/img/icon_search.svg") no-repeat 15px center;/*虫眼鏡アイコンを背景に表示*/
    background-size: 25px 25px;
    width:60px;
    height: 60px;
	border: 0;
}
.searchCloseBtn{
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin: 0 0 0 auto;
}
.searchCloseBtn span{
    display: inline-block;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    background-color: #000;
}
.searchCloseBtn span:nth-of-type(1) {
    transform: translateY(6px) rotate(-135deg);
    transform: translateY(4px) rotate(-135deg);
    width: 50%;
    width: 30px;
}
.searchCloseBtn span:nth-of-type(2){
    transform: translateY(-6px) rotate(135deg);
    transform: translateY(-25px) rotate(135deg);
    width: 50%;
    width: 30px;
}
.searchAreaWrap{
    display: block;
    background-color: #fcfcf0;
    padding: 1.5rem 2rem 3rem 2rem;
    border-radius: 40px;
    margin: 60px auto;
    width: 80%;
}
.searchAreaWrap h2{
	text-align: center;
	margin-bottom: 1.2rem;
}
/*========= ホバー ===============*/
.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover,
.navi-in a:hover,
.navi-footer-in a:hover,
.a-wrap:hover,
.comment-reply-link:hover,
.recent-comments .a-wrap:hover .recent-comment-content,
.pagination a:hover,
.pagination-next-link:hover, .comment-btn:hover,
.pager-links a:hover span,
.pager-links a:hover span,
.mobile-menu-buttons .menu-button:hover,
.menu-drawer a:hover,
.bp-login-widget-register-link a:hover{
  background-color: transparent; 
}
.home #main{
    background-color: #eeeedc;
	background-image: url(https://tolanca.photoback.jp/wp-content/uploads/2022/04/bg_category_pc-1.png);
    background-repeat: no-repeat;
	background-size: cover;
}
/*========= フッター ===============*/
.footer-center{
	width: 100%;
}
.footer-bottom{
	margin-top: 0;
}
.footer-left{
	display: none;
}
.footer-right{
	display: none;
}
.footerTop{
	display: flex;
}
.footerWrap{
	max-width: 1040px;
	margin: 1.6rem auto 0;
}
.footerNav{
	display: flex;
	margin: 0 0 2rem;
}
.footerNav li{
	padding: 0 1.5rem 0 0;
	letter-spacing: .1rem;
}
.footerSNS{
	display: flex;
	margin: 0 0 0 auto;
}
.footerSNSIcon img{
	width: 2.4rem
}
.footerLogo{
    width: 24rem;
}
.footerDescription{
	display: flex;
	 margin: 0 0 3rem
}
.footerDescription h2, h3{
	font-size: 1rem;
	letter-spacing: .1rem;
}
.footerDescription h2{
	margin: 0 1.6rem 0 0;
}
.footerDescription p{
	font-size: .87rem;
	letter-spacing: .05rem;
	line-height: 1.5em;
}
.footerImg{
	display: flex;
    margin: 5rem auto 7.5rem;
    justify-content: space-around;
}
.footerImg li{
	padding: 0 0.53rem;
}
#custom_html-16{
	margin: 0;
}
.footerMenu{
    display: flex;
    margin-bottom: 1.5rem;
}
.footerMenuNav ul{
    display: flex;
    justify-content: flex-start;
}
.footerMenuNav ul li{
    padding-right: 20px;
    font-size: .87rem;
}
.footerMenuNav ul li a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.footerMenuInstagramText{
    letter-spacing: .05rem;
}
.footerMenuInstagram{
    margin: 0 0 0 auto;
}
.footerMenuInstagram a{
    display: flex;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.paginationWrap a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.paginationWrap a:hover, .footerMenuInstagram a:hover , .footerMenuNav ul li a:hover, #nav a:hover{
    opacity: .7;
}
.footerMenuInstagramIcon{
    width: 40px;
    margin-left: 28px;
}
  .lineArrow {
    width: 130%;
    height: 8px;
    border-bottom: 1px solid #212121;
    border-right: 1px solid #212121;
    transform: skew(43deg);
    margin: -3px 0 0 -19px;
  }
#navi-footer{
    justify-content: center;
}
/*========= Instagram ===============*/
.instagramWrap{
	background-color: #edede2;
    padding: 0 16px;
}
.instagramWrap a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.instagramWrap a:hover{
    opacity: .8;
}
.instagram{
	max-width: 1040px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.instagramDescription{
	width: 40%;
}
.instagramDescription h2{
	margin: 0 0 0.625rem;
	font-size: 1.2rem;
    letter-spacing: .1rem;
}
.instagramDescriptionText{
	display:flex;
	width: 94%;
	align-items: center;
	justify-content: center;
}
.instagramDescriptionText img{
	width: 60px;
	max-width: initial;
}
.instagramDescriptionText p{
	font-size: .87rem;
	line-height: 1.5em;
	padding: 0 0 0 1rem;
	text-align: left;
}
.instagramImg{
	display: flex;
	width: 60%;
}
.instagramImg li{
	padding: 1rem;
}
/*========= TOPページ ===============*/
.main{
	background-color: #fcfcf0;
}
.ConnectionLink{
	display: flex;
	text-align: center;
}
.ConnectionLink ul{
	display: flex;
	margin: 60px auto;
	max-width: 1040px;
   flex-wrap: wrap;
   justify-content: center;
}
.ConnectionLink ul li{
	width: 300px;
   height: 108px;
}
.ConnectionLink ul img{
	height: 90px;
	width: auto;
}
/*========= 記事ページ ===============*/
.eye-catch {
	margin-bottom: 0; 
}
.eye-catch img{
	border-radius: 80px;
   border: solid 4px #988c7f;
	width: 800px;
   height: 60vh;
   object-fit: cover;
}
.eye-catch .cat-label{
	display: none;
}
.list-category-2 .cat-label, .list-category-3 .cat-label, .list-category-4 .cat-label, .list-category-5 .cat-label{
	display: none;
}
.article-header {
	display: flex;
	flex-direction: column;
}
.eye-catch-wrap{
	margin: 0 auto;
	order: -1;/*アイキャッチをタイトル上へ表示させる*/
    overflow: hidden;/*はみ出した部分を非表示 ※IE対策*/
}
.date-tags{
	text-align: right;
}
.post-date{
	font-size: 0.8rem;
}
.article-header{
	margin: 0  auto 3.5rem;
	 width: 800px;
}
.toc{
	background-color: #edede2;
	width: 800px;
	border-radius: 40px;
	padding: 3rem;
	border: none;
	position: relative;
	margin: 3rem 0 0;
}
.toc > .article ol, .toc > .article ul, .toc > .article li{
	list-style: none;
   padding: 0;
	margin: 0;
}
.toc-checkbox:checked+.toc-title::after {
    display: none;
}
.toc-title{
	position: absolute;
   top: -1.2rem;
   font-weight: 600;
   font-size: 1.4rem;
	padding: 0 0 0 3.6rem;
	letter-spacing: .2rem;
	pointer-events: none;
}
.toc-title:before{
	content: '';
	display: inline-block;
	width: 1.8rem;
   height: 3rem;
   background-image: url(https://tolanca.photoback.jp/wp-content/uploads/2021/11/ico_index@2x.png);
   background-size: contain;
   vertical-align: middle;
   background-repeat: no-repeat;
   top: 0.4rem;
   left: 1.2rem;
   position: absolute;
   padding: 0;
}
.toc-list > li{
	font-size: 1rem;
	font-weight: 600;
	margin: 1rem !important;
}
.toc-list > li > ol > li{
	font-size: .875rem;
	font-weight: normal;
}
.toc-list > li > ol > li > ol > li{
	font-size: .8rem;
	font-weight: normal;
}
.toc a{
  color:#333;
  display: block;
  border-bottom: solid 1px silver;
  padding-bottom: .5em;
  padding-top: 0em
}
.toc a:hover{
  opacity: .7;
}
.toc ol li{
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 .4em 1.4em;
  position: relative;
}
.toc ol li:before{
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  position: absolute;
  left: -0.3em;
  color: #988c7f;
  font-weight: 900;
}
.toc li li{
  font-weight: 400;
  padding-top:.5em;
  margin-top:0!important;
}
.toc_list li{
  margin-top:-5%!important;
}
.blogcard{
    padding: 14px 14px 8px;
}
.blogcard-footer{
	display: none;
}
.article h1{
	text-align: left;
}
.article h2, .article h3{
    margin-bottom: 1em;
}
.article h4, .article h5, .article h6 {
    margin-bottom: .5em;
}
.article h2{
	background-color: transparent;
	padding: 0;
}
.article h2 span{
	background: linear-gradient(transparent 50%, #f6e2b2 50%);
	padding: 0;
	background-color: transparent;
}
.article h3{
	border: none;
	padding: 0;
}
.article h3 span{
	border-bottom: solid 2px #212121;
   padding-bottom: 0.4rem;
	line-height: 2.4rem;
}
.article h4{
	border-top: none;
	border-bottom: none;
	padding: 0;
}
.article h4 span{
   padding-bottom: 0.6rem;
}
.article h4, .article h5, .article h6{
	padding: 0;
}
.article h5{
	border: none;
	margin: 0 0 1rem;
}
.school{
	width: 800px;
   margin: 0 auto;
}
.author-box{
	padding: 2rem 2.4rem .5rem;
	margin: 6.25rem 0 0;
	background-color: #ffff;
	box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
	border: none;
}
.author-box .author-name{
	margin: 0;
	padding: 0 .5rem 0 0;
}
.author-name p{
	 margin: 0;
}
.author-description{
	font-size: .75rem;
}
.author-thumb{
	display: inline-block;
}
.author-thumb img{
	object-fit: cover;
   max-width: initial;
   width: 7rem;
   height: 7rem;
   border-radius: 20px;
}
.author-info{
	display:none;
}
.entry-content{
	max-width: 800px;
	margin: 0 auto 2rem;
}
#author_box-2{
	width: 800px;
	margin: 0 auto;
	position: relative;
}
#author_box-2 .widget-single-content-bottom-title{
	display: inline-block;
	background-image: url(http://tolanca.photoback.jp/wp-content/uploads/2021/11/writerBg@2x.png);
   background-size: contain;
   vertical-align: middle;
   background-repeat: no-repeat;
	padding: 0.3rem 1.2rem;
   top: -1rem;
   position: absolute;
   z-index: 1000;
	font-size: .875rem;
	color: #fff;
}
.author-description-link{
	text-align: right;
}
.author-description-link a{
	color: #fff;
	background-color: #988c7f;
   padding: 0.5rem 2.5rem;
   border-radius: 10px;
}
.author-description-text{
	margin: 0 0 .5rem;
	line-height: 1.5;
}
.author-profile{
	display: flex;
	align-items: center;
}
.author-sns ul{
	display: flex;
}
.author-sns li{
	width: 28px;
}
.entry-categories-tags{
	max-width: 800px;
   margin: 0 auto 2.5rem;
}
.cat-link {
   color: #fff;
	background-color: #988c7f;
   padding: 0.4rem 3rem;
   border-radius: 16px;
}
.entry-tags a{
	border: solid 1.8px #988c7f;
   padding: 0.1rem 1rem;
   border-radius: 16px;
   color: #988c7f;
   margin: 0 0.4rem 0.3rem 0;
}
.fa-tag:before{
	content: "\f292";
}
.sns-share, .sns-follow{
	max-width: 800px;
   margin: 0 auto 7.5rem;
   background-color: #EDEDE5;
   padding: 1.25rem 4rem 1.6rem;
   border-radius: 20px;
	position: relative;
}
.sns-share-message, .sns-follow-message{
	 margin-bottom: 0.8rem;
    font-size: .875rem;
}
.breadcrumb{
	max-width: 1040px;
    margin: 0 auto 1rem;
}
.breadcrumb-home .fa-home, .breadcrumb-item .fa-folder, .breadcrumb-item .fa-file{
	display:none;
}
.articleBox{
	border: none;
   background-color: #edede2;
   padding: 1.6rem 2rem;
   border-radius: 20px;
}
.articleBox p{
	margin-bottom: 0;
}
.articleBox > h2, .articleBox > h3, .articleBox > h4{
	margin: 0 0 1rem;
}
.articleWork{
	text-align: center;
}
.articleWork a img{
	max-width: 350px
}
.articleLinkButton{
	margin: 1rem;
}
.articleLinkButton a{
	color: #fff;
   background-color: #988c7f;
   padding: 0.4rem 2rem;
   border-radius: 20px;
	font-size: 1rem;
	display: inline-block;
}
.articleMark .marker-under{
	background: linear-gradient(transparent 60%,#ffea3d 60%);
   padding: 0;
}
.articleList, .articleListNumber{
	padding-left: 20px !important;
}
.articleList li{
	list-style: disc;
   padding: 0;
	margin: 0;
}
.articleListLi{
    list-style: disc!important;
    padding: 0!important;
    margin: 0 0 0 20px!important;
}
.articleListNumber li{
	list-style-type: decimal;
   padding: 0;
	margin: 0;
}
.articleListNumberLi{
    list-style-type: decimal!important;
    padding: 0!important;
    margin: 0 0 0 20px!important;
}
.article-header .post-update{
	display: none;
}
.rect-vertical-card .related-entry-card-content {
    width: 95%;
    margin: 2rem auto 0;
}
.instaBox{
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0!important;
}
.instaBox li{
	width: 46%;
}
.article .wp-block-table td, .wp-block-table th {
    border: 1px solid #eee;
}
/*========= エントリーカード ===============*/
.list-category-2 .entry-card-meta, .list-category-3 .entry-card-meta, .list-category-4 .entry-card-meta, .list-category-5 .entry-card-meta, .related-entry-card-meta{
	position: absolute;
   top: 12.7rem;
   left: 0.4rem;
	bottom: auto;
   right: auto;
}
.list-new-entries .entry-card-meta, .list-recommend-entries .entry-card-meta, .new-entry-card-date, .popular-entry-card-date, .entry-card-meta, .related-entry-card-meta{
	right: 1rem;
   top: 12.6rem;
   bottom: 0;
    position: absolute;
    right: 0;
    text-align: right;
    line-height: 1;
}
.navi-entry-card-content .widget-entry-card-content .card-content{
	margin: 1rem 0 0;
}
.popular-entry-card-content, .new-entry-card-content{
	padding: 0;
	width: 95%;
   margin: 1.8rem auto 0;
}
.popular-entry-card-content .widget-entry-card-content .card-content{
	margin: 0;
	width: 95%;
}
.widget-entry-cards.card-large-image .card-content{
	margin: 1.8rem auto 0;
		padding: 0;
}
.popular-entry-card > .widget-entry-cards.card-large-image .card-content{
	padding: 0;
	margin: 0;
}
.ect-vertical-card .entry-card-wrap .entry-card-thumb {
    width: 100%;
    margin: 0 auto;
}
.navi-entry-cards.large-thumb, .popular-entry-cards.large-thumb, .new-entry-cards.large-thumb {
display: flex;
flex-wrap: wrap;
}
.navi-entry-cards.large-thumb a, .popular-entry-cards.large-thumb a, .new-entry-cards.large-thumb a{
width: 33.33%;
}
.list-new-entries .ect-vertical-card .entry-card-wrap .entry-card-thumb img, .widget-entry-cards.card-large-image .e-card img, .ect-vertical-card .entry-card-wrap .entry-card-thumb img, .rect-vertical-card .related-entry-card-thumb img{
	border-radius: 40px;
   border: solid #988c7f 3px;
	height: 12.15rem;
   object-fit: cover;
   transition:1s all;
}
.card-thumb img{
	transition: .3s;
}
.card-thumb img:hover{
	opacity: 0.7;
	-webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}
.widget-entry-cards.card-large-image .e-card{
	width: 95%;
	margin: 0 auto 2rem;
}
.widget-entry-cards.card-large-image .e-card img{
	border-radius: 40px;
   border: solid #988c7f 3px;
	margin: 0 0 0.8rem;
}
.cat-label, .widget-entry-card-snippet{
	top: 10.8rem;
	left: -0.5rem;
	font-size: .75rem;
	border: none;
	background-color: #988c7f;
   padding: .5rem 1.5rem;
   border-radius: 10px;
}
.widget-entry-card-snippet{
   position: absolute;
   color: #fff;
   opacity: 1;
}
.entry-card-title{
	margin: 1.8rem 0 0;
	font-weight: 500;
	font-size: 1rem;
	text-align: left;
}
.list-category-2 .entry-card-title, .list-category-3 .entry-card-title, .list-category-4 .entry-card-title, .list-category-5 .entry-card-title, .related-entry-card-title, .navi-entry-card-title, .new-entry-card-title{
	font-weight: 500;
	font-size: 1rem;
   text-align: left;
}
.list-category-2 .entry-card-title, .list-category-3 .entry-card-title, .list-category-4 .entry-card-title, .list-category-5 .entry-card-title{
	margin: 2rem auto 0;
   width: 95%;
}
.popular-entry-card-content{
	text-align: left;
}
.popular-entry-card-title{
	margin: .3rem 0 0;
	font-weight: 500;
	font-size: 1rem;
}
.far .fa-clock{
	display: none;
}
.post-date{
	font-size: .875rem;
	opacity: .5;
}
.list-wrap{
	margin: 0 auto 7.5rem;
}
.list-new-entries{
	position: relative;
}
.list-new-entries .entry-card-title, .list-new-entries .entry-card-title{
	margin: 1.2rem auto 0.3rem;
	width: 95%;
}
.widget-entry-cards.card-large-image .card-content{
    margin: 1.8rem auto 0.3rem;
	width: 95%;
}
.recommend, .ranking{
	position: relative;
}
.contentWrap .list-new-entries:before, .contentWrap .list-new-entries:after{
	width: 311.83px;
	height: 186px;
	top: 80px;
}
.list-recommend-entries, .list-ranking-entries, .related-entries{
	margin: 0 auto 5rem;
	max-width: 1040px;
}
.list-category-2, .list-category-3, .list-category-4, .list-category-5{
    position: relative;
	opacity: 0;
	transform: translateY(30px);
}
.is-show{
	opacity: 1;
    transition: 1.5s;
	transform: translateY(0);
}
.list-category-2:before{
    content: '';
    width: 16rem;
    height: 16rem;
    background-image: url(https://tolanca.photoback.jp/wp-content/uploads/2022/04/illust_beginner01-1.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    top: -1rem;
    right: 1rem;
    position: absolute;
}
.list-category-2:after{
        content: '';
    width: 24rem;
    height: 24rem;
    background-image: url(https://tolanca.photoback.jp/wp-content/uploads/2022/04/illust_beginner02-1.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    bottom: -5rem;
    left: -3rem;
    position: absolute;
}
.list-category-3:before{
    content: '';
    width: 18rem;
    height: 16rem;
    background-image: url(https://tolanca.photoback.jp/wp-content/uploads/2022/04/illust_howto-1.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    bottom: -8rem;
    right: -2rem;
    position: absolute;
}
.list-category-4:before{
    content: '';
    width: 16rem;
    height: 16rem;
    background-image: url(https://tolanca.photoback.jp/wp-content/uploads/2022/04/illust_organize02-1.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    bottom: -10rem;
    right: -2rem;
    position: absolute;
}
.list-category-4:after{
    content: '';
    width: 14rem;
    height: 14rem;
    background-image: url(https://tolanca.photoback.jp/wp-content/uploads/2022/04/illust_organize01-1.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    top: -3rem;
    left: -2rem;
    position: absolute;
}
.list-category-5:before{
    content: '';
    width: 10rem;
    height: 10rem;
    background-image: url(https://tolanca.photoback.jp/wp-content/uploads/2022/04/illsut_life-1.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    bottom: -2rem;
    left: -2rem;
    position: absolute;
}
.no-sidebar .content .main {
	padding: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.home .list-category-2-title .list-title-in, .home .list-category-3-title .list-title-in, .home .list-category-4-title .list-title-in, .home .list-category-5-title .list-title-in{
    display: none;
}
.home .list-category-2-title, .home .list-category-3-title, .home .list-category-4-title, .home .list-category-5-title{
    position: relative;
    margin-bottom: 5rem;
}
.home .list-category-2-title:before{
    content: '';
    width: 10rem;
    height: 10rem;
    background-image: url(https://tolanca.photoback.jp/wp-content/uploads/2022/04/ttl_section_beginner-1.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    top: -8.5rem;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
.home .list-category-3-title:before{
    content: '';
    width: 10rem;
    height: 10rem;
    background-image: url(https://tolanca.photoback.jp/wp-content/uploads/2022/04/ttl_section_howto-1.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    top: -8.5rem;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
.home .list-category-4-title:before{
    content: '';
    width: 10rem;
    height: 10rem;
    background-image: url(https://tolanca.photoback.jp/wp-content/uploads/2022/04/ttl_section_organize-1.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    top: -8.5rem;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
.home .list-category-5-title:before{
    content: '';
    width: 10rem;
    height: 10rem;
    background-image: url(https://tolanca.photoback.jp/wp-content/uploads/2022/04/ttl_section_life-1.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    top: -8.5rem;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
.home .list-new-entries{
	display: none;
}
.recommend .list-title-in:before{
	content: '';
	display: inline-block;
	width: 5rem;
	height: 5rem;
   background-image: url(http://tolanca.photoback.jp/wp-content/uploads/2021/11/ttl_section_recommend.png);
   background-size: contain;
   vertical-align: middle;
   background-repeat: no-repeat;
   top: -0.5rem;
   left: -0.2rem;
   position: absolute;
	background-color: transparent;
}
.list-new-entries-title .list-title-in:before, .contentWrap .list-new-entries .list-title-in:before {
    content: '';
    display: inline-block;
    width: 8.25rem;
    height: 6rem;
    background-image: url(https://tolanca.photoback.jp/wp-content/uploads/2021/11/ttl_section_new.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    top: -3.2rem;
    left: -2rem;
    position: absolute;
    background-color: transparent;
}
.ranking .list-title-in:before{
	content: '';
	display: inline-block;
	width: 4.8rem;
	height: 4.8rem;
   background-image: url(http://tolanca.photoback.jp/wp-content/uploads/2021/11/ttl_section_ranking.png);
   background-size: contain;
   vertical-align: middle;
   background-repeat: no-repeat;
   top: -0.2rem;
   left: -0.3rem;
   position: absolute;
	background-color: transparent;
}
.widget-entry-cards.ranking-visible .no-1 .card-thumb, .widget-entry-cards.ranking-visible .no-2 .card-thumb, .widget-entry-cards.ranking-visible .no-3 .card-thumb, .widget-entry-cards.ranking-visible .no-4 .card-thumb,  .widget-entry-cards.ranking-visible .no-5 .card-thumb{
	position: relative;
}
.widget-entry-cards.ranking-visible .card-thumb:before{
    top: -4px;
    left: 7px;
    width: 26px;
    height: 26px;
    background-color: #988c7f;
    opacity: .9;
    font-size: 15px;
    border-radius: 6px;
    line-height: 26px;
}
.widget-entry-cards.ranking-visible .no-1 .card-thumb:before{
	content: '';
	display: inline-block;
	width: 3.375rem;
   height: 5rem;
   background-image: url(http://tolanca.photoback.jp/wp-content/uploads/2021/11/rank_1@2x.png);
   background-size: contain;
   vertical-align: middle;
   background-repeat: no-repeat;
   top: -0.6rem;
   left: 0.8rem;
   position: absolute;
   background-color: transparent;
   padding: 0;
   border-radius: 0;
}
.widget-entry-cards.ranking-visible .no-2 .card-thumb:before{
	content: '';
	display: inline-block;
	width: 3.375rem;
   height: 5rem;
   background-image: url(http://tolanca.photoback.jp/wp-content/uploads/2021/11/rank_2@2x.png);
   background-size: contain;
   vertical-align: middle;
   background-repeat: no-repeat;
   top: -0.6rem;
   left: 0.8rem;
   position: absolute;
   background-color: transparent;
   padding: 0;
   border-radius: 0;
}
.widget-entry-cards.ranking-visible .no-3 .card-thumb:before{
	content: '';
	display: inline-block;
	width: 3.375rem;
   height: 5rem;
   background-image: url(http://tolanca.photoback.jp/wp-content/uploads/2021/11/rank_3@2x.png);
   background-size: contain;
   vertical-align: middle;
   background-repeat: no-repeat;
   top: -0.6rem;
   left: 0.8rem;
   position: absolute;
   background-color: transparent;
   padding: 0;
   border-radius: 0;
}
.related-list{
	max-width: 1040px;
   margin: 0 auto;
}
.rect-vertical-card .related-entry-card-thumb{
	width: 95%;
   margin: 0 auto;
}
.related-entry-card .cat-label{
	display: none;
}
.related-entry-heading{
	text-align: center;
    font-size: 18px;
    margin-top: 2em;
    margin-bottom: 1em;
}
.related-entry-main-heading{
   font-size: 2rem;
   letter-spacing: .3rem;
   position: relative;
	margin-top: -1em;
}
.list-category-2, .list-category-3, .list-category-4, .list-category-5, .related-entries{
	background-color: #ffffff;
    border-radius: 40px;
    padding: 20px;
	margin: 0 auto 120px;
    max-width: 1200px;
}
.related-entries{
	padding: 0.2rem 50px 2rem;
}
.related-entry-heading{
	margin-bottom: 3.6rem;
}
.related-entry-main-heading{
	margin-top: -1em;
}
.list-category-2 .ect-3-columns, .list-category-3 .ect-3-columns, .list-category-4 .ect-3-columns, .list-category-5 .ect-3-columns{
	max-width: 1040px;
	margin: 0 auto;
}
.entry-card-content{
	padding: 0;
}
.list-title-in{
	padding: 0 0 0 5rem;
    font-size: 2rem;
    letter-spacing: .6rem;
    position: relative;
	font-weight: 500;
}
.editorRecommend_title{
    font-size: 1.7rem;
    letter-spacing: .5rem;
}
.list-new-entries-title .list-title .list-title-in{
	 padding: 0 0 0 1.8rem;
}
.related-entry-heading .related-entry-main-heading:after{
  content: '';
    display: inline-block;
    width: 500px;
    height: 18px;
    background-image: url(http://tolanca.photoback.jp/wp-content/uploads/2021/11/ttl_section_line.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-color: transparent;
    left: 4rem;
	 top: .7rem;
    margin: 1.8rem 0 0;
}
.list-title-in:after{
	display: none;
}
.related-entry-main-heading{
	font-weight: 500;
}
.new-entry-card, .popular-entry-card{
	position: relative;
}
.new-entry-card-date, .popular-entry-card-date{
  display: block;
}
.new-entry-card-update-date, .popular-entry-card-update-date{
	display: none;
}
/* .new-entry-card-date span:before, .popular-entry-card-date span:before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f017";
	padding-right: 0.3rem;
   font-size: .75rem;
} */
/*========= 記事 不具合対応 ===============*/
.ect-vertical-card .entry-card-wrap .entry-card-meta {
    margin-top: auto;
    padding-top: 0;
    position: absolute;
}
.e-card-info{
	justify-content: flex-start;
}
.rect-vertical-card .related-entry-card-meta{
    position: absolute;
}
/*========= アーカイブ ===============*/
.entry-title, .archive-title {
   margin: 30px 0;
   text-align: center;
   letter-spacing: .2rem;
	font-weight: 500;
}
.ect-3-columns{
	max-width: 1040px;
	margin: 0 auto;
	justify-content: flex-start
}
.ect-3-columns .entry-card-wrap{
	 padding: 1rem;
	 margin: 0 0 1rem;
}
.archive-title span{
	display: none;
}
.category #list .cat-label{
	display: none;
}
.category #list .entry-card-meta{
    left: 0;
    right: auto;
}
/*注目のキーワード*/
.popularKeyword{
	background-color: #fbfbf9;
	padding: 2rem 0 6rem;
}
.popularKeywordListLi{
	margin-bottom: 1.4rem;
}
.popularKeyword .list-title-in{
	margin: 0 0 1rem;
}
.popularKeyword .list-title-in:before{
	content: '';
	display: inline-block;
	width: 5.6rem;
	height: 5.6rem;
   background-image: url(http://tolanca.photoback.jp/wp-content/uploads/2021/11/ttl_section_key.png);
   background-size: contain;
   vertical-align: middle;
   background-repeat: no-repeat;
   top: -0.3rem;
   left: -0.7rem;
   position: absolute;
	background-color: transparent;
}
.popularKeywordList{
	max-width: 930px;
   margin: 0 auto;
   display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.popularKeywordList li a{
	border: solid 2px #988c7f;
  padding: 0.6rem 2rem;
   border-radius: 56px;
   color: #988c7f;
	margin-right: 0.6rem;
}
.popularKeywordList li a:hover{
	background-color: #988c7f;
	color: #fff;
	transition: all .3s ease-in-out;
}
.popularKeywordBgTop{
	margin: 0 0 -1rem;
}
.popularKeywordBgBottom{
	margin: -1rem 0 3rem;
}
a.prev, a.next {
  display: none;
}
.pagination-next-link{
	padding: 4px 0;
   color: #fff;
   border-radius: 50px;
   background-color: #988c7f;
   width: 270px;
   border: 0;
   margin: 0 auto;
   font-size: 1rem;
}
.page-numbers{
	border: 1px solid #988c7f;
	color: #988c7f;
}
.pagination .current{
   background-color: #988c7f;
	color: #fff;
}
.keyword-slider{
  transition-timing-function: linear;
  z-index: -1!important;
}
/*========= 404 ===============*/
.not-found{
	display: none;
}
.notFound img{
	margin: 0 auto;
   display: block;
   max-width: 400px;
}
.notFound h2{
	text-align: center;
   margin: 1rem;
}
.notFound p{
	text-align: center;
}
/*========= Amazonアソシエイト ===============*/
.amazonAdBox{
	align-items: center;
   display: flex;
   background-color: #fff;
   margin: 0 auto 30px;
	padding: 20px;
	box-shadow: 0 2px 6px rgb(0 0 0 / 5%);
	border: solid 2px #f0f0f0;
}
.amazonAdBox a{
	line-height: initial;
}
.amazonAdBox a img{
	padding-right: 10px;
	min-width: 100px;
}
/*========= GoogleAdsense ===============*/
ins.adsbygoogle {
max-width: 800px;
margin: 0 auto 60px;
}
.ad-dabble-rectangle .ad-wrap{
	display: flex;
	justify-content: center;
}
.ad-dabble-rectangle .ad-responsive{
	margin: 1rem;
}
#mobile_ad-2{
	display: none;
}
.ad-area{
	margin-bottom: 6rem!important;
}
#common_ad-6{
    margin-top: 90px;
}
/*========= Photoback誘導 ===============*/
.photobackWrapImg{
	position: relative;
	margin-top: 6rem;
}
.photobackPic{
	margin-left: 0;
    display: block;
    max-width: 680px;
    width: 70%;
}
.photobackText{
	position: absolute;
    right: 0;
    top: 7rem;
}
.photoback-more-button{
	margin-top: 2rem;
}
.photoback-more-button a{
	width: 280px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1600px以上*/
@media screen and (min-width: 1600px){
    .item img{
        height: 54vh;
    }
	.new-item img{
		height: 10.6vw;
	}
    .new-titleBox img{
        width: auto;
    }
}
@media screen and (max-width: 1366px){
    .list-category-2:after{
        display: none;
    }
    .new-item img{
        height: 18vw;
    }
    .new-wrapper{
        background-size: auto;
    }
	.searchCloseBtn{
		top: 20px;
		right: 20px;
	}
}
/*1023px以下*/
@media screen and (max-width: 1023px){
    /*共通*/
	.home #main{
		background-color: #eeeedc;
	}
	.contentWrap{
		padding: 0 16px;
	}
	.no-sidebar .content .main {
		padding: 0 20px;
		margin: 0;
	}
	/*========= ヘッダー ===============*/
	.mblt-header-mobile-buttons{
		margin-top: 0;
	}
	.header-logo {
		width: 20rem;
		max-height: 100px;
	}
    .gnaviMenuList li{
        padding: 0 .6rem;
        font-size: .875rem;
    }
	.searchAreaWrap{
		width: 90%;
	}
	.searchBtn{
		padding: 4px 16px 6px 6px;
	}
	#hamburgerBtn{
		margin: -0.4rem auto 0 0;
	}
    #hamburgerBtn.active{
        right: 28px;
        top: 36px;
	}
	#header-container{
		height: 70px;
	}
    .gnavi.block{
        margin-right: 24px!important;
    }
    /*========= ファーストビュー ===============*/
    .swiper-container{
        padding-top: 0;
        height: auto;
    }
    .swiper-container{
        margin: 4rem auto 8rem;
    }
    /*========= 新着記事 ===============*/
    .new-item img{
		height: 16vw;
	}
    .new-swiperBox{
        padding: 0;
		width: 66%;
    }
	.new-titleBox img{
		margin: -10rem auto;
		padding: 0;
        width: 100%;
	}
	.keyword-item img {
		border-radius: 30px;
	  }
	.new-wrapper{
		background-image: url(https://tolanca.photoback.jp/wp-content/uploads/2022/04/bg_newarticle_tb-2.png);
		background-repeat: no-repeat;
        background-size: auto;
	}
    .paginationWrap{
        margin: 10px 50px 20px auto;
    }
	/*========= エントリーカード ===============*/
	.ect-3-columns{
		width: 100%;
		justify-content: center;
		padding: 0 16px;
	}
	.ect-vertical-card .entry-card-wrap {
		width: 33%;
		padding: .2rem;
	}
	.cat-label{
		top: 8rem;
		padding: 0.5rem 0.8rem;
	}
	.widget-entry-card-snippet{
		top: 7.4rem;
		padding: 0.5rem 0.8rem;
	}
	.list-new-entries .entry-card-meta, .list-recommend-entries .entry-card-meta{
		top: 9.5rem;
	}
	.list-new-entries .entry-card-title, .list-new-entries .entry-card-title {
		margin: 1rem auto 0.3rem;
	}
	.list-new-entries .ect-vertical-card .entry-card-wrap .entry-card-thumb img, .widget-entry-cards.card-large-image .e-card img{
		height: 9.15rem;
	}
	.list-new-entries, .list-recommend-entries, .list-ranking-entries{
		margin: 0 auto;
	}
	.related-entries{
		margin: 0 auto 5rem;
	}
	.ect-vertical-card .entry-card-wrap .entry-card-thumb img, .rect-vertical-card .related-entry-card-thumb img, .widget-entry-cards.card-large-image .e-card img{
		height: 9.15rem;
		border-radius: 20px;
	}
	.list-category-2 .entry-card-title, .list-category-3 .entry-card-title, .list-category-4 .entry-card-title, .list-category-5 .entry-card-title{
		margin: 1rem auto;
	}
	.list-category-2 .entry-card-meta, .list-category-3 .entry-card-meta, .list-category-4 .entry-card-meta, .list-category-5 .entry-card-meta, .related-entry-card-meta{
		top: 9.5rem;
	}
	.navi-entry-card-content .widget-entry-card-content .card-content{
		margin: 0;
	}
	.list-new-entries:before, .list-new-entries:after, .recommend:before, .recommend:after, .ranking:before, .ranking:after, .contentWrap .list-new-entries:before, .contentWrap .list-new-entries:after {
    display: none;
	}
	.widget-entry-cards.ranking-visible .no-1 .card-thumb:before, .widget-entry-cards.ranking-visible .no-2 .card-thumb:before, .widget-entry-cards.ranking-visible .no-3 .card-thumb:before{
		width: 2.375rem;
	}
	.rect-vertical-card .related-list{
		width: 100%;
		justify-content: center;
	}
	.rect-vertical-card .related-entry-card-wrap{
		width: 30%;
		padding: 0.2rem;
	}
	.entry-card-meta {
    top: 9.5rem;
	}
	.new-entry-card-date, .popular-entry-card-date{
		top: 9.5rem;
	}
	.new-entry-card-date-content, .popular-entry-card-content{
		margin: 1.8rem auto 0;
	}
	.list-category-2:before {
		width: 14rem;
		height: 14rem;
	}
	.list-category-3:before{
		width: 16rem;
		height: 16rem;
		bottom: -8rem;
		left: -1rem;
	}
	.list-category-4:after{
		display: none;
	}
	.list-category-4:before{
		width: 14rem;
		height: 14rem;
		bottom: -10rem;
		right: 1rem;
	}
	.list-category-5:before {
		left: 2rem;
	}
	/*========= 記事ページ ===============*/
	.breadcrumb{
        width: auto;
        padding: 0 20px;
	}
	.article-header {
		margin: 0 20px;
		max-width: initial;
		width: auto;
	}
	.entry-content {
		margin: 0 20px;
		max-width: initial;
	}
	.toc {
    width: 100%;
	}
	#author_box-2 {
    width: auto;
	}
	.article-footer{
		width: auto;
		padding: 0 20px;
	}
	/*========= Instagram ===============*/
	.instagramDescription h2{
		text-align: center;
	}
	.instagramDescriptionText{
		margin-bottom: 20px;
		width: 100%;
		margin: 0 auto 20px;
	}
}
/*834px以下*/
@media screen and (max-width: 834px){
    /*========= 共通 ===============*/
    .content .main, .content .sidebar{
		padding: 0;
	}
    .home .content{
        margin-top: -10px;
    }
	.home .mobile-menu-buttons a .menu-caption{
		display: none;
	}
	.pcNone{
	display: block;
	width: 100%;
	}
	.spNone{
		display: none;
	}
	.footer-widgets {
		display: block;
	}
    /*========= ファーストビュー ===============*/
    .item img{
		border-radius: 60px;
        height: 30vh;
	}
    .item::after{
        height: 30vh;
    }
	.kv-title {
		font-size: 16px;
	}
	.swiper-slide{
		font-size: 16px;
	}
	.kv-info .post-categories{
		font-size: .875rem;
		padding: 0.2rem 0.8rem;
		border-radius: 9px;
	}
    #swiper-pagination-icon{
		padding-bottom: 10px;
		bottom: auto;
	}
    .swiper-container{
		padding-bottom: 3rem;
		margin: 3rem auto 0;
	}
    /*========= 新着記事 ===============*/
    .new-item img{
		height: 28vw;
		padding: 0;
	}
	.item a img, .new-item img, .card-thumb img{
		transition: unset;
	}
	.home #main{
		background-color: #eeeedc;
	}
	.swiper-arrow{
		justify-content: center;
	}
	.new-wrapper{
		display: block;
		margin-top: 3rem;
	}
	.new-titleBox{
		width: 80%;
		margin: 0 auto;
	}
	.new-swiperBox {
		width: auto;
	}
	.new-info .post-categories{
		padding: 0.2rem 0.8rem;
		margin-right: 0.3rem;
	}
	.new-info .post-date{
		font-size: .875rem;
	}
    .new-titleBox{
		height: 12rem;
		padding: 0;
		margin: 0 auto 3rem;
    }
    .new-titleBox img{
		width: 300px;
        margin: 0 auto 10px;
    }
	.keyword-item img {
		border-radius: 30px;
	}
	.new-item a img:hover, .item img:hover, .card-thumb img:hover{
		transition: unset;
		transform: unset;
	}
    .paginationWrap{
        display: block;
        margin: 22px auto 30px
    }
    .newListLinkText{
        margin: 0 auto 3rem;
        display: block;
        text-align: center;
    }
    .newListlineArrow{
        width: 160px;
         margin: 1rem auto;
    }
    .newList-more-button{
        margin: 30px auto 0;
        text-align: center;
    }
    .newList-more-button a{
        margin-left: 0;
        padding: 12px 50px;
    }
    /*========= ヘッダー ===============*/
    .gnaviMenuList{
        display: none;
    }
    .gnaviSpMenu{
        display: flex;
		justify-content: space-between;
        width: 70%;
        margin: 10px auto 0;
    }
    .gnaviSpMenuRanTb{
        display: block;
    }
    .gnaviSpMenuRanSp{
        display: none;
    }
	.navUlWrap{
		width: 100%;
		height: auto;
	}
	#header-container {
		height: 70px
	}
	#nav ul {
		width: 280px;
		margin: 6rem auto 8rem;
	}
	#hamburgerBtn.active span:nth-of-type(3) {
		transform: translateY(-10.6px) rotate(45deg);
	}
    #hamburgerBtn.active{
        right: 29px;
        top: 34px;
	}
    /*========= フッター ===============*/
    .footerMenuInstagram a{
        justify-content: center;
    }
    /*========= エントリーカード ===============*/
	.related-entry-heading .related-entry-main-heading:after {
		margin: 2rem 4rem 0;
		left: 0;
	}
	.entry-card{
		width: 94%;
		margin: 0 auto;
	}
	.home .list-new-entries{
		margin: 7rem auto 3rem;
	}
	.blogcard-title {
    font-size: 1em;
    margin-bottom: 8px;
	}
	.blogcard{
    padding: 14px 10px 8px;
	}
    .list-columns{
        margin-top: 5rem;
    }
    .list-wrap{
        margin: -1rem auto;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    .widget-entry-cards.ranking-visible .no-1 .card-thumb:before, .widget-entry-cards.ranking-visible .no-2 .card-thumb:before, .widget-entry-cards.ranking-visible .no-3 .card-thumb:before, .widget-entry-cards.ranking-visible .no-4 .card-thumb:before, .widget-entry-cards.ranking-visible .no-5 .card-thumb:before{
		z-index: 0;
	}
    .related-entries{
        padding: 0.2rem 0;
    } 
    /*========= 記事ページ ===============*/
    .eye-catch img{
        height: 54vw;
    }
    /*========= Instagram ===============*/
	.instagram{
		display: block;
	}
	.instagramDescription{
		width: 100%;
	}
	.instagramImg{
		width: auto;
	}
    .ect-3-columns{
		padding: 0;
	}
    /*========= 注目のキーワ＾ど ===============*/
    .popularKeywordBgTopSp{
        padding: 12px 0 0 0;
    }
	/*========= Photoback誘導 ===============*/
	.photobackPic{
		width: 100%;
		max-width: 600px;
		margin: 5rem auto 1.5rem;
	}
	.photobackTextTtl{
		max-width: 380px;
		width: 86%;
	}
	.photoback-more-button {
		margin-top: 1rem;
	}
}
@media screen and (max-width: 768px){
    /*共通*/
	.home .mobile-menu-buttons .menu-caption{
		display: none;
	}
    .home .content{
        margin-top: 0;
    }
    /*========= ファーストビュー ===============*/
    .swiper-button-prev:after, .swiper-button-next:after{
		width: 3rem;
    	height: 3rem;
	}
    .labelPr{
        font-size: .8rem;
    }
    /*========= 新着 ===============*/
    .new-item img{
		height: 28vw;
	}
	/*========= ヘッダー ===============*/
	.searchAreaWrap{
		padding: 2rem;
	}
    /*========= フッター ===============*/
	.footerLogo{
		width: 8rem;
		margin: 0 auto 1rem;
	}
	.footerDescription{
		display: block;
	}
	.footerDescription h2{
		margin: 0 auto;
	}
    /*========= エントリーカード ===============*/
	.list-wrap{
		margin: 0 auto;
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
    /*========= 記事ページ ===============*/
    .new-item img{
        height: 28vw;
    }
    /*========= 注目のキーワード ===============*/
    .popularKeywordBgTopSp{
        padding: 0;
    }
}
/*640px以下*/
@media screen and (max-width: 640px){
	/*エントリーカード*/
	.ect-vertical-card .entry-card-wrap {
		width: 50%;
		padding: .2rem;
	}
	.ect-3-columns{
		justify-content: flex-start;
	}
	/*記事ページ*/
	.instaBox li{
		width: 80%;
	}
}
/*480px以下*/
@media screen and (max-width: 480px){
    /*========= 共通 ===============*/
	.content .main, .content .sidebar{
		padding: 0;
	}
	.content-top{
		margin: -1.5rem 0 0;
	}
	.content {
		margin-top: 0;
	}
	.content .main, .content .sidebar{
		padding: 0;
	}
	.ect-vertical-card .entry-card-wrap {
	 width: 100%;
	 display: inline-block;
     padding: 0;
	}
    .no-sidebar .content .main {
		padding: 0;
	}
	/*========= ヘッダー ===============*/
	#header-container{
		margin: 14px;
		padding: 0;
	}
	.header-logo{
		width: 17rem;
	}
	.gnaviSpMenu li{
		font-size: .75rem;
	}
	.gnaviSpMenu{
		padding-left: -1.8rem;
	}
	.gnaviSpMenu{
		justify-content: space-between;
        width: 90%;
	}
    .gnaviSpMenuRanTb{
        display: none;
    }
    .gnaviSpMenuRanSp{
        display: block;
    }
	.searchAreaWrap{
		padding: 0.5rem 0.5rem 1rem;
		border-radius: 24px;
        margin: 30px auto;
	}
	.searchAreaWrap h2{
		font-size: 1.2rem;
		margin-bottom: .5rem;
	}
	.searchAreaWrap .popularKeywordListLi {
		margin: 0 0 0.7rem;
	}
	.searchAreaWrap .popularKeywordList li a {
		font-size: .75rem;
		padding: 0.5rem 1rem;
		margin-right: 0.4rem;
	}
	#searchWrap input[type=text]{
		padding: 10px;
		font-size: .875rem;
	}
	#searchWrap input[type=submit] {
		top: 2px;
		background-size: 20px 20px;
		width: 40px;
		height: 40px;
	}
    .search-box {
        margin: 0.4rem 0 0 0;
    }
	.searchCloseBtn {
		top: 5px;
		right: 5px;
		width: 30px;
		height: 30px;
	}
	.searchBtn{
		margin: 0;
		width: 42px;
		padding: 2px 10px 6px 6px;
	}
    .searchCloseBtn span:nth-of-type(1) {
        transform: translateY(.8px) rotate(-135deg);
        width: 20px;
    }
    .searchCloseBtn span:nth-of-type(2) {
        transform: translateY(-28px) rotate(135deg);
        width: 20px;
    }
	#nav ul {
		width: 208px;
		margin: 4rem auto 7rem;
	}
	.navUlWrap ul li a:before {
		width: 3rem;
		height: 3rem;
		margin: 0.8rem 0.8rem 0 0;
	}
	.navUlWrap ul li a {
		font-size: 1.1rem;
	}
	#nav a{
		margin: 0;
		padding: 6px 0;
	}
	.menuInstagram {
		margin: 2rem 0 0 auto;
	}
	#hamburgerBtn{
		height: 21px;
		margin: -0.5rem auto 0 0;
	}
	#hamburgerBtn.active span:nth-of-type(1) {
		transform: translateY(6px) rotate(-45deg);
	}
    #hamburgerBtn.active{
        right: 14px;
        top: 26px;
	}
    /*========= ファーストビュー ===============*/
    .swiper-container{
        margin: 1.2rem auto 0;
    }
    .keyword-item img {
        border-radius: 30px;
        width: 300px;
        height: 7rem;
    }
    .swiperBox{
        padding: 0 1.5rem;
    }
	.item img{
		border-radius: 40px;
	}
    .item a img{
        height: 58vw;
    }
	.item:after{
		display: none;
	}
    /*========= 新着 ===============*/
    .new-wrapper{
        margin-top: 1.2rem;
    }
    .new-titleBox img{
        width: 240px;
    }
    .new-item{
        padding: .5rem;
    }
    .new-item a img{
        height: 40vw;
        border-radius: 30px;
    }
    .new-titleBox{
        margin: 0 auto;
    }
    .new-swiper-container{
        margin: .6rem auto 0;
    }
    #swiper-pagination-icon{
        bottom: 10px;
    }
	/*========= TOP ===============*/
	.ConnectionLink ul{
		display: block;
		width: 80%;
		max-width: 300px;
	}
	.ConnectionLink ul img{
	width: 280px;
	}
    /*========= エントリーカード ===============*/
	.entry-title, .archive-title{
		font-size: 20px;
	}
	.list {
        padding: 0 16px;
	}
	.list-new-entries .ect-vertical-card .entry-card-wrap .entry-card-thumb img, .widget-entry-cards.card-large-image .e-card img, .ect-vertical-card .entry-card-wrap .entry-card-thumb img, .rect-vertical-card .related-entry-card-thumb img {
		border: solid #988c7f 3px;
	}
    .entry-card, .navi-entry-card, .popular-entry-card, .new-entry-card, .related-entry-card{
	display: flex;
	flex-direction: unset !important;
	}
	.entry-card-thumb{
		width: 50%;
	}
	.navi-entry-cards.large-thumb, .popular-entry-cards.large-thumb, .new-entry-cards.large-thumb{
		display:block;
		padding: 0;
	}
	.rect-vertical-card .related-list {
		display: block;
	}
	.navi-entry-cards.large-thumb a, .popular-entry-cards.large-thumb a, .new-entry-cards.large-thumb a{
		width: 100%;
	}
	.rect-vertical-card .related-entry-card-wrap{
		width: 100%;
		margin: 0 0 1rem;
	}
	.widget-entry-cards.card-large-image .e-card{
		width: 100%;
		margin: 0;
	}
	.list{
		padding: 0 16px;
	}
	.popular-entry-cards, .navi-entry-cards, .new-entry-cards{
		padding: 0 16px;
	} 
	.list .e-card-title, .popular-entry-card-title, .new-entry-card-title{
		margin: 1.4rem 0 0;
	}
	.ect-3-columns .entry-card-wrap{
		 margin: 0;
	}
	.list-columns .list-title{
		margin: 4rem 0 3rem;
	}
	.list-new-entries-title .list-title{
		margin: 4rem 0 .8rem;
	}
	.list-title-in{
		padding: 0 0 0 3rem;
		font-size: 1.4rem;
		letter-spacing: .4rem;
	}
    .editorRecommend_title{
        letter-spacing: .3rem;
    }
	.list-new-entries{
		margin: 3rem 0 0;
	}
	.list-new-entries, .list-recommend-entries, .list-ranking-entries, .related-entries {
		max-width: none;
	}
	.list-new-entries-title .list-title-in:before, .contentWrap .list-new-entries .list-title-in:before {
		width: 5rem;
		height: 6rem;
		top: -1.8rem;
		left: -1.4rem;
	}
	 .card-content{
		width: 26rem;
	}
	.ect-vertical-card .entry-card-wrap .entry-card-thumb img, .rect-vertical-card .related-entry-card-thumb img{
		width: 100%;
		height: 24vw;
	}
	.list-new-entries .ect-vertical-card .entry-card-wrap .entry-card-thumb img{
		border: solid #988c7f 3px;
		border-radius: 12px;
		width: 100%;
		height: 24vw;
	}
	.widget-entry-cards.card-large-image .e-card img{
		border: solid #988c7f 3px;
		border-radius: 12px;
		width: 90%;
		height: 26vw;
		border-radius: 20px;
	}
    
	.widget-entry-cards.ranking-visible .no-1 .card-thumb, .widget-entry-cards.ranking-visible .no-2 .card-thumb, .widget-entry-cards.ranking-visible .no-3 .card-thumb, .widget-entry-cards.ranking-visible .no-4 .card-thumb, .widget-entry-cards.ranking-visible .no-5 .card-thumb{
		margin: 0;
	}
	.widget-entry-cards figure{
		margin: 0;
	}
	.ect-vertical-card .entry-card-wrap .entry-card-thumb, .popular-entry-card-thumb .widget-entry-card-thumb .card-thumb, .navi-entry-card-thumb, .new-entry-card-thumb{
		margin: 0;
		width: 46%;
	}
	.entry-card-title, .popular-entry-card-title, .new-entry-card-title, .navi-entry-card-title{
		font-size: .8rem;
		letter-spacing: .05rem;
		line-height: 1.4em;
		display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
	.cat-label, .card-snippet{
		left: -.3rem;
		font-size: .75rem;
		padding: .3rem .5rem;
	}
	.cat-label{
		top: -.3rem;
	}
    .popular-entry-cards .cat-label{
        top: 4.8rem;
    }
	.card-snippet{
		top: -.6rem;
	}
	.post-date{
		font-size: .75rem;
	}
	.list-category-2, .list-category-3, .list-category-4, .list-category-5, .related-entries{
		border-radius: 0;
		padding: 50px 0;
    }
	.list-category-2:before{
		width: 12rem;
		height: 14rem;
		bottom: -13rem;
		right: 1rem;
		top: auto;
	}
	.list-category-3:before {
		width: 13rem;
		height: 13rem;
		bottom: -12rem;
		left: 1rem;
	}
	.list-category-4:before {
		width: 11rem;
		height: 11rem;
		bottom: -10rem;
		right: 1rem;
	}
	.list-category-5:before {
		left: 2rem;
		width: 8rem;
		height: 8rem;
		bottom: -7rem;
	}
	.list-category-2, .list-category-3, .list-category-4, .list-category-5{
		margin: 0 auto 10rem;
	}
    .home .list-category-2-title:before, .home .list-category-3-title:before, .home .list-category-4-title:before, .home .list-category-5-title:before{
        width: 8rem;
        height: 8rem;
    }
	.list-category-2 .entry-card-thumb:before, .list-category-3 .entry-card-thumb:before, .list-category-4 .entry-card-thumb:before, .list-category-5 .entry-card-thumb:before, .related-entry-card-thumb:before{
		width: 3.8rem;
		height: 1.2rem;
		top: -0.5rem;
	}
	.list-category-2 .entry-card-title, .list-category-3 .entry-card-title, .list-category-4 .entry-card-title, .list-category-5 .entry-card-title{
		margin: 1.4rem 0 0;
		font-size: .8rem;
		letter-spacing: .05rem;
		line-height: 1.4em;
	}
	.rect-vertical-card .related-entry-card-title{
		margin: .2rem 0 0;
		font-size: .8rem;
		letter-spacing: .05rem;
		line-height: 1.4em;
		display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
	.list-category-2 .post-date{
		font-size: .75rem;
		margin: .05rem 0 0;
	}
	.entry-card-meta, .related-entry-card-meta{
		top: 0;
		right: auto;
	}
	.related-entry-heading .related-entry-main-heading:after{
		width: 214px;
		margin: 1.2rem auto 0;
	}
	.popular-entry-card-content .widget-entry-card-content .card-content{
		letter-spacing: .05rem;
		line-height: 1.2rem;
		padding: 0;
	}
	.popular-entry-card-content, .new-entry-card-content{
		padding: 0.2rem 0 0;
		line-height: .5em;
		 padding: 0.4rem 0;
	}
	.ranking .list-title-in:before{
		width: 3.4rem;
		top: -0.1rem;
		left: -0.5rem;
	}
	.recommend .list-title-in:before{
		width: 3.6rem;
		top: -0.2rem;
		left: -0.5rem;
	}
	.popularKeyword .list-title-in:before{
		width: 4rem;
		left: -0.8rem;
	}
    .widget-entry-cards.ranking-visible .card-thumb:before {
        width: 20px;
        height: 20px;
        font-size: 13px;
        line-height: 20px;
    }
    .widget-entry-cards.ranking-visible .no-4 .card-thumb:before{
        content: '';
        display: inline-block;
        width: 3.375rem;
        height: 5rem;
        background-image: url(https://tolanca.photoback.jp/wp-content/uploads/2022/03/rank_4.png);
        background-size: contain;
        vertical-align: middle;
        background-repeat: no-repeat;
        position: absolute;
        background-color: transparent;
        padding: 0;
        border-radius: 0;
    }
    .widget-entry-cards.ranking-visible .no-5 .card-thumb:before{
        content: '';
        display: inline-block;
        width: 3.375rem;
        height: 5rem;
        background-image: url(https://tolanca.photoback.jp/wp-content/uploads/2022/03/rank_5.png);
        background-size: contain;
        vertical-align: middle;
        background-repeat: no-repeat;
        position: absolute;
        background-color: transparent;
        padding: 0;
        border-radius: 0;
    }
	.widget-entry-cards.ranking-visible .no-1 .card-thumb:before, .widget-entry-cards.ranking-visible .no-2 .card-thumb:before, .widget-entry-cards.ranking-visible .no-3 .card-thumb:before, .widget-entry-cards.ranking-visible .no-4 .card-thumb:before, .widget-entry-cards.ranking-visible .no-5 .card-thumb:before{
		width: 2rem;
		top: -.4rem;
		left: .5rem;
	}
	.related-entries{
		border-radius: 0;
		padding: 0 16px 2.5rem;
	}
	.list-new-entries .entry-card-meta, .list-recommend-entries .entry-card-meta, .new-entry-card-date, .popular-entry-card-date{
		top: 0;
		right: auto;
	}
	.list-category-2 .entry-card-meta, .list-category-3 .entry-card-meta, .list-category-4 .entry-card-meta, .list-category-5 .entry-card-meta, .related-entry-card-meta{
		top: 0;
		left: auto;
	}
	.related-entry-main-heading{
		font-size: 1.6rem;
	}
	.related-entry-heading .related-entry-main-heading:after{
		margin: 4.8rem auto 0;
		left: -1rem;
	}
	.related-entry-heading{
		width: 60%;
		margin: -1.6rem auto 3rem;
	}
	.related-entries{
		padding: .5rem 16px 2.5rem;
	}
	.rect-vertical-card .related-entry-card-thumb img{
		width: 90%;
	}
	.widget-entry-cards.card-large-image .card-content{
		margin: initial
	}
    .category #list .entry-card-meta{
        left: auto;
    }
    .cat-label, .widget-entry-card-snippet{
        border-radius: 8px;
    }
	/*========= 記事 不具合対応 ===============*/
	.ect-vertical-card .entry-card-wrap .entry-card-content{
		margin: 0 0 0 .6rem;
	}
	.rect-vertical-card .related-entry-card-thumb{
		width: 48%;
	}
	.rect-vertical-card .related-entry-card-content {
		margin: 1.4rem auto 0;
	}
	.list-category-2 .ect-3-columns, .list-category-3 .ect-3-columns, .list-category-4 .ect-3-columns, .list-category-5 .ect-3-columns{
		margin: 0 auto 1rem;
	}
	/*========= 注目のキーワード ===============*/
	.popularKeyword{
		padding: 2rem 0 3rem;
	}
	.popularKeyword .list-title{
		margin-top: 0;
	}
	.popularKeyword .list-title-in{
		margin: 0;
	}
	.popularKeywordList{
		max-width: 90%;
	}
	.popularKeywordListLi{
		margin: 0 0 1rem;
	}
	.popularKeywordList li a{
		font-size: .8rem;
		padding: 0.6rem 1rem;
		margin-right: 0.4rem;
		border-radius: 56px;
		border: solid 0.12rem;
	}
    .popularKeywordBgBottomSp{
        margin: 0 0 2rem;
    }
    .footerImgWrap{
        margin: 0 0 4rem;
    }
	/*========= フッター ===============*/
	.footerDescription{
		display: block;
	}
	.footerDescriptionText{
		letter-spacing: .1rem;
	}
	.footerDescription h2, h3{
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5em;
		margin: 0 auto .4rem;
		letter-spacing: .06rem;
	}
	.footerDescription p{
	    line-height: 1.5em;
		letter-spacing: .03rem;
	}
	.footerImgWrap{
		position:relative;
		height: 50px;
	}
	.footerImg{
		position: absolute;
		margin: 0 calc(45% - 50vw);
		width: 110vw;
	}
	.footerImg li{
    padding: 0 0.2rem;
	}
	.footerLogo{
		width: 8rem;
		margin: 0 auto 1rem;
	}
	.ConnectionLink ul li {
		width: 100%;
		height: auto;
		padding-bottom: 1rem;
	}
	/*========= 記事ページ ===============*/
	.article h1{
		padding: 0;
	}
	.article-header{
		margin: 0 16px;
	}
	.entry-content{
		margin: 0 16px;
	}
	.eye-catch img{
		border-radius: 40px;
		border: solid 4px #988c7f;
        height: 58vw;
	}
	.article h3 span {
		line-height: 2em;
	}
    .article h4{
        font-size: 18px;
    }
    .article h5, .article h6{
        font-size: 16px;
    }
	.entry-categories-tags{
		width: auto;
		padding: 0 16px;
	}
	.sns-share{
		border-radius: 0;
		padding: 1.25rem 16px 1.6rem;
	}
	.sns-share-buttons a{
		width: 32%;
	}
	.breadcrumb{
		width: auto;
		padding: 0 16px;
        margin: 1rem auto;
	}
	#author_box-2{
		width: auto;
		margin-bottom: 4rem;
	}
	.author-box{
		padding: 2.2rem 1rem 0.2rem;
	}
	.author-thumb img{
		width: 4rem;
		height: 4rem;
		border-radius: 10px;
	}
	.author-box .author-thumb {
    width: 24%;
	}
	.author-box .author-content {
    margin-left: 24%;
	}
	.author-name p{
		font-size: .875rem;
	}
	.article ul li, .article ol li {
		margin: 0;
	}
	.author-sns img{
		width: 26px;
	}
	.toc{
		padding: 1rem .5rem;
		border-radius: 20px;
	}
	.toc ol li{
		padding: 0.5em 0.3em 0 0;
	}
	.toc a{
    border-bottom: solid 1px silver;
		padding-left: 1em;
	}
	.toc .toc-list {
		padding-left: 0;
	}
	.toc .toc-list ul, .toc .toc-list ol {
		padding-left: 0.6em;
	}
	.entry-tags a{
		padding: 0.3rem 1rem;
		margin: 0 0.4rem 0.4rem 0;
	}
	.article-footer{
		padding: 0;
	}
	.sns-share{
		margin: 0 auto 5rem;
		margin-bottom: 2.5rem;
	}
	/*========= スライダー ===============*/
	.content-top{
		padding: 0;
	}
	.topKvFrameSlider{
		padding: 0.8rem 1rem 2.2rem;
	}
	.topKvCategory{
		width: 140px;
		height: auto;
		transform: translate3d(0px, 0px, 0px);
	}
	.n2-ss-slider .n2-ss-item-image-content{
		width: 140px;
	}
	.n2-ss-slider .n2-ss-slider-controls-below{
		bottom: -4.4rem;
	}
	.blogcard-title {
		font-size: .9em;
		margin-bottom: 0.4rem;
	}
	.blogcard-content {
    min-height: auto;
	}
	.blogcard-snippet{
		line-height: 1.4em;
	}
	.instagramImg li{
		padding: .5rem;
	}
	.instagramDescription h2{
		font-size: 1rem;
	}
	/*========= 404 ===============*/
	.notFound img{
		max-width: 300px;
	}
	/*========= GoogleAdsense ===============*/
    .ins.adsbygoogle{
        margin: 0 auto;
    }
	#mobile_ad-2{
		 display: block;
		margin-bottom: 0!important;
	}
	.ad-area{
        margin-bottom: 2rem!important;
    }
}