/* ================================================
	汎用
================================================ */
.align_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ttl_top {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: .1em;
  line-height: 1.3;
}

@media (max-width: 769px) {
  .ttl_top {
    font-size: 20px;
    text-shadow: 2px 2px 0 #fff;
  }
}

.ttl_top_border {
  font-weight: bold;
  position: relative;
  font-size: 24px;
  letter-spacing: .1em;
  line-height: 1.3;
}

.ttl_top_border::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000;
  position: absolute;
  bottom: -20px;
  left: 0px;
}

.ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .04em;
}

@media (max-width: 769px) {
  .ttl {
    font-size: 22px;
    text-shadow: 2px 2px 0 #fff;
  }
}

.ttl_sub {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .2em;
}

.sub_sub_ttl {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.6;
}

.title_with_img {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title_with_img .item_img {
  margin-right: 10px;
}

.title_with_img .item_img img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: .1em;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  width: 90%;
  font-family: 'Noto Sans JP', sans-serif !important;
}

.slick-arrow {
  display: none !important;
}

.wrap_bg {
  /*背景の色*/
  background: linear-gradient(90deg, #fff calc( 48% + 280px), #eef calc( 52% - 280px));
}

@media (max-width: 769px) {
  .wrap_bg {
    background: -webkit-gradient(linear, left top, right top, color-stop(70%, #fff), color-stop(30%, #eef));
    background: linear-gradient(90deg, #fff 70%, #eef 30%);
  }
}

.wrap_bg .flex-pc .sidebar_area {
  width: 340px;
}

@media (max-width: 769px) {
  .wrap_bg .flex-pc .sidebar_area {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

.wrap_bg .flex-pc .main_area {
  padding-right: 4%;
  width: calc( 100% - 340px);
}

@media (max-width: 769px) {
  .wrap_bg .flex-pc .main_area {
    width: 100%;
    padding-right: 0%;
  }
}

.ex-top .wrap_bg {
  padding-top: 150px;
}

@media (max-width: 769px) {
  .ex-top .wrap_bg {
    padding-top: 80px;
  }
}

/* bg PALPIS START*/
.wrap_bg_pp {
  background: linear-gradient(90deg, #fff calc( 48% + 280px), #e8a1b6 calc( 52% - 280px));
}

@media (max-width: 769px) {
  .wrap_bg_pp {
    background: -webkit-gradient(linear, left top, right top, color-stop(70%, #fff), color-stop(30%, #e8a1b6));
    background: linear-gradient(90deg, #fff 70%, #e8a1b6 30%);
  }
}

.wrap_bg_pp .flex-pc .sidebar_area {
  width: 340px;
}

@media (max-width: 769px) {
  .wrap_bg_pp .flex-pc .sidebar_area {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

.wrap_bg_pp .flex-pc .main_area {
  padding-right: 4%;
  width: calc( 100% - 340px);
}

@media (max-width: 769px) {
  .wrap_bg_pp .flex-pc .main_area {
    width: 100%;
    padding-right: 0%;
  }
}

.ex-top .wrap_bg_pp {
  padding-top: 150px;
}

@media (max-width: 769px) {
  .ex-top .wrap_bg_pp {
    padding-top: 80px;
  }
}

/* bg Pcolle START */
.wrap_bg_pc {
  background: linear-gradient(90deg, #fff calc( 48% + 280px), #e65c7a calc( 52% - 280px));
}

@media (max-width: 769px) {
  .wrap_bg_pc {
    background: -webkit-gradient(linear, left top, right top, color-stop(70%, #fff), color-stop(30%, #e65c7a));
    background: linear-gradient(90deg, #fff 70%, #e65c7a 30%);
  }
}

.wrap_bg_pc .flex-pc .sidebar_area {
  width: 340px;
}

@media (max-width: 769px) {
  .wrap_bg_pc .flex-pc .sidebar_area {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

.wrap_bg_pc .flex-pc .main_area {
  padding-right: 4%;
  width: calc( 100% - 340px);
}

@media (max-width: 769px) {
  .wrap_bg_pc .flex-pc .main_area {
    width: 100%;
    padding-right: 0%;
  }
}

.ex-top .wrap_bg_pc {
  padding-top: 150px;
}

@media (max-width: 769px) {
  .ex-top .wrap_bg_pc {
    padding-top: 80px;
  }
}

/* bg Gcolle START */
.wrap_bg_gc {
  background: linear-gradient(90deg, #fff calc( 48% + 280px), #dbebc4 calc( 52% - 280px));
}

@media (max-width: 769px) {
  .wrap_bg_gc {
    background: -webkit-gradient(linear, left top, right top, color-stop(70%, #fff), color-stop(30%, #dbebc4));
    background: linear-gradient(90deg, #fff 70%, #dbebc4 30%);
  }
}

.wrap_bg_gc .flex-pc .sidebar_area {
  width: 340px;
}

@media (max-width: 769px) {
  .wrap_bg_gc .flex-pc .sidebar_area {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

.wrap_bg_gc .flex-pc .main_area {
  padding-right: 4%;
  width: calc( 100% - 340px);
}

@media (max-width: 769px) {
  .wrap_bg_gc .flex-pc .main_area {
    width: 100%;
    padding-right: 0%;
  }
}

.ex-top .wrap_bg_gc {
  padding-top: 150px;
}

@media (max-width: 769px) {
  .ex-top .wrap_bg_gc {
    padding-top: 80px;
  }
}

.tag {
  padding: 3px 10px;
  border-radius: 5px !important;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.tag::before {
  content: "";
  margin-right: 5px;
}

.max2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.max3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.txt_breadcrumbs {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

.entry-date {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

.ad {
  margin: 0px 10px 0px 10px;
}

/* ================================================
	header
================================================ */
header {
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 999;
  width: 100%;
}

@media (max-width: 769px) {
  header {
    position: fixed;
    top: 0px;
    left: 0px;
  }
  header .sp_menu {
    display: none;
  }
}

header .header_box {
  background-image: url("/assets/img/header_bg.png");
  background-repeat: no-repeat;
  background-size: 90% 100%;
  background-position: left center;
}

@media (max-width: 1300px) {
  header .header_box {
    background-size: 95% 100%;
  }
}

@media (max-width: 1100px) {
  header .header_box {
    background-size: 100% 100%;
    background-color: #fff;
  }
}

header .header_box .header_box_inner {
  padding: 17px 20px;
}

@media (max-width: 769px) {
  header .header_box .header_box_inner .flex1 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

header .header_box .header_box_inner h1 {
  width: 270px;
}

header .header_box .header_box_inner .pc_menu {
  margin: 0 auto;
}

header .header_box .header_box_inner .pc_menu .pc_menu_inner ul li {
  font-size: 14px;
  font-weight: 600;
  /*margin: 0 14px;*/
}

header .header_box .header_box_inner .menu_btn {
  display: none;
}

@media (max-width: 769px) {
  header .header_box .header_box_inner .menu_btn {
    display: block;
  }
}

header .sp_menu {
  position: fixed;
  background-color: #BEBECC;
  color: #fff;
  width: 100%;
  height: 100%;
  top: 64px;
}

header .sp_menu .sp_menu_inner {
  padding: 50px;
}

header .sp_menu .sp_menu_inner ul li {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .1em;
  margin-bottom: 30px;
  position: relative;
}

header .sp_menu .sp_menu_inner a{
  display:block;
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: relative;
  width: 35px;
  height: 30px;
  cursor: pointer;
}

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

.btn-trigger, .btn-trigger span {
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 14px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*=============================
#btn05
=============================*/
#btn05.active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
}

#btn05.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-btn05-bar02 .8s forwards;
  animation: active-btn05-bar02 .8s forwards;
}

@-webkit-keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}

#btn05.active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}

/*=============================
#btn_buy
=============================*/
.btn_buy a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0.5em 1em;
  width: 250px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  background-color: #cccccc;
  box-shadow: 0 5px 0 #aaaaaa;
  transition: 0.3s;
}

.btn_buy a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}

.btn_buy a:hover {
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #aaaaaa;
}

/*=============================
#btn_saller
=============================*/
.btn_saller a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0.5em 2.0em;
  width: 200px;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  background-color: #cccccc;
  border-radius: 50vh;
}

@media screen and (max-width: 1000px) {
  .btn_saller a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0.2em 1.8em;
    width: 175px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    background-color: #cccccc;
    border-radius: 50vh;
  }
}

.btn_saller a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}

.btn_saller a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}

/*=============================
#btn_graph
=============================*/
.btn_graph {
  border: 1px solid #000000;
  background: #FFFFFF;
  color: #000000;
  padding: 2px 20px;
  text-decoration: none;
  border-radius: 30px;
}


/* ================================================
	main_visual
================================================ */
.slick-arrow {
  display: none !important;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  right: 50px;
  width: auto;
}

@media (max-width: 769px) {
  .slick-dots {
    right: 20px;
  }
}

.slick-dots li {
  border: 2px solid #000;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin: 0 8px;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: #fff;
  width: 12px;
  height: 12px;
  padding: 0;
  content: '';
  background-color: #000;
  opacity: 0;
  top: -2px;
  left: -2px;
  border-radius: 100%;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
}

@media (max-width: 769px) {
  .main_visual {
    margin-top: 64px;
  }
}

.main_visual .main_visual_inner {
  height: 400px;
}

.main_visual .main_visual_inner .slider img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 769px) {
  .main_visual .main_visual_inner {
    height: 30vh;
  }
  .main_visual .main_visual_inner .slider img {
    width: 100%;
    height: 30vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.main_visual .main_visual_inner .slider li {
  position: relative;
}

.main_visual .main_visual_inner .slider li .main_visual_txt {
  z-index: 2;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50px;
  color: #fff;
}

@media (max-width: 1100px) {
  .main_visual .main_visual_inner .slider li .main_visual_txt {
    left: 20px;
  }
}

@media (max-width: 769px) {
  .main_visual .main_visual_inner .slider li .main_visual_txt {
    top: 50%;
  }
}

.main_visual .main_visual_inner .slider li .main_visual_txt h2 {
  font-size: 24px;
  font-weight: 500;
  text-shadow: 1px 2px 2px #808080;
  line-height: 1.4;
  letter-spacing: .2em;
}

@media (max-width: 1100px) {
  .main_visual .main_visual_inner .slider li .main_visual_txt h2 {
    font-size: 20px;
    text-shadow: 1px 2px 2px #808080;
  }
}

@media (max-width: 769px) {
  .main_visual .main_visual_inner .slider li .main_visual_txt h2 {
    font-size: 15px;
    line-height: 2;
    letter-spacing: .1em;
  }
}

.main_visual .main_visual_inner .slider li .main_visual_txt p {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .19em;
}

@media (max-width: 1100px) {
  .main_visual .main_visual_inner .slider li .main_visual_txt p {
    line-height: 1.4;
  }
}

@media (max-width: 769px) {
  .main_visual .main_visual_inner .slider li .main_visual_txt p {
    font-size: 10px;
    line-height: 1.1;
    letter-spacing: .1em;
  }
}

.main_visual .main_visual_inner .bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main_visual .main_visual_inner .slider li .main_visual_txt .more_review {
  width: 90px;
  font-weight: 500;
  text-align: center;
  padding: 0.2em 0.5em;
  margin: 1.3em 0;
  font-weight: bold;
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.4) !important;
  border: solid 1px #FFF;
  border-radius: 10px;
}

.main_visual .main_visual_inner .slider li .main_visual_txt .more_review p {
  margin: 0; 
  padding: 0;
}

@media (max-width: 769px) {
  .main_visual .main_visual_inner .slider li .main_visual_txt .more_review {
    width: 60px;
    font-weight: 500;
    text-align: center;
    padding: 0.4em 0.5em;
    margin: 1.3em 0;
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.4) !important;
    border: solid 1px #FFF;
    border-radius: 5px;
  }
  
  .main_visual .main_visual_inner .slider li .main_visual_txt .more_review p {
    margin: 0; 
    padding: 0;
  }
}

/* ================================================
	detail_info_area
================================================ */
.detail_info_area .wrap_inner .flex .item {
  cursor: pointer;
  position: relative;
  width: 48%;
  border-radius: 10px;
  background-color: #ececec;
  margin-bottom: 4%;
}

@media (max-width: 769px) {
  .detail_info_area .wrap_inner .flex .item {
    width: 100%;
  }
}

.detail_info_area .wrap_inner .flex .item img {
  border-radius: 10px 10px 0 0;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 769px) {
  .detail_info_area .wrap_inner .flex .item img {
    height: 250px;
  }
}

.detail_info_area .wrap_inner .flex .item p.bg_silver {
  border-radius: 10px 10px 0 0;
}

.detail_info_area .wrap_inner .flex .item .txt {
  padding: 10px 10px 15px 10px;
}

.detail_info_area .wrap_inner .flex .item .category {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
  border-radius: 10px 0 0 0;
}

.detail_info_area .wrap_inner .flex .item .category_right {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  padding: 10px 15px;
  border-radius: 0 10px 0 0;
}

.detail_info_area .wrap_inner .flex .item .category_site {
  position: absolute;
  top: 268px;
  left: auto;
  right: 0;
  padding: 5px 15px;
}
@media (max-width: 769px) {
  .detail_info_area .wrap_inner .flex .item .category_site {
    position: absolute;
    top: 222px;
    left: auto;
    right: 0;
    padding: 5px 15px;
  }
}

.detail_info_area .wrap_inner .btn {
  max-width: 210px;
  margin: 0 auto;
}

@media (max-width: 769px) {
  .detail_info_area .wrap_inner .btn {
    max-width: 170px;
    margin: 0 auto;
  }
}

/* ====
notice
=====*/
.detail_info_area .wrap_inner .notice {
  display: flex;
  margin-bottom: 19px;
}

.detail_info_area .wrap_inner .notice_h{
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ce9aaa;
  color: #fff;
  border-radius: 5px;
}

.detail_info_area .wrap_inner .notice_list{
  display: flex;
  /*overflow: hidden;*/
}

.detail_info_area .wrap_inner .notice_list a{
  text-decoration: underline;
  /*
   text-decoration: none;
   border-bottom: 1px solid #949494;
   padding-bottom: 1px;
  */
}

.detail_info_area .wrap_inner .notice_list:nth-child(n+2){
  margin-top: 5px;
}

.detail_info_area .wrap_inner .notice_list p{
  font-size: 1.6em;
  font-weight: 400;
  color: #949494;
  text-shadow: 1px 2px 0 #FFF;
}

@media (max-width: 769px) {
  .detail_info_area .wrap_inner .notice_list p{
    font-size: 15px;
    font-weight: 400;
    color: #949494;
    text-shadow: 1px 2px 0 #FFF;
  }
}

.detail_info_area .wrap_inner .notice_list p:first-child{
  white-space: nowrap;
  line-height: 1.7;
  margin-left: 17px;
  margin-right: 12px;
}

.detail_info_area .wrap_inner .notice_list p:nth-child(2){
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
}

.detail_info_area .wrap_inner .ttl_pp{
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

.detail_info_area .wrap_inner .ttl_pc{
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: -moz-linear-gradient(top, #A1051D, #F5515F);
  background: -webkit-linear-gradient(top, #A1051D, #F5515F);
  background: linear-gradient(to bottom, #A1051D, #F5515F);
}

.detail_info_area .wrap_inner .ttl_gc{
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: -moz-linear-gradient(top, #c3d825, #b8d200);
  background: -webkit-linear-gradient(top, #c3d825, #b8d200);
  background: linear-gradient(to bottom, #c3d825, #b8d200);
}

.detail_info_area .wrap_inner .ttl_hu{
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: -moz-linear-gradient(left, #fd89d7 14%, #fcecfc 60%, #ff7cd8 80%, #fba6e1 100%);
  background-image: -webkit-linear-gradient(left, #fd89d7 14%,#fcecfc 60%,#ff7cd8 80%,#fba6e1 100%);
  background-image: linear-gradient(to right, #fd89d7 14%,#fcecfc 60%,#ff7cd8 80%,#fba6e1 100%);
}

/* ================================================
	detail_info_area_category
================================================ */
.detail_info_area_category .wrap_inner .flex .item {
  cursor: pointer;
  position: relative;
  width: 24%;
  background-color: #ececec;
  margin-bottom: 4%;
}

@media (max-width: 1100px) {
  .detail_info_area_category .wrap_inner .flex .item {
    width: 48%;
  }
}

.detail_info_area_category .wrap_inner .flex .item img {
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.detail_info_area_category .wrap_inner .flex .item .txt {
  padding: 10px 10px 15px 10px;
}

.detail_info_area_category .wrap_inner .flex .item .category {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  color: #fff;
}

.detail_info_area_category .wrap_inner .flex .item .category_right {
  left: auto;
  right: 0;
}

.detail_info_area_category .wrap_inner .flex .item2 {
  cursor: pointer;
  position: relative;
  width: 24%;
  background-color: #ececec;
}

@media (max-width: 1100px) {
  .detail_info_area_category .wrap_inner .flex .item2 {
    width: 48%;
    margin-bottom: 4%;
  }
}

.detail_info_area_category .wrap_inner .flex .item2 img {
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.detail_info_area_category .wrap_inner .flex .item2 .txt {
  padding: 10px 10px 15px 10px;
}

.detail_info_area_category .wrap_inner .flex .item2 .category {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  color: #fff;
}

.detail_info_area_category .wrap_inner .flex .item2 .category_right {
  left: auto;
  right: 0;
}

.detail_info_area_category .wrap_inner .flex .item .rank1 {
  background-color: rgba(219, 180, 0, 0.7) !important;
}

.detail_info_area_category .wrap_inner .flex .item .rank2 {
  background-color: rgba(210, 202, 202, 0.7) !important;
}

.detail_info_area_category .wrap_inner .flex .item .rank3 {
  background-color: rgba(196, 112, 34, 0.7) !important;
}

.detail_info_area_category .wrap_inner .flex .item .rank4 {
  background-color: rgba(147, 182, 156, 0.7) !important;
}

.detail_info_area_category .wrap_inner .btn {
  max-width: 150px;
  margin: 0 0 0 auto;
  width: 24%;
}

@media (max-width: 769px) {
  .detail_info_area_category .wrap_inner .btn {
    width: 40%;
    margin-top: 10px;
  }
}

.detail_info_area_category .wrap_inner .ttl_pp{
  padding: 0.5em;
  color: #000000;
  background: #EEEEEE;
  border-left: solid 5px #0F8E82;
}

.detail_info_area_category .wrap_inner .ttl_pc{
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: -moz-linear-gradient(top, #459522, #B1EA4D);
  background: -webkit-linear-gradient(top, #459522, #B1EA4D);
  background: linear-gradient(to bottom, #459522, #B1EA4D);
}

.detail_info_area_category .wrap_inner .ttl_gc{
  padding: 0.5em;
  color: #000000;
  background: #EEEEEE;
  border-left: solid 5px #669900;
}

.detail_info_area .wrap_inner .ttl_hu{
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: -moz-linear-gradient(left, #fd89d7 14%, #fcecfc 60%, #ff7cd8 80%, #fba6e1 100%);
  background-image: -webkit-linear-gradient(left, #fd89d7 14%,#fcecfc 60%,#ff7cd8 80%,#fba6e1 100%);
  background-image: linear-gradient(to right, #fd89d7 14%,#fcecfc 60%,#ff7cd8 80%,#fba6e1 100%);
}

/* ================================================
	detail_info_area_category list
================================================ */
.hidden_box {
  margin: 2em 0;
  padding: 0;
}

.hidden_box .menu-box {
  list-style: none;
  overflow: hidden;
  padding: 0.5em 1em;
  margin: 0 1em 1em 1em;
  font-weight: bold;
  color: #000;
  background: #FFF;
  border: solid 3px #6091d3;
  border-radius: 10px;
}

.hidden_box .menu-box li{
  float: left;
  width: 250px;
  margin: 0 10px 10px 0;
}

.more-btn {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.more-btn a {
  margin: 0 20px;
  text-align: center;
  width: 150px;
  border-radius: 20px;
  padding: 7px 0;
  border: 1px solid #1A237E;
  cursor: pointer;
}

.detail_info_area_category .wrap_inner p.btn_category {
  position: relative;
  height: 15px;
  margin: 0;
}

.detail_info_area_category .wrap_inner p.btn_category a {
  position: absolute;
  top: -40px;
  right: 10px;
  width: 180px;
  border: 1px solid #000;
  text-align: center;
  padding: 5px;
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  border-radius: 10px;
}

@media (max-width: 1100px) {
  .main_area .detail_info_area_category section {
    padding: 0px;
  }

  .detail_info_area_category .wrap_inner p.btn_category a {
    position: absolute;
    top: -40px;
    right: 5px;
    width: 180px;
    border: 1px solid #000;
    text-align: center;
    padding: 4px;
    background-color: #FFF;
    color: #000;
    text-decoration: none;
    border-radius: 10px;
  }  
}

@media (max-width: 769px) {
  .main_area .detail_info_area_category section {
    padding: 0px;
  }
  
  .detail_info_area_category .wrap_inner p.btn_category a {
    position: absolute;
    top: -30px;
    right: 5px;
    width: 150px;
    border: 1px solid #000;
    text-align: center;
    padding: 2px;
    background-color: #FFF;
    color: #000;
    text-decoration: none;
    border-radius: 10px;
  }  
}

/* ================================================
	footer
================================================ */
footer {
  font-family: 'Noto sans JP', sans-serif;
  font-weight: 400;
}

footer .footer_box1 {
  padding: 30px 0;
}

footer .footer_box1 .flex-pc li {
  padding: 0 10px;
  border-right: 1px solid #fff;
  line-height: 1;
}

@media (max-width: 769px) {
  footer .footer_box1 .flex-pc li {
    border-right: none;
    margin-bottom: 15px;
  }
}

footer .footer_box1 .flex-pc li:last-child {
  border-right: none;
}

footer .copyright {
  font-size: 13px;
  letter-spacing: .1em;
  line-height: 1.3;
  text-align: center;
  padding: 15px 0;
}

/* ================================================
	detail
================================================ */
.detail .content_area img {
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.detail .content_area .flex1 .item_img {
  width: 300px;
}

@media (max-width: 1100px) {
  .detail .content_area .flex1 .item_img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.detail .content_area .flex1 .item_txt {
  width: calc( 100% - 320px);
}

@media (max-width: 1100px) {
  .detail .content_area .flex1 .item_txt {
    width: 100%;
  }
}

.detail .content_area .flex1 .item_txt table {
  width: 100%;
}

.detail .content_area .flex1 .item_txt table th {
  position: relative;
  text-align: left;
  width: 30%;
  vertical-align: middle;
  margin-bottom: 10px;
}

.detail .content_area .flex1 .item_txt table th:after {
  display: block;
  content: ":";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

.detail .content_area .flex1 .item_txt table td {
  padding: 7px 0;
  text-align: left;
  width: 70%;
}

.detail .content_area .flex2 .item {
  width: 48%;
  margin-bottom: 4%;
}

.detail .content_area .flex2 .item img {
  height: auto !important;
}

.detail .content_area .review .item_img {
  height: 450px;
  margin-bottom: 30px;
}

@media (max-width: 1100px) {
  .detail .content_area .review .item_img {
    height: auto;
    width: 100%;
  }
}

.detail .content_area .widget_pc {
  display: block;
}

.detail .content_area .widget_sp {
  display: none;
}
  
@media (max-width: 1100px) {
  .detail .content_area .widget_pc {
    display: none;
  }

  .detail .content_area .widget_sp {
    display: block;
  }
}
 

/* ================================================
	list
================================================ */
.list table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: auto;
  word-break: break-all;
}

.list table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}

.list table th,
.list table td {
  font-weight: 300;
  text-align: center;
  padding: 10px 10px;
  border-right: 1px solid #bbb;
  vertical-align: middle;
}

@media (max-width: 769px) {
  .list table th,
  .list table td {
    font-weight: normal;
  }
}

.list table td.table_img {
  height: 120px;
}

.list table td.table_img img {
  height: 120px;
  width: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

.list table td:first-child {
  width: 40px;
}

.list table td:nth-child(2) {
  width: 40px;
}

.list table td:nth-child(3) {
  width: auto;
}

.list table td:nth-child(4) {
  width: auto;
  text-align: left;
}

.list table td:nth-child(5) {
  width: 160px;
}

.list table td:nth-child(6) {
  width: 85px;
  font-weight: bold;
}

.list table td:nth-child(7) {
  width: 40px;
}

.list table thead tr {
  background-color: #eee;
}

@media screen and (max-width: 1000px) {
  .list table {
    border: 0;
    width: 100%;
  }
  .list table th {
    background-color: #eee;
    display: block;
    border-right: none;
  }
  .list table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .list table tr {
    display: block;
    margin-bottom: .625em;
  }
  .list table td {
    text-align: left;
    line-height: 30px;
    border-bottom: 1px solid #bbb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .8em;
    position: relative;
    padding: .625em .625em .625em .625em;
    border-right: none;
  }
  .list table td .sp {
    display: block;
  }
  .list table td a {
    width: 100%;
    display: -ms-flexbox;
  }
  .list table td span.sp {
    width: 25%;
  }
  .list table td span.txt {
    width: 75%;
  }
  .list table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  .list table td:last-child {
    border-bottom: 0;
  }
  .list table td:first-child {
    width: auto;
  }
  .list table td:nth-child(2) {
    width: auto;
  }
  .list table td:nth-child(3) {
    width: auto;
  }
  .list table td:nth-child(4) {
    width: auto;
  }
  .list table td:nth-child(5) {
    width: auto;
  }
  .list table td:nth-child(6) {
    width: auto;
  }
  .list table td:nth-child(7) {
    width: auto;
  }
  .list table td:first-child span.txt,
  .list table td:nth-child(2) span.txt,
  .list table td:nth-child(6) span.txt,
  .list table td:nth-child(7) span.txt {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .list table td:nth-child(4) span.txt {
    line-height: normal;
  }
  .list table td.table_img a {
    width: 100%;
  }
  .list table td.table_img {
    height: auto;
    width: 100%;
  }
  .list table td.table_img img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* ================================================
	list_se
================================================ */
.list_se table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: auto;
  word-break: break-all;
}

.list_se table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}

.list_se table th,
.list_se table td {
  font-weight: 300;
  text-align: center;
  padding: 10px 10px;
  border-right: 1px solid #bbb;
  vertical-align: middle;
}

@media (max-width: 769px) {
  .list_se table th,
  .list_se table td {
    font-weight: normal;
  }
}

.list_se table td:first-child {
  width: 70px;
}

.list_se table td:nth-child(2) {
  width: 60px;
}

.list_se table td:nth-child(3) {
  width: 60px;
}

.list_se table td:nth-child(4) {
  width: auto;
  text-align: left;
}

.list_se table td:nth-child(5) {
  width: 200px;
  text-align: center;
}

.list_se table thead tr {
  background-color: #eee;
}

@media screen and (max-width: 1000px) {
  .list_se table {
    border: 0;
    width: 100%;
  }
  .list_se table th {
    background-color: #eee;
    display: block;
    border-right: none;
  }
  .list_se table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .list_se table tr {
    display: block;
    margin-bottom: .625em;
  }
  .list_se table td {
    text-align: left;
    border-bottom: 1px solid #bbb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .8em;
    position: relative;
    padding: .625em .625em .625em .625em;
    border-right: none;
  }
  .list_se table td .sp {
    display: block;
  }
  .list_se table td a {
    width: 85%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list_se table td span.sp {
    width: 25%;
  }
  .list_se table td span.txt {
    width: 75%;
  }
  .list_se table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  .list_se table td:last-child {
    border-bottom: 0;
  }
  .list_se table td:first-child {
    width: auto;
  }
  .list_se table td:nth-child(2) {
    width: auto;
  }
  .list_se table td:nth-child(3) {
    width: auto;
  }
  .list_se table td:nth-child(4) {
    width: auto;
  }
  .list_se table td:nth-child(5) {
    width: auto;
  }
  .list_se table td:first-child span.txt,
  .list_se table td:nth-child(2) span.txt,
  .list_se table td:nth-child(3) span.txt,
  .list_se table td:nth-child(5) span.txt{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .list_se table td:nth-child(4) a{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 73%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}

/* ================================================
pager
================================================ */
.pager .pagination {
  text-align: center;
  display: flex;
  justify-content: center;
}

.pager .pagination li {
  margin: 0 2px;
  padding: 0;
  display: block;
  background: #BEBECC;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}

.pager .pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #000;
  background: #eef;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .pager .pagination li {
    display: none;
  }
  .pager .pagination li.pre,
  .pager .pagination li.next {
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }
  .pager .pagination li.pre a,
  .pager .pagination li.next a {
    width: 100%;
    text-align: center;
  }
  .pager .pagination li.pre span::after {
    content: "　前の10件へ";
  }
  .pager .pagination li.next span::before {
    content: "次の10件へ　";
  }
}

/* ================================================
	サイドバ
================================================ */
.sidebar_list_sec .list {
  border: 1px solid #ccc;
  border-top: 3px solid #BEBECC;
  padding: 30px 20px;
  background-color: #fff;
}

.sidebar_list_sec .list ul li {
  margin-bottom: 1em;
}

.sidebar_list_sec .list ul li:last-child {
  margin-bottom: 0;
}

/* ================================================
	評価
================================================ */
.star5_rating{
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
  /*font-size: 30px;*/
}

.star5_rating:before, .star5_rating:after{
  content: '★★★★★';
}

.star5_rating:after{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

/* ================================================
	タブ
================================================ */
.tabs, .tabs * {
    box-sizing:border-box
}

.tabs, .tabs li, .tabs ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding:0
}

.tabs {
    border-bottom: 1px solid #dee2e6;
    text-align:center
}

.tabs li {
    border-radius: 5px 5px 0 0;
    border: 1px solid transparent;
    display: inline-block;
    margin-bottom:-1px
}

.tabs li a:link, .tabs li a:visited {
    display: inline-block;
    font-weight: 700;
    margin: 0;
    padding: 10px;
    text-decoration:none
}

.tabs li a:hover {
    text-decoration:underline
}

.tabs li.active {
    border-color:#dee2e6 #dee2e6 #fff
}

.tabs li.active a:hover, .tabs li.active a:link, .tabs li.active a:visited {
    color: #000;
    text-decoration: none
}

/* ======== to-top ======== */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 20px;
  color: #fff;
  background:rgba(141,141,189,0.5);
  text-decoration: none;
  z-index: 999;
}

/*------------------------------------------------

　カラー指定

--------------------------------------------------*/
/*文字色*/
.txt_black {
  color: #000000 !important;
}

.txt_dimgray {
  color: #696969 !important;
}

.txt_gray {
  color: #808080 !important;
}

.txt_silver {
  color: #C0C0C0 !important;
}

.txt_white {
  color: #ffffff !important;
}

.txt_red {
  color: #A12621 !important;
}

.txt_yellow {
  color: #FFFF00 !important;
}

.txt_lime {
  color: #00FF00 !important;
}

.txt_aqua {
  color: #00FFFF !important;
}

.txt_blue {
  color: #0000FF !important;
}

.txt_fuchsia {
  color: #FF00FF !important;
}

.txt_marron {
  color: #800000 !important;
}

.txt_olive {
  color: #808000 !important;
}

.txt_green {
  color: #008000 !important;
}

.txt_teal {
  color: #008080 !important;
}

.txt_navy {
  color: #000080 !important;
}

.txt_purple {
  color: #800080 !important;
}

.txt_pink {
  color: #C85A7B !important;
}

.txt_eef {
  color: #eef !important;
}

.txt_eef_dark {
  color: #BEBECC !important;
}

.txt_eef_dimgray {
  color: #696969 !important;
}

/*背景色*/
.bg_black {
  background-color: #000000 !important;
}

.bg_gray {
  background-color: #808080 !important;
}

.bg_silver {
  background-color: #C0C0C0 !important;
}

.bg_white {
  background-color: #ffffff !important;
}

.bg_red {
  background-color: #A12621 !important;
}

.bg_yellow {
  background-color: #FFFF00 !important;
}

.bg_lime {
  background-color: #00FF00 !important;
}

.bg_aqua {
  background-color: #00FFFF !important;
}

.bg_blue {
  background-color: #0000FF !important;
}

.bg_fuchsia {
  background-color: #FF00FF !important;
}

.bg_marron {
  background-color: #800000 !important;
}

.bg_olive {
  background-color: #808000 !important;
}

.bg_green {
  background-color: #008000 !important;
}

.bg_teal {
  background-color: #008080 !important;
}

.bg_navy {
  background-color: #000080 !important;
}

.bg_purple {
  background-color: #800080 !important;
}

.bg_pink {
  background-color: #C85A7B !important;
}

.bg_lightpink {
  background-color: #FFB6C1 !important;
}

.bg_wheat {
  background-color: #F5DEB3 !important;
}

.bg_gainsboro {
  background-color: #dcdcdc !important;
}

.bg_whitesmoke {
  background-color: #F5F5F5 !important;
}

.bg_lightsteelblue {
  background-color: #B0C4DE !important;
}

.bg_eef_salmon {
  background-color: rgba(250, 128, 116, 0.6) !important;
}

.bg_eef_gainsboro {
  background-color: rgba(220, 220, 220, 0.6) !important;
}

.bg_eef {
  background-color: rgba(238, 238, 255, 0.7) !important;
}

.bg_eef_dark {
  background-color: rgba(190, 190, 204, 0.7) !important;
}

/* ================================================
	追記
================================================ */
/*active border 色*/
.active_black {
  border-bottom: 2px solid #000000 !important;
}

.active_gray {
  border-bottom: 2px solid #808080 !important;
}

.active_silver {
  border-bottom: 2px solid #C0C0C0 !important;
}

.active_white {
  border-bottom: 2px solid #ffffff !important;
}

.active_red {
  border-bottom: 2px solid #A12621 !important;
}

.active_yellow {
  border-bottom: 2px solid #FFFF00 !important;
}

.active_lime {
  border-bottom: 2px solid #00FF00 !important;
}

.active_aqua {
  border-bottom: 2px solid #00FFFF !important;
}

.active_blue {
  border-bottom: 2px solid #0000FF !important;
}

.active_fuchsia {
  border-bottom: 2px solid #FF00FF !important;
}

.active_marron {
  border-bottom: 2px solid #800000 !important;
}

.active_olive {
  border-bottom: 2px solid #808000 !important;
}

.active_green {
  border-bottom: 2px solid #008000 !important;
}

.active_teal {
  border-bottom: 2px solid #008080 !important;
}

.active_navy {
  border-bottom: 2px solid #000080 !important;
}

.active_purple {
  border-bottom: 2px solid #800080 !important;
}

.active_pink {
  border-bottom: 2px solid #C85A7B !important;
}

.active_eef {
  border-bottom: 2px solid #eef !important;
}

.active_eef_dark {
  border-bottom: 2px solid #BEBECC !important;
}

/* -------- header -------- */
header .header_box {
  background-color: #fff;
}

header .header_box .header_box_inner {
  padding: 0px 20px;
}

@media (max-width: 769px) {
  header .header_box .header_box_inner {
    padding: 17px 20px;
  }
}

header .header_box .header_box_inner .pc_menu .pc_menu_inner ul li a{
  padding: 20px 0;
  display: block;
  position: relative;
}

header .header_box .header_box_inner .pc_menu .pc_menu_inner ul li > a::before{
  content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1px;
    height: 12px;
    margin: -6px 0 0;
    background: #ccc;
}

header .header_box .header_box_inner .pc_menu .pc_menu_inner ul li:first-child > a::before {
  content: none;
}

header .sp_menu .sp_menu_inner ul li a{
  display: block;
}

header .sp_menu .sp_menu_inner ul li.sub_menu_sp {
  position: relative;
}

header .sp_menu .sp_menu_inner ul li.sub_menu_sp::before {
  display: block;
	content: "";
	position: absolute;
	top:12px; 
	right:0;
	width: 19px;
	height: 2px;
	background-color: #fff;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

header .sp_menu .sp_menu_inner ul li.sub_menu_sp::after {
  display: block;
	content: "";
	position: absolute;
	top: 12px; 
	right: 0;
	width: 19px;
	height: 2px; 
	background-color: #fff;
	transition: .3s;
}

header .sp_menu .sp_menu_inner ul li.sub_menu_sp.active::before {
  transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

header .sp_menu .sp_menu_inner ul li.sub_menu_sp.active::after {
  background-color: transparent;
}

/* -------- サブメニューsp -------- */
header .sp_menu .sp_menu_inner .sub_menu_sp .sub_menu_inner_sp {
  display: none;
}
header .sp_menu .sp_menu_inner .sub_menu_sp.active .sub_menu_inner_sp {
  display: block;
}

header .sp_menu .sp_menu_inner .sub_menu_inner_sp ul {
  padding-left: 20px;
  margin-top: 10px;
}

header .sp_menu .sp_menu_inner .sub_menu_inner_sp ul li {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .1em;
  margin-bottom: 10px;
  position: relative;

}

header .sp_menu .sp_menu_inner .sub_menu_inner_sp ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transform: rotate(45deg);
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  width: 7px;
  height: 7px;
}

/* -------- サブメニューpc -------- */
.header_box {
  position: relative;
}
.sub_menu {
  position: absolute;
  width: 100%;
  height: 30px;
  background-color: #eee;
  top: 100%;
  left: 0;
  display: none;
  z-index: 2;
}

.sub_menu_fix {
  position: absolute;
  width: 100%;
  height: 30px;
  background: rgba(255, 255, 255, 0.5);
  top: 100%;
  left: 0;
  z-index: 1;
}

.sub_menu1.active a span {
  border-bottom: 2px solid #008000;
}
.sub_menu2.active a span {
  border-bottom: 2px solid #008000;
}

/* Custum */
header .header_box .header_box_inner .pc_menu .pc_menu_inner .sub_menu ul li,
header .header_box .header_box_inner .pc_menu .pc_menu_inner .sub_menu_fix ul li{
  width: 100px;
  text-align: center;
}

header .header_box .header_box_inner .pc_menu .pc_menu_inner .sub_menu ul li a,
header .header_box .header_box_inner .pc_menu .pc_menu_inner .sub_menu_fix ul li a{
  padding: 8px 0;
  display: block;
}

header .header_box .header_box_inner .pc_menu .pc_menu_inner .sub_menu ul li a:hover,
header .header_box .header_box_inner .pc_menu .pc_menu_inner .sub_menu_fix ul li a:hover{
  padding: 8px 0;
  background:#E6E6FA;
}

header .header_box .header_box_inner .pc_menu .pc_menu_inner .top_menu{
  padding: 0 10px;
  margin: 0 10px; 
}

/* ================================================
	新規セレクタ作成の場合
================================================ */
/* ======== spは以下 ======== */
@media (max-width: 769px) {
  /*例
  .new_selector_sp {
    color: blue;
  }
  */
}
/* ======== pcは以下 ======== */
@media (min-width: 769px) {
  /*例
  .new_selector_pc {
    color: blue;
  }
  */
}