@charset "UTF-8";
/*------------------------------------------------------
common
------------------------------------------------------*/
.cmshtml {
  overflow-y: scroll;
  box-sizing: border-box;
}
.cmshtml .rdplanetext, .cmshtml .rdplanetext td, .cmshtml .rdplanetext th, .cmshtml .rdplanetext, .cmshtml .rdBreadcrumbItem, .cmshtml .rdListExcerpt, .cmshtml .rdCalendar th, .cmshtml .rdCalendar td, .cmshtml .rdnewArticle-ContDate, .cmshtml .rdCalendar-yearmonth, .cmshtml dt, .cmshtml dd {
  color: #333;
}
.cmsbody, .cmshtml div, .cmshtml dl, .cmshtml dt, .cmshtml dd, .cmshtml ul, .cmshtml ol, .cmshtml li, .cmshtml pre, .cmshtml form, .cmshtml input, .cmshtml textarea, .cmshtml p, .cmshtml small, .cmshtml address, .cmshtml aside, .cmshtml blockquote, .cmshtml th, .cmshtml td {
  font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Roboto', Helvetica Neue, Helvetica, YuGothic, "メイリオ", Meiryo;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
  box-sizing: border-box;
}
.cmshtml .noto_sans, .cmshtml .noto_sans * {
  font-family: "Noto Sans JP", sans-serif;
}
.cmshtml .zen_kaku_gothic, .cmshtml .zen_kaku_gothic * {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.cmshtml .min, .cmshtml .min * {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.cmshtml .maru_Gothic, .cmshtml .maru_Gothic * {
  font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Maru Gothic', '丸ゴシック', 'Noto Sans JP', 'Meiryo', 'MS PGothic', 'Noto Sans Japanese', 'Rounded M+', sans-serif;
}
.cmsbody {
  line-height: 1.7;
}
.cmshtml ul {
  margin: 0;
  padding: 0;
}
.cmshtml li {
  list-style: none;
}
.cmshtml li img {
  vertical-align: bottom;
}
.cmshtml img {
  vertical-align: bottom;
}
.cmshtml a {
  color: #fea6bc;
  text-decoration: underline;
}
.cmshtml a:hover {
  text-decoration: none;
}
.cmshtml a img {
  transition: all 0.3s;
}
.cmshtml a:hover img {
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .cmshtml .vrl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.cmshtml .tal {
  text-align: left;
}
.cmshtml .tac {
  text-align: center;
}
.cmshtml .tar {
  text-align: right;
}
.cmshtml .justimg img {
  max-width: 100% !important;
  height: auto !important;
}
.cmshtml .maximg img {
  width: 100% !important;
  height: auto !important;
}
.cmshtml .fade-up {
  opacity: 0;
  transition: opacity 0.7s;
  transition: all 1s;
  transform: translateY(70px);
}
.cmshtml .flex {
  display: flex;
  flex-flow: row wrap;
}
.cmshtml .section, .cmshtml #footer {
  position: relative;
}
.cmshtml .sec_tit {
  position: relative;
}
.cmshtml .bg_image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cmshtml .bg_image > div {
  width: 100%;
  height: 100%;
}
.cmshtml .bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml #contents {
  background: #fff;
  overflow: hidden;
}
.cmshtml .sec_tit, .cmshtml .sec_tit * {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.cmshtml .sec_tit {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  padding: 0 !important;
  padding-top: 35px !important;
  position: relative;
}
.cmshtml .sec_tit:before {
  background-image: url("../img/tit_star.png");
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 28px;
  height: 29px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: auto;
  transition: all 0.3s;
}
/*------------------------------------------------------
link btn
------------------------------------------------------*/
.cmshtml .link_btn {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.cmshtml .link_btn a {
  background: #fff;
  box-shadow: #FEB1C4 3px 3px 5px;
  border-radius: 60px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  padding: 11px 70px 11px 25px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn a:after {
  background-image: url("../img/arrow.png");
  background-size: auto;
  background-position: center right;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  right: 22px;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .link_btn a:hover {
  background: #FD84A2;
  color: #fff;
  box-shadow: #FEB1C4 0 0 0;
}
.cmshtml .link_btn a:hover:after {
  background-image: url("../img/arrow_wh.png");
}
.cmshtml .link_btn02 {
  color: #FEA6BC;
  position: relative;
  font-weight: 700;
}
.cmshtml .link_btn02 a {
  background: #fff;
  border: #FEA6BC 1px solid;
  display: inline-block;
  color: #FEA6BC;
  text-align: left;
  text-decoration: none;
  margin: 0;
  padding: 5px 20px;
  padding-right: 50px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn02 a:hover {
  background: #FEA6BC;
  color: #fff;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before, .cmshtml .link_btn02 a[href*=".doc"]:before, .cmshtml .link_btn02 a[href*=".xls"]:before, .cmshtml .link_btn02 a[href*=".xlsx"]:before {
  content: '';
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  z-index: 10;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before {
  background-image: url("../img/icon-pdf-m.svg");
}
.cmshtml .link_btn02 a[href*=".doc"]:before {
  background-image: url("../img/icon-word-m.svg");
}
.cmshtml .link_btn02 a[href*=".xls"]:before {
  background-image: url("../img/icon-xcel-m.svg");
}
.cmshtml .link_btn02 a[href*=".xlsx"]:before {
  background-image: url("../img/icon-xcel-m.svg");
}
.cmshtml .wrap_link[class*="link_btn"] a, .cmshtml .wrap_link [class*="link_btn"] a {
  display: block;
  width: 100%;
  min-width: 1px;
  max-width: none;
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn, .cmshtml .link_btn02 {
    font-size: 14px;
  }
  .cmshtml .link_btn a {
    padding: 6px 35px;
  }
  .cmshtml .link_btn a:after {
    background-size: contain;
    width: 8px;
    right: 10px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  background: white;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 96%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 20px 60px 20px 35px;
  position: fixed;
  left: 0;
  right: 0;
  top: 20px;
  z-index: 9999;
  transition: all 1s ease;
  opacity: 0;
}
.cmshtml #header > h1 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -9999px;
  top: -9999px;
  z-index: -1;
}
.cmshtml .logo {
  max-width: 200px;
  position: relative;
}
.cmshtml .logo a {
  display: inline-block;
}
@media screen and (min-width: 1001px) {
  .cmshtml #header {
    transform: translateY(-100%);
  }
  .cmshtml #header:hover {
    opacity: 1;
    transform: translateY(0%);
  }
  .cmshtml #header.fixed {
    left: 0;
    right: 0;
    opacity: 1;
    transform: translateY(0);
  }
  .cmshtml #header + * {
    margin-top: 0 !important;
  }
  .cmshtml #navigation > * {
    margin-left: 40px;
  }
  .cmshtml .li_txt:after, .cmshtml .h_li a:after, .cmshtml .menu_tit:after {
    background: #FEA6BC;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease;
  }
  .cmshtml .drop-menu:hover .li_txt:after, .cmshtml .h_li a:hover:after, .cmshtml .mega_menu:hover .menu_tit:after {
    width: 100%;
  }
  .cmshtml .drop-menu:hover .li_txt,
  .cmshtml .drop-menu:hover .li_txt a {
    color: #FEA6BC;
  }
  .cmshtml .drop-menu:hover .li_txt:before {
    opacity: 0;
  }
  .cmshtml .drop_li, .cmshtml .ub_txt, .cmshtml .ub_li {
    background: #FFF9FA;
  }
  .cmshtml .nav_drop > * + * {
    border-top: 1px solid #fff;
  }
}
/*------------------------------------------------------
navigation
------------------------------------------------------*/
.cmshtml #navigation {
  display: flex;
  align-items: center;
}
.cmshtml .drop-menu, .cmshtml .li_txt, .cmshtml .h_li {
  position: relative;
}
.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .drop_li, .cmshtml .li_txt a, .cmshtml .h_li a, .cmshtml .drop_li a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .li_txt, .cmshtml .h_li {
  font-size: 16px;
  font-weight: 500;
}
.cmshtml .li_txt a, .cmshtml .h_li a {
  color: #333;
  display: inline-block;
  position: relative;
}
.cmshtml .h_li a:hover {
  color: #FEA6BC;
}
.cmshtml .btn_li {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}
.cmshtml .btn_li a {
  background: #fff;
  border-radius: 100px;
  border: 2px solid #FEA6BC;
  color: #000000;
  display: inline-block;
  padding: 5px 15px 5px 60px;
  text-decoration: none;
  position: relative;
}
.cmshtml .btn_li a:hover {
  background: #FEA6BC;
  color: #fff;
}
.cmshtml .btn_li a:before {
  background-image: url("../img/ico_mail.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  content: "";
  display: block;
  width: 25px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .btn_li a:hover:before {
  background-image: url("../img/ico_mail_wh.png");
}
/*------------------------------------------------------
drop menu
------------------------------------------------------*/
.cmshtml .li_txt {
  padding-left: 15px;
}
.cmshtml .li_txt:before {
  background-image: url("../img/arrow_under.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .nav_drop {
  display: none;
  width: 100%;
  min-width: 250px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
.cmshtml .drop_li {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
.cmshtml .drop_li a {
  color: #333;
  display: block;
  padding: 7px 0;
  padding-left: 30px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .drop_li a:before {
  background-image: url("../img/li_arrow.png");
  background-repeat: no-repeat;
  background-position: left center;
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  margin: auto;
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .drop_li a:hover {
  background: #FEA6BC;
  color: #fff;
}
.cmshtml .drop_li a:hover:before {
  background-image: url("../img/li_arrow_hvr.png");
}
/*-----------------
drop_ub
-----------------*/
.cmshtml .drop_ub {
  position: relative;
}
.cmshtml .drop_ub a {
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .ub_txt {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  transition: all 0.3s;
  position: relative;
  display: block;
  padding: 7px 0;
  padding-left: 30px;
}
.cmshtml .ub_txt:before {
  background-image: url("../img/li_arrow.png");
  background-repeat: no-repeat;
  background-position: left center;
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  margin: auto;
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .ub_txt:after {
  border-top: 2px solid #FEA6BC;
  border-right: 2px solid #FEA6BC;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
  transition: all 0.3s;
  transform: rotate(45deg);
}
.cmshtml .ub_list {
  display: none;
}
.cmshtml .ub_li {
  font-size: 12px;
  transition: all 0.3s;
}
.cmshtml .ub_li a {
  text-decoration: none;
  display: block;
  padding: 10px;
  transition: all 0.3s;
}
.cmshtml .ub_li, .cmshtml .ub_li a {
  color: #333;
}
@media screen and (min-width: 1001px) {
  .cmshtml .ub_list {
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0%;
    z-index: 10;
  }
  .cmshtml .drop_ub:hover .ub_txt:before {
    background-image: url("../img/li_arrow_hvr.png");
  }
  .cmshtml #navigation > *:last-child .ub_list, .cmshtml #navigation > *:nth-last-child(2) .ub_list {
    left: 10%;
    top: 100%;
  }
  .cmshtml .drop_ub:hover .ub_txt, .cmshtml .ub_li:hover {
    background: #FEA6BC;
  }
  .cmshtml .drop_ub:hover .ub_txt, .cmshtml .drop_ub:hover .ub_txt a, .cmshtml .ub_li:hover, .cmshtml .ub_li a:hover {
    color: #fff;
  }
  .cmshtml .drop_ub:hover .ub_txt:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .cmshtml .ub_li {
    font-weight: 600;
  }
}
/*------------------------------------------------------
selectlang
------------------------------------------------------*/
.cmshtml .selectlang {
  margin-left: 20px !important;
  position: relative;
}
.cmshtml .selectlang_btn {
  border-radius: 100px;
  background: #fff;
  border: 2px solid #FEA6BC;
  cursor: pointer;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 15px;
  transition: ease .2s;
}
.cmshtml .selectlang:hover .selectlang_btn {
  background: #FEA6BC;
  color: #fff;
}
.cmshtml .selectlang_inner {
  display: none;
}
.cmshtml .selectlang_inner > div + div {
  border-top: 1px dashed #666;
}
.cmshtml .selectlang_inner a {
  display: block;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  padding: 7px 20px;
  transition: all 0.3s;
}
.cmshtml .selectlang_inner a:hover {
  background: #FEA6BC;
  color: #fff;
}
.cmshtml .selectlang.open_menu .selectlang_btn {
  background: #FEA6BC;
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .cmshtml .selectlang:hover .selectlang_btn {
    background: #FEA6BC;
  }
  .cmshtml .selectlang_inner {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    width: 200px;
    position: absolute;
    top: auto;
    right: 0;
    z-index: 100;
  }
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  position: relative;
}
.cmshtml #mainvisual {
  position: relative;
}
.cmshtml #mainvisual:after {
  background-image: url("../img/mv_filter.png");
  background-size: auto;
  background-position: left -50% bottom -3px;
  background-repeat: repeat-x;
  content: "";
  display: block;
  width: 100%;
  height: 52px;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: all 0.3s;
}
.cmshtml #slide_wrap {
  height: 895px;
}
.cmshtml #slide_wrap div {
  width: 100%;
  height: 100%;
}
.cmshtml .catchcopy {
  background: linear-gradient(to left, rgba(254, 177, 196, 0.5) 0%, transparent 80%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .catchcopy:before {
  background-image: url("../img/star.png");
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 22%;
  height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.cmshtml .catch_txt, .cmshtml .catch_txt a {
  color: #fff;
}
.cmshtml .catch_txt {
  font-size: 38px;
  font-weight: 500;
  text-shadow: #FBF200 0 0 10px;
  letter-spacing: 0.5rem;
  text-align: center;
}
.cmshtml .mv_logo {
  padding: 40px 0 0 45px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .scroll {
  color: #fff;
  font-size: 16px;
  font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Roboto';
  margin: auto;
  padding-top: 73px;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 73px;
  z-index: 10;
}
.cmshtml .scroll:before {
  background-color: #fff;
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .scroll:after {
  background-image: url("../img/star_sc.png");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 19px;
  height: 21px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 5;
  transition: all 0.3s;
  pointer-events: none;
}
.cmshtml .mv_icons {
  position: absolute;
  right: 45px;
  bottom: 78px;
  z-index: 10;
}
.cmshtml .mv_icon {
  background: linear-gradient(to right, #DBDBDB, #FFACBF);
  border-radius: 22px;
  padding: 10px;
  margin-left: 10px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .mv_icon:has(a) {
  padding: 0;
}
.cmshtml .mv_icon a {
  border-radius: 22px;
  background: transparent;
  display: block;
  padding: 10px;
  transition: all 0.3s;
}
.cmshtml .mv_icon a:hover {
  background: #ff8fa8;
}
.cmshtml .mv_icon:has(a):hover img {
  opacity: 1;
}
@media screen and (max-width: 1500px) {
  .cmshtml #slide_wrap {
    height: 700px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #mainvisual:after {
    background-size: 150px auto;
    background-position: left -35% bottom -1px;
  }
  .cmshtml #slide_wrap {
    height: 500px;
  }
  .cmshtml .mv_logo {
    display: none;
  }
  .cmshtml .catch_txt {
    font-size: 30px;
  }
  .cmshtml .scroll {
    display: none;
  }
  .cmshtml .mv_icons {
    right: 30px;
    bottom: 30px;
  }
  .cmshtml .mv_icon {
    border-radius: 10px;
    max-width: 60px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #slide_wrap {
    height: 350px;
  }
  .cmshtml .catch_txt {
    font-size: 22px;
    letter-spacing: 0.1rem;
  }
  .cmshtml .mv_icon {
    padding: 5px;
    max-width: 50px;
  }
  .cmshtml .mv_icon:has(a) {
    padding: 0;
  }
  .cmshtml .mv_icon a {
    padding: 5px;
  }
  .cmshtml .mv_icons {
    right: 10px;
    bottom: 30px;
  }
}
/*------------------------------------------------------
top contents
------------------------------------------------------*/
.cmshtml .toppage_c {
  position: relative;
}
.cmshtml .toppage_c > * {
  position: relative;
  z-index: 5;
}
.cmshtml .toppage_c:before {
  background: url(../img/bg_rec.png) no-repeat left bottom;
  background-size: 100% auto;
  content: "";
  display: block;
  width: 100%;
  height: 560px;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  .cmshtml .toppage_c:before {
    background-size: 150% auto;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .toppage_c:before {
    background-size: 200% auto;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .toppage_c:before {
    background-size: 300% auto;
  }
}
/*------------------------------------------------------
about
------------------------------------------------------*/
.cmshtml .sec_about {
  margin-top: 70px;
}
.cmshtml .about_tit {
  padding-left: 4%;
  padding-right: 4%;
  margin-bottom: 7px;
}
.cmshtml .about_inwrap {
  background: url("../img/bg_about.png") no-repeat center;
  background-size: 100% auto;
  padding: 70px 4%;
  position: relative;
}
.cmshtml .about_flex {
  max-width: 1045px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cmshtml .about_flex > div:nth-child(1) {
  width: 28%;
}
.cmshtml .about_flex > div:nth-child(2) {
  width: 72%;
}
.cmshtml .about_catch_area {
  flex-flow: row-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.cmshtml .about_catch {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 1rem;
  padding: 10px 18px;
  position: relative;
  opacity: 0;
}
.cmshtml .about_catch:before {
  background-image: url("../img/about_catch_bdr.png");
  background-size: auto;
  background-position: top right;
  background-repeat: repeat-y;
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .about_textbox {
  padding-left: 9%;
  position: relative;
}
.cmshtml .about_box_catch {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
}
.cmshtml .about_txt {
  font-weight: 500;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .cmshtml .about_inwrap {
    padding: 30px 4%;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .about_inwrap {
    background-size: auto;
  }
  .cmshtml .about_catch {
    font-size: 26px;
    letter-spacing: 0.5rem;
    padding: 10px;
  }
  .cmshtml .about_catch:before {
    width: 3px;
  }
  .cmshtml .about_textbox {
    padding-left: 4%;
  }
  .cmshtml .about_box_catch {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .cmshtml .about_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .sec_about {
    margin-top: 30px;
  }
  .cmshtml .about_tit {
    margin-bottom: 30px;
  }
  .cmshtml .about_inwrap {
    padding: 0 4% 30px;
  }
  .cmshtml .about_flex {
    display: block;
  }
  .cmshtml .about_flex > div:nth-child(1), .cmshtml .about_flex > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .about_catch_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .cmshtml .about_catch {
    font-size: 18px;
    letter-spacing: 0.1rem;
    text-align: center;
    padding: 5px 10px;
  }
  .cmshtml .about_catch:before {
    background-image: url(../img/h5_bdr.png);
    background-position: bottom right;
    background-repeat: repeat-x;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    top: auto;
    bottom: 0;
    right: 0;
  }
  .cmshtml .about_textbox {
    padding-left: 0;
  }
  .cmshtml .about_box_catch {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml .about_txt {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .cmshtml .about_link {
    text-align: right;
  }
}
/*------------------------------------------------------
support
------------------------------------------------------*/
.cmshtml .sec_support {
  background: url("../img/bg_sup.png") no-repeat top center;
  background-size: 100% 100%;
  padding: 45px 4% 110px;
  z-index: 5;
}
.cmshtml .support_inwrap {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cmshtml .support_tit {
  margin-bottom: 20px;
}
.cmshtml .support_txt {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 90px;
}
.cmshtml .support_items {
  justify-content: space-between;
  margin-bottom: 35px;
}
.cmshtml .support_items > div {
  width: calc(33.333333% - 70px);
  margin: 0 auto 30px;
}
.cmshtml .support_box {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  border-radius: 30px;
  padding: 25px 10px 35px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .support_box:has(a):hover {
  box-shadow: #FEB1C4 0 0 36px;
}
.cmshtml .support_icon {
  background: #FBE7EC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 145px;
  margin: 0 auto;
}
.cmshtml .support_icon a:hover img {
  opacity: 1;
}
.cmshtml .support_name {
  font-size: 30px;
  font-weight: 600;
  margin-top: 15px;
}
.cmshtml .support_name a {
  color: #000;
  text-decoration: none;
}
.cmshtml .support_link {
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .cmshtml .sec_support {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .support_txt {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .cmshtml .support_items > div {
    width: calc(33.333333% - 30px);
    margin: 0 15px 30px;
  }
  .cmshtml .support_box {
    border-radius: 10px;
    padding: 25px 10px;
  }
  .cmshtml .support_icon {
    width: 100px;
    height: 100px;
  }
  .cmshtml .support_name {
    font-size: 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .support_items {
    margin-bottom: 10px;
  }
  .cmshtml .support_txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .cmshtml .support_items > div {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 30px;
  }
}
/*------------------------------------------------------
3point
------------------------------------------------------*/
.cmshtml .sec_3point {
  background: url("../img/bg_3point.png") no-repeat top center;
  background-size: 100% 100%;
  padding: 170px 0 130px;
  margin-top: -70px;
  z-index: 3;
}
.cmshtml .inwrap_3point {
  max-width: 1400px;
  width: 92%;
  margin: 0 auto;
}
.cmshtml .point_tit {
  margin-bottom: 80px;
}
.cmshtml .point_tit span {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  display: inline-block;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.cmshtml .point_tit span:before {
  background-color: #FEB1C4;
  box-shadow: #FEB1C4 0 0 30px, #FEB1C4 0 0 30px, #FEB1C4 0 0 30px, #FEB1C4 0 0 30px, #FEB1C4 0 0 30px;
  border-radius: 50%;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s;
}
.cmshtml .point_tit span a {
  color: #fff;
  text-decoration: none;
}
.cmshtml .point_inwrap {
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .point_inwrap > div {
  width: calc(33.3333% - 42px);
}
.cmshtml .point_box {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  position: relative;
  opacity: 0;
}
.cmshtml .point_img {
  height: 240px;
}
.cmshtml .point_textbox {
  padding: 17px 25px;
  position: relative;
}
.cmshtml .pointBox_tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 17px;
}
.cmshtml .point_txt {
  font-weight: 500;
  line-height: 2;
}
.cmshtml .point_link {
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .cmshtml .sec_3point {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .point_tit {
    margin-bottom: 40px;
  }
  .cmshtml .point_inwrap > div {
    width: calc(33.3333% - 10px);
  }
  .cmshtml .point_textbox {
    padding: 10px;
  }
  .cmshtml .pointBox_tit {
    font-size: 16px;
  }
  .cmshtml .point_txt {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_3point {
    padding: 100px 0 60px;
  }
  .cmshtml .point_inwrap {
    margin-bottom: 30px;
  }
  .cmshtml .point_tit span {
    font-size: 30px;
    padding: 10px;
  }
  .cmshtml .point_tit span:before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .sec_3point {
    padding: 100px 0;
    background-size: 3000px 100%;
  }
  .cmshtml .point_inwrap > div {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  background: #FCFCFC;
  padding: 115px 4% 100px;
  margin-top: -40px;
  z-index: 1;
}
.cmshtml .info_inwrap {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .info_tit {
  margin-bottom: 55px;
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding-right: 15px;
  margin-bottom: 55px;
}
.cmshtml .news_div {
  border-bottom: 1px solid #707070;
  flex-flow: nowrap;
  padding: 20px 40px;
  position: relative;
}
.cmshtml .news_div:has(a):before {
  background-image: url("../img/arrow_gray.png");
  background-size: auto;
  background-position: center right;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .news_div:has(a):hover:before {
  background-image: url("../img/arrow.png");
}
.cmshtml .info_date {
  color: #191919;
  font-size: 18px;
  font-weight: 500;
  max-width: 90px;
  min-width: 90px;
  transition: all 0.3s;
}
.cmshtml .info_txt {
  color: #191919;
  font-size: 18px;
  font-weight: 500;
  margin-left: 45px;
  transition: all 0.3s;
}
.cmshtml .info_date a, .cmshtml .info_txt a {
  color: #191919;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .news_div:has(a):hover .info_date, .cmshtml .news_div:has(a):hover .info_txt, .cmshtml .news_div:has(a):hover .info_date a, .cmshtml .news_div:has(a):hover .info_txt a {
  color: #FD84A2;
}
.cmshtml .info_link {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .cmshtml .info_tit {
    margin-bottom: 30px;
  }
  .cmshtml .news_div {
    padding: 15px 40px 15px 20px;
  }
  .cmshtml .news_div:has(a):before {
    right: 10px;
  }
  .cmshtml .info_date {
    font-size: 16px;
    max-width: 80px;
    min-width: 80px;
  }
  .cmshtml .info_txt {
    font-size: 16px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .sec_info {
    margin-top: -80px;
    padding: 115px 4% 50px;
  }
  .cmshtml .info_tit {
    margin-bottom: 10px;
  }
  .cmshtml .scnews {
    margin-bottom: 30px;
  }
  .cmshtml .news_div {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 15px 40px 15px 10px;
  }
  .cmshtml .news_div:has(a):before {
    background-size: contain;
    width: 8px;
  }
  .cmshtml .info_date {
    font-size: 14px;
    max-width: none;
    min-width: 1px;
  }
  .cmshtml .info_txt {
    font-size: 14px;
    margin-left: 0;
  }
}
/*------------------------------------------------------
rec
------------------------------------------------------*/
.cmshtml .sec_rec {
  margin-top: 110px;
  padding: 0 4% 120px;
}
.cmshtml .rec_tit {
  margin-bottom: 70px;
}
.cmshtml .rec_inwrap {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cmshtml .rec_inwrap > div:nth-child(1) {
  width: 54%;
}
.cmshtml .rec_inwrap > div:nth-child(2) {
  width: 46%;
}
.cmshtml .rec_img {
  position: relative;
}
.cmshtml .rec_img img {
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  border-radius: 30px;
}
.cmshtml .rec_textbox {
  padding: 0 10px;
  position: relative;
}
.cmshtml .rec_catch_area {
  flex-flow: row-reverse;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 50px;
}
.cmshtml .rec_catch {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 1rem;
  padding: 0 18px;
  position: relative;
  opacity: 0;
}
.cmshtml .rec_catch:before {
  background-image: url(../img/about_catch_bdr.png);
  background-size: auto;
  background-position: top right;
  background-repeat: repeat-y;
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .rec_link {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_rec {
    margin-top: 60px;
    padding: 0 4% 120px;
  }
  .cmshtml .rec_catch {
    font-size: 26px;
    letter-spacing: 0.5rem;
    padding: 10px;
  }
  .cmshtml .rec_catch:before {
    width: 3px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .rec_tit {
    margin-bottom: 30px;
  }
  .cmshtml .rec_inwrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cmshtml .rec_inwrap > div:nth-child(1), .cmshtml .rec_inwrap > div:nth-child(2) {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .cmshtml .rec_textbox {
    margin-bottom: 60px;
  }
  .cmshtml .rec_catch_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .cmshtml .rec_catch {
    font-size: 18px;
    letter-spacing: 0.1rem;
    text-align: center;
    padding: 5px 10px;
  }
  .cmshtml .rec_catch:before {
    background-image: url(../img/h5_bdr.png);
    background-position: bottom right;
    background-repeat: repeat-x;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    top: auto;
    bottom: 0;
    right: 0;
  }
  .cmshtml .rec_img img {
    border-radius: 10px;
  }
}
/*------------------------------------------------------
bnr
------------------------------------------------------*/
.cmshtml .sec_bnr {
  margin: 35px auto 50px;
}
.cmshtml .bnr_tit {
  margin-bottom: 80px;
}
.cmshtml .bnr_inwrap {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .bnr_inwrap > div {
  width: calc(25% - 20px);
  margin: 0 10px 20px;
}
.cmshtml .bnr_img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  text-align: center;
  transition: all 0.3s;
}
.cmshtml .bnr_img a {
  display: block;
  transition: all 0.3s;
}
.cmshtml .bnr_img:has(a):hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0px 3px;
  transform: translateY(3px);
}
@media screen and (max-width: 1400px) {
  .cmshtml .bnr_tit {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_bnr {
    margin: 0 auto 50px;
  }
  .cmshtml .bnr_inwrap > div {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml .sec_bnr {
    margin: 0 auto 30px;
  }
  .cmshtml .bnr_inwrap > div {
    width: 100%;
    margin: 0 auto 20px;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  padding: 0 4% 75px;
  position: relative;
}
.cmshtml .f_inwrap {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 65px 0 0;
  position: relative;
}
.cmshtml .f_inwrap:before {
  background-image: url("../img/f_dot.png");
  background-repeat: repeat-x;
  background-size: auto;
  background-position: left top;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .f_contact {
  justify-content: space-between;
  max-width: 1180px;
  width: 100%;
  margin: 10px auto 25px;
}
.cmshtml .f_contact > div:first-child {
  width: 50%;
}
.cmshtml .f_contact > div:nth-child(2) {
  width: 47%;
}
.cmshtml .f_about {
  position: relative;
}
.cmshtml .f_logo {
  margin-bottom: 15px;
  position: relative;
}
.cmshtml .f_logo a {
  display: inline-block;
}
.cmshtml .f_address {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.cmshtml .f_flex {
  margin-bottom: 30px;
  align-items: center;
  position: relative;
}
.cmshtml .f_tel {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1px;
}
.cmshtml .f_btn {
  background: #FD84A2;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  margin-left: 25px;
}
.cmshtml .f_btn a {
  background: #FD84A2;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 5px 15px;
  transition: all 0.3s;
}
.cmshtml .f_btn a:hover {
  background: #FFA3B9;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0px 0px;
}
.cmshtml .access_area {
  background: #FFF2F5;
  box-shadow: #FFF2F5 0 0 10px, #FFF2F5 0 0 10px, #FFF2F5 0 0 10px;
  padding: 30px 20px 30px 30px;
  position: relative;
}
.cmshtml .train_box {
  padding: 10px 0;
  padding-left: 60px;
  margin-bottom: 20px;
  position: relative;
}
.cmshtml .train_box:before {
  background-image: url("../img/ico_train.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  content: "";
  display: block;
  width: 41px;
  height: 41px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .acc_tit {
  color: #0A0A0A;
  font-size: 17px;
  font-weight: 500;
}
.cmshtml .train_box .txt {
  color: #0A0A0A;
  font-size: 17px;
  font-weight: 500;
  margin-left: 20px;
}
.cmshtml .car_box {
  padding-top: 6px;
  padding-left: 60px;
  position: relative;
}
.cmshtml .car_box:before {
  background-image: url("../img/ico_car.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  content: "";
  display: block;
  width: 41px;
  height: 41px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .acc_tit {
  color: #0A0A0A;
  font-size: 17px;
  font-weight: 500;
}
.cmshtml .list_text {
  margin-left: 30px;
}
.cmshtml .list_text .txt {
  color: #0A0A0A;
  font-size: 17px;
  font-weight: 500;
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
}
.cmshtml .list_text .txt:before {
  background-color: #FEA6BC;
  border-radius: 50%;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 11px;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .f_map {
  padding-left: 20px;
  position: relative;
}
.cmshtml .f_map iframe {
  width: 100%;
  max-height: 490px;
}
.cmshtml #copy {
  max-width: 1180px;
  width: 100%;
  margin: 10px auto 0;
}
.cmshtml .copyright {
  color: #000;
  font-size: 11px;
}
.cmshtml .copyright, .cmshtml .copyright * {
  text-decoration: none;
}
.cmshtml .copyright a {
  color: #000;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1300px) {
  .cmshtml #footer {
    padding: 0 4% 30px;
  }
  .cmshtml .access_area {
    padding: 20px;
  }
  .cmshtml .acc_tit, .cmshtml .train_box .txt, .cmshtml .list_text .txt {
    font-size: 14px;
  }
  .cmshtml .list_text .txt {
    padding-left: 15px;
  }
  .cmshtml .f_map iframe {
    max-height: 400px;
  }
}
@media screen and (max-width: 1100px) {
  .cmshtml .f_inwrap {
    padding: 30px 0 0;
  }
  .cmshtml .f_flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .cmshtml .f_btn {
    font-size: 14px;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 801px) {
  .cmshtml .f_inwrap {
    padding: 30px 0 0;
  }
  .cmshtml .access_area {
    padding: 20px 20px 10px;
  }
  .cmshtml .train_box, .cmshtml .car_box {
    display: block;
  }
  .cmshtml .train_box .txt, .cmshtml .list_text {
    margin-left: 0;
  }
  .cmshtml .list_text .txt {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 800px) {
  .cmshtml .f_logo {
    text-align: center;
  }
  .cmshtml .f_address {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
  }
  .cmshtml .f_tel {
    font-size: 22px;
  }
  .cmshtml .f_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cmshtml .access_area {
    padding: 20px 20px 10px;
  }
  .cmshtml .f_contact > div:first-child, .cmshtml .f_contact > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .train_box {
    display: block;
    padding-top: 0;
  }
  .cmshtml .train_box .txt {
    margin-left: 0;
  }
  .cmshtml .train_box:before {
    top: 0;
    bottom: auto;
  }
  .cmshtml .car_box {
    display: block;
  }
  .cmshtml .list_text {
    margin-left: 0;
  }
  .cmshtml .f_map {
    margin-top: 30px;
    padding-left: 0;
  }
  .cmshtml .f_map iframe {
    max-height: 200px;
  }
  .cmshtml .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml .acc_tit, .cmshtml .train_box .txt, .cmshtml .list_text .txt {
    font-size: 12px;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  background: #780e29;
  padding: 40px 2.5% 150px;
  position: relative;
}
.cmshtml #title_wrap:before {
  background-image: url(../img/star.png);
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 22%;
  height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  transition: all 0.3s;
  pointer-events: none;
}
.cmshtml #title_wrap:after {
  background-image: url("../img/mv_filter.png");
  background-repeat: repeat-x;
  background-size: auto;
  background-position: left -35% bottom -3px;
  content: "";
  display: block;
  width: 100%;
  height: 52px;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: all 0.3s;
}
.cmshtml #title_wrap .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml #title_wrap .bg_image img {
  opacity: 0.8;
}
.cmshtml #title_wrap .inwrap {
  position: relative;
  z-index: 2;
}
.cmshtml .pt_logo {
  margin-bottom: 100px;
  position: relative;
}
.cmshtml .logo_img {
  position: relative;
}
.cmshtml .title_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cmshtml .page_title, .cmshtml .page_title a {
  color: #fff;
}
.cmshtml .page_title {
  text-align: center;
}
.cmshtml .page_title01 {
  border-bottom: 2px solid #fff;
  font-size: 46px;
  letter-spacing: 0.5rem;
  text-shadow: #FBF200 0 0 10px;
  margin-bottom: 15px;
  padding: 0 45px;
  padding-bottom: 5px;
}
.cmshtml .page_title02 {
  font-size: 27px;
  letter-spacing: 0.5rem;
  padding: 0 10px;
}
/*---------------
subpage contents
---------------*/
.cmshtml .subpage_contents {
  padding: 65px 0 200px;
  position: relative;
}
.cmshtml .subpage_contents:before {
  background-image: url("../img/bg-nami.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  content: "";
  display: block;
  width: 100%;
  height: 560px;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.3s;
    pointer-events: none;
}
.cmshtml .subpage_contents > * {
  max-width: 1200px;
  width: 92%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
/*---------------
blog contents
---------------*/
.cmshtml .blog_frame .subpage_contents {
  padding: 65px 0 200px;
  position: relative;
  min-height: 500px;
}
.cmshtml .module_blogwrapper {
  background: #fff;
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
.cmshtml #contents .module_blog {
  padding-right: 20px;
  margin: 0 !important;
  width: 70%;
}
.cmshtml .module_side {
  background: #FFF2F5;
  border-radius: 6px;
  width: 30%;
  padding: 20px;
}
/*---------------
page link
---------------*/
.cmshtml .page_link {
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
}
.cmshtml .page_link > *:not(:last-child) {
  margin-right: 30px;
}
.cmshtml .p_link, .cmshtml .p_link a {
  color: #fea6bc;
}
.cmshtml .p_link {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.cmshtml .page_link .p_link a {
  display: inline-block;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
}
.cmshtml .page_link .p_link a:hover {
  text-decoration: underline;
}
.cmshtml .page_link .p_link a:after {
  background: #fea6bc;
  content: "";
  margin: auto;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
/*---------------
h2 - h6
---------------*/
.cmshtml .rdplanetitle h2, .cmshtml .rdplanetitle h3, .cmshtml .rdplanetitle h4, .cmshtml .rdplanetitle h5, .cmshtml .rdplanetitle h6 {
  display: block;
  font-weight: 500;
  margin: auto;
  position: relative;
}
.cmshtml .rdplanetitle h2, .cmshtml .rdplanetitle h4, .cmshtml .rdplanetitle h5, .cmshtml .rdplanetitle h6, .cmshtml .rdplanetitle h2 *, .cmshtml .rdplanetitle h4 *, .cmshtml .rdplanetitle h5 *, .cmshtml .rdplanetitle h6 * {
  font-family: "Noto Sans JP", sans-serif;
}
.cmshtml .rdplanetitle h2 {
  border-bottom: 3px solid #FD84A2;
  color: #181818;
  font-size: 25px !important;
  font-weight: 600 !important;
  padding: 0 10px 8px;
}
.cmshtml .rdplanetitle h3 {
  background: #FEA6BC;
  border-radius: 14px;
  color: #fff;
  font-size: 23px !important;
  font-weight: 600 !important;
  padding: 4px 30px;
  position: relative;
}
.cmshtml .rdplanetitle h3 a {
  color: #fff;
  text-decoration: none;
}
.cmshtml .rdplanetitle h4 {
  display: inline-block;
  color: #2E2E2E;
  font-size: 25px !important;
  font-weight: 600 !important;
  padding: 0 20px 0 15px;
  z-index: 1;
}
.cmshtml .rdplanetitle h4:before {
  background-color: #F9C5CE;
  content: "";
  display: block;
  width: 100%;
  height: 31%;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.cmshtml .rdplanetitle h5 {
  display: inline-block;
  color: #2E2E2E;
  font-size: 25px !important;
  font-weight: 600 !important;
  padding: 0 20px 11px 15px;
  z-index: 1;
}
.cmshtml .rdplanetitle h5:before {
  background: url("../img/h5_bdr.png") repeat-x left bottom;
  background-size: auto;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.cmshtml .rdplanetitle h6 {
  color: #2E2E2E;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding-left: 35px;
}
.cmshtml .rdplanetitle h6:before {
  background-image: url("../img/h6_star.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  content: "";
  display: block;
  width: 22px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
/*---------------
list block
---------------*/
.cmshtml .list01_inwrap {
  list-style: disc !important;
  padding-left: 20px;
  max-width: 1160px;
}
.cmshtml .list01_inwrap li {
  list-style: disc !important;
  display: list-item;
  color: #FEA6BC;
  font-weight: 600;
  padding: 0;
  position: relative;
}
.cmshtml .list02_inwrap {
  list-style: disc !important;
  padding-left: 20px;
  max-width: 1160px;
}
.cmshtml .list02_inwrap li {
  list-style: decimal !important;
  color: #FEA6BC;
  font-weight: 500;
  display: list-item;
  padding: 0;
  position: relative;
}
.cmshtml .list01_inwrap li .intxt, .cmshtml .list02_inwrap li .intxt {
  color: #333;
  font-weight: 500;
}
/*---------------
mark btn
---------------*/
.cmshtml .mark_btn {
  background: #FFF6F8;
  border-left: 20px solid #FEA6BC;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  padding-left: 20px;
  position: relative;
}
.cmshtml .mark_btn:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  z-index: 2;
  transform: rotate(45deg);
}
.cmshtml .mark_btn .link_btn01 {
  text-align: right;
}
.cmshtml .mark_btn .link_btn01 a {
  background: #fff;
  border-radius: 0;
  border: 1px solid #FEA6BC;
  display: inline-block;
  color: #FEA6BC;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  min-width: 1px;
  transition: all 0.3s;
}
.cmshtml .mark_btn .link_btn01 a:hover {
  background: #FEA6BC;
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 2px solid #FEA6BC;
  align-items: center;
  flex-flow: nowrap;
  margin-top: 30px;
  padding-bottom: 10px;
}
.cmshtml .ico_title02 {
  border-bottom: none;
}
.cmshtml .ico_title > div:first-child {
  max-width: 80px;
  min-width: 80px;
  text-align: right;
}
.cmshtml .tit_txt {
  color: #FEA6BC;
  font-size: 24px;
  padding-left: 20px;
}
/*---------------
faq
---------------*/
.cmshtml .faq {
  /*border-bottom: 1px solid #ededed;*/
  padding: 20px 0;
}
.cmshtml .qa_q {
  margin-bottom: 20px;
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_a {
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_q:before, .cmshtml .qa_a:before {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin: auto;
  padding: 10px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.cmshtml .qa_q:before {
  background: #FEA6BC;
  content: "Q";
}
.cmshtml .qa_a:before {
  background: #888;
  content: "A";
}
.cmshtml .qa_q > div, .cmshtml .qa_a > div {
  max-width: calc(100% - 50px);
  margin-left: auto;
  position: relative;
}
.cmshtml .qa_q > div {
  padding: 10px 0px;
}
.cmshtml .qa_a > div {
  background: #fff;
  border: 1px solid #ededed;
  padding: 10px 20px;
}
.cmshtml .qa_a > div:before {
  background: #fff;
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
  content: "";
  display: block;
  margin: auto;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6px;
  z-index: 2;
  transform: rotateZ(-45deg);
}
/*---------------
bt line
---------------*/
.cmshtml .bt_line {
  justify-content: flex-start;
  flex-flow: nowrap;
}
.cmshtml .bt_line > div {
  padding: 20px;
}
.cmshtml .bt_line > div:first-child {
  border-bottom: 2px solid #FD84A2 !important;
  padding-right: 20px;
  width: 20%;
}
.cmshtml .bt_line > div:nth-child(2) {
  border-bottom: 1px solid #2B2B2B !important;
  width: 80%;
}
.cmshtml .bt_line .date {
  color: #FD84A2;
  font-weight: 500;
  justify-content: center;
}
/*---------------
img text
---------------*/
.cmshtml .img_txt {
  align-items: flex-start;
  margin-bottom: 90px;
  position: relative;
}
.cmshtml .img_div {
  width: 32%;
  position: relative;
  z-index: 3;
}
.cmshtml .txt_div {
  background: #FFF6F8;
  box-shadow: #FFF6F8 0 0 20px, #FFF6F8 0 0 20px;
  line-height: 2;
  padding: 30px;
  padding-left: 6%;
  width: 68%;
  position: relative;
  z-index: 2;
  transform: translate(-3%, 0);
  margin-top: 80px;
}
.cmshtml .img_txt02 .txt_div {
  padding: 30px;
  padding-right: 6%;
  transform: translate(3%, 0);
}
/*---------------
column3_bnr_items
---------------*/
.cmshtml .column3_bnr_items {
  position: relative;
  margin-bottom: 60px;
}
.cmshtml .column3_bnr_items > div {
  width: calc(33.333333% - 70px);
  margin: 0 35px 40px;
}
.cmshtml .column3_bnr_box {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  border-radius: 30px;
  padding: 25px 10px 35px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .column3_bnr_box:has(a):hover {
  box-shadow: #FEB1C4 0 0 36px;
}
.cmshtml .column3_bnr_icon {
  background: #FBE7EC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 145px;
  margin: 0 auto;
}
.cmshtml .column3_bnr_icon a:hover img {
  opacity: 1;
}
.cmshtml .column3_bnr_name {
  font-size: 30px;
  font-weight: 600;
  margin-top: 15px;
}
.cmshtml .column3_bnr_name a {
  color: #000;
  text-decoration: none;
}
/*---------------
stepbox
---------------*/
.cmshtml .stepbox {
  margin-bottom: 60px;
}
.cmshtml .stepbox > div + div {
  margin-top: 40px;
}
.cmshtml .step_div {
  background: #fff;
  border: 1px solid #FEA6BC;
  position: relative;
}
.cmshtml .step_div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cmshtml .step_div > div:first-child {
  max-width: 205px;
  min-width: 205px;
}
.cmshtml .step_div > div:nth-child(2) {
  max-width: calc(100% - 205px);
}
.cmshtml .step_div > div + div {
  border-left: 1px solid #FEA6BC;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #FEA6BC;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  padding: 10px 30px;
  position: relative;
}
.cmshtml .stepbox > div:not(:last-child) .step_num:after {
  border: 30px solid transparent;
  border-top: 20px solid #FEA6BC;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
.cmshtml .step_txt {
  padding: 10px;
}
.cmshtml .one_side.step_div {
  padding: 20px 30px;
}
.cmshtml .one_side.step_div > div {
  display: block;
  border: none;
}
.cmshtml .one_side.step_div > div:first-child, .cmshtml .one_side.step_div > div:nth-child(2) {
  max-width: none;
  min-width: 1px;
}
.cmshtml .stepbox > div.one_side.step_div:not(:last-child):after {
  border: 30px solid transparent;
  border-top: 20px solid #FEA6BC;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
/*---------------
floor
---------------*/
.cmshtml .floor {
  margin: 60px auto 120px;
  position: relative;
  z-index: 1;
}
.cmshtml .floor_tab {
  justify-content: center;
}
.cmshtml .floor_tab > div {
  background: #FEA6BC;
  display: block !important;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  max-width: 200px;
  width: calc(33.333% - 10px);
  margin: 0 5px;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}
.cmshtml .floor_tab > div:hover, .cmshtml .floor_tab > div.active {
  background: #FFF6F8;
  color: #FEA6BC;
}
.cmshtml .floor_imgs {
  background: #FFF6F8;
  padding: 30px 2%;
}
.cmshtml .floor_imgs > div {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .floor_box {
  display: none;
}
.cmshtml .floor_box.active {
  display: block;
}
.cmshtml .floor_tit {
  color: #666;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .floor_inwrap {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
}
.cmshtml .floor_map {
  margin-bottom: 40px;
}
.cmshtml .in_imgs > div {
  width: calc(33.3333% - 20px);
  margin: 0 10px 20px;
}
/*---------------
num_step
---------------*/
.cmshtml .num_step {
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .ns_box {
  background: #fff;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 30px 35px 30px 55px;
  position: relative;
}
.cmshtml .ns_box > div:nth-child(1) {
  width: 62px;
}
.cmshtml .ns_box > div:nth-child(2) {
  width: calc(100% - 62px);
}
.cmshtml .num_txt {
  background: #FEA6BC;
  box-shadow: #FEA6BC 0 0 20px, #FEA6BC 0 0 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  width: 60px;
  height: 60px;
}
.cmshtml .ns_flex {
  display: flex;
  align-items: center;
  padding-left: 50px;
  position: relative;
}
.cmshtml .ns_tit {
  color: #2B2B2B;
  font-size: 23px;
  font-weight: 600;
  min-width: 180px;
}
.cmshtml .ns_txt {
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 500;
}
/*---------------
time_line
---------------*/
.cmshtml .time_line {
  position: relative;
  margin-bottom: 60px;
}
.cmshtml .tl_box {
  display: flex;
  position: relative;
}
.cmshtml .tl_box > div:nth-child(1) {
  width: 110px;
}
.cmshtml .tl_box > div:nth-child(2) {
  width: calc(100% - 110px);
}
.cmshtml .tl_time {
  color: #2B2B2B;
  font-size: 23px;
  font-weight: 600;
  padding-top: 45px;
}
.cmshtml .tl_about {
  padding-top: 45px;
  padding-left: 70px;
  padding-bottom: 65px;
  position: relative;
}
.cmshtml .tl_about:before {
  background-color: #707070;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .tl_about:after {
  background-color: #FEA6BC;
  border-radius: 50%;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 55px;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .tl_tit {
  color: #2B2B2B;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}
.cmshtml .tl_txt {
  color: #2B2B2B;
}
.cmshtml .tl_box.no_time > div:nth-child(1), .cmshtml .tl_box.no_time > div:nth-child(2) {
  width: auto;
}
.cmshtml .tl_box.no_time > div.tl_about {
  width: calc(100% - 110px);
  margin-left: auto;
}
/*---------------
accordion
---------------*/
.cmshtml .accordion_blk {
  margin-top: 35px;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .acco_box {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ccc;
  display: block;
  text-align: left;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
}
.cmshtml .acco_box:before {
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 23px;
  left: 22px;
}
.cmshtml .acco_tit {
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 45px 15px 65px !important;
  position: relative;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .acco_tit:after {
  transform: rotate(90deg);
}
.cmshtml .acco_tit.active:after {
  transform: rotate(0deg);
}
.cmshtml .hide_area {
  display: none;
  border-top: 1px solid #ededed;
  padding: 15px 3%;
  padding-left: 65px;
}
.cmshtml .hide_area > * + * {
  margin-top: 15px;
}
.cmshtml .acco_box:before {
  border: 5px solid #FEA6BC;
}
.cmshtml .acco_box .acco_tit {
  color: #FEA6BC;
}
.cmshtml .acco_box .acco_tit:before, .cmshtml .acco_box .acco_tit:after {
  background: #FEA6BC;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .acco_tit:after {
  transform: rotate(90deg);
}
/*---------------
faq accordion
---------------*/
.cmshtml .faq_acco {
  display: block;
  margin-bottom: 30px;
  position: relative;
}
.cmshtml .faq_acco_tit {
  border-radius: 10px;
  background: #FFF3F5;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  padding: 15px 50px 15px 100px !important;
  margin: 20px auto 0;
  position: relative;
}
.cmshtml .faq_acco .faq_acco_tit:before {
  border-radius: 0;
  border: none;
  content: "Q";
  color: #FEA6BC;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  position: absolute;
  top: 15px;
  left: 45px;
  transition: all 0.3s;
}
.cmshtml .faq_acco_tit:after {
  background-image: url("../img/acco_close.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right;
  content: "";
  display: block;
  width: 18px;
  height: 100%;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .faq_acco_tit.active {
  background: #FEA6BC;
  color: #fff;
  margin-bottom: 20px;
}
.cmshtml .faq_acco_tit.active a {
  color: #fff;
}
.cmshtml .faq_acco_tit.active:before {
  color: #fff;
}
.cmshtml .faq_acco_tit.active:after {
  background-image: url("../img/acco_open.png");
}
.cmshtml .faq_hide_area {
  border-radius: 10px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  border: 1px solid #fff;
  padding: 60px 65px 60px 120px;
  position: relative;
  display: none;
}
.cmshtml .faq_hide_area:before {
  background: #FEA6BC;
  border-radius: 50%;
  box-shadow: #FEA6BC 0 0 10px, #FEA6BC 0 0 10px, #FEA6BC 0 0 10px;
  border: none;
  content: "A";
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 50px;
  height: 50px;
  padding-bottom: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  transition: all 0.3s;
}
.cmshtml .faq_hide_area > * + * {
  margin-top: 15px;
}
/*---------------
img mask
---------------*/
.cmshtml .img_blackMask {
  position: relative;
}
.cmshtml .img_blackMask > div {
  background: #000;
  position: relative;
  overflow: hidden;
}
.cmshtml .img_blackMask img {
  opacity: 0.5;
  transition: all 0.3s;
}
.cmshtml .img_blackMask > div img {
  max-width: none;
  width: 100%;
  height: auto;
}
.cmshtml .img_blackMask > div:hover img {
  opacity: 0.9;
  transform: scale(1.1);
}
.cmshtml .img_blackMask .mask_txt {
  color: #FFF;
  position: absolute;
  margin: auto;
  font-size: 24px;
  left: 0;
  top: 0;
  background: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}
.cmshtml .bnr_box.img_blackMask > div img {
  opacity: 1;
}
.cmshtml .bnr_box.img_blackMask .mask_txt {
  text-shadow: #000 0 0 2px, #000 0 0 2px, #000 0 0 2px, #000 0 0 2px;
  font-size: 30px;
}
.cmshtml .img_blackMask .mask_txt, .cmshtml .img_blackMask .mask_txt p, .cmshtml .img_blackMask .mask_txt a {
  color: #FFF;
}
/*---------------
zoom-img
---------------*/
.cmshtml .zoom-img {
  background: #000;
  overflow: hidden;
  padding: 0 !important;
}
.cmshtml .zoom-img img {
  opacity: 0.6;
  transition: all 0.3s;
  width: 100%;
  height: auto;
  max-width: none;
}
.cmshtml .zoom-img:hover img {
  transform: scale(1.1);
  opacity: 1;
}
/*---------------
preset
---------------*/
.cmshtml .bg_fixed {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: none !important;
  width: 100% !important;
  transform: none !important;
}
.cmshtml .bg_fixed:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .cmshtml .bg_fixed {
    background-attachment: scroll;
  }
}
.cmshtml .rounded_rectangle img {
  border-radius: 6px;
}
.cmshtml .catalogdetail_tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.cmshtml .catalogdetail_tags > div {
  margin: 0 5px 5px 0 !important;
  display: block;
  padding: 2px 5px !important;
  border: 1px solid #FFF6F8;
  border-radius: 2px;
  background-color: #F5F7F8;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.cmshtml .module {
  max-width: 1180px;
}
.cmshtml .mini_module {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .maxWidth_1000 {
  max-width: 1000px;
}
.cmshtml .maxWidth_900 {
  max-width: 900px;
}
.cmshtml .maxWidth_800 {
  max-width: 800px;
}
.cmshtml .maxWidth_700 {
  max-width: 700px;
}
.cmshtml .maxWidth_600 {
  max-width: 600px;
}
.cmshtml .max_module {
  max-width: none;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}