@charset "UTF-8";

/* color
---------------------------------------------------------------------------- */
/*==================================================================*/
/* style css　*/
/*==================================================================*/
.slider {
  width: 100%;
}
.slider img {
  width: 100%;
}
.slider li {
  max-width: 1200px;
}
.slider li img {
  max-width: 100%;
  display: block;
}

.bn-area {
  margin-bottom: 2em;
}
.bn-area ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bn-area ul li {
  width: 48%;
  margin: 1%;
}

.concept {
  padding: 6em 0;
  background: #f8f8fb url("../img/top/bg-main-min.png") no-repeat center center;
}
.concept h2 {
  text-align: center;
  margin:0 auto 1.2em;
	max-width:175px;
	width:86%;
}
.concept p {
  margin-bottom: 2em;
  font-size: 1.24em;
  font-weight: 700;
  line-height: 2.5em;
  text-align: center;
	color:#1c1c3a;
}

.carousel {
  max-width: 1190px;
  width: 95%;
  margin: 0 auto 100px;
}
.carousel .carousel__ttl {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  text-align: center;
}
.carousel .carousel-wrap .carousel-in ul {
  display: flex;
}
.carousel .carousel-wrap .carousel-in ul li {
  max-width: 19%;
  min-width: 19%;
  text-align: center;
}
.carousel .carousel-wrap .carousel-in ul li:not(:last-of-type) {
  margin-right: 1.25%;
}
.carousel .carousel-wrap .carousel-in ul li a {
  color: #281912;
  font-size: 13px;
  text-decoration: none;
  line-height: 1.5;
}
.carousel.ranking {
  margin-top: 100px;
}
.carousel.ranking .carousel__ttl {
  margin-bottom: 80px;
}
.carousel.ranking ul li {
  position: relative;
  counter-increment: num;
}
.carousel.ranking ul li:before {
  position: absolute;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  content: counter(num);
  width: 30px;
  height: 30px;
  background-color: #777;
  border-radius: 50%;
  color: #fff;
  line-height: 1;
}
.carousel.ranking ul li:nth-of-type(1):before {
  background-color: #DAB84D;
}
.carousel.ranking ul li:nth-of-type(2):before {
  background-color: #96ADB7;
}
.carousel.ranking ul li:nth-of-type(3):before {
  background-color: #DA8D69;
}

.wp-area {
  display: flex;
  justify-content: space-between;
}
.wp-area *,
.wp-area *:before,
.wp-area *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.wp-area .btn-wrap {
  width: 160px;
  position: relative;
  margin: 0 auto;
}
.wp-area .btn,
.wp-area a.btn,
.wp-area button.btn {
  width: 160px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 0.5em;
  display: inline-block;
  padding: 0rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0em;
  color: #212529;
  border-radius: 0.5rem;
}
.wp-area a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;
  background: #fff;
}
.wp-area a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 160px;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 3px solid #000;
  border-radius: 0.5rem;
}
.wp-area a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}
.wp-area a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}
.wp-area a.btn-border-shadow--color {
  border-radius: 0;
  background: yellow;
}
.wp-area a.btn-border-shadow--color:before {
  border-radius: 0;
}
.wp-area .news{
  width: 100%;
  display:table;
	padding:4em 0;
}
.wp-area .news .top-news-ttl-area{
  width: 33%;
  display:table-cell;
}
.wp-area .news .news-inner{
  width: 67%;
  display:table-cell;
}
.wp-area .news .top-news-ttl-area h2{
  font-weight: 700;
  text-align: center;
  font-size: 2em;
  letter-spacing: -0.05em;
  line-height: 1.8em;
  color:#1c1c3a;
}
.wp-area .news .top-news-ttl-area p.sub{
  margin-bottom: 2.1em;
  font-weight: bold;
  color:#1c1c3a;
  text-align: center;
}
.wp-area .news .top-news-ttl-area .btn-area{
  width: 100%;
  padding:0 48px;
}
.wp-area .news .top-news-ttl-area .btn-area a{
	padding:16px;
	border:2px solid #1c1c3a;
	color:#1c1c3a;
	display:inline-block;
	width:320px;
	font-size:17px;
	font-weight: bold;
	text-align:center;
	border-radius:100vh;
	text-decoration:none;
	position: relative;
	background:#fff;
}
.wp-area .news .top-news-ttl-area .btn-area a:hover{
  text-decoration:none;
	border:2px solid #ff5f2f;
	color:#ff5f2f;
}
.wp-area .news .top-news-ttl-area .btn-area a i{
  color:#1c1c3a;
  margin-left:0.4em;
  font-size:0.9em;
}
.wp-area .news .top-news-ttl-area .btn-area a:hover i{
  color:#ff5f2f;
}
.wp-area .news .btn-area-sp{
  display:none;
}
.wp-area .news dl {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #ccc;
  display: flex;
  justify-content: flex-start;
}
.wp-area .news dl dt {
  width: 20%;
  color: #888;
}
.wp-area .news dl dd {
  width: 80%;
}
.wp-area .blog .blog-inner {
  margin-bottom: 3em;
}
.wp-area .blog .kiji {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 1px dotted #e6e6e6;
}
.wp-area .blog .kiji:last-child {
  border: none;
}
.wp-area .blog .kiji .txt {
  width: 72%;
}
.wp-area .blog .kiji .txt p.date {
  margin: 0;
  font-size: 0.8em;
  color: #555;
}
.wp-area .blog .kiji .txt h3 {
  margin-bottom: 0.25em;
  font-size: 1.1em;
}
.wp-area .blog .kiji .txt p {
  font-size: 0.9em;
}
.wp-area .blog .kiji .thumbnail {
  margin-right: 0.5em;
  width: 138px;
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.wp-area .blog .kiji .thumbnail img {
  width: 138px;
  height: 100px;
  object-fit: cover;
  vertical-align: middle;
}

/*===========================================================================*/
/*  media quary:1300px  */
/*===========================================================================*/
/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  .concept {
    margin-bottom: 2.5em;
    padding: 3em 0;
  background: #f8f8fb url("../img/top/bg-main-min.png") no-repeat center center;
	background-size: cover;
  }
  .concept h2 img {
    max-width: 168px;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  .concept {
    margin-bottom: 2.5em;
    padding: 3em 0;
  background: #f8f8fb url("../img/top/bg-main-min.png") no-repeat center center;
	background-size: cover;
  }
  .concept h2 img {
    max-width: 128px;
  }
  .concept p {
    font-size: 1em;
  }

  .carousel {
    width: 90%;
    margin: 0 auto 80px;
  }
  .carousel .carousel__ttl {
    font-size: 17px;
  }
  .carousel .carousel-wrap .carousel-in {
    overflow: scroll;
  }
  .carousel .carousel-wrap .carousel-in ul li {
    max-width: 115px;
    min-width: 115px;
  }
  .carousel .carousel-wrap .carousel-in ul li:not(:last-of-type) {
    margin-right: 3%;
  }
  .carousel .carousel-wrap .carousel-in ul li a .price {
    color: #aaa;
  }
  .carousel.ranking {
    margin-top: 80px;
  }
  .carousel.ranking .carousel__ttl {
    margin-bottom: 0;
  }
  .carousel.ranking .carousel-in {
    padding-top: 80px;
  }

.wp-area .news{
  padding:1em 0;
}
.wp-area .news .top-news-ttl-area{
  width: 100%;
  display:block;
}
.wp-area .news .news-inner{
  width: 100%;
  display:block;
}
.wp-area .news .top-news-ttl-area .btn-area{
  display:none;
}
.wp-area .news .btn-area-sp{
  width: 100%;
  padding:1em 1.5em 0;
  display:block;
}
.wp-area .news .btn-area-sp a{
  width: 100%;
  display:block;
  text-align: center;
  padding:16px 6px;
  background:#f9f9f9;
  font-size:0.9em;
}
.wp-area .news .btn-area-sp a:hover{
  text-decoration:none;
}
.wp-area .news .btn-area-sp a i{
  color:#ff5f2f;
  margin-left:0.4em;
  font-size:0.9em;
}
  .wp-area {
    margin-bottom: 2em;
    display: block;
  }
  .wp-area .btn-wrap {
    width: 150px;
    position: relative;
    margin: 0 auto;
  }
  .wp-area .btn,
  .wp-area a.btn,
  .wp-area button.btn {
    width: 150px;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 0.5em;
    display: inline-block;
    padding: 0rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0em;
    color: #212529;
    border-radius: 0.5rem;
  }
  .wp-area a.btn-border-shadow {
    padding: calc(1.5rem - 12px) 3rem 1.5rem;
    background: #fff;
  }
  .wp-area a.btn-border-shadow:before {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 150px;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 3px solid #000;
    border-radius: 0.5rem;
  }
  .wp-area a.btn-border-shadow:hover {
    padding: calc(1.5rem - 6px) 3rem;
  }
  .wp-area a.btn-border-shadow:hover:before {
    top: 0;
    left: 0;
  }
  .wp-area a.btn-border-shadow--color {
    border-radius: 0;
    background: yellow;
  }
  .wp-area a.btn-border-shadow--color:before {
    border-radius: 0;
  }
  .wp-area .news {
    margin-bottom: 3em;
    padding: 3em 0 1.5em;
  }
  .wp-area .news, .wp-area .blog {
    width: 95%;
    margin: 0 auto;
  }
  .wp-area .news h2, .wp-area .blog h2 {
    font-size: 1.8em;
  }
  .wp-area .news p.sub, .wp-area .blog p.sub {
    margin-bottom: 1.5em;
    font-weight: bold;
    color: #343434;
    text-align: center;
    font-size: 0.9em;
  }
  .wp-area .news dl {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
  .wp-area .news dl dt {
    width: 30%;
  }
  .wp-area .blog .blog-inner {
    margin-bottom: 3em;
  }
  .wp-area .blog .kiji {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px dotted #e6e6e6;
  }
  .wp-area .blog .kiji .txt {
    width: 72%;
  }
  .wp-area .blog .kiji .txt p.date {
    margin: 0;
    font-size: 0.8em;
    color: #555;
  }
  .wp-area .blog .kiji .txt h3 {
    margin-bottom: 0.25em;
  }
  .wp-area .blog .kiji .txt p {
    font-size: 0.8em;
  }
  .wp-area .blog .kiji .thumbnail {
    margin-right: 0.5em;
    width: 138px;
    border: 1px solid #eeeeee;
  }
  .wp-area .blog .kiji .thumbnail img {
    width: 138px;
    height: 100px;
    object-fit: cover;
  }
}
/*===========================================================================*/
/*  media quary:480px  */
/*===========================================================================*/
@media screen and (max-width: 480px) {
  .bn-area {
    margin-bottom: 4em;
  }
  .bn-area ul {
    display: block;
  }
  .bn-area ul li {
    width: 90%;
    margin: 0 auto 1em;
  }
  .concept {
    padding: 2.5em 0 ;
  background: #f8f8fb url("../img/top/bg-main-min.png") no-repeat center center;
	background-size: cover;
  }
  .concept h2 img {
    max-width: 100px;
  }
  .concept p {
    width: 90%;
    margin: 0 auto 0.5em;
    line-height: 2em;
    text-align: center;
    font-weight: 500;
  }
}
