@charset "utf-8";
/*=======================================================
基本設定
=======================================================*/
:root {
	--wing-green: #00A384;
	--accent-green: #6B9F7B;
	--pale-green: #D7DCD9;
	--yellow: #EEBB5F;
	--orange: #FFA400;
	--beige: #ECE3DA;
	--black: #414141;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("https://6c2db4.claudeassets.com/20220824112542im_/https://wingtakanawa-webmagazine.com/wp/wp-content/themes/takanawa/font/NotoSansJP-R.woff") format("woff");
}
@font-face {
  font-family: "Oswald";
  src: url("https://1ff5c3.claudeassets.com/20220824112542im_/https://wingtakanawa-webmagazine.com/wp/wp-content/themes/takanawa/font/Oswald-light.woff") format("woff");
}
@font-face {
  font-family: "Rage Italic";
  src: url("https://611102.claudeassets.com/20220824112542im_/https://wingtakanawa-webmagazine.com/wp/wp-content/themes/takanawa/font/Rage-Italic-LET-light.woff") format("woff");
}
body {
	background: #ECE3DA;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3.86vw;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #414141; 
	position: relative;
}
p {
	line-height: 1.6;
}
@media print, screen and (min-width : 821px) {
	body {
		font-size: 16px;
		overflow: visible;
	}
	main {
		padding-top: 110px;
	}
	main.top {
		padding-top: 0;
	}
	a:hover {
		opacity: .5;
		transition: .5s;
	}
}
/*=============================
レイアウト
==============================*/
/*メイン*/
.ly_cont {
	padding: 0 3.86vw 16.18vw;
}
@media print, screen and (min-width : 821px) {
	.ly_head_inner,
	.ly_foot_inner,
	.ly_cont_inner {
		margin: auto;
		position: relative;
		max-width: 1000px;
		padding: 0 10px;
	}

/***2カラム***/
	.ly_contWrapper {
		display: flex;
		justify-content: space-between;
		margin: auto;
		max-width: 1040px;
		width: 100%;
		padding: 0 20px;
	}
/*メイン*/
	.ly_cont {
		max-width: 700px;
		width: 100%;
		padding: 0 0 80px;
	}
/*サイド*/
	.ly_side {
		width: 280px;
		padding-left: 20px;
		margin-bottom: 80px;
	}
}

/*=============================
ボタン
==============================*/
.el_moreBtn,
.el_listBtn {
	display: flex; 
	justify-content: center;
	align-items: center;
    background: #6B9F7B;
	font-size: 4vw;
	letter-spacing: 0.1em;
	position: relative; 
	z-index: 3;
    margin: 15.07vw auto 0;
	width: 82.12vw;
    height: 12.8vw;
    border-radius: 1.2vw;
    color: #fff;
	box-shadow: 0px 7px 7px -5px rgb(0 0 0 / 20%);
}
.el_listBtn {
    background: #fff;
    color: #6B9F7B;
	margin-top: 4.83vw;
}
/*メインタイトル*/
.el_mainTtl {
	font-size: 6.28vw;
	text-align: center;
	margin-bottom: 6.28vw;
}
@media print, screen and (min-width : 821px) {
	.el_moreBtn,
	.el_listBtn {
		width: 340px;
		height: 53px;
		font-size: 16px;
		border-radius: 5px;
		margin-top: 60px;
	}
	.el_listBtn {
		margin-top: 20px;
	}
	.el_mainTtl {
		font-size: 42px;
		margin-bottom: 60px;
		letter-spacing: 0.08em;
	}
}
/*=============================
ヘルプタグ
==============================*/
/*Oswald*/
.hp_oswald {
	font-family: 'Oswald', sans-serif;
}
/*Rage Italic*/
.hp_rage {
	font-family: 'Rage Italic', sans-serif;
}
/*bold*/
.hp_bold{
    font-weight: bold!important;
}
/*shadow*/
.hp_shadow {
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
/*大文字に*/
.hp_uppercase {
	text-transform: uppercase;
}
/*一文字づつ*/
.el_eachText span {
	opacity: 0;
}
.el_eachText.appeartext span { 
	animation: el_eachText 1s ease-out forwards; 
}
@keyframes el_eachText {
  0% { opacity:0; }
  100% { opacity:1; }
}

/*=============================
ヘッダー
==============================*/
.ly_head {
	position: fixed;
	width: 100%;
	z-index: 100;
	background: #ECE3DA;
	height: 16.9vw;
	transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ly_head.toLeft,
.ly_headTop.toLeft {
	transform: translateX(-77.46vw);
}
/*トップページヘッダー*/
.ly_headTop {
	background: transparent;
	position: fixed;
	width: 100%;
	z-index: 100;
	height: 16.9vw;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ly_headTop.el_color {
	background: #ECE3DA;
}
/*ヘッダーロゴ（トップページ以外）*/
.el_headPostLogo {
	text-align: center;
	padding-top: 3vw;
	width: 56.52vw;
	margin: auto;
}
/*.el_headPostLogo img {
	width: 56.52vw;
}*/
/*ナビ*/
.ly_head .bl_head_gloNav,
.ly_headTop .bl_head_gloNav {
	display: none;
}
.bl_head_gloNav {
	width: 100vw;      
	height: 100vh;
}
.bl_head_gloNav_inner {        
	width: 100%;        
	height: 100%;
	padding-top: 27.77vw;
	display: block;
	overflow: scroll;
	padding-right: 20vw;
}
.bl_gloNav_item {
	margin-bottom: 12.07vw;
	padding: 0 8.93vw;
}
.bl_gloNav_item a {
	font-size: 4.34vw;
	letter-spacing: 0.05em;
	color: #fff;
	display: flex;
	justify-content: space-between;
}
.bl_gloNav_item a::after {
	content: ">";
}
/*ロゴやSNS*/
.bl_logo {
	display: flex; 
	align-items: center;
	margin-top: 40vw;
	padding: 11.95vw 8.93vw;
	border-top: 1px solid #fff;
}
.bl_logo li:not(:first-of-type) {
	margin-left: 9vw;
}
.bl_logo li:first-of-type img {
	width: 20vw;
}
.bl_logo li:nth-of-type(2) img {
	width: 5vw;
}
.bl_logo li:last-of-type img {
	width: 5vw;
}
/*ハンバーガーメニュー*/
.bl_menuBtn {
	display: block;
	width: 5.79vw;
	height: 2.89vw;
	position: absolute;
	top: 6.83vw;
	right: 4.83vw;
	z-index: 13;
	border:none;    
}
.bl_bar {      
	width: 5.79vw;
	height: 1px;
	display: block;
	position: absolute;
	background: #6B9F7B;
}    
.bl_barTop {   
	top: 0;
}
.bl_barMid {    
	top: 45%;
}
.bl_barBottom {
	bottom: 0;
}


/***ハンバーガーメニュー***/
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#nav-tgl {
  display: none;
}
.nav-tgl-btn {
  cursor: pointer;
  position: fixed;
  top: 6.83vw;
  right: 6.83vw;
  margin: 0;
}
.open {
	z-index: 100;
	width: 5.79vw;
	height: 2.89vw;
  transition: background .1s, transform .1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open span,
.open::before,
.open::after {
  /*content: "";
  position: absolute;
  top: calc(50% - 1px);
	width: 100%;
	border-bottom: 1px solid #6B9F7B;*/
  transition: transform .1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
  transform: translateY(-8px);
}
.open::after {
  transform: translateY(8px);
}
/*
.close {
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background .6s;
}
*/
#nav-tgl:checked + .open {
  transform: translateX(-77.46vw);
}
#nav-tgl:checked + .open .bl_barTop,
#nav-tgl:checked + .open .bl_barBottom {
	width: 4.8vw;
}
#nav-tgl:checked + .open .bl_barTop {
  transform: rotate(330deg);
    top: 0.45vw;
}
#nav-tgl:checked + .open .bl_barMid {
  transform: scaleX(0);
}
#nav-tgl:checked + .open .bl_barBottom {
  transform: rotate(205deg);
}
/*
#nav-tgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0,0,0,.3);
}*/

main {
  transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#nav-tgl:checked ~ main {
  transform: translateX(-77.46vw);
}
/* メニューデザイン */
.drower-menu {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  width: 77.46vw;
  height: 100%;
  margin: 0;
  padding: 0 0 10px;
  box-sizing: border-box;
  background: #000;
  transform: translateX(100%);
  transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	visibility: hidden;
}
.drower-menu a {
  display: flex;
}

.drower-menu .bl_head_gloNav {
 overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
#nav-tgl:checked ~ .drower-menu {
  transform: none;
	visibility: visible;
}





/*検索オーバーレイ*/
.bl_head_search {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	transform: translateX(-100%);
    transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	visibility: hidden;
}
.bl_head_search.toRight {
	transform: none;
	visibility: visible;
}
@media print, screen and (min-width : 821px) {
	.ly_head {
		height: 110px;
		background: #fff;
	}
	.ly_headTop {
		height: 110px;
	}
	.el_headPostLogo {
		padding-top: 25px;
		width: 240px;
		margin: auto auto 15px;
	}
	.ly_head_inner {
		padding: 0;
		height: 110px;
	}
	.bl_menuBtn {
		display: none;
	}
	.ly_headTop .bl_head_gloNav {
		display: none;
	}
	.ly_head .bl_head_gloNav {
		display: block;
		-ms-overflow-style: none;
	}
	.bl_head_gloNav {
		padding: 0;
		display: block;
		max-width: 680px; 
		width: 100%;
		height: auto;
		margin: auto;
		background: none;
		position: relative;
	}
	.bl_head_gloNav_inner {
		padding: 0;
		display: flex;
		justify-content: space-around;
		background: none;
		height: auto;
		overflow: initial;
	}
	.bl_gloNav_item {
		margin: 0;
		padding: 0;
		width: calc(100% / 4);
		text-align: center;
	}
	.bl_gloNav_item:nth-of-type(3),
	.bl_gloNav_item:nth-of-type(4),
	.bl_gloNav_item:nth-of-type(5) {
    	border-left: 1px solid #6B9F7B;
	}
	.bl_gloNav_item a {
		font-size: 14px;
		color: #414141;
		padding: 5px 0;
		display: block;
	}
	.bl_gloNav_item a::after {
		content: none;
	}
	.bl_logoUnit {
		display: none;
	}
	.nav-tgl-btn {
		display: none;
	}
	.ly_head.toLeft, .ly_headTop.toLeft {
    	transform: initial;
	}
	#nav-tgl:checked ~ .drower-menu {
		transform: translateX(100%);
		visibility: visible;
	}
	#nav-tgl:checked ~ main {
    	transform: initial;
	}
}
/*=============================
検索周り
==============================*/
#search {
	padding-top: 16.9vw;
}
.bl_searchUnit {
	padding: 2.07vw 4.83vw 19.32vw;
}
/*検索ボタンタップ時*/
.bl_menuBtn.none {
	display: none;
}
/*クローズ時*/
.bl_menuBtn.close {
	right: 72.46vw;
	z-index: 100;
	height: 6.28vw;
}
.bl_menuBtn.close .bl_bar {
	width: 5vw;
	height: 0.48vw;
}
.bl_menuBtn.close .bl_barTop {      
	transform: translate(-50%) rotate(-45deg);      
	transition: transform .3s;
	background: #6B9F7B;
	top: 1.2vw;
}    
.bl_menuBtn.close .bl_barMid {      
	opacity: 0;       
	transition: opacity .3s;    
}    
.bl_menuBtn.close .bl_barBottom {      
	transform: translate(-50%) rotate(45deg);      
	transition: transform .3s;
	background: #6B9F7B;
	bottom: 1.2vw;
}
/*検索*/
.el_headLogo {
	text-align: center;
	margin-bottom: 3vw;
	position: relative;
	z-index: 12;
}
.el_headLogo img {
	width: 41.96vw;
}
.bl_head_search,
.bl_head_searchResult {
	background: #ECE3DA;
	width: 100%;
}
.bl_searchBtn img {
	width: 3.14vw;
}
/*タイトル*/
.bl_search_ttl {
	font-weight: bold;
}
/*検索ボタン*/
.bl_searchBtn {
	position: absolute; 
	left: 4.83vw;
	top: 4.83vw;
	z-index: 11;
	cursor: pointer;
}
.bl_searchBtn.close {
	text-indent: -9999px;
	left: initial;
	background: url(https://4d204f.claudeassets.com/20220824112542im_/https://wingtakanawa-webmagazine.com/wp/wp-content/themes/takanawa/images/common/icon_close.svg) top center / contain no-repeat;
	left: 4.83vw;
    top: 6.83vw;
	width: 3vw;
	height: 3vw;
	z-index: 102;
}
.bl_searchWrapper {
	display: flex; 
}
.el_searchBtn {
	background: #414141;
    border-radius: 50%;
    width: 9.66vw;
    height: 9.66vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.el_searchBtn img {
	width: 3.14vw;
}
.blur {
	filter: blur(6px);
}
/*検索窓*/
.bl_search {
	margin-top: 3vw;
	margin-bottom: 12.07vw;
}
.bl_search input {
	border: 0;
	border-bottom: 1px solid #707070;
	padding-bottom: 2.41vw;
    max-width: 72.46vw;
    width: 100%;
	color: #8E8E8E;
	font-size: 16px;
}
input:-webkit-autofill {
	box-shadow: 0 0 0 1000px #ECE3DA inset;
}
/*検索結果--件数*/
.el_sesultTtl {
	font-size: 3vw;
	margin-bottom: 3vw;
}
/*検索エラーページ*/
.bl_errorMessageUnit {
	text-align: center;
	margin-bottom: 12vw;
}
.bl_errorTtl {
	font-weight: bold;
	margin-bottom: 2vw;
}
/*SORRY表示*/
.el_attSorry {
	text-align: center;
	margin-bottom: 8vw;
    text-align: center;
    margin-top: 10vw;
	font-size: 7vw;
}
/*検索結果記事部分*/
.search_post {
	margin-bottom: 9.66vw;
}
@media print, screen and (min-width : 821px) {
	#search {
		padding-top: 60px;
	}
	.bl_head_search {
		top: 0;
	}
	.bl_searchBtn.close {
		width: 15px;
		height: 15px;
		top: 25px; 
		left: 10px;
	}
	.bl_searchBtn {
		top: 20px;
		left: 0;
		padding-left: 10px;
	}
	.bl_searchBtn img {
		width: 20px;
	}
	.bl_searchUnit {
		padding: 50px 0 60px;
	}
	.bl_search_ttl {
		font-size: 16px;
	}
	.bl_search {
    	margin-top: 10px;
    	margin-bottom: 50px;
	}
	.bl_search input {
		width: 100%;
		max-width: 659px;
		padding-bottom: 10px;
	}
	.el_searchBtn {
    	width: 40px;
    	height: 40px;
	}
	.el_searchBtn img {
    	width: 13px;
	}
/*検索結果--件数*/
	.el_sesultTtl {
		font-size: 14px;
		margin-bottom: 20px;
	}
/*エラー*/
	.el_sorryTtl {
		font-size: 42px;
		margin-bottom: 40px;
		text-align: center;
	}
	.bl_errorMessageUnit {
		margin-top: 0;
		margin-bottom: 57px;
		text-align: left;
		font-size: 16px;
	}
	.bl_errorTtl {
		margin-bottom: 8px;
	}
/*SORRY表示*/
	.el_attSorry {
		margin-bottom: 50px;
    	margin-top: 0;
		font-size: 42px;
		letter-spacing: 0.08em;
	}
/*検索結果記事部分*/
	.search_post {
		margin-bottom: 50px;
	}
/*検索のタグクラウド*/
	#search .wp-tag-cloud {
		margin-top: 15px;
	}
}
/*=============================
人気のキーワード
==============================*/
.wp-tag-cloud {
	margin-top: 3.62vw;
	display: flex;
	flex-wrap: wrap;
}
.wp-tag-cloud > li {
	margin-right: 2.41vw;
	margin-bottom: 1.69vw;
}
.wp-tag-cloud a {
	background: #fff; 
	border-radius: 7.24vw;
	padding: 1.44vw 3.14vw 1.69vw;
	display: block;
	font-size: 2.89vw!important;
}
.wp-tag-cloud a::before {
	content: "#";
}
@media print, screen and (min-width : 821px) {
	.wp-tag-cloud > li {
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.wp-tag-cloud a {
		font-size: 12px!important;
		padding: 9px 8px;
	}
	.wp-tag-cloud a:hover {
		background: #414141;
		color: #fff;
		opacity: 1;
	}
}
/*=============================
フッター
=============================*/
.ly_foot {
	background: #000;
}
.ly_foot_inner {
	padding: 8.69vw 0 0;
}
/*フッターナビ*/
.el_top {
	color: #fff;
	text-align: center;
	position: relative;
}
.el_top a {
	padding-top: 8.34vw;
	display: block;
}
.el_top a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(https://d652fd.claudeassets.com/20220824112542im_/https://wingtakanawa-webmagazine.com/wp/wp-content/themes/takanawa/images/common/arrowTop.svg) center / contain no-repeat;
	width: 6.82vw;
	height: 2.89vw;
}
.bl_footNav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 11.8vw 8.5vw 12.6vw;
	text-align: center;
	position: relative;
}
.bl_footNav::before,
.bl_footNav::after {
    content: "";
    display: block;
    width: 47%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 43%;
}
.bl_footNav::before {
    left: 0;
}
.bl_footNav::after {
    right: 0;
}
.bl_footNav .bl_footNav_item {
    width: calc(100% / 2);
    text-align: center;
}
.bl_footNav .bl_footNav_item a {
    font-size: 4.35vw;
	color: #fff;
	display: block;
    padding: 3.5vw;	
}
.bl_footNav .bl_footNav_item:nth-of-type(2n) {
    border-left: 1px solid #fff;
    margin-bottom: 3.86vw;
}
/*ロゴ*/
.el_footLogo {
	text-align: center;
}
/*SNS*/
.bl_snsUnit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 23.24vw;
	margin: 0 auto 10.96vw;
}
.bl_sns.instagram img {
	width: 6.03vw;
	height: 6.03vw;
}
.bl_sns.line img {
	width: 6.03vw;
	height: 6.03vw;
}
/*コピーライト*/
.el_copyright {
	letter-spacing: 0.1em;
	font-size: 2.89vw;
	color: #fff;
	text-align: center; 
	padding: 2.89vw 0 14.73vw;
}
/*ページトップボタン*/
#bl_pagetop {
	text-align: center;
	color: #fff;
	position: fixed;
	width: 10.86vw;
	height: 10.86vw;
	background: #6B9F7B;
	background: #6B9F7B;
	border-radius: 50%;
	display: flex; 
	align-items: center;
	justify-content: center;
	right: 20px;
	bottom: 30px;
}
#bl_pagetop img {
	width: 4.34vw;
}
@media print, screen and (min-width : 821px) {
	.ly_foot_inner {
		padding-top: 36px;
	}
/*トップページへボタン*/
	.el_top a {
		padding-top: 30px;
	}
	.el_top a::before {
		width: 28px;
		height: 12px;
	}
	.el_top:hover {
		top: -3px;
	}
/*ページトップボタン*/
	#bl_pagetop {
		width: 80px; 
		height: 80px;
	}
	#bl_pagetop img {
		width: 30px;
		height: 30px;
	}
	#bl_pagetop:hover {
		cursor: pointer;
	}
/*フッターナビ*/
	.bl_footNav {
		color: #fff; 
		text-align: center;
		margin: 60px auto;
		width: 680px;
	}
	.bl_footNav::before, .bl_footNav::after {
		content: none;
	}
	.bl_footNav .bl_footNav_item {
    	width: calc(100% / 4);
    	text-align: center;
	}
	.bl_footNav .bl_footNav_item:nth-of-type(2n),
	.bl_footNav .bl_footNav_item:nth-of-type(3){
		margin-bottom: 0;
		border-left: 1px solid #fff;
	}
	.bl_footNav .bl_footNav_item a {
		font-size: 18px;
		padding: 5px 0;
	}
/*SNS*/
	.bl_snsUnit {
		width: 97px;
		margin-bottom: 45px;
	}
	.bl_sns.instagram img {
    	width: 25px;
    	height: 25px;
	}
	.bl_sns.line img {
    	width: 25px;
    	height: 25px;
	}
/*コピーライト*/
	.el_copyright {
		font-size: 10px; 
		letter-spacing: 0.06em;
		padding: 10px 0 70px;
	}
}
/*=======================================================
各記事
=======================================================*/
/***レイアウト***/
.bl_postUnit {
	display: block; 
}
.bl_post {
	position: relative;
}
.bl_post + .bl_post {
	margin-top: 13vw;
}
.bl_post_imgWrapper,
.bl_post_body {
	width: 100%; 
}
.bl_post_imgWrapper {	
    overflow: hidden;
	max-height: 55.55vw;
	margin-bottom: 6.03vw;
	border-radius: 4.83vw;
	position: relative;
}
.bl_post_imgWrapper img {
	border-radius: 4.83vw;
}
/*youtube*/
.bl_post_imgWrapper.el_movie {
	display: block;
    position: relative;
    padding-top: 63.1%;
}
.bl_post_imgWrapper.el_movie iframe {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*タイトル*/
.bl_post_ttl {
	font-weight: bold;
	font-size: 4.83vw;
	line-height: 1.4;
	margin-bottom: 2.41vw;
}
/***日付・カテゴリ***/
.bl_post_meta {
	display: flex;
}
.bl_post_meta_time {
	font-size: 2.89vw;
	margin-right: 3.62vw;
}
.post-categories a {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 2.89vw;
	text-decoration: underline;
}
/*タグ*/
.bl_post_tag {
	display: flex;
	flex-wrap: wrap;
}
.bl_post_tag a {
	font-size: 3vw;
	margin-right: 3.62vw;
}
.bl_post_tag a::before {
	content: "#";
}
/**内容**/
.bl_post_cont {
	margin-top: 7.5vw;
}
.bl_post_cont p {
	margin-bottom: 7vw;
	line-height: 1.8;
}
/*小見出し*/
.bl_post_cont h2 {
	font-size: 4.83vw;
	font-weight: bold;
	margin-bottom: 4.83vw;
	line-height: 1.4;
	padding-top: 16.9vw;
	margin-top: -16.9vw;
}
/*小見出しと同じサイズ*/
.bl_post_cont .el_lTxt {
	font-size: 4.83vw;
	font-weight: bold;
	margin-bottom: 4.83vw;
	line-height: 1.4;
}
/*画像下テキスト*/
.bl_post_cont .el_txt_mt {
	margin-top: -6.246vw;
}
/*キャプション*/
.bl_post_cont .el_sTxt {
	font-size: 2.89vw;
	line-height: 1.6;
	display: block;
	font-weight: normal;
	margin-top: -5vw;
}
/*リンク*/
.bl_post_cont a,
.bl_eachShop li a {	
	color: #4777BF;
	text-decoration: none;
}
/*画像真ん中に*/
.bl_post img {
	margin: 0 auto; 
	display: block;
}
/**ページャー**/
.bl_pagerUnit {
	display: flex;
	justify-content: space-between;
	margin-top: 12.07vw;
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	padding: 2.89vw 0;
	margin-bottom: 12.07vw;
	position: relative;
}
.bl_pagerUnit::after {
	content: "";
	display: block; 
	position: absolute; 
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #C9C9C9;
}
.bl_pagerUnit li {
	width: 50%;
	font-weight: bold;
	line-height: 1.3;
}
.bl_pagerUnit li a {
	display: block;
	padding: 0 4.34vw;
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.bl_pagerUnit li a::before {
	content: "";
	display: block;
	width: 1.69vw;
	height: 3.62vw;
	background: url(https://f37f27.claudeassets.com/20220824112542im_/https://wingtakanawa-webmagazine.com/wp/wp-content/themes/takanawa/images/common/arrow.svg) center / cover no-repeat;
	position: absolute; 
	top: 50%;
	left: 0;
}
.bl_pagerUnit li.next a::before {
	left: initial;
	right: 0;
	transform: scale(-1, 1);
}
.bl_pagerUnit li span {
	display: block; 
	width: 100%; 
	font-size: 3.38vw;
	margin-bottom: 1.6vw;
	font-weight: normal;
}
/***目次***/
#bl_indexWrapper {
	margin: 7vw 0;
	padding: 8vw 6vw 3vw;
    border: 2px solid #AAAAAA;
}
.el_indexTtl {
	margin-bottom: 4vw;	
	font-style: italic;
	color: #928565;
	font-size: 5.75vw;
}
#bl_indexWrapper ol li {
	margin: 5vw 0;
    line-height: 1.4;
    font-size: 3vw;
	color: #6B9F7B;
  	counter-increment: cnt;
}
#bl_indexWrapper ol li a {
	text-decoration: underline;
}
#bl_indexWrapper ol li::before {
  content: counter(cnt,decimal-leading-zero)".";
	color: #928565;
	font-family: 'Rage Italic', sans-serif;
	font-style: italic;
	letter-spacing: 0;
	font-size: 4.025vw;
	margin-right: 1vw;
}
@media print, screen and (min-width : 821px) {
	.bl_pagerUnit {
		margin-top: 83px;
		margin-bottom: 55px;
	}
	.bl_pagerUnit li {
		font-size: 14px;
	}
	.bl_pagerUnit li span {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.bl_pagerUnit li a {
		padding: 0 20px;
	}
	.bl_pagerUnit li a::before {
		width: 7px;
		height: 15px;
	}
}
/*======== 関心度 ==============*/
.bl_meterUnit {
	display: flex; 
	align-items: center;
	margin: 3.62vw 0;
}
.bl_meterUnit::before {
	content: "関心度";
	font-size: 2.89vw;
    font-weight: bold;
}
.post-views {
	width: 100%;
	max-width: 79.71vw;
	background: #fff;
	border-radius: 1.20vw;
	height: 4.83vw;
	margin-left: auto;
	position: relative;
}
/*メーターの区切り線*/
.post-views::before {
	content: "";
	width: 1px;
	height: 100%;
	background: #707070;
	position: absolute; 
	left: 33%;
	top: 0;
	z-index: 2;
}
.post-views::after {
	content: "";
	width: 1px;
	height: 100%;
	background: #707070;
	position: absolute; 
	right: 33%;
	top: 0;
	z-index: 2;
}
/*メーター*/
.post-views-count {
	display: block;
	height: 4.83vw;
	font-size: 0;
	position: relative;
	display: flex; 
	align-items: center;
	justify-content: center;
	border-radius: 1.20vw;
}
.post-views-count:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  transition: all 0.8s;
  border-radius: 1.20vw;
}
/*メーター内テキスト*/
.post-views-count::before {
	color: #707070;
	font-size: 2.89vw;
	white-space: nowrap;
	position: absolute;
    top: 1vw;
	z-index: 2;
}
.level1:after,
.level2:after,
.level3:after,
.level4:after {
  background: #f5e0ba;
}
.level1.isActive:after {
  width: 8.25%;
}
.level2.isActive:after {
	width: 16.56%;
}
.level3.isActive:after {
	width: 24.75%;
}
.level4.isActive:after {
	width: 33%;
}
.level5:after,
.level6:after,
.level7:after,
.level8:after {
  background: #EEBB5F;
}
.level5.isActive:after {
	width: 41.25%;
	background: #EEBB5F;
}
.level6.isActive:after {
	width: 49.5%;
}
.level7.isActive:after {
	width: 57.75%;
}
.level8.isActive:after {
	width: 66.6%;
}
.level9:after,
.level10:after,
.level11:after,
.level12:after,
.level13:after {
	background: #FFA400;
}
.level9.isActive:after {
	width: 74.25%;
}
.level10.isActive:after {
	width: 82.5%;
}
.level11.isActive:after {
	width: 90.75%;
}
.level12.isActive:after,
.level13.isActive:after {
	width: 100%;
}
.level1::before,
.level2::before,
.level3::before,
.level4::before {
	content: "気になる";
	left: 12.48vw;
}
.level5::before,
.level6::before,
.level7::before,
.level8::before {
	content: "注目";
	left: 35.85vw;
}
.level9::before,
.level10::before,
.level11::before,
.level12::before,
.level13::before {
	content: "ブーム";
	left: 62.14vw;
}
/***ページナビ***/
.wp-pagenavi {
	margin: 12.07vw auto 11.83vw;
	width: 82.12vw;
	display: flex; 
	justify-content: center;
	align-items: center;
	position: relative;
}
.wp-pagenavi span,
.wp-pagenavi a {
	font-size: 4.34vw;
	font-family: 'Oswald', sans-serif;
	color: #888;
	margin: 0 4vw;
	font-weight: bold;
}
.wp-pagenavi .current {
	color: #fff;
	background: #6B9F7B;
	width: 9.42vw;
    height: 9.42vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.2vw;
	margin: 0 2vw;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.all-post .wp-pagenavi .prev,
.all-post .wp-pagenavi .next {	
    width: 1.69vw;
    height: 0;
    padding-top: 3.62vw;
    background: url(https://f37f27.claudeassets.com/20220824112542im_/https://wingtakanawa-webmagazine.com/wp/wp-content/themes/takanawa/images/common/arrow.svg) center / contain no-repeat;
    overflow: hidden;
	position: absolute; 
	top: 35%;
	left: 0;
	margin: 0;
}
.wp-pagenavi .nextpostslink,
.all-post .wp-pagenavi .next {
	transform: scale(-1, 1);
	left: initial;
	right: 0;
}
/*ビデオ*/

.wp-video-shortcode video,
video.wp-video-shortcode {
	height: auto!important;
}
@media print, screen and (min-width : 821px) {
/***レイアウト***/
	.bl_post {
    	position: relative;
		margin: 0 0 25px;
		display: flex;
		justify-content: space-between;
	}
	.bl_post + .bl_post {
		margin-top: 0;
	}
	.bl_post_imgWrapper {
		margin-bottom: 15px;
		max-width: 300px;
		max-height: 180px;
		border-radius: 10px;
	}
	.bl_post_imgWrapper img {
		border-radius: 10px;
	}
	.bl_post_body {
		max-width: 392px;
		width: 100%;
		padding-left: 10px;
		flex-shrink: 0;
	}
/*タイトル*/
	.bl_post_ttl {
		font-size: 20px;
		margin-bottom: 10px;
	}
/*日付*/
	.bl_post_meta {
		align-items: flex-end;
	}
	.bl_post_meta_time {
		font-size: 12px;
		margin-right: 15px;
		line-height: 1;
	}
/*カテゴリ*/
	.post-categories a {
		font-size: 12px;
		font-weight: bold;
	}
/*タグ*/
	.bl_post_tag a {
		font-size: 12px;
		margin-right: 15px;
	}
/*縦画像半分*/
	.el_img_half {
		height: auto;
		width: 67%;
	}
/***目次***/
	#bl_indexWrapper {
		margin: 40px 0 0;
		padding: 30px 30px 5px;
	}
	.el_indexTtl {
		margin-bottom: 30px;
		font-size: 30px;
	}
	#bl_indexWrapper ol {
		margin: 0;
	}
	#bl_indexWrapper ol li {
		margin: 20px 0;	
    	font-size: 16px;
	}
	#bl_indexWrapper ol li::before {
		font-size: 22px;
		margin-right: 10px;
	}
/***読者流行度***/
	.bl_meterUnit {
		margin: 20px 0 10px;
	}
	.bl_meterUnit::before {
		font-size: 12px;
		margin-left: 0;
	}
	.post-views {
		width: 330px; 
		height: 20px;
		border-radius: 5px;
		margin-left: 5px;
	}
	.post-views-count {
		border-radius: 5px; 
		height: 20px;
		position: relative;
	}
	.post-views-count:after {
		border-radius: 4px;
	}
	.post-views-count::before {
		font-size: 12px;
		top: 4px;
	}
	.level1::before, .level2::before, .level3::before, .level4::before {
		left: 50px;
	}
	.level5::before, .level6::before, .level7::before, .level8::before {
		left: 149px;
	}
	.level9::before, .level10::before, .level11::before, .level12::before, .level13::before {
    	left: 254px;
	}
/*ページナビ*/
	.wp-pagenavi {
		margin-top: 60px;
		margin-bottom: 0;
		width: 333px;
	}
	.wp-pagenavi span,
	.wp-pagenavi a {
		font-size: 18px;
		margin: 0 12px;
	}
	.wp-pagenavi .current {
		width: 39px;
		height: 39px;
		border-radius: 5px;
		margin: 0 7px;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink,
	.all-post .wp-pagenavi .prev,
	.all-post .wp-pagenavi .next {
		width: 16px;
		height: 16px;
		background-size: contain;
		padding-top: 16px;
	}
}
/*=======================================================
投稿ページ
=======================================================*/
#single .ly_contWrapper,.all-post .ly_contWrapper {
	padding-top: 16.9vw;
}
#single .ly_cont_inner {
	padding-top: 4.5vw;
	padding-left: 0;
	padding-right: 0;
}
#single .bl_post_imgWrapper {
	border-radius: 0;
	max-height: 100%;
	text-align: center;
	overflow: visible;
	margin-bottom: 0;
}
#single .ly_cont .bl_post_imgWrapper img {
	border-radius: 0;
}
#single .wp-tag-cloud {
	margin-left: 4.83vw;
}
@media print, screen and (min-width : 821px) {
	#single .ly_contWrapper,.all-post .ly_contWrapper {
		padding-top: 74px;
	}
	#single .ly_cont_inner {
		padding-top: 15px;
	}
	#single .bl_post{
		padding-top: 0;
		display: block;
		margin-bottom: 76px;
	}
	#single .bl_post_imgWrapper {
		border-radius: 0;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	#single .bl_post_body {
		width: 100%;
		max-width: 100%;
		padding-left: 0;
	}
	#single .bl_post_cont {
		margin-top: 40px;
	}
	#single .wp-tag-cloud {
		margin-left: 0;
	}
	.bl_post_cont p {
		margin-bottom: 30px;
	}
	.bl_post_cont h2 {
		font-size: 20px;
		margin-bottom: 15px;
		padding-top: 110px; 
		margin-top: -110px;
	}
	.bl_post_cont .el_lTxt {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.bl_post_cont .el_sTxt {
		font-size: 12px;
		margin-top: -20px;
	}
	.bl_post_cont .el_txt_mt {
		margin-top: -25px;
	}
}

/***ショップインフォ***/
.bl_shopInfoWrapper {
	margin-top: 7vw;
	margin-bottom: 10vw;
}
.bl_shopInfoTtl {
	margin: 5vw 0;
}
.bl_shopInfoSubTtl {
	margin-bottom: 3vw;
}
.bl_eachShop {
	margin-bottom: 7vw;
}
.bl_eachShop li {
	margin: 2vw 0;
	line-height: 1.4;
	display: flex;
	align-items: flex-start;
}
.bl_eachShop li span {
	display: block;
	flex-shrink: 0;
}
.bl_eachShop li .el_attention {
	margin-top: 3vw;
}
.bl_shopInfoSubTtl {
	margin: 5vw 0;
	display: flex;
	align-items: flex-start;
}
.bl_shopInfoSubTtl span {
	flex-shrink: 0;
}
@media print, screen and (min-width : 821px) {
	.bl_shopInfoWrapper {
    	margin-bottom: 80px;
		margin-top: 50px;
	}
	.bl_shopInfoTtl {
    	margin: 40px 0 20px;
	}
	.bl_eachShop {
    	margin-bottom: 50px;
	}
	.bl_shopInfoSubTtl {
		margin: 0 0 20px;
	}
	.bl_eachShop li {
    	margin: 15px 0;
	}
	.bl_eachShop li .el_attention {
		margin-top: 20px;
	}
	.bl_shopInfoWrapper .el_attention {
		font-size: 15px; 
	}
}
/*=======================================================
カテゴリページ
=======================================================*/
#category .el_mainTtl {
	padding-top: 22.94vw;
}
@media print, screen and (min-width : 821px) {
	#category .el_mainTtl {
		padding-top: 50px;
	}
}
/*=======================================================
タグ一覧ページ
=======================================================*/
#tagCloud .ly_cont_inner {
	padding: 16.9vw 3.86vw 12vw;
}
@media print, screen and (min-width : 821px) {
	#tagCloud .ly_cont_inner {
		padding: 50px 20px;
	}
	#tagCloud .wp-tag-cloud {
		margin-top: 20px;
	}
}
/*=======================================================
Preview Ranking
=======================================================*/
#weekly {
	background: #D7DCD9;
}
#weekly .ly_cont_inner {
	padding: 11.35vw 3.86vw 19.44vw;
}
/*PREVIEW RANKINGタイトル*/
#weekly .el_sec_mainTtl {
	font-size: 3.38vw;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 7vw;
    background: url(https://c996a3.claudeassets.com/20220824112542im_/https://wingtakanawa-webmagazine.com/wp/wp-content/themes/takanawa/images/common/weekly_bg.svg) top center / 94.27vw no-repeat;
    padding-top: 11.97vw;
    padding-bottom: 5.8vw;
}
#weekly .el_sec_mainTtl span {
	display: block; 
	font-size: 6.76vw;
	letter-spacing: 0.22em;
}
/*内容*/
#weekly .bl_post {
	border-bottom: 0.24vw solid #414141;
	padding-bottom: 10.86vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#weekly .bl_post + .bl_post {
	margin-top: 8.66vw;
}
/*画像*/
#weekly .bl_post_imgWrapper {
	width: 34.78vw;
	height: 34.78vw;
	margin-bottom: 0;
	position: relative;
}
#weekly .bl_post:not(:first-of-type) .bl_post_imgWrapper {
	border-radius: 0 4.83vw 4.83vw 4.83vw;
}
#weekly .wpp-thumbnail {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
/*順位*/
#weekly .bl_post .bl_post_imgWrapper::after {
	display: flex;
	justify-content: center; 
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	background: #6B9F7B;
	width: 8.21vw;
	height: 8.21vw;
	font-size: 4.34vw; 
	font-family: 'Oswald', sans-serif;
	color: #fff;
}
#weekly .bl_post:first-of-type .bl_post_imgWrapper::after {
	content: "01";
}
#weekly .bl_post:nth-of-type(2) .bl_post_imgWrapper::after {
	content: "02";
}
#weekly .bl_post:nth-of-type(3) .bl_post_imgWrapper::after {
	content: "03";
}
#weekly .bl_post:nth-of-type(4) .bl_post_imgWrapper::after {
	content: "04";
}
#weekly .bl_post:nth-of-type(5) .bl_post_imgWrapper::after {
	content: "05";
}
/*日付・カテゴリ*/
#weekly .bl_post:not(:first-of-type) .bl_post_body {
	width: 52.65vw;
	position: relative;
}
#weekly .bl_post_meta {
	align-items: center;
}
#weekly .bl_post:not(:first-of-type) .bl_post_meta {
	position: absolute; 
	left: 0;
	bottom: 0;
}
#weekly .bl_post_date {
	font-size: 2.89vw;
	margin-right: 4.1vw;
}
#weekly .bl_post_cat a {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 2.89vw;
	text-decoration: underline;
}
#weekly .bl_post .bl_post_ttl {
	font-size: 3.86vw;
}
/*ランキング1位レイアウト*/
#weekly .bl_post:first-of-type .bl_post_imgWrapper {
	height: 56.28vw;
	width: 100%;
	margin-bottom: 5.79vw;
	border-radius: 0 4.83vw 4.83vw 4.83vw;
}
#weekly .bl_post:first-of-type .wpp-thumbnail {
	margin-right: 0;
}
#weekly .bl_post:first-of-type .bl_post_ttl {
	font-size: 4.83vw;
}
@media print, screen and (min-width : 821px) {
	#weekly {
		background: transparent;
		margin-bottom: 50px;
	}
	#weekly .ly_cont_inner {
		padding: 0;
		width: 260px;
		margin-top: -17px;
	}
	#weekly .el_sec_mainTtl {
		font-size: 10px;
    	margin-bottom: 20px;
    	background: url(https://c996a3.claudeassets.com/20220824112542im_/https://wingtakanawa-webmagazine.com/wp/wp-content/themes/takanawa/images/common/weekly_bg.svg) top center / 280px no-repeat;
    	padding-top: 35px;
    	padding-bottom: 18px;
	}
	#weekly .el_sec_mainTtl span {
		font-size: 20px;
		margin-bottom: 0;
	}
	#weekly .bl_post {
		width: 260px; 
		margin: 20px auto;
		padding-bottom: 20px;
		border-bottom: 1px solid #414141;
	}
	#weekly .bl_post + .bl_post {
		margin-top: 0;
	}
/*ランキング1位レイアウト*/
	#weekly .bl_post:first-of-type .bl_post_imgWrapper {
		width: 100%;
		max-width: 100%;
		height: 158px;
		margin-bottom: 10px;
    	border-radius: 0 20px 20px 20px;
	}
	#weekly .bl_post:first-of-type .bl_post_ttl {
		font-size: 12px;
		margin-bottom: 10px;
	}
/*ランキング2位以下レイアウト*/
	#weekly .bl_post:not(:first-of-type) .bl_post_imgWrapper {
    	border-radius: 0 20px 20px 20px;
    	width: 100px;
    	height: 100px;
	}
	#weekly .bl_post .bl_post_imgWrapper::after {
		width: 33px; 
		height: 33px;
		font-size: 18px;
	}
	#weekly .bl_post:not(:first-of-type) .bl_post_imgWrapper img {
		border-radius: 0 20px 20px 20px;
	}
	#weekly .bl_post:not(:first-of-type) .bl_post_body {
		width: 146px;
		padding-left: 0;
	}
	#weekly .bl_post:not(:first-of-type) .bl_post_ttl {
		font-size: 12px;
	}
/*日付・カテゴリ*/
	#weekly .bl_post_meta {
		align-items: flex-end;
		letter-spacing: 0.04em;
	}
	#weekly .bl_post_date {
		font-size: 12px;
		margin-right: 20px;
		line-height: 1;
	}
	#weekly .bl_post_cat {
		line-height: 1;
	}
	#weekly .bl_post_cat a {
		font-size: 12px;
	}
}
/*=======================================================
人気のキーワード
=======================================================*/
#keywords {
	display: none;
}
@media print, screen and (min-width : 821px) {
	#keywords {
		display: block;
	}
	#keywords .ly_cont_inner {
		width: 260px;
		padding: 0;
	}
	#keywords .el_sec_mainTtl {
    	font-size: 10px;
    	letter-spacing: 0.05em;
    	text-align: center;
    	background: url(https://782344.claudeassets.com/20220824112542im_/https://wingtakanawa-webmagazine.com/wp/wp-content/themes/takanawa/images/common/keyword_bg.svg) top center / 280px no-repeat;
    	padding-top: 33px;
    	padding-bottom: 21px;
	}
	#keywords .el_sec_mainTtl span {
    	font-size: 20px;
		display: block;
    	letter-spacing: 0.22em;
    	margin-bottom: 0;
	}
	#keywords .wp-tag-cloud {
		margin-top: 20px;
	}
}

/*=======================================================
About Us
=======================================================*/
#about {
	background: #fff;
}
#about .ly_cont_inner {
	padding: 18.11vw 3.86vw 19.08vw;
}
#about .el_sec_mainTtl {
	font-size: 5.79vw;
	line-height: 1.8;
	margin-bottom: 5vw;
}
#about .el_sec_mainTtl::before {
	content: "";
	display: block; 
	background: url(https://417ffa.claudeassets.com/20220824112542im_/https://wingtakanawa-webmagazine.com/wp/wp-content/themes/takanawa/images/top_aboutus.svg) center / contain no-repeat;
	width: 29.26vw;
    height: 9.52vw;
	margin-bottom: 3.62vw;
}
@media print, screen and (min-width : 821px) {
	#about {
		margin-top: 100px;
	}
	#about .ly_cont_inner {
		padding-top: 59px;
		padding-bottom: 60px;
	}
	#about .el_sec_mainTtl {
		text-align: center;
		font-size: 22px;
		line-height: 1.7;
		position: relative;
		padding-top: 50px;
		margin-bottom: 17px;
	}
	#about .el_sec_mainTtl::before {
		width: 120px;
		height: 38px;
		margin-bottom: 0;
    	position: absolute;
		top: 0;
		left: 290px;
	}
	#about .el_txt {
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.8;
	}
}
@media print {
	.ly_side,
	.ly_foot,
	.ly_head,
	.bl_pagerUnit,
	.bl_btnUnit {
		display: none;
	}
	main {
		padding-top: 0;
	}
	#single .bl_post_cont {
		margin-top: 20px;
	}
	#single .bl_post {
		margin-bottom: 0;
	}
	.bl_post_cont h2 {
		padding-top: 0; 
		margin-top: 0;
	}
	#single .ly_contWrapper, .all-post .ly_contWrapper {
		padding-top: 0;
	}
	.bl_shopInfoWrapper {
		margin-top: 10px;
	}
}

/*
     FILE ARCHIVED ON 11:26:06 Aug 24, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:13:14 Jun 23, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.628
  exclusion.robots: 0.097
  exclusion.robots.policy: 0.085
  esindex: 0.011
  cdx.remote: 29.387
  LoadShardBlock: 178.705 (3)
  PetaboxLoader3.datanode: 66.332 (5)
  PetaboxLoader3.resolve: 178.18 (2)
  load_resource: 85.452
  loaddict: 19.167
*/