@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cardo&family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  body {
    overflow-x: visible !important;
  }
}

body #container {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  color: #444;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  body.stop-scrolling {
    /*height: 100%;
    overflow-y: hidden !important;
    */
  }
}

.anchor {
  position: absolute;
  top: -60px;
}

.h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

a {
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, text-decoratin 0.2s;
}

a:link,
a:visited {
  color: #1A1A1A;
}

#container {
  position: relative;
  background-image: none !important;
  background-color: transparent !important;
}
#container main {
  border: 0;
}
#container .wrapper {
  padding-top: 60px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #container .wrapper {
    padding-top: 40px;
  }
}
body.page-concept #container .wrapper, body.home #container .wrapper {
  padding-top: 0;
  padding-top: 0;
}
#container img {
  height: auto!important;
  max-width: 100%;
  vertical-align: bottom;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 40px;
  }
}

/*pc sp switch*/
.pc {
  display: block !important;
}

span.pc {
  display: inline !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  span.sp {
    display: inline !important;
  }
}
/*共通*/
.fr.between {
  display: flex;
  justify-content: space-between !important;
}

.fr.start {
  display: flex;
  justify-content: flex-start !important;
}

.fr.reverse {
  display: flex;
  flex-direction: row-reverse;
}

.fr.wrap {
  display: flex;
  flex-wrap: wrap;
}

.fr.center {
  display: flex;
  justify-content: center;
}

.fr.hcenter {
  display: flex;
  align-items: center;
}

.fr.bottom {
  display: flex;
  align-items: flex-end !important;
}

.fr.top {
  display: flex;
  align-items: flex-start !important;
}

/**slick setting******/
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  background: url(../images/arrow-b.svg);
  width: 31px;
  height: 31px;
  background-size: cover;
  z-index: 2;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 28px;
  transform: translate(0, -50%) rotate(180deg);
}

[dir=rtl] .slick-prev {
  right: 28px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 28px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: 28px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0 6px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  content: "";
  text-align: center;
  background-color: #F1F1F1;
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #FFEB15;
  color: black;
}

/*********************/
.inner-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .inner-wrapper {
    flex-direction: column;
    padding-top: 30px;
  }
}
.inner-wrapper main {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .inner-wrapper main {
    width: 100%;
  }
}
.inner-wrapper aside {
  width: 27%;
}
@media only screen and (max-width: 767px) {
  .inner-wrapper aside {
    width: 100%;
  }
}

#contents {
  margin-top: 0px;
  padding-bottom: 0;
}

/*header*/
.header {
  text-align: right;
  background-color: #FFEB15;
  position: relative;
  height: 60px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  left: 0;
  transition: background-color 0.2s;
}
@media only screen and (max-width: 767px) {
  .header {
    height: 40px;
    top: 0;
  }
}
body.fixed .header {
  position: fixed;
  top: 0;
}
.page-concept:not(.fixed) .header, .home:not(.fixed) .header {
  background-color: rgba(255, 235, 21, 0);
}
.header .inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.header .inner > .container {
  display: flex;
  align-items: center;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .header .inner > .container {
    height: 40px;
    padding-left: 20px;
  }
}
.page-concept:not(.fixed) .header .logo, .home:not(.fixed) .header .logo {
  display: none;
}
.header .logo .navbar-brand {
  display: block;
  background: url(../images/logo.svg) no-repeat;
  width: 210px;
  height: 31px;
  background-size: auto 100%;
  padding: 0px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .header .logo .navbar-brand {
    width: 142px;
    background-size: 100% auto;
    height: 22px;
  }
}
.header nav {
  display: inline-block;
  /*		position:absolute;
  		right: 0;
  		top:0px;
  		*/
  margin: 0 0 0 auto;
}
.header nav > ul {
  display: flex;
}
.header nav > ul > li > a {
  position: relative;
  padding: 0 30px;
  line-height: 60px;
  font-size: 14px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  display: block;
  height: 60px;
  text-align: center;
  font-weight: 900;
  color: #573D1C !important;
}
@media only screen and (max-width: 767px) {
  .header nav > ul > li > a {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }
}
.header nav > ul > li > a:hover {
  background-color: #573D1C;
  color: #fff !important;
}
.header nav > ul > li > a::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #573D1C;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .header nav > ul > li > a::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .page-concept .header nav > ul > li:first-child, .home .header nav > ul > li:first-child {
    display: none;
  }
}
.header nav > ul > li:first-child a::before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header nav > ul > li:first-child a::before {
    display: block;
    height: 20px;
  }
}
.header nav > ul > li:first-child a {
  padding-left: 52px;
  background-repeat: no-repeat;
  background-position: 22px center;
  background-image: url(../images/icon-potato.svg);
  background-size: 25px 23px;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .header nav > ul > li:first-child a {
    font-size: 10px;
    background-size: 20px 18px;
    background-position: 12px center;
    padding-left: 38px;
  }
}
.header nav > ul > li:first-child a:hover {
  background-image: url(../images/icon-potato-w.svg);
}
@media screen and (max-width: 767px) {
  .header nav > ul > li:nth-child(2) {
    width: 40px;
  }
}
.header nav > ul > li:nth-child(2) > a {
  display: flex;
  align-items: center;
}
.header nav > ul > li:nth-child(2) > a span {
  line-height: 1;
  margin-left: 8px;
}
.header nav > ul > li:nth-child(2) > a span i {
  margin-bottom: 5px;
}
.header nav > ul > li:nth-child(2) > a:hover span i {
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 60px;
  color: #fff;
}
.header nav > ul > li:nth-child(2) > a:hover span i::before {
  padding-top: 3px;
  content: "\f0de";
}
@media only screen and (max-width: 767px) {
  .header nav > ul > li:nth-child(2) > a i,
  .header nav > ul > li:nth-child(2) > a span:first-child {
    display: none;
  }
}
@media (min-width: 768px) {
  .header nav > ul > li:nth-child(2) .submenu {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: 0.5s;
    left: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .header nav > ul > li:nth-child(2) .submenu {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header nav > ul > li:nth-child(2):hover .submenu {
    visibility: visible;
    overflow: visible;
    height: 124px;
  }
}
.header nav > ul > li.insta a {
  font-size: 25px;
  padding: 0 20px;
	line-height: 28px;
}
.header nav > ul > li.insta a:hover img{
	filter: brightness(0) invert(1);
}
.header nav > ul > li.insta a img{
	width: 22px;
	padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .header nav > ul > li.insta {
    display: none;
  }
}
.header nav .submenu {
  width: 100%;
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .header nav .submenu {
    top: 60px;
    background-color: #F1F1F1;
  }
  .header nav .submenu .insta,
  .header nav .submenu .ttl {
    display: none;
  }
  .header nav .submenu .container {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .header nav .submenu ul {
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
  .header nav .submenu ul li {
    position: relative;
  }
  .header nav .submenu ul li::before {
    content: "";
    width: 1px;
    height: 24px;
    background-color: #573D1C;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header nav .submenu ul li > a {
    margin: 0 1vw;
    font-weight: 500;
    position: relative;
    padding: 0 5px;
    line-height: 24px;
    font-size: 15px;
    text-decoration: none;
    display: block;
    height: 24px;
    text-align: center;
    transition: all 0.5s;
    z-index: 0;
  }
  .header nav .submenu ul li > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 100%;
    z-index: -1;
    transition: all 0.5s;
    background-color: #F1F1F1;
  }
  .header nav .submenu ul li > a::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    top: 15px;
    height: 7px;
    width: 100%;
    z-index: -2;
    background-color: #FFEB15;
  }
  .header nav .submenu ul li > a:hover {
    /*	background:linear-gradient(transparent 65%, $maincolor 65%);*/
  }
  .header nav .submenu ul li > a:hover::before {
    opacity: 0;
  }
}
@media screen and (min-width: 955px) {
  .header nav .submenu ul li > a {
    margin: 0 25px;
    padding: 0 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header nav .submenu {
    box-sizing: border-box;
    left: 0;
    top: 0;
    height: 100vh;
    overflow: hidden;
    background-color: #fff;
    padding: 50px 40px 0;
    text-align: left;
  }
  .header nav .submenu .container {
    background: url(../images/logo.svg) no-repeat 20px top;
    background-size: 195px auto;
    padding-top: 75px;
  }
  .header nav .submenu .container .ttl {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    position: relative;
    padding-left: 45px;
    margin-bottom: 15px;
  }
  .header nav .submenu .container .ttl:before {
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #573D1C;
  }
  .header nav .submenu .container ul {
    margin-bottom: 20px;
  }
  .header nav .submenu .container ul li a {
    padding: 16px 0;
    display: block;
    letter-spacing: 0.1em;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
  }
  .header nav .submenu .container .insta a {
    padding: 16px 0;
    display: block;
    letter-spacing: 0.1em;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
	.header nav .submenu .container .insta a img{
		width: 21px;
		margin-right: 10px;
		/* padding-top: 20px; */
	}

}
@media only screen and (max-width: 767px) {
  .header nav .navbar-toggle {
    right: 0;
    top: 0;
    z-index: 4;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    display: block !important;
    height: 40px;
    width: 40px;
    background-color: #573D1C;
    outline: none;
    padding: 13px 0 0 8px;
  }
  .header nav .navbar-toggle span:last-child {
    margin: 0;
    position: relative;
    display: block;
    width: 24px;
    height: 16px;
    border: 2px solid #fff;
    border-width: 2px 0;
    box-sizing: border-box;
  }
  .header nav .navbar-toggle span:last-child::before, .header nav .navbar-toggle span:last-child::after {
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    content: "";
    transition: all linear 0.08s;
    background-color: #fff;
  }
  .header nav .navbar-toggle span:last-child::before {
    transform: rotate(0);
  }
  .header nav .navbar-toggle span:last-child::after {
    transform: rotate(0);
  }
  .header nav .navbar-toggle.active {
    background-color: #fff;
  }
  .header nav .navbar-toggle.active span:last-child {
    padding: 0px;
  }
  .header nav .navbar-toggle.active span:last-child::before {
    background-color: #573D1C;
    transform: rotate(-45deg);
    top: 5px;
  }
  .header nav .navbar-toggle.active span:last-child::after {
    background-color: #573D1C;
    transform: rotate(45deg);
    top: 5px;
  }
}

/*end header*/
/*main*/
main > .container {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  main > .container {
    padding-top: 30px;
  }
}

.ttl {
  position: relative;
  font-weight: 800;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  color: #573D1C;
  padding-left: 45px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.ttl:before {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #573D1C;
}

/*page header*/
.ttlarea {
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttlarea {
    margin-bottom: 20px;
  }
}
.ttlarea .h1 {
  letter-spacing: 0.1em;
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 20px 0;
  line-height: 1;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .ttlarea .h1 {
    font-size: 26px;
  }
}

/*panlist*/
.breadcrumbs {
  padding: 20px 0 20px;
  line-height: 1;
  margin: 0px;
  border-bottom: none;
  margin-bottom: 0px;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
.breadcrumbs a:link,
.breadcrumbs a:visited {
  font-size: 11px;
  color: #573D1C !important;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs strong {
  font-size: 11px;
  color: #959595;
}

/*archive*/
.newslist.newsarea ul {
  margin: 0 -15px;
}
@media screen and (max-width: 767px) {
  .newslist.newsarea ul {
    margin: 0 -10px;
  }
  .resentarea .newslist.newsarea ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.newslist.newsarea ul li {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .resentarea .newslist.newsarea ul li {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
  }
  .resentarea .newslist.newsarea ul li:last-child {
    border-bottom: none;
  }
}
.nextarticle .newslist.newsarea ul li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nextarticle .newslist.newsarea ul li {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .nextarticle .newslist.newsarea ul li {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .newslist.newsarea ul li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 30px;
  }
}
.newslist.newsarea ul li dl {
  margin-bottom: 0px;
  padding: 0px 0;
}
.resentarea .newslist.newsarea ul li dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .resentarea .newslist.newsarea ul li dl {
    display: block;
  }
}
.newslist.newsarea ul li dl dt,
.newslist.newsarea ul li dl dd {
  padding: 0px 0 0px;
  font-weight: normal;
}
.newslist.newsarea ul li dl dt {
  vertical-align: top;
  position: relative;
}
.resentarea .newslist.newsarea ul li dl dt {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .resentarea .newslist.newsarea ul li dl dt {
    width: auto;
  }
}
.newslist.newsarea ul li dl dt .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 65%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.3s;
  background-color: #eee;
  transition: transform ease 0.3s;
  background-image: url(../images/nolimg.png);
  border-radius: 10px;
  transition: all 0.3s;
}
.resentarea .newslist.newsarea ul li dl dt .img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .nextarticle .newslist.newsarea ul li dl dt .img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .newslist.newsarea ul li dl dt .img {
    border-radius: 5px;
  }
}
.newslist.newsarea ul li dl dt .img .ranking {
  position: absolute;
  left: 10px;
  top: -5px;
  z-index: 1;
}
.newslist.newsarea ul li dl dt a {
  position: relative;
  width: 100%;
  padding-top: 65%;
  display: block;
}
.newslist.newsarea ul li dl dt a:hover .img {
  box-shadow: 8px 8px 0 0 #FFEB15;
  margin: -8px 0 0 -8px;
}
@media screen and (min-width: 768px) {
  .resentarea .newslist.newsarea ul li dl dt a:hover .img {
    box-shadow: 4px 4px 0 0 #FFEB15;
    margin: -4px 0 0 -4px;
  }
}
.newslist.newsarea ul li dl dd {
  vertical-align: middle;
  padding-left: 0px;
}
@media screen and (min-width: 768px) {
  .resentarea .newslist.newsarea ul li dl dd {
    width: 66%;
    padding-left: 5%;
  }
}
.newslist.newsarea ul li dl dd .title {
  padding: 10px 0;
  text-align: left;
  display: block;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .resentarea .newslist.newsarea ul li dl dd .title {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .newslist.newsarea ul li dl dd .title {
    font-size: 14px;
  }
}
.newslist.newsarea ul li dl dd .metaarea {
  color: #535353;
  font-weight: 600;
  margin: 16px 0 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .resentarea .newslist.newsarea ul li dl dd .metaarea {
    margin-top: 0;
  }
}
.newslist.newsarea ul li dl dd .metaarea .cat {
  padding: 0 10px;
  text-decoration: none;
  min-width: 90px;
  border: 1px solid #573D1C;
  height: 24px;
  border-radius: 12px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  font-size: 11px;
  color: #573D1C;
}
@media screen and (min-width: 768px) {
  .resentarea .newslist.newsarea ul li dl dd .metaarea .cat {
    font-size: 10px;
    height: 20px;
    border-radius: 10px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .newslist.newsarea ul li dl dd .metaarea .cat {
    font-size: 10px;
    padding: 0 5px;
    height: 20px;
    border-radius: 10px;
    line-height: 18px;
    margin-right: 0;
  }
}
.newslist.newsarea ul li dl dd .date {
  font-size: 12px;
  display: block;
}
@media screen and (min-width: 768px) {
  .resentarea .newslist.newsarea ul li dl dd .date {
    font-size: 10px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .newslist.newsarea ul li dl dd .date {
    font-size: 10px;
    display: block;
  }
}
.newslist.newsarea ul li dl dd .date span {
  display: inline;
  margin-right: 5px;
  line-height: 1.5;
  margin-bottom: 2px;
}
.newslist.newsarea ul li dl dd .date span.time {
  display: inline;
  color: #959595;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .newslist.newsarea ul li dl dd .date span.time {
    margin-bottom: 5px;
    display: block;
  }
}
.resentarea .newslist.newsarea ul li dl dd .date span.time {
  display: block;
}
.newslist.newsarea ul li dl dd .date span.tags {
  word-break: break-all;
}
.newslist.newsarea ul li dl dd .date span a {
  padding: 0 3px;
  color: #573D1C !important;
  text-decoration: none;
}
.newslist.newsarea ul li dl dd .date span a:hover {
  background: linear-gradient(transparent 70%, #FFEB15 70%);
}
@media screen and (max-width: 767px) {
  .resentarea .newslist.newsarea, .archive .newslist.newsarea {
    margin-right: -20px;
    margin-left: -20px;
  }
}

/*keyword*/
.keywordarea {
  background-color: #F1F1F1;
  padding: 44px 40px 40px;
}
@media screen and (max-width: 767px) {
  .keywordarea {
    margin: 0 -40px;
    padding: 34px 40px 40px;
  }
}
.keywordarea .ttl {
  margin-bottom: 20px;
}
.keywordarea .tagarea a {
  margin: 3px 0;
  padding: 8px 6px;
  line-height: 1;
  color: #573D1C;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  background-color: #fff;
  margin-right: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .keywordarea .tagarea a {
    font-size: 12px;
  }
}
.keywordarea .tagarea a:hover {
  background-color: #FFEB15;
}

/*関連記事*/
.resentarea {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .resentarea .more {
    margin-left: 20px;
  }
}
.resentarea .more a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .resentarea .more a {
    color: #fff !important;
    background-color: #1A1A1A;
    width: 240px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    position: relative;
  }
}
.resentarea .more a i {
  font-size: 12px;
  margin-left: 10px;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .resentarea .more a i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.resentarea .more a:hover i {
  margin-left: 18px;
}

@media screen and (max-width: 767px) {
  .sidebar {
    margin-top: 40px;
  }
}
.sidebar .ttlarea {
  margin-bottom: 20px;
}
.sidebar .ttlarea .h1 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .sidebar .ttlarea .h1 {
    font-size: 26px;
  }
}
.sidebar .keywordarea {
  padding: 30px 26px 25px;
}
@media screen and (max-width: 767px) {
  .sidebar .keywordarea {
    padding: 30px 40px 30px;
  }
}

/*次の記事*/
.nextarticle {
  margin-bottom: 40px;
  background: url(../images/bg-stripe.png) repeat left top;
  padding: 30px 26px 30px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .nextarticle {
    padding: 40px 40px 40px;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 0;
  }
}

/*-----------------------
pagination
---------------------------*/
.screen-reader-text {
  display: none;
}

.pagearrow {
  margin: 24px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagearrow {
    margin: 15px -20px;
  }
}
.pagearrow > div {
  background-repeat: no-repeat;
  background-position: center;
  width: 86px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .pagearrow > div {
    width: 45px;
  }
}
.pagearrow .prev-d {
  background-image: url(../images/arrow-d.svg);
  background-position: right center;
  transform: rotate(180deg);
}
.pagearrow .next-d {
  background-position: right center;
  background-image: url(../images/arrow-d.svg);
}
.pagearrow .posts-navigation {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.pagearrow .posts-navigation .nav-links {
  position: relative;
}
.pagearrow .posts-navigation .nav-links > div {
  position: absolute;
  top: 0;
}
.pagearrow .posts-navigation .nav-links > div a {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 96px;
  height: 20px;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .pagearrow .posts-navigation .nav-links > div a {
    width: 55px;
  }
}
.pagearrow .posts-navigation .nav-links .nav-previous {
  right: 0;
}
.pagearrow .posts-navigation .nav-links .nav-previous a {
  background-image: url(../images/arrow.svg);
  background-position: right center;
  transition: all 0.2s;
}
.pagearrow .posts-navigation .nav-links .nav-previous a:hover {
  margin-right: -10px;
}
.pagearrow .posts-navigation .nav-links .nav-next {
  left: 0;
}
.pagearrow .posts-navigation .nav-links .nav-next a {
  background-position: right center;
  background-image: url(../images/arrow.svg);
  transform: rotate(180deg);
}
.pagearrow .posts-navigation .nav-links .nav-next a:hover {
  margin-left: -10px;
}

.pagination-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
  padding: 10px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pagination-wrapper {
    margin-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.pagination-wrapper .count {
  font-size: 14px;
  line-height: 1;
  color: #959595;
}
@media screen and (max-width: 767px) {
  .pagination-wrapper .count {
    font-size: 12px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin: 0 5px;
}
.pagination > li {
  line-height: 1;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  padding: 0px 5px;
  line-height: 1;
  color: #1A1A1A;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .pagination > li > a,
  .pagination > li > span {
    font-size: 12px;
  }
}

.pagination > li > span.current,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  font-weight: 700;
  position: relative;
}
.pagination > li > span.current:before,
.pagination > li > a:focus:before,
.pagination > li > a:hover:before,
.pagination > li > span:focus:before,
.pagination > li > span:hover:before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1A1A1A;
  position: absolute;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .pagination > li > span.current:before,
  .pagination > li > a:focus:before,
  .pagination > li > a:hover:before,
  .pagination > li > span:focus:before,
  .pagination > li > span:hover:before {
    bottom: -10px;
  }
}

.pagearrow + .pagination-wrapper {
  border-top: 1px solid #E6E6E6;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .pagearrow + .pagination-wrapper {
    margin-bottom: 10px;
  }
}
.pagearrow + .pagination-wrapper .pagination > li > span.current:before,
.pagearrow + .pagination-wrapper .pagination > li > a:focus:before,
.pagearrow + .pagination-wrapper .pagination > li > a:hover:before,
.pagearrow + .pagination-wrapper .pagination > li > span:focus:before,
.pagearrow + .pagination-wrapper .pagination > li > span:hover:before {
  top: -11px;
  bottom: auto;
}
@media screen and (max-width: 767px) {
  .pagearrow + .pagination-wrapper .pagination > li > span.current:before,
  .pagearrow + .pagination-wrapper .pagination > li > a:focus:before,
  .pagearrow + .pagination-wrapper .pagination > li > a:hover:before,
  .pagearrow + .pagination-wrapper .pagination > li > span:focus:before,
  .pagearrow + .pagination-wrapper .pagination > li > span:hover:before {
    top: -13px;
  }
}

/***************************
* .single
*****************************/
main .single-post .single-head {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  main .single-post .single-head {
    margin-bottom: 25px;
  }
}
main .single-post .single-head .title {
  padding: 0;
  text-align: left;
  display: block;
  font-size: 26px;
  line-height: 1.6;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  main .single-post .single-head .title {
    font-size: 22px;
  }
}
main .single-post .single-head .metaarea {
  text-align: left;
}
main .single-post .single-head .metaarea .cat {
  padding: 0px 10px;
  text-decoration: none;
  min-width: 90px;
  border: 1px solid #573D1C;
  height: 27px;
  border-radius: 14px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
  color: #573D1C;
}
@media screen and (max-width: 767px) {
  main .single-post .single-head .metaarea .cat {
    font-size: 11px;
    height: 24px;
    border-radius: 12px;
    line-height: 22px;
  }
}
main .single-post .single-head .date {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 767px) {
  main .single-post .single-head .date {
    font-size: 12px;
  }
}
main .single-post .single-head .date span {
  display: inline;
  margin-right: 8px;
  line-height: 1.5;
  margin-bottom: 5px;
}
main .single-post .single-head .date span.time {
  display: inline;
  color: #959595;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  main .single-post .single-head .date span.time {
    margin-bottom: 5px;
  }
}
main .single-post .single-head .date span.tags {
  word-break: break-all;
}
main .single-post .single-head .date span a {
  padding: 0 3px;
  color: #573D1C !important;
  text-decoration: none;
}
main .single-post .single-head .date span a:hover {
  background: linear-gradient(transparent 70%, #FFEB15 70%);
}
main .single-post .contfr {
  margin-bottom: 86px;
}
main .single-post .contfr h2 {
  font-size: 30px;
  padding-bottom: 26px;
  line-height: 32px;
  margin-bottom: 36px;
  font-weight: normal;
  vertical-align: middle;
  position: relative;
  margin-top: 60px;
}
main .single-post .contfr .cont {
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  main .single-post .contfr .cont {
    font-size: 14px;
  }
}
main .single-post .contfr .cont img {
  border-radius: 15px;
}
main .single-post .contfr .cont p > a.fancybox {
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main .single-post .contfr .cont p > a.fancybox {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 10px;
  }
}
main .single-post .contfr .cont p > a.fancybox img {
  width: 100%;
  height: auto;
}
main .single-post .contfr .cont h2 {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid #E6E6E6;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main .single-post .contfr .cont h2 {
    font-size: 16px;
  }
}
main .single-post .contfr .cont h2::before {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  line-height: 1.5;
  background-color: #573D1C;
  bottom: -2px;
}
main .single-post .contfr .cont h3 {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main .single-post .contfr .cont h3 {
    font-size: 16px;
  }
}
main .single-post .contfr .cont p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main .single-post .contfr .cont p {
    font-size: 14px;
  }
}
main .single-post .contfr .cont a {
  color: #0031ff;
}

/*コメントエリア*/
.commentarea {
  background-color: #F1F1F1;
  padding: 40px 60px 40px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .commentarea {
    padding: 40px 40px 40px;
    margin: 0 -40px;
  }
}
.commentarea::before {
  position: absolute;
  content: "";
  height: 100%;
  display: block;
  background-color: #F1F1F1;
  top: 0;
  left: -50vw;
  width: 50vw;
}
@media screen and (max-width: 767px) {
  .commentarea::before {
    display: none;
  }
}
.commentarea .title {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.commentarea .title img {
  margin-right: 10px;
  height: 20px;
  width: auto;
}
.commentarea .frame {
  background-color: #fff;
  padding: 0 30px;
  overflow: auto;
  max-height: 300px;
}
@media screen and (max-width: 767px) {
  .commentarea .frame {
    padding: 0 20px;
    max-height: 480px;
  }
}
.commentarea .comment_list li {
  padding: 30px 0;
  border-top: 2px dotted #959595;
}
@media screen and (max-width: 767px) {
  .commentarea .comment_list li {
    padding: 20px 0;
  }
}
.commentarea .comment_list li:first-child {
  border-top: none;
}
.commentarea .comment_list li dl {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .commentarea .comment_list li dl {
    display: block;
  }
}
.commentarea .comment_list li dl dt {
  width: 35%;
  display: flex;
  align-items: center;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .commentarea .comment_list li dl dt {
    width: auto;
    margin-bottom: 12px;
  }
}
.commentarea .comment_list li dl dt span:first-child {
  margin-right: 16px;
}
.commentarea .comment_list li dl dt span:first-child img {
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.commentarea .comment_list li dl dt span:nth-child(2) {
  line-height: 1.5;
}
.commentarea .comment_list li dl dd {
  width: 65%;
  font-size: 13px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .commentarea .comment_list li dl dd {
    width: auto;
  }
}
.commentarea .group_1 {
  padding: 0 0 40px;
}
.commentarea .group_2 {
  padding: 0;
}
.commentarea .group_2 dl {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .commentarea .group_2 dl {
    display: block;
  }
}
.commentarea .group_2 dl dt {
  min-width: 95px;
  width: 95px;
  font-size: 12px;
  margin-bottom: 20px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .commentarea .group_2 dl dt {
    min-width: auto;
    width: auto;
    margin-bottom: 10px;
  }
}
.commentarea .group_2 dl dd {
  margin-bottom: 20px;
  width: calc(100% - 95px);
}
@media screen and (max-width: 767px) {
  .commentarea .group_2 dl dd {
    width: auto;
  }
}
.commentarea .group_2 #comment-author {
  width: 80%;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  border: 0;
  border: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  .commentarea .group_2 #comment-author {
    width: 100%;
  }
}
.commentarea .group_2 #comment-text {
  width: 100%;
  border: 0;
  padding: 5px 20px;
  height: 140px;
  resize: none;
  border: 1px solid #E6E6E6;
}
.commentarea .group_2 .radio {
  display: none;
}
.commentarea .group_2 .radio + .radio_image {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}
.commentarea .group_2 .radio:checked + .radio_image {
  border: 2px #008129 solid;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  box-sizing: content-box;
}
.commentarea .group_2 #error_message {
  border: 1px solid #3A2601;
  margin: 10px;
  padding: 15px;
}

#preview .title {
  color: #008129;
  font-size: 12px;
  margin: 10px 0;
}
#preview .frame {
  border: 2px solid #008129;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #preview .frame {
    margin-bottom: 30px;
  }
}

#comment #error_message {
  border: 1px solid #3A2601;
  margin: 10px;
  padding: 15px;
}
#comment .btn_area {
  padding: 20px;
  margin-left: 0px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #comment .btn_area {
    padding: 0px;
    justify-content: space-between;
  }
}
#comment .btn_area .btn_l,
#comment .btn_area .btn_r {
  outline: none;
  transition: all 0.2s;
  font-weight: 700;
  padding: 0 0px;
  margin: 0 10px;
  width: 200px;
  height: 40px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  border: none;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
@media screen and (max-width: 767px) {
  #comment .btn_area .btn_l,
  #comment .btn_area .btn_r {
    width: auto;
    margin: 0;
    width: 49%;
  }
}
#comment .btn_area .btn_l {
  border: 2px solid #1A1A1A;
  background-color: #1A1A1A;
  color: #fff;
}
#comment .btn_area .btn_l:hover {
  border: 2px solid #1A1A1A;
  background-color: #fff;
  color: #1A1A1A;
}
#comment .btn_area .btn_r {
  border: 2px solid #FFEB15;
  background-color: #FFEB15;
  color: #1A1A1A;
}
#comment .btn_area .btn_r:hover {
  border: 2px solid #FFEB15;
  background-color: #fff;
}

/*-------------------------------
home
------------------------------- */
.home {
  /*メインイメージ*/
}
.home .mainslide {
  width: 100%;
  margin: 0;
  position: relative;
  padding: 0;
}
.home #main_visual {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/mv.jpg);
  height: 707px;
}
@media screen and (max-width: 767px) {
  .home #main_visual {
    background-image: url(../images/sp-mv.jpg);
    height: 460px;
  }
}
.home #main_visual .container {
  position: relative;
  height: 100%;
}
.home #main_visual .container .titletxt {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .home #main_visual .container .titletxt {
    text-align: center;
    left: 50%;
    top: 78px;
    transform: translateX(-50%);
  }
}
.home #main_visual .container .titletxt .title {
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .home #main_visual .container .titletxt .title {
    margin-bottom: 40px;
  }
}
.home #main_visual .container .titletxt .title img {
  width: 395px;
  height: auto;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .home #main_visual .container .titletxt .title img {
    width: 275px;
    height: auto;
  }
}
.home #main_visual .container .titletxt span {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  color: #573D1C;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .home #main_visual .container .titletxt span {
    font-size: 20px;
  }
}
.home #main_visual .container .titletxt span img {
  width: 313px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .home #main_visual .container .titletxt span img {
    width: 240px;
    height: auto;
  }
}
.home section {
  padding: 80px 0 0;
  padding: 80px 0 40px;
}
.home section .ttl {
  margin-bottom: 20px;
}
.home section.sec-concept {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .home section.sec-concept {
    padding-bottom: 40px;
    padding-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .home section.sec-concept .ttlarea {
    padding-left: 40px;
  }
}
.home section.sec-concept .conceptlist > ul {
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .home section.sec-concept .conceptlist > ul {
    margin: 0 0px;
  }
}
.home section.sec-concept .conceptlist > ul li.slick-slide {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .home section.sec-concept .conceptlist > ul li.slick-slide {
    padding: 0 12px;
  }
}
.home section.sec-concept .conceptlist > ul li.slick-slide a {
  outline: none;
  position: relative;
  width: 100%;
  display: block;
  padding-top: 88.2%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  position: relative;
}
.home section.sec-concept .conceptlist > ul li.slick-slide a::before {
  box-sizing: border-box;
  content: "";
  z-index: 1;
  border-radius: 30px;
  border: 6px solid #FFEB15;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s;
}
.home section.sec-concept .conceptlist > ul li.slick-slide a:hover::before {
  transition: opacity 0.2s;
  opacity: 1;
}
.home section.sec-concept .conceptlist > ul li.slick-slide.s1 a {
  background-image: url(../images/img-top-concept1.jpg);
}
.home section.sec-concept .conceptlist > ul li.slick-slide.s2 a {
  background-image: url(../images/img-top-concept2.jpg);
}
.home section.sec-concept .conceptlist > ul li.slick-slide.s2 a p {
  color: #fff;
}
.home section.sec-concept .conceptlist > ul li.slick-slide.s3 a {
  background-image: url(../images/img-top-concept3.jpg);
}
.home section.sec-concept .conceptlist > ul li.slick-slide.s4 a {
  background-image: url(../images/img-top-concept4.jpg);
}
.home section.sec-concept .conceptlist > ul li.slick-slide.s4 a p {
  color: #fff;
}
.home section.sec-concept .conceptlist > ul li.slick-slide p {
  position: absolute;
  letter-spacing: 0.05em;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 1.6vw;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .home section.sec-concept .conceptlist > ul li.slick-slide p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .home section.sec-concept .conceptlist > ul li.slick-slide p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .home section.sec-concept .container {
    padding: 0;
  }
}
.home section.sec-recommend .fr.toplist, .home section.sec-news .fr.toplist, .home section.sec-popular .fr.toplist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .home section.sec-recommend .fr.toplist, .home section.sec-news .fr.toplist, .home section.sec-popular .fr.toplist {
    display: block;
  }
}
.home section.sec-recommend .fr.toplist .h1, .home section.sec-news .fr.toplist .h1, .home section.sec-popular .fr.toplist .h1 {
  line-height: 1.5;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .home section.sec-recommend .fr.toplist .h1, .home section.sec-news .fr.toplist .h1, .home section.sec-popular .fr.toplist .h1 {
    font-size: 26px;
  }
}
.home section.sec-recommend .fr.toplist .newslist.newsarea, .home section.sec-news .fr.toplist .newslist.newsarea, .home section.sec-popular .fr.toplist .newslist.newsarea {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .home section.sec-recommend .fr.toplist .newslist.newsarea, .home section.sec-news .fr.toplist .newslist.newsarea, .home section.sec-popular .fr.toplist .newslist.newsarea {
    width: auto;
  }
}
.home section.sec-recommend .fr.toplist .newslist.newsarea ul li, .home section.sec-news .fr.toplist .newslist.newsarea ul li, .home section.sec-popular .fr.toplist .newslist.newsarea ul li {
  width: 33.3333333333%;
}
.home section.sec-recommend .fr.toplist .newslist.newsarea ul li dl dt a, .home section.sec-news .fr.toplist .newslist.newsarea ul li dl dt a, .home section.sec-popular .fr.toplist .newslist.newsarea ul li dl dt a {
  padding-top: 59%;
}
.home section.sec-recommend .fr.toplist .newslist.newsarea ul li dl dt a .img, .home section.sec-news .fr.toplist .newslist.newsarea ul li dl dt a .img, .home section.sec-popular .fr.toplist .newslist.newsarea ul li dl dt a .img {
  padding-top: 59%;
}
@media screen and (max-width: 767px) {
  .home section.sec-recommend .fr.toplist .newslist.newsarea ul li, .home section.sec-news .fr.toplist .newslist.newsarea ul li, .home section.sec-popular .fr.toplist .newslist.newsarea ul li {
    width: 100%;
  }
  .home section.sec-recommend .fr.toplist .newslist.newsarea ul li dl dt .img, .home section.sec-news .fr.toplist .newslist.newsarea ul li dl dt .img, .home section.sec-popular .fr.toplist .newslist.newsarea ul li dl dt .img {
    padding-top: 59%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .home section.sec-recommend .fr.toplist .newslist.newsarea ul li dl dt .img, .home section.sec-news .fr.toplist .newslist.newsarea ul li dl dt .img, .home section.sec-popular .fr.toplist .newslist.newsarea ul li dl dt .img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .home section.sec-recommend .fr.toplist .newslist.newsarea ul li dl dd .metaarea a, .home section.sec-news .fr.toplist .newslist.newsarea ul li dl dd .metaarea a, .home section.sec-popular .fr.toplist .newslist.newsarea ul li dl dd .metaarea a {
    font-size: 11px;
  }
  .home section.sec-recommend .fr.toplist .newslist.newsarea ul li dl dd .title, .home section.sec-news .fr.toplist .newslist.newsarea ul li dl dd .title, .home section.sec-popular .fr.toplist .newslist.newsarea ul li dl dd .title {
    font-size: 16px;
  }
  .home section.sec-recommend .fr.toplist .newslist.newsarea ul li dl dd .date, .home section.sec-news .fr.toplist .newslist.newsarea ul li dl dd .date, .home section.sec-popular .fr.toplist .newslist.newsarea ul li dl dd .date {
    display: block;
  }
  .home section.sec-recommend .fr.toplist .newslist.newsarea ul li dl dd .date span, .home section.sec-news .fr.toplist .newslist.newsarea ul li dl dd .date span, .home section.sec-popular .fr.toplist .newslist.newsarea ul li dl dd .date span {
    display: inline !important;
    font-size: 12px;
    margin-right: 10px;
  }
  .home section.sec-recommend .fr.toplist .newslist.newsarea ul li dl dd .date .time, .home section.sec-news .fr.toplist .newslist.newsarea ul li dl dd .date .time, .home section.sec-popular .fr.toplist .newslist.newsarea ul li dl dd .date .time {
    font-size: 12px;
  }
}
.home section.sec-recommend .more a, .home section.sec-news .more a, .home section.sec-popular .more a {
  color: #fff !important;
  display: block;
  /*	background-color: #1A1A1A;*/
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.5s linear;
}
.home section.sec-recommend .more a::before, .home section.sec-news .more a::before, .home section.sec-popular .more a::before {
  display: block;
  width: 120px;
  height: 120px;
  content: "";
  border-radius: 60px;
  background-color: #1A1A1A;
  transition: all 0.2s linear;
}
.home section.sec-recommend .more a > span.txt, .home section.sec-news .more a > span.txt, .home section.sec-popular .more a > span.txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .home section.sec-recommend .more a > span.txt, .home section.sec-news .more a > span.txt, .home section.sec-popular .more a > span.txt {
    position: relative;
    text-align: center;
    left: auto;
    top: auto;
    transform: translate(0);
    height: 100%;
  }
}
.home section.sec-recommend .more a span.txt > span, .home section.sec-news .more a span.txt > span, .home section.sec-popular .more a span.txt > span {
  white-space: nowrap;
  display: block;
  color: #fff !important;
  /*						pointer-events: none;*/
}
@media screen and (min-width: 768px) {
  .home section.sec-recommend .more a i, .home section.sec-news .more a i, .home section.sec-popular .more a i {
    transition: all 0.2s linear;
    animation: r1 0.2s linear forwards;
  }
}
@media screen and (min-width: 768px) {
  .home section.sec-recommend .more a:hover::before, .home section.sec-news .more a:hover::before, .home section.sec-popular .more a:hover::before {
    background-color: #FFEB15;
    color: #1A1A1A !important;
    transform: scale(1.05);
    transition: all 0.2s linear;
  }
  .home section.sec-recommend .more a:hover span.txt span, .home section.sec-news .more a:hover span.txt span, .home section.sec-popular .more a:hover span.txt span {
    color: #1A1A1A !important;
  }
  .home section.sec-recommend .more a:hover span.txt i, .home section.sec-news .more a:hover span.txt i, .home section.sec-popular .more a:hover span.txt i {
    color: #1A1A1A !important;
    animation: r2 0.2s linear forwards;
  }
}
.home section.sec-recommend .more a span, .home section.sec-news .more a span, .home section.sec-popular .more a span {
  display: block;
}
.home section.sec-recommend .more a i, .home section.sec-news .more a i, .home section.sec-popular .more a i {
  position: relative;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .home section.sec-recommend .more a i, .home section.sec-news .more a i, .home section.sec-popular .more a i {
    margin-top: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
}
@media screen and (max-width: 767px) {
  .home section.sec-recommend .more a, .home section.sec-news .more a, .home section.sec-popular .more a {
    background-color: #1A1A1A;
    border-radius: 0;
    font-size: 12px;
    border-radius: 0;
    width: 240px;
    height: 50px;
    line-height: 50px;
  }
  .home section.sec-recommend .more a::before, .home section.sec-news .more a::before, .home section.sec-popular .more a::before {
    display: none;
  }
}
.home section.sec-news {
  padding: 80px 0 0;
}
.home section.sec-news .fr.toplist {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .home section.sec-news {
    padding: 40px 0;
  }
}
.home section.sec-popular {
  margin-top: 60px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home section.sec-popular {
    padding: 40px 0;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../images/sp-bg-popular.jpg);
    background-size: cover;
  }
}
.home section.sec-popular::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(50% + 317px);
  z-index: -1;
  background-repeat: repeat-x;
  background-position: left center;
  background-image: url(../images/bg-popular.jpg);
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .home section.sec-popular::before {
    display: none;
  }
}
.home section.sec-recommend {
  margin-top: 60px;
  padding: 80px 0 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home section.sec-recommend {
    padding: 40px 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../images/bg-recommend.jpg);
    background-size: cover;
    margin-top: 0px;
  }
}
.home section.sec-recommend::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(50% + 317px);
  z-index: -1;
  background-repeat: repeat-x;
  background-position: left center;
  background-image: url(../images/bg-recommend.jpg);
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .home section.sec-recommend::before {
    display: none;
  }
}
.home section.sec-keyword {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .home section.sec-keyword {
    margin-bottom: 0px;
    padding: 0px 0;
  }
}

@keyframes r1 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes r2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*foot*/
#page-top {
  font-size: 12px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #page-top {
    bottom: 30px;
  }
}

#page-top a {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 35px;
  position: relative;
  padding: 0;
  font-size: 12px;
  transition: all 0.2s;
  padding-top: 33px;
  background: #F6F4EF url(../images/arrow-up.svg) no-repeat center 13px;
  transition: all 0.3s;
}

#page-top a:hover {
  background-color: #FFEB15;
}

/*snsbtn*/
.sns_btn {
  position: fixed;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .sns_btn {
    left: auto;
    right: 0;
  }
}
.sns_btn ul li a {
  display: block;
  text-decoration: none;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-size: 28px;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .sns_btn ul li a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.sns_btn ul li a:hover {
  opacity: 0.8;
}
.sns_btn ul li.ogn_tweet a {
  background-color: #1DA1F2;
}
.sns_btn ul li.ogn_facebook a {
  background-color: #3E68B5;
}

/*コンセプト*/
.page-concept section {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%;
  padding: 0 50px;
}
@media screen and (min-width: 1366px) {
  .page-concept section {
    background-size: cover !important;
  }
}
@media screen and (max-width: 767px) {
  .page-concept section {
    background-size: cover !important;
    padding: 0 40px;
  }
}
.page-concept section .container {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-concept section .container {
    padding: 0;
  }
}
.page-concept section .container .fr {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-concept section .container .fr {
    margin: 0 0px;
    flex-direction: column;
  }
}
.page-concept section .txt {
  max-width: 490px;
}
.page-concept section p {
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}
.page-concept section h2 {
  font-size: 28px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: 700;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}
@media screen and (max-width: 767px) {
  .page-concept section h2 {
    margin-right: -20px;
    margin-left: -20px;
    font-size: 20px;
    text-align: center;
    line-height: 2;
  }
}
.page-concept section.s1 {
  background-image: url(../images/bg-s1.jpg);
  height: 707px;
}
.page-concept section.s1 .container .fr h1 {
  margin-right: 20px;
}
@media screen and (max-width: 940px) {
  .page-concept section.s1 .container .fr {
    flex-direction: column;
  }
  .page-concept section.s1 .container .fr h1 {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .page-concept section.s1 .container .fr h2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .page-concept section.s1 {
    background-image: url(../images/sp-bg-s1.jpg);
    height: 611px;
  }
  .page-concept section.s1 h1 {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .page-concept section.s1 h1 img {
    width: 240px;
    height: auto;
  }
}
.page-concept section.s2 {
  /*background-image: url(../images/bg-s2.jpg);	*/
  height: 768px;
  color: #fff;
  position: relative;
  justify-content: flex-start;
  overflow: hidden;
}
.page-concept section.s2 h2 {
  color: #fff;
}
.page-concept section.s2 #bg2 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-image: url(../images/bg-s2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .page-concept section.s2 #bg2 {
    background-image: url(../images/sp-bg-s2.jpg);
  }
}
.page-concept section.s2 .txt {
  max-width: 550px;
}
@media screen and (max-width: 767px) {
  .page-concept section.s2 {
    height: 667px;
  }
}
.page-concept section.s3 {
  background-image: url(../images/bg-s3.jpg);
  height: 768px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-concept section.s3 {
    background-size: cover !important;
    background-image: url(../images/sp-bg-s3.jpg);
    height: 667px;
  }
}
.page-concept section.s4 {
  height: 768px;
  color: #fff;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-concept section.s4 {
    height: 667px;
  }
}
.page-concept section.s4 h2 {
  color: #fff;
}
.page-concept section.s4 #bg4 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-image: url(../images/bg-s4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .page-concept section.s4 #bg4 {
    background-image: url(../images/sp-bg-s4.jpg);
  }
}

#scrollnav {
  position: fixed;
  left: 60px;
  top: 50vh;
}
@media screen and (max-width: 767px) {
  #scrollnav {
    left: 10px;
  }
}
#scrollnav li {
  margin-top: 15px;
  margin-bottom: 15px;
  /*body:not(.fixed) &:first-child a{
  	background-color: #008129;
  }
  */
}
#scrollnav li.current a {
  background-color: #008129;
}
#scrollnav li a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #eee;
}
#scrollnav li a.current {
  background-color: #008129;
}

/**animation************/
h1[data-aos=fade-left-s],
h2[data-aos=fade-left-s] {
  transform: translate3d(30px, 0, 0);
}

span[data-aos=fade-left-s] {
  transform: translate3d(0px, 0, 0) !important;
  opacity: 1 !important;
}

[data-aos=fade-left-s].aos-animate {
  transform: translate3d(0px, 0, 0);
}

@media screen and (max-width: 767px) {
  h1[data-aos=fade-left-s],
  h2[data-aos=fade-left-s] {
    transform: translate3d(30px, 0, 0);
  }
  span[data-aos=fade-left-s] {
    transform: translate3d(30px, 0, 0) !important;
    opacity: 0 !important;
  }
  [data-aos=fade-left-s].aos-animate {
    transform: translate3d(0px, 0, 0);
    opacity: 1 !important;
  }
}/*# sourceMappingURL=main.css.map */