/*===============================================*/
/* pc */
/*===============================================*/
@media only screen and (min-width: 769px) {
  /* ------------------------------
   #section_mode_slide
  ------------------------------ */
  #section_mode_slide {
    margin-bottom: 0;
  }

  #mode_slide {
    padding-top: 0px ;
    margin-top: -30px;
    margin-bottom: 100px;
  }
  #mode_slide img {
    width: 100%;
    display: block;
  }
  #mode_slide .pic_list {
    margin-left: -1800px;
  }
  #mode_slide .pic_group {
    max-width: 1200px;
    margin: 0 auto;
    overflow: visible;
    position: relative;
  }
  #mode_slide .pic_group:before {
    content: '';
    display: block;
    height: 420px;
  }
  #mode_slide .pic_list {
    display: flex;
    transition: margin-left 0.5s cubic-bezier(0.5, 0.7, 0.22, 1);
    position: absolute;
    top: 0;
    left: 50%;
    height: 420px;
  }
  #mode_slide .pic_item {
    width: 1200px;
    flex: 0 0 auto;
    opacity: 0.3;
    transition: opacity 0.5s;
  }
  #mode_slide .pic_item.current {
    opacity: 1;
    transition: opacity 0.5s 0.2s;
  }
  #mode_slide .detail_group {
    width: 880px;
    height:400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    background: #000000;
    box-sizing: border-box;
  }
  #mode_slide .detail_list {
    height: 100%;
    display: flex;
    transition: margin-left 0.5s cubic-bezier(0.5, 0.7, 0.22, 1);
  }
  #mode_slide .detail_item {
    width: 840px;
    padding-left: 0px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    transition: width 0.5s cubic-bezier(0.5, 0.7, 0.22, 1);
    box-sizing: border-box;
  }
  #mode_slide .detail_item .mator {
    width: 280px;
    position: relative;
    bottom: 0px;
    flex: 0 0 auto;
    opacity: 0;
    transition: width 0.5s cubic-bezier(0.5, 0.7, 0.22, 1), opacity 0.5s;
  }
  #mode_slide .detail_item .text_group {
    width: 350px;
    box-sizing: border-box;
    padding-left: 20px;
    flex: 0 0 auto;
    opacity: 0;
    transition: opacity 0.5s;
  }
  #mode_slide .detail_item .title {
    height: 23px;
    display: inline-block;
  }
  #mode_slide .detail_item .title img {
    height: 100%;
  }
  #mode_slide .detail_item .text {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    margin-top: 15px;
  }
  #mode_slide .detail_item.current {
    width: 840px;
    z-index: 1;
  }
  #mode_slide .detail_item.current .mator {
    width: 441px;
    padding-left: 26px;
    position: relative;
    bottom: 0px;
    opacity: 1;
  }
  #mode_slide .detail_item.current [data-mode-btn] {
    cursor: default;
  }
  #mode_slide .detail_item.current .text_group {
    opacity: 1;
    transition: 0.5s 0.3s;
  }
  #mode_slide .prev, #mode_slide .next {
    position: absolute;
    top: 167px;
    width: 23px;
    height: 54px;
    background: url("../image/mode_slide_arrow.png") 50% 50% no-repeat;
    background-size: 23px auto;
    cursor: pointer;
    z-index: 1;
  }
  #mode_slide .prev:hover, #mode_slide .next:hover {
    opacity: 0.7;
  }
  #mode_slide .prev {
    left: 20px;
  }
  #mode_slide .next {
    right: 20px;
    transform: rotate(180deg);
  }

  /* ------------------------------
  	 #section_mode_table
  ------------------------------ */
  .mode_table {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
  }
  .mode_table th, .mode_table td {
    vertical-align: middle;
    border-right: 1px solid #cccccc;
    border-left: 1px solid transparent;
    box-sizing: border-box;
  }
  .mode_table th:first-child, .mode_table td:first-child {
    border-left: 1px solid #cccccc;
  }
  .mode_table .w {
    width: 25%;
    height: 0;
    padding: 0;
    border-color: transparent;
  }
  .mode_table .title01 {
    border-bottom: 1px solid #cccccc;
  }
  .mode_table .title01 th {
    text-align: center;
    font-family: "Century Gothic", sans-serif;
    font-size: 18px;
    box-sizing: border-box;
    height: 90px;
    padding-top: 15px;
  }
  .mode_table .title {
    background-color: rgba(0, 0, 0, 0.06);
    font-weight: bold;
  }
  .mode_table .title th {
    position: relative;
    height: 31px;
  }
  .mode_table .area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 31px;
    display: flex;
    overflow: hidden;
  }
  .mode_table .area div {
    box-sizing: border-box;
    width: 25%;
    height: 100%;
    flex: 0 0 auto;
  }
  .mode_table .detail {
    border-bottom: 1px solid #cccccc;
  }
  .mode_table .detail:last-child {
    border-bottom: none;
  }
  .mode_table .detail td {
    padding: 15px 5px;
  }
  .mode_table .select {
    background-color: rgba(0, 0, 0, 0.05);
    transition: 0.15s;
  }
}
/*===============================================*/
/* sp */
/*===============================================*/
@media only screen and (max-width: 768px) {
  /* ------------------------------
   #section_mode_slide
  ------------------------------ */
  #section_mode_slide img {
    display: block;
  }
  #section_mode_slide .item_sp {
    background: #000;
    color: #fff;
    margin-bottom: 8px;
  }
  #section_mode_slide .detail_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4%;
  }
  #section_mode_slide .mator {
    flex: 0 0 auto;
    width: 45%;
  }
  #section_mode_slide .mator img {
    width: 100%;
  }
  #section_mode_slide .text_group {
    width: 50%;
    padding: 0.3em 0;
  }
  #section_mode_slide .text_group .title img {
    height: 14px;
  }
  #section_mode_slide .text_group .text {
    font-size: 12px;
    line-height: 1.75;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 374px) {
  #section_mode_slide .text_group .title img {
    height: 11.5px;
  }
}
