/*
Theme Name: things2024
*/

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
img{
	vertical-align: bottom;
}
a img {
  border: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{
	color:#8FB5E0;
	text-decoration:none;
}
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
hr{
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:solid 1px #CCC;
}

.pc_none{
	display:none !important;
}
.flex{
	display:flex;
}
.flex_wrap{
	flex-wrap: wrap;
}
.flex_between {
	justify-content: space-between;
}
.flex_around {
	justify-content: space-around;
}
.flex_end {
  align-items: flex-end;
}

.fb{
	font-weight:bold;
}

.aligncenter{ text-align:center !important;}
.alignleft{ text-align:left !important;}
.alignright{ text-align:right !important;}

.mt00{margin-top:0 !important;}
.mt05{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}
.mt55{margin-top:55px !important;}
.mt60{margin-top:60px !important;}
.mt65{margin-top:65px !important;}
.mt70{margin-top:70px !important;}

.mb00{margin-bottom:0 !important;}
.mb05{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}
.mb55{margin-bottom:55px !important;}
.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}
.mb70{margin-bottom:70px !important;}

.mr00{margin-right:0 !important;}
.mr05{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}
.mr40{margin-right:40px !important;}
.mr45{margin-right:45px !important;}
.mr50{margin-right:50px !important;}
.mr55{margin-right:55px !important;}
.mr60{margin-right:60px !important;}
.mr65{margin-right:65px !important;}
.mr70{margin-right:70px !important;}

.domain::before {
   content: '@';
}
.ads_area{
	padding:60px 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.gam{
  width: fit-content;
  margin-left: 40px;
}

.g-ad{
  width: 96%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.afi_txt{
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  font-size: 14px;
  color: #aaa;
}
@media screen and (max-width: 769px) {
  .ads_area{  
  	padding:60px 0 0;
    display: block;
  }

  .gam{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .g-ad{
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
  }
}

/* common */
body{
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color:#2e2e2e;
}

figure{
	margin:0;
}
.bg_gray{
	background-color:#f7f7f7;
	padding:20px;
}
.link_btn{
  border: solid 1px #555;
  border-radius: 30px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: normal;
  text-decoration:none;
  color:#2e2e2e;
  opacity: 0.6;
  transition: .3s ease;
  background-color:#FFF;
}
.link_btn:hover{
	opacity:1;
}
/* form */
.form{
	width:100%;
	display:flex;
	justify-content: center;
}
.form iframe{
  width:700px;
}
@media screen and (max-width: 769px) {
	.form iframe{
	  width:100%;
	}
}

.flowthing_banner{
  position: fixed;
  right: 20px;
  bottom: 110px;
  width: 240px;
}
.flowthing_banner a{
  display: block;
}
.flowthing_banner a img{
  width: 100%;
}
.flowthing_banner a:hover{
  opacity: 0.8;
}
.flowthing_close{
  position: absolute;
  top: -17px;
  right:-17px;
  width: 34px;
  cursor: pointer;
}
.flowthing_close img{
  width: 100%;
}
@media screen and (max-width: 769px) {
	.flowthing_banner{
    right: 2%;
    bottom: 6px;
    width: 96%;
  }
  .flowthing_close{
    position: absolute;
    top: -24px;
    right:-4px;
  }
}
/* return top */
.page_top {
  position: fixed;
  bottom: 85px;
  right: 30px;
}
.page_top a {
  display: block;
  opacity: 0.6;
	border:solid 1px #CCC;
  text-align: center;
  color: #222;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  width:60px;
  height:60px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  position: relative;
}
.page_top a span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.graph {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin:20px 0 80px;
}
.graph .item {
  box-sizing: border-box;
  background-color: #ededed;
  padding: 2px;
  margin:0 0 20px;
}
.graph .item_label {
  white-space: nowrap;
  font-size:14px;
  padding:0 0 0 6px;
}
/* header */
#top-head {
  width: 100%;
	position:relative;
  margin: 0 auto;
  padding: 16px 0;
  line-height: 1;
  z-index: 999;
}
#top-head .inner{
	width:90%;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#top-head a,
#top-head {
  text-decoration: none;
	letter-spacing:0.4px;
	font-family: Helvetica, Arial, sans-serif;
}
#top-head .logo {
	position:absolute;
	top:10px;
	left:50%;
	margin:0 0 0 -124px;
}
#global-nav ul {
  list-style: none;
  font-size: 14px;
	display: none; /* グローバルメニュー */
}
#global-nav ul li a {
  padding: 0 30px;
}
#mobile-head{
	width:100%;
	display:flex;
	justify-content: space-between;
}
.main_menu{
	display:flex;
	margin:8px 0 0;
	height:27px;
}
.main_menu ul{
	display:flex;
}
.main_menu ul li{
	margin:0 20px 0 0;
	height:27px;
}
.main_menu ul li img{
	height:100%;
}
.top_txt{
	font-size:12px;
	margin:16px 0 14px;
}
.calendar{
	background-image:url(./images/new/calendar.svg);
	background-repeat:no-repeat;
	background-size:contain;
	padding:20px 12px 8px;
	font-weight:bold;
	display:inline-block;
}

.fix-header {
	background-color:#fff;
	line-height: 66px;
	top:0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	z-index: 1000;
/*	opacity: 0; */
}
@media print{
	.fix-header {
		position:relative;
	}
	.page_top{
		display: none;
	}
}
.fix-header .fix-header-contents{
	width:90%;
	margin:0 auto;
}
.fix-header .logo{
	width:100px;
}
.fix-header .logo img{
	width:100%;
}
.fix-header .main_menu{
	margin:0;
	display:flex;
	flex-direction: row-reverse;
}
.fix-header #mobile-head{
	align-items: center;
	justify-content: space-between;
	padding:20px 0;
	line-height:1;
}

/* Toggle Button */
.nav-toggle,
.nav-toggle2{
  display: block;
	margin:0 10px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
.nav-toggle div,
.nav-toggle2 div{
  position: relative;
}
.nav-toggle span,
.nav-toggle2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.nav-toggle span:nth-child(1),
.nav-toggle2 span:nth-child(1){
  top: 0;
}
.nav-toggle span:nth-child(2),
.nav-toggle2 span:nth-child(2) {
  top: 11px;
}
.nav-toggle span:nth-child(3),
.nav-toggle2 span:nth-child(3){
  top: 22px;
}

.drawr,
.drawr2{
  display: none;
  background-color:rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  right:0;
  width:280px;
  padding:60px 0 20px 20px;
  z-index: 100;
}
.drawr_menu{
	padding:0 0 60px;
}
.drawr_menu li {
  width:260px;
  margin: 20px 0;
	line-height:1;
}
.drawr_menu li:last-child{
	padding:0 0 30px;
}
.drawr_menu li a {
  color:#fff;
	font-size:16px;
	display:block;
}

#global-nav {
  position: absolute;
  /* 開いてないときは画面外に配置 */
  top: -500px;
  background: #333;
  width: 100%;
  text-align: center;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#global-nav ul {
	display: block;
  list-style: none;
  position: static;
  right: 0;
  bottom: 0;
  font-size: 14px;
}
#global-nav ul li {
  float: none;
  position: static;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 18px 0;
}
.nav-toggle,
.nav-toggle2{
  display: block;
}	
.acd-check{
	display: none;
}
.acd-label{
	color: #fff;
	display: block;
	margin-bottom: 1px;
	padding: 10px;
}
.acd-content{
	height: 0;
	opacity: 0;
	padding: 0 10px;
	transition: .5s;
	visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
	opacity: 1;
	padding: 10px;
	height:auto;
	visibility: visible;
}
/* .nav-toggle 切り替えアニメーション */
.nav-toggle.peke span:nth-child(1),
.nav-toggle2.peke span:nth-child(1){
  top: 11px;
  -webkit-transform: rotate(136deg);
  -moz-transform: rotate(136deg);
  transform: rotate(136deg);
}
.nav-toggle.peke span:nth-child(2),
.nav-toggle2.peke span:nth-child(2){
  width: 0;
  left: 50%;
}
.nav-toggle.peke span:nth-child(3),
.nav-toggle2.peke span:nth-child(3){
  top: 11px;
  -webkit-transform: rotate(-136deg);
  -moz-transform: rotate(-136deg);
  transform: rotate(-136deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateY(556px);
  -webkit-transform: translateY(556px);
  transform: translateY(556px);
}

/* footer */
footer{
	padding:60px 0;
	margin:40px 0 0;
	border-top:solid 1px #ccc;
	width:100%;
}
footer .footer_logo{
	text-align:center;
	margin:0 0 20px;
}
footer .footer_menu{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	margin:30px auto;
	line-height:2;
	width:480px;
}
footer .footer_menu a{
	color:#323232;
}
footer .footer_menu li{
	margin:0 10px;
	font-size:12px;
}

footer .footer_menu2{
  display:flex;
	justify-content: center;
  margin:30px auto;
	line-height:2;
  font-size: 12px;
}
footer .footer_menu2 li{
  margin-bottom: 20px;
}
footer .footer_menu2 li + li{
  margin-left: 20px;
}
footer .footer_menu2 a{
	color:#323232;
}

footer .footer_inner{
	display:flex;
	justify-content: space-around;
	margin:0 0 40px;
}
footer .copyright{
	font-size:12px;
	text-align:center;
}
/* pagenation */
.pagenation{
	display:flex;
	justify-content: center;
	margin:40px 0 0;
}
.pagenation .current{
	padding:3px 6px;
	margin:0 4px;
}
.pagenation a{
	padding:3px 6px;
	margin:0 4px;
}

/* SNS */
.sns a {
  display: block;
  float: left;
  margin: 0 10px 5px 0;
  padding: 0;
  color: #ccc;
}
.sns i {
  width: 34px;
  height: 34px;
  font-size:1.2em;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}
.sns i:before { 
	padding: 0;
	line-height: 34px;
}
.sns a.facebook:hover i {
	color: #3B5998;
	border: 1px solid #3B5998;
}
.sns a.twitter:hover i {
	color: #1DA1F2;
	border: 1px solid #1DA1F2;
}
.sns a.google-plus:hover i {
	color: #DB4437;
	border: 1px solid #DB4437;
}
.sns a.rss:hover i {
	color: #ff8c00;
	border: 1px solid #ff8c00;
}
.print_top{
	display:none;
}

@media only screen and ( max-width : 768px ) {
  #top-head,
  #top-head .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    margin-top: 0;
  }
	.main_menu{
		margin:17px auto 0;
		width:98%;
		justify-content: flex-end;
	}
	.fix-header .main_menu{
		 justify-content: flex-start;
	}
	.main_menu ul li{
		margin:0 10px;
		height:24px;
	}
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 64px;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
		top:20px;
		margin:0 0 0 -50px;
		width:130px;
  }
	#top-head .logo img{
		width:100%;
	}
	#global-nav_pc{
		display:none;
	}
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #333;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
	  display: block;
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
  }
  .nav-toggle {
    display: block;
  }
	
	.acd-check{
    display: none;
	}
	.acd-label{
    color: #fff;
	  display: block;
	  margin-bottom: 1px;
	  padding: 10px;
	}
	.acd-content{
	  height: 0;
	  opacity: 0;
	  padding: 0 10px;
	  transition: .5s;
	  visibility: hidden;
	}
	.acd-check:checked + .acd-label + .acd-content{
	  opacity: 1;
	  padding: 10px;
		height:auto;
	  visibility: visible;
	}
    /* .nav-toggle 切り替えアニメーション */
    .open .nav-toggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(136deg);
      -moz-transform: rotate(136deg);
      transform: rotate(136deg);
    }
    .open .nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%;
    }
    .open .nav-toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-136deg);
      -moz-transform: rotate(-136deg);
      transform: rotate(-136deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
      /* #global-nav top + #mobile-head height */
      -moz-transform: translateY(556px);
      -webkit-transform: translateY(556px);
      transform: translateY(556px);
    }
}

/* top */
.wrapper{
	width:980px;
	margin:0 auto;
	padding:0;
	color:#2e2e2e;
	line-height:1.4;
}
.main_visual{
	width:100%;
	position:relative;
	margin:-35px auto 0;
	padding:0;
	z-index:0;
}
.main_visual_img img{
	width:100%;
}
.main_visual .main_visual_txt{
	position:absolute;
	bottom:30px;
	left:50%;
	width:980px;
	display:flex;
	transform: translateX(-50%);
}
.main_visual .main_visual_txt h2 a{
	color:#2e2e2e;
}
.main_visual .main_visual_txt h2 a:hover{
	opacity:0.7;
}
.main_visual .main_visual_txt .new{
	position:absolute;
	top: 0;
  bottom: 0;
	left:0;
	display:flex;
	align-items:center;
  margin: auto;
	width:100px;
	height:100px;
	border-radius:50%;
	background-color:#EC897C;
}
.main_visual .main_visual_txt .new img{
	width:100%;
}
.main_visual .main_visual_txt div{
	background-color:#FFF;
	padding:13px 10px 13px 100px;
	margin:20px 0 20px 10px;
	width:980px;
	display:flex;
	border-radius:36px;
	justify-content: space-between;
	align-items:center;
	font-weight:bold;
}
.main_visual .main_visual_txt h2{
	line-height:1.7;
	font-size:15px;
}
.main_visual .main_visual_txt .update{
	font-size:12px;
	color:#999;
	padding:0 20px;
}
.main_visual .main_visual_icon{
	padding:0;
}
.main_visual .main_visual_icon img{
	border-bottom:solid 2px #2e2e2e;
	padding:0 0 6px;
	margin:0 0 6px;
}
.main_visual .main_visual_ttl{
	font-size:18px;
	font-weight:bold;
	padding:10px 0;
	width:320px;
	line-height:1.6;
}
.main_visual .main_visual_category{
	font-size:12px;
	width:170px;
	padding:0;
}
.top_thum{
	position:relative;
}
.new_thum{
	position:absolute;
	left:10px;
	bottom:10px;
	width:90px;
	height:90px;
	border-radius:50%;
	background-color:#FFF;
}
.new_thum span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-size:14px;
	font-weight:bold;
}
.lately{
	margin:30px 0;
	display:flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items:center;
}
.lately p:first-child{
	display:none;
}
.lately p span{
	font-weight:bold;
}
.lately li{
	margin-left:10px;
}
.banner_ttl{
	margin:46px 0 30px;
	font-weight:bold;
	text-align:center;
}
.headline{
	text-align:center;
	margin:50px 0;
}
.headline .headline_ttl{
	font-size:24px;
	margin:0 0 20px;
	font-weight:bold;
}
.headline .headline_ttl img{
	width:100%;
}
.headline .headline_ttl span{
	border-bottom:solid 1px #666;
}
.article{
	margin:0 0 40px;
	position:relative;
}
.headline .ruby{
	font-size:12px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
}
.article .col2{
	margin:0 20px 20px 0;
	width:480px;
	position:relative;
}
.article .col2:nth-of-type(2n){
	margin:0 0 20px;
}
.article .col2 .contents_ttl{
	font-size:15px;
	font-weight:bold;
	line-height:1.7;
	margin:10px 0;
  color:#2e2e2e;
}
.article .col2 .contents_category{
	font-size:11px;
	color:#999;
}
.relation{
	width:960px;
	margin:0 auto;
}
.relatedposts h4{
	text-align:center;
	margin:60px 0 20px;
	font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Harmonia Sans W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
	opacity:0.7;
}
.relation h5{
	font-size:12px;
	margin:5px 0 0;
}
.relation .col4{
	margin:0 20px 20px 0;
	width:225px;
}
.relation .col4 img{
	width:100%;
}
.relation .col4 a{
	color:#2e2e2e;
}
.relation .col4:nth-of-type(4n),
.top_sub_contents .col4:nth-of-type(4n){
	margin:0 0 20px;
}
.top_sub_contents .col4 .small{
	width:230px !important;
	height:auto !important;
}
.top_sub_contents .col4 .contents_ttl{
	font-size:14px;
	font-weight:bold;
	margin:10px 0;
}
.top_sub_contents .col4{
	margin:0 20px 20px 0;
	width:230px;
}
.top_sub_contents .col4 .contents_category{
	font-size:11px;
	color:#999;
}
.top_sub_content{
	position:relative;
}
.column_link_box:hover{
	opacity:0.8;
}
.column_link{
	position:absolute;
	z-index:998;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.column_link02{
	display:block;
	color: #3D3A39;
}
.link_area{
	display:flex;
	flex-wrap: wrap;
  margin-top: 10px;
}
.link_area li{
	margin:0 10px 10px 0;
}
.link_area li span{
	font-size:12px;
	font-weight:bold;
}
.more_btn {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.more_btn a{
  padding: 8px 30px;
  background-color: #fff;
  border: solid 1px #ccc;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  border-radius: 20px;
}
.more_btn a:hover{
	color:#FFF;
	background-color:#aaa;
}

/* popular */
.popular{
  padding: 60px 0;
}
.popular .inner{
  max-width: 980px;
  margin: 0 auto;
}

.loading-spinner {
  border: 4px solid #ccc;
  border-top: 4px solid #0073aa;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
}

.popular-range-buttons{
  margin-bottom: 20px;
  border-bottom: solid 1px #232323;
}
.popular-range-buttons .range-btn{
  padding:4px 20px;
  background-color: #fff;
  border-radius: 0;
  border: solid 1px #232323;
  border-bottom: none;
  cursor: pointer;
}
.popular-range-buttons .range-btn.active{
  background-color: #232323;
  color:#fff;
}

.popular-item{
  color: #2e2e2e;
  display: flex;
  gap:30px;
}
.popular-item + .popular-item{
  margin-top: 20px;
  padding-top: 20px;
  border-top:solid 1px #ccc;
}
.popular-item .popular__img{
  max-width: 250px;
}
.popular-item .popular__img img{
  max-width: 100%;
}
.popular__head{
  margin:40px auto 20px;
  max-width: 300px;
}
.popular__head img{
  max-width: 100%;
}
.popular__number{
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.popular-item:first-of-type .popular__number{
  background-image: url(./images/number1.png?01);
}
.popular-item:nth-of-type(2) .popular__number{
  background-image: url(./images/number2.png?01);
}
.popular-item:nth-of-type(3) .popular__number{
  background-image: url(./images/number3.png?01);
}
.popular-item:nth-of-type(4) .popular__number{
  background-image: url(./images/number4.png?01);
}
.popular-item:nth-of-type(5) .popular__number{
  background-image: url(./images/number5.png?01);
}
.popular__date{
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}
.popular__ttl{
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.4;
}

/* top today */
.today_banner_pc{
	position:fixed;
	right:40px;
	top:40px;
	border-radius:50%;
	z-index:1000;
}
.today_banner_sp{
	display:none;
}
/* archive */
.archive{
	padding:80px 0 0;
}
.archive p{
	font-size:18px;
	font-weight:bold;
}
/* single */
.wrapper_single{
	width:100%;
	padding:80px 0 0;
	color:#2e2e2e;
	line-height:1.4;
}
.wrapper_single #main{
	width:1080px;
	margin:0 auto;
	padding:0 0 60px;
}
.single_top_img{
	width:1080px;
	margin:0 auto;
}
.single_top_img img{
	width:1080px !important;
	height:auto !important;
	margin:0 auto;
}
.post .ttl{
	font-size:24px;
	font-weight:bold;
	margin:5px 0 20px;
	line-height:1.4;
}
.post h2{
	font-size:20px;
	margin:40px 0 20px;
}
.post .blog_info{
	margin:18px 0 0;
	text-align:center;
	line-height:1.8;
}
.post .cal{
	font-size:12px;
	color:#bbb;
	margin:0 10px 0 0;
}
.post .cat{
	font-size:14px;
	color:#4B879E;
}
.post .caption{
	font-size:14px;
	margin:0 0 40px;
	color:#aaa;
}
.main_txt{
	font-size:16px;
	width:960px;
	margin:0 auto;
	padding:60px 0 0;
	line-height:1.8;
	letter-spacing:0.02em;
}
.main_txt a:hover{
	opacity:0.8;
}
.main_txt h2{
	font-size: 24px;
	font-weight: 500;
	font-weight:bold;
	letter-spacing: 0.02em;
	margin:2em 0 24px;
	line-height:1.4;
}
.main_txt h2:first-child{
	margin:0 0 24px;
}
.main_txt h3{
	font-size: 20px;
	font-weight:bold;
	letter-spacing: 0.02em;
	line-height:1.4;
}
.main_txt h4{
  font-size:18px;
  font-weight:bold;
	line-height:1.4;
}
.main_txt strong{
	font-weight:bold;
}
.main_txt small{
	font-size:14px;
}
.main_txt p{
	text-align:justify;
  font-size: 16px;
}
.main_txt .talk p{
	text-indent:0;
}
.main_txt .ques{
	letter-spacing:-2pt;
	margin-right:10px;
}
.main_txt .icon,
.ss_footer .icon{
	padding:5px 20px;
	border-radius:20px;
	display:inline-block;
	border:solid 1px #ccc;
	background-color:#FFF;
}
.main_txt .menu_icon{
	width:100px;
}
.main_txt .num_icon{
	width:40px;
}
.main_txt img{
	margin:20px 0;
	width:100% !important;
	height:auto !important;
}
.main_txt_takeout img{
	margin:20px 0;
	width:auto !important;
	max-width:100% !important;
	height:auto !important;
}
.main_txt_takeout .shop{
	padding:30px;
}
.main_txt img.cap{
	margin:20px 0 0;
}
.main_txt img.len{
	width:600px !important;
}
.main_txt img.large{
	margin:20px 0 20px -70px;
	width:1100px !important;
	height:auto !important;
}
.main_txt figure img{
	margin:20px 0 0;
	text-align:center;
}
.main_txt figure figcaption{
	font-size:14px;
	line-height:1.4;
	margin:5px 0 0;
}
.main_txt .wp-caption-text{
	font-size:12px;
	margin:-24px 0 20px;
	color:#aaa;
	text-align:center;
}
.main_txt .link_btn,
.shop_inner .link_btn{
  border: solid 1px #555;
  border-radius: 30px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: normal;
  text-decoration:none;
  color:#2e2e2e;
  opacity: 0.6;
  transition: .3s ease;
  background-color:#FFF;
}
.main_txt .link_btn:hover,
.shop_inner .link_btn:hover{
	opacity:1;
}
.post_flex{
	display:flex;
	justify-content: space-between;
}
.main_txt .post_flex img{
	margin:0;
}
.main_txt .left_box{
	width:48%;
}
.main_txt .right_box{
	width:48%;
}
.main_txt .post_prof,
.ss_footer .post_prof{
	background-color:#f7f7f7;
	padding:20px;
	line-height:1.5;
}
.main_txt .prof_img,
.ss_footer .prof_img{
	width:28%;
}
.ss_footer .prof_img img{
  width: 100%;
}
.main_txt .prof_txt,
.ss_footer .prof_txt{
	width:70%;
	font-size:14px;
}
.main_txt .prof_txt .name{
	font-size:18px;
	text-align:left;
}

.main_txt .bottom_txt{
  padding: 20px;
  background-color: #f5f4f3;
}

.post_flex_center .prof_img{
	margin:0 auto;
}
.post_flex_center .prof_txt{
	margin:0 auto;
}
.post_flex_center .prof_txt p{
	text-align:center;
}
.post_header{
	max-width: 1080px;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
 	flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}
.post_header_border{
	border-bottom:solid 1px #ccc;
}
.post .post_left{
	-ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 10px 86px 10px 0;
}

.post .post_left .c-tag{
	text-align:left;
}
.post .post_right{
	-ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  padding: 10px 0;
}
.paging{
	margin:60px 0 0;
	text-align:center;
}
.paging .prev{
	margin:0 0 20px;
}
.paging .prev:last-child{
  margin-bottom: 40px;
}
.paging a{
	border: solid 1px #555;
  border-radius: 30px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: normal;
  text-decoration:none;
  color:#2e2e2e;
  opacity: 0.6;
  transition: .3s ease;
  background-color:#FFF;
}
.paging a:hover{
	opacity:1;
}
/* single common */
.headline_h2{
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.02em;
	padding-bottom: 1.2em;
}
.headline_h3{
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.02em;
	padding-bottom: 1.2em;
}
.main_txt .maker{
	color:#2e2e2e;
	background: linear-gradient(transparent 0%, #ffff66 0%);
	text-decoration:none;
}
.notes{
	font-size:12px;
}
.notes_heiten{
  font-size: 13px;
  margin-top: 40px;
  color: #aaa;
  max-width:960px;
  margin-left: auto;
  margin-right: auto;
}
.caption{
	font-size:12px;
	text-align:center;
}
.breadcrumb{
	width:960px;
	margin:0 auto 6px;
	font-size:12px;
}
.breadcrumb br{
	display:none;
}
/* table */
.outer {
  width: 100%;
}
.table01 {
  border-collapse: collapse;
  width: 100%;
}
.table01 td, .table01 th {
  border: 1px solid #ccc;
  padding: 10px;
}
.table01 th {
  background-color: #eee;
}

/* gallery */
.main_txt .gallery{
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
.main_txt .gallery-item{
  width: calc((100% - 24px) / 4);
  margin:0 8px 8px 0;
}
.main_txt .gallery-item:nth-of-type(4n){
  margin-right:0;
}
.main_txt .gallery-item img{
  margin: 0;
}

@media only screen and (max-width:768px) {
	.outer {
		width: 100%;
	}
	.table01 {
		border-collapse: collapse;
		width: 100%;
	}
}

/*tag*/
.c-tag {
  letter-spacing: -0.4em;
  margin: 0 -4px;
}
.c-tag ul{
  display: flex;
  gap:10px;
}
.c-tag__item {
  display: inline-block;
  padding: 4px;
}
.c-tag__item a {
  display: block;
  border: solid 1px #555;
  border-radius: 30px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: normal;
  text-decoration:none;
  color:#2e2e2e;
  opacity: 0.7;
  transition: .3s ease;
}
.c-tag__item a:hover {
  opacity: 1;
}
.p-article-tag {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
  text-align: center;
}

.p-article-tag__heading {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Harmonia Sans W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  opacity: 0.7;
  padding-bottom: 25px;
}
.p-article-share {
  text-align: center;
}
.c-share{
	letter-spacing: -0.4em;
}
.c-share__list{
  display: inline-block;
  letter-spacing: 0.4em;
}
.c-share__list-item {
  display: inline-block;
  text-align: center;
}
.c-share__list-item--fb:hover i{
	color:#3B5998;
}
.c-share__list-item--tw:hover i{
	color:#1DA1F2;
}

.c-share__list-item a {
  color:#999;
  font-size:0.8rem;
  padding: 6px;
  display: block;
  transition: all .3s;
}
.shop_list strong{
	font-size:18px;
}

/* shop */
.shop{
	padding:0;
	margin:60px auto;
	background-color:#F9F9F9;
	width:960px;
}
.shop .shop_inner{
	display:flex;
	padding:40px;
}
.shop .shop_inner p img{
	width:120px;
}
.shop .shop_inner .sp_left{
	display:none;
}
.shop .shop_inner .txt{
	width:760px;
	margin:0 0 0 50px;
}
.shop .shop_inner .txt .name{
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px;
}
.shop .shop_inner .txt .name .photo{
	color:#4B879E;
}
.shop .shop_inner .txt .author{
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px;
}
.shop .shop_inner .txt .intro{
	font-size:14px;
	line-height:1.8;
}
.news_logo{
	margin:30px 0;
	display:flex;
	justify-content: center;
}
.news_logo figure{
	width:200px;
}
.news_logo figure img{
	width:100%
}

/* feature */
.feature{
	width:980px;
	margin:40px auto;
}
.feature img{
	width:100%;
}
.feature .col2{
	width:490px;
	padding:30px;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	margin:0;
}
.feature .col2:nth-of-type(2n){
	border-right:none;
}
.feature .col2:nth-last-of-type(2),
.feature .col2:last-of-type{
	border-bottom:none;
}
.feature a:hover{
	opacity:0.8;
}

/* contact */
.contact{
	width:100%;
	padding:76px 0 0;
	color:#2e2e2e;
	line-height:1.4;
	margin:0 0 60px;
}
::placeholder {
  color: #bebebe;
}	
.contact #main{
	width:1080px;
	margin:0 auto;
}
.contact #main > p{
	font-size:14px;
	padding:0 0 10px;
	margin:0 auto;
	width:600px;
}
.contact #main .pri_btn{
	margin:0 auto 50px;
	width:600px;
	border-bottom:1px solid #ccc;
}
.contact h2{
	font-size:24px;
	text-align:center;
	margin:40px 0;
}
.contact #main .row{
	width:600px;
	margin:0 auto 30px;
}
.contact #main .row h3{
	margin:0 0 4px;
}
.contact #main .row input{
	width:100%;
	font-size:16px;
}
.contact #main .row textarea{
	width:100%;
	font-size:16px;
}
.contact #main .submit_btn{
	display:flex;
	justify-content: center;
}
.contact #main .submit_btn .back input{
	margin:0 0 0 40px;
}
.contact #main .submit_btn input{
	background-color:#FFF;
	color:#5E90B3;
	padding:6px 20px;
	border-radius:20px;
	border:solid 1px #5E90B3;
}
.contact #main .submit_btn input:hover{
	background-color:#5E90B3;
	color:#FFF;
	cursor:pointer;
}

/* privacy */
.privacy h3{
	margin:0 0 5px;
	font-size:18px;
}
.privacy p{
	margin:0 0 20px;
	font-size:14px;
}

.privacy ul{
  margin-bottom: 20px;
  font-size:14px;
}
.privacy table{
  width: 100%;
  font-size: 14px;
}
.privacy table th,
.privacy table td{
  border:solid 1px #333;
  padding: 10px;
}
.privacy table td:nth-child(3){
  text-align: center;
}

/* about */
.about .top_image{
	width:300px;
	margin:60px auto 0;
}
.about .top_image img{
	width:100%;
}
.corporation{
	width:960px;
	margin:0 auto;
	font-size:14px;
	line-height:1.6;
}
.corporation .icon {
	margin:0 0 25px;
}
.corporation .icon span{
  border: solid 1px #555;
  border-radius: 30px;
  padding: 6px 30px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: normal;
  text-decoration: none;
  color: #2e2e2e;
}
.corporation .corpo_logo{
	width:190px;
	margin:20px 0 0;
}
.corporation .corpo_logo img{
	width:100%;
}
.coop_head{
	margin: 40px auto 10px;
	font-size: 16px;
	font-weight: bold;
}
.coop{
	display: flex;
}
.coop li + li{
	margin-left: 20px;
}
.coop li a{
	display: inline-block;
	border: solid 1px #555;
  border-radius: 30px;
  padding: 6px 30px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: normal;
  text-decoration: none;
  color: #2e2e2e;
}
.coop li a:hover{
	opacity:0.7;
}

/* today */
.today .headline{
	width:100px;
	margin:0 auto 20px;
}
.today .headline img{
	width:100%;
}
.today .today_logo{
	width:200px;
	margin:0 auto 40px;
}
.today .today_logo img{
	width:100%;
}
.today_date{
	text-align:center;
	font-weight:bold;
	margin:0 0 40px;
	font-size:16px;
}
.today_txt{
	width:600px;
	margin:0 auto 40px;
	line-height:1.8;
	text-align:justify;
}
.today_foot{
	width:160px;
	margin:0 auto;
}
.today_foot img{
	width:100%;
}
.today_link{
	text-align:center;
	margin:0 0 40px;
}
.today_link a{
	border: solid 1px #aaa;
  border-radius: 30px;
  padding: 6px 30px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: normal;
  text-decoration: none;
  color: #aaa;
}

/* people */
.people{
	position:relative;
}

.people .col4:nth-of-type(4n){
	margin:0 0 40px;
}
.people .col4 img{
	width:215px !important;
	height:215px !important;
	border-radius:50%;
	object-fit: cover;
}
.people .col4 .contents_ttl{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin:16px 0;
}
.people .col4 .contents_ttl span{
	font-size:14px;
	font-weight:normal;
}
.people .col4 p{
	font-size:14px;
	font-weight:normal;
	margin:0 0 10px;
}
.people .col4{
	margin:0 40px 40px 0;
	width:215px;
}
.people .col4 .contents_category{
	font-size:11px;
	color:#999;
}

/* */
.banner_index{
	margin:0 auto 60px;
	width:750px;
	display:flex;
	justify-content:center;
}
.banner_index_w{
	width: 820px;
}
.banner_index p{
	width:400px;
}
.banner_index img{
	width:100%;
}
.banner_index a{
	opacity:0.8;
}
.banner_index a:hover{
	opacity:1;
}

/* search */
.search_form{
	display:flex;
	justify-content:center;
	margin:20px auto;
}
.search_form .search_container{
	margin:0;
}
.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  display: block;
  padding: 3px 10px;
  height: 1.8em;
  width: 200px;
  border-radius:10px;
  overflow: hidden;
  margin:0 30px 0 0;
}
.search_container input[type="text"]{
  border: none;
  height: 1.7em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-size: 1.3em;
  border: none;
  background: url(./images/search_icon.svg);
  background-size:60%;
  background-position:center center;
  background-repeat:no-repeat;
  color: #999;
  position: absolute;
  width: 1.8em;
  height: 2em;
  right: 0;
  top: -8px;
  outline : none;
}

/* fashion */
.fashion .interview span{
	color:#38A6C8;
}
.fashion_logo{
	margin: 30px 0;
  display: flex;
  justify-content: center;
}
.fashion_logo figure{
	width: 260px;
}
.fashion_logo figure img{
	width: 100%;
}

/* boyfriend */
.boyfriend_logo{
	margin: 30px 0;
  display: flex;
  justify-content: center;
}
.boyfriend_logo figure{
	width: 320px;
}
.boyfriend_logo figure img{
	width: 100%;
}
.boyfriend_staff{
	width: 960px;
	margin: 80px auto 0;
}
.boyfriend_staff .ttl{
	color: #4e8ea5;
}
.boyfriend_staff .flex{
	margin: 30px auto 0;
}
.boyfriend_staff .flex div{
	width: 440px;
}
.boyfriend_staff .flex div + div{
	width: 520px;
	margin-left: 39px;
	padding-left: 39px;
	border-left: solid 2px #ccc;
}
.boyfriend_staff .flex div p+p{
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.02em;
}

/* time */
.para{
	position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  width: 300px;
}
.para::before{
	transform: skewX(-35deg);
  content: ""; /*ボックスを作る*/
  position: absolute; /*ポジションで中央に配置*/
  top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  z-index: -1; /* 親要素の後ろに来るように-1 */
  background-color:#00FBFF;
}
.time_header img{
	width: 100%;
	position: relative;
}
.treec_things{
	width: 90px;
	position: absolute;
	top: 40px;
	left: 40px;
}
.time_footer{
	text-align: center;
}
.time_footer img{
	margin: 0 0 20px;
}

.listen{
	margin: 40px auto;
}
.listen .reader{
	text-align: center;
	margin: 10px auto 0;
	font-size: 16px;
	font-weight: bold;
}
.time_bar{
	margin: 40px auto 0;
	display: flex;
	background-color:#222;
}
.time_bar .play{
	padding: 10px;
}
.time_bar .text{
	color: #fff;
	padding: 20px;
	width: 800px;
}
.time_bar .text .name{
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: solid 1px #fff;
}
.time_bar .text .ttl{
	margin: 0 0 10px;
}

.time_ttl{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	margin: 60px auto 0;
	text-align: center;
}
.time_ttl .single_img{
	margin: 20px auto 0;
}
.time_ttl .number{
	font-size:36px;
	font-weight: bold;
	margin: 20px auto 0;
}
.time_ttl .ttl{
	font-size: 30px;
	font-weight: bold;
	margin: 20px auto 0;
}
.time_ttl .author{
	font-size:14px;
	font-weight: bold;
	margin: 20px auto 0;
}
.bottom_bg{
	background-image: url(./images/threec/bottom.jpg);
	background-size: cover;
	padding:80px 0;
	margin: 0 0 100px;
}
.bottom_bg .next_update{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	width: 400px;
	font-weight: bold;
}
.bottom_bg .next_update::before{
	background-color: #B6D8FE;
}
.bottom_bg .next_update p+p{
	margin-left: 10px;
}
.time_bottom_prof{
	width: 960px;
	margin: 0 auto;
	line-height: 1.8;
}
.time_bottom_prof .prof1{
	margin: 0 auto 20px;
	padding: 0 0 20px;
	border-bottom: solid 1px #333;
}
.time_bottom_prof .prof1 .text{
	margin: 20px auto;
}
.time_bottom_prof .prof2{
	display: flex;
}
.time_bottom_prof .prof2 div{
	width: 460px;
}
.time_bottom_prof .prof2 div + div{
	margin-left: 20px;
	padding-left: 20px;
	border-left: solid 1px #333;
}
.time_bottom_prof .prof2 .position{
	display: inline-block;
  padding: 4px;
}
.time_bottom_prof .prof2 .icon{
	display: block;
  border: solid 1px #555;
  border-radius: 30px;
  padding: 0 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: normal;
  text-decoration: none;
}
.time_bottom_prof .prof2 .name{
	margin: 0 0 20px;
}
.time_bottom_prof .prof2 .name span{
	font-weight: bold;
}

.time_single{
	width: 960px;
	margin: 0 auto;
	line-height: 1.6;
	position: relative;
}

.topnumber{
	position: absolute;
	top: -120px;
	right: 100px;
	text-align: right;
	font-size: 70px;
	font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.time_single .headlinettl{
	margin: 40px auto 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.time_single .read_icon{
	padding: 20px 0;
	width: 150px;
	line-height: 1;
}
.time_single .read_icon::before{
	background-color: #B6D8FE;
}
.time_single .read{
	line-height: 1.8;
	margin: 20px auto 0;
}

.ja_text_body{
	max-width: 960px;
  margin: 0 auto;
  padding-right: 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.ja_text{
	display: inline-block;
  width: 100%;
  height: 460px;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-column-gap: 100px;
  -webkit-column-fill: auto;
  -webkit-column-span: all;
  -webkit-column-count: auto;
  -webkit-column-width: 460px;
	column-fill: auto;
	column-span: all;
	column-count: auto;
	column-gap: 100px;
  column-width: 460px;
  overflow-wrap: break-word;
  cursor: vertical-text;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.ja_text p{
	line-height: 2;
	letter-spacing: normal;
	font-size: 18px;
	text-indent: 1.3em;
}

.single-body-spacer{
	z-index: -1;
  position: relative;
}

.anke h2{
	font-size: 26px;
}
.anke .maker{
	color:#2e2e2e;
	background: linear-gradient(transparent 0%,transparent 50%, #ffff66 50%);
	text-decoration:none;
}
.anke .kikan{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.anke .btn_anke{
	display: flex;
	justify-content: center;
}
.anke .btn_anke a{
	padding: 10px 40px;
	border-radius:5px;
	border: solid 2px #2e2e2e;
	color: #2e2e2e;
	font-weight: bold;
}
.anke .btn_anke a:hover{
	background-color: #2e2e2e;
	color: #fff;
}

/* 部屋と人 */
.q{
  color: #29abe2;
}

@media only screen and (max-width:980px) {
	.wrapper{
		width:98%;
		margin:0 auto;
		padding:0;
		line-height:1.4;
	}
	.main_visual{
		width:98%;
		margin:0 auto;
	}
	.main_visual img{
		width:100%;
		height:auto;
	}
	.main_visual .main_visual_txt{
		width:80%;
	}
	.article{
		width:100%;
	}
	.article .col2{
		width:48%;
		margin:0;
	}
	.article .col2:nth-of-type(2n){
		margin:0 0 0 4%;
	}
	.col2 .midium{
		width:100% !important;
		height:auto !important;
	}
	.col4{
		margin:0 10px 20px;
	}
	.col4:nth-of-type(4n){
		margin:0 10px 20px;
	}
	.top_sub_contents .col4:nth-of-type(4n){
		margin:0 10px 20px;
	}
	.wrapper_single #main{
		width:100%;
	}
	.single_top_img{
		width:100%;
	}
	.slick-slider{
		display:none !important;
	}
	
	/* header */
	.top_left{
		display:none;
	}
	#top-head .inner{
		width:100%;
	}
	#mobile-head{
		justify-content: flex-end;
		width:100%;
	}
}
@media only screen and (max-width:900px) {
	.single_top_img img{
		margin:0;
		position:relative;
		left:50%;
		transform: translateX(-50%);
		width:100vw !important;
		height:auto !important;
	}
	.banner_ttl{
		margin:60px 0 0;
	}
	.lately{
		margin:0 0 20px;
		display:block;
	}
	.lately p{
		justify-content: center;
		display:flex;
		margin:0 auto 20px;
	}
	.lately p:first-child{
		display:flex;
	}
	.lately ul{
		flex-wrap: wrap;
		justify-content: center;
		margin:0 0 8px;
	}
	.lately li{
		margin:0 5px 16px;
	}
  .feature{
    width: 100%;
  }
  .feature .col2{
    width: 50%;
  }
  .top_sub_contents .col4{
    width: 32%;
    margin:0 1% 20px 0;
  }
  .top_sub_contents .col4 .small{
    width: 100% !important;
  }
  .top_sub_contents .col4:nth-of-type(4n){
    margin:0 1% 20px 0;
  }
}
@media only screen and (max-width:900px)  and (min-width:769px){
  .top_sub_contents .col4:nth-of-type(3n){
    margin:0 0 20px 0;
  }
}
@media only screen and (max-width:800px) {
	.main_txt img.large{
		margin:20px 0;
		width:100% !important;
		height:auto !important;
	}
}

@media only screen and (max-width:768px) {
	.pc_none{
		display:block !important;
	}
	.sp_noflex{
		display:block;
	}
	.sp_none{
		display:none !important;
	}
	/* return top */
	.page_top{
		display:none;
	}
	/* top */
	.slider{
		position:relative;
	}
	.main_visual_img{
		position:relative;
		height:0;
		padding-bottom:66.8%;
		overflow:hidden;
	}
	.main_visual_img img{
		position:absolute;
  	top:50%;
  	left:50%;
  	transform:translate(-50%,-50%);
  	width:auto;
  	height:auto;
  	max-width:120%;
  	max-height:initial;
	}
	.main_visual .main_visual_ttl{
		width:100%;
	}
	.main_visual .main_visual_txt{
		width:93%;
		position:inherit;
		bottom:0;
		margin:0;
	}
	.main_visual .main_visual_txt .new{
		position:absolute;
		top: 0;
	  bottom: 0;
		left:0;
		display:flex;
		align-items:center;
	  margin: auto;
		width:80px;
		height:80px;
	}
	.main_visual .main_visual_txt div{
		background-color:#FFF;
		padding:12px 10px 12px 100px;
		margin:10px 0;
		display:block;
		border-radius:36px;
		align-items:center;
		font-weight:bold;
	}
	.main_visual .main_visual_txt .update{
		font-size:12px;
		color:#999;
		padding:10px 0 0;
	}	
	.slider_txt{
		position:static;
		padding:20px 20px 0;
	}
	.main_visual .main_visual_category{
		padding:10px;
	}
	.main_visual .slick-slide{
		margin:0px;
	}
	.post .single_top_img img{
		margin:0 0 20px;
		position:static;
		transform: translateX(0);
		width:100% !important;
		height:auto !important;
	}
	.top_sub_contents{ 
		width:100%;
	}
	.top_sub_contents .col4 .contents_ttl{
		font-size:12px;
	}
	.article .col2{
		width:100%;
		margin:0 0 40px;
	}
	.article .col2 .contents_ttl{
		margin:6px 20px;
	}
	.article .col2 .contents_category{
		margin:0 20px;
	}
	.article .col2:nth-of-type(2n){
		margin:0 0 40px;
	}
	.top_sub_contents .col4{
		width:48%;
		margin:0 2% 20px 0;
	}
	.top_sub_contents .col4 .small{
		width:100% !important;
	}
	.col4:nth-of-type(2n){
		margin:0 0 20px 2%;
	}
	.top_sub_contents .col4:nth-of-type(4n){
		margin:0 0 20px 2%;
	}
	.top_thum{
		position:relative;
	}
	.new_thum{
		position:absolute;
		left:10px;
		top:auto;
		bottom:10px;
		width:74px;
		height:74px;
		border-radius:50%;
		background-color:#FFF;
	}
	.new_thum span{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width:68%;
	}
	.new_thum span img{
		width:100%;
		margin:0 auto;
	}
  /* popular */
  .popular{
    max-width: 80%;
    margin: 0 auto;
  }
  .popular-item{
    flex-direction: column;
    gap:15px;
  }
  .popular-item .popular__img{
    max-width: 100%;
    margin: 0 auto;
  }
  .popular__number{
    margin: 0 auto;
  }
  .popular__date{
    text-align: center;
  }
  .popular__ttl{
    font-size: 16px;
  }
  
	/* 	top today */
	.today_banner_pc{
		display:none;
	}
	.today_banner_sp{
		display:block;
		position:fixed;
		bottom:0;
		padding:6px 10px;
		width:100%;
		text-align:center;
		z-index:1000;
		transition: .5s;
	}
	.today_banner_sp.hide{
		transform: translateY(100%);
	}
	.today_banner_sp img{
		width:80%;
	}
	/* single */
	.single_top_img img{
		width:100% !important;
	}
	.wrapper_single{
		width:96%;
		padding:64px 0 0;
		margin:0 auto;
	}
	.post{
		width:96%;
		margin:0 auto;
	}
	.post .post_header{
		padding:0;
		background-image:none;
	}
	.main_txt{
		width:96%;
		margin:0 auto;
		font-size:15px;
	}
	.main_txt h2{
		font-size:20px;
	}
	.main_txt img.len{
		width:100% !important;
	}
	.main_txt .menu_icon{
		width:80px;
	}
	.post .ttl{
		font-size:20px;
		font-weight:bold;
		margin:0 0 20px;
	}
	.post .blog_info{
		margin:30px 0 10px;
		line-height:1;
	}
	
	.post .post_left{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: solid 1px #E8E8E8;
    padding: 25px 30px;
  }
	.post .post_right{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
	}
	.post_flex{
		display:block;
	}
	.main_txt .post_flex img{
		margin:0;
	}
	.main_txt .left_box{
		width:100%;
	}
	.main_txt .right_box{
		width:100%;
	}
	.main_txt .post_prof,
  .ss_footer .post_prof{
		width:88%;
		margin:0 auto;
	}
	.main_txt .prof_img,
  .ss_footer .prof_img{
		width:100%;
		margin-bottom:10px;
	}
	.main_txt .prof_txt,
  .ss_footer .prof_txt{
		width:100%;
	}
	.bottom_illust{
		width:50%;
		margin:0 auto;
	}
	.bottom_illust img{
		width:100%;
	}
	.c-share__heading {
    display: none;
    font-size: 1rem;
    padding-bottom: 10px;
  }
	.c-share__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
	.c-share__list-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .c-share__list-item:first-child {
    border-right: solid 1px #E8E8E8;
  }
	.c-share__list-item a {
    padding: 15px 6px;
  }
	.breadcrumb{
		width:100%;
	}
	.relation{
		width:100%;
		margin:0 auto;
		justify-content: space-between;
	}
	.relation .col4{
		width:49%;
		margin:0 0 20px;
	}
	.relation .col4:nth-child(2n){
		margin:0;
	}
	
	/* shop */
	.shop{
		padding:20px 0;
		margin:60px auto;
		width:76%;
	}
	.shop .shop_inner{
		display:block;
		width:96%;
		margin:0 auto;
		padding:10px;
	}
	.shop .shop_inner p img{
		width:100%;
	}
	.shop .shop_inner .txt{
		width:100%;
		margin:0;
	}	
	.shop .shop_inner .txt .name{
		font-weight:bold;
		margin:0 0 10px;
	}
	.shop .shop_inner .txt .intro{
		font-size:14px;
	}
	.news_logo figure{
		width:50%;
	}
	.shop .shop_inner .txt .author{
		font-size:14px;
	}
	.shop .shop_inner .sp_left{
		display:block;
		width:28%;
	}
	.shop .shop_inner .sp_right{
		width:68%;
	}
	.shop .shop_inner .sp_frame{
		display:flex;
		justify-content: space-between;
	}
	
	/* feature */
	.feature{
		width:100%;
		margin:0 auto 40px;
	}
	.feature img{
		width:100%;
	}
	.feature .col2{
		width:100%;
		padding:20px;
		border-bottom:solid 1px #ccc;
		border-right:none;
		margin:0;
	}
	.feature .col2:nth-of-type(2n){
		border-right:none;
	}
	.feature .col2:nth-of-type(3){
		border-bottom:solid 1px #ccc;
	}
	.feature .col2:nth-of-type(4){
		border-bottom:none;
	}
	/* about */
	.corporation{
		width:100%;
	}
	.coop{
		display: block;
	}
	.coop li + li{
		margin-top: 20px;
		margin-left: 0;
	}
	/* contact */
	.contact #main{
		width:96%;
	}
	.contact #main > p{
		width:100%;
	}
	.contact #main .row{
		width:100%;
	}
	.contact #main .pri_btn{
		width:100%;
	}
	.contact .cform input{
		font-size:18px;
	}
	.contact .cform textarea{
		font-size:18px;
	}
	/* today */
	.today_txt{
		width:90%;
	}
	.sekisui_top img{
		width:100%;
	}
	.category_top img{
		width:100%;
	}
	/* people */
	.people{
		margin:0 5px;
	}
	.people .col4:nth-of-type(2n){
		margin:0 0 40px;
	}
	.people .col4 img{
		width:140px !important;
		height:140px !important;
	}
	.people .col4{
		margin:0 4% 40px 0;
		width:48%;
		text-align:center;
	}
	.people .col4 p{
		text-align:left;
	}	
	/* footer */
	footer .footer_menu{
		width:100%;
	}
	.banner_index{
		margin:0 auto 80px;
		width:80%;
		display:block;
	}
	.banner_index_w{
		width: 80%;
	}
	.banner_index p{
		width:100%;
		margin:20px 0 0;
	}
	.banner_index img{
		width:100%;
	}
	.banner_index a{
		opacity:1;
	}
  .p-article__footer .banner_index{
    width: 100%;
  }
	
	/* boyfriend */
	.boyfriend_staff{
		width: 96%;
		margin: 80px auto 0;
	}
	.boyfriend_staff .ttl{
		color: #4e8ea5;
	}
	.boyfriend_staff .flex{
		margin: 40px auto 0;
		display: block;
	}
	.boyfriend_staff .flex div{
		width: 100%;
	}
	.boyfriend_staff .flex div + div{
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
		padding-left: 0;
		border-left: none;
	}
	.boyfriend_staff .flex div p+p{
		margin: 10px 0 0;
		font-size: 14px;
	}
	
	/* time */
	.treec_things{
		top: 20px;
		left: 20px;
	}
	.time_single{
		width: 96%;
		margin: 0 auto;
	}
	.time_single .read{
		line-height: 1.8;
		margin: 40px auto 0;
	}
	.time_ttl{
		display: block;
		width: 100%;
		margin: 40px auto 0;
	}
	.time_ttl .img{
		margin: 30px auto 0;
	}
	.ja_text_body{
		width: 100%;
	}
	.bottom_bg .next_update{
		display: block;
		justify-content: center;
		align-items: center;
		padding: 20px 0;
		width: 70%;
		margin: 0 auto;
		font-weight: bold;
	}
	.bottom_bg .next_update p +p{
		margin: 10px 0 0;
	}
	.time_ttl .single_img{
		width: 80%;
	}
	.time_ttl .single_img img{
		width: 100%;
	}
	.time_bottom_prof{
		width: 90%;
	}
	.time_bottom_prof .prof1 img{
		width: 100%;
	}
	.time_bottom_prof .prof2{
		display: block;
	}
	.time_bottom_prof .prof2 div{
		width: 100%;
	}
	.time_bottom_prof .prof2 div + div{
		margin-top: 20px;
		padding-top: 20px;
		margin-left: 0;
		padding-left: 0;
		border-top: solid 1px #333;
		border-left: none;
	}
	.topnumber{
		position: absolute;
		top: -110px;
		right: 20px;
		text-align: right;
		font-size: 56px;
	}	
  
  /* privacy */
  .privacy table{
    table-layout: fixed;
  }
  .privacy table th:nth-child(1){
    width: 30%;
  }
  .privacy table th:nth-child(2){
    width: 40%;
  }
  .privacy table th:nth-child(3){
    width: 30%;
  }
  .privacy table th,
  .privacy table td{
    overflow-wrap: break-word;
  }
  
  .main_txt .gallery-item{
    width: calc(50% - 8px);
  }
  .main_txt .gallery-item:nth-of-type(4n){
    margin-right: 0;
  }
  .main_txt .gallery-item:nth-of-type(4n){
    margin-right: 0;
  }
  
  .popular__head{
    max-width: 50%;
  }

}

/* modal menu */
.modal {
	display:none;
  background: #fff;
  text-align: center;
  margin: auto;
  padding: 10px 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
	z-index:1001;
	overflow:auto;
}
.modal .toggle{
	position: fixed;
	right:5%;
	top:22px;
}
.overlay {
	display:none;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
 	position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media only screen and (max-width: 768px){
	.modal .toggle{
		position: fixed;
		right:1%;
		top:17px;
	}
}
.nav_content {
  display: table;
  width: 100%;
  height: 100%;
}
.nav_inner {
 	display: table-cell;
  padding: 2.7em 2em; /* モーダル外側の余白 */
  vertical-align: middle;
}
.nav_logo{
	position:fixed;
	top:20px;
	left:5%;
	width:100px;
}
.nav_logo img{
	width:100%;
}
.nav_menu {
	margin: 10px auto 0;
	padding: 1.9em 2em;
	max-width: 550px;
	text-align: justify;
	text-justify: inter-ideograph;
	border-radius: 7px;
	overflow-y: auto;
  -ms-overflow-style: none;  /* これを追加 */
	-webkit-overflow-scrolling: touch;
}
.nav_menu::-webkit-scrollbar {
    display:none;
}

.nav_menu ul li{
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
	margin:15px 0 0;
	line-height:1;
}
.nav_menu ul.main_nav li:first-child{
	margin:0;
}
.nav_menu ul li span{
	font-size:0.6em;
	opacity:0.3;
}
.nav_menu ul li a{
	color:#333;
	-webkit-transition: 1.0s ease-in-out;
  -moz-transition: 1.0s ease-in-out;
  -o-transition: 1.0s ease-in-out;
  transition: 1.0s ease-in-out;
	background:rgba(255,255,255,0);
}
.nav_menu ul li a:hover{
  	color: #FF8C00;
    background: -webkit-linear-gradient(0deg, #40E0D0, #FF8C00, #FF0080);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.nav_menu .sub_nav{
	display:flex;
	justify-content: center;
	margin:10px auto;
}
.nav_menu .sub_nav li{
	font-size:1em;
}
.nav_menu .sub_nav li:nth-child(2){
	margin:15px 20px 0;
}
.nav_menu::after {
	display: table;
	content: '';
	clear: both;
}
.nav_menu > p {
	text-indent: 1.2em;
	line-height: 1.7;
}
.close{
	display:flex;
	justify-content:center;
}
.button {
	margin-top: .8em;
	padding: .5em 1.4em;
	color: #323223;
	font-size: .95em;
	border: 0;
	border:solid 1px #aaa;
	border-radius: 20px;
	outline: 0;
	background-color:#FFF;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/* map */
.thingsmap{
  padding: 60px 0;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.thingsmap_ttl{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.thingsmap_txt{
  font-weight: bold;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}
.thingsmap iframe{
  width: 100%;
}
@media screen and (max-width: 769px) {
  .thingsmap{
    width: 98%;
  }
}