@charset "UTF-8";

/* --------------- *\
 * all.top
\* --------------- */

/* .header */
header {
  background: linear-gradient(rgba(26,33,43,1), rgba(26,33,43,0));
}
header#all_top_header .obi {
  height: 80px;
}
header.bg_black {
  background-color: rgba(26,26,26,0.8);
}


@media (max-width: 767px) {
  header#all_top_header .obi {
    height: 60px;
  }
}

/* .top_wrapper */
#all_top {
  background-color: #fff;
}
#all_top .top_wrapper {
  width: 1024px;
  margin: 0 auto;
}
#all_top .top_wrapper h3 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}



.bg_gray {
  background-color: #f2f2f2;
  /*padding: 30px 0 40px 0;*/
}
.bg_white {
  background-color: #fff;
  /*padding: 30px 0 40px 0;*/
}


/* .cover */
#all_top .cover {
  height: 520px;
  background-color: #e0e0e0;
}
#all_top .slider {
  width: 100%;
}
#all_top .slider .slide {
  height: 520px;
}


/* .to_prefecture_top */
#to_prefecture_top {
  padding: 50px 0 40px 0;
}
#to_prefecture_top ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 12px;
}
@media (max-width: 1219px) {
  #to_prefecture_top ul {
    column-gap: 10px;
  }
}
@media (max-width: 767px) {
  #to_prefecture_top ul {
    row-gap: 10px;
  }
}


/* to_original_tour */
#to_original_tour {
  margin-top: 50px;
  margin-bottom: 50px;
}
#to_original_tour .top_wrapper a {
  text-decoration: none;
  color: #444;
}
#to_original_tour .top_wrapper .body {
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#to_original_tour .top_wrapper .body .left {
  width: 56%;
}
#to_original_tour .top_wrapper .body .right {
  width: 44%;
  padding: 0 20px;
}
#to_original_tour .top_wrapper .body .right h3 {
  text-align: left;
  line-height: 1.2;
}
@media (max-width: 1219px) {}
@media (max-width: 767px) {
  #to_original_tour {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #to_original_tour .top_wrapper .body {
    display: block;
  }
  #to_original_tour .top_wrapper .body .left {
    width: 100%;
  }
  #to_original_tour .top_wrapper .body .right {
    width: 100%;
    padding: 16px;
  }
}

#all_top #original_tour {
  margin-bottom: 60px;
}

/* #popular_activity */
#all_top #popular_activity {
  margin-top: 60px;
}
#all_top #popular_activity .list_item .list_item_right a,
#all_top #new_products .list_item .list_item_right a {
  text-decoration: none;
  color: #666;
}
#all_top #popular_activity .list_item .list_item_right a .price,
#all_top #new_products .list_item .list_item_right a .price {
  color: #000;
}

#all_top #new_products {
  margin-top: 60px;
  margin-bottom: 40px;
}
#all_top #recommend_medias {
  margin-bottom: 60px;
}
#all_top #new_medias {
  margin-bottom: 40px;
}
#all_top .list_slider {
  opacity: 0;
  transition: opacity .3s linear;
  width: auto;
}
#all_top .list_slider.slick-initialized {
  opacity: 1;
}


/* #all_top_medias */
#all_top_medias {
  padding: 60px 0 20px 0;
}
#all_top_medias ul {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-wrap: wrap;
}
#all_top_medias ul li {
  width: 154px;
  margin-right: 20px;
  margin-bottom: 20px;
}
#all_top_medias ul li:nth-child(6n) {
  margin-right: 0;
}
#all_top_medias ul li div.relative img {
  border-radius: 4px;
  width: 100%;
}
#all_top_medias ul li div.relative div.name {
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.6));
  color: #fff;
  text-align: center;
  width: 100%;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0 0 4px 4px;
}
#all_top_medias ul li a:hover {
  opacity: 0.7;
}



/* .to_deepx */
.to_deepx {
  margin-bottom: 60px;
}
.to_deepx div.inner {
  width: 948px;
  height: 410px;
  border: 1px solid #636359;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.to_deepx div.inner div.img {
  width: 571px;
  height: 408px;
  background-image: url('https://assets.deep-exp.com/assets/img/front/all_top/deep_x_bnr_img.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.to_deepx div.inner div.link {
  width: 370px;
  padding: 30px;
}
body.en .to_deepx div.inner div.link {
  padding: 0 20px;
}
.to_deepx div.inner div.link h3 {
  margin-bottom: 16px;
  text-align: center;
}
.to_deepx div.inner div.link h3 img {
  width: 254px;
}
.to_deepx div.inner div.link p.subttl {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 150%;
  font-family: 'Noto Serif JP', serif;
}
body.en .to_deepx div.inner div.link p.subttl {
  line-height: 1.2em;
  margin-bottom: 16px;
}
.to_deepx div.inner div.link p.text {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 20px;
  font-feature-settings: 'pwid' on, 'palt' on;
}
.to_deepx div.inner div.link p.button {
  background-color: #fff;
}
.to_deepx div.inner div.link p.button a {
  border: 1px solid #636359;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  text-decoration: none;
  color: #444;
  font-size: 16px;
  padding: 5px 0;
  border-radius: 19.5px;
}
.to_deepx div.inner div.link p.button a:hover {
  background-color: #f2f2f2;
}
.to_deepx div.inner div.link p.button span {
  position: relative;
  padding-right: 20px;
}
.to_deepx div.inner div.link p.button span:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #444;
  border-right: 1px solid #444;
  transform: rotate(-45deg);
}


@media (max-width: 1219px) {
  .to_deepx div.inner {
    width: 900px;
    /*height: 300px;*/
  }
  .to_deepx div.inner div.img {
    width: 530px;
    /*height: 298px;*/
  }
}


@media (max-width: 767px) {
  .to_deepx {
    padding: 0 10px;
  }
  .to_deepx div.inner {
    width: 100%;
    display: block;
    height: auto;
  }
  .to_deepx div.inner div.img {
    width: 100%;
    height: 213px;
  }
  .to_deepx div.inner div.link {
    width: 100%;
    padding: 30px 20px;
  }
  body.en .to_deepx div.inner div.link {
    width: 100%;
    padding: 30px 20px;
  }
  .to_deepx div.inner div.link h3 {
    text-align: center;
    margin-bottom: 16px;
  }
  .to_deepx div.inner div.link h3 img {
    width: 230px;
  }
  .to_deepx div.inner div.link p.subttl {
    font-weight: bold;
    text-align: center;
  }
  .to_deepx div.inner div.link p.text {
    line-height: 21px;
    margin-bottom: 20px;
  }
}




/* .to_deeplog */
.to_deeplog {}
.to_deeplog div.inner {
  width: 948px;
  height: 332px;
  border: 1px solid #636359;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.to_deeplog div.inner div.img {
  width: 571px;
  height: 330px;
  background-image: url('https://assets.deep-exp.com/assets/img/front/all_top/deeplog_bnr.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.to_deeplog div.inner div.link {
  width: 370px;
  padding: 0 58px;
}
body.en .to_deeplog div.inner div.link {
  padding: 0 20px;
}
.to_deeplog div.inner div.link h3 {
  margin-bottom: 20px;
  text-align: center;
}
.to_deeplog div.inner div.link h3 img {
  width: 100%;
}
body.en .to_deeplog div.inner div.link h3 img {
  width: 254px;
}
.to_deeplog div.inner div.link p.subttl {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}
body.en .to_deeplog div.inner div.link p.subttl {
  line-height: 1.2em;
  margin-bottom: 16px;
}
.to_deeplog div.inner div.link p.text {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 26px;
}
.to_deeplog div.inner div.link p.button {
  background-color: #fff;
}
.to_deeplog div.inner div.link p.button a {
  border: 1px solid #636359;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  text-decoration: none;
  color: #444;
  font-size: 16px;
  padding: 5px 0;
  border-radius: 19.5px;
}
.to_deeplog div.inner div.link p.button a:hover {
  background-color: #f2f2f2;
}
.to_deeplog div.inner div.link p.button span {
  position: relative;
  padding-right: 20px;
}
.to_deeplog div.inner div.link p.button span:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #444;
  border-right: 1px solid #444;
  transform: rotate(-45deg);
}


@media (max-width: 1219px) {
  .to_deeplog div.inner {
    width: 900px;
    height: 300px;
  }
  .to_deeplog div.inner div.img {
    width: 530px;
    height: 298px;
  }
}


@media (max-width: 767px) {
  .to_deeplog {
    padding: 0 10px;
  }
  .to_deeplog div.inner {
    width: 100%;
    display: block;
    height: auto;
  }
  .to_deeplog div.inner div.img {
    width: 100%;
    height: 213px;
  }
  .to_deeplog div.inner div.link {
    width: 100%;
    padding: 30px 20px;
  }
  body.en .to_deeplog div.inner div.link {
    width: 100%;
    padding: 30px 20px;
  }
  .to_deeplog div.inner div.link h3 {
    text-align: center;
    margin-bottom: 16px;
  }
  .to_deeplog div.inner div.link h3 img {
    width: 230px;
  }
  .to_deeplog div.inner div.link p.subttl {
    font-weight: bold;
    text-align: center;
  }
  .to_deeplog div.inner div.link p.text {
    line-height: 21px;
    margin-bottom: 20px;
  }
}



/* #all_top_spots */
#all_top_spots {
  margin-top: 60px;
  padding: 40px 0;
}
#all_top_spots ul {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-wrap: wrap;
}
#all_top_spots ul li {
  width: 95.2px;
  margin-right: 8px;
  margin-bottom: 8px;
}
#all_top_spots ul li:nth-child(10n) {
  margin-right: 0;
}
#all_top_spots ul li img {
  border-radius: 50%;
  border: solid 5px transparent;
}
#all_top_spots ul li div.name {
  text-align: center;
}
#all_top_spots ul li img:hover {
  /*opacity: 0.7;*/
  border-color: #ffd700;
}

hr.gray {
  border-top: 2px solid #f2f2f2;
  border-bottom: none;
  margin-bottom: 60px;
}



@media (max-width: 1219px) {
  #gnavi_pc .gnavi_pc_child .inner {
    width: 900px;
  }
  #all_top .cover {
    height: 300px;
  }
  #all_top .slider .slide {
    height: 300px;
  }
  #all_top .top_wrapper {
    width: 900px;
  }
  #gnavi_pc .gnavi_pc_child .inner ul li {
    width: 110px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  #all_top_medias ul li {
    width: 140px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  #all_top_spots ul li {
    width: 95px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  #all_top_spots ul li:nth-child(9n) {
    margin-right: 0;
  }
}





@media (max-width: 767px) {
  /* #popular_activity */
  #all_top #popular_activity {
    margin-top: 20px;
  }
  #all_top #popular_activity .list_slider_detailed {
    background-color: #fff;
    box-shadow: 0 1px 5px #ccc;
    margin-bottom: 50px !important;
    padding: 15px 10px 20px 10px;
    width: 100%;
  }
  #all_top #popular_activity .list_slider_detailed:hover {
    opacity: 0.8;
  }
  #all_top #popular_activity .list_slider_detailed .list_item {
    padding: 0;
  }
  #all_top #popular_activity .list_slider_detailed .list_item_inner {
    display: flex;
    justify-content: space-between;
  }
  #all_top #popular_activity .list_slider_detailed .list_item_inner .list_item_left {
    width: 36%;
  }
  #all_top #popular_activity .list_slider_detailed .list_item_inner .list_item_left img {
    width: 100%;
  }
  #all_top #popular_activity .list_slider_detailed .list_item_inner .list_item_right {
    width: 60%;
    margin-top: 5px;
  }



  /* #new_products */
  #all_top #new_products {
    /* margin-top: 30px;*/
  }
  #all_top #new_products .list_slider_detailed {
    background-color: #fff;
    box-shadow: 0 1px 5px #ccc;
    margin-bottom: 50px !important;
    padding: 15px 10px 20px 10px;
    width: 100%;
  }
  #all_top #new_products .list_slider_detailed:hover {
    opacity: 0.8;
  }
  #all_top #new_products .list_slider_detailed .list_item {
    padding: 0;
  }
  #all_top #new_products .list_slider_detailed .list_item_inner {
    display: flex;
    justify-content: space-between;
  }
  #all_top #new_products .list_slider_detailed .list_item_inner .list_item_left {
    width: 36%;
  }
  #all_top #new_products .list_slider_detailed .list_item_inner .list_item_left img {
    width: 100%;
  }
  #all_top #new_products .list_slider_detailed .list_item_inner .list_item_right {
    width: 60%;
    margin-top: 5px;
  }


  #all_top #recommend_medias {
    margin-bottom: 30px;
  }
  #all_top_medias {
    padding: 30px 0 20px 0;
  }
  #all_top_spots {
    margin-top: 30px;
  }
  hr.gray {
    margin-bottom: 40px;
  }

  #all_top .top_wrapper {
    width: 100%;
    padding: 0 10px;
  }
  #all_top .top_wrapper h3 {
    font-size: 20px;
  }
  #all_top_medias ul li {
    width: 33.3%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 6px;
  }
  #all_top_spots ul li {
    width: 25%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
  }
}

