ul,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 90%;
  margin: 30px auto;
  text-align: center;
}

.p-top-logo .head-info {
	margin-bottom: 20px;
}

.p-top-logo a {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-top-logo a:hover {
  opacity: .66;
}

.p-top-logo a:active {
  opacity: 1;
}

#p-slider .bx-controls-direction a {
  z-index: 100;
}

#p-slider .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: #f8f8f8;
  box-shadow: none;
}

#p-slider .bx-wrapper img {
  margin: 0 auto;
}

#p-slider .bx-caption {
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, .3);
}

#p-slider .bx-caption span {
  padding: 1.5em;
}

#p-slider .bx-pager {
  bottom: 10px;
  padding-top: 0;
}

#p-slider .bx-pager a {
  background: #fff;
}

#p-slider .bx-pager a:hover,
#p-slider .bx-pager a.active {
  background: #fd7f23;
}

.p-news {
  line-height: 1.5;
  margin: 0;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}

.p-news__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}

.p-news__content p:nth-child(1) {
  margin-top: 0;
}

.p-news__label {
  font-family: 'Montserrat', sans-serif;
}

.p-news__label::before {
  content: '-';
}

.p-info {
  line-height: 1.5;
}

.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}

.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-contents__list a:hover {
  opacity: .66;
}

.p-contents__list a:active {
  opacity: 1;
}

.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}

.p-custom-banner__unit {
  background: #f8f8f8;
}

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;
  color: #f8f8f8;
  background: #333;
}

.p-custom-banner__unit--text a {
  color: #f8f8f8;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;
}

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}

.top-bn {
	margin-top: 60px;
	margin-bottom: -40px
}

.top-bn ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.top-bn ul li {
	width: calc((100% - 40px) / 3);
	display: block;
	margin-bottom: 20px;
}

.top-bn ul li:not(:nth-child(3n)) {
	margin-right: 20px;
}

.point-wrap {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}

.point-box {
	width: calc((100% - 40px) / 3);
}

.point-text {
	padding: 15px 0 20px;
}

.point-ttl {
	margin-bottom: 25px;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding-left: 40px;
	margin-top: 0;
}

.point-ttl::before {
  content: "1";
  width: 25px;
  height: 25px;
  line-height: 32px;
  border-radius: 50%;
  display: inline-block;
  background: #6d5856;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.point-box:nth-child(2) .point-ttl::before {
	content: "2";
}

.point-box:nth-child(3) .point-ttl::before {
	content: "3";
}

.point-ttl::after {
  content: "";
  width: 100%;
  height: 15px;
  display: block;
  background: rgb(178,150,118,0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: skewX(-30deg);
}

.loose-leaf{
  background: #f8f0d7;
  border-left: 5px dotted rgba(0,0,0,.1);
  box-shadow: 0 0 0 5 #f8f0d7;
  padding: 1em;
  margin: 1em 5px;
}

.loose-leaf p{
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.bn-txt {
	padding: 0 10px;
	margin-top: 10px;
	display: block;
	font-size: 90%;
	line-height: 1.55;
}

.rankwrapper ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}

.rankwrapper ul li {
	width: calc((100% - 40px) / 3);
}

.number {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin: 0 auto 10px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}

.number-wrap {
	text-align: center;
}

.number.rank1 {
	background-color: #e7b33d;
}

.number.rank2 {
	background-color: #aaaaaa;
}

.number.rank3 {
	background-color: #8f5436;
}

.rank-img {
	overflow: hidden;
}

.rank-img img{
    object-fit: cover;
	height: 250px;
	width: 100%;
}
.rankwrapper {
	margin-bottom: 40px;
}

.rank-img a {
	display: block;
	transition: 0.3s all ease-in;
}

.rank-img a:hover {
	opacity: 0.7;
}

.rank-text {
	margin: 5px 0;
}
.rank-text a {
	color: inherit;
}

.rank-text .rank_price {
	display: block;
}

	

@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
  }

  #p-slider .bx-pager {
    bottom: 30px;
  }

  .p-contents__list li::before {
    top: 0;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }

  .p-custom-banner {
    display: table;
    width: 100%;
    margin-top: 100px;
    table-layout: fixed;
  }

  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
  }

  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }
  .top_tile{
	  overflow:hidden;
	  margin-top: 40px;
	}

	.top_tile_image{
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	        -ms-box-sizing: border-box;
	            box-sizing: border-box;
		width:100%;
		list-style: none;
		text-align:center;
		max-width:85%;
		margin:0 auto 0 auto;
	}

	.top_tile_image_list{
		padding: 0px;
		clear:both;
	}

	.top_tile_image_list img{
		width:calc(100% - 3px);
/*		box-shadow: 0 0 0 3px #FFF; */
		transition: 0.6s;
		backface-visibility: hidden;
	}

	.top_tile_image_list img:hover{
		opacity: .7;
	}

	.top_tile_image_list li{
		float: left;
		list-style: none;
		padding: 0px;
	}

	.top_tile_image_list li p{
		display:none;
	}
  
}

@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }

  .p-custom-banner__heading {
    font-size: 30px;
  }
}

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

.top_tile_image_list li {
	width: 50%;
	margin: 10px;
}

@media screen and (max-width: 599px) {
	.point-wrap {
		flex-direction: column;
	}
	.point-box {
		width: auto;
	}
	.offer {
		padding: 0 10px;
		box-sizing: border-box;
	}
	.bn-kaiin {
		margin: 0 10px;
	}
	.top-bn ul li {
		width: calc((100% - 20px) / 2);
	}
	.top-bn ul li:not(:nth-child(3n)) {
		margin-right: inherit;
	}
	.top-bn ul li:nth-child(odd) {
		margin-right: 20px;
	}
	.top-bn {
		margin-left: 10px;
		margin-right: 10px;
	}
	.h2ttl {
		text-align: center;
	}
	.rankwrapper {
		margin-left: 10px;
		margin-right: 10px;
	}
	.rankwrapper ul {
		flex-direction: column;
	}
	.rankwrapper ul li {
		width: auto !important;
		margin-bottom: 20px;
	}
	.top_tile_image_list {
		flex-direction: column;
	}
	.top_tile_image_list li {
		width: auto;
		margin-bottom: 20px;
	}




}


