.cmshtml {
  /* CSS Document */
  /* contents-top */
  /* main-img-top */
  /* box-img */
  /* main-contents-top */
  /* box-title-top */
  /* link01 */
  /* contents01 */
  /* contents02 */
  /* contents03 */
  /* contents04 */
  /* contents05 */
  /* news */
}

.cmshtml .contents-top {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents-top img {
  width: 100%;
  height: auto;
}

.cmshtml .main-img-top {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.cmshtml .main-img-top::after {
  content: "";
  position: absolute;
  left: 3%;
  bottom: 50px;
  display: block;
  background-image: url("../../img/common/scroll.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 33px;
  height: 200px;
}

.cmshtml .main-img-top .box-inner {
  width: 130%;
  max-width: 130%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -15%;
}

.cmshtml .main-img-top .mainslider {
  flex: 1;
}

.cmshtml .main-img-top .box {
  position: relative;
}

.cmshtml .main-img-top .box::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
  mix-blend-mode: overlay;
}

.cmshtml .mainslider img {
  width: 100%;
  height: 100vh;
}

.cmshtml .main-img-top .mainslider .rdslide, .cmshtml .main-img-top .mainslider .rdslide img.rdimg {
min-height: height: 100vh;
}


.cmshtml .contents02 .box-img,
.cmshtml .contents03 .box-img {
  position: relative;
  overflow: hidden;
}

.cmshtml .contents02 .box-img img,
.cmshtml .contents03 .box-img img {
  width: 100%;
  height: auto;
  transition: .5s all;
}

.cmshtml .contents02 .box:hover img,
.cmshtml .contents03 .box:hover img {
  transform: scale(1.2, 1.2);
  transition: .5s all;
  z-index: -1;
}

.cmshtml .main-contents-top {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents-top p,
.cmshtml .contents-top .wc_textbox {
  line-height: 2.2;
  letter-spacing: 0.05em;
}

.cmshtml .box-title-top {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.cmshtml .box-title-top::after {
  content: "";
  display: block;
  margin: 0px auto;
  margin-top: 35px;
  width: 90px;
  height: 3px;
  background-color: var(--color-main);
}

.cmshtml .box-title-top h2 {
  font-family: var(--title-font);
  font-weight: var(--base-weight2);
  color: var(--color-main);
  font-size: 75px;
  line-height: 0.8;
}

.cmshtml .link01 a {
  font-weight: var(--base-weight2);
  color: #FFF;
  line-height: 1.2;
  letter-spacing: 0.05em;
  background-color: var(--color-main);
  display: inline-block;
  padding: 18px 20px;
  text-align: center;
  position: relative;
  min-width: 250px;
}

.cmshtml .contents04 .link01 a {
  color: var(--color-sub2);
  background-color: #FFF;
}

.cmshtml .link01 a:hover {
  opacity: 1;
  background-color: var(--color-base);
}

.cmshtml .contents04 .link01 a:hover {
  background-color: #FFF;
}

.cmshtml .link01 a::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0px;
  display: block;
  background-image: url("../../img/common/link-arrow01.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 26px;
  width: 26px;
  height: 100%;
  transform: rotate(0deg);
  transition: all .5s ease;
}

.cmshtml .contents04 .link01 a::before {
  background-image: url("../../img/common/link-arrow02.svg");
}

.cmshtml .link01 a:hover::before {
  transform: rotate(90deg);
}

.cmshtml .contents01 {
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 160px 0px;
}

.cmshtml .contents01 .box-link {
  padding-top: 90px;
}

.cmshtml .contents01 h3 {
  font-family: var(--subtitle-font);
  font-weight: var(--base-weight2);
  color: var(--color-main);
  font-size: 35px;
  line-height: 1.4;
  letter-spacing: 0.15em;
  margin-bottom: 35px;
}

.cmshtml .contents02 {
  width: 100%;
  max-width: 100%;
  background-image: url("../../img/top/back01.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.cmshtml .contents02 .box-inner {
  padding: 120px 0px;
}

.cmshtml .contents02 .box-detail {
  width: 1140px;
  max-width: 1140px;
}

.cmshtml .contents03 {
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 150px 0px;
}

.cmshtml .contents03 .slide-loop .box {
  cursor: pointer;
}

.cmshtml .contents04 {
  width: 100%;
  max-width: 100%;
  padding-bottom: 160px;
}

.cmshtml .contents04 .box-item {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents04 .box-item:not(:last-child) {
  margin-bottom: 60px;
}

.cmshtml .contents04 .box-item::before {
  content: "";
  position: absolute;
  top: 0px;
  display: block;
  width: 92%;
  max-width: 1600px;
  height: 100%;
  z-index: -1;
}

.cmshtml .contents04 .box-item:nth-child(odd)::before {
  right: 0px;
  background-color: var(--color-back01);
}

.cmshtml .contents04 .box-item:nth-child(even)::before {
  left: 0px;
  background-color: var(--color-back02);
}

.cmshtml .contents04 .box-item::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: auto 220px;
  width: 92%;
  max-width: 1600px;
  height: 220px;
  z-index: -1;
}

.cmshtml .contents04 .box-item:nth-child(odd)::after {
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/icon01.svg");
  background-position: left top;
}

.cmshtml .contents04 .box-item:nth-child(even)::after {
  right: 0px;
  bottom: 0px;
  background-image: url("../../img/top/icon02.svg");
  background-position: right bottom;
}

.cmshtml .contents04 .inner {
  width: 1240px;
  max-width: 1240px;
  padding: 60px 0px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0px 5%;
}

.cmshtml .contents04 .box-item:nth-child(even) .inner {
  flex-direction: row-reverse;
}

.cmshtml .contents04 .box-detail {
  width: 440px;
  max-width: 440px;
}

.cmshtml .contents04 .box-img {
  width: 50%;
  max-width: 50%;
}

.cmshtml .contents04 .box-title {
  padding-bottom: 28px;
  border-bottom-style: solid;
  border-color: var(--color-main);
  border-width: 1px;
  margin-bottom: 30px;
}

.cmshtml .contents04 .box-link {
  padding-top: 45px;
}

.cmshtml .contents04 h3 {
  font-family: var(--title-font);
  font-weight: var(--base-weight2);
  color: var(--color-main);
  font-size: 68px;
  line-height: 0.8;
  letter-spacing: 0em;
}

.cmshtml .contents04 h4 {
  font-weight: var(--base-weight);
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.3em;
  padding-top: 20px;
}

.cmshtml .contents05 {
  width: 100%;
  max-width: 100%;
  text-align: center;
  background-image: url("../../img/top/back02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
}

.cmshtml .contents05 .box-inner {
  width: 1160px;
  max-width: 1160px;
}

.cmshtml .contents05 .box-text {
  position: relative;
  padding: 60px 0px;
}

.cmshtml .contents05 .box-text::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  background-image: url("../../img/top/icon-text01a.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 120px;
  height: 160px;
}

.cmshtml .contents05 .box-text::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  background-image: url("../../img/top/icon-text01b.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 120px;
  height: 160px;
}

.cmshtml .contents05 h3 {
  font-family: var(--subtitle-font);
  font-weight: var(--base-weight);
  color: #FFF;
  font-size: 35px;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

.cmshtml .news_text {
  width: 100%;
  max-width: 100%;
}

.cmshtml .news_img {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents-top .rdplaneinfo,
.cmshtml .news_text {
  overflow: auto;
  scrollbar-color: #ccc rgba(255, 255, 255, 0);
}

.cmshtml .contents-top .rdplaneinfo::-webkit-scrollbar,
.cmshtml .contents-top .news_text::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 30px;
}

.cmshtml .contents-top .rdplaneinfo::-webkit-scrollbar,
.cmshtml .contents-top .news_text::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 30px;
}

.cmshtml .contents-top .rdplaneinfo::-webkit-scrollbar,
.cmshtml .contents-top .news_text::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: #ccc;
}

.cmshtml .contents-top .rdNewInfoList_ez,
.cmshtml .news_text .rdnewArticle {
  height: 250px;
}

.cmshtml .contents-top .rdnewArticle {
  padding: 0px;
  border-style: none;
}

.cmshtml .contents-top .rdnewArticle .rdnewArticle-item + .rdnewArticle-item {
  border-top-style: none;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item,
.cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-item {
  padding: 27px 10px;
  transition: .5s;
  position: relative;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item::before,
.cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-item::before {
  content: "";
  position: absolute;
  right: 25px;
  top: 0px;
  background-image: url("../../img/common/link-arrow02.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 13px;
  width: 30px;
  height: 100%;
  transition: .5s;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item:hover::before,
.cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-item:hover::before {
  right: 15px;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item:not(:last-child),
.cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-item:not(:last-child) {
  border-bottom-style: solid;
  border-color: rgba(255, 255, 255, 0.4);
  border-width: 1px;
}

.cmshtml .contents-top .rdNewInfoList_ez .rdNewInfoList_ez-item {
  padding: 27px 10px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item {
  padding: 0px;
  width: 260px;
  max-width: 260px;
  margin-right: 30px;
  background-color: #FFF;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item:nth-child(4n) {
  margin-right: 0px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-thumbnail {
  position: relative;
  overflow: hidden;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item img {
  width: 100%;
  height: auto;
  transition: .5s all;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item:hover img {
  transform: scale(1.2, 1.2);
  transition: .5s all;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item,
.cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-contWrap,
.cmshtml .contents-top .news_img .rdnewArticle {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.cmshtml .contents-top .news_img .rdnewArticle {
  gap: 30px 0px;
}

.cmshtml .contents-top .news_img .rdnewArticle {
  align-items: stretch;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-contWrap {
  position: relative;
}

.cmshtml .contents-top .rdNewInfoList_ez-ContDate,
.cmshtml .contents-top .rdnewArticle .rdnewArticle-ContDate {
  width: 115px;
  max-width: 115px;
  position: relative;
}

.cmshtml .contents-top .rdNewInfoList_ez-ContTitle,
.cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-ContTitle {
  flex: 1;
  padding-left: 20px;
}

.cmshtml .contents-top .rdNewInfoList_ez-ContDate,
.cmshtml .contents-top .rdnewArticle .rdnewArticle-ContDate {
  font-size: var(--base-font-size);
  font-family: var(--subtitle-font);
  font-weight: var(--base-weight2);
  color: var(--color-main);
  line-height: 1.6;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-ContDate {
  font-family: var(--title-font);
  font-weight: var(--base-weight2);
  font-size: 14px;
  line-height: 0.8;
  letter-spacing: 0.05em;
  width: 120px;
  max-width: 120px;
  color: #FFF;
  background-color: var(--color-main);
  padding: 10px 0px;
  text-align: center;
  display: inline-block;
}

.cmshtml .contents-top .rdNewInfoList_ez-ContTitle a,
.cmshtml .contents-top .rdnewArticle .rdnewArticle-ContTitle a {
  color: var(--color-base);
  font-weight: var(--base-weight);
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: block;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-ContTitle a {
  padding: 10px 15px;
  padding-bottom: 30px;
  font-size: var(--base-font-size);
  position: relative;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-ContTitle a::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  background-image: url("../../img/common/link-arrow03.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 26px;
  height: 26px;
  transform: rotate(0deg);
  transition: all .5s ease;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item:hover .rdnewArticle-ContTitle a::before {
  transform: rotate(90deg);
}

.cmshtml .contents-top .rdNewInfoList_ez-ContMessage {
  display: none;
}

.cmshtml .contents-top .rdnewArticle .rdnewArticle-more {
  display: none;
}

.cmshtml .contents-top .news_text .rdnewArticle-thumbnail {
  display: none;
}

.cmshtml #footer {
  border-top-style: none;
}

.cmshtml .sp-view {
  display: none;
}

.cmshtml,
.cmsbody {
  height: 100%;
}


#editView .cmshtml .main-img-top .mainslider .rdslide, #editView .cmshtml .main-img-top .mainslider .rdslide img.rdimg {
min-height: height: auto;
}



#editView .cmshtml .contents-top .wc_inline-block {
	display: inline-block;
vertical-align: top;
}

#editView .cmshtml .contents-top .wc_static {
	position: static;
}

#editView .cmshtml .contents-top .wc_none::before, #editView .cmshtml .contents-top .wc_none::after {
	display: none;
}

#editView .cmshtml .contents-top .wc_block {
	display: block;
}



#editView .cmshtml .main-img-top .box-inner {
    width: 1280px;
    max-width: 1280px;
    margin-left: 0%;
}

#editView .cmshtml .main-img-top .mainslider {
    width: 300px;
    max-width: 300px;
}

#editView .cmshtml .contents02 .box-img,
#editView .cmshtml .contents03 .box-img {
    overflow: visible;
}

#editView .cmshtml .contents02 .box:hover img,
#editView .cmshtml .contents03 .box:hover img {
    transform: scale(1, 1);
    z-index: 0;
}

#editView .cmshtml .link01 a::before {
    display: none;
}

#editView .cmshtml .contents01 .box-inner {
    width: 1280px;
    max-width: 1280px;
}

#editView .cmshtml .contents03 .box-inner {
    width: 1280px;
    max-width: 1280px;
}

#editView .cmshtml .contents03 .slide-loop {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#editView .cmshtml .contents03 .slide-loop .box {
    width: 200px;
    max-width: 200px;
}

#editView .cmshtml .contents04 .box-item {
    width: 1280px;
    max-width: 1280px;
}

#editView .cmshtml .contents04 .inner {
     padding: 0px;
}

#editView .cmshtml .contents04 .box-img {
     width: 620px;
    max-width: 620px;
}




#editView .cmshtml .contents-top .news_img {
	width: 1200px;
	max-width: 1200px;
}

#editView .cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item::before, #editView .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-item::before {
	 display: none;
}

#editView .cmshtml .contents-top .rdNewInfoList_ez-ContDate, #editView .cmshtml .contents-top .rdNewInfoList_ez-ContTitle {
	display: inline-block;
vertical-align: top;
}

#editView .cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item {
	margin-right: 20px;
}

#editView .cmshtml .contents-top .rdNewInfoList_ez-ContDate::after, #editView .cmshtml .contents-top .rdnewArticle .rdnewArticle-ContDate::after {
	 display: none;
}

#editView .cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-contWrap {
	margin-top: 0px;
}


#editView .cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-ContDate {
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
    display: block;
}


#editView .cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-ContTitle a::before {
   display: none;
}


#editView .cmshtml .sp-view {
    display: inline-block;
}