@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap);@charset "UTF-8";
/*
 *
 * JSL Case Style
 * Author: KumaChen
 * 本檔案可作客製化作業
 * 可直接繼承 viewModel 內樣式使用
 *
*/
/* ------ */
.color_A48747 {
  color: #a48747 !important;
}

.color_9D7447,
.pc_color_9D7447 {
  color: #9d7447 !important;
}

.white {
  color: #fff !important;
}

.noteBody {
  background-color: rgba(35, 24, 21, 0.5) !important;
}

/* ------ */
/* ------ */
.menu nav ul li a {
  margin: 0 0.5vw !important;
  color: #fff !important;
}
.menu nav ul li a:hover {
  border-bottom: 4px solid #a58f68 !important;
  color: #a58f68 !important;
}
.menu nav ul li.active a {
  color: #a58f68 !important;
  border-bottom: 4px solid #a58f68 !important;
}
.menu nav .rightNav .phone_txt {
  color: #f9f600 !important;
}
.menu nav .rightNav .btn_menu .act_btn_menu .line {
  background-color: #fff !important;
}
.menu nav .rightNav .btn a svg {
  color: #fff;
}

.activeMenuFloatStatus {
  background-color: #00444e !important;
}

.activeMenuFloatStatus {
  z-index: 999;
}

a.baseURL {
  display: flex;
  flex-direction: row;
  align-items: center !important;
  color: #000;
}
a.baseURL i {
  padding-top: 0.3em;
}

.bodyPage .webNav {
  background-color: #00444e !important;
}
.bodyPage .webNav.activeMenuKeyVisionStatus:not(.activeMenuFloatStatus) {
  display: fixed;
  z-index: 999;
}

/* ------ */
/* ------ */
footer .copyright {
  background-color: #fff;
}

/* ------ */
/* ------ */
.keyVision .fullBg {
  min-height: 53vw;
  background-image: url("/case_assets/nop250012/assets/images/sample/pc_intro.jpg?v=2312111106");
  background-repeat: no-repeat;
  background-size: cover;
}
.keyVision .video {
  padding-bottom: 53.25% !important;
}
.keyVision .video:before {
  position: absolute;
  display: block;
  content: "\611B\5C71\6797\884C\92B7";
  left: 1%;
  top: 1%;
  color: #000;
}

/* ------ */
.btn-more.center {
  margin: 1.5vw auto 0;
}

.swiper-pagination-bullet {
  width: 0.55vw !important;
  height: 0.55vw !important;
  background: #fff !important;
  margin: 0 0.25vw !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #004692 !important;
}

.fullRegion.txtRowRegion.boxMode .txt {
  padding: 1.5vw 0 4vw;
}

.introStyle_1 .txt .body {
  padding: 3vw 0;
}
.introStyle_1 .txt .body h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1vw;
}
.introStyle_1 .txt .body h1 {
  display: flex;
  width: 100%;
  font-size: 1.5vw;
  letter-spacing: 0.2vw;
  font-weight: bold;
  color: #aa7641;
  justify-content: space-around;
  align-items: center;
}
.introStyle_1 .txt .body h1:before,
.introStyle_1 .txt .body h1:after {
  content: "";
  width: 33vw;
  height: 1vw;
  background-image: url("/case_assets/nop250012/assets/images/sample/title_line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.introStyle_2 {
  padding: 3% 0;
}
.introStyle_2 .img {
  overflow: hidden;
  width: 55% !important;
}
.introStyle_2 .img.left {
  padding-left: 1% !important;
}
.introStyle_2 .img.right {
  padding-right: 1% !important;
}
.introStyle_2 .txt .body h1 {
  margin-bottom: 2vw !important;
}
.introStyle_2 .txt:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1vw;
  background-image: url("/case_assets/nop250012/assets/images/sample/title_line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.introStyle_3 {
  margin-bottom: 0.75vw;
}
.introStyle_3 .txt .body h1,
.introStyle_3 .txt .body h3,
.introStyle_3 .txt .body p {
  color: #ffffff !important;
  color: #ffffff !important;
  font-family: "Noto Serif TC", serif;
}
.introStyle_3 .txt .body h1 {
  padding: 0.25vw 0 !important;
  margin: 0.75vw 0 !important;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.introStyle_4 {
  min-height: 49vw !important;
  overflow: hidden;
}
.introStyle_4 .txt .body {
  position: relative;
  width: 90% !important;
  margin-left: 10vw !important;
  display: flex;
  flex-direction: row;
  padding-top: 1.5vw !important;
  align-items: center;
}
.introStyle_4 .txt .body .title {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end;
  width: 35% !important;
  margin-right: 3.5vw;
}
.introStyle_4 .txt .body .title h3 {
  font-size: 1.5vw !important;
  font-weight: 400 !important;
  color: #fff !important;
}
.introStyle_4 .txt .body .title h1 {
  font-size: 2vw !important;
  color: #fff !important;
  margin-bottom: 0.125vw;
  font-family: "Noto Serif TC", serif;
}
.introStyle_4 .txt .body .title p {
  font-size: 1.125vw;
  letter-spacing: 0.2vw;
  line-height: 1.75vw;
  font-family: "PT Serif", serif;
  color: #fff !important;
}
.introStyle_4 .txt .body .content {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 50% !important;
  height: -moz-max-content;
  height: max-content;
  color: #fff !important;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1vw;
  border-left: 1px solid #ffffff;
}
.introStyle_4 .txt .body .content p {
  display: block;
  font-family: "Noto Serif TC", serif;
  color: #fff !important;
}
.introStyle_4 .img {
  width: 100%;
  overflow: hidden;
}

.introRegion_2 .txt .body {
  background-image: url("/case_assets/nop250012/assets/images/sample/tit_eng2.svg");
  background-repeat: no-repeat;
  background-position: center 82%;
  background-size: 24%;
}
.introRegion_2 .img {
  position: relative;
  width: 100%;
  height: 49.5vw;
  background-image: url("/case_assets/nop250012/assets/images/sample/pc02.jpg?v=2312111106");
  background-size: cover;
  background-repeat: no-repeat;
}

.introRegion_3 {
  background-color: #0270af;
}
.introRegion_3 .txt .body h1 {
  color: #ffffff !important;
}
.introRegion_3 .txt .body p {
  color: #ffffff !important;
}
.introRegion_3 .txt:after {
  bottom: -7.5vw;
}

.introRegion_4 .img {
  width: 100%;
  min-height: 53vw;
  background-image: url("/case_assets/nop250012/assets/images/sample/pc04.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

/* ------ */
/* ------ */
@media (max-width: 768px) {
  .pc_color_9D7447 {
    color: unset !important;
  }
  .btn-more {
    width: 55vw;
    height: 8vw;
    margin: 5vw auto 0;
    font-size: 2.75vw;
  }
  .keyVision .fullBg {
    height: 160vw !important;
    background-image: url("/case_assets/nop250012/assets/images/sample/mob_intro.jpg?v=2312111106");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .keyVision .video {
    padding-bottom: 0 !important;
  }
  .swiper-pagination-bullet {
    width: 2.25vw !important;
    height: 2.25vw !important;
    margin: 0 0.75vw !important;
  }
  .introStyle_1 .txt .body {
    padding: 3vw 0;
  }
  .introStyle_1 .txt .body h3 {
    font-size: 4.9vw;
    font-weight: bold;
  }
  .introStyle_1 .txt .body h1 {
    flex-direction: column;
    font-size: 7.5vw;
    letter-spacing: 0.4vw;
    margin-bottom: 5vw !important;
  }
  .introStyle_1 .txt .body h1:before {
    content: unset;
  }
  .introStyle_1 .txt .body h1:after {
    width: 95vw;
    height: 4vw;
  }
  .introStyle_1 .txt .body p {
    font-size: 4vw !important;
    letter-spacing: 0.25vw !important;
  }
  .introStyle_1.mobTxtLeft .txt .body h1,
  .introStyle_1.mobTxtLeft .txt .body h3,
  .introStyle_1.mobTxtLeft .txt .body p {
    align-items: flex-start;
  }
  .introStyle_2 {
    padding: 5vw 0 27.5vw;
  }
  .introStyle_2 .img {
    overflow: hidden;
    width: 90% !important;
  }
  .introStyle_2 .img.left {
    padding-left: 0 !important;
  }
  .introStyle_2 .img.right {
    padding-right: 0 !important;
  }
  .introStyle_2 .txt {
    width: 90% !important;
  }
  .introStyle_2 .txt .body {
    width: 100% !important;
  }
  .introStyle_2 .txt .body h1 {
    font-size: 7.5vw !important;
    letter-spacing: 0.4vw;
    margin-bottom: 5vw !important;
  }
  .introStyle_2 .txt .body p {
    font-size: 4vw !important;
    letter-spacing: 0.25vw !important;
  }
  .introStyle_2 .txt:after {
    content: unset !important;
  }
  .introStyle_2:after {
    content: "";
    position: absolute;
    display: block;
    width: 95vw;
    height: 4vw;
    bottom: 12.5vw;
    background-image: url("/case_assets/nop250012/assets/images/sample/title_line.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .introStyle_3 {
    margin-bottom: 1.85vw;
  }
  .introStyle_3 .txt .body h1,
  .introStyle_3 .txt .body h3,
  .introStyle_3 .txt .body p {
    color: #ffffff !important;
    color: #ffffff !important;
  }
  .introStyle_3 .txt .body h1 {
    padding: 1.25vw 0 !important;
    margin: 2.25vw 0 !important;
  }
  .introStyle_4 {
    min-height: 121vw !important;
    overflow: hidden;
  }
  .introStyle_4 .txt {
    justify-content: center !important;
    padding-top: 5vw !important;
  }
  .introStyle_4 .txt .body {
    width: 90% !important;
    margin: auto 0 !important;
    flex-direction: column;
    align-items: center;
  }
  .introStyle_4 .txt .body .title {
    align-items: center;
    width: 100% !important;
    margin: 1.25vw 0 6vw;
  }
  .introStyle_4 .txt .body .title h3 {
    font-size: 4.5vw !important;
  }
  .introStyle_4 .txt .body .title h1 {
    font-size: 6.5vw !important;
    margin-bottom: 2.225vw;
  }
  .introStyle_4 .txt .body .title p {
    font-size: 3.5vw !important;
  }
  .introStyle_4 .txt .body .content {
    width: 100% !important;
    color: #fff !important;
    align-items: center;
    padding-left: 0;
    border-left: initial;
  }
  .introStyle_4 .txt .body .content p {
    font-size: 4vw !important;
    line-height: 6.35vw !important;
    letter-spacing: 0.125vw !important;
  }
  .introStyle_4 .img {
    width: 100%;
    overflow: hidden;
  }
  .introRegion_2 .txt .body {
    background-position: center 75%;
    background-size: 90%;
  }
  .introRegion_2 .txt .body h1 {
    margin-bottom: 0 !important;
  }
  .introRegion_2 .txt .body h1:after {
    margin-top: 8vw;
  }
  .introRegion_2 .img {
    height: 120vw;
    background-image: url("/case_assets/nop250012/assets/images/sample/mob02.jpg?v=2312111106");
  }
  .introRegion_4 .img {
    width: 100%;
    min-height: 165.5vw;
    background-image: url("/case_assets/nop250012/assets/images/sample/mob04.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .introRegion_4 .txt {
    position: absolute !important;
  }
  .introRegion_5 {
    background-color: #3780aa;
  }
}
/* ------ */
/* ------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans CJK TC", sans-serif;
}

body {
  font-family: "Noto Sans CJK TC", sans-serif;
}

input[type=text],
input[type=email] {
  font-family: "Noto Sans CJK TC", sans-serif;
}

.Noto-Serif-CJK-TC {
  font-family: "Noto Serif TC", serif !important;
}

.d-hidden {
  visibility: hidden;
}

.w-100 {
  width: 100%;
}

.block {
  display: block;
}

.menu_controller nav .right_nav .btn a i {
  width: 56px;
  height: 67px;
  display: flex;
  padding: 0 5px;
}

.swiper-pagination-bullet {
  opacity: 1 !important;
  background-color: #929292 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: #cba685 !important;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-theme-color: #7e7d7d !important;
}

.hr {
  border-top: 1px solid #bf965e;
  border-bottom: 0px;
}

.icon_mark {
  width: 3.6vw;
  margin: 0px auto;
  padding-top: 0.5em;
}
.icon_mark img {
  width: 100%;
}

.text_heavy {
  font-weight: 700;
}

.text_center {
  text-align: center;
}

.cursor_default {
  cursor: default;
}

.search_widget input {
  font-family: "Noto Sans CJK TC", sans-serif;
}

button,
.button {
  font-family: "Noto Sans CJK TC", sans-serif;
}

input[type=submit],
input[type=reset] {
  font-family: "Noto Sans CJK TC", sans-serif;
}

.welcome-info {
  font-family: "Noto Sans CJK TC", sans-serif;
}

#main {
  width: 100%;
  overflow: hidden;
}

.clear {
  clear: both;
}

.txt_color_white {
  color: #fff !important;
}

.txt_color_F2C763 {
  color: #f2c763;
}

.txt_color_DBCA86 {
  color: #dbca86;
}

.txt_color_8D8357 {
  color: #8d8357;
}

.txt_color_614D37 {
  color: #614d37 !important;
}

.txt_color_9D7447 {
  color: #9d7447;
}

.txt_color_372A1C {
  color: #372a1c;
}

.txt_color_D9C77E {
  color: #d9c77e;
}

.txt_color_F2D474 {
  color: #f2d474 !important;
}

.tag {
  content: "";
  position: absolute;
  top: -90px;
}

.slogan {
  width: 100%;
  padding-top: 1.667vw;
  padding-bottom: 3.49vw;
  background-color: #ffffff;
  line-height: 1.5;
}
.slogan .slogan_txt_left {
  display: inline-block;
  padding-left: 4.479vw;
  vertical-align: top;
}
.slogan .slogan_txt_left h2 {
  font-size: 1.5em;
  color: #614d37;
}
.slogan .slogan_txt_left h4 {
  padding-top: 0.4vw;
  font-size: 1.1em;
  color: #614d37;
}
.slogan .slogan_txt_right {
  display: inline-block;
  padding-left: 2.604vw;
}
.slogan .slogan_txt_right p {
  font-size: 0.9em;
  color: #372a1c;
}
.slogan .slogan_txt_center {
  display: table;
  margin: 0 auto;
  padding-top: 0.4vw;
}
.slogan .slogan_txt_center h2 {
  font-size: 1.5em;
  color: #614d37;
  padding-top: 0.886vw;
  padding-bottom: 0.886vw;
}
.slogan .slogan_txt_center p {
  padding-top: 0.4vw;
  font-size: 0.9em;
  color: #614d37;
}

.slogan_txt {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.5em;
  font-style: italic;
}

.slogan_txt_chinese {
  font-size: 1.5em;
}

.txt_title_english {
  font-family: "Noto Serif JP", sans-serif;
  font-style: italic;
  font-size: 0.9em;
  color: #614d37;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.txt_center {
  text-align: center;
}

.img_txt_left {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #ffffff;
  font-size: 0.9em;
  font-family: "Noto Sans CJK TC", sans-serif;
  z-index: 499;
  margin-left: 0px;
  margin-top: -29px;
  width: fit-content;
  width: -moz-fit-content;
  height: 21px;
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 8px;
}

.img_txt_right {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 0.9em;
  font-family: "Noto Sans CJK TC", sans-serif;
  z-index: 499;
  float: right;
  margin-left: 0px;
  margin-top: -29px;
  width: fit-content;
  width: -moz-fit-content;
  height: 21px;
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 8px;
}

.img_txt_left_b {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #614d37;
  font-size: 0.9em;
  font-family: "Noto Sans CJK TC", sans-serif;
  z-index: 499;
  margin-left: 0px;
  margin-top: -29px;
  width: fit-content;
  width: -moz-fit-content;
  height: 21px;
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 8px;
}

.img_txt_right_b {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #614d37;
  font-size: 0.9em;
  font-family: "Noto Sans CJK TC", sans-serif;
  z-index: 499;
  float: right;
  margin-left: 0px;
  margin-top: -29px;
  width: fit-content;
  width: -moz-fit-content;
  height: 21px;
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 8px;
}

.line_height_11e {
  line-height: 1.1em;
}

.line_height_12e {
  line-height: 1.2em;
}

.line_height_13e {
  line-height: 1.3em;
}

.line_height_14e {
  line-height: 1.4em;
}

.line_height_15e {
  line-height: 1.5em;
}

.padding_t_b_15 {
  padding: 15px 0;
}

.padding_t_b_20 {
  padding: 20px 0;
}

.padding_t_b_25 {
  padding: 25px 0;
}

.padding_t_b_30 {
  padding: 30px 0;
}

.padding_t_b_3p {
  padding: 3% 0;
}

.padding_t_30 {
  padding-top: 30px;
}

.padding_l_r_15 {
  padding: 0 15px;
}

.padding_l_r_20 {
  padding: 0 20px;
}

.padding_l_r_25 {
  padding: 0 25px;
}

.padding_l_r_30 {
  padding: 0 30px;
}

.margin_t_b_3p {
  margin: 3% 0;
}

.margin_t_30 {
  margin-top: 30px;
}

.margin_r_3p {
  margin-right: 5%;
}

.i_home {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("/case_assets/nop250012/assets/images/sample/icon_home.svg");
  background-repeat: no-repeat;
}

.bg_pic1 {
  background-image: url("/case_assets/nop250012/assets/images/sample/p1_3.jpg");
  background-repeat: repeat;
  background-position: 100% 100%;
  position: fixed;
  background-size: 100%;
  top: 0px;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 10;
}

.bg_pic2 {
  background-image: url("/case_assets/nop250012/assets/images/sample/p3_1.jpg?v=01");
  background-repeat: repeat;
  background-position: top;
  position: fixed;
  background-size: 100%;
  top: 0px;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 10;
}

.bg_pic3 {
  background-image: url("/case_assets/nop250012/assets/images/sample/p4_1.jpg");
  background-repeat: repeat;
  background-position: top;
  position: fixed;
  background-size: 100%;
  max-height: 872px;
  top: 90px;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 10;
}

.bg_pic_padding {
  padding-bottom: 45.833vw;
}

.bg_pic_padding2 {
  padding-top: 50.521vw;
}

.bg_pic_padding3 {
  padding-top: 29vw;
}

.special_line {
  color: #614d37;
  position: relative;
}

.special_line:before {
  position: absolute;
  content: "";
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}

.special_line:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  transform-origin: left top;
  transform: rotate(135deg);
}

.special_double_line {
  line-height: 20px;
}

.left_line:before {
  left: 190px;
  top: 17px;
  width: calc(100% - 190px);
}

.left_line:after {
  left: 191px;
  top: 17px;
}

.bottom_line:before {
  left: -55px;
  top: 34px;
  width: 271px;
}

.bottom_line:after {
  left: 230px;
  top: 35px;
}

.bottom_double_line:before {
  left: -55px;
  top: 55px;
  width: 310px;
}

.bottom_double_line:after {
  left: 268px;
  top: 56px;
}

.left_bottom_line_long:before {
  left: -5px;
  top: 34px;
  width: calc(100% + 6px);
}

.left_bottom_line_long:after {
  left: -4px;
  top: 35px;
}

.menu_line:before {
  right: 53px;
  top: 15px;
  width: 130px;
}

.menu_line:after {
  left: 125px;
  top: 15px;
}

.bg_default {
  color: #9d7447;
}

.bg_main_01 {
  background-image: url("/case_assets/nop250012/assets/images/sample/pc_bg_dark.png");
  color: #fff;
}

.bg_main_01 .special_line {
  color: rgba(254, 254, 254, 0.8);
}

.bg_main_01 .special_line:before {
  background-color: rgba(254, 254, 254, 0.1);
}

.bg_main_01 .special_line:after {
  border: 1px solid rgba(254, 254, 254, 0.3);
}

.bg_main_02 {
  background-image: url("/case_assets/nop250012/assets/images/sample/pc_bg_light.png");
  color: #9d7447;
}

.bg_page1_1 {
  background-image: url("/case_assets/nop250012/assets/images/sample/journey_p1_1.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
}

.bg_white {
  background-color: #ffffff;
}

.bg_EEECE7 {
  background-color: #eeece7;
}

.bg_614D37 {
  background-color: #614d37;
}

.bg_CFBC70 {
  background-color: #cfbc70;
}

.left_nav .special_line {
  color: rgba(254, 254, 254, 0.8);
}

.left_nav .special_line:before {
  background-color: rgba(254, 254, 254, 0.1);
}

.left_nav .special_line:after {
  border: 1px solid rgba(254, 254, 254, 0.3);
  left: 74%;
}

.info_center {
  width: 20vw;
  min-width: 385px;
  margin: 0 auto;
}
.info_center p {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.info_center h3 {
  width: 100%;
  padding-bottom: 20px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.info_center h2 {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  line-height: 1.5;
}
.info_center a {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 2rem auto !important;
  margin-bottom: 0 !important;
}

.menu {
  width: 40px;
  cursor: pointer;
  padding: 2.5px 0;
}

.menu .line {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  margin: 7px 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.menu.active .line:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.menu.active .line:nth-child(2) {
  opacity: 0;
}

.menu.active .line:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}

.main .left_nav {
  position: fixed;
  width: 400px;
  height: 100%;
  top: 0;
  right: -400px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  opacity: 1;
  transition: right 0.33s ease-in-out;
  -moz-transition: right 0.33s ease-in-out;
  -webkit-transition: right 0.33s ease-in-out;
}

.main .show {
  right: 0;
  transition: right 0.33s ease-in-out;
  -moz-transition: right 0.33s ease-in-out;
  -webkit-transition: right 0.33s ease-in-out;
}

.main .none {
  display: none;
}

.main .left_nav .btn_menu {
  position: absolute;
  width: 40px;
  right: 5px;
  top: 35px;
}

.main .left_nav nav {
  width: 100%;
  height: 100%;
  margin-top: 95px;
}

.main .left_nav nav ul {
  position: relative;
  width: 100%;
  height: 67%;
  overflow: scroll;
}

.main .left_nav nav ul::-webkit-scrollbar {
  display: none;
}

.main .left_nav nav ul li {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 2em;
  padding: 10px 0;
  overflow: hidden;
  flex-wrap: wrap;
}

.main .left_nav nav ul li::before {
  border: 1px solid #fff;
}

.main .left_nav nav ul li span {
  width: 25px;
  padding-left: 37%;
  color: #9e9375;
  font-family: "Oswald";
}

.main .left_nav nav ul li a {
  padding-left: 20px;
  font-size: 0.6em;
  color: #fff;
  font-weight: 300;
}

.main .left_nav nav ul li ul {
  position: relative;
  flex-direction: column;
  width: 50%;
  height: initial;
  padding: 10px 0;
  margin-left: 47%;
  overflow: hidden;
}

.main .left_nav nav ul li ul li {
  display: flex;
  width: 100%;
  height: 30px;
  padding: 0 2px;
  float: initial;
  align-items: center;
}

.main .left_nav nav ul li ul li a {
  display: block;
  text-align: left;
  color: #9a8311;
  width: 100%;
  height: initial;
  font-size: 0.25em;
}

.main .left_nav nav ul li ul li .active {
  color: #fff;
}

.main .left_nav nav .bottom_menu {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  bottom: 35px;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 5% 0;
}

.main .left_nav nav .bottom_menu a {
  display: flex;
  width: 30%;
  color: #fff;
  height: 65px;
  flex-flow: column nowrap;
  align-items: center;
}

.main .left_nav nav .bottom_menu a i {
  display: flex;
  width: 40%;
  order: 0;
  max-width: 65px;
}

.main .left_nav nav .bottom_menu a i img {
  width: 100%;
}

.main .left_nav nav .bottom_menu a span {
  display: flex;
  order: 1;
}

.main {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  top: 0;
}

.main header {
  width: 100%;
  position: relative;
  z-index: 100;
}

.main header .key_vision {
  width: 100%;
  height: auto;
  aspect-ratio: 1920/1024;
  background-image: url("/case_assets/nop250012/assets/images/sample/pc_intro.jpg?v=1");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.main header .main_video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  left: 0;
  z-index: 1;
}

.main header .main_video .video_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: transparent;
}

.main header .main_video .youtube_video {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.main header .main_video .logo {
  position: absolute;
  width: 16%;
  max-width: 330px;
  margin: 25px 2.5%;
  z-index: 9;
}

.main header .main_video .logo img {
  width: 100%;
  height: 100%;
}

.menu_controller nav {
  position: absolute;
  width: 75%;
  height: 48px;
  margin-top: 10px;
  top: 3%;
  right: 50px;
  z-index: 100;
}

.menu_controller nav ul {
  position: relative;
  float: left;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}

.menu_controller nav li {
  height: 100%;
  padding: 0 2px;
  float: left;
}

.menu_controller nav li a {
  display: block;
  height: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 1em;
  line-height: 48px;
  text-decoration: none;
  padding: 0 0.6vw;
}

.menu_controller nav li a:hover {
  border-bottom: 4px solid #a58f68;
  color: #fff;
  animation: 0.33s menu_hover;
}

.menu_controller nav li:hover ul {
  display: flex;
}

.menu_controller nav ul li ul {
  position: absolute;
  display: none;
  flex-direction: column;
  width: 15%;
  height: initial;
  background-color: #f6f8f9;
  padding: 10px 0;
  border-top: 2px solid #d6c877;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.menu_controller nav ul li ul li {
  display: flex;
  width: 100%;
  height: 30px;
  padding: 0 2px;
  float: initial;
  align-items: center;
}

.menu_controller nav ul li ul li a {
  display: block;
  text-align: left;
  color: rgba(0, 0, 0, 0.1607843137);
  width: 100%;
  height: initial;
}

.mob_a {
  display: none !important;
}

.menu_controller nav ul li ul li a:hover {
  color: #333333;
  border: 0px;
  animation: none;
}

.menu_controller nav ul li ul li .active {
  color: #333333;
}

.main .web_nav .menu_controller nav li ul li a {
  color: rgba(0, 0, 0, 0.1607843137);
}

.main .web_nav .menu_controller nav li ul li a:hover {
  color: #333333;
  border: 0px;
  animation: none;
}

.main .web_nav .menu_controller nav ul li ul li .active {
  color: #333333;
}

.menu_controller nav .right_nav {
  position: relative;
  display: flex;
  float: right;
  width: 73%;
  height: 45px;
  align-items: center;
  justify-content: flex-end;
}

.menu_controller nav .right_nav .phone {
  align-items: center;
  margin: 0 10px;
}

.menu_controller nav .right_nav .phone img {
  width: 40px;
}

.menu_controller nav .right_nav .menu {
  margin: 0 10px;
}

.menu_controller nav .right_nav .menu .line {
  background-color: #fff;
}

.menu_controller nav .right_nav .phone_txt a {
  align-items: center;
  margin: 0 2px;
  font-family: "Oswald";
  font-size: 1.5em;
  color: #9a8311;
  line-height: 45px;
}

.main header .web_tree {
  width: 100%;
  height: 55px;
  margin-top: 90px;
  padding: 5px 0;
  background-color: white;
}

.main header .web_tree ul {
  width: 93%;
  height: 50px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  padding-left: 7%;
}

.main header .web_tree ul li {
  display: flex;
  align-items: center;
  min-width: 100px;
  font-size: 0.9em;
  padding: 0 15px;
  color: #202124;
}

.main header .web_tree ul li:last-child {
  color: #a6adb4;
}

.main header .web_tree ul li:before {
  content: "/";
  padding-right: 30px;
  font-size: 0.8em;
  color: #333333;
}

.main header .web_tree ul li:first-child:before {
  content: "";
}

.main header .web_tree ul li i {
  margin-right: 5px;
}

.main .web_nav {
  position: fixed;
  width: 100%;
  height: 90px;
  top: 0;
  left: 0;
  background-color: #00444e;
  z-index: 1001;
}

.main .main_page {
  display: none;
  opacity: 0;
  animation-name: fade_bottom;
  animation-duration: 0.55s;
  animation-iteration-count: 1;
}

.main .web_nav_show {
  display: flex;
  opacity: 1;
  animation-name: fade_bottom;
  animation-duration: 0.55s;
  animation-iteration-count: 1;
}

.main .web_nav_hide {
  display: flex;
  animation-name: hide_bottom;
  animation-duration: 0.55s;
  animation-iteration-count: 1;
}

.main .web_nav .logo {
  max-width: 250px;
  padding: 0 5%;
}

.main .web_nav .logo img {
  width: 100%;
}

.main .web_nav .menu_controller nav {
  top: 10%;
}

.main .web_nav .menu_controller nav li a {
  color: #fff;
}

.main .web_nav .menu_controller nav li a:hover {
  border-bottom: 4px solid #a58f68;
  color: #fff;
}

.main .web_nav .menu_controller nav .right_nav .menu .line {
  background-color: #fff;
}

.main .video_area {
  position: relative;
  display: block;
  width: 100%;
  height: 749px;
  padding: 110px 0 25px;
  overflow: hidden;
}

.main .video_area h1 {
  font-family: "Oswald";
  font-size: 3em;
  color: #333333;
  margin-left: 6%;
}

.main .video_area h1 span {
  display: block;
  font-size: 14px;
  color: #a58f68;
  padding: 5px 0;
}

.main .video_area .video-controller {
  width: 100%;
  padding-left: 6%;
  cursor: grab;
}

.main .video_area .video-controller:active {
  cursor: grabbing;
}

.main .video_area ul {
  width: 100%;
  height: 619px;
}

.main .video_area ul li {
  width: 755px;
  height: 619px;
  padding: 10px 0;
  float: left;
}

.main .video_area ul li .video_info {
  width: 100%;
}

.main .video_area ul li .video_info .video_img {
  width: 100%;
}

.main .video_area ul li .video_info .video_img img {
  width: 100%;
}

.main .video_area ul li .video_info .video_content h3 {
  width: 100%;
  padding: 10px 0 10px 35px;
  font-size: 1em;
}

.main .video_area ul li .video_info .video_content h3::before {
  display: block;
  position: absolute;
  content: "";
  background-image: url(/assets/images/sample/icon_cinema.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 69%;
  left: 0;
}

.main .video_area ul li .video_info .video_content h4 {
  width: 100%;
  padding-top: 10px;
  font-size: 0.8em;
  color: #7e7d7d;
  line-height: 1.5em;
}

.main .video_area ul li:last-child {
  padding-right: 6%;
}

.main .page_content {
  position: relative;
  width: 100%;
}

.main .body_info {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 500;
}

.page_content > article:first-child {
  margin-top: 0;
}

.main .body_info > * {
  flex: 1 0 auto;
}

.main .body_info .info_left {
  order: 1;
}

.main .body_info .info_right {
  order: 2;
}

.main .body_info .one_page {
  order: 1;
  width: 100%;
}

.main .body_info .one_page .bg_view {
  width: 100%;
  position: relative;
}

.main .body_info .one_page .bg_view img {
  width: 100%;
}

.main .body_info .one_page .absolute_mode {
  position: absolute;
  top: 0;
  left: 0;
}

.main .body_info .one_page .direction_RT {
  top: 12%;
  left: 67%;
  bottom: inherit;
  right: inherit;
  max-width: 400px;
}

.main .body_info .one_page .direction_RT2 {
  top: 15%;
  right: 2%;
  bottom: inherit;
  left: inherit;
  max-width: 400px;
}

.main .body_info .one_page .direction_LC {
  top: 42%;
  left: 1%;
  bottom: inherit;
  right: inherit;
  max-width: 400px;
}

.main .body_info .one_page .direction_LC2 {
  top: 33%;
  left: 30%;
  bottom: inherit;
  right: inherit;
  max-width: 400px;
}

.main .body_info .one_page .direction_RB {
  bottom: 12%;
  left: 67%;
  top: inherit;
  right: inherit;
  max-width: 400px;
}

.main .body_info .one_page .direction_CT {
  top: 50%;
  left: 50%;
  bottom: inherit;
  right: inherit;
  transform: translate(-50%, -50%);
  max-width: 400px;
}

.main .body_info .one_page .direction_LB {
  top: inherit;
  right: inherit;
  bottom: 75px;
  left: 75px;
}

.main .body_info .one_page .direction_LT {
  top: 75px;
  right: inherit;
  bottom: inherit;
  left: 75px;
}

.main .body_info .one_page .bg_view video {
  width: 100%;
}

.main .body_info .one_page .bg_view .video_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: transparent;
}

.main .body_info .img {
  width: 60%;
  z-index: 100;
  display: grid;
}

.main .body_info .img img {
  width: 100%;
  display: block;
}

.main .body_info .img_l {
  left: 3%;
}

.main .body_info .img_r {
  right: 3%;
}

.main .body_info .padding_img_mode_2 {
  width: 50%;
  padding: 2.5% 5% 2.5% 0;
}

.main .body_info .padding_img_mode_3 {
  width: 50%;
  padding: 2.5% 0 2.5% 5%;
}

.main .body_info .img_more {
  width: 50%;
  padding: 2.5% 0 2.5% 0;
  overflow: hidden;
  cursor: grab;
  display: block;
}

.main .body_info .img_more:active {
  cursor: grabbing;
}

.main .body_info .img_more ul {
  width: 100%;
}

.main .body_info .img_more_pagination {
  text-align: center;
  --swiper-theme-color: #333;
}

.main .body_info .img_more li img {
  width: 100%;
}

.main .body_info .img_2 {
  width: 60%;
  z-index: 100;
}

.main .body_info .img_2 .img {
  width: 100%;
}

.main .body_info .img_2 .img img {
  width: 100%;
}

.main .body_info .img_2 .after_img {
  position: absolute;
  width: 100%;
}

.main .body_info .img_2 .after_img img {
  width: 100%;
}

.main .body_info .info_content {
  width: 40%;
}

.main .body_info .info_one_content {
  width: 100%;
}

.main .body_info .info_content h1 {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 2.8em;
  padding-bottom: 15px;
}

.main .body_info .info_content h2 {
  font-size: 1.5em;
  padding-top: 15px;
  padding-bottom: 15px;
}

.main .body_info .info_content h2 span {
  display: block;
  font-size: 0.7em;
  padding-top: 10px;
}

.main .body_info .info_content h3 {
  font-size: 0.9em;
  padding-top: 10px;
}

.main .body_info .info_content h3 span {
  display: block;
  font-size: 0.5em;
  padding-top: 10px;
}

.font_italic {
  font-style: italic;
}

.main .body_info .info_content p {
  font-size: 0.9em;
  padding-top: 15px;
  margin: 15px 0 0;
  line-height: 1.9em;
  letter-spacing: 0.1em;
}

.main .body_info .info_content p span {
  font-size: 1.1em;
}

.main .body_info .info_content > span {
  font-family: "Noto Serif JP", sans-serif;
  font-style: italic;
  font-size: 1em;
  padding: 10px 0;
  display: block;
}

.main .body_info .info_content a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 45px;
  margin: 10px 0;
  font-size: 0.9em;
  color: #fff;
  transition: background 0.33s ease-in-out;
  -moz-transition: background 0.33s ease-in-out;
  -webkit-transition: background 0.33s ease-in-out;
}

.main .body_info .info_content a:hover {
  background-color: #04444e;
  transition: background 0.33s ease-in-out;
  -moz-transition: background 0.33s ease-in-out;
  -webkit-transition: background 0.33s ease-in-out;
}

.main .body_info .item_page {
  width: 85%;
  padding: 0 2.5%;
}

.main .body_info .item_page ul {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.main .body_info .item_page ul li .item .img {
  width: 100%;
}

.main .body_info .item_page ul li .item .img img {
  width: 100%;
}

.main .body_info .item_page ul li .item .txt {
  width: 100%;
  padding-top: 10px;
  line-height: 1.4em;
  letter-spacing: 0.2em;
}

.main .body_info .item_page ul li .item .txt h2 {
  font-size: 1.3em;
  color: #614d37;
  padding: 15px 0;
}

.main .body_info .item_page ul li .item .txt p {
  font-size: 0.9em;
  color: #9d7447;
  padding-bottom: 30px;
}

.main .body_info .item_page .row_2 li {
  width: 40%;
  padding: 0 5%;
}

.main .body_info .item_page .row_3 li {
  width: 30%;
  padding: 0 2.5%;
}

.main footer {
  position: relative;
  width: 100%;
  z-index: 100;
}

.main footer .map_info {
  position: relative;
  width: 100%;
  background-image: url("/case_assets/nop250012/assets/images/sample/map.jpg?v=01");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}

.main footer .map_info .contact {
  position: relative;
  float: right;
  width: 45%;
  border: 10px solid rgba(255, 255, 255, 0.5);
  margin: 50px 25px;
  padding: 20px 25px 0;
  background-color: #fff;
  background-clip: padding-box;
}

.main footer .map_info .contact h1 {
  font-size: 2em;
  color: #333333;
  margin: 15px 0 10px;
}

.main footer .map_info .contact h1 span {
  font-family: "Oswald";
  margin-left: 2px;
  font-size: 0.5em;
  color: #877d52;
}

.main footer .map_info .contact ul {
  width: 100%;
  margin-top: 15px;
  border-top: 2px solid #c7c1a6;
}

.main footer .map_info .contact ul li {
  width: 100%;
  min-height: 205px;
  padding: 10px 0;
  display: flex;
}

.main footer .map_info .contact ul li:not(:last-child) {
  border-bottom: 1px solid #c7c1a6;
}

.main footer .map_info .contact ul li > * {
  flex: 1 0 auto;
}

.main footer .map_info .contact ul li .address {
  width: 50%;
  padding-left: 35px;
  order: 1;
}

.main footer .map_info .contact ul li .tit {
  height: 50px;
  margin: 2.5px 0px 5px;
  align-items: center;
  display: flex;
}

.main footer .map_info .contact ul li .tit h1 {
  display: inline-flex;
  font-size: 1.1em;
  letter-spacing: 0.1em;
}

.main footer .map_info .contact ul li .tit span {
  display: inline-flex;
  width: 45px;
  margin-left: -45px;
}

.main footer .map_info .contact ul li .tit span img {
  width: 100%;
}

.main footer .map_info .contact ul li .address p {
  font-size: 0.7em;
  letter-spacing: 0.1em;
  padding: 2px 0;
}

.main footer .map_info .contact ul li .btn_google_map,
.main footer .map_info .contact ul li .btn_mob_phone {
  display: flex;
  width: 180px;
  height: 45px;
  font-size: 0.9em;
  text-align: center;
  padding: 5px 15px;
  background-color: #8d8357;
  color: #fff;
  border-radius: 5px;
  margin: 15px 0;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}

.main footer .map_info .contact ul li .btn_google_map:hover,
.main footer .map_info .contact ul li .btn_mob_phone:hover {
  border: 1px solid #8d8357;
  background-color: #fff;
  font-size: 1.1em;
  color: #8d8357;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}

.main footer .map_info .contact ul li .address a i {
  width: 35px;
  display: flex;
  padding-right: 5px;
}

.main footer .map_info .contact ul li .address a i img {
  width: 100%;
}

.main footer .map_info .contact ul li .phone {
  width: 50%;
  order: 2;
}

.main footer .map_info .contact ul li .phone p {
  font-family: "Oswald";
  font-size: 1.8em;
  letter-spacing: 0.1em;
}

.main footer .map_info .contact ul li .phone p a {
  color: #000;
}

.main footer .case_info {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 5vw;
  background-image: url("/case_assets/nop250012/assets/images/sample/pc_bg_reservation.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.reg_box {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  top: -100%;
  left: 0;
  z-index: 10000;
  opacity: 0;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}

.reg_show {
  top: 0%;
  opacity: 1;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}

.reg_box .mask {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  background-image: url("/case_assets/nop250012/assets/images/sample/pc_bg_reservation.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.reg_box .reg_form {
  position: relative;
  width: 60%;
  height: 75%;
  margin: 0 auto;
  background-color: #f1f1f1;
  padding: 20px;
  z-index: 10001;
}

.reg_box .reg_form .btn_close {
  width: 40px;
  position: absolute;
  margin: -70px 0;
  right: 0;
}

.reg_box .reg_form .reg_body {
  width: 90%;
  height: 83%;
  padding: 5%;
}

.reg_box .reg_form .reg_body .reg_data {
  position: relative;
  width: 60%;
  margin: 0 auto;
}

.reg_box .reg_form .reg_body .reg_data h1 {
  font-size: 2em;
  color: #000;
}

.reg_box .reg_form .reg_body .reg_data h1 span {
  font-family: "Oswald";
  font-size: 0.5em;
  color: #5e5a46;
}

.reg_box .reg_form .reg_body .reg_data hr {
  width: 100%;
  background-color: #c7c1a6;
  border: none;
  color: #c7c1a6;
  height: 2px;
}

.reg_box .reg_form .reg_body .reg_data .reg_form_obj {
  width: 100%;
  padding: 10px 0;
}

.reg_box .reg_form .reg_body .reg_data .reg_form_obj .form_row {
  display: block;
  clear: both;
  width: 100%;
}

.reg_box .reg_form .reg_body .reg_data .reg_form_obj .form_row input {
  width: 98%;
  padding: 10px 1%;
  border: 1px solid #a19870;
  margin: 10px 0;
}

.reg_box .reg_form .reg_body .reg_data .reg_form_obj .form_row .btn_submit {
  display: flex;
  width: 100%;
  height: 45px;
  font-size: 0.9em;
  text-align: center;
  padding: 2px 0;
  background-color: #8d8357;
  color: #fff;
  margin: 15px 0 15px 0;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  border: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.reg_box .reg_form .reg_body .reg_data .reg_form_obj .form_row .btn_submit:hover {
  border: 1px solid #8d8357;
  background-color: #fff;
  color: #8d8357;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.reg_box .reg_form .reg_body .reg_data .reg_form_obj .form_row .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.9em;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: 30px;
}

.reg_box .reg_form .reg_body .reg_data .reg_form_obj .privacy {
  color: #501b1b;
}

.reg_box .reg_form .reg_body .reg_data .info {
  width: 100%;
  padding: 14px 0 0 0;
}

.reg_box .reg_form .reg_body .reg_data .tit {
  font-size: 1em;
  height: 50px;
  margin: 2.5px 0px 5px;
  align-items: center;
  display: flex;
}

.reg_box .reg_form .reg_body .reg_data .tit h1 {
  display: inline-flex;
  font-size: 1.1em;
  letter-spacing: 0.1em;
}

.reg_box .reg_form .reg_body .reg_data .tit span {
  display: inline-flex;
  width: 45px;
}

.reg_box .reg_form .reg_body .reg_data .tit span img {
  width: 100%;
}

.reg_box .reg_form .reg_body .reg_data .info .phone {
  width: 100%;
}

.reg_box .reg_form .reg_body .reg_data .info .phone p {
  font-family: "Oswald";
  font-size: 1.8em;
  letter-spacing: 0.1em;
}

.reg_box .reg_form .reg_body .reg_data .info .phone p a {
  color: #000;
}

.reg_box .reg_form .reg_body .reg_data .info .address {
  width: 100%;
  margin-top: 30px;
}

.reg_box .reg_form .reg_body .reg_data .info .address p {
  font-size: 1em;
  letter-spacing: 0.1em;
}

.reg_box .reg_form .reg_body .reg_data .info .address p a {
  color: #333;
}

.reg_box .reg_form .reg_body .reg_data .thanks {
  display: none;
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
  border-bottom: 1px solid #c7c1a6;
}

.reg_box .reg_form .reg_body .reg_data .thanks p {
  font-family: "Oswald";
  font-size: 1.8em;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 20px;
  color: #5e5a46;
}

.reg_box .reg_form .reg_body .reg_data .thanks .txt_ch {
  font-size: 1em;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 18px;
  color: #8d8357;
}

.video_box {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  top: -100%;
  left: 0;
  z-index: 10000;
  opacity: 0;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}

.video_show {
  top: 0%;
  opacity: 1;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}

.video_box .mask {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.video_box .video_data .btn_close {
  width: 40px;
  position: absolute;
  margin: -70px 0;
  right: 0;
}

.video_box .video_data {
  position: relative;
  width: 60%;
  height: 75%;
  margin: 0 auto;
  padding: 20px;
  z-index: 10001;
}

.video_box .video_data .video_obj {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video_box .video_data .video_obj iframe,
.video_box .video_data .video_obj object,
.video_box .video_data .video_obj embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mob_b_phone {
  position: fixed;
  display: block;
  width: 90%;
  height: 225px;
  bottom: -100%;
  left: 0;
  padding: 20px 5% 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
  z-index: 1002;
}

.mob_b_phone_show {
  bottom: 80px;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}

.mob_b_phone p {
  display: block;
  font-size: 1.2em;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.5em;
}

.mob_b_phone .btn_mob_phone {
  font-family: "Oswald";
  display: flex;
  width: 100%;
  height: 45px;
  font-size: 1.1em;
  text-align: center;
  padding: 2px 0;
  background-color: #8d8357;
  color: #fff;
  border-radius: 5px;
  margin: 15px 0;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}

.mob_b_phone .close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.mob_b_phone .close i {
  width: 30px;
}

.mob_b_phone .close i img {
  width: 100%;
}

.mob_b_gps {
  position: fixed;
  display: block;
  width: 90%;
  height: 225px;
  bottom: -100%;
  left: 0;
  padding: 20px 5% 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
  z-index: 1002;
}

.mob_b_gps_show {
  bottom: 80px;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}

.mob_b_gps p {
  display: block;
  font-size: 1.2em;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.5em;
}

.mob_b_gps .btn_mob_gps {
  font-family: "Oswald";
  display: flex;
  width: 100%;
  height: 45px;
  font-size: 1.1em;
  text-align: center;
  padding: 2px 0;
  background-color: #8d8357;
  color: #fff;
  border-radius: 5px;
  margin: 30px 0;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}

.mob_b_gps .close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.mob_b_gps .close i {
  width: 30px;
}

.mob_b_gps .close i img {
  width: 100%;
}

.mob_b_messenger {
  position: fixed;
  display: block;
  width: 90%;
  height: 225px;
  bottom: -100%;
  left: 0;
  padding: 20px 5% 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
  z-index: 1002;
}

.mob_b_messenger_show {
  bottom: 80px;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}

.mob_b_messenger p {
  display: block;
  font-size: 1.2em;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.5em;
}

.mob_b_messenger .btn_mob_messenger {
  font-family: "Oswald";
  display: flex;
  width: 100%;
  height: 45px;
  font-size: 1.1em;
  text-align: center;
  padding: 2px 0;
  background-color: #8d8357;
  color: #fff;
  border-radius: 5px;
  margin: 30px 0;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}

.mob_b_messenger .close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.mob_b_messenger .close i {
  width: 30px;
}

.mob_b_messenger .close i img {
  width: 100%;
}

.mob_b_menu {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  bottom: 0;
  left: 0;
  padding: 10px 0 0;
  background-color: #000;
  z-index: 1001;
}

.mob_b_menu a {
  display: flex;
  width: 25%;
  color: #fff;
  height: 65px;
  flex-flow: column nowrap;
  align-items: center;
}

.mob_b_menu a i {
  display: flex;
  width: 40%;
  order: 0;
}

.mob_b_menu a i img {
  width: 100%;
}

.mob_b_menu a span {
  display: flex;
  order: 1;
}

.right_share {
  position: fixed;
  width: 75px;
  height: 130px;
  right: 20px;
  bottom: 40px;
  z-index: 1001;
}

.right_share .btn_item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.right_share .btn_item i {
  width: 90%;
}

.right_share .btn_item i img {
  width: 100%;
}

.right_share .btn_item i img {
  width: 100%;
}

.right_share .act_line i {
  cursor: pointer;
}

.right_share .act_line section {
  position: absolute;
  width: 300px;
  height: 450px;
  top: -445px;
  right: -500px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}

.right_share .act_line:hover section {
  right: -10px;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}

.right_share .act_line section .top {
  width: 100%;
  height: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.right_share .act_line section .top h1 {
  width: 90%;
  margin: 23px 0 0 15px;
}

.right_share .act_line section .top h1 a {
  text-indent: -9999px;
  display: block;
  width: 60px;
  height: 21px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANQAAABKCAYAAADDsnorAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABdtJREFUeNrsnVuIVVUcxtc5njHT0lEriQiiMOhCN/KpIqIIrKgQu3qZlIxSLLLLDGZ2mUSUxNLGmGwc08zCCroIWdGDEUSUMQXVSwTzYKZMlzFN53b6/px1XnyZtdn/s9dea38/+Jh5WHvtvb6zv7PX3mfttSpmjxHWQ4uhEWjAjM5YqAx1Qg+bsGiFVkIV6JhD+Sbb3veghdCRBPuaAr0BzYSOQ0MO25wM/Qcthzo8e3UD1AWdBR2FqqOUL9vj/wWaD+1LuL9n7edTsn6FwDhoEGqH1pQQqHX4Z1mKCjdBSwJp/FJoQ4rtd0O3JCi/F7om5fG+4smrS6CeFNv3Q9Ohg47l5QtklQmbZfKNck/KSu6AxgfS4Lkpt78ZOs+x7GUpwyRshK705NXslNtPhG5PUH6OCZ+7JFATUlYyCWoOpMGnKtQxxbHcaUrHvMN2T7Pm9AzrkC7eKREEqrmsUMmw471BLLi2dVBpf+dDr3top8bxDziWqzrcnwVxbmgEqmqKhY/2tkCLDMk9ZVoQDK9BF9MGBorosYMWMFBED3mU3UkbGCiixwOm9qMpYaCIEvLUbzptYKCIDk28n2KgiC4zoJdpAwNF9JCByXfShtxQYaDCZwt0Nm3IBX8zUOEjYzHfog25YGeFHkTB1dBa6MmC+3DY1MZaZnmhkPehZMzi83JPy0DFwxPQV9AHBfbgOug7k93bD6UTgmwYqLjohi6EDhS0/X/V72V8HQDvoeJiMvRmgds/xvcBMFDxcb3tzxMGiijxNHQjbWCgiB7boKm0gYEiOkyzoSIMFFHiJugp2sBAET1egK6lDQwU0WO70ZlCjTBQxNQGz24tQDsHfB8AR0oUh1nQY9C6iNsoc9b3Zng1lqFHJ0GHoM3QfgaqWLxoauP9vo60fQs97rsNupxdvnzzr0m22ocLMjRpHK1VRzxtZ6DyzSemtsSLJrLYQTetbQgXMFD55gzbTdujXO/d0EO0V/+eioHKN/VlguY3oOsn63pdQYtVqTJQYSCLlrU0oF65nxpDe/VgoMJBliRdr93nN36WymGgSC6QpVu1H3nfZ/w+bmagiFdkWVPtBZ3lKnURrWWgisivDbiiyC/+nNqZgSosMg/fJuU6L21AnQwUCYYlUI9ynfLb1L32/yotZqCKhpz8I8p1dtm/+2lv8jwxUGHzk9FfzFrGpMmr85Npb2KGOdo8fGSxgKuM7oMKufIdp7WJ6eEVKg7kKvWzYn0yemI8bU2EzNbbyitUHMh91BxoX8F9WGNqPytMynCf0kX+A3oH6meg4uF7aLEp7qPvqm17r8+DYJcvLl6Fdha07fXX0Q0DRTRZYLs9hIEiCsjTubm0gYEiesiI9EdpAwNF9HgJep82MFBED3nLt5c2MFBEB5mGbB5tYKCIHnuh5bQhnEDJr/TDtDLXrIZ2F6CdQ74PoKJUxzmmNlH71IyPXWYD6mdenJCpyGR0+rSI2yjnobx2cmbG52GfsSvQawRKxjJ969HEFdAq5mVU/rT3U59G3MYvPO5bFmF4PIZ7KFlQbBHz4sRnUDttaAiyssmKWB5KzOLn6Yws+fI5bWgIt8YSqGZ+lomYV+/zE1UmxhKoQX6WiZCX4VpogzpD/B2quHwEraUNujBQxaYV+pI2MFBED3nV4whtYKCIDjJ4dgFtYKCIHrugDbSBgSJ6PAJ9QxsYKKKHTHA5QBsYqCwpRdw2mdzlfn7EDNTYDPfluiZtqHMeboc6M/5cSpF8UVUkUP9E0JADjuU0htv0OZY7qLCvQ578fNDoLJXzu2O5qoljKFSfBKo7goZscSzXlXI/stDZb45lf4Q+zqhdjbqfGkkZpl0Jym+O4Dzskm7JM9BRaKntAoaw6oJ0D+Q9LHm5sA36MMEJKt+GK+32xxy2abLdt7dN8qm5ZkMbodvszf6QQ7tk9lOZC0Le83rXo8fyMuIMqAM613o1WsDK1tcf7FXucIL9ddj626znoaz+UT+PnoO2/i/AAE2c6Nw5NK44AAAAAElFTkSuQmCC) 0 0 no-repeat;
  background-size: 60px 21px;
}

.right_share .act_line section .content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.right_share .act_line section .content .qrcode {
  width: 80%;
  max-width: 210px;
  margin: 20px 0;
  border: #cdcdcd 1px solid;
}

.right_share .act_line section .content .qrcode img {
  width: 100%;
}

.right_share .act_line section .content .txt {
  width: 100%;
  text-align: center;
  padding: 0 10px;
  letter-spacing: 0.12em;
  line-height: 1em;
}

.right_share .act_line section .content .txt h2 {
  font-size: 1.1em;
  padding-bottom: 10px;
}

.right_share .act_line section .content .txt p {
  font-size: 0.7em;
  color: #333;
}

.right_share .act_line section .content .txt .download_txt {
  font-size: 0.7em;
  color: #333333;
  padding-top: 10px;
}

.right_share .act_line section .content .txt .download_txt a {
  color: #333;
}

.tree_bg::before {
  content: "";
  background-image: url(/assets/images/sample/tree_b.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: 100%;
}

.tree_bg::after {
  content: "";
  background-image: url(/assets/images/sample/tree.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: 100%;
  z-index: 0;
  opacity: 0;
}

.tree_bg_active::before {
  background-repeat: no-repeat;
  animation-name: tree_fadeIn;
  animation-duration: 1.8s;
  animation-iteration-count: 1;
}

.tree_bg_active::after {
  background-repeat: no-repeat;
  animation-name: tree_b_fadeIn;
  animation-duration: 1.9s;
  animation-iteration-count: 1;
}

.tree_bg > h1,
.tree_bg > h2,
.tree_bg > p,
.tree_bg > a,
.tree_bg > span {
  position: relative;
  z-index: 2;
}

@keyframes tree_fadeIn {
  0% {
    top: 25%;
    right: -12%;
    opacity: 0;
    transform: rotate(-30deg) scale(1.5);
  }
  100% {
    top: 0;
    right: 0;
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}
@keyframes tree_b_fadeIn {
  0% {
    top: 55%;
    right: -10%;
    transform: rotate(-40deg) scale(1.8);
    opacity: 1;
    z-index: 10;
  }
  95% {
    top: 0;
    right: 0;
    transform: rotate(0) scale(2.8);
    opacity: 0;
    z-index: 10;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
@media (max-width: 991.98px) {
  .main header .web_tree {
    width: 100%;
    height: 40px;
    margin-top: 90px;
    padding: 0;
  }
  .main header .web_tree ul {
    width: 93%;
    height: 35px;
    display: flex;
    padding: 5px 0;
    align-items: center;
    padding-left: 7%;
  }
  .main header .web_tree ul li {
    line-height: 1;
  }
  .main .body_info .img_more {
    width: 50%;
    padding: 0;
    overflow: hidden;
    cursor: grab;
    display: block;
  }
  .main .body_info .img_l {
    left: 0%;
  }
  .main .body_info .img_r {
    right: 0%;
  }
  .bg_pic_padding {
    padding-bottom: 0;
  }
  .bg_pic_padding2 {
    padding-top: 0;
  }
  .bg_pic_padding3 {
    padding-top: 0;
  }
  .bg_pic1 {
    background-image: initial;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  .bg_pic2 {
    background-image: initial;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  .bg_pic3 {
    background-image: initial;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  .mob_block {
    display: block;
  }
  .mob_padding_b_30 {
    padding-bottom: 30px;
  }
  .mob_padding_b_50 {
    padding-bottom: 50px;
  }
  .slogan {
    position: absolute;
    top: calc(13.067vw - 50px);
    left: 50%;
    transform: translateX(-50%);
    width: 86vw;
    padding-top: 0;
    padding-bottom: 0;
    background-color: unset;
  }
  .slogan .slogan_txt_left {
    display: block;
    padding-left: 0;
  }
  .slogan .slogan_txt_left h2 {
    font-size: 1.5em;
    color: #ffffff;
    text-align: center;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  .slogan .slogan_txt_left h4 {
    padding-top: 2vw;
    font-size: 1.1em;
    color: #ffffff;
    text-align: center;
  }
  .slogan .slogan_txt_right {
    display: block;
    padding-left: 0;
  }
  .slogan .slogan_txt_right p {
    padding-top: 2vw;
    font-size: 0.9em;
    color: #f2d474;
    text-align: center;
    line-height: 1.9em;
  }
  .slogan .slogan_txt_center {
    display: table;
    margin: 0 auto;
  }
  .slogan .slogan_txt_center h2 {
    font-size: 1.5em;
    color: #614d37;
    text-align: center;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .slogan .slogan_txt_center p {
    padding-top: 2vw;
    font-size: 0.9em;
    color: #614d37;
    text-align: center;
    line-height: 1.9em;
  }
  .slogan .slogan_txt_center .padding_y0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .icon_mark {
    width: initial;
    margin: 0px auto;
    padding-top: 30px;
    display: table !important;
  }
  .icon_mark img {
    width: 100%;
    max-width: 70px;
    margin: 0px auto;
    margin-bottom: 10px;
  }
  .icon_mark h3 {
    padding-top: 1.867vw;
    padding-bottom: 1.867vw;
    font-size: 2.933vw;
    color: #cfc170;
    font-style: italic;
  }
  .img_txt_left {
    position: absolute;
    bottom: 10px;
    left: 0px;
    color: #ffffff;
    font-size: 0.7em;
    font-family: "Noto Sans CJK TC", sans-serif;
    z-index: 499;
    margin-left: 0px;
    margin-top: -30px;
    width: fit-content;
    width: -moz-fit-content;
    height: 15px;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .img_txt_right {
    position: absolute;
    bottom: 10px;
    right: 0px;
    color: #ffffff;
    font-size: 0.7em;
    font-family: "Noto Sans CJK TC", sans-serif;
    z-index: 499;
    float: right;
    margin-right: 0px;
    margin-top: -30px;
    width: fit-content;
    width: -moz-fit-content;
    height: 15px;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .img_txt_left_b {
    position: absolute;
    bottom: 10px;
    left: 0px;
    color: #614d37;
    font-size: 0.7em;
    font-family: "Noto Sans CJK TC", sans-serif;
    z-index: 499;
    margin-left: 0px;
    margin-top: -30px;
    width: fit-content;
    width: -moz-fit-content;
    height: 15px;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .img_txt_right_b {
    position: absolute;
    bottom: 10px;
    right: 0px;
    color: #614d37;
    font-size: 0.7em;
    font-family: "Noto Sans CJK TC", sans-serif;
    z-index: 499;
    float: right;
    margin-right: 0px;
    margin-top: -30px;
    width: fit-content;
    width: -moz-fit-content;
    height: 15px;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .tag {
    content: "";
    position: absolute;
    top: -79px;
  }
  .info_center {
    width: 86%;
    min-width: initial;
    margin: 0 auto;
    text-align: center;
  }
  .info_center p {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    word-break: break-all;
  }
  .info_center h3 {
    width: 100%;
    padding-top: 0px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .info_center h2 {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    line-height: 1.5;
  }
  .info_center a {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 auto !important;
    margin-bottom: 0 !important;
  }
  .main header .main_video {
    width: 100%;
    height: initial;
    padding-bottom: 0%;
    position: relative;
    left: 0;
    z-index: 1;
  }
  .main header .main_video .video_object {
    position: relative;
  }
  .main header .main_video .youtube_video {
    position: relative;
    top: 0;
  }
  .main header .main_video .logo {
    position: absolute;
    width: 60%;
    max-width: 400px;
    margin: 0 20%;
    top: 5%;
    z-index: 9;
  }
  .left_line:before {
    left: 180px;
    top: 30px;
    width: calc(100% - 180px);
  }
  .left_line:after {
    left: 180px;
    top: 30px;
  }
  .bottom_line:before {
    left: -55px;
    top: 45px;
    width: 320px;
  }
  .bottom_line:after {
    left: 278px;
    top: 45px;
  }
  .left_bottom_line_long:before {
    left: -55px;
    top: 45px;
    width: 320px;
  }
  .left_bottom_line_long:after {
    left: 278px;
    top: 45px;
  }
  .bottom_double_line:before {
    left: -55px;
    top: 62px;
    width: 285px;
  }
  .bottom_double_line:after {
    left: 244px;
    top: 63px;
  }
  .main header .main_video .menu_controller nav ul,
  .main header .main_video .menu_controller nav .right_nav .btn,
  .main header .main_video .menu_controller nav .right_nav .phone,
  .main header .main_video .menu_controller nav .right_nav .phone_txt {
    display: none;
  }
  .main .web_nav .menu_controller nav ul,
  .main .web_nav .menu_controller nav .right_nav .btn,
  .main .web_nav .menu_controller nav .right_nav .phone,
  .main .web_nav .menu_controller nav .right_nav .phone_txt {
    display: none;
  }
  .menu_controller nav .right_nav .btn_menu > menu {
    width: 40px;
  }
  .menu_controller nav {
    width: 45%;
    right: 25px;
  }
  .main .web_nav .menu_controller nav .right_nav .btn_menu > menu {
    width: 40px;
  }
  .main header .menu_controller nav .right_nav .btn_menu,
  .main .web_nav .menu_controller nav .right_nav .btn_menu {
    align-items: center;
    margin: 0 6px;
    width: 35px;
  }
  .main header .menu_controller nav .right_nav .menu_txt,
  .main .web_nav .menu_controller nav .right_nav .menu_txt {
    font-family: "Oswald";
    font-size: 1.6em;
    color: #333333;
    padding-right: 10px;
  }
  .main .web_nav .menu_controller nav .right_nav .menu_txt {
    color: #fff;
  }
  .main .video_area {
    position: relative;
    display: block;
    width: 100%;
    height: 450px;
    padding: 30px 0 25px;
    overflow: hidden;
  }
  .main .video_area ul {
    width: 100%;
    height: 419px;
  }
  .main .video_area ul li {
    width: calc(100% - 50px);
    height: 400px;
    padding: 10px 0;
    float: left;
  }
  .main .video_area ul li .video_info .video_content h3::before {
    display: block;
    position: absolute;
    content: "";
    background-image: url(/assets/images/sample/icon_cinema.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    left: 0;
    top: initial;
    margin-top: -2px;
  }
  .main .left_nav {
    position: fixed;
    width: 100%;
    right: -100%;
  }
  .main .show {
    right: 0;
    transition: right 0.33s ease-in-out;
    -moz-transition: right 0.33s ease-in-out;
    -webkit-transition: right 0.33s ease-in-out;
  }
  .main .left_nav .btn_menu {
    position: absolute;
    width: 40px;
    right: 5px;
    top: 10px;
  }
  .main .left_nav nav {
    width: 100%;
    height: 100%;
    margin-top: 50px;
  }
  .main .left_nav nav ul {
    position: relative;
    width: 100%;
    height: 70%;
    overflow: scroll;
  }
  .main .left_nav nav ul li {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 2em;
    padding: 10px 0;
    overflow: hidden;
  }
  .main .left_nav nav ul li::before {
    border: 1px solid #fff;
  }
  .main .left_nav nav ul li span {
    padding-left: 37%;
    color: #9e9375;
    font-family: "Oswald";
  }
  .main .left_nav nav ul li a {
    padding-left: 20px;
    font-size: 0.6em;
    color: #fff;
  }
  .main .left_nav nav .bottom_menu {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    bottom: 35px;
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 5% 0;
  }
  .main .left_nav nav .bottom_menu a {
    display: flex;
    width: 30%;
    color: #fff;
    height: 65px;
    flex-flow: column nowrap;
    align-items: center;
  }
  .main .left_nav nav .bottom_menu a i {
    display: flex;
    width: 40%;
    order: 0;
    max-width: 65px;
  }
  .main .left_nav nav .bottom_menu a i img {
    width: 100%;
  }
  .main .left_nav nav .bottom_menu a span {
    display: flex;
    order: 1;
  }
  .main .body_info {
    position: relative;
    width: 100%;
    display: block;
  }
  .main .body_info .img {
    width: 90%;
    z-index: 100;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .main .body_info .img_more_pagination {
    padding-top: 5px;
  }
  .main .body_info .padding_img_mode_2,
  .main .body_info .padding_img_mode_3 {
    width: 90%;
    padding: 2.5% 5% 2.5% 5%;
  }
  .main .body_info .img_2 {
    width: 100%;
    z-index: 100;
  }
  .main .body_info .img_2 {
    width: 100%;
    z-index: 100;
  }
  .main .body_info .img_2 .after_img {
    display: none;
  }
  .main .body_info .info_content {
    width: 100%;
    padding-bottom: 30px;
  }
  .main .body_info .info_content h1 {
    font-size: 2em;
    margin-left: 50px;
    margin-top: 70px;
  }
  .main .body_info .info_content h2 {
    font-size: 1.5em;
  }
  .main .body_info .info_content h2 span {
    display: block;
    font-size: 0.7em;
    padding-top: 10px;
  }
  .main .body_info .info_content h3 {
    font-size: 1.1em;
    padding-top: 15px;
  }
  .main .body_info .info_content h3 span {
    display: block;
    font-size: 0.5em;
    padding-top: 10px;
  }
  .main .body_info .info_content p {
    font-size: 0.9em;
    margin: 15px 0 0;
    line-height: 1.9em;
    letter-spacing: 0.1em;
  }
  .main .body_info .info_content p span {
    font-size: 1.1em;
  }
  .main .body_info .info_content > span {
    font-family: "Noto Serif JP", sans-serif;
    font-style: italic;
    font-size: 0.9em;
    padding: 20px 0;
    display: block;
  }
  .main .body_info .info_content a {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    margin: 10px auto;
    font-size: 0.9em;
    color: #fff;
    transition: background 0.33s ease-in-out;
    -moz-transition: background 0.33s ease-in-out;
    -webkit-transition: background 0.33s ease-in-out;
  }
  .main .body_info .info_content a:hover {
    background-color: #04444e;
    transition: background 0.33s ease-in-out;
    -moz-transition: background 0.33s ease-in-out;
    -webkit-transition: background 0.33s ease-in-out;
  }
  .mob_a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 60px;
    margin: 20px auto;
    margin-bottom: 70px;
    font-size: 20px;
    color: #fff;
    transition: background 0.33s ease-in-out;
    -moz-transition: background 0.33s ease-in-out;
    -webkit-transition: background 0.33s ease-in-out;
    font: Oswald;
  }
  .mob_a:hover {
    background-color: #04444e;
    transition: background 0.33s ease-in-out;
    -moz-transition: background 0.33s ease-in-out;
    -webkit-transition: background 0.33s ease-in-out;
  }
  .main .body_info .info_left a {
    margin: 10px auto;
  }
  .main .body_info .info_right a {
    margin: 10px auto;
  }
  .main .body_info .one_page {
    order: 1;
    width: 100%;
  }
  .main .body_info .one_page .bg_view {
    width: 100%;
  }
  .main .body_info .one_page .bg_view img {
    width: 100%;
  }
  .main .body_info .one_page .absolute_mode {
    position: relative;
    top: inherit;
    left: inherit;
  }
  .main .body_info .one_page .direction_LB,
  .main .body_info .one_page .direction_LT {
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
  }
  .main .body_info .one_page .mob_absolute_mode {
    position: absolute;
    top: 0;
    left: 0;
    right: inherit;
    bottom: inherit;
  }
  .main .body_info .one_page .mob_sea_video {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -145px -10px 0;
  }
  .main .web_nav .logo {
    align-self: center;
    max-width: 185px;
    width: 40vw;
    padding: 10px 25px;
  }
  .main .web_nav .logo img {
    width: 100%;
  }
  .main footer {
    margin-bottom: 80px;
  }
  .main footer .map_info .contact {
    position: relative;
    float: initial;
    width: 75%;
    border: 10px solid rgba(255, 255, 255, 0.5);
    margin: 50px auto;
    padding: 20px 25px 0;
    background-color: #fff;
    background-clip: padding-box;
  }
  .main footer .map_info .contact ul li {
    width: 100%;
    min-height: 205px;
    padding: 10px 0;
    display: block;
  }
  .main footer .map_info .contact ul li .address {
    width: 90%;
    padding-left: 35px;
    order: 1;
  }
  .main footer .map_info .contact ul li .phone {
    display: none;
  }
  .main footer .map_info .contact ul li .tit {
    height: 50px;
    margin: 2.5px 0px 5px;
    align-items: center;
    display: flex;
  }
  .main footer .map_info .contact h1 span {
    font-family: "Oswald";
    margin-left: 2px;
    font-size: 0.6em;
    color: #877d52;
  }
  .main footer .map_info .contact ul li .tit h1 {
    display: inline-flex;
    font-size: 1.3em;
    letter-spacing: 0.1em;
  }
  .main footer .map_info .contact ul li .tit span {
    display: inline-flex;
    width: 55px;
    margin-left: -45px;
  }
  .main footer .map_info .contact ul li .tit span img {
    width: 100%;
  }
  .main footer .map_info .contact ul li .address p {
    font-size: 1em;
    letter-spacing: 0.2em;
    padding: 2px 0;
  }
  .main footer .map_info .contact ul li .address a {
    display: flex;
    width: 80%;
    height: 45px;
    font-size: 0.9em;
    text-align: center;
    padding: 2px 0;
    background-color: #8d8357;
    color: #fff;
    border-radius: 5px;
    margin: 15px 0 15px 15px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    letter-spacing: 0.1em;
  }
  .main footer .map_info .contact ul li .address a:hover {
    border: 1px solid #8d8357;
    background-color: #fff;
    font-size: 1.1em;
    color: #8d8357;
  }
  .main footer .case_info {
    position: relative;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 30vw;
    background-image: url("/case_assets/nop250012/assets/images/sample/pc_bg_reservation.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main footer .map_info {
    padding: 10px 0;
  }
  .reg_box .reg_form {
    position: relative;
    width: 90%;
    height: 75%;
    margin: 0 auto;
    background-color: #f1f1f1;
    padding: 20px;
    z-index: 10001;
  }
  .reg_box .reg_form .reg_body {
    width: 90%;
    height: 83%;
    padding: 5%;
  }
  .reg_box .reg_form .reg_body .reg_data {
    position: relative;
    width: 85%;
    margin: 0 auto;
  }
  .reg_box .reg_form .reg_body .reg_data .info {
    display: none;
  }
  .video_box .video_data {
    position: relative;
    width: 90%;
    height: 45%;
    margin: 0 auto;
    padding: 20px;
    z-index: 10001;
  }
  .right_share .act_line {
    display: none;
  }
  .right_share .act_fb {
    display: none;
  }
  .main header .web_tree ul {
    width: 99%;
    padding-left: 0;
  }
  .main header .web_tree ul li {
    min-width: 40px;
  }
  .main header .web_tree ul li:before {
    padding-right: 10px;
  }
  .mob_only_bg_E6DEDB {
    background-color: #e6dedb;
  }
  .mob_only_bg_D7C6B8 {
    background-color: #d7c6b8;
  }
  .mob_only_bg_grad_E6DEDB {
    background: linear-gradient(to right, #e3d7c9, #bfb4ad);
  }
  .mob_only_bg_006BB3 {
    background-color: #006bb3;
  }
  .padding_img_mode_2,
  .padding_img_mode_3 {
    width: 90%;
    padding: 2.5% 5% 2.5% 5%;
  }
  .main .body_info .item_page {
    width: 95%;
    padding: 0 2.5%;
    margin: 0;
  }
  .main .body_info .item_page ul {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .main .body_info .item_page .row_2 li,
  .main .body_info .item_page .row_3 li {
    width: 90%;
    padding: 5px 5%;
  }
  .main .body_info .one_page .photoView {
    margin-left: 0;
  }
  .main .body_info .one_page .photoView::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("/case_assets/nop250012/assets/images/sample/btn_magnifier.svg");
    background-repeat: no-repeat;
    right: 10px;
    bottom: 10px;
  }
  .mob_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  .pc_only_inline {
    display: none;
  }
  .reg_box .reg_form .reg_body .reg_data .thanks {
    border-bottom: 0;
  }
  .tree_bg::before {
    content: "";
    background-image: url(/assets/images/sample/tree_b.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: initial;
    right: 0;
    margin-top: -72px;
    background-size: 100%;
  }
  .tree_bg::after {
    content: "";
    background-image: url(/assets/images/sample/tree.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: initial;
    margin-top: -114%;
    right: 0;
    background-size: 100%;
    z-index: 0;
    opacity: 0;
  }
  @keyframes tree_fadeIn {
    0% {
      margin-top: 120px;
      right: -70px;
      opacity: 0;
      transform: rotate(-30deg) scale(1.8);
    }
    100% {
      margin-top: -72px;
      right: 0;
      opacity: 1;
      transform: rotate(0) scale(1);
    }
  }
  @keyframes tree_b_fadeIn {
    0% {
      margin-top: -13%;
      right: -200px;
      transform: rotate(-28deg) scale(1.8);
      opacity: 1;
      z-index: 10;
    }
    95% {
      right: 0;
      margin-top: -114%;
      transform: rotate(0) scale(2.8);
      opacity: 0;
      z-index: 10;
    }
    100% {
      opacity: 0;
      z-index: 0;
    }
  }
}
@media (max-width: 666px) {
  .main .left_nav nav ul {
    height: 68%;
    overflow: scroll;
  }
}
@media (min-width: 991.97px) and (max-width: 1499.98px) {
  .main .body_info .info_left_pro {
    order: 1 !important;
  }
  .main .body_info .info_right_pro {
    order: 2 !important;
  }
  .main .body_info .img_l_pro {
    left: 3% !important;
    right: initial !important;
  }
  .main .body_info .img_r_pro {
    right: 3% !important;
    left: initial !important;
  }
}
@media (min-width: 666px) and (max-width: 991.97px) {
  .main .video_area {
    height: 625px;
  }
  .mob_b_messenger_show,
  .mob_b_gps_show,
  .mob_b_phone_show {
    bottom: 120px;
    transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -webkit-transition: all 0.33s ease-in-out;
  }
  .mob_b_menu {
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    height: 111px;
    bottom: 0px;
    left: 0;
    padding: 10px 0 0;
    background-color: #000;
    z-index: 1001;
  }
  .mob_b_menu a {
    display: flex;
    width: 25%;
    color: #fff;
    height: 111px;
    flex-flow: column nowrap;
    align-items: center;
  }
  .right_share {
    bottom: 100px;
  }
}
@media (min-width: 991.98px) {
  .pc_margin_t_30 {
    margin-top: 30px;
  }
  .pc_padding_t_30 {
    padding-top: 30px;
  }
  .pc_padding_t_b_50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mob_b_messenger_show,
  .mob_b_gps_show,
  .mob_b_phone_show {
    display: none;
  }
  .menu_controller nav .right_nav .btn {
    align-items: center;
    margin: 0 2px;
  }
  .menu_controller nav .right_nav .btn_menu {
    align-items: center;
    margin: 0 6px;
    width: 35px;
  }
  .menu_controller nav .right_nav .btn a {
    display: flex;
    align-items: center;
    padding-right: 10px;
  }
  .menu_controller nav .right_nav .btn a i {
    width: 56px;
    height: 67px;
    display: flex;
    padding: 0 5px;
  }
  .menu_controller nav .right_nav .btn a i img {
    width: 100%;
  }
  .menu_controller nav .right_nav .btn .txt {
    display: flex;
    color: #444444;
    font-size: 0.7em;
  }
  .menu_controller nav ul {
    display: none;
  }
  .main .web_nav .menu_controller nav .right_nav .btn .txt {
    display: flex;
    color: #fff;
    font-size: 0.7em;
  }
  .menu_controller nav .right_nav .menu_txt,
  .main .web_nav .menu_controller nav .right_nav .menu_txt {
    display: none;
  }
  .main footer .map_info .contact ul li .btn_mob_phone {
    display: none;
  }
  .reg_box .reg_form .reg_body .reg_data .reg_form_obj .pc_w_6 {
    float: left;
    width: 45%;
  }
  .reg_box .reg_form .reg_body .reg_data .reg_form_obj .float_right {
    float: right;
  }
  .reg_box .reg_form .reg_body .reg_data .info {
    display: block;
  }
  .mob_b_menu,
  .mob_b_phone {
    display: none;
  }
  .mob_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
  .pc_only_inline {
    display: inline-block;
  }
  .img_txt_banner {
    margin-top: 10px;
  }
}
@media (min-width: 1280px) {
  .menu_controller nav .right_nav {
    position: relative;
    display: flex;
    float: right;
    width: 50%;
    min-width: 540px;
    height: 45px;
    align-items: center;
    justify-content: flex-end;
  }
  .menu_controller nav .right_nav .btn {
    align-items: center;
    margin: 0 2px;
  }
  .menu_controller nav .right_nav .btn_menu {
    align-items: center;
    margin: 0 0 0 6px;
    width: 35px;
  }
  .menu_controller nav .right_nav .btn a {
    display: block;
  }
  .menu_controller nav .right_nav .btn a i {
    width: 56px;
    height: 67px;
    display: block;
    padding: 0 5px;
  }
  .menu_controller nav .right_nav .btn a i img {
    width: 100%;
  }
  .menu_controller nav .right_nav .phone {
    align-items: center;
    margin: 0 10px;
  }
  .menu_controller nav .right_nav .phone img {
    width: 40px;
  }
  .menu_controller nav .right_nav .btn .txt,
  .main .web_nav .menu_controller nav .right_nav .btn .txt {
    display: block;
    position: absolute;
    margin-top: 5px;
    color: #444444;
    width: 80px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 0.7em;
    height: 10px;
    border-top: 2px solid #877d52;
    text-align: center;
    margin-left: -20px;
    padding: 6px 0;
    opacity: 0;
    transition: opacity 0.33s ease-in-out;
    -moz-transition: opacity 0.33s ease-in-out;
    -webkit-transition: opacity 0.33s ease-in-out;
  }
  .menu_controller nav .right_nav .btn a:hover .txt,
  .main .web_nav .menu_controller nav .right_nav .btn a:hover .txt {
    display: block;
    opacity: 1;
    transition: opacity 0.33s ease-in-out;
    -moz-transition: opacity 0.33s ease-in-out;
    -webkit-transition: opacity 0.33s ease-in-out;
  }
  .main .body_info .info_left h1,
  .main .body_info .info_left > span {
    margin-left: 85px;
  }
  .main .body_info .info_left h2,
  .main .body_info .info_left h3,
  .main .body_info .info_left p,
  .main .body_info .info_left a {
    margin-left: 150px;
  }
  .main footer .map_info .contact {
    width: 41%;
  }
}
@media (min-width: 1480px) {
  .main header .main_video .logo {
    margin: 25px 2.5%;
  }
  .main .body_info .info_left h1,
  .main .body_info .info_left > span {
    margin-left: 180px;
  }
  .main .body_info .info_left h2,
  .main .body_info .info_left h3,
  .main .body_info .info_left p,
  .main .body_info .info_left a {
    margin-left: 250px;
  }
  .main footer .map_info .contact {
    width: 36%;
  }
  .main footer .map_info .contact ul li .address {
    width: 40%;
    margin-left: 5%;
    padding-left: 45px;
    order: 1;
  }
  .main footer .map_info .contact ul li .phone {
    width: 30%;
  }
}
@media (min-width: 1500px) {
  .menu_controller nav ul {
    display: flex;
  }
}
@media (min-width: 1650px) {
  .main .body_info .padding_img_mode_2 {
    width: 50%;
    padding: 2.5% 5% 2.5% 0;
  }
  .main .body_info .padding_img_mode_3 {
    width: 50%;
    padding: 2.5% 0 2.5% 5%;
  }
  .main .body_info .img_2 {
    width: 70%;
    z-index: 100;
  }
  .main .body_info .info_one_content {
    width: 100%;
  }
}
.no_top_margin {
  margin-top: 0;
}

.no_left_margin {
  margin-left: 0;
}

.main .body_info .img {
  overflow: hidden;
  position: relative;
}

.main .body_info .zoom_img img {
  transform: scale(1, 1);
  transition: all 0.66s ease-out;
}

.main .body_info .zoom_img:hover img {
  transform: scale(1.2, 1.2);
}

.zindex1000 {
  z-index: 1000;
}

.screen_box {
  display: none;
}

@media screen and (orientation: landscape) and (max-width: 991.98px) {
  .screen_box {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 10000;
    opacity: 1;
  }
  .screen_box .mask {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    background-image: url("/case_assets/nop250012/assets/images/sample/pc_bg_reservation.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .screen_box .screen_data {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #f1f1f1;
    padding: 20px;
    z-index: 10001;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .screen_box .screen_data i {
    width: 130px;
    padding-bottom: 10px;
  }
  .screen_box .screen_data i img {
    width: 100%;
  }
}
.line_event {
  position: fixed;
  width: 115px;
  height: auto;
  right: 20px;
  bottom: 170px;
  z-index: 1001;
}
.line_event img {
  width: 100%;
}

@media screen and (max-width: 991.98px) {
  .line_event {
    position: fixed;
    width: 95px;
    max-width: 16vw;
    height: auto;
    right: 20px;
    bottom: 140px;
    z-index: 1001;
  }
  .line_event img {
    width: 100%;
  }
}
@media screen and (max-width: 667px) {
  .line_event {
    position: fixed;
    width: 75px;
    max-width: 15vw;
    height: auto;
    right: 20px;
    bottom: 80px;
    z-index: 1001;
  }
  .line_event img {
    width: 100%;
  }
}
.d-pc {
  display: none;
}

.d-pro-h {
  display: none;
}

.d-pro-v {
  display: none;
}

.d-pad-h {
  display: none;
}

.d-pad-v {
  display: none;
}

.d-mob {
  display: none;
}

.d-pc-inline {
  display: none;
}

.d-pro-h-inline {
  display: none;
}

.d-pro-v-inline {
  display: none;
}

.d-pad-h-inline {
  display: none;
}

.d-pad-v-inline {
  display: none;
}

.d-mob-inline {
  display: none;
}

@media (min-width: 1499.98px) {
  .mob_only_su {
    display: none !important;
  }
}
@media (max-width: 1499.98px) {
  .pc_only_su {
    display: none !important;
  }
}
@media (min-width: 1399.98px) {
  .d-pc {
    display: block;
  }
  .d-pc-inline {
    display: inline-block;
  }
}
@media screen and (min-width: 1199.98px) and (max-width: 1399.98px) and (orientation: landscape) {
  .d-pro-h {
    display: block;
  }
  .d-pro-h-inline {
    display: inline-block;
  }
}
@media screen and (min-width: 991.98px) and (max-width: 1399.98px) and (orientation: portrait) {
  .d-pro-v {
    display: block;
  }
  .d-pro-v-inline {
    display: inline-block;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 1199.98px) and (orientation: landscape) {
  .d-pad-h {
    display: block;
  }
  .d-pad-h-inline {
    display: inline-block;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 991.98px) and (orientation: portrait) {
  .d-pad-v {
    display: block;
  }
  .d-pad-v-inline {
    display: inline-block;
  }
}
@media screen and (max-width: 767.98px) {
  .d-mob {
    display: block;
  }
  .d-mob-inline {
    display: inline-block;
  }
  .main header .key_vision {
    aspect-ratio: 1440/2380;
    background-image: url("/case_assets/nop250012/assets/images/sample/mob_intro.jpg?v=1");
  }
}
/* ------ */