@charset "UTF-8";
/* ************************************************
 *	共通設定
 * ************************************************ */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
header,
hgroup,
section,
article,
aside,
hgroup,
footer,
figure,
figcaption,
nav {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.0;
  -webkit-text-size-adjust: none;
  font-family: 'Scada', "Noto Sans Japanese";
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

img {
  border: 0;
  vertical-align: bottom;
}

img a {
  border: 0;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  font-size: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0.5em 0;
  padding: 0;
}

ul li a {
  text-decoration: none;
  outline: none;
}

html {
  position: relative;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  /*opacity: 0;*/
  /*position: relative;*/
  position: absolute;
  margin: 0;
  padding: 0;
  font: 12px Helvetica, Arial, sans-serif !important;
  margin: 0;
  /* -webkit-text-size-adjust: 100%; */
  overflow-x: hidden;
}

* {
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

strong, em {
  font-weight: normal;
  font-style: normal;
}

li {
  list-style-type: none;
}

img {
  border-style: none;
  vertical-align: bottom;
}

a:hover {
  text-decoration: none !important;
}

/* loading */
/*
header {
	display: none;
}
#content {
	display: none;
}
#footer {
	display: none;
}
*/
.ajax-loader {
  position: absolute;
  top: 25%;
  left: 50%;
  transform-origin: 50% 50%;
  transform: rotate(90deg) translate(-50%, 0%);
  font-size: 50px;
  width: 1em;
  height: 3em;
  color: #ec6b00;
}

.ajax-loader .paw {
  width: 1em;
  height: 1em;
  animation: 2050ms pawAnimation ease-in-out infinite;
  opacity: 0;
}

.ajax-loader .paw svg {
  width: 100%;
  height: 100%;
}

.ajax-loader .paw .icon {
  fill: currentColor;
}

.ajax-loader .paw:nth-child(odd) {
  transform: rotate(-10deg);
}

.ajax-loader .paw:nth-child(even) {
  transform: rotate(10deg) translate(125%, 0);
}

.ajax-loader .paw:nth-child(1) {
  animation-delay: 1.25s;
}

.ajax-loader .paw:nth-child(2) {
  animation-delay: 1s;
}

.ajax-loader .paw:nth-child(3) {
  animation-delay: 0.75s;
}

.ajax-loader .paw:nth-child(4) {
  animation-delay: 0.5s;
}

.ajax-loader .paw:nth-child(5) {
  animation-delay: 0.25s;
}

.ajax-loader .paw:nth-child(6) {
  animation-delay: 0s;
}

.no-cssanimations .ajax-loader .paw {
  opacity: 1;
}

@keyframes pawAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#wrapper {
  width: 100%;
  /*height: 100%;*/
  position: relative;
  padding: 0;
  margin: 0 auto;
  /*全体の中央寄せ*/
}

#wrapper.top_contents {
  padding: 0;
}

#header {
  position: fixed;
  width: 100%;
  height: 80px;
  left: 0;
  top: 0;
  border-top: 0;
  margin: 0 auto;
  z-index: 999;
  opacity: 1;
}

/* CSS Document */
/*.sns_nav, .sns_nav_sp{
    display: none;
}*/
/* ------ スクロールした際のメニューのデザイン ------ */
/*#header.menu-scroll h1 {
    display: none;
}

#header.menu-scroll div.nav_container {
    height: 0;
        -webkit-transition: height 3s linear;
        transition: height 3s linear;
}

#header.menu-scroll div.navInner{
	display: none;
}

#header.menu-scroll div.nav_container_scroll {
    display:inline-block;
}

#header.menu-scroll div.header_container {
    border-bottom: none;
}

#header.menu-scroll div.link-bar {
    display:inline;
}

#header.menu-scroll .header_container {
	background-color: #fff;
}*/
/* ------------------------------------------ */
/*#header div.nav_container_scroll {
    display:none;
}*/
/*.header_container {
    border-bottom: 1px solid #ccc;
}*/
.headerInner {
  height: 70px;
  width: 1145px;
  margin: 0 auto;
  overflow: hidden;
  position: fixed;
  padding: 8px 80px 0;
  line-height: 1;
}

.headerInner h1 {
  font-size: 14px !important;
  margin-top: 30px !important;
  margin-left: 30px !important;
  float: left;
}

.top_contents .headerInner h1 {
  color: #fff;
}

/* transition */
#header,
.header_container,
.headerInner,
.headerInner h1,
.nav_container
#g-nav ul li,
#g-nav ul li a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/* Fixed */
/*.menu-scroll .headerInner h1{
    transition-property: opacity; 
    transition-duration: 0.3s;
    opacity: 0;
    background-color: #fff;
}

#header .nav_container {
        transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;

}

#header.menu-scroll .nav_container {
    margin-top: -50px;
    margin-left:230px;
}

#header.menu-scroll {
    height: 70px;
}*/
.logo {
  width: 15%;
  float: left;
  margin: 0;
  display: table;
}

.logo a {
  display: block;
  width: 125px;
  /*    padding: 4.5px 0;*/
  }

.right-container {
  position: relative;
  height: 71px;
}

.sns {
  /*position: relative;
  float: right;
  padding: 16.5px 0;*/
  margin-bottom: 5px;
}

.lower.fixed .sns {
  margin-bottom: 3px;
}

.sns li {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 42px;
  float: left;
  border-radius: 50%;
  padding: 4px;
  margin: 3px 8px 3px 8px;
}

#top-head.fixed .sns li,
#head.fixed .sns li {
  margin: 3px;
}

.sns .search-display-on {
  display: none;
  background-color: #fff;
}

.sns .pc-search-btn {
  opacity: 1 !important;
}

.sns .search-display-on {
  opacity: 1 !important;
}

.sns .display-none {
  display: none !important;
}

.search-header-form {
  width: 100%;
}

.search-area {
  position: absolute;
  float: right;
  top: 13%;
  right: 2%;
}

.search-area .pc-search-btn {
  width: 32px;
  float: left;
  border-radius: 50%;
  padding: 4px;
  margin: 3px;
}

.search-area .search-btn {
  width: 33px;
  float: left;
  border-radius: 50%;
  padding: 3px;
  margin: 3px 6px;
}

#pc-search {
  position: relative;
  top: 0;
  left: 10.5%;
  float: right;
  padding: 16.5px 0px;
}

#pc-search .search-display-on {
  display: none;
}

#pc-search .pc-search-btn {
  width: 42px;
  float: left;
  border-radius: 50%;
  padding: 4px;
  margin: 3px;
}

#pc-search li .search-header-form form .search-form-text #pc-search-text {
  width: 315px;
  height: 46px;
  margin-left: 5px;
  border: none;
  outline: 0;
  font-size: 16px;
  /*    border-bottom: 1px solid rgba(200,200,200,.3);*/
}

.logo a:hover, .sns li:hover {
  opacity: 0.55;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

body.pop-search-active .pop-search {
  opacity: 1;
  height: 100%;
}

.pop-search {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: 9000;
  background-color: #fff;
  opacity: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.search-header {
  background-color: #351F1C;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 25px;
  position: relative;
}

.pop-search-content {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
}

.pop-search-content:before {
  content: "";
  display: table;
}

.pop-search-content:after {
  content: "";
  display: table;
  clear: both;
}

.pop-search-close {
  position: absolute;
  right: 7px;
  top: 0;
  background-color: #fff;
  width: 34px;
  height: 34px;
  cursor: pointer;
  border-radius: 20px;
}

.pop-search-close img {
  width: 100%;
  border-radius: 20px;
}

#pc-search li .search-header-title {
  display: none;
}

.search-header-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 1px;
}

.search-header-title span {
  padding-left: 16px;
  font-size: 12px;
  font-weight: 300;
  vertical-align: top;
}

.pop-search .pop-search-wrap .search-header .pop-search-content .search-header-form {
  margin-top: 15px;
  position: relative;
}

#pc-search li .search-header-form {
  position: relative;
  top: -46px;
  left: 15%;
}

.left {
  width: 30%;
}

#pc-search-text {
  width: 200px;
  height: 33px;
  border: none;
  font-size: 16px;
}

.search-form-text {
  position: relative;
}

.search-form-text:before {
  position: absolute;
  right: 10px;
  top: 6px;
  color: #6d6d6d;
  font-size: 18px;
  z-index: 2;
  color: orange;
}

.search-header-form .search-form-text #search-text {
  width: 100%;
  height: 32px;
  border: 1px solid #dadada;
  border-radius: 4px;
  padding: 6px 30px 6px 10px;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.search-header-form form .search-form-text #submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 38px;
  padding: 32px 0 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  overflow: hidden;
  z-index: 2;
}

.search-category, search-keyword {
  border-top: 1px solid #e3e3e3;
  padding-top: 15px;
  padding-bottom: 20px;
}

.search-category-title, .search-keyword-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1px;
}

.search-category-title span, .search-keyword-title span {
  padding-left: 16px;
  font-size: 12px;
  font-weight: 300;
  vertical-align: top;
}

.search-category-select select {
  width: 100%;
}

.search-keyword-list {
  margin-left: -5px;
  margin-right: -5px;
}

.search-keyword-list ul li:before {
  content: '';
  position: absolute;
  left: 18px;
  top: 10px;
  font-size: 12px !important;
  color: #999 !important;
}

.search-keyword-list ul {
  margin: 0;
  padding: 0;
  overflow: auto;
}

.search-keyword-list ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  list-style: none;
  overflow: visible;
}

.search-keyword-list ul li a {
  display: inline-block;
  line-height: 1;
  padding: 7px 8px 7px 12px;
  border: solid 1px #dadada;
  margin: 5px;
  position: relative;
  font-weight: normal;
  font-size: 12px !important;
  color: #999 !important;
}

.search-keyword-list ul li a:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border: solid 6px transparent;
  border-left-color: #dadada;
  border-top-color: #dadada;
}

.search-keyword-list ul li a:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: -1px;
  top: -1px;
  border: 6px solid transparent;
  border-left-color: white;
  border-top-color: white;
}

.search-keyword-list ul li a:hover {
  color: orange !important;
  border-color: orange !important;
  -webkit-transition: .01s linear;
  transition: .01s linear;
}

.search-keyword-list ul li a:hover:before {
  border-color: #FFF;
  border-left-color: orange;
  border-top-color: orange;
  -webkit-transition: .01s linear;
  transition: .01s linear;
}

.search-keyword-list ul li a:after:hover {
  border-color: orange;
  border-left-color: #FFF;
  border-top-color: #FFF;
  -webkit-transition: .01s linear;
  transition: .01s linear;
}

/* 啓明サーチ */
ul.sns {
  float: left;
}

.link-bar {
  float: right;
  margin-top: 0px;
}

#top-head.fixed .link-bar,
#head.fixed .link-bar {
  float: right;
 /* margin-top: -10px;*/
}

#head.lower .link-bar {
  float: right;
  margin-top: 5px;
}

#head.lower.fixed .link-bar {
  float: right;
  margin-top: -10px;
}

.link-bar-search {
  display: inline-block;
  margin: 3px 3px 0 3px;
  /* search input field */
  /* placeholder */
}

.link-bar-search input {
  outline: none;
  width: 0;
}

.link-bar-search input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

.link-bar-search input::-webkit-search-decoration,
.link-bar-search input::-webkit-search-cancel-button {
  display: none;
  /* remove the search and cancel icon */
}

.link-bar-search input[type=search] {
  background: url(../img/common/search.png) no-repeat left center;
  padding: 0px;
  width: 42px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 50%;
}

.link-bar-search input[type=search]:focus {
  width: 130px;
  background-color: #CCC;
}

.link-bar-search input:-moz-placeholder {
  color: #999;
}

.link-bar-search form {
  display: inline-block;
}

.link-bar-search form input[type=search] {
  width: 42px;
  height: 42px;
  color: transparent;
  cursor: pointer;
  border: none;
}

.link-bar-search form input[type=search]::-moz-placeholder {
  color: transparent;
}

.link-bar-search form input[type=search]::-webkit-input-placeholder {
  color: transparent;
}

.link-bar-search form input[type=search]:focus {
  width: 160px;
  padding-left: 45px;
  color: #000;
  background-color: #eee;
  cursor: auto;
  border-radius: 0;
}

.link-bar-search form input[type=search]:focus::-moz-placeholder {
  color: #CCC;
}

.link-bar-search form input[type=search]:focus::-webkit-input-placeholder {
  color: #CCC;
}

.link-bar-search input[type=text] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
  opacity: 0;
}

.link-bar-search input[type=text] {
  background: #ededed url(../img/common/search.png) no-repeat center;
  padding: 0px;
  width: 40px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.link-bar-search input[type=search]:focus {
  width: 130px;
  background-color: #CCC;
}

.link-bar-search form input[type=text] {
  width: 40px;
  height: 40px;
  color: transparent;
  cursor: pointer;
  border: none;
}

.link-bar-search form input[type=text]:focus {
  padding-left: 45px;
  color: #000;
  background-color: #eee;
  cursor: auto;
}

.navInner {
  width: 1145px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

#g-nav ul {
  overflow: hidden;
  margin-bottom: 0;
}

#g-nav ul li {
  float: left;
  box-sizing: border-box;
}

#g-nav ul li:first-child a {
  /*padding-left: 0;*/
}

#g-nav ul li a {
  display: block;
  padding: 25px 15px;
  /*font-family: 'Days One', sans-serif;*/
  font-family: 'Scada', "Noto Sans Japanese", 'Dosis', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
}

/*#g-nav ul li a:active {
    padding-top: 15px;
    padding-bottom: 4px;
    border:1px solid #ff8d7c;
    background-color: #ff8d7c;
    color: #fff;
    -webkit-box-shadow:inset 0px 0px 8px #334c66;
    -moz-box-shadow:inset 0px 0px 2px #3a6da0;
    box-shadow:inset 0px 0px 2px #3a6da0;
}*/
#g-nav ul span {
  float: left;
  display: block;
  padding: 14px 15px;
}

/* header */
/* header */
#top-head,
#head {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  padding: 5px 0 0;
  line-height: 1;
  padding: 0 20px;
}

@media (min-width: 768px) {
  header {
    padding: 0 32px; /* PC */
  }
}

#top-head:after,
#head:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin: 65px auto 0;
}

#top-head.header:after,
#head.header:after {
  background-color: #f5f5f5;
}

#top-head a,
#top-head,
#head a,
#head {
  color: #fff;
  text-decoration: none;
  z-index: 100;
}

#top-head.header a,
#top-head.header,
#head.header a,
#head.header {
  color: #351F1C;
  top: 0px;
}

#top-head .inner,
#head .inner {
  position: relative;
  width: 1145px;
  margin: 0 auto;
}

#top-head .logo,
#head .logo {
  float: left;
  margin-left: -5px;
}

#global-nav ul {
  /*
      list-style: none;
      position: absolute;
      top: 7px;
      right: 225px;
      bottom: 0;
      font-size: 14px;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
  */
}

.menu {
  position: relative;
  height: 0;
  /*     max-width: 1000px; */
  margin: 0 auto;
  left: 150px;
  font-size: 14px;
  /*    transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;*/
}

.menu > li {
  float: left;
  width: 10%;
  height: 50px;
  line-height: 50px;
  /*     background: rgb(29, 33, 19); */
}

.menu > li a {
  /*     display: inline; */
  color: #fff;
}

.menu > li a:hover {
  color: #999;
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

ul.menu__second-level .readmore {
  float: left;
  position: relative;
  width: 160px;
  top: 60px;
  /*     height: 200px; */
  margin: 17px 0 0;
  text-align: center;
}

ul.menu__second-level .readmore a {
  display: inline-block;
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 12px;
  right: 0;
  margin: auto;
  height: 44px;
  width: 130px;
  border: 1px solid #a2a2a2;
  border-radius: 3px;
  color: #a2a2a2;
  letter-spacing: 0.02em;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.header.lower ul.menu__second-level .readmore a {
  border: 1px solid #351F1C;
}

ul.menu__second-level .readmore a span {
  /*
  	height: 44px;
      line-height: 44px;
      padding: 0 15px 0 10px;
  */
  font-size: 13px;
  margin-bottom: 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: -3px;
}

ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}

ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}

.menu > li:hover {
  /*     background: #072A24; */
  -webkit-transition: all .5s;
  transition: all .5s;
}

.menu__second-level li {
  /*     border-top: 1px solid #111; */
  display: table-cell;
  padding: 10px;
  width: 212px;
}

.menu__second-level li img {
  margin-right: 15px;
}

.menu__third-level li {
  border-top: 1px solid #111;
}

.menu__second-level .readmore a:hover {
  background-color: #9d9d9d5e;
}

.menu__third-level li a:hover {
  background: #2a1f1f;
}

.menu__fourth-level li a:hover {
  background: #1d0f0f;
}

.init-bottom {
  text-align: center;
}

/* 下矢印 */
/*
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/
/* floatクリア */
.menu:before,
.menu:after {
  content: " ";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}

.menu > li.menu__single {
  /*     position: relative; */
  text-align: center;
/*   margin: 0 5px; */
  display: inline;
}

.menu > li.menu__single:first-child {
  margin-right: 0;
}

.menu > li.menu__single:nth-child(2) {
  margin-left: 0;
}

.menu > li.menu__single a.init-bottom {
  height: 61px;
}

li.menu__single ul.menu__second-level {
  /*     position: absolute; */
  position: fixed;
  top: 71px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  /*     background: #072A24; */
  /*
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
  */
}

li.menu__single:hover ul.menu__second-level {
  top: 71px;
  visibility: visible;
  opacity: 1;
  border-bottom: 1px solid #fff;
}

#head.lower.fixed li.menu__single:hover ul.menu__second-level {
  top: 57px;
  visibility: visible;
  opacity: 1;
  border-bottom: 1px solid #ccb;
}

ul.menu__second-level .txt_title {
  display: inline-block;
  line-height: 1;
  text-align: left;
  margin-top: -10px;
  color: #fff;
  width: 100%;
}

/*
#head.lower.fixed ul.menu__second-level .txt_title {
	display: inline-block;
	line-height: 1;
	text-align: left;
	margin-top: 3px;
	color: #fff;
}
*/
#top-head.fixed ul.menu__second-level .txt_title,
#head.fixed ul.menu__second-level .txt_title {
  display: inline-block;
  line-height: 1;
  text-align: left;
  margin-top: 0;
  color: #000;
  width: 192px;
}

#top-head.fixed .menu__second-level,
#head.fixed .menu__second-level {
  display: flex;
  top: 56px;
  background: white;
  border-top: 1px solid #ccb;
  border-bottom: 1px solid #ccb;
}

#top-head.fixed .menu__second-level li,
#head.fixed .menu__second-level li {
  padding: 0;
}

#top-head.fixed ul.menu__second-level .readmore,
#head.fixed ul.menu__second-level .readmore {
  float: left;
  position: relative;
  width: 160px;
  margin: 10px 5px 0;
  text-align: center;
}

#top-head.fixed .menu__second-level li a,
#head.fixed .menu__second-level li a {
  color: #333;
  margin: 5px 40px;
  font-family: 'Scada', "Noto Sans Japanese", 'Fredoka One', cursive;
  font-weight: bold;
}

#top-head.fixed #global-nav ul,
#head.fixed #global-nav ul {
  right: 190px;
}

#top-head.fixed.lower .menu__second-level,
#head.fixed.lower .menu__second-level {
  display: flex;
  top: 57px;
  background: white;
  border-top: none;
  border-bottom: 1px solid #ccb;
}

#global-nav ul li {
  float: left;
  position: relative;
  padding-top: 5px;
}

#global-nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

#global-nav a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  /*right: 0;
  margin: auto;*/
  content: '';
  width: 100%;
  height: 3px;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

#head #global-nav a::after {
  background: #351F1C;
}

#global-nav a:hover::after {
  bottom: 15px;
  opacity: 1;
  visibility: visible;
}

#global-nav ul.menu__second-level li.menu__second-level-item a:hover::after {
  visibility: hidden;
}

#top-head.fixed #global-nav, #top-head.header a,
#head.fixed #global-nav, #top-head.header a {
  position: relative;
  /*   display: inline-block; */
  text-decoration: none;
}

#top-head.fixed #global-nav a::after, #top-head.header a::after,
#head.fixed #global-nav a::after, #top-head.header a::after {
  position: absolute;
  bottom: 8px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

#top-head.fixed #global-nav a:hover::after, #top-head.header a:hover::after,
#head.fixed #global-nav a:hover::after, #top-head.header a:hover::after {
  bottom: 15px;
  opacity: 1;
  visibility: visible;
}

/*
#top-head.fixed.lower #global-nav a:hover::after, #top-head.header ul.menu.lower a:hover::after,
#head.fixed.lower #global-nav a:hover::after, #top-head.header ul.menu.lower a:hover::after {
  bottom: 21px;
  opacity: 1;
  visibility: visible;
}
*/

#top-head.fixed #global-nav ul.menu__second-level li.menu__second-level-item a:hover::after, #top-head.header a:hover::after,
#head.fixed #global-nav ul.menu__second-level li.menu__second-level-item a:hover::after, #top-head.header a:hover::after {
  visibility: hidden;
}

#top-head.fixed #global-nav ul li {
  float: left;
  position: relative;
  padding-top: 0px;
}

#head.fixed #global-nav ul li {
  float: left;
  position: relative;
  padding-top: 1px;
}

#global-nav ul li a {
  /*     margin: 0 30px; */
}

/* transition */
#top-head,
#top-head:after,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a,
#head,
#head:after,
#head .logo {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#global-nav ul li a {
  /*     font-family: 'Dosis', sans-serif; */
  font-family: 'Scada', "Noto Sans Japanese", 'Fredoka One', cursive;
  letter-spacing: 1px;
}

/* Fixed */
#top-head.fixed,
#head.fixed {
  padding-top: 0px;
  background: white;
  border-bottom: 1px solid #ccb;
}

#top-head .logo img,
#head .logo img {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 85%;
}

#top-head.fixed .logo img,
#head.fixed .logo img {
  width: 70%;
  margin-top: 7px;
}

#top-head.fixed:after,
#head.fixed:after {
  width: 100%;
  margin-top: 35px;
  content: none;
}

#top-head.fixed #global-nav ul li a,
#head.fixed #global-nav ul li a {
  color: #333;
  margin: 0 10px -15px;
  font-family: 'Scada', "Noto Sans Japanese", 'Fredoka One', cursive;
  /*     font-family: 'Dosis', sans-serif; */
  }

#head.lower.fixed #global-nav ul li a {
  color: #333;
  margin: 0 10px -15px;
  font-family: 'Scada', "Noto Sans Japanese", 'Fredoka One', cursive;
  /*     font-family: 'Dosis', sans-serif; */
 }

#top-head .logo-scroll,
#head .logo-scroll {
  display: none;
}

#top-head.fixed .logo-white,
#head.fixed .logo-white {
  display: none;
}

#top-head.fixed .logo-scroll,
#head.fixed .logo-scroll {
  display: inline-block;
}

/* 修正ドロワーメニューの記述 */
#nav-drawer {
  position: relative;
  display: inline;
  float: right;
}

#drawer-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 320px;
  height: 100vh;
  background: #fff;
  z-index: 1002;
  transition: right 0.3s ease;
  text-align: center;
  color: #000;
}

#nav-close-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 1001;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#nav-input:checked ~ #drawer-nav {
  right: 0;
}

#nav-input:checked ~ #nav-close-overlay {
  opacity: 1;
  pointer-events: auto;
}

.nav-close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 28px;
  cursor: pointer;
}



/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

/*アイコンのスペース*/
.nav-menu,
.nav-menu-2 {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  /*最前面に*/
  width: 90%;
  /*右側に隙間を作る*/
  max-width: 330px;
  /*最大幅*/
  height: 100%;
  background: #fff;
  opacity: 0.95;
  color: #000;

  /*背景色*/
  transition: .3s ease-in-out;
  /*滑らかに表示*/
  -webkit-transform: translateX(385%);
  transform: translateX(385%);
  /*右に隠しておく*/
 }

.fixed .nav-menu span,
.fixed .nav-menu-2 span {
  background: #351F1C;
}

.fixed .nav-menu a:after,
.fixed .nav-menu-2 a:after {
  color: #351F1C;
}

.fixed #drawer-hamburger #nav-close span {
  background-color: #fff;
}

.fixed #drawer-hamburger #nav-close a:after {
  color: #fff;
}

/*チェックが入ったらもろもろ表示*/
#drawer-hamburger #nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  text-align: center;
  /*中身を表示*/
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

#nav-drawer a:hover {
  opacity: 0.55;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
}

#nav-drawer a {
  font-size: 16px;
  font-family: 'Scada', "Noto Sans Japanese", 'Fredoka One', cursive;
}

.drawer-brand a {
  display: block;
  width: 100%;
  height: 10px;
  padding: 25px 0;
  color: #000 !important;
}

ul.drawer-menu li.drawer-brand span.btn-toggle:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 10px;
  position: relative;
  left: 260px;
  top: -13px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 10px;
}

.drawer-logo img {
  width: 35%;
  margin-top: 10px;
 }

ul.drawer-sns {
  margin-left: 58px;
}

.drawer-sns li {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 42px;
  float: left;
  border-radius: 50%;
  padding: 4px;
  margin: 0px 10px 10px 0px;
}

/*検索フォーム*/
.drawer-link-bar-search {
  display: inline-block;
  margin: 0px 5px 0 10px;
  padding-bottom: 15px;
 }

.drawer-link-bar-search input {
  outline: none;
  width: 0;
}

.drawer-link-bar-search input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 16px;
}

.drawer-link-bar-search input::-webkit-search-decoration,
.drawer-link-bar-search input::-webkit-search-cancel-button {
  display: none;
}

.drawer-link-bar-search input[type=search] {
  background: url(../img/common/search.png) no-repeat left center;
  background-size: 10%;
  padding: 0px;
  width: 42px;
  width: 130px;
}

.drawer-link-bar-search input:-moz-placeholder {
  color: #999;
}

.drawer-link-bar-search form {
  display: inline-block;
}

.drawer-link-bar-search form input[type=search] {
  width: 220px;
  height: 42px;
  color: transparent;
  cursor: pointer;
  border: none;
  padding-left: 45px;
  color: #000;
  border-bottom: solid 2px #000;
  cursor: auto;
  border-radius: 0;
}

.drawer-link-bar-search form input[type=search]::-moz-placeholder {
  color: transparent;
}

.drawer-link-bar-search form input[type=search]::-webkit-input-placeholder {
  color: transparent;
}

.drawer-link-bar-search form input[type=search]:focus::-moz-placeholder {
  color: #CCC;
}

.drawer-link-bar-search form input[type=search]:focus::-webkit-input-placeholder {
  color: #CCC;
}

.drawer-link-bar-search input[type=text] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
  opacity: 0;
}

.drawer-link-bar-search input[type=text] {
  background: #ededed url(../img/common/search.png) no-repeat center;
  padding: 0px;
  width: 40px;
  width: 130px;
  background-color: #CCC;
}

.drawer-link-bar-search form input[type=text] {
  width: 40px;
  height: 40px;
  color: transparent;
  cursor: pointer;
  border: none;
}

/*話題のキーワード*/
.drawer-search-category, search-keyword {
  border-top: 1px solid #e3e3e3;
  padding-top: 15px;
  padding-bottom: 20px;
}

.drawer-search-keyword-title {
	position: relative;
  display: inline-block;
  width: fit-content;
  padding: 2px 16px;
  border: 2px solid #333333;
  margin-right: 80px;
 }

.drawer-search-keyword-title.summary-article-title {

}

.drawer-search-keyword-title:before {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  width: 30px;
  height: 2px;
  box-sizing: border-box;
  background-color: #333333;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff; /* 背景色と同じ色を指定 */
  rotate: 50deg;
}

.drawer-search-keyword-title.summary-article-title:before {
	background-color: #e0d70f;
}
.drawer-search-keyword-title.menu-title:before {
 }

.drawer-search-category-title, .drawer-search-keyword-title, .drawer-search-menu-title{
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
}

.drawer-search-category-title span, .drawer-search-keyword-title span {
  padding-left: 16px;
  font-size: 12px;
  font-weight: 300;
  vertical-align: top;
}

.drawer-search-category-select select {
  width: 100%;
}

.drawer-search-keyword-list ul li:before {
  content: '';
  position: absolute;
  left: 18px;
  top: 10px;
  font-size: 12px !important;
  color: #000 !important;
}

.drawer-search-keyword-list ul {
  margin-top: 20px;
  padding: 0;
  padding-bottom: 20px;
  overflow: auto;
  width: 100%;
}

.drawer-search-keyword-list ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  list-style: none;
  overflow: visible;
}

.drawer-pop-search-content{
  margin-top: 30px;
  margin-bottom: 10px;
}

.drawer-search-keyword-list ul li a {
  display: inline-block;
  line-height: 1;
  padding: 7px 8px 7px 12px;
  border: solid 1px #000;
  margin: 5px;
  position: relative;
  font-weight: normal;
  font-size: 12px !important;
  color: #000 !important;
}

.drawer-search-keyword-list ul li a:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border: solid 6px transparent;
  border-left-color: rgba(0, 0, 0, 0.8);
  border-top-color: rgba(0, 0, 0, 0.8);
}

.drawer-search-keyword-list ul li a:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: -1px;
  top: -1px;
  border: 6px solid transparent;
  border-left-color: #fff;
  border-top-color: #fff;
}

.drawer-search-keyword-list ul li a:hover {
/*
  color: orange !important;
  border-color: orange !important;
*/
  -webkit-transition: .01s linear;
  transition: .01s linear;
}

.drawer-search-keyword-list ul li a:hover:before {
/*
  border-color: #351F1C;
  border-left-color: orange;
  border-top-color: orange;
*/
  -webkit-transition: .01s linear;
  transition: .01s linear;
}

.drawer-search-keyword-list ul li a:after:hover {
  border-color: #fff;
  border-left-color: #fff;
  border-top-color: #fff;
  -webkit-transition: .01s linear;
  transition: .01s linear;
}

/*ハンバーガーメニューエフェクト*/
#drawer-hamburger {
  display: inline;
  float: right;
  position: absolute;
  top: -5px;
  right: 20px;
}

#drawer-hamburger label#nav-close {
  margin: 0;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 24px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #FFF;
  border-radius: 4px;
}
.menu-trigger#menu-trigger-open span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
}

.fixed .menu-trigger span {
  background-color: #000;
}

.fixed .menu-trigger.active span {
  background-color: #000;
}

.nav-menu-2 .menu-trigger span {
  background-color: #000;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
  height: 2px;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
  height: 2px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0px;
  height: 2px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

.menu-trigger::after {
  position: absolute;
  right: 0px;
  bottom: -18px;
  content: 'MENU';
  display: block;
  width: 100%;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all .4s;
}
.menu-trigger#menu-trigger-open::after {
  position: absolute;
  bottom: -17px;
  content: 'CLOSE';
  display: block;
  width: 100%;
  color: #000;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all .4s;
}


#head .menu-trigger::after {
  color: #351F1C;
}

#head #drawer-hamburger .menu-trigger::after {
  color: #000;
}

.menu-trigger.active::after {
  content: 'CLOSE';
  bottom: -17px;
}

.fixed label.nav-menu,
.fixed label.nav-menu-2 {

}

.fixed .link-bar .menu-trigger {
  width: 28px;
  height: 22px;
}

.fixed .link-bar .menu-trigger span {
  height: 2px;
}

.fixed .link-bar .menu-trigger::after {
  right: 0px;
  bottom: -15px;
  color: #000;
}

.fixed .link-bar .menu-trigger.active::after {
  right: 4px;
  bottom: -15px;
  color: #000;
}

.fixed #nav-drawer {
 /* top: -15px;*/
}
/*ドロワーメニューの記述ここまで*/

/*TOP動画*/
.top-movie-wrap {
  width: 100%;
  padding: 0;           /* 上下余白はなし */
  background: #FFF;
  margin: 0 auto;
  overflow: hidden;     /* はみ出た部分を隠す */
  position: relative;
 }

.top-movie {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  margin: 0 auto;
}

/* 1280px以上のときだけ高さ固定 */
@media screen and (min-width: 1280px) {
  .top-movie {
    height: 700px;      /* 好きな高さに調整 */
  }
}
  .hero-text h1 {
    font-size: 40px;
    text-align: center;
    margin-top: 60px;
  }
  .hero-text p {
    font-size: 1rem;
    text-align: center;
  }
}

/* レスポンシブ調整 */
@media screen and (max-width: 1280px) {
  .hero-text h1 {
    font-size: 2.6rem;
  }
  .hero-text p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .hero-text {
    top: 58%;
    padding: 0 1.5rem;
  }
  .hero-text h1 {
    font-size: 2.2rem;
  }
  .hero-text p {
    font-size: 0.95rem;
  }
}

@media screen and (max-width: 480px) {
  .hero-text {
    top: 60%;
    padding: 0 1rem;
    text-align: center;
  }
  .hero-text h1 {
    font-size: 25px;
    line-height: 1.4;
  }
  .hero-text p {
    font-size: 0.85rem;
  }
}

/*TOP動画*/
.article-media {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
  max-height: 200px;
}

label.nav-menu,
label.nav-menu-2 {
  margin-top: 5px;
  margin-left: 20px;
}

.article-media .article-media-wrap {
  max-height: none;
  width: auto;
  height: 0;
  padding-top: 56.25%;
}

.article-media-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

article-media .article-media-chorma {
  background: #000;
  opacity: .3;
}

.article-media-chorma {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .3s linear;
}

article-media .article-media-caption {
  position: absolute;
  bottom: 30px;
  right: 0;
  padding: 0 20px;
  color: #fff;
  z-index: 100;
}

.mainSlide li {
  position: relative;
}

.textBox {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  /*
      left: 20px;
      bottom: -10px;
  */
  pointer-events: none;
}

.textBox_category {
  text-align: center;
}

.textBox p {
  padding: 25px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0px;
}

.slideCate {
  padding: 5px 10px;
  display: inline-block;
  /*border-radius: 5px;*/
  letter-spacing: 1px;
  font-size: 14px;
}

#pickup {
  padding: 0px 0 30px;
}

.pickupInner {
  width: 1145px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

#content-wrap h2 {
  /*     font-family: 'Dosis', sans-serif; */
  font-family: 'Scada', "Noto Sans Japanese", 'Fredoka One', cursive;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 0;
}

.text-center.mb20 {
  /*     font-family: 'Dosis', sans-serif; */
  font-family: 'Scada', "Noto Sans Japanese", 'Fredoka One', cursive;
  padding: 0.5%;
  font-size: 28px;
  letter-spacing: 1px;
  margin-top: 0;
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border: 2px solid #333333;
  border-radius: 4px;
  margin: 40px auto;
  padding: 2.5% 50px;
}

.text-center.mb20::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #ffffff; /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}
.text-center.mb20::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 2px solid;
  border-color: #333333 #333333 transparent transparent;
  rotate: 135deg;
  translate: -50%;
}

.pickupInner p, #content-wrap p {
 /* margin: 0 5px 10px;*/
  font-size: 18px;
  color: #555;
}

#content-wrap .contentList ul li .listTxt p {
  font-size: 11px !important;
}

.pickupInner ul {
  overflow: hidden;
}

.pickupInner ul li {
  width: 24%;
  float: left;
  margin: 0 0.5%;
}

.pickupInner ul li p {
  line-height: 1.4;
}

.pickupImg {
  display: block;
}

.pickupTxt {
  display: block;
}

.fashion, .beauty, .gourmet, .lifestyle {
  padding: 2px 0;
  display: inline-block;
}

#content {
  overflow: hidden;
  margin-top: 150px;
}
#content.article {
  padding-bottom: 0;
}
#content .hover_Shine figure {
  position: relative;
}
#content .hover_Shine figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
#content .hover_Shine figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
#content .banner {
  max-width: 970px;
  max-height: 250px;
  margin: 10px auto;
  overflow: hidden;
}
#content .banner img {
  width: 100%;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.top_contents #content {
  margin-top: 0px;
}

#content-wrap {
  width: 1145px;
  margin: 20px auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  overflow: hidden;
}

/*
#content-wrap.content-head{
  padding-top: 100px;
}
*/
#contentList {
  width: 67%;
  padding: 0 25px 0 5px;
  float: left;
  min-height: 800px;
}

#contentList ul li {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

#sideBar {
  width: 28%;
  float: right;
}

.listThumb {
  /*    width: 273px;
      height: 153px;*/
  float: left;
  position: relative;
}

#author-article .listThumb {
  float: unset;
  position: relative;
}

.listThumb span.list_num {
  position: absolute;
  font-size: 50px;
  color: #8a6d3bc4;
  bottom: -10px;
  right: 0px;
}

.listThumb img {
  /*	display: inline-block;
      background-color: #ccc;
      background-position: center center;
      background-repeat: no-repeat;
      object-fit: cover;*/
  /*    transition: all .4s ease;*/
}

.listThumb img:hover {
  /*  opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";*/
}

.menu__second-level-item .listThumb {
  width: 214px;
  height: 119px;
}

.list-mv02 {
  opacity: 0;
}

.mv02 {
  opacity: 1.0;
}

/*---------------------------*/
.l-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
}

.l-thumbnail::before, .l-thumbnail::after {
  transition: opacity 0.1s, width 0.3s 0.1s, height 0.3s 0.4s;
  z-index: 2;
  box-sizing: border-box;
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}

.l-thumbnail::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 16px;
  top: 16px;
}

.l-thumbnail::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  right: 16px;
  bottom: 16px;
}

.thumbnail-wrapper {
  transition: 0.3s;
  display: block;
  margin: 0;
  padding: 0;
}

.thumbnail-wrapper::after {
  transition: 0.3s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.thumbnail-wrapper img {
  transition: 0.1s;
  display: block;
  max-width: 100%;
}

.more-text {
  transition: 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-120%);
  opacity: 0;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.l-card:hover .l-thumbnail::before, .l-card:hover .l-thumbnail::after {
  opacity: 1;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
}

.l-card:hover .thumbnail-wrapper {
  transform: scale(1.15);
}

.l-card:hover .thumbnail-wrapper::after {
  opacity: 1;
}

.l-card:hover .thumbnail-wrapper img {
  filter: blur(4px);
}

.l-card:hover .more-text {
  opacity: 1;
  transform: translateY(-50%);
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Scada', "Noto Sans Japanese", 'Open Sans';
  background: #fafafa;
}

.l-card {
    overflow: hidden;
    width: 334px;
    padding: 0;
 }

.l-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.thumbnail-wrapper {
  transition: 0.3s;
  margin: 0;
  padding: 0;
  transform: scale(1);
}

.text-content {
  padding: 16px;
}

.content-meta {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
}

/*---------------------------*/
/* --メガメニュー画像ホバー-- */
.menu__second-level-item .l-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  width: 273px;
  height: 153px;
  float: left;
}

.menu__second-level-item .l-thumbnail::before, .l-thumbnail::after {
  transition: opacity 0.1s, width 0.3s 0.1s, height 0.3s 0.4s;
  z-index: 2;
  box-sizing: border-box;
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}

.menu__second-level-item .l-thumbnail::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 16px;
  top: 16px;
}

.menu__second-level-item .l-thumbnail::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  right: 16px;
  bottom: 16px;
}

.menu__second-level-item .thumbnail-wrapper {
  transition: 0.3s;
  display: block;
  margin: 0;
  padding: 0;
}

.menu__second-level-item .thumbnail-wrapper::after {
  transition: 0.3s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.menu__second-level-item .thumbnail-wrapper img {
  transition: 0.1s;
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.menu__second-level-item .more-text {
  transition: 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-120%);
  opacity: 0;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.menu__second-level-item .l-card:hover .l-thumbnail::before, .menu__second-level-item .l-card:hover .l-thumbnail::after {
  opacity: 1;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
}

.menu__second-level-item .l-card:hover .thumbnail-wrapper {
  transform: scale(1.15);
}

.menu__second-level-item .l-card:hover .thumbnail-wrapper::after {
  opacity: 1;
}

.menu__second-level-item .l-card:hover .thumbnail-wrapper img {
  filter: blur(4px);
}

.menu__second-level-item .l-card:hover .more-text {
  opacity: 1;
  transform: translateY(-50%);
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Scada', "Noto Sans Japanese", 'Open Sans';
  background: #fafafa;
}

.menu__second-level-item .l-card {
  background: none;
  width: unset;
  /*
    overflow: hidden;
    width: 273px;
    padding: 0;
    float: left;
  */
  border: none;
  box-shadow: none;
  border-radius: unset;
}

.menu__second-level-item .l-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.menu__second-level-item .thumbnail-wrapper {
  transition: 0.3s;
  margin: 0;
  padding: 0;
  transform: scale(1);
}

.menu__second-level-item .listThumb {
  width: 192px;
  height: 128px;
}

.menu__second-level-item .text-content {
  padding: 16px;
}

.menu__second-level-item .content-meta {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
}

/*---------------------------*/
/* --記事下の最新記事ー-- */

.article_news_under ul{ 
    display: flex;
    flex-wrap: wrap;
}

.article_news_under ul li img{ 
  width: 100%;
  max-height: 180px;
 }

 .contentList .article_news_under ul {
    padding: 0;
}

/* -------------------------------- */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .listThumb:not(:target) {
    width: 273px;
    height: 153px;
    float: left;
    text-align: center;
    border: solid 1px #e6e6e6;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .listThumb img:not(:target) {
    background-color: #FFF;
    width: auto;
    border: none;
  }
}
.listTxt {
  overflow: hidden;
  padding: 0;
}

.listTxt div {
  padding-bottom: 5px;
}

.update {
  padding: 0 5px 0 0;
  display: inline-block;
  float: right;
}

.article-tt {
    font-size: 15px;
    font-family: 'Scada', Helvetica Neue, "Noto Sans Japanese", Helvetica,Arial,sans-serif;
    line-height: 1.4;
    margin: 20px 0 10px;
    font-weight: 200;
}

.fashion a:hover, .beauty a:hover, .gourmet a:hover, .listCate a, .pickupInner ul li p a, .article-tt a {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.listTxt p {
  font-size: 11px;
  line-height: 1.6;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.wp-pagenavi {
  clear: both;
  margin: 30px 0;
  text-align: center;
}

.wp-pagenavi a {
  color: #351F1C;
}

.author {
  position: absolute;
  bottom: 10px;
  margin: 0;
}

.fixed {
  margin-top: 0px !important;
}

/* フッター上リンク */
.parallax-window {
  background: transparent;
  text-align: center;
  padding: 90px 0 100px;
  color: #fff;
  background-image: url(/wp-content/themes/yatolog/photogp/images/intro_bk.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  opacity: 0.9;
}

.parallax-window h1 {
  margin-bottom: 15px;
}

.parallax-window p {
  max-width: 550px;
  font-size: 17px;
  margin: 0 auto 30px;
}

.opacity_bk {
  background: black;
}

.button01 {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}

.button01::before,
.button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.button01,
.button01::before,
.button01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button01 {
  position: relative;
  z-index: 2;
  background-color: #351f1c;
  border: 2px solid #351f1c;
  color: #fff;
  line-height: 50px;
}

.button01:hover {
  background-color: #ffffff70;
  border-color: #351f1c;
  color: #351f1c;
}

.button01::before,
.button01::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #351f1c;
}

.button01::before {
  right: 0;
}

.button::after {
  left: 0;
}

.button01:hover::before,
.button01:hover::after {
  width: 0;
  background-color: #351f1c;
}

#footer {
  width: 100%;
  padding: 0 0 5px;
}

#footerNavi {
  display: flex;
  margin-bottom: 10px;
  overflow: hidden;
}

#footerNavi ul {
  position: relative;
  left: 51%;
  float: left;
}

#footerNavi li {
  /*width: 95px;*/
  float: left;
  text-align: center;
  position: relative;
  left: -50%;
  box-sizing: border-box;
  margin-left: 5px;
  margin-right: 5px;
}

#footerNavi li:last-child {
  border-right: none;
  margin-left: 10px;
  margin-right: 10px;
}

#footerNavi a {
  line-height: 1;
  /*     font-family: 'Dosis', sans-serif; */
  font-family: 'Scada', "Noto Sans Japanese", 'Fredoka One', cursive;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: block;
  padding: 1px 20px;
  letter-spacing: 3px;
  /*text-transform: lowercase;*/
}

#footerNavi a:hover {
  opacity: 0.55;
}

.footerSns {
  clear: both;
  overflow: hidden;
  width: 120px;
  /*margin: 0 auto 20px;*/
  margin: 10px auto;
}

.footerSns li {
  width: 23px;
  float: left;
  /*padding: 5px;*/
  margin-right: 20px;
}

.footerSns .sns_tw {
  margin-left: 10px;
}

.footerSns li:last-child {
  margin-right: 0;
}

.footerSns li:hover, .contentsMenu a:hover, #footerLogo a:hover {
  opacity: 0.55;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#footerLogo {
  text-align: center;
}

#footerLogo a {
  display: block;
  width: 220px;
  margin: 0 auto 0px;
}

#footerLogo img {
    width: 60%;
}

.contentsMenu {
  text-align: center;
  margin-bottom: 15px;
}

.contentsMenu a {
  text-decoration: none;
}

.footer_address {
  text-align: center;
  clear: both;
  font-size: 11px;
  letter-spacing: 1px;
}

#goTopBt {
  display: block;
  height: 80px;
  width: 80px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  /*background-color: rgba(247, 204, 102, 0.66);*/
  /*border-radius: 50%;*/
  pointer-events: all;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5ase;
}

¥
#goTopBt:after {
  content: '';
  border: 2px solid rgba(255, 255, 255, 0.7);
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 40%;
  border-top: none;
  border-right: none;
}

.pakuzu .pakuzuInner {
  width: 1145px;
  margin: 0 auto;
  padding: 20px 30px 10px 30px;
  margin-bottom: 10px;
}

.pakuzuInner .arrow {
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px 0 10px;
}

.pakuzu .pakuzuInner a {
  display: inline-block;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 25em;
}

.pakuzu .pakuzuInner div span a:nth-child(3) {
  margin-bottom: 1.5px !important;
}

.snsBtn {
  display: block;
  margin-bottom: 10px;
}

.rhonda-profile {
  text-align: center;
  margin-bottom: 20px;
  margin-right: -15px;
}

#profile-info .rhonda-profile {
  margin-right: 0;
}

.profile-box {
  width: 100%;
  position: relative;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.profile-box.has-share {
  min-height: 180px;
}

.profile-box .profile-info {
  position: relative;
  padding: 90px 10px 4px;
  color: #ffffff;
  margin-bottom: 6px;
}

.profile-name {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 6px !important;
}

.profile-name a {
	color: #fff;
}

.profile-name a:hover {
	color: #fff;
	opacity: 0.6;
}

.profile-desc {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 300;
  line-height: 1.2;
}

.profile-box .profile-thumb {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  z-index: 2;
}

.profile-share {
  margin-bottom: 6px;
}

.profile-box .profile-thumb img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.profile-thumb img {
    width: 50%;
    height: auto;
    border-radius: 50%; 
}

#content-wrap .profile-info p {
    font-family: 'Scada', Helvetica Neue, "Noto Sans Japanese", Helvetica,Arial,sans-serif;
    line-height: 1.4;
    margin: 20px 0 10px;
    font-weight: 200;
    font-size: 13px;
}

.video {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ページナビ */
.wp-pagenavi span.current {
  font-weight: bold;
  border: 2px solid #351F1C;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 10px 15px;
  margin: 2px;
}

.wp-pagenavi a:hover {
  color: #351F1C;
  border: 2px solid #351F1C;
}

/*iframeのcsstest*/
.iframetest {
  width: 100px;
  height: 21px;
  border-style: none;
  overflow: hidden;
  overflow-scrolling: no;
  border: 0;
  /*    allowTransparency="true"
  */
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.readmore a {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  line-height: 50px;
}

.readmore a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.side_menu_banner {
	text-align: center;
	margin-bottom: 20px;
}
.side_menu_banner img:hover {
	opacity: 0.8;
}
.ham_menu_banner {
	text-align: center;
	margin: 0 30px 20px 0;
}
.ham_menu_banner img:hover {
	opacity: 0.8;
}

#article h2, #article-page h2 {
	color: #000;
	padding: 0.5em 0;
	border-top: solid 3px #cc689e;
	border-bottom: solid 3px #cc689e;
  margin-bottom: 20px; 
}
#article h3, #article-page h3 {
	color: #000;
	border-bottom: dashed 2px #e0d70f;
	border-left: none;
	margin: 20px 0;
	padding: 5px 0;
	display: inline-block;
}
#article h4, #article-page h4 {
	padding: 0.25em 0.5em;
	color: #000;
	background: transparent;
	border-left: solid 5px #4bbf65;
}

.article-ttBox .page_the_content ul {
	font-size: 16px;
}

.menu_child_list {
	margin-left: 20px;
}
.menu_child_list .menu_child_link {
	font-size: 14px !important;
}
.menu_child_list .menu_child_link:before {
	content: '- ';
}

.graybox {
  background: #333;
  color: #FFF;
  padding: 10px 15px;
  /* margin-bottom: 15px; */
  position: relative;
  float: right;
}
/*.graybox:after {
	position: absolute;
    content: '';
    right: 0;
    top: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: #fff #fff #e7e7e7;
    box-shadow: -1px 1px 1px rgba(0,0,0,.15);
}
*/
.article_right{
  text-align: right;
  font-size: 15px;
}

.sns-icon-sns img{
    width: 10%;
    margin: 0 15px 0 15px;
}

.sns-icon-sns img:hover{
    opacity: 0.7;
}

.sns-icon-sns2 img{
    width: 25%;
    margin: 0 15px 0 15px;
}

.sns-icon-sns img:hover{
    opacity: 0.7;
}

.button_pf {
    display: inline-block;
    width: 100px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    outline: none;
    margin-top: 10px;
}
.button::before,
.button_pf::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.button_pf,
.button_pf::before,
.button_pf::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button_pf {
    position: relative;
    z-index: 2;
    background-color: #333;
    border: 2px solid #333;
    color: #fff;　
}
.button_pf:hover {
  background-color: #fff;
  border-color: #4bbf65;
  color: #4bbf65;
}
.button_pf::before,
.button_pf::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #333;
}
.button_pf::before {
  right: 0;
}
.button_pf::after {
  left: 0;
}
.button_pf:hover::before,
.button_pf:hover::after {
  width: 0;
  background-color: #59b1eb;
}

@media only screen and (max-width: 992px) {
  .rhonda-profile {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
  }
}
/*===============================================画面の横幅が最大1200pxまで====*/
@media screen and (max-width: 1200px) {
  .headerInner, .navInner, #content-wrap, .pakuzu .pakuzuInner, .pickupInner {
    width: 954px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  #nav-drawer {
    right: 0px;
  }

  .listThumb img {
    width: 100%;
    height: 100%;
  }
}
/*================================================画面の横幅が最小1200pxまで====*/
@media screen and (min-width: 1200px) {
  #pc-search {
    right: 2%;
  }
}
/*===============================================画面の横幅が最大1145pxまで====*/
@media screen and (max-width: 1145px) {
  #top-head .inner,
  #head .inner {
    width: 100%;
  }

  .menu {
    position: absolute;
    width: 100%;
    right: -335px;
    left: unset;
  }

  #top-head.fixed #global-nav ul,
  #head.fixed #global-nav ul {
    right: -380px;
  }
}
/*===============================================画面の横幅が最大1060pxまで====*/
@media screen and (max-width: 1060px) {
  /*.menu {
      position: absolute;
      width: 100%;
      right: -335px;
  }*/
}
/*===============================================画面の横幅が990pxまで====*/
@media screen and (max-width: 990px) {
  body.single {
    margin-top: 0px !important;
  }

  .headerInner, .navInner, #content-wrap, .pakuzu .pakuzuInner, .pickupInner {
    /*width: 720px;*/
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  #wrapper {
    height: auto !important;
  }

  #top-head .logo, #head .logo {
    float: left;
    margin-left: 0px;
  }

  .article #content-wrap {
    padding-top: 0 !important;
    margin-top: 0;
  }

  /*
  .sns {
      display: none;
  }
  */
  .sns li {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 42px;
    float: left;
    border-radius: 50%;
    padding: 4px;
    margin: 3px;
  }

  .textBox {
    width: 100%;
    text-align: left;
    padding: 0 100px;
    bottom: 0;
  }

  #pc-search {
    /*right: 3.5%;*/
    left: 0% !important;
  }

  .pakuzu .pakuzuInner {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .pickupInner ul li {
    width: 48%;
    float: left;
    margin: 0 0.5%;
  }

  #contentList {
    width: 100%;
    float: none;
    border-right: none;
  }

  #sideBar {
    width: 100%;
    max-width: 354px;
    margin: 0 auto;
    float: none;
    padding-top: 50px;
  }

  #nav-drawer {
    top: 10px !important;
  }

  .parallax-window {
    background-attachment: unset;
    opacity: 0.99;
  }
}
/*================================================画面の横幅が最小768pxまで====*/
@media screen and (min-width: 768px) {
  #pc-search .search-display-on {
    background-color: #fff;
  }

  #pc-search .search-display-on form {
    padding-top: 3px;
  }

  .pop-search {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 9000;
    background-color: #fff;
    opacity: 0;
  }

  .listThumb img {
    width: 334px;
    height: 208px;
  }

  .contentList .article_news_under ul {
    padding: 0;
    margin: 10px -5px 20px 0px;
}
}
/*================================================ipadで検索がふたつ出るので一つ非表示====*/
@media screen and (max-width: 768px) {
  .ajax-loader {
    top: 35%;
    left: 56%;
  }

  #content {
    margin-top: 90px;
  }

  .link-bar-search {
    display: none;
  }

  .parallax-window {
    padding: 40px 0 50px;
  }

  /*
      	.opacity_bk:before {
  	z-index: 0;
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 222px;
      background-color:rgba(0,0,0,0.25);
      height: 500px;
  }
  */
}
/*================================================画面の横幅が780pxまで====*/
@media screen and (max-width: 991px) {
  .side_menu_banner {
    text-align: center;
  }
  .side_menu_banner img {
    width: 60%;
  }
}
/*================================================画面の横幅が767pxまで====*/
@media screen and (max-width: 767px) {
  body.single {
    margin-top: 0px !important;
  }

  #wrapper {
    padding: 70px 0 0;
  }

  #header {
    height: 97px;
  }

  #top-head:after,
  #head:after {
    margin: 60px 0 0;
  }

  #top-head,
  #head {
    /* 	border-bottom: 1px solid #fff */
  }

  #top-head.header:after, #head.header:after {
    background: none;
  }

  .gnav-sp {
    margin-top: 60px;
  }

  .gnav-sp__list {
    margin-bottom: 0;
  }

  .gnav-sp__list-item {
    display: inline-block;
    width: 25%;
    text-align: center;
    /*     border-right: 1px solid; */
    float: left;
  }

  .gnav-sp__list-item a {
    font-size: 1.3em;
    padding: 7px 0;
    display: block;
    font-family: 'Scada', "Noto Sans Japanese", 'Fredoka One', cursive;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }

  .fixed .gnav-sp__list-item a:hover {
    background-color: rgba(53, 31, 28, 0.77);
  }

  .fixed .gnav-sp__list-item a:hover {
    color: orange !important;
  }

  .fixed .gnav-sp__list-item a.hover {
    background-color: rgba(53, 31, 28, 0.77);
  }

  .fixed .gnav-sp__list-item a.hover {
    color: orange !important;
  }

  /*body::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background:url(/wp-content/themes/yatolog/photogp/images/intro_bk.jpg) center/cover no-repeat; /*fixedをトル！*/
  /*-webkit-background-size:cover;/*Android4*/
  /*}
  #wrapper {
  	background-color: white;
  }*/
  .parallax-window {
    background-attachment: unset;
    opacity: 0.99;
  }

/*
  #top-head.fixed,
  #head.fixed {
    border-bottom: 1px solid #351f1c;
  }
*/
  #top-head.fixed, #head.fixed {
    padding-top: 0px;
    background: white;
    border-bottom: none;
  }

  #top-head.fixed .logo img,
  #head.fixed .logo img {
    width: 70%;
    margin-top: 3px;
  }

  #top-head.fixed .gnav-sp {
    margin-top: 45px;
    border-top: 1px solid #351f1c;
  }

  #head.fixed .gnav-sp {
    margin-top: 50px;
    border-top: 1px solid #351f1c;
  }

  #top-head.fixed .gnav-sp__list,
  #head.fixed .gnav-sp__list {
    margin-bottom: 0;
  }

  #top-head.fixed .gnav-sp__list-item,
  #head.fixed .gnav-sp__list-item {
    display: inline-block;
    width: 25%;
    text-align: center;
    border-right: 1px solid #351f1c;
    float: left;
  }

  #top-head.fixed .gnav-sp__list-item a,
  #head.fixed .gnav-sp__list-item a {
    font-size: 1.3em;
    padding: 12px 0;
    display: block;
    color: #351F1C;
    font-family: 'Scada', "Noto Sans Japanese", 'Fredoka One', cursive;
  }

  .headerInner, .navInner, #content-wrap, .pakuzu .pakuzuInner, .pickupInner {
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding-left: 0px;
    padding-right: 0px;
  }

  .headerInner {
    height: 60px;
  }

  .headerInner h1 {
    display: none;
  }

  .pakuzu .pakuzuInner {
    margin-bottom: 0;
  }

  .pakuzuInner span {
    display: block;
    padding: 0 10px;
  }

  .headerInner .logo {
    width: 100%;
    text-align: left;
    margin-left: 10px;
    /*padding-top: 2px;*/
  }

  .headerInner .logo a {
    /*width: 100%;*/
    padding-top: 0 !important;
  }

  .headerInner .logo a img {
    /*max-width: 40%;*/
    /*width: 113px;*/
    /*height: 24px;*/
  }

  #content {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pickupInner p, #content-wrap p {
    padding: 0px 0px;
  }

  .sns {
    display: none;
  }

  #g-nav {
    border-bottom: 1px solid #ccc !important;
  }

  #g-nav ul span {
    display: none;
  }

  #g-nav ul li {
    /*border-bottom: 1px solid #ccc;*/
    border-right: 1px solid #ccc;
    width: 25%;
    text-align: center;
  }

  #g-nav ul li:last-child {
    border-right: none;
  }

  #g-nav ul li a {
    font-size: 1.3em;
    padding: 7px 0;
  }

  #g-nav ul li:first-child a {
    /*padding-left: auto;*/
  }

  #g-nav ul .oneStep {
    width: 33.3%;
    text-align: center;
  }

  #g-nav ul .bPlis {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  #g-nav ul .twoStep {
    width: 33.3%;
    text-align: center;
  }

  #g-nav ul .tsL {
    margin-left: 16.7%;
    border-right: 1px solid #ccc;
    border-bottom: none !important;
  }

  #g-nav ul .tsR {
    border-bottom: none !important;
  }

  .textBox {
    /*
    	left: 185px;
        bottom: 0;
        width: 330px;
    */
    width: 100%;
    text-align: center;
    padding: 0 20px;
    bottom: 0;
    top: 80%;
  }
  .SC-other {
	  margin-right: 0 !important;
  }

  #contentList {
    padding: 0;
  }

  .l-card a .l-thumbnail .thumbnail-wrapper .listThumb {
    width: 100%;
    height: auto;
  }

  #pickup {
    padding: 0px 0 5px;
  }

  .pickupInner ul, #contentList ul {
    padding: 0 10px;
  }

  .pickupInner ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .pickupInner ul li p, .pickupInner ul li p a {
    font-size: 14px;
    font-weight: 700;
  }

  .pickupImg {
    width: 176px;
    float: left;
    padding-right: 10px;
  }

  .listThumb {
    width: 170px;
  }
  
  #author-article .listThumb {
    float: left;
  }

  .pickupInner h2, #content-wrap h2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .listTxt {
    padding: 0 0 0 6px;
  }
  
  #author-article .listTxt {
  	padding: 0 0 0 13px;
  }

  .listTxt p {
    display: none;
  }

  .article-tt {
    font-size: 14px;
    margin-top: 60px;
  }
  
  #author-article .article-tt {
	  margin-top: 42px;
  }

  .year {
    display: none;
  }

  .yarpp-related .side_menu .article_type {
    margin-left: 10px !important;
  }

  .yarpp-related .side_menu ul {
    padding: 0 10px !important;
  }

  #footerNavi ul {
    left: 55.5%;
  }

  #footer .footerSns .sns_tw {
    margin-left: 10px;
    margin-right: 5px;
  }

  #footer .footerSns .sns_fb {
    margin-left: 10px;
    margin-right: 10px;
  }

  #footer .footerSns li:last-child {
    margin-left: 5px;
    margin-right: 10px;
  }

  .listThumb img {
    width: 175px;
    height: 110px;
  }

  .l-card {
    width: 168px;
    overflow: unset;
    margin-bottom: -20px;
  }

  .side_menu_banner img {
    width: 90%;
  }
  #profile-info .rhonda-profile {
    margin-right: 15px;
    margin-left: 15px;
  }
}
/*================================================画面の横幅が780pxまで====*/
@media screen and (max-width: 780px) {
  .contentList {
    border-right: none !important;
  }
}
/*================================================画面の横幅が767pxから415pxまで====*/
@media screen and (min-width: 415px) and (max-width: 767px) {
  .listThumb img {
    width: 168px;
    height: 110px;
  }

  .l-card {
    /*		width: 35%;*/
  }
}
/*================================================画面の横幅が640pxまで====*/
@media screen and (max-width: 640px) {
  .ajax-loader {
    top: 30%;
    left: 65%;
  }

  .slideCate {
    font-size: 12px;
    padding: 3px 5px;
  }

  .textBox p {
    font-size: 35px;
    padding: 5px;
  }

  #footer {
    padding-top: 0;
  }

  #footerNavi {
    border-bottom: 1px solid #fff;
    /*padding-bottom: 20px;*/
  }

  #g-nav ul .tsL {
    width: 50%;
    margin-left: 0;
  }

  #g-nav ul .tsR {
    width: 50%;
  }

  #footerNavi {
    border-top: 1px solid #fff;
  }

  #footerNavi ul li {
    width: 45% !important;
    /*border-top: 1px solid #eee;*/
    border: none !important;
    margin: 5px auto;
  }

  #footerNavi ul .bPlis {
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
  }

  #footerNavi ul .oneStep {
    width: 27.3%;
  }

  #footerNavi ul .rightSide {
    margin-left: 0;
  }

  #footerNavi ul .twoStep {
    /*width: 33.3%;*/
  }

  #footerNavi ul .tsL {
    /*
    margin-left: 15%;
    margin-top: 15px;
    border-right: 1px solid #fff !important;
    */
  }

  #footerNavi ul .tsR {
    /*margin-top: 15px;*/
  }

  #footerNavi ul li:nth-child(1), #footerNavi ul li:nth-child(2) {
    margin-top: 10px;
  }

  #footerNavi ul li:nth-child(1), #footerNavi ul li:nth-child(3), #footerNavi ul li:nth-child(5) {
    border-right: 1px solid #fff !important;
  }

  /*
  #footerNavi ul li:nth-child(4) {
      margin-left: 16.7%;
      margin-top: 15px;
      border-right: 1px solid #fff !important;
  }
  */
  #footerNavi ul li:last-child {
    margin-left: 0;
    margin-right: 0;
    /*margin-right: 15px;*/
  }

  .footerSns {
    width: 185px;
  }

  .footerSns li {
    width: 45px;
    /*margin-right: 15px;*/
  }
}
/*================================================画面の横幅が414pxまで====*/
@media screen and (max-width: 414px) {
  .headerInner .logo {
    padding-top: 1.5%;
  }

  .headerInner .logo a {
    width: 30% !important;
    padding-top: 2px !important;
  }

  .listThumb img {
    width: 175px;
    height: 110px;
  }

  .l-card {
    /*			width: 50%;*/
    width: 168px;
  }
}
/*================================================画面の横幅が370pxまで====*/
@media screen and (max-width: 370px) {
  .pickupImg, .listThumb {
    width: 142px;
  }

  .listTxt div {
    padding-bottom: 0;
  }

  .listThumb {
    width: 170px;
  }

  .l-card {
    width: 145px;
  }

  .pickupInner ul li p, .pickupInner ul li p a {
    font-size: 12px;
  }

  .article-tt {
    font-size: 13px;/
    margin-bottom: 5px;
  }

  .slideCate {
    font-size: 10px;
  }

  /*
  .textBox{
      left: 10px;
      bottom: 0px;
  }
  */
  .textBox p {
    font-size: 25px;
  }
  
  #author-article .listThumb {
    width: 145px;
  }
  
  #author-article .listThumb img {
	  width: 145px;
  }
  
  #author-article .listTxt {
    padding: 0 0 0 6px;
  }
}
/*================================================画面の横幅が330pxまで====*/
@media screen and (max-width: 330px) {
  #nav-content {
    padding-left: 18px;
  }

  .drawer-link-bar-search form input[type=search] {
    width: 205px;
  }

  #nav-drawer a {
    font-size: 14px;
  }

  ul.drawer-menu li.drawer-brand span.btn-toggle:after {
    left: 240px;
  }

  .drawer-search-keyword-list ul {
    width: 250px;
  }

  .drawer-brand a {
    width: 0;
  }
}
/*=====================================画面の横向き====*/
/* CSS Document */
body {
  color: #333333;
  background-color: #FFFFFF;
}

.left {
  width: 30%;
}

.sns li {
  /*background-color: #bdbdbd;*/
  /*background-color:　#ef8b1f;*/
  /*     background-color: #351F1C; */
}

.sns .color-off {
  background-color: #fff !important;
}

#header .header_cotainer .headerInner .sns li {
  background-color: #351f1c !important;
}

#pc-search .pc-search-btn, .search-area .search-btn {
  /*     background-color: #351F1C; */
}

/* グローバルナビ */
#g-nav ul li a {
  color: #000;
}

.top_contents #g-nav ul li a {
  color: #fff;
}

#g-nav ul li a:hover {
  color: orange;
}

#slideArea {
  /*border-top: 10px solid orange;
  border-bottom: 10px solid orange;*/
  /*background-color: #dcdcdc;*/
}

#pickup {
  background-color: #f5e0ac;
}

.dog a {
  color: orange;
}

.SC-dog {
  background-color: orange;
  color: #fff;
  margin-right: 10px;
}

.cat a {
  color: #03af13;
}

.SC-cat {
  background-color: #03af13;
  color: #fff;
  margin-right: 10px;
}

.animal a {
  color: #f568cb;
}

.SC-animal {
  background-color: #f568cb;
  color: #fff;
  margin-right: 10px;
}

.movie a {
  color: #5fa1da;
}

.SC-movie {
  background-color: #5fa1da;
  color: #fff;
  margin-right: 10px;
}

.other a {
  color: #fff85a;
}

.SC-other {
  background-color: #fff85a;
  color: #fff;
  margin-right: 10px;
}

.dog a:hover, .cat a:hover, .animal a:hover, .movei a:hover, .other a:hover {
  color: #888;
  text-decoration: none;
}

.textBox p {
  color: #fff;
  text-shadow: 0 0 5px #000;
}

.pickupInner ul li p, .pickupInner ul li p a {
  color: #000;
}

.pickupInner ul li p a:hover {
  color: orange;
}

#contentList {
  border-right: 1px solid #e4e4e4;
}

.listThumb img {
  /*     border: 1px solid #e6e6e6; 
      width: 100%;
      height: 100%;*/
}

.update, .date {
  color: #929292;
}

.article-tt a {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.article-tt a:hover {
  color: #337ab7;
  text-decoration: none;
}

.listTxt p {
  color: #929292;
}

.author {
  color: #929292;
}

/*
#footer {
  background-color: #351F1C;
}
*/

#footerNavi li {
  border-right: 1px solid #fff;
}

.footer_address {
  color: #929292;
}

.contentsMenu a {
  color: #fff;
}

.pakuzu {
  /*     border-bottom: 1px solid #ccc; */
}

.pakuzu a {
  color: #929292;
}

.profile-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

/*===============================================画面の横幅が991pxまで====*/
@media screen and (max-width: 991px) {
  .pakuzu {
    border-bottom: 0;
  }

  .link-bar-search input[type=search] {
    display: none;
  }
}
/*===============================================画面の横幅が859pxまで====*/
@media screen and (max-width: 859px) {
  #naviInner {
    background: transparent;
  }
}
/*===============================================画面の横幅が767pxまで====*/
@media screen and (max-width: 767px) {
  #g-nav ul li a:hover {
    background-color: rgba(53, 31, 28, 0.77);
  }
}

/* サイドメニュー */
.contentList ul.list {
	display: flex;
    flex-wrap: wrap;
}

#author-article ul {
	/*display: flex;*/
    flex-wrap: wrap;
}

.contentList ul li {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  transition: .8s;
}

.inview {
  transition: .8s;
}

.side_bar {
  border-left: 1px solid #eee;
}

.side_bar .banner_contents {
  margin-top: 5px;
  margin-bottom: 30px;
}

.side_bar .banner_contents .banner_area {
  margin-bottom: 20px;
}

.side_bar .banner_contents .banner_area li {
  margin-bottom: 20px;
}

.side_bar .banner_contents .banner_area li a {
  display: inline-block;
  max-width: 354px;
}

.side_bar .banner_contents .banner_area li a img {
  vertical-align: text-top;
  max-width: 100%;
  height: auto;
}

.side_bar .side_menu {
  margin: 20px 0 40px 0;
  font-size: 14px;
  color: #555;
  overflow: hidden;
  width: 100%;
}

.side_bar .side_menu#profile-info {
	margin-bottom: 10px;
}

.side_bar .side_menu .article_type {
  font-family: 'Scada', "Raleway", "Noto Sans Japanese", "Roboto Condensed", Helvetica Neue, Helvetica,Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  border-top: 0;
  left: 0 !important;
  position: relative;
  color: #000;
  text-align: center;
}

.side_bar .side_menu .article_type span {
/*
  border-left: 4px solid orange;
  display: inline-block;
  padding: 0 0 0 10px;
  margin-bottom: 0;
*/
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.side_bar .side_menu .article_type span:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #666;
	border-radius: 2px;
}
.side_bar .side_menu .article_type.list-mv02 span:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #e0d70f;
	border-radius: 2px;
}
.side_bar .side_menu .article_type.list-mv03 span:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #666;
	border-radius: 2px;
}

.yarpp-related .side_menu .article_type.list-mv04 span:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #4080ff;
  border-radius: 2px;
}


.side_bar .side_menu.under-pink .article_type span:before {
	background-color: #cc689e;
}
.side_bar .side_menu.under-yellow .article_type span:before {
	background-color: #e0d70f;
}
.side_bar .side_menu.under-green .article_type span:before {
	background-color: #4bbf65;
}
.side_bar .side_menu.under-blue .article_type span:before {
	background-color: #337ab7;
}

.side_bar .side_menu ul {
  margin: 0 0 5px 0;
  padding: 0;
  overflow: hidden;
  color: #666;
}

.side_bar .side_menu ul li {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  border-bottom: 0;
  position: relative;
  z-index: 18;
}

.side_bar .side_menu ul li .image {
  float: left;
  display: table-cell;
  width: 142px;
  height: 80px;
  margin: 5px 10px 5px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.side_bar .side_menu ul li .image img {
  /*width: 142px;*/
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: cover;
}

.side_bar .side_menu ul li .image img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.side_bar .side_menu ul li .article_category {
  display: inline;
}

.side_bar .side_menu ul li .article_category a {
  color: #983f6f;
  font-size: 11px;
  text-transform: uppercase;
  top: 5px;
  position: relative;
}

.side_bar .side_menu ul li .article_category a:hover {
  text-decoration: none;
}

.side_bar .side_menu ul li .article_title {
  font-family: 'Scada', Helvetica Neue, "Noto Sans Japanese", Helvetica,Arial,sans-serif;
  font-size: 12px !important;
  margin-top: 15px !important;
  margin-bottom: 0;
  margin-left: 149px;
}

.side_bar .side_menu ul li .article_title a {
  color: #666;
  transition: color 0.1s linear;
}

.side_bar .side_menu ul li .article_title a:hover {
  color: #cc689e !important;
  text-decoration: none;
}

.side_bar .side_menu ul.keyword_list li {
  display: inline-block;
  /*   border: 1px solid #555555; */
  padding: 3px 5px 3px 0px;
}

.side_bar .side_menu ul.keyword_list li a span {
  display: none;
}

.side_bar .side_menu ul.keyword_list li a {
  display: inline-block;
  line-height: 1;
  padding: 7px 8px 7px 12px;
  border: solid 1px #dadada;
  position: relative;
  font-weight: normal;
  font-size: 12px !important;
  color: #999999;
}

.side_bar .side_menu ul.keyword_list li a:hover {
  color: orange;
  border-color: orange;
}

.side_bar .side_menu ul.keyword_list li a:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border: solid 6px transparent;
  border-left-color: #dadada;
  border-top-color: #dadada;
}

.side_bar .side_menu ul.keyword_list li a:hover:before {
  border-color: #FFF;
  border-left-color: orange;
  border-top-color: orange;
}

.side_bar .side_menu ul.keyword_list li a:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: -1px;
  top: -1px;
  border: solid 6px transparent;
  border-left-color: white;
  border-top-color: white;
}

.side_bar .side_menu ul.keyword_list li a:after:hover {
  border-color: orange;
  border-left-color: #FFF;
  border-top-color: #FFF;
}

#summary-article img {
    width: 100%;
}

.ham_menu_banner img {
    width: 100%;
}


/* 404 */
.content-none h2 {
  margin-top: 10px !important;
  margin-bottom: 50px;
}

.content-none p:nth-child(4) {
  text-align: center;
}

.content-none p a {
  display: block;
  margin-top: 60px;
  color: #666;
  transition: color 0.1s linear;
}

.content-none p a:hover {
  color: orange;
  text-decoration: none;
}

table.brwsr2 {
	margin: 0 auto;
	width: 650px;
	border: none;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	border-collapse: separate;
	border-spacing: 0 10px;
	background: #f5f5f5;
}

table.brwsr2 th {
	vertical-align: middle;
	height: 53px;
	width: 124px;
	border-right: solid 1px #666;
	margin: 0;
	text-align: center;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

table.brwsr2 td.data {
	padding: 0;
	margin: 0;
	height: 53px;
	width: 100px;
	border: none;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
}

table.brwsr2 td:fst-child {
	padding: 0 0 0 10px;
	vertical-align: middle;
}

table.brwsr2 td.bar {
	height: 1px;
	width: 100%;
	border-top: solid 1px #34495e;
}

@media screen and (max-width: 991px) {
  .contentList ul {
    padding: 0 15px;
  }
  
  .contentList ul.list {
	  display: table;
    width: 100%;
  }

  .side_bar .side_menu .article_type {
    font-size: 18px;
   /* margin-left: 10px; */
  }

  .side_bar .side_menu ul li {
    overflow: auto;
  }

  .side_bar .side_menu ul li .article_title {
    font-family: 'Scada', Helvetica Neue, "Noto Sans Japanese", Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin-top: 7px;
    margin-bottom: 0;
    margin-left: 149px;
  }

  .side_bar .banner_contents .banner_area {
    text-align: center;
  }

  .side_bar .banner_contents .banner_area li {
    margin-bottom: 20px;
  }

  .side_bar .banner_contents .banner_area li a {
    display: inline-block;
    max-width: 354px;
  }
  
  .contentList ul.list li {
  	border-bottom: 1px solid #e5e5e5;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  
  #author-article ul li {
  	border-bottom: 1px solid #e5e5e5;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
  }
}
/*=====画面の横幅が767pxまで====*/
@media screen and (max-width: 767px) {
  .side_bar .side_menu .article_type span {
    /*margin-left: 20px;*/
  }

  .side_bar .side_menu ul {
    padding: 0 10px;
  }

  .side_bar .side_menu ul li {
    position: relative;
  }

  .side_bar .side_menu ul li a img {
    margin-left: 5px;
  }

  .side_bar .side_menu ul li .article_title {
    margin-left: 143px;
    word-break: break-all;
  }
  
  .update {
	  float: left;
	  margin-top: 18px;
  }
  
  #author-article .update {
	  float: left;
	  margin-top: 0;
  }
  
  span.listCate {
	  float: left;
    margin-top: 36px;
    margin-left: -65px;
    background-color: #666;
    width: 75px;
    text-align: center;
  }
  
  #author-article span.listCate {
	  float: left;
	  margin-top: 18px;
	  margin-left: -65px;
  }
  
  span.listCate a{
   color: #FFF;
  }
  
}
/*=====画面の横幅が370pxまで====*/
@media screen and (max-width: 370px) {
  .side_menu ul li .image {
    margin-right: 7px;
  }

  .side_menu ul li .image img {
    margin-left: 0 !important;
  }

  .side_menu ul li .article_title {
    margin-top: 5px;
    margin-left: 149px;
    line-height: 1.3;
  }

  .side_menu ul li .article_category a {
    font-size: 12px !important;
  }
}

.p0 {
	padding: 0;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

iframe.wp-embedded-content {
	width:100%;
}
.Center{
  text-align: center;
}

/* Contact Form 7 全体の整え */
.wpcf7 {
    max-width: 600px; /* 横幅を抑えて読みやすく */
    margin: 0 auto;
    padding: 20px;
    background: #fff; /* 背景を白に */
    border-radius: 8px;
}

/* 入力欄（名前・メール・題名・本文）のスタイル */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #e0e0e0; /* 薄いグレーの線 */
    border-radius: 4px;
    background-color: #fafafa; /* ほんのりグレーで目に優しく */
    box-sizing: border-box;
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 16px;
}

/* 入力欄にフォーカスした時の色（ちょっとした変化） */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #aacccc; /* 柔らかいブルーグレー */
    outline: none;
    background-color: #fff;
}

/* 送信ボタンのスタイル */
.wpcf7 submit, 
.wpcf7 input[type="submit"] {
    display: block;
    width: 200px;
    margin: 0 auto;
    padding: 5px;
    background-color: #8899a6; /* 落ち着いたグレーブルー */
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 30px; /* 角丸で柔らかい印象に */
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* 送信ボタン ホバー時 */
.wpcf7 input[type="submit"]:hover {
    background-color: #667788;
}

/* Contact Form 7 内の自動生成されるPタグを広げる */
.wpcf7 p {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* 入力欄を強制的にボックスの端まで広げる */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100% !important; /* 強制的に100%にする */
    display: block;        /* ブロック要素にして横に並ばないようにする */
    box-sizing: border-box;
}

/* ついでにボックス内の余白が邪魔しないように調整 */
.wpcf7 form {
    display: flex;
    flex-direction: column;
}

/* IDに対して直接Flexboxを当てる */
#hs-footer-links {
    display: flex !important;           /* 強制的にFlexbox化 */
    justify-content: center !important;  /* 中央揃え */
    align-items: center !important;      /* 上下中央 */
    flex-wrap: wrap;                     /* スマホで溢れたら折り返す */
    margin: 20px 0 !important;
    width: 100% !important;
}

.hs-footer-item {
    display: inline-block;
    padding: 5px 10px;
    color: #666;
    text-decoration: none;
}

.hs-separator {
    color: #ccc;
    user-select: none; /* 棒線を選択できないようにする（おまけ） */
}

@media screen and (max-width: 480px) {
    /* 棒線は消さずに表示 */
    .hs-separator {
        display: inline !important;
        margin: 0 8px !important; /* スマホでは少し隙間を詰める */
    }
    /* 縦並び(column)にせず、横並び(row)を維持 */
    #hs-footer-links {
        flex-direction: row !important;
        font-size: 13px; /* はみ出し防止に少しだけ小さく */
    }
}

/* aタグだけじゃなく、全状態の色を固定する */
.hs-footer-item, 
.hs-footer-item:link, 
.hs-footer-item:visited {
    color: #666 !important; /* 好きな色（グレーなど）に強制固定 */
    text-decoration: none !important; /* 下線も消す */
}

/* ホバーした時（指で触れている時）だけ色を変える */
.hs-footer-item:hover, 
.hs-footer-item:active {
    color: #8899a6 !important;
    text-decoration: underline !important;
}