.cmshtml #page-top {
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 33;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.cmshtml #page-top:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -5px 0 0 -10px;
  border-top: 2px solid #282828;
  border-right: 2px solid #282828;
  transform: rotate(-45deg);
  transition: all 0.6s ease;
}

.cmshtml #page-top:hover:before {
  top: 0;
}

.cmshtml .load-fade {
  opacity: 0;
  transition: all 2s;
  overflow: hidden;
}

.cmshtml .load-fade.done {
  opacity: 1;
}

.cmshtml .to-lr {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 1s;
}

.cmshtml .to-rl {
  opacity: 0;
  transform: translateX(40px);
  transition: all 1s;
}

.cmshtml .to-lr.scrollin, .cmshtml .to-rl.scrollin {
  opacity: 1;
  transform: translate(0);
}

.cmshtml .fade-in {
  -webkit-transition: opacity 1.5s ease-out 0.1s, -webkit-transform 2s cubic-bezier(0.1, 0.55, 0.2, 1);
  transition: opacity 1.5s ease-out 0.1s, -webkit-transform 2s cubic-bezier(0.1, 0.55, 0.2, 1);
  transition: transform 2s cubic-bezier(0.1, 0.55, 0.2, 1), opacity 1.5s ease-out 0.1s;
  transition: transform 2s cubic-bezier(0.1, 0.55, 0.2, 1), opacity 1.5s ease-out 0.1s, -webkit-transform 2s cubic-bezier(0.1, 0.55, 0.2, 1);
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
}

.cmshtml .fade-in.is-visible {
  -webkit-transition: opacity 1.5s ease-out 0.1s, -webkit-transform 2s cubic-bezier(0.1, 0.55, 0.2, 1);
  transition: opacity 1.5s ease-out 0.1s, -webkit-transform 2s cubic-bezier(0.1, 0.55, 0.2, 1);
  transition: transform 2s cubic-bezier(0.1, 0.55, 0.2, 1), opacity 1.5s ease-out 0.1s;
  transition: transform 2s cubic-bezier(0.1, 0.55, 0.2, 1), opacity 1.5s ease-out 0.1s, -webkit-transform 2s cubic-bezier(0.1, 0.55, 0.2, 1);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.cmshtml .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cmshtml #slide .rdslide .rdsp-buttons {
    display: none;
}

@media screen and (max-width: 680px) {
  .cmshtml .fadeUp {
    animation: none;
    opacity: 1;
  }
  .cmshtml .wrap_sp2div, .cmshtml .wrap_sp4div {
    display: flex;
    flex-flow: wrap;
  }
  .cmshtml .wrap_sp2div > div {
    width: 50% !important;
    flex: unset;
  }
  .cmshtml .wrap_sp4div > div {
    width: 25% !important;
    flex: unset;
  }
}






/*=================================
add css 2023/08/21 start
=================================*/
.cmshtml .img_blackMask {
  position: relative;
}
.cmshtml .img_blackMask > div {
  background: #000;
}
.cmshtml .img_blackMask > div img {
  max-width: none;
  width: 100%;
  height: auto;
}
.cmshtml .img_blackMask img {
  opacity: 0.5;
  transition: all 0.3s;
}
.cmshtml .img_blackMask:hover > div img, .cmshtml .img_blackMask > div:hover img {
  opacity: 0.9;
}
#editView .cmshtml .img_blackMask img, #editView .cmshtml .img_blackMask > div:hover img {
  opacity: 1;
}
.cmshtml .top_company {
  margin-top: 120px;
}
.cmshtml .img_blackMask .tp_txt {
  color: #FFF;
  position: absolute;
  margin: auto;
  pointer-events: none;
  font-size: 24px;
  left: 0;
  top: 0;
  background: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
text-shadow: #000 0 0 5px;
text-align: center;
}
@media screen and (min-width: 1101px) {
  .cmshtml .bnr_2column > div {
    width: 50% !important;
  }
  .cmshtml .bnr_3column > div {
    width: 33.33333333% !important;
  }
  .cmshtml .bnr_4column > div {
    width: 25% !important;
  }
  .cmshtml .bnr_5column > div {
    width: 20% !important;
  }
  .cmshtml .bnr_2column_mgn > div {
    width: calc(50% - 20px) !important;
    margin: 0 10px 20px !important;
  }
  .cmshtml .bnr_3column_mgn > div {
    width: calc(33.33333333% - 20px) !important;
    margin: 0 10px 20px !important;
  }
  .cmshtml .bnr_4column_mgn > div {
    width: calc(25% - 20px) !important;
    margin: 0 10px 20px !important;
  }
  .cmshtml .bnr_4column .tu_txt, .cmshtml .bnr_4column_mgn .tu_txt {
    font-size: 18px;
  }
  .cmshtml .bnr_5column_mgn > div {
    width: calc(20% - 20px) !important;
    margin: 0 10px 20px !important;
  }
  .cmshtml .bnr_5column .tu_txt, .cmshtml .bnr_4column_mgn .tu_txt {
    font-size: 16px;
  }
  .cmshtml .top_company {
    justify-content: flex-start !important;
    max-width: 1614px;
  }
  .cmshtml .top_company > div {
    width: calc(33.333333% - 60px) !important;
    margin: 0 30px 60px !important;
  }
  .cmshtml .top_company img {
    max-width: none;
    width: 100%;
  }
  .cmshtml .bnr_2column, .cmshtml .bnr_3column, .cmshtml .bnr_4column, .cmshtml .bnr_5column, .cmshtml .bnr_2column_mgn, .cmshtml .bnr_3column_mgn, .cmshtml .bnr_4column_mgn, .cmshtml .bnr_5column_mgn {
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .top_company {
    margin-top: 60px;
  }
}
#editView .cmshtml .img_blackMask .tp_txt {
  color: #FFF;
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  display: block;
  pointer-events: auto;
}
/*=================================
add css 2023/08/21 end
=================================*/


/*=================================
tag
=================================*/
.cmshtml .catalogdetail_tags {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}
.cmshtml .catalogdetail_tags > div {
  padding: 0 !important;
}
.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;
}
#editView .catalogdetail_tags {
  padding: 20px;
}
#editView .cmshtml .catalogdetail_tags > div {
  margin: 0 !important;
  display: block;
  padding: 20px !important;
}
/*=================================
tag　end
=================================*/

.cmshtml .flex_nowrap {
  display: flex;
  flex-flow: nowrap;
}
.cmshtml .ico_box {
  display: flex;
}
.cmshtml .ico_box > div:nth-child(n + 1) {
  display: flex;
  flex-flow: nowrap;
}
.cmshtml .ico_box > div:nth-child(2) {
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .cmshtml .ico_box {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .cmshtml .ico_box {
    flex-flow: wrap;
  }
  .cmshtml .ico_box > div, .cmshtml .ico_box > div > div {
    width: auto !important;
  }
}

.cmshtml #mainvisual .rdslide .rdsp-mask {
    width: 100%!important;
}
.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;
}
@media screen and (min-width: 1001px) {
  .cmshtml .sec_about.sec_re > div:first-child {
    margin-left: 0;
          width: 47%;
  }
  .cmshtml .sec_about.sec_re > div:nth-child(2) {
        margin-left: auto;
          width: 60%;
  }
  .cmshtml .sec_about.sec_re .about_tit {
    padding-left: 4%;
    padding-top: 30px;
    padding-right: 13%;
    border-radius: 20px 0 0 0;
  }
  .cmshtml .sec_about.sec_re .textbox {
    padding-left: 4%;
    padding-right: 13%;
  }
}




.cmshtml .min, .cmshtml .min_title, .cmshtml .min *, .cmshtml .min_title * {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.cmshtml .maru_Gothic, .cmshtml .mg_title, .cmshtml .maru_Gothic *, .cmshtml .mg_title * {
  font-family: 'Zen Maru Gothic', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.cmshtml .min_title, .cmshtml .mg_title {
  font-size: 40px;
}
@media screen and (max-width: 1000px) {
  .cmshtml .min_title, .cmshtml .mg_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .min_title, .cmshtml .mg_title {
    font-size: 18px;
  }
}


/*============================================================*/
.cmshtml .nav_area {
  position: relative
}
.cmshtml .drop_li02 {
  position: relative;
}
.cmshtml .drop_li02:after {
  border: 5px solid transparent;
  border-left: 8px solid #999;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 14px;
  z-index: 10;
    pointer-events: none;
}
.cmshtml .nav_area02 {
  background: #e9e9e9;
  display: none;
    text-align: center;
}
@media screen and (min-width: 1001px) {
  .cmshtml .nav_area02 {
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0%;
    z-index: 10;
  }
}
@media screen and (max-width: 1000px) {
    .cmshtml .drop_li02 a {
  pointer-events: none;
}
    .cmshtml .drop_li02:after {
  border: 5px solid transparent;
  border-top: 8px solid #999;
}
  .cmshtml .nav_area02 {
    background: #e9e9e9;
    display: none !important;
    height: 0 !important;
  }
  .cmshtml .nav_area.drop_active .nav_area02 {
    display: block !important;
    height: auto !important;
  }
}
.cmshtml .drop_li03 {
  font-size: 12px;
  font-weight: 600;
}
.cmshtml .drop_li03 a {
  text-decoration: none;
  display: block;
  padding: 10px;
  transition: all 0.3s;
}
.cmshtml .drop_li03 a:hover {
  background: #f0f0f0;
}
#editView .cmshtml .drop_li02:after {
    display: none;
}
#editView .cmshtml .nav_area02 {
    display: block !important;
    height: auto !important;
    width: auto;
    position: relative;
    left: auto;
    top: auto;
}




.cmshtml .sub_navi {
  overflow: visible !important;
}




.cmshtml .selectlang {
  background: #3c995b;
  position: relative;
  z-index: 999999;
}
.cmshtml .selectlang_btn {
  color: #fff;
  cursor: pointer;
  padding: 14px 20px;
  transition: ease .2s;
}
.cmshtml .selectlang:hover .selectlang_btn {
  color: #fff;
}





.cmshtml .selectlang_inner {
  position: absolute;
  right: 0;
  top: 0;
  top: auto;
  width: 240px;
  background: #fff;
  display: none;
  z-index: 100;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.cmshtml .selectlang_inner > div + div {
  border-top: 1px dashed #666;
}
.cmshtml .selectlang_inner a {
  text-decoration: none;
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  transition: all 0.3s;
  padding: 10px 20px;
}
.cmshtml .selectlang_inner a:hover {
  color: #fff;
  background: #63ad7c;
}
.cmshtml .selectlang:hover, .cmshtml .selectlang.open_menu {
  background: #63ad7c;
}
@media screen and (max-width: 1000px) {
  .cmshtml .selectlang_inner {
    position: relative;
    right: auto;
    top: auto;
    width: auto;
  }
  .cmshtml .selectlang_inner a {
    background: #f9f9f9 !important;
    font-size: 14px !important;
    color: #333 !important;
    padding: 10px !important;
  }
  .cmshtml .selectlang_inner a:hover {
    background: #3c995b !important;
    color: #fff !important;
  }
}