.inner {
    width: 1140px;
    padding: 0 20px;
    margin-right: auto;
    margin-left: auto;
}

p.empty {
  padding: 30px 0; 
  text-align: center;
  font-weight: bold;
}

#overlay-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999;
}
body {
  margin-top: 94px;
}
@media only screen and (max-width: 1146px) {
  body {
	margin-top: 126px;
  }
}
@media only screen and (max-width: 768px) {
  body {
	margin-top: 67px;
  }
}
/*----------------------------------------header*/
.header {
  width: 100%;
  min-width: 1140px;
  padding: 10px 18px 10px 28px;
  background-color: #ffffff;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
}
.header .left {
  width: calc(100% - 940px);
  float: left;
}
.header .left a {
  display: inline-block;
  
}
.header .left h1 {
  display: inline-block;
  font-size: 12px;
  line-height: 19px;
  margin-left: 25px;
  vertical-align: middle;
}
.header .right {
  width: 940px;
  float: left;
  padding-top: 23px;
}
.header .right .ip-search {
  float: left;
}

.header .right .ip-search input[type="text"] { 
  width: 280px;
  height: 40px;
  font-size: 16px;
  color: #221815;
  padding: 0 10px 0 45px;
  background: url(../images/common/icon_search.svg) 18px center no-repeat;
  background-size: 19px 19px;
  border: 1px solid #acacac;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.header .right .ip-search::placeholder {
  color: #737373;
}
.header .right .nav {
  width: 517px;
  float: left;
}
.header .right .nav a {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  color: #221815;
  margin-left: 30px;
}
.header .right .nav a img {
  margin-right: 15px;
}
.header .right .media-btn {
  float: left;
  position: relative;
}
.header .right .btn-black {
  display: block;
  font-size: 14px;
  width: 143px;
  height: 42px;
  line-height: 30px;
  padding-top: 5px;
  background: #000000;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #ffffff;  
}

.header .nav_bottom {
	width: 320px;
	top: 42px;
	right: 0px;
	z-index: 10;
	background: #fff;
	position: absolute;
}
.header .nav_inner {
	padding: 20px 20px 10px;
}
.header .nav_inner ul {
	
}
.header .nav_inner li {
	margin-bottom: 10px;
}
.header .nav_inner li a {
	display: flex;
	align-items: center;
}
.header .nav_inner li .media_li {
	display: block;
	width: 70px;
	height: 70px; 
	background: url(../images/admin/img_04.jpg) no-repeat right 28% center;
	background-size: auto 100%;
}
.header .nav_inner li .media_con {
	display: block;
	width: 70px;
	height: 70px; 
	background: url(../images/media/bg_fv.jpg) no-repeat right 27% center;
	background-size: auto 100%;
}
.header .nav_inner li p {
	margin-left: 15px;
	line-height: 1.4;
}

.header .dropdown{
	display: none;
}

/*----------------------------------------footer*/

.footer {
  padding: 60px 0;
  background: #fed301;
  position: relative;
}

.footer .logo {
  display: inline-block;
  margin: 0 0 50px;
}

.footer .item {
  width: 30%;
  float: left;
}

.footer .item.cats {
	float: right;
	width: 65%;
	min-height: 350px;
	box-sizing: border-box;
	padding: 0 40px 0;
}

.footer .item .box {
 	margin: 0 0 50px;
}

.footer .item h3 a {
  font-size: 12px;
  line-height: 1;
}

.footer .item h3 a span {
  display: block;
  font-family: "Gotham-Bold";
  font-size: 20px;
  padding: 0 0 10px;
}

.footer .item.cats h3 a span {
	display: inline-block;
	padding: 0 10px 0 0;
}

.footer .item.cats ul {
	display: flex;
	flex-wrap: wrap;
}

.footer .item.cats ul li {
	padding: 10px 25px 10px 0;
}

.footer .item li {
  padding: 5px 0;
}
.footer .item li a {
  font-size: 14px;
  line-height: 20px;
}
.footer .bottom {
	padding: 20px 0 0;
}

.footer .bottom div {
	float: left;
}

.footer .bottom address {
  font-family: "Noto-Sans-JP-Light";
  font-size: 10px;
  line-height: 15px;
  padding: 15px 0 0;
}

.footer .bottom p a {
  display: inline-block;
  font-size: 11px;
  line-height: 15px;
  padding: 0 30px 0 0;
}

.footer .bottom .link {
	padding: 5px 20px 0;
	float: right;
	text-align: left;
	width: 76%;
}

.footer .bottom .link a {
	width: 143px;
	height: 42px;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	background: #000000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

/*----------------------------------------etc*/

.block-item {
  display: block;
  width: 300px;
  background: #ffffff;
  margin: auto;
}
.block-item.shadow {
  padding-bottom: 30px;
  box-shadow: 24px 0 62px rgba(3, 0, 0, 0.15);
}
.block-item.shadow .thumb {
  margin-bottom: 17px;
}
.block-item.shadow .span {
  margin-left: 17px;
}
.block-item.shadow .catwright .writer {
	margin-right: 17px;
}
.block-item.shadow .title {
  padding: 0 17px;
  line-height: 26px;
  margin-bottom: 22px;
}
.block-item.shadow ul {
  padding: 0 17px;
  margin-bottom: 17px;
}
.block-item.shadow li a {
  padding: 3px 11px 3px;
}
.block-item.shadow .time {
  padding: 0 17px;
}
.block-item .thumb {
  width: 100%;
  margin-bottom: 20px;
}
.block-item .catwright {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.block-item .span {
  display: inline-block;
  min-width: 120px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  padding: 5px 10px 6px;
  border: 1px solid #777777;
  margin-bottom: 12px;
}
.block-item .catwright .writer {
	display: flex;
	align-items: center;
	font-size: 11px;
	max-width: 120px;
}
.block-item .catwright .writer img {
	display: inline-block;
	width: 30px;
	height: auto;
	border-radius: 50%;
	margin-right: 5px;
}
.block-item .catwright .writer span {
	line-height: 120%;
}
.block-item .title {
  font-size: 15px;
  line-height: 23px;
  color: #5c5957;
  margin-bottom: 12px;
}
.block-item ul {
  margin-bottom: 8px;
}
.block-item li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.block-item li a {
  display: block;
  font-size: 11px;
  line-height: 13px;
  color: #b2b2b2;
  padding: 4px 11px 5px;
  border: 1px solid #c9c9c9;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.block-item .time {
  font-family: "Noto-Sans-JP-Medium";
  font-size: 14px;
  line-height: 1;
  color: #aeaeae;
}

.btn-white {
  display: block;
  width: 80%;
  max-width: 370px;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  color: #221815;
  padding: 16px 20px 14px 0;
  background: #ffffff;
  border: 1px solid #000000;
  margin: auto;
  position: relative;
  left: -12px;
}
.btn-white::before {
  content: "";
  width: 70px;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 50%;
  right: -25px;
}

#bread {
  padding: 16px 0;
}
#bread ol li {
  list-style-type: none;
  display: inline;
  text-align: center;
  padding-left: 32px;
  position: relative;
}
#bread ol li::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #221815;
  position: absolute;
  top: 13px;
  left: 8px;
}
#bread ol li:first-child {
  padding-left: 0;
}
#bread ol li:first-child::before {
  content: none;
}
#bread ol li a, #bread ol li strong {
  font-size: 12px;
  line-height: 24px;
  color: #221815;
}

.h2-title {
  font-family: "Noto-Sans-JP-Bold";
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 2px;
  padding: 0 70px;
  margin-bottom: 30px;
}
.h2-title span {
  font-family: "Gotham-Bold";
  font-size: 14px;
  line-height: 1.5;
  color: #ffcf3b;
  letter-spacing: 0;
  margin-left: 14px;
}
.h2-title.center {
  text-align: center;
  margin-bottom: 50px;
}
.h2-title.center span {
  display: block;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 8px;
  margin-left: 0;
}
.h2-title.white {
  color: #ffffff;
}
.h2-title.white span {
  color: #ffffff;
}

.section-category {
  padding: 100px 0 70px;
}
.section-category .h2-title {
  margin-bottom: 60px;
}
.section-category li {
  display: block;
  width: 25%;
  float: left;
  margin-bottom: 31px;
}
.section-category li a {
  display: block;
  position: relative;
}
.section-category li a img {
	border-radius: 50%;
}

.section-category li a span {
  font-size: 16px;
  line-height: 22px;
  padding-left: 86px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.section-recommends {
  padding: 80px 0 118px;
  background: url(../images/index/bg_recommend.jpg) center/cover;
}
.section-recommends .h2-title {
  margin-bottom: 66px;
}
.section-recommends ul {
  max-width: 870px;
  text-align: center;
  margin: auto;
}
.section-recommends ul li {
  display: inline-block;
  margin: 0 2px 20px;
}
.section-recommends ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  padding: 7px 18px;
  border: 1px solid #ffffff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

@media only screen and (max-width: 1360px) {
  .header .left {
    width: calc(100% - 775px);
  }
  .header .left h1 {
    font-size: 10px;
    line-height: 16px;
    margin-left: 12px;
  }
  .header .right {
    width: 775px;
  }
  .header .right .ip-search input[type="text"]{
    width: 190px;
  }
  .header .right .nav {
    width: 440px;
  }
  .header .right .nav a {
    font-size: 14px;
    margin-left: 15px;
  }
  .header .right .nav a img {
    margin-right: 10px;
  }
}

.privacymark { text-align: right; padding: 0 0 30px; }
/* ------------------------------------------------------------ mobile ------------------------------------------------------------ */
@media only screen and (max-width: 768px) {
	.inner {
        width: 92%;
    }
  /*----------------------------------------header*/
  .header {
    padding: 0 0 10px;
/*     position: relative; */
    min-width: auto;
  }
  .header .burger {
    width: 30px;
    padding: 5px;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .header .left {
    width: 100%;
    text-align: center;
  }
  .header .left a {
    display: inline-block;
    margin-top: 15px;
  }
  .header .left a img {
    width: 90px;
  }
  .header .left h1 {
    display: none;
  }
  .header .search input[type="text"]{
    width: 30px;
    height: 25px;
    font-size: 16px;
    padding: 0 25px 0 5px;
    border: 1px solid #ffffff;
    background: url(../images/common/icon_search.svg) right 3px center/20px no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
  }
  .header .search input[type="text"]:focus {
    width: 120px;
    border: 1px solid #acacac;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .header .menu {
    width: 100%;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 60px;
    background: #ffffff;
    z-index: 9;
    position: fixed;
    top: 0;
    left: -100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    overflow: auto;
  }
  .header .menu.toggle {
    left: 0;
  }
  .header .menu .close {
    width: 30px;
    padding: 5px;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .header .menu .wrap-logo {
    text-align: center;
    margin: 15px 0 25px;
  }
  .header .menu .wrap-logo img {
    width: 150px;
  }
  .header .menu .ul-main {
    padding: 0 26px;
  }
  .header .menu .ul-main li {
    font-family: "Noto-Sans-JP-Bold";
    font-size: 14px;
    line-height: 1;
    padding: 13px 0;
    border-bottom: 1px solid #f2f4f4;
  }
  .header .menu .ul-main li:last-of-type {
    border-bottom: none;
  }
  .header .menu .ul-main li span {
    font-family: "Gotham-Bold";
    font-size: 12px;
    color: #f7d15a;
    margin-left: 8px;
  }
  .header .menu .ul-sub {
    padding: 15px 26px 20px;
    border-bottom: 1px solid #f2f4f4;
    margin-bottom: 18px;
  }
   .header .menu .wrap-btn {
	   text-align: center;
   }
  .header .menu .wrap-btn .btn-black {
    width: calc(50% - 7px);
    height: 45px;
    float: none;
    display: inline-block;
    padding-top: 7px;
    margin: 0 7px 0 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  header .menu .wrap-btn .btn-black.active{ 
	  background: #ddd;
	  color: #000;
  }
  .header .menu .wrap-btn .btn-black:last-of-type {
    margin-right: 0;
  }
	.header .nav_toggle {
		width: 90%;
		background: #fff;
	}
	.header .nav_inner {
		padding: 20px 20px 10px;
	}
	.header .nav_inner ul {
		
	}
	.header .nav_inner li {
		margin-bottom: 10px;
	}
	.header .nav_inner li a {
		display: flex;
		align-items: center;
	}
	.header .nav_inner li div {
		display: block;
		width: 40px;
		height: 40px; 
		background-color: #ddd;
	}
	.header .nav_inner li p {
		margin-left: 15px;
		font-size: 14px;
	}


  /*----------------------------------------footer*/
  .footer {
    text-align: center;
    padding: 30px 0 20px;
    border-top: 1px solid #ffffff;
    width: 100%;
  }
  
  .footer * {
	   box-sizing: content-box;
	   -webkit-transform-style: preserve-3d; 
	   -webkit-backface-visibility: hidden;
  }
  
  .footer .inner { 
	 padding: 0;
  }
  
  .footer .logo {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer .logo img {
    width: 85px;
  }
  
  .footer .item .box {
  	
  }

  
  .footer .item {
    width: 100%;
    text-align: left;
	float: none;
  }
 
  .footer .item:last-child .box:last-child {
    border-bottom: none;
  }
  
  .footer .item.cats {
	width: 100%;
  	float: none;
  	min-height: inherit;
  	padding: 0;
  }
  
  .footer .item ul li {
	  display: block;
  }
  
  .footer .item .box {
	  padding: 0 0 10px;
	  margin: 0 0 10px;
	  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	
  }

  .footer .item h3 a {
    display: block;
    font-size: 12px;
    line-height: 1;
  }
  .footer .item h3 a span {
    display: inline-block;
    font-size: 17px;
    margin-right: 8px;
	padding: 10px 10px 0 0 !important;
  }

  .footer .item ul {
    margin-bottom: 10px;
  }
  .footer .item li {
    display: inline-block;
  }
  .footer .item li a {
    display: block;
    line-height: 1;
	font-size: 12px;
  }
  .footer .bottom div {
    float: none;
  }
  
  .footer .bottom p {
	  text-align: center;
  }
 
  .footer .bottom p a {
	  padding: 0 20px;
  }
  
  .footer .bottom .link {
	  width: 100%;
	  float: none;
	  text-align: center;
	  padding: 20px 0;
  }

  /*----------------------------------------etc*/

  .block-item {
    width: 180px;
  }
  .block-item .thumb {
    margin-bottom: 10px !important;
  }
  .block-item .catwright {
	justify-content: flex-start;
	align-items: baseline;
	flex-flow: column;
}

  .block-item .span {
    min-width: 80px;
    font-size: 10px;
    padding: 2px 8px 1px;
    margin-bottom: 8px;
    margin-left: 0 !important;
  }
  .block-item .catwright .writer {
	margin-bottom: 8px;
	font-size: 10px;
	max-width: none;
  }
  .block-item .catwright .writer img {
	width: 25px;
	margin-right: 5px;
	vertical-align: -9px
  }
  .block-item .title {
    font-size: 13px;
    line-height: 20px !important;
    padding: 0 !important;
    margin-bottom: 12px !important;
  }
  .block-item ul {
    padding: 0 !important;
    margin-bottom: 10px !important;
  }
  .block-item li {
    margin: 0 0 5px 0;
  }
  .block-item li a {
    display: block;
    font-size: 10px;
    line-height: 1;
    padding: 4px 8px !important;
  }
  .block-item .time {
    font-size: 10px;
    padding: 0 !important;
  }
  .block-item.shadow {
    box-shadow: none;
    padding-bottom: 0;
  }

  .btn-white {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 5px 11px;
    left: 0;
  }
  .btn-white::before {
    content: none;
  }

  #bread {
    padding: 10px 0;
  }
  #bread ol li {
    padding-left: 18px;
    background-position-x: 3px;
  }
  #bread ol li::before {
    width: 12px;
    left: 2px;
  }
  #bread ol li a, #bread ol li strong {
    font-size: 12px;
  }

  .h2-title {
    font-size: 18px;
    letter-spacing: 0;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
  }
  .h2-title span {
    display: block;
    font-size: 12px;
    letter-spacing: 0 !important;
    margin: 0;
  }
  .h2-title.center {
    text-align: left;
    margin-bottom: 25px;
  }
  .h2-title.center span {
    text-align: left;
    letter-spacing: 0;
    margin-top: 0;
  }

  .btn-more {
    display: inline-block;
    font-family: "Noto-Sans-JP-Medium";
    font-size: 12px;
    line-height: 28px;
    color: #040000;
    border-bottom: 1px solid #040000;
    position: absolute;
    top: 10px;
    right: 5%;
  }

  .section-category {
    padding: 30px 0;
  }
  .section-category li {
    width: 50%;
    margin-bottom: 12px;
  }
  .section-category li a img {
    width: 50px;
  }
  .section-category li a span {
    font-size: 12px;
    line-height: 16px;
    padding-left: 60px;
    padding-right: 10px;
  }

  .section-recommends {
    padding: 50px 0 40px;
  }
  .section-recommends .h2-title {
    text-align: center !important;
  }
  .section-recommends .h2-title span {
    text-align: center !important;
  }
  .section-recommends ul li {
    margin: 0 1px 7px;
  }
  .section-recommends ul li a {
    font-size: 10px;
    padding: 4px 8px 4px;
  }
  .privacymark img { width: 50px; height: auto;}
}