@charset "UTF-8";

html {
  background-color: #191919;
  scroll-padding-top: 60px; /* 固定ヘッダの高さ分 */
}

body {
  color: #fff;
  font-size: 14px;
  /*font-family: Heebo, "Heebo", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", Yu Gothic, "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;*/
  /*font-family: -apple-system,Helvetica Neue,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;*/
  font-family: -apple-system, Heebo, "Heebo", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", Yu Gothic, "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  /*font-family: -apple-system,Helvetica Neue,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;*/
  -webkit-text-size-adjust: 100%;
}
body.pt {
  padding-top: 60px;
}

@media (max-width: 767px) {
  body.pt {
    padding-top: 50px;
  }
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

a {
  color: #fff;
}


/* --------------- *\
 * .zoom_in
\* --------------- */
.zoom_in img {
  transform: scale(1);
  transition: .5s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoom_in a:hover img{
  transform: scale(1.1);/*拡大の値を変更したい場合はこの数値を変更*/
}

/*画像のマスク*/
.mask{
  display: block;
  line-height: 0;/*行の高さを0にする*/
  overflow: hidden;/*拡大してはみ出る要素を隠す*/
  border-radius: 12px;
}



/* --------------- *\
 * .header
\* --------------- */
/* .gnavi_pc */
#gnavi_pc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#gnavi_pc li {
  margin-right: 20px;
}
#gnavi_pc li a {
  color: #ffffff;
  text-decoration: none;
}
#gnavi_pc li a:hover {
  text-decoration: underline;
}




/* ----- wrapper ----- */
.wrapper {
  width: 1000px;
  margin: 0 auto;
}

.wrapper.flex {
  margin-top: 100px;
  margin-bottom: 40px;
}
.wrapper.flex > .main {
  width: 700px;
}
.wrapper.flex > .sidebar {
  width: 250px;
}



@media (max-width: 1219px) {
  .wrapper {
    width: 900px;
   }
  .wrapper.flex {

  }
  .wrapper.flex > .main {
    /*width: 680px;*/
  }
  .wrapper.flex > .sidebar {
    width: 190px;
  }
}

@media (max-width: 767px) {
  .wrapper {
    width: 100%;
    padding: 0 15px;
  }
  .wrapper.flex {}
  .wrapper.flex > .main {
    width: 100%;
  }
  .wrapper.flex > .sidebar {
    width: 100%;
  }
}



/* --------------- *\
 * .is_terms_changed_confirm
\* --------------- */
#is_terms_changed_confirm {}
#is_terms_changed_confirm .body a {
  color: #0000cc;
  text-align: underline;
}



/* --------------- *\
 * .admin_login_alert
\* --------------- */
#admin_login_alert div.body {
  padding: 20px;
  color: #191919;
}
#admin_login_alert div.text p {
  margin-bottom: 30px;
}
#admin_login_alert div.button_area {
  width: 260px;
  margin: 0 auto;
}
#admin_login_alert div.button_area .button {
  padding: 12px 0;
  color: #191919;
  border: 1px solid #191919;
  border-radius: 4px;
}



/* --------------- *\
 * .price
\* --------------- */
span.price {
  font-size: 16px;
  font-weight: bold;
}
span.price span {
  font-size: 12px;
  font-weight: normal;
}
span.price span.line-through {
  text-decoration: line-through;
  margin-right: 4px;
}



/* --------------- *\
 * .button
\* --------------- */
.button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  display: block;
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}
.button.more {
  background-color: rgba(0,0,0,0);
  color: #fff;
  border: 1px solid #838383;
  width: 240px;
  padding: 10px 0;
  position: relative;
}
.button.more::after {
  content: url('https://assets.deep-exp.com/assets/img/front_x/common/arr_r.png');
  position: absolute;
  right: -32px;
  top: 5px;
}
.button.more:hover {
  background-color: rgba(125,125,125,0.3);
}



/* --------------- *\
 * #travel_terms
\* --------------- */
ul.travel_terms {}
ul.travel_terms li {
  display: flex;
  padding: 0 !important;
  border-bottom: 1px solid #555 !important;
  color: #fff;
}
ul.travel_terms li div {
  padding: 6px;
}
ul.travel_terms li div.th {
  background-color: #333;
}
ul.travel_terms li div.condition {
  width: 60% !important;
  border-right: 1px solid #555;
}
ul.travel_terms li div.fee {
  width: 40% !important;
}





/* --------------- *\
 * table
\* --------------- */
table {
  width: 100%;
  border-bottom: 1px solid #838383;
  word-wrap: break-word;
  word-break: break-all;
}
table th {
  background-color: #333;
}
table th,
table td {
  border-top: 1px solid #838383;
  padding: 10px 15px;
  vertical-align: top;
}

table.table_num {}
table.table_num th,
table.table_num td {
  padding: 10px 10px;
  vertical-align: middle;
}
table.table_num tr.no_stock td {
  background-color: #ffe4e1;
}
/* .table_list */
table.table_list th {
  width: 20%;
  text-align: center;
}
table.table_package th {
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 767px) {
  table.table_list th {
    /*width: 35%;*/
  }
}





/* --------------- *\
 * .modal
\* --------------- */
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  z-index: 999;
}
.modal__bg{
  background: rgba(0,0,0,0.85);
  position: absolute;
  /*height: 100vh;*/
  /*width: 100vw;*/
  height: 100%;
  width: 100%;
}
.modal__content,
.content__transparent {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
  max-height: 80%;
  border-radius: 6px;
}
.modal__content {
  background: #fff;
}
.modal__content.full {
  width: 100vw;
  top: 0;
  transform: translate(-50%,0px);
  max-height: 100vh;
}
.content__transparent {
  background: transparent;
}
.content__transparent.small{
  width: 400px;
}
.content__transparent.large {
  width: 80%;
}
.content__transparent.full {
  /*width: 100%;*/
  width: 100vw;
  top: 0;
  transform: translate(-50%,0px);
  max-height: 100vh;
}
.modal__content .modal__header {
  height: 48px;
  position: relative;
  background-color: transparent;
  text-align: center;
  width: calc(100% - 20px);
  border-bottom: 1px solid #000;
  margin: 0 auto;
}
.modal__content .modal__header .title {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.modal__content .modal__header .close_btn {
  position: absolute;
  display: block;
  width: 24px;
  right: 12px;
  top: 12px;
  color: #333;
}
#modal__container {
  width: 98%;
  margin: 0 auto;
  padding-bottom: 10px;
  height: calc(100vh - 60px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#modal__iframe iframe {
  width: 100%;
  height: 50vh;
  border-radius: 6px;
  border: 1px solid #838383;
}
#modal__iframe iframe.large {
  height: 80vh;
}
#modal__iframe iframe.full {
  height: 100vh;
  border: none;
}




/* --------------- *\
 * .modal_form_header
\* --------------- */
.modal_form_header {
  height: 48px;
  position: relative;
  margin: 0 12px;
  border-bottom: 1px solid #000;
}
.modal_form_header h1{
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.modal_form_header h1 span {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/ico_search.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
  padding: 4px 0 4px 22px;
}
.modal_form_header #close_btn {
  position: absolute;
  display: block;
  width: 24px;
  right: 12px;
  top: 12px;
  color: #333;
}




/* --------------- *\
 * modal__iframe__bottomup
\* --------------- */
#modal__iframe__bottomup {
  height: 100vh;
  position: fixed;
  bottom: -100vh;
  left: 0;
  width: 100vw;
  z-index: 999;
  transition: all 0.5s;
}
#modal__iframe__bottomup.active {
  bottom: 0;
}
#modal__iframe__bottomup iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#modal__iframe__bottomup .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  /*width: 100vw;*/
  /*height: 100vh;*/
  width: 100%;
  height: 100%;
}





/* --------------- *\
 * .is_terms_changed_confirm
\* --------------- */
#is_terms_changed_confirm div.body {
  padding: 20px;
  color: #333;
}
#is_terms_changed_confirm div.text p {
  margin-bottom: 20px;
}
#is_terms_changed_confirm div.button_area {
  width: 300px;
  margin: 0 auto;
}
#is_terms_changed_confirm div.button_area a {
  padding: 12px 0;
  margin-bottom: 10px;
  background-color: #ffdb14;
  color: #333;
  border-radius: 4px;
}




/* --------------- *\
 * .loading
\* --------------- */
.loading {
  text-align: center;
}
.loading img {}




@media (max-width: 767px) {
  .modal__content{
    width: 90%;
    max-height: 90%;
  }
}








/* --------------- *\
 * colorbox
\* --------------- */
#colorbox_header {
  height: 48px;
  position: relative;
  background-color: transparent;
  text-align: center;
  width: calc(100% - 20px);
  border-bottom: 1px solid #000;
  margin: 0 auto;
}
#colorbox_header h1 {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
#colorbox_header #close_btn {
  position: absolute;
  display: block;
  width: 24px;
  right: 12px;
  top: 12px;
  color: #333;
}
#colorbox_container {
  width: 98%;
  margin: 0 auto;
  padding-bottom: 10px;
  height: calc(100vh - 60px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}




/* --------------- *\
 * recommends slider
\* --------------- */
#recommends {
  margin-bottom: 30px;
}
#recommends .recommends_title {
  position: relative;
  margin-bottom: 30px;
  height: 65px;
}
#recommends .recommends_title .lang_title {
  position: absolute;
  bottom: 0;
  left: 300px;
  color: #FEDF32;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
}
#recommends .wrapper_slider {
  width: 1020px;
  margin: 0 auto;
}
#recommends .slider {}
#recommends .slider .slide_img {
  padding: 0 10px;
  position: relative;
}
#recommends .slider .slide_img img {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
}
#recommends .slider div.gradient {
  border-radius: 12px;
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0.8));
  height: 100%;
  width: calc(100% - 20px);
  position: absolute;
  top: 0;
}
#recommends .slider div.gradient div.info {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 0 10px;
  width: 100%;
}
#recommends .slider div.gradient div.info div.title {
  padding: 10px 0;
}
#recommends .slider div.gradient div.info div.title p {
  font-size: 15px;
  line-height: 1.2em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#recommends .slider div.gradient div.info div.area_price {
  border-top: 1px solid #fff;
  height: 70px;
  padding: 10px 0;
}
#recommends .slider div.gradient div.info div.area_price p.area {
  font-size: 14px;
}
#recommends .slider div.gradient div.info div.area_price p.price {}
#recommends .slider div.gradient div.info div.area_price p.price span.price {
  font-size: 24px;
}
#recommends .slider div.gradient div.info div.area_price p.price span.price span {
  font-size: 14px;
}
#recommends .slider div.gradient div.info div.area_price p.price span.price span.line-through {
  font-size: 12px;
  margin-right: 6px;
}
#recommends .slider img.arr {
  position: absolute;
}
#recommends .slider img.arr_l {
  left: -60px;
}
#recommends .slider img.arr_r {
  right: -60px;
}



@media (max-width: 1219px) {
  #recommends .wrapper_slider {
    width: 920px;
  }
}



@media (max-width: 767px) {
  #recommends .recommends_title {
    height: 39.6px;
  }
  #recommends .recommends_title h2 img {
    width: 173.4px;
  }
  #recommends .recommends_title .lang_title {
    left: 180px;
  }
  #recommends .wrapper_slider {
    width: 100%;
    padding-left: 5px;
  }
  #recommends .slider .slick-list {
    padding: 0 16% 0 0!important;
  }
  #recommends .slider div.gradient div.info div.title p {
    font-size: 13px;
  }
  #recommends .slider div.gradient div.info div.area_price {
    height: 60px;
  }
  #recommends .slider div.gradient div.info div.area_price p.area {
    font-size: 10px;
  }
  #recommends .slider div.gradient div.info div.area_price p.price span.price {
    font-size: 18px;
  }
  #recommends .slider div.gradient div.info div.area_price p.price span.price span {
    font-size: 10px;
  }
}







/* --------------- *\
 * ul_change_locale
\* --------------- */
.ul_change_locale {
  padding: 20px 0;
  font-size: 14px;
  display: flex;
}
.ul_change_locale li {
  width: 33.3% !important;
  margin-bottom: 20px;
  text-align: center;
}
.ul_change_locale li:not(:nth-child(3n)) {
  border-right: 1px solid #ccc;
}
.ul_change_locale a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
.ul_change_locale a:hover {
  text-decoration: underline;
}



/* --------------- *\
 * tippy
\* --------------- */
img.tippy_img {
  width: 26px;
  vertical-align: middle;
}
img.tippy_img:hover {
  cursor: pointer;
  opacity: 0.7;
}
.tippy-tooltip.ue-theme{
  color:#d70d0d;
  background-color:#fff;
  text-align: left;
}
.tippy-tooltip.ue-theme[data-placement^=top]>.tippy-arrow{
  border-width:8px 8px 0;
  border-top-color:#fff;
}
.tippy-tooltip.ue-theme[data-placement^=bottom]>.tippy-arrow{
  border-width:0 8px 8px;
  border-bottom-color:#fff;
}
.tippy-tooltip.ue-theme[data-placement^=left]>.tippy-arrow{
  border-width:8px 0 8px 8px;
  border-left-color:#fff;
}
.tippy-tooltip.ue-theme[data-placement^=right]>.tippy-arrow{
  border-width:8px 8px 8px 0;
  border-right-color:#fff;
}



/* --------------- *\
 * .slider
\* --------------- */
.slider {
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized{
  opacity: 1;
}
.slider .arr {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 10;
  cursor: pointer;
}




/* --------------- *\
 * .breadcrumb
\* --------------- */
.breadcrumb {
  color: #666;
}
.breadcrumb ul {
  display: flex;
  font-size: 13px !important;
}
.breadcrumb li:not(:last-child)::after {
  content: ">" !important;
  display: inline-block !important;
  margin: 0 10px !important;
  flex-shrink: 0;
}
.breadcrumb a {
  color: #666;
}
.breadcrumb a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .breadcrumb {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumb ul {
    font-size: 12px !important;
  }
  .breadcrumb li {
    flex-shrink: 0;
  }
}


/* --------------- *\
 * .pager
\* --------------- */
.pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager span {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px;
  background-color: #fff;
  border-radius: 4px;
}
.pager span a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 0 10px;
}
.pager span.active,
.pager span:hover {
  background-color: #ffdb14;
}
@media (max-width: 767px) {
  .pager {
    flex-wrap: wrap;
  }
  .pager span {
    margin: 5px;
  }
  .pager span a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0 10px;
  }
  .pager span.active,
  .pager span:hover {
    background-color: #ffdb14;
  }
}



/* --------------- *\
 * form
\* --------------- */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #333;
  border-radius: 0;
  height: 40px;
  background-color: #333;
  color: #fff;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #333;
  border-radius: 0;
  padding: 5px 10px;
  background-color: #333;
  color: #fff;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  border: 1px solid #333;
  border-radius: 4px;
  background-image: url(../img/front/common/arr_s_b_ccc.png);
  background-size: 10px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-color: #333;
  color: #ccc;
  height: 40px;
}
select::-ms-expand {
    display: none;
}
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus{
  border: 1px solid #838383;
  outline: none;
}
.required {
  color: #d70d0d;
}
.error-message {
  color: #d70d0d;
  font-weight: bold;
  text-align: left;
}

@media (max-width: 767px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  textarea,
  select {
    font-size: 16px;
  }
}




/* --------------- *\
 * header
\* --------------- */
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0);
  transition: all .2s ease;
}
header.transparent {
  background-color: transparent;
}
header.solid {
  background-color: rgba(26,26,26,1.0);
}
header.hideClass {
  top: -100px;
}
header .obi {
  width: 1200px;
  display: flex;
  padding: 5px 40px;
  position: relative;
}
header .obi .logo {
  align-self: center;
  height: 40px;
  margin-right: 20px;
}
header .obi > a {
/*  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  color: #fff;
  text-decoration: none;*/
}
header .obi > a:hover {
  text-decoration: underline;
}
header .obi > div {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .obi .change_lang {
  margin-right: 60px;
  margin-left: auto;
  width: auto;
  align-self: center;
}
header .obi .change_lang a:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.9);
  padding-right: 13px;
}
header .obi .change_lang a {
  display: block;
  padding: 10px 0 10px 13px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
header .obi .change_lang a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
header .obi .change_lang i {
  margin-right: 5px;
}
header .header_logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header_logo img {
  width: 100%;
}

@media (max-width: 1219px) {
  header .obi {
    width: 900px;
    padding: 5px 10px;
  }
  header .obi > div {}
  header .obi .change_lang {
    margin-right: 70px;
  }
  header .osaka-info {
    right: 0;
    width: 70px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  header {}
  header.hideClass {
    top: -50px;
  }
  header .obi {
    width: 100%;
    padding: 5px;
  }
  header .obi .change_lang i {
    margin-right: 10px;
  }
  header .obi .referer_back:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 20px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(-135deg);
  }
  header .obi h1 .logo {
    height: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  header .obi h1.sitetop .logo {
    height: 42px;
    left: 15px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
  }
  header .obi h1.sitetop:before {
    content: none;
  }
  header .osaka-info {
    width: 80px;
    height: 70px;
    padding: 10px;
  }
}

/* gnavi_btn */
.gnavi_btn {
  width: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  transition-duration: .4s;
  z-index: 9999;
  margin: 0 10px 0 auto;
}
.gnavi_btn.open {
  background: rgba(0, 0, 0, 0);
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 38px;
  height: 12px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  bottom: 0;
}
.gnavi_btn.open .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}
.gnavi_btn.open .menu-trigger span:nth-of-type(2) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}

/* navi */
.gnavi {
  width: 100%;
  height: 0vh;
  position: absolute;
  top: 50px;
  right: 0;
  background: rgba(26,26,26,1.0);
  transition: 0.4s;
  z-index: 999;
  padding: 0 1em;
  overflow: hidden;
}
.gnavi.active {
  height: 100vh;
}
.gnavi nav {
  margin: 40px 5px 0 5px;
  overflow-y: scroll;
  height: calc(100vh - 90px);
}
.gnavi nav ul {
  border-top: 2px solid #838383;
  position: relative;
  padding: 12px 0;
}
.gnavi nav ul::before {
  content: '';
  height: 2px;
  position: absolute;
  top: -2px;
  left: 0;
  width: 23%;
  background-color: #FEDF32;
}
.gnavi nav ul li {
  position: relative;
}
.gnavi nav a {
  line-height: 1em;
  padding: 12px 0;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.gnavi nav a i {
  margin-right: 5px;
}



/* ----- #go_top ----- */
#go_top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: flex;
  width: 50px;
  height: 50px;
  background-color: rgba(62,62,62,0.9);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 24px;
  color: #191919;
  z-index: 10;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
#go_top.on {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 767px) {
  #go_top {
    right: 10px;
    bottom: 10px;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    font-size: 18px;
  }
}


/* ----- no_published_img ----- */
.no_published_img img,
img.no_published_img {
  width: 100%;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.BasicImage(GrayScale=1);
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><defs><filter id="grayscale"><fecolormatrix type="matrix" values="0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0"></fecolormatrix></filter></defs></svg>#grayscale');
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;
}

/* .lazy */
img.lazy {}



/* --------------- *\
 * error
\* --------------- */
#error {
  padding: 100px 0 60px;
  font-size: 14px;
}
#error .box_shadow {
  margin-top: 30px;
  border-top: 6px solid #ffdb14;
  padding: 40px;
  background-color: #000;
}
#error .box_shadow h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #error {}
  #error .box_shadow {
    padding: 20px;
  }
  #error .box_shadow h3 {
    font-size: 24px;
    line-height: 24px;
  }
}



/* --------------- *\
 * footer
\* --------------- */
footer {
  border-top: 1px solid #3f3f3f;
  padding-top: 60px;
  margin-top: 5px;
  background-color: #191919;
}
footer .footer_menu {
  margin-bottom: 30px;
}
footer .footer_menu h3 {
  font-weight: bold;
  margin-bottom: 4px;
}
footer .footer_menu ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
footer .footer_menu ul li {
  color: #838383;
}
footer .footer_menu ul li a {
  color: #838383;
  text-decoration: none;
}
footer .footer_menu ul li:not(:first-child)::before {
  content: "|";
  display: inline-block;
  margin: 0 12px;
}
footer .logo_area {
  text-align: center;
  margin-bottom: 20px;
}
footer .logo_area .logo img {
  width: 170px;
}
footer .logo_area .to_deep a {
  color: #FEDF32;
  text-decoration: underline;
}
footer .footer_function {
  width: 360px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .footer_function a {
  background-image: url('https://assets.deep-exp.com/assets/img/front_x/common/foot_arr_b.png');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  display: block;
  color: #fff;
  border: 1px solid #838383;
  width: 168px;
  padding: 8px 0 8px 20px;
  border-radius: 6px;
  text-decoration: none;
}
footer .footer_function a:hover {
  background-color: rgba(125,125,125,0.3);
}
footer .copy {
  text-align: center;
  font-size: 10px;
  color: #838383;
  padding: 4px 0;
}


@media (max-width: 767px) {
  footer {
    padding-top: 30px;
  }
  footer .wrapper {
    width: 100%;
    margin-top: 0 !important;
    padding: 0 15px 15px;
  }
  footer .footer_menu ul li:not(:first-child)::before {
    margin: 0 3px;
  }
  footer .logo_area .logo img {
    width: 130px;
  }
  footer .footer_function {
    width: 260px;
  }
  footer .footer_function a {
    width: 125px;
    padding: 8px 0;
    text-align: center;
    background-position: right 10px center;
  }
}