@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
section, artical, aside {
  display: block;
  margin: 0;
  padding: 0;
}
div, a {
  box-sizing: border-box;
}
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
a {
  transition: 0.2s; /*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
  cursor: pointer;
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline; /*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
  opacity: 0.6;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.f-red { 
  color: #F00 !important;
}
@keyframes fadeIn {
 0% {
 opacity: 0
}
 100% {
 opacity: 1
}
}
@-webkit-keyframes fadeIn {
 0% {
 opacity: 0
}
 100% {
 opacity: 1
}
}
html {
  font-size: 62.5%;
}
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0px;
  padding: 0;
  color: #000;
  box-sizing:border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.sp-only {
  display: none;
}
.pc-only {
  display: block;
}
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto
}
@media screen and (max-width:750px) {
.sp-only {
  display: block;
}
.pc-only {
  display: none;
}
img {
  width: 100%;
  height: auto;
}
}
/*#pagetop---------*/
#pageTop {
  display: none;
  position: fixed;
  bottom: 150px;
  right: 5px;
  font-size: 2.5rem;
  text-align: center;
  z-index:999;
}
/*#breadcrumb-------*/
.breadcrumb {
  padding-left: 0px;
  margin-left: 0;
  margin-bottom: 20px;
  font-size: 1.3rem;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  padding: 0 5px;
  color: #b5b5b6;
}
.breadcrumb li:last-child:after {
  content: '';
  padding:0px;
}
.breadcrumb li:last-child {
  font-weight: 600;
}
.breadcrumb li a:hover {
}
.breadcrumb li i.fa-home {
  padding-right: 5px !important;
}
 @media screen and (max-width:750px) {
.breadcrumb {
  background-color: #f9f9f9;
  padding: 10px 5px 10px 10px;
}
}
/*#pager---------------------*/
.pager {
  margin-bottom: 30px;
}
.pager span {
  display:block;
  margin:0 auto 10px;
  text-align:center;}
.pagination {
  text-align: center;
}
.pagination li {
  display: inline;
  padding: 0;
  display: inline-block;
  background: #e0e0d8;
  width: 35px;
  height: 24px;
  text-align: center;
  position: relative;
  border-radius: 4px;
  font-size: 1.2rem;
  margin: 0 1px;
}
.pagination li.pre,
.pagination li.next {
  width: 25px !important;
  background:none !important;
}
.dots{
  background: none !important;
}
.pagination li a,
.dots span {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #000;
  text-decoration: none;
}
.pagination li a span {
  display: table-cell;
  vertical-align: middle;
}
.pagination li a:hover, .pagination li a.active {
  color: #fff !important;
  background: #604136;
  border-radius: 3px;
}
@media only screen and (max-width: 750px) {
.pager {
  margin-bottom: 20px;
}
}

/*#sns---------------------*/
.sns-button {
	margin-bottom: 30px;
display: flex;
justify-content:center;}
.sns-button img {
	border-radius:5px;
	width:36.75px;
	padding:3px 0px;}
.sb-mt30 {
	width:100%;}
.sns-button span  {
	margin-right: 18px;
}
.sns-button span:last-child{margin-right: 0px;}
 .fa-size{ font-size:3em;}
.x-twitter {
	color: #000000;}
.twitter {
	color: #1DA1F2;}
.facebook {
	color: #3b5998;}
.insta {
	color: #000000;}
.line {
	color: #1dcd00;
transform: scale(0.9, 0.9);}
.threads{
	color: #000000;}
.twitter a:hover, .facebook a:hover, .insta a:hover,.line a:hove,.threads a:hover {
	opacity: 0.5;}
@media screen and (max-width: 750px) {
.sns-button { text-align:center;
	display: block;}
.sb-mt30 {
	margin-top:30px;}
.sns-button img {
	margin:0 10px;}
  }
/*#sp用bnr---------------------*/
#catch-bnr {
  display: none;
}
@media screen and (max-width:750px) {
#catch-bnr {
  width: 100%;
  padding: 0px;
  background: #000000;
  position: fixed;
  bottom: 0;
  text-align: center;
  display: block;
  z-index:9999;
}
#catch-bnr img {
  width: 100%;
  height: auto;
}
.btnbox {
  width: 100%;
  position: relative;
}
.catch-bnr-btn {
  width: 15px;
  height: 15px;
  background-color: #000000;
  color: #ffffff;
  line-height: 15px;
  font-size: 1.2rem;
  position: absolute!important;
  top: 0px;
  right: 0px!important;
}
}
.fade {z-index:9999 !important;}
/*#sp用googleplaybnr---------------------*/
#SmBnLink { 
z-index:9999 !important;
background-color:#fff;
text-align:center;
}
#SmBnLink img { 
width:100%;
max-width:400px;
margin:0 auto;
height:auto;
}


/*左下固定*/
/* wrapper 内のバナー */
#catch-bnr-wrapper {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
}
.catch-bnr-item {
  position: relative;

  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

/* 画像ラッパー */
.catch-bnr-image {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.catch-bnr-image img {
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
}

/* バツボタン */
.catch-bnr-close {
  position: absolute;
   top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
	display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .catch-bnr-image.bnr-vertical img {
    width: auto;
    height: 150px !important;
  }

  .catch-bnr-image.bnr-horizontal img {
    width: 150px!important;
    height: auto;
  }
}