@charset "UTF-8";
/*------------------------------------------------------
common
------------------------------------------------------*/
.cmshtml {
  overflow-y: scroll;
  box-sizing: border-box;
}
.cmshtml .rdplanetext, .cmshtml .rdplanetext td, .cmshtml .rdplanetext th, .cmshtml .rdplanetext p, .cmshtml .rdBreadcrumbItem, .cmshtml .rdListExcerpt, .cmshtml .rdCalendar th, .cmshtml .rdCalendar td, .cmshtml .rdnewArticle-ContDate, .cmshtml .rdCalendar-yearmonth, .cmshtml dt, .cmshtml dd {
  color: #333;
font-weight: 500;
}
.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;
  margin: 0;
  box-sizing: border-box;
}
.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: #000;
  text-decoration: underline;
}
.cmshtml a:hover {
  text-decoration: none;
}
.cmshtml a img {
  transition: all 0.3s;
}
.cmshtml a:hover img {
  opacity: 0.8;
}
.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;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  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;
}
/*------------------------------------------------------
link btn
------------------------------------------------------*/
.cmshtml .link_btn {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
.cmshtml .link_btn a {
  background: url("../img/btn_bg.png") no-repeat center;
  background-size: 100% 100%;
  color: #000;
  display: inline-block;
  padding: 10px 50px 10px 25px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .link_btn a:before {
  border: 1px solid #333;
  background: white;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s;
}
.cmshtml .link_btn a:after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  z-index: 0;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cmshtml .link_btn a:hover:before {
  border-color: transparent;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  opacity: 0.9;
}
.cmshtml .link_btn02 {
  color: #222;
  position: relative;
  font-weight: 700;
}
.cmshtml .link_btn02 a {
  background: #fff;
  border: #222 1px solid;
  display: inline-block;
  color: #222;
  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 {
  border: 1px solid #fff;
  background: linear-gradient(to right, #E40308, #F28000, #FFE000);
  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: 10px;
  padding-right: 10px;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn, .cmshtml .link_btn02 {
    font-size: 14px;
  }
  .cmshtml .link_btn a {
    padding: 5px 50px 5px 25px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 17px 55px 17px 25px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.3s;
}
.cmshtml #header > h1 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -9999px;
  top: -9999px;
  z-index: -1;
}
.cmshtml .logo {
  position: relative;
}
.cmshtml .logo a {
  display: inline-block;
}
@media screen and (min-width: 1001px) {
  .cmshtml #header.fixed {
    background: #f5f5f5;
  }
  .cmshtml #navigation > *:not(:last-child) {
    margin-right: 30px;
  }
  .cmshtml .li_txt a:after, .cmshtml .h_li a:after, .cmshtml .menu_tit:after {
    background: linear-gradient(to left, #E40308, #F28000, #FFE000, #008026, #004DEF, #E40308);
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease;
    opacity: 0;
  }
  .cmshtml .drop-menu:hover .li_txt a:after, .cmshtml .h_li a:hover:after, .cmshtml .mega_menu:hover .menu_tit:after {
    opacity: 1;
  }
  .cmshtml .drop-menu:hover .li_txt a {
    color: #444;
  }
}
/*------------------------------------------------------
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: 14px;
  font-weight: 600;
}
.cmshtml .li_txt a, .cmshtml .h_li a {
  color: #333;
  display: inline-block;
  position: relative;
}
.cmshtml .h_li a:hover {
  color: #444;
}
.cmshtml .li_ico_btn {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 48px;
}
.cmshtml .li_ico_btn:hover img {
  opacity: 0;
}
.cmshtml .h_ico_cart {
  background-image: url("../img/cart_rainbow.png");
}
.cmshtml .h_ico_mail {
  background-image: url("../img/mail_rainbow.png");
}
/*------------------------------------------------------
drop menu
------------------------------------------------------*/
.cmshtml .nav_drop {
  background: #F5F5F5;
  display: none;
  width: 100%;
  min-width: 150px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
.cmshtml .drop_li {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.cmshtml .drop_li a {
  color: #222;
  display: block;
  padding: 8px 0;
  padding-left: 30px;
  position: relative;
}
.cmshtml .drop_li a:before {
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  margin: auto;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
  transition: all 0.3s;
  opacity: 0;
}
.cmshtml .drop_li a:hover {
  background: linear-gradient(to right, #eedb00, #ff3a4b);
  background: #666;
  color: #fff;
}
.cmshtml .drop_li a:hover:before {
  opacity: 1;
}
/*-----------------
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: 600;
  text-align: left;
  transition: all 0.3s;
  position: relative;
  display: block;
  padding: 10px 30px;
}
.cmshtml .ub_txt:before {
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  margin: auto;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
  transition: all 0.3s;
  opacity: 0;
}
.cmshtml .drop_ub:hover .ub_txt:before {
  opacity: 1;
}
.cmshtml .ub_txt:after {
  background: #999;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
  transition: all 0.3s;
}
.cmshtml .ub_list {
  background: #F5F5F5;
  display: none;
}
.cmshtml .ub_li {
  font-size: 12px;
  font-weight: 600;
  transition: all 0.3s;
}
.cmshtml .ub_li a {
  color: #222;
  text-decoration: none;
  display: block;
  padding: 10px;
  transition: all 0.3s;
}
@media screen and (min-width: 1001px) {
  .cmshtml .ub_list {
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0%;
    z-index: 10;
  }
  .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: linear-gradient(to right, #eedb00, #ff3a4b);
    background: #666;
  }
  .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 {
    background: #fff;
  }
}
/*------------------------------------------------------
selectlang
------------------------------------------------------*/
.cmshtml .selectlang {
  position: relative;
}
.cmshtml .selectlang_btn {
  background: #222;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px;
  transition: ease .2s;
}
.cmshtml .selectlang:hover .selectlang_btn {
  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: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 20px;
  transition: all 0.3s;
}
.cmshtml .selectlang_inner a:hover {
  background: linear-gradient(to right, #eedb00, #ff3a4b);
  color: #fff;
}
.cmshtml .selectlang.open_menu .selectlang_btn {
  background: linear-gradient(to right, #eedb00, #ff3a4b);
}
@media screen and (min-width: 1001px) {
  .cmshtml .selectlang_btn:hover {
    background: linear-gradient(to right, #eedb00, #ff3a4b);
  }
  .cmshtml .selectlang_inner {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    width: 240px;
    position: absolute;
    top: auto;
    right: 0;
    z-index: 100;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .selectlang_inner > div {
    border-top: 1px dashed #666;
  }
  .cmshtml .selectlang_inner a {
    font-size: 12px;
    padding: 6px 20px;
  }
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  position: relative;
}
.cmshtml .mv_wrap:after {
  background: url("../img/mv_filter.png") no-repeat;
  background-size: auto 135%;
  background-position: right center;
  content: "";
  display: block;
  width: 39%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml #mainvisual {
  padding-top: 140px;
  position: relative;
}
.cmshtml #slide_wrap {
  height: 625px;
  position: relative;
}
.cmshtml #slide_wrap div {
  width: 100%;
  height: 100%;
}
.cmshtml .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
    /* 拡大率 */
  }
}
.cmshtml .catchcopy {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  margin: auto;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .catch_txt, .cmshtml .sub_copy {
  width: 100%;
  max-width: 600px;
}
.cmshtml .catch_txt {
  font-size: 66px;
  font-weight: 600;
}
.cmshtml .sub_copy {
  padding: 0 10px;
}
.cmshtml .mv_copy {
  max-width: 65%;
  margin-left: auto;
  text-align: right;
  padding-right: 25px;
}
@media screen and (max-width: 1500px) {
  .cmshtml #mainvisual {
    padding-top: 100px;
  }
  .cmshtml #slide_wrap {
    height: 500px;
  }
  .cmshtml .catch_txt {
    font-size: 50px;
    font-weight: 600;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .mv_wrap:after {
    width: 34%;
  }
  .cmshtml #mainvisual {
    padding-top: 0;
  }
  .cmshtml .catchcopy {
    background: rgba(255, 255, 255, 0.6);
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  .cmshtml .catch_txt, .cmshtml .sub_copy {
    max-width: 500px;
  }
  .cmshtml .catch_txt {
    font-size: 36px;
  }
  .cmshtml .mv_copy {
    max-width: 50%;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .mv_wrap:after {
    width: 60%;
  }
  .cmshtml #slide_wrap {
    height: 400px;
  }
  .cmshtml .catch_txt, .cmshtml .sub_copy {
    max-width: 400px;
  }
  .cmshtml .catch_txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml #slide_wrap {
    height: 300px;
  }
  .cmshtml .catch_txt, .cmshtml .sub_copy {
    max-width: 300px;
  }
  .cmshtml .catch_txt {
    font-size: 22px;
  }
  .cmshtml .mv_copy {
    max-width: 70%;
    padding-right: 10px;
  }
}
/*------------------------------------------------------
sec_tit
------------------------------------------------------*/
.cmshtml .sec_tit {
  text-align: center;
}
.cmshtml .sec_tit .intxt {
  background: url("../img/ico_tit.png") no-repeat left center;
  padding-left: 60px;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_tit .intxt {
    background-size: 30px auto;
    padding-left: 40px;
    font-size: 20px;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  background: #fff;
  padding: 150px 4% 110px;
}
.cmshtml .info_tit {
  margin-bottom: 50px;
}
.cmshtml .info_tags {
  justify-content: center;
  margin-bottom: 45px;
}
.cmshtml .info_tag {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 5px;
  margin: 0 30px;
  position: relative;
}
.cmshtml .info_tag:after {
  background: url("../img/rainbow_bar.png") no-repeat left bottom;
  background-size: 100% auto;
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s;
}
.cmshtml .info_tag.active:after {
  opacity: 1;
}
.cmshtml .info_area {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto 50px;
  position: relative;
}
.cmshtml .info_area .wrap {
  display: none;
}
.cmshtml .info_area .wrap.active {
  opacity: 1;
}
.cmshtml .info_group {
  padding: 0 75px;
  position: relative;
  display: none;
}
.cmshtml .info_group .slick-prev, .cmshtml .info_group .slick-next {
  background: url("../img/bg_bl.jpg") no-repeat center;
  background-size: 100% 100%;
  width: 45px;
  height: 45px;
  transition: all 0.3s;
}
.cmshtml .info_group .slick-prev:hover, .cmshtml .info_group .slick-next:hover {
  background-image: url("../img/bg_rainbow.png");
}
.cmshtml .info_group .slick-prev:before, .cmshtml .info_group .slick-next:before {
  background: #fff;
  font-size: unset;
  width: 11px;
  height: 16px;
  display: block;
  margin: auto;
  opacity: 1;
}
.cmshtml .info_group .slick-prev:before {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.cmshtml .info_group .slick-next:before {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.cmshtml .info_group .slick-prev {
  left: 0;
  right: auto;
}
.cmshtml .info_group .slick-next {
  left: auto;
  right: 0;
}
.cmshtml .info_img {
  height: 235px;
}
.cmshtml .info_box {
  align-items: center;
  margin: 0 25px;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .info_box:hover {
  background: #F5F5F5;
}
.cmshtml .info_inbox {
  padding: 15px 10px;
  position: relative;
}
.cmshtml .box_tag {
  background: #000000;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 0px 11px;
  margin-right: 15px;
}
.cmshtml .box_tag a {
  color: #fff;
}
.cmshtml .info_date {
  font-size: 15px;
}
.cmshtml .info_textbox {
  margin-top: 15px;
  width: 100%;
  padding-right: 55px;
  position: relative;
}
.cmshtml .info_textbox:before {
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .info_textbox:after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  right: 26px;
  top: 0;
  bottom: 0;
  z-index: 0;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cmshtml .info_box:hover .info_textbox:before {
  background: #000;
}
.cmshtml .info_box:hover .info_textbox:after {
  border-color: #fff;
}
.cmshtml .info_txt {
  font-weight: 600;
}
.cmshtml .info_link {
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .cmshtml .info_tit {
    margin-bottom: 30px;
  }
  .cmshtml .info_tags {
    margin-bottom: 30px;
  }
  .cmshtml .info_tag {
    font-size: 16px;
    margin: 0 15px;
  }
  .cmshtml .info_area {
    margin: 0 auto 20px;
  }
  .cmshtml .info_group {
    padding: 0 45px;
  }
  .cmshtml .info_box {
    margin: 0 10px;
  }
  .cmshtml .info_textbox {
    margin-top: 10px;
    padding-right: 30px;
  }
  .cmshtml .info_textbox:before {
    right: 0;
  }
  .cmshtml .info_textbox:after {
    right: 11px;
  }
  .cmshtml .info_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_info {
    padding: 60px 4%;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_info {
    padding: 30px 4% 60px;
  }
  .cmshtml .info_tit {
    margin-bottom: 20px;
  }
  .cmshtml .info_group {
    padding: 0;
  }
  .cmshtml .info_group .slick-prev, .cmshtml .info_group .slick-next {
    width: 30px;
    height: 30px;
  }
  .cmshtml .info_tags {
    margin-bottom: 15px;
  }
  .cmshtml .info_tag {
    font-size: 14px;
    margin: 0 5px;
  }
  .cmshtml .info_tag:after {
    height: 2px;
  }
}
/*------------------------------------------------------
about
------------------------------------------------------*/
.cmshtml .sec_about {
  margin-bottom: 175px;
}
.cmshtml .sec_about > div:nth-child(1) {
  width: 74%;
}
.cmshtml .sec_about > div:nth-child(2) {
  width: 51%;
}
.cmshtml .about_img {
  position: relative;
  z-index: 1;
}
.cmshtml .sec_about .about_textbox {
  background: white;
  padding: 50px 13.5% 80px 3%;
  position: absolute;
  right: 0;
  top: 74px;
  z-index: 10;
}
.cmshtml .about_tit {
  background: url(../img/rainbow_bar.png) no-repeat left bottom;
  background-size: auto;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 18px;
}
.cmshtml .about_txt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .cmshtml .sec_about > div:nth-child(2) {
    width: 55%;
  }
  .cmshtml .sec_about .about_textbox {
    padding: 40px 4%;
    top: 30px;
  }
  .cmshtml .about_txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_about {
    display: flex;
  }
  .cmshtml .sec_about > div:nth-child(1) {
    width: 40%;
  }
  .cmshtml .sec_about > div:nth-child(2) {
    width: 60%;
  }
  .cmshtml .about_img {
    height: auto;
  }
  .cmshtml .sec_about .about_textbox {
    padding: 40px 4%;
    position: relative;
    right: auto;
    top: auto;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_about {
    margin-bottom: 100px;
  }
  .cmshtml .sec_about {
    display: block;
  }
  .cmshtml .sec_about > div:nth-child(1), .cmshtml .sec_about > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .about_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_about {
    margin-bottom: 20px;
  }
  .cmshtml .about_tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  .cmshtml .about_tit {
    font-size: 16px;
  }
}
/*------------------------------------------------------
work
------------------------------------------------------*/
.cmshtml .sec_work {
  background: #E6E6E6;
  padding: 55px 4% 105px;
}
.cmshtml .work_inwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .work_tit {
  margin-bottom: 55px;
}
.cmshtml .work_img {
  text-align: center;
  margin-bottom: 40px;
}
.cmshtml .work_links {
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  margin-bottom: 95px;
}
.cmshtml .work_links > div {
  width: 33.33333%;
}
.cmshtml .work_link {
  background-image: url("../img/bg_wh.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s;
}
.cmshtml .work_link a {
    color: #000;
  height: 100%;
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 45px 40px 105px;
  text-decoration: none;
  position: relative;
}
.cmshtml .work_link:hover {
  background-image: url("../img/rainbow_hover.jpg");
}
.cmshtml .work_link a:before {
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 57px;
  height: 57px;
  margin: auto;
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .work_link01 a:before {
  background-image: url("../img/sunadokei.png");
}
.cmshtml .work_link01 a:hover:before {
  background-image: url("../img/sunadokei_hover.png");
}
.cmshtml .work_link02 a:before {
  background-image: url("../img/flag.png");
}
.cmshtml .work_link02 a:hover:before {
  background-image: url("../img/flag_hover.png");
}
.cmshtml .work_link03 a:before {
  background-image: url("../img/booth.png");
}
.cmshtml .work_link03 a:hover:before {
  background-image: url("../img/booth_hover.png");
}
.cmshtml .work_link a:after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  z-index: 0;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cmshtml .work_bnr {
  text-align: center;
}
.cmshtml .work_bnr img {
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  transition: all 0.3s;
}
.cmshtml .work_bnr a img:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0px 3px;
  transform: translateY(3px);
  opacity: 1;
}
@media screen and (max-width: 1300px) {
  .cmshtml .work_links {
    margin-bottom: 30px;
  }
  .cmshtml .work_link {
    font-size: 14px;
  }
  .cmshtml .work_link a {
    padding: 30px 35px 30px 70px;
  }
  .cmshtml .work_link a:before {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .work_links {
    display: block;
    border: none;
    margin-bottom: 30px;
  }
  .cmshtml .work_links > div {
    width: 100%;
    margin: 0 auto 10px;
  }
  .cmshtml .work_link {
    border: 1px solid #707070;
    max-width: 400px;
  }
  .cmshtml .work_link a {
    padding: 15px 35px 15px 70px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_work {
    padding: 50px 4%;
  }
} /*------------------------------------------------------
announce
------------------------------------------------------*/
.cmshtml .sec_announce {
  margin: 210px auto 50px;
  padding: 0 4%;
}
.cmshtml .announce_inwrap {
  align-items: flex-start;
  max-width: 1617px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .announce_inwrap > div:nth-child(1) {
  width: 63%;
}
.cmshtml .announce_inwrap > div:nth-child(2) {
  width: 37%;
}
.cmshtml .announce_textbox {
  padding-left: 14%;
  padding-right: 5%;
  padding-bottom: 120px;
  position: relative;
}
.cmshtml .announce_tit {
  background: url("../img/rainbow_bar.png") no-repeat left bottom;
  background-size: auto;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 45px;
  padding-bottom: 18px;
}
.cmshtml .announce_txt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 45px;
}
.cmshtml .announce_link {
  font-size: 15px;
  font-weight: 600;
}
.cmshtml .announce_link a {
  padding: 10px 90px 10px 25px;
}
.cmshtml .announce_imgbox {
  padding-bottom: 12%;
  position: relative;
}
.cmshtml .announce_img {
  position: relative;
}
.cmshtml .anno_img01 {
  width: 62%;
  z-index: 1;
}
.cmshtml .anno_img02 {
  overflow: hidden;
  width: 53%;
  position: absolute;
  bottom: 27%;
  right: 0px;
  z-index: 3;
  opacity: 0.2;
}
.cmshtml .anno_img02::before {
  background: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.cmshtml .active.anno_img02::before {
  animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
.cmshtml .anno_img03 {
  width: 61%;
  position: absolute;
  bottom: 0;
  right: 9%;
  z-index: 2;
}
.cmshtml .announce_copy {
  width: 64%;
  padding-left: 9%;
  transform: translateY(-100%);
}
@media screen and (max-width: 1500px) {
  .cmshtml .announce_textbox {
    padding-left: 9%;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .announce_textbox {
    padding-left: 0%;
  }
  .cmshtml .announce_txt {
    font-size: 16px;
    margin-bottom: 45px;
  }
  .cmshtml .announce_copy {
    padding-left: 0%;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_announce {
    margin: 100px auto;
  }
  .cmshtml .announce_textbox {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  .cmshtml .announce_tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .cmshtml .announce_txt {
    font-size: 14px;
    margin-bottom: 45px;
  }
  .cmshtml .announce_copy {
    transform: translateY(0%);
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_announce {
    margin: 60px auto 20px;
  }
  .cmshtml .announce_inwrap {
    margin-bottom: 30px;
  }
  .cmshtml .announce_inwrap > div:nth-child(1), .cmshtml .announce_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .announce_textbox {
    margin-bottom: 30px;
    padding: 0;
  }
  .cmshtml .announce_imgbox {
    max-width: 400px;
    margin-left: auto;
  }
  .cmshtml .announce_copy {
    width: 80%;
    max-width: 400px;
    transform: translateY(0%);
  }
}
@media screen and (max-width: 400px) {
  .cmshtml .announce_tit {
    font-size: 16px;
  }
}
/*------------------------------------------------------
bnr
------------------------------------------------------*/
.cmshtml .sec_bnr {
  background: #F5F5F5;
  padding: 40px 4% 75px;
  padding: 40px 4% 60px;
}
.cmshtml .bnr_tit {
  margin-bottom: 50px;
}
.cmshtml .bnr_inwrap {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
    justify-content: center;
    align-items: center;
}
.cmshtml .bnr_inwrap > div {
  width: 50%;
width: calc(16.66667% - 30px);
    margin: 0 15px 15px;
}
.cmshtml .bnr_img {
  text-align: center;
}
.cmshtml .bnr_img img {
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
}
.cmshtml .bnr_img a:hover img {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0px 3px;
  transform: translateY(3px);
  opacity: 1;
}
@media screen and (max-width: 1000px) {
.cmshtml .bnr_inwrap {
    max-width: 600px;
}
  .cmshtml .bnr_inwrap > div {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_bnr {
    padding: 40px 4% 30px;
  }
  .cmshtml .bnr_tit {
    margin-bottom: 30px;
  }
.cmshtml .bnr_inwrap {
    max-width: 300px;
}
  .cmshtml .bnr_inwrap > div {
    width: 100%;
    margin: 0 auto 20px;
  }
}
/*------------------------------------------------------
contact
------------------------------------------------------*/
.cmshtml .sec_contact {

  padding: 70px 4% 85px;
  color: #fff;
}
.cmshtml .sec_contact > * {
  position: relative;
  z-index: 5;
}
.cmshtml .sec_contact:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.cmshtml .contact_inwrap {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.cmshtml .contact_tit, .cmshtml .contact_tit a {
  color: #fff;
}
.cmshtml .contact_tit {
  margin-bottom: 35px;
}
.cmshtml .contact_txt {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 35px;
  text-align: center;
}
.cmshtml .contact_links {
  margin-bottom: 49px;
}
.cmshtml .contact_links > div {
  width: calc(50% - 10px);
  margin: 0 5px 5px;
}
.cmshtml .contact_link {
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.cmshtml .contact_link a {
  background: url("../img/bg_wh.jpg") no-repeat left center;
  background-size: 100% 100%;
  border: 1px solid #707070;
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 14px 50px 14px 74px;
  transition: all 0.3s;
}
.cmshtml .contact_link a:hover {
  background: url("../img/rainbow_hover02.jpg") no-repeat left center;
  background-size: 100% 100%;
}
.cmshtml .contact_link a:before {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  margin: auto;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.cmshtml .contact_link a:after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  margin: auto;
  position: absolute;
  right: 35px;
  top: 0;
  bottom: 0;
  z-index: 0;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cmshtml .ico_mail a:before {
  background-image: url("../img/contact_ico01.png");
}
.cmshtml .ico_hon a:before {
  background-image: url("../img/contact_ico02.png");
}
.cmshtml .contact_btn {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  position: relative;
}
.cmshtml .contact_btn a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding-right: 43px;
  position: relative;
}
.cmshtml .contact_btn a:before {
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .contact_btn a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  right: 11px;
  top: 0;
  bottom: 0;
  z-index: 0;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cmshtml .contact_btn a:hover:before {
  background: #fff;
}
.cmshtml .contact_btn a:hover:after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_contact {
    padding: 60px 4%;
  }
  .cmshtml .contact_txt {
    font-size: 18px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_contact {
    padding: 30px 4% 30px;
  }
  .cmshtml .contact_tit {
    margin-bottom: 20px;
  }
  .cmshtml .contact_txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .cmshtml .contact_links {
    margin-bottom: 20px;
  }
  .cmshtml .contact_links > div {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }
  .cmshtml .contact_link {
    font-size: 16px;
  }
  .cmshtml .contact_btn {
    font-size: 14px;
  }
  .cmshtml .contact_btn a {
    padding: 10px 0;
    padding-right: 43px;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  background: #fff;
  padding: 0;
}
.cmshtml #footer.subpage_f, .cmshtml #footer.bf_f, .cmshtml #footer.bm_f {
  background: #F5F5F5;
}
.cmshtml #footer .inwrap {
  padding: 50px 3% 70px;
}
.cmshtml #footer .inwrap > div:nth-child(1) {
  width: 36%;
}
.cmshtml #footer .inwrap > div:nth-child(2) {
  width: 64%;
}
.cmshtml .f_about {
  padding-right: 2%;
  position: relative;
}
.cmshtml .f_logo {
  margin-bottom: 17px;
  position: relative;
}
.cmshtml .f_logo a {
  display: inline-block;
}
.cmshtml .f_sns {
  align-items: center;
}
.cmshtml .f_sns > * {
  margin-right: 20px;
}
.cmshtml .sns_tit {
  font-size: 15px;
  font-weight: 600;
}
.cmshtml .f_sns_icon {
  position: relative;
}
.cmshtml .f_sns_icon a {
  background: url("../img/bg_bl.jpg") no-repeat center;
  background-size: 100% 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 31px;
  height: 31px;
  padding: 5px;
  transition: all 0.3s;
}
.cmshtml .f_sns_icon a:hover img {
  opacity: 1;
}
.cmshtml .f_sns_icon a:hover {
  background-image: url("../img/rainbow_hover02.jpg");
}
.cmshtml .flinks {
  display: flex;
  flex-flow: row wrap;
  max-width: 1000px;
  padding-top: 18px;
  position: relative;
}
.cmshtml .f_li {
  font-size: 15px;
  font-weight: 600;
  margin: 0 30px 25px 0;
}
.cmshtml .f_li a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .f_li a:before {
  background: #000;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 9px;
  height: 12px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
  transition: all 0.3s;
  opacity: 0;
}
.cmshtml .f_li a:hover:before {
  opacity: 1;
}
.cmshtml #copy {
  background: #000000;
  padding: 12px 4%;
  text-align: center;
}
.cmshtml .copyright {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.cmshtml .copyright, .cmshtml .copyright * {
  text-decoration: none;
}
.cmshtml .copyright a {
  color: #fff;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1400px) {
  .cmshtml #footer .inwrap > div:nth-child(1) {
    width: 30%;
  }
  .cmshtml #footer .inwrap > div:nth-child(2) {
    width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml #footer .inwrap {
    padding: 30px 3% 40px;
  }
  .cmshtml .f_about {
    padding-right: 0;
  }
  .cmshtml .f_sns > * {
    margin-right: 10px;
  }
  .cmshtml .f_li {
    margin: 0 30px 10px 0;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #footer .inwrap {
    padding: 30px 3% 20px;
    display: block;
  }
  .cmshtml #footer .inwrap > div:nth-child(1), .cmshtml #footer .inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .f_logo {
    text-align: center;
    max-width: 250px;
    margin: 0 auto 17px;
  }
  .cmshtml .f_sns {
    justify-content: center;
  }
  .cmshtml .f_about {
    margin-bottom: 20px;
  }
  .cmshtml .f_li {
    font-size: 14px;
    margin-right: 20px;
  }
  .cmshtml .f_li a:before {
    width: 9px;
    height: 10px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .flinks {
    display: block;
    border-top: 1px solid #333;
  }
  .cmshtml .f_li {
    margin-right: 0;
  }
  .cmshtml .f_li a {
    padding-left: 15px;
  }
  .cmshtml .f_li a:before {
    width: 5px;
    height: 10px;
    bottom: 2px;
  }
  .cmshtml .copyright {
    font-size: 10px;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  padding-top: 130px;
  position: relative;
}
.cmshtml #title_wrap:before {
  background: url(../img/mv_filter.png) no-repeat;
  background-size: auto 200%;
  background-position: right center;
  content: "";
  display: block;
  width: 35%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.cmshtml #title_wrap .bg_image {
  background: #000;
  height: calc(100% - 130px);
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  z-index: 1;
}
.cmshtml #title_wrap .bg_image img {
  opacity: 0.6;
}
.cmshtml #title_wrap .inwrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 160px 2%;
  max-width: 1700px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.cmshtml .page_title {
  position: relative;
}
.cmshtml .page_title, .cmshtml .page_title a {
  color: #fff;
}
.cmshtml .page_title01 {
  font-size: 30px;
  font-weight: 600;
}
.cmshtml .page_title01:before {
  background: #fff;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .page_title02 {
  font-size: 18px;
  padding: 10px;
}
/*---------------
subpage contents
---------------*/
.cmshtml .subpage_contents {
  padding: 0 0 60px;
}
.cmshtml .subpage_contents > * {
  max-width: 1300px;
  width: 92%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
/*---------------
blog contents
---------------*/
.cmshtml .blog_frame {
  background: #ddd;
  padding: 30px 2%;
}
.cmshtml .module_blogwrapper {
  background: #fff;
  display: flex;
  align-items: flex-start;
  max-width: 1300px;
  margin: auto;
  padding: 20px;
}
.cmshtml #contents .module_blog {
  flex: 1 1 auto;
  padding-right: 20px;
  margin: 0 !important;
  width: 70%;
}
.cmshtml .module_side {
  background: #f5faff;
  flex: none;
  width: 30%;
  padding: 20px;
}
/*---------------
page link
---------------*/
.cmshtml .page_link {
  justify-content: center;
  padding: 20px 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cmshtml .page_link > *:not(:last-child) {
  margin-right: 20px;
}
.cmshtml .p_link, .cmshtml .p_link a {
  color: #333;
}
.cmshtml .p_link {
  font-size: 18px;
  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: #333;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  margin: auto;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 3px;
  z-index: 10;
  pointer-events: none;
  transition: all 0.3s;
}
/*---------------
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:has(h2) {
  text-align: center;
}
.cmshtml .rdplanetitle h2 {
  background: url("../img/ico_tit.png") no-repeat left center;
  padding-left: 60px;
  display: inline-block;
  font-size: 32px !important;
  font-weight: 600 !important;
}
.cmshtml .rdplanetitle:has(h3) {
  text-align: center;
}
.cmshtml .rdplanetitle h3 {
  font-size: 32px !important;
  font-weight: 600 !important;
  padding-bottom: 5px;
  position: relative;
  text-align: center;
}
.cmshtml .rdplanetitle h3:after {
  background: linear-gradient(to right, #E40308, #F28000, #FFE000, #008026, #004DEF, #730787);
  border-radius: 3px;
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.cmshtml .rdplanetitle h4 {
  font-size: 25px !important;
  font-weight: 600 !important;
  padding-bottom: 10px;
}
.cmshtml .rdplanetitle h4:before {
  background: linear-gradient(to right, #E40308, #F28000, #FFE000, #008026, #004DEF, #730787);
  border-radius: 3px;
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cmshtml .rdplanetitle h5 {
  font-size: 23px !important;
  font-weight: 600 !important;
  padding: 0 0 10px;
}
.cmshtml .rdplanetitle h5:before {
  background: linear-gradient(to right, #E40308, #F28000, #FFE000, #008026, #004DEF, #730787);
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .rdplanetitle h6 {
  font-size: 20px !important;
  font-weight: 600 !important;
  padding-left: 15px;
}
.cmshtml .rdplanetitle h6:before {
  border-radius: 3px;
  background: linear-gradient(to bottom, #E40308, #F28000, #FFE000, #008026, #004DEF, #730787);
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .black_title {
  background: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 15px!important;
}
.cmshtml .black_title a {
  color: #fff;
}
/*---------------
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: #222;
  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: #222;
  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: #F5F5F5;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  padding-left: 40px;
  position: relative;
}
.cmshtml .mark_btn:before {
  background: linear-gradient(to bottom, #E40308, #F28000, #FFE000, #008026, #004DEF, #730787);
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml .mark_btn:after {
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  margin: auto;
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.cmshtml .mark_btn .link_btn01 {
  text-align: right;
}
.cmshtml .mark_btn .link_btn01 a {
  background: #fff;
  border-radius: 0;
  border: 1px solid #222;
  display: inline-block;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 8px 20px;
  min-width: 1px;
  transition: all 0.3s;
}
.cmshtml .mark_btn .link_btn01 a:hover {
  border: 1px solid #fff;
  background: linear-gradient(to right, #E40308, #F28000, #FFE000);
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 1px solid #aaa;
  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 {
  font-size: 24px;
  padding-left: 20px;
}
/*---------------
faq
---------------*/
.cmshtml .faq {
  border-bottom: 1px solid #ededed;
  padding: 20px 0;
}
.cmshtml .qa_q {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_a {
  line-height: 1.4;
  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: #222;
  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: 3px solid #333 !important;
  padding-right: 20px;
  width: 20%;
}
.cmshtml .bt_line > div:nth-child(2) {
  border-bottom: 1px solid #ededed !important;
  width: 80%;
}
/*---------------
img text
---------------*/
.cmshtml .img_txt {
  align-items: flex-start;
  margin-bottom: 90px;
  position: relative;
}
.cmshtml .img_div {
  width: 40%;
  position: relative;
  z-index: 3;
}
.cmshtml .txt_div {
  background: #fff;
  border: 1px solid #000;
  line-height: 2;
  padding: 50px;
  padding-left: 6%;
  width: 60%;
  position: relative;
  z-index: 2;
  transform: translate(-3%, 60px);
  overflow: hidden;
}
.cmshtml .txt_div:before {
  background: linear-gradient(to bottom, #E40308, #F28000, #FFE000, #008026, #004DEF, #730787);
  content: "";
  display: block;
  width: 22px;
  height: 113px;
  position: absolute;
  right: 20px;
  top: -25px;
  z-index: 2;
  transform: rotate(-45deg);
}
.cmshtml .img_txt02 .txt_div {
  padding: 50px;
  padding-right: 6%;
  transform: translate(3%, 60px);
}
.cmshtml .img_txt02 .txt_div:before {
  background: linear-gradient(to bottom, #E40308, #F28000, #FFE000, #008026, #004DEF, #730787);
  left: 20px;
  right: auto;
  top: -25px;
  transform: rotate(45deg);
}
/*---------------
stepbox
---------------*/
.cmshtml .stepbox {
  margin-bottom: 60px;
}
.cmshtml .stepbox > div + div {
  margin-top: 40px;
}
.cmshtml .step_div {
  background: #fff;
  border: 1px solid #222;
  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 #222;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #222;
  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 #222;
  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 #222;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
/*---------------
accordion
---------------*/
.cmshtml .accordion_blk {
  margin-top: 35px;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .acco_box {
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  text-align: left;
  margin-bottom: 30px;
  position: relative;
}
.cmshtml .acco_box:before {
  background: linear-gradient(to bottom, #E40308, #F28000, #FFE000, #008026, #004DEF, #730787);
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 22px;
  left: 14px;
}
.cmshtml .acco_box:after {
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 25px;
  left: 17px;
}
.cmshtml .acco_tit {
  color: #222;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 45px 15px 45px !important;
  position: relative;
  z-index: 10;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  background: #222;
  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 {
  border-top: 1px solid #ccc;
  display: none;
  padding: 40px 3%;
  position: relative;
  z-index: 1;
}
.cmshtml .hide_area > * + * {
  margin-top: 10px;
}
.cmshtml .faq_accordion_blk .acco_box {
  border: none;
}
.cmshtml .faq_accordion_blk .acco_box:before {
  background: #000;
  content: "Q";
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  margin: auto;
  padding: 10px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 9px;
  left: 27px;
  z-index: 2;
}
.cmshtml .faq_accordion_blk .acco_tit {
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  transition: all 0.3s;
  padding: 15px 3% 15px 100px !important;
}
.cmshtml .faq_accordion_blk .acco_tit:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 6px;
}
.cmshtml .faq_accordion_blk .acco_tit.active {
  box-shadow: rgba(0, 0, 0, 0) 0 3px 6px;
}
.cmshtml .faq_accordion_blk .hide_area {
  background: #FCFCFC;
  border-top: none;
  padding: 10px 3%;
  padding-left: 100px;
}
.cmshtml .faq_accordion_blk .hide_area:before {
  background: #fff;
  border: 1px solid #000;
  content: "A";
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  margin: auto;
  padding: 10px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 27px;
  z-index: 2;
}
/*---------------
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 .img_blackMask .mask_txt, .cmshtml .img_blackMask .mask_txt p, .cmshtml .img_blackMask .mask_txt a {
  color: #FFF;
}
.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;
}
/*---------------
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;
}
.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;
}
.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 #ddd;
  border-radius: 2px;
  background-color: #F5F7F8;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.cmshtml .bg_fixed {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: none !important;
  width: 100% !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;
}
.cmshtml .module {
  max-width: 1280px;
}

.cmshtml .module p {
  font-weight: 500;
}

.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;
}