@charset "UTF-8";

.loading {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.swiper-container {
  /* width: 100% !important;
  height: 100%;*/
}

.caseSwiper,.luSwiper,.tecSwiper,.otherSwiper {
	width: 97%;
}

.swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  border-radius: 0;
}

.mainImg-pagination {
  bottom: -30px !important;
}


.swiper-slide-active {
  /*padding: 0 0 0 3%;
  padding: 0 60px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);*/
  z-index: 30;
}

/*.swiper-container-android .swiper-slide {
  -webkit-transform: translate3d(1.5, 1.5, 1.5);
  transform: translate3d(1.5, 1.5, 1.5);
}
*/
/*.swiper-container-android .swiper-slide-active {
  -webkit-transform: translate3d(1.5,1.5,1.5);
  transform: translate3d(1.5,1.5,1.5);
}*/
.swiper-button-next,
.swiper-button-prev {
  width: 75px;
  height: 75px;
  line-height: 60px;
  margin-top: -60px;
  /*left: 50%;*/
  left: 1%;
}

.swiper-button-prev {
  background: url(../img2/btn_prev.png) left top no-repeat;
  background-size: contain;
  /*margin-left: -550px;*/
}

.swiper-button-next {
  background: url(../img2/btn_next.png) left top no-repeat;
  background-size: contain;
  /*margin-left: 510px;*/
  right: 1%;
  left: auto;
}

/* IE */
.is-pc-ie .swiper-button-prev,
.is-pc-ie .swiper-button-next {
  display: none;
}

.swiper-pagination-bullet-active {
  background: #A18052;
}

@media screen and (max-width: 767px) {

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;

  }
	
	.caseSwiper,.luSwiper,.tecSwiper,.otherSwiper {
	width: 100%;
}
}

/* ============================================
COMMMON
============================================ */
.inner {
  padding: 0 0px;
}
@media screen and (min-width: 1366px) {
  .inner {
	max-width: 1380px!important;
  }
}
div.wrapper {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
}

.sec-bg-Gy {
  /*padding: 100px 0 45px 0;*/
  padding: 50px 0 1px 0;
}

/* animation アニメーションオフ対応 20211220 */
/*
.animated {
  opacity: 0;
}
.fadeIn {
  opacity: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
*/

.campaign-list a,
.picup-list a,
.sec-area-case__list a,
.l-cnt-submenu a,
.sec-area-more__link a,
.new-list a {
  display: block;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.campaign-list a:hover,
.picup-list a:hover,
.sec-area-case__list a:hover,
.l-cnt-submenu a:hover,
.sec-area-more__link a:hover,
.new-list a:hover {
  opacity: .5;
}

/* is-fixed */
/*.is-fixed.nav-global {
  position: fixed;
  top: -70px;
  left: 0;
  -webkit-animation: navIn .5s ease .5s forwards;
  animation: navIn .5s ease .5s forwards;
  margin: 0;
  background: #f5f5f5;
}
*/
@-webkit-keyframes navIn {
  0% {
    top: -70px;
  }

  100% {
    top: 0;
  }
}

@keyframes navIn {
  0% {
    top: -70px;
  }

  100% {
    top: 0;
  }
}





/* ============================================
LAYOUT
============================================ */

.wrap-header {
  text-align: center;
  /*position: relative;*/
}

.wrap-header header {
  /*position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  z-index: 6000;
  /*background: rgba(255,255,255,0.7);*/
  background-color: #fff;
}

.section {
  /*margin-bottom: 250px;*/
  /*margin-bottom: 100px;*/
}

.sec-area-cleverlyhome.section {
  margin-bottom: 50px;
}


/* btn */
.btn-trigger {
  max-width: 140px;
  display: block;
}

.btn01 {
  border: 1px solid #333333;
  background-color: #fff;
  margin: 70px auto 120px;
  width: 80%;
  max-width: 340px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: ease .2s;
  border-radius: 4px;
}

/* SP */
@media screen and (max-width: 767px) {

  .btn01 {
    border: 1px solid #333333;
    background-color: #fff;
    margin: 40px auto 60px;
    width: 80%;
    max-width: 340px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: ease .2s;
    border-radius: 4px;
	  font-size: 0.9em;
  }
}

.btn01 a {
  display: block;
  /*padding: 15px 0;*/
	padding: 15px 25px 15px 10px;
  position: relative;

}

.btn01:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 95%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #333333;
  z-index: 4;
}

.btn01 span {
  position: relative;
  z-index: 3;
  color: #333;
}
.btn01 span.small {
	font-size: 0.8em;
}

.btn01:hover span {
  color: #fff;
  transition: ease .5s;
}

.btn01:hover:before {
  border-left: 5px solid #fff;
  transition: ease .5s;
}


.bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #333;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}


/* sec-area__title
-------------------------------------------- */
.sec-area__title {
  color: #333333;
  text-align: center;
  margin: 0 0 50px 0;
  line-height: 1.5;
  font-size: 3.6rem;
  letter-spacing: 3px;
}

.sec-area__title .txt-en {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 2px;
  display: block;
  color: #B48C52;
}

.sec-area__title .txtF80 {
  font-size: 80%;
}

@media screen and (max-width: 767px) {
  .sec-area__title {
    font-size: 8vw;
    font-feature-settings: "palt";
    letter-spacing: -0.1px;
  }

  .sec-area__title .txt-en {
    font-size: 4.2vw;
  }
	
	.btn01 a {
  font-size: 3vw;

}
	
}


/* おすすめのイベント
-------------------------------------------- */
.eventAreaECLi01 {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.eventAreaECLi01.wMax {
	max-width: 100%;
	/*margin-bottom: 6em;*/
}
.eventAreaECLi01.wMax > li:nth-child(2) {
	margin: 2% 0;
}
.eventAreaECLi01 > li:nth-child(2) {
	margin-left: 4%;
}
.eventAreaECLi01 > li {
  width: 48%;
	margin-bottom: 10px;
}

.eventAreaECLi01 li:hover {
  opacity: 0.6;
}

.eventAreaECLi01 img {
  /*margin-bottom: 10px;*/
}

.eventAreaECLi01 .eventAreaECLi01C1 {
	width: 100%;
	max-width: 1023px;
}
.eventAreaECLi01.wMax .eventAreaECLi01C1 {
	max-width: 100%;
}


@media screen and (max-width: 767px) {
  .eventAreaECLi01 {
    margin: 0 auto 60px;
  }
.eventAreaECLi01.wMax {
	/*margin-bottom: 20px;*/
}
	.eventAreaECLi01.wMax > li {
		width: 100%;
		margin: 2% 0;
	}
	.eventAreaECLi01.wMax > li:nth-child(2) {
	margin: 1em 0 4em;
}
  .eventAreaECLi01 > li {
    width: 100%;
    margin-bottom: 20px
  }
	.eventAreaECLi01 > li:nth-child(2) {
	margin-left: 0%;
}
}

/* main visual
-------------------------------------------- */
.mainImgAreaBg {
  width: 100%;
  overflow: unset;
  /*height: 80vh;
  min-height: 550px;*/
  max-height: 770px;
	/*margin-top: -100px;*/
	max-width: 1920px;
}

.mainImgArea {
  /*width: 100%;
  min-height: 770px;
  height: 40vw;*/
}

.mainImgArea div {
  /*min-height: 770px;
  width: 100% !important;
  margin-right: 0 !important;
  height: auto;*/
  /*background-size: cover;*/
  background-repeat:no-repeat;
  background-position: center center;
	background-size: auto 100%;
	padding-top: 40.1041%;
}

.mainV01 {
  /*background-image: url(../img2/mainvisual/mainvisual_img_01_pc.jpg);*/
	background-image: url(../img2/mainvisual/mainvisual_img_concept_pc.jpg);
}

.mainV02 {
  background-image: url(../img2/mainvisual/mainvisual_img_cleverlytown_pc.jpg);
}

.mainV03 {
  background-image: url(../img2/mainvisual/mainvisual_img_25th_pc.jpg);
}
.mainV04 {
  /*background-image: url(../img2/mainvisual/mainvisual_img_movie_pc.jpg);*/
	background-image: url(../img2/mainvisual/mainvisual_img_cm_pc.png);
}
.mainV05 {
  background-image: url(../img2/mainvisual/mainvisual_img_media01_pc.jpg);
}
.mainV06 {
  background-image: url(../img2/mainvisual/mainvisual_img_2024newyear_pc.jpg);
}

.mainV07 {
  background-image: url(../img2/mainvisual/mainvisual_img_cm0427_pc.jpg);
}
.mainV08 {
  /*background-image: url(../img2/mainvisual/mainvisual_img_15year_pc.jpg);*/
	background-image: url(../img2/mainvisual/mainvisual_img_6hosho_pc.jpg);
}
/*.mainV09 {
  background-image: url(../img2/mainvisual/mainvisual_img_2024autumn_pc.jpg);
}*/
.mainV10 {
	background-image: url(../img2/mainvisual/mainvisual_img_award202505_pc.jpg);
}
.mainV11 {
	background-image: url(../img2/mainvisual/mainvisual_img_gaming_room_pc.jpg);
}
.mainV12 {
	background-image: url(../img2/mainvisual/mainvisual_img_clekag_pc.jpg);
}
.mainV13 {
	background-image: url(../img2/mainvisual/mainvisual_img_award202607_pc.jpg);
}
.mainV14 {
	background-image: url(../img2/mainvisual/mainvisual_img_cm2026_pc.jpg);
}

@media screen and (min-width: 1366px) {
    .mainImgAreaBg {
    /*max-height: 660px;*/
  }
    .mainImgArea div {
    /*max-height: 870px;
    background-position: center bottom;*/
  }
}

/*調整用
@media screen and (min-width: 2200px) {.mainImgAreaBg {margin-top: -50px;transition: all 0.3s;}}*/

@media screen and (max-width: 767px) {

  .mainImgAreaBg {
    /*width: 100%;*/
    /*height: 80vw;*//*画面幅からの比率保持*/
    min-height: auto;
    max-height: none;
    overflow: unset;
		/*margin-top: 0px;*/
  }

  .mainImgArea {
    /*width: 100%;
    margin-left: 0%;
    min-height: auto;*/
  }

  .mainImgArea div {
    /*min-height: auto;
    height: 100%;
    background-position: center top;
    background-size: 100% auto !important;
    background-size: cover;*/
		/*padding-top: 78.6666%;*/
	  padding-top: 129.6791%;
  }

  .mainV01 {
    /*background-image: url(../img2/mainvisual/mainvisual_img_01_sp.jpg);*/
		background-image: url(../img2/mainvisual/mainvisual_img_concept_sp.jpg);
  }
  .mainV02 {
    background-image: url(../img2/mainvisual/mainvisual_img_cleverlytown_sp.jpg);
  }
	.mainV03 {
    background-image: url(../img2/mainvisual/mainvisual_img_25th_sp.jpg);
  }
	.mainV04 {
    /*background-image: url(../img2/mainvisual/mainvisual_img_movie_sp.jpg);*/
		background-image: url(../img2/mainvisual/mainvisual_img_cm_sp.png);
  }
	.mainV05 {
  background-image: url(../img2/mainvisual/mainvisual_img_media01_sp.jpg);
}
	.mainV06 {
  background-image: url(../img2/mainvisual/mainvisual_img_2024newyear_sp.jpg);
}

.mainV07 {
  background-image: url(../img2/mainvisual/mainvisual_img_cm0427_sp.jpg);
}
.mainV08 {
  /*background-image: url(../img2/mainvisual/mainvisual_img_15year_sp.jpg);*/
	background-image: url(../img2/mainvisual/mainvisual_img_6hosho_sp.jpg);
}
/*.mainV09 {
  background-image: url(../img2/mainvisual/mainvisual_img_2024autumn_sp.jpg);
}*/
.mainV10 {
	background-image: url(../img2/mainvisual/mainvisual_img_award202505_sp.jpg);
}
.mainV11 {
	background-image: url(../img2/mainvisual/mainvisual_img_gaming_room_sp.jpg);
}
.mainV12 {
	background-image: url(../img2/mainvisual/mainvisual_img_clekag_sp.jpg);
}
.mainV13 {
	background-image: url(../img2/mainvisual/mainvisual_img_award202607_sp.jpg);
}
.mainV14 {
	background-image: url(../img2/mainvisual/mainvisual_img_cm2026_sp.jpg);
}
	
}


/* 重要なお知らせ */
.importantBox01 {
  background-color: #F7F3EE;
  width: 100%;
  margin: 68px auto 100px;
  padding: 40px 20px;
  list-style: none;
  text-align: center;
}

.importantBox01 li {
  margin-bottom: 40px;
}

.importantBox01 li:last-child {
  margin-bottom: 0;
}

.importantBox01 li a {
  text-decoration: underline;
  color: #333;
  padding-right: 30px;
  background-image: url("../common-20/img/icon_blank.svg");
  background-position: right center;
  background-size: 20px 20px;
}

.importantBox01 li a:hover {
  opacity: 0.6;
  text-decoration: none;
}


.wrap-header .scroll-arrow a {
  pointer-events: none;
}

.wrap-header .scroll-arrow a:hover {
  cursor: default;
}

.wrap-header .scroll-arrow span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}


.skippr-nav-element-bubble {
  width: 16px !important;
  height: 16px !important;
}

/* SP */
@media screen and (max-width: 767px) {
	.importantBox01 {
  text-align: left;
}
	
  .mod-mainimg-area {
    height: auto;
    padding-top: 100vh;
  }

  .is-iphonex .mod-mainimg-area {
    padding-top: calc(100vh - 110px);
  }

  .mod-mainimg-area>div {
    top: 0;
  }

  .mod-mainimg-area>div>div {
    width: 100%;
    height: 100%;
    background-position: top center;
  }

  .mod-mainimg-area>div>div.pc-only {
    display: none !important;
  }

  .skippr-nav-element-bubble {
    width: 8px !important;
    height: 8px !important;
  }

  .sp-inner {
    width: 100% !important;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .skippr {
    overflow: visible !important;
  }

  .mod-mainimg-area {
    width: 100%;
    margin-bottom: 30px;
  }

  .mod-mainimg-area .slide-txt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .swiper-container.swiper-container-s {
    width: 100% !important;
  }

  .swiper-container.swiper-container-s .swiper-wrapper .swiper-slide img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}




/* sec-area-campaign
-------------------------------------------------- */
.sec-area-campaign {
  padding-top: 100px;
  /*margin-bottom: 120px;*/
  margin-bottom: 50px;
}

.sec-area-campaign .campaign-lists {}

.sec-area-campaign .campaign-list {}

.sec-area-campaign .carousel,
.sec-area-campaign .carousel .movePanel {
  height: 290px;
}

.sec-area-campaign .carousel ul li {
  width: 436px;
  height: 390px;
}

.sec-area-campaign .campaign-list figcaption {
  margin-top: 10px;
  text-align: left;
}

.sec-area-campaign .campaign-list .cmp-name {
  color: #000;
  font-size: 1.1rem;
  display: block;
}

.sec-area-campaign .campaign-list .cmp-term {
  color: #4b4b4b;
  font-size: 1.4rem;
  display: block;
}

/* SP */
@media screen and (max-width: 767px) {
  .sec-area-campaign {
    /*padding-top: 60px;*/
    padding-top: 75px;
    /*margin-bottom: 75px;*/
    margin-bottom: 30px;
  }

  .sec-area-campaign .carousel,
  .sec-area-campaign .carousel .movePanel {
    /*    height: 145px;*/
    height: 290px;
  }

  .sec-area-campaign .carousel ul li {
    width: 218px;
    /*    height: 195px;*/
    height: 290px;
  }

  .sec-area-campaign .campaign-list .cmp-name {
    font-size: 1.0rem;
  }

  .sec-area-campaign .campaign-list .cmp-term {
    font-size: 1.2rem;
  }
}


/* sec-area-picup
-------------------------------------------------- */

.sec-area-picup {
  /*margin-bottom: 200px;*/
  /*margin-bottom: 100px;*/
	margin-bottom: 30px;
  padding-bottom: 50px;
}

.sec-area-picup .l-glid-row-full {
  margin-bottom: 0;
}

.picup-lists {
  display: flex;
  justify-content: center;
  gap: 40px;
    /* overflow: hidden; */
  width: 100%;
}

.sec-area-picup .picup-list {
  position: relative;
	max-width: 600px;
  width: calc(50% - 20px);
	/* width: 32%!important; */
    /* margin-right: 30px!important;
    margin-left: 30px!important; */
}

.sec-area-picup .picup-list img {
  width: 100%;
}

.picup-list figcaption {
  color: #4b4b4b;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.75;
  -webkit-font-feature-settings: "plat";
  font-feature-settings: "plat";
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .picup-lists {
    justify-content: unset;
    gap: 0;
  }

  .sec-area-picup .picup-list {
    margin-bottom: 20px;
    /*max-width: 600px;
	position: relative;
	width: 60%!important;
    margin-right: 15px!important;
    margin-left: 15px!important;*/
  }

  .picup-list figcaption {
    font-size: 3.4vw;
		padding: 10px;
  }

}


.sec-area-picup .picup-list:last-child,
.sec-area-picup .picup-list:nth-last-child(2) {
  margin-bottom: 30px;
}

.sec-area-picup .picup-list__lavel {
  font-size: 1.2rem;
}

.sec-area-picup figcaption strong {
  font-size: 1.6rem;
  line-height: 1.25;
}

/* .sec-area-picup .picup-list {
  width: 100%;
} */

/*.sec-area-picup .picup-list:nth-child(odd) {
    padding-right: 10px;
  }
  .sec-area-picup .picup-list:nth-child(even) {
    padding-left: 10px;
  }
  .sec-area-picup .picup-list:nth-child(even) .picup-list__lavel {
    left: 10px;
  }*/



/* sec-area-concept
-------------------------------------------------- */
.sec-area-concept {}

.conceptImg01 {
  width: 95%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}
.conceptImg01:hover {
	opacity: 0.6;
  transition: all 0.5s;
}


/* sec-area-case
-------------------------------------------------- */
.sec-area-case {
  text-align: center;
  /*padding-top: 100px;*/
	padding-top: 50px;
  padding-bottom: 10vw;
  /*background-image: url("../img2/case_bg01.png");*/
  background-size: 17px auto;
  background-repeat: repeat;
  position: relative;
  margin-bottom: 0;
}


.sec-area-case:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 0 49.5vw 10vw 49.5vw;
  border-style: solid;
  border-color: transparent transparent #F7F3EE transparent;
}

.sec-area-case .l-cnt-intro__title {
  text-align: center;
}

.sec-area-case .l-cnt-intro__catch p:first-child {
  margin-bottom: 40px;
}

.sec-area-case__lists {
  margin: 0 auto 30px;
}

.sec-area-case__list {
  background: #fff;
  /*width: 22%!important;
  margin-right: 1.5%!important;
  margin-left: 1.5%!important;
	max-width: 420px;
	position: relative;
  display: flex;
  flex-direction: column;*/
  box-shadow: 2px 2px 4px 0 rgba(83, 71, 65, .4);
}

.sec-area-case__list figure img {
  width: 100%;
}

.sec-area-case__list-in {
  padding: 20px 20px 25px;
  color: #4b4b4b;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  flex-grow: 1;
	box-sizing: border-box;
}


.sec-area-case__list a {
  height: 100%;
  min-height: 0%;
  display: flex;
  flex-direction: column;
}

.sec-area-case__list a:before {
  content: "";
  position: absolute;
  bottom: 2%;
  right: 2%;
  margin-top: 0px;
  border: 8px solid transparent;
  border-left: 8px solid #B48C52;
}

.sec-area-case__list-in-disc .txt-gold {
  color: #c58f21;
  font-weight: bold;
  text-decoration: underline;
}

/* SP */
@media screen and (max-width: 767px) {
  .sec-area-case {
    padding-top: 60px;
    padding-bottom: 10vw;
  }

  .sec-area-case__lists {
    margin: 0 auto 20px;
  }

  .sec-area-case__list {
    background: #fff;
    /*width: 60%!important;
    margin-right: 1.5%!important;
    margin-left: 1.5%!important;
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: 420px;*/

    box-shadow: 2px 2px 4px 0 rgba(83, 71, 65, .4);

  }
	.sec-area-case__list-in {
    font-size: 4vw;
		margin-bottom: -20px;
		min-width: 0;
}
}

/* sec-area visit
-------------------------------------------------- */
section.visit {
  background-color: #F7F3EE;
  padding-top: 30px;
	margin-bottom: 100px;
}

.visitContArea {
  background-image: url("../img2/visit_bg01.jpg");
  background-size: 100% auto;
  position: relative;
  padding-top: 17vw;
  padding-bottom: 40px;
}

.visitContBox {
  background-color: rgba(255, 255, 255, 0.9);
  margin-left: 5%;
  width: 90%;
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  padding: 60px 40px 30px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.visitContDtl01 {
  width: 60%;
}

.visitContDtl02 {
  max-width: 450px;
  width: 35%;
}

.visitTit01 {
  background-color: #B48C52;
  color: #fff;
  font-size: 2.4rem;
  position: relative;
  margin: -80px auto 30px;
  max-width: 400px;
  width: 80%;
  text-align: center;
  display: block;
  padding: 10px;
}

.visitTit01:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -16px;
  background-image: url("../img2/hukidashi_img.svg");
  background-size: 16px auto;
}

.visitTxt01 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #B48C52;
  border-bottom: 1px solid #808080;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.visitTxt02 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 35px;
}

.visitSerchBox {
  background-color: rgba(180, 140, 82, 0.3);
  padding: 15px 20px 20px;
  text-align: center;
	
	width: 90%;
	box-sizing: border-box;
}

.visitSerchTit {
  font-size: 1.8rem;
  color: #333333;
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 10px;
}

.visitSerchTit:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #333333;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.visitSerchTit:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #333333;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.visitSerchTit:before {
  left: 0;
}

.visitSerchTit:after {
  right: 0;
}

/* 都道府県 */
.visitForm select::-ms-expand {
  display: none;
}

.visitForm select {
  cursor: pointer;
  max-width: 460px;
  text-align: center;
  width: 90%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*margin: 1em auto;*/
  padding: .8em 1em;
  font-size: 1.8rem;
  border-radius: 4px;
  border: solid 2px #ccc;
  background-image: url(../img2/icon_map.svg);
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: right 20px center;
  background-color: #fff;
}


.visitContArea02 {
  /*background-color: #333333;*/
	background-color: #F7F3EE;
  padding: 40px 0 80px;
}

.visitlearnBox {
  width: 90%;
  max-width: 1220px;
  /*display: flex;
  justify-content: space-between;*/
  margin-left: auto;
  margin-right: auto;
  /*color: #fff;*/
}

.visitlearnBoxDtl {
  /*width: 46%;*/
	width: 100%;
	margin-bottom: 80px;
}
.visitlearnBoxDtl:last-child {
	margin-bottom: 0;
}

.visitlearnBoxDtl a:hover {
  opacity: 0.6;
  transition: all 0.5s;
}

.visitlearnBoxDtl2 {
	display: flex;
	justify-content: space-between;
}

.visitlearnTit01 {
  background-color: #B48C52;
  color: #fff;
  font-size: 2.3rem;
  position: relative;
  margin: 0px auto 60px;
  max-width: 400px;
  width: 80%;
  text-align: center;
  display: block;
  padding: 10px;
}

.visitlearnBoxDtl a:hover .visitlearnTit01 {
  margin-top: -20px;
  margin-bottom: 50px;
  transition: all 0.5s;
}

.visitlearnTit01:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -16px;
  background-image: url("../img2/hukidashi_img.svg");
  background-size: 16px auto;
}

.visitlearnTit02 {
  font-size: 3.2rem;
  /*text-align: center;*/
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #808080;
	color: #b48c52;
}

.visitlearnTit02 span {
  font-size: 2.4rem;
  display: inline-block;
  padding-right: 5px;
}

.visitlearnTxt01 {
  margin-top: 30px;
  font-size: 1.8rem;
}

.visitlearnTxt01 span {
  text-align: right;
  display: block;
}

.vDtlImg01 {
	width: 46%;
}
.vDtlTxt01 {
	width: 45%;
	padding: 10px;
	text-align: left;
}
.vDtlTxt01 .btn01 {
	margin: 30px 0 0;
	width: 90%;
	max-width: 500px;
}
.vDtlImgR {
	order: 2;
}
.vDtlTxtL {
	order: 1;
}

/* ==========20241212改修========== */
.visitContLi01 {
	list-style: none;
	width: 90%;
	max-width: 1220px;
	margin: 0 auto;
} 
.visitContLi01 img {
	width: 100%;
	height: auto;
}
.visitContLi01 > li {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 2em;
}
.visitImgArea {
	width: 50%;
	position: relative;
	background-size: cover;
	background-position: center center;
}
.visitImgArea a {
	display:block;
	width: 100%;
	height: auto;
	min-height: 300px;
}
.visitImgBox01 {
	background-image: url("../img2/visit_bg01_pc.jpg");
	/*background-image: url("../img2/visit_bg01.jpg");*/
}
.visitImgArea.visitImgBox01 a {
	min-height: 400px;
}
.visitImgBox02 {
	background-image: url("../img2/visit_housing_square.jpg");
}
.visitImgBox03 {
	background-image: url("../img2/visit_cleverly_town.jpg");
}
.visitImgTit {
	width: 100%;
	position: absolute;
	z-index: 12;
	top: 50%;
  transform: translateY(-50%);
	text-align: center;
}
.visitImgTit.visitImgTit01 {
	top: 22%;
}
.visitImgArea a .visitImgTit span {
	display:inline-block;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0.4em 0.4em;
	font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    color: #B48C52;
	transition: all 0.3s;
}
.visitImgArea a:hover .visitImgTit span {
	background-color: rgba(180, 140, 82, 0.8);
	color: #fff;
	transition: all 0.3s;
}
.visitImgDtlpc {
	position: absolute;
	width: 53%;
	right: 0px;
	bottom: 0px;
}

.visitTxtArea {
	width: 50%;
	padding: 3em 2em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.visitTxtAdd01 {
	font-size: 2rem;
	margin-bottom: 30px;
	text-align: center;
}
.visitTxtAdd02 {
	width: 90%;
	font-size: 1.8rem;
	margin-bottom: 20px;
	text-align: left;
}
.visitTxtBtn01 {
	width: 80%;
	margin-top: 1em;
}
.visitTxtBtn01 a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 1em 2em 1em 1.5em;
	background-color: rgba(180, 140, 82, 0.3);
	text-align: center;
	border-radius: 100px;
	font-size: 1.2em;
	position: relative;
	transition: all 0.3s;
}
.visitTxtBtn01 a:hover {
	background-color: rgba(180, 140, 82, 1);
	color: #fff;
	transition: all 0.3s;
}
.visitTxtBtn01 span {
	font-size: 0.8em;	
}
.visitTxtBtn01 a::after{
    content: '';
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #333;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); /* translateYのみ */
	transition: all 0.3s;
}
.visitTxtBtn01 a:hover::after {
	 border-color: transparent transparent transparent #fff;
	transition: all 0.3s;
}
.visitTxtBtn01 br.tabsp {
		display: none;
	}


/* tablet pc */
@media screen and (max-width: 1379px) {
  .visitlearnTit01 {
    font-size: 1.8vw;
  }

  .visitlearnTit02 {
    font-size: 2.2vw;
  }

  .visitlearnTit02 span {
    font-size: 2vw;
  }
	
}

@media screen and (max-width: 1099px) {
	.vDtlTxt01 .btn01 {
	   font-size: 1.6vw;
        width: 100%;
        max-width: 500px;
}
	.visitImgTit a {
	font-size: 3vw
}
	.visitTxtBtn01 br.tabsp {
		display: block;
	}
	.visitTxtArea {
	padding: 2em 1em;
}

}

/* SP */
@media screen and (max-width: 767px) {

  .visitTit01 {
    font-size: 4vw;
  }
  .visitTxt01 {
    font-size: 5vw;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .visitTxt02 {
    font-size: 4.2vw;
    margin-bottom: 35px;
  }
	.visitForm select {
  cursor: pointer;
  max-width: 460px;
  text-align: center;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*margin: 1em auto;*/
  padding: .8em 1em;
  font-size: 3.2vw;
  border-radius: 4px;
  border: solid 2px #ccc;
  background-image: url(../img2/icon_map.svg);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: right 8px center;
  background-color: #fff;
}
  .visitContArea {
    padding-top: 25vw;
  }

  .visitContBox {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 20px 30px;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.1);
  }

  .visitContDtl01 {
    width: 100%;
  }

  .visitContDtl02 {
    max-width:100%;
    width: 100%;
    margin-bottom: 20px;
  }

  .visitlearnBox {
    flex-wrap: wrap;
  }

  .visitlearnBoxDtl {
    width: 100%;
    margin-bottom: 15vw;
  }

  .visitlearnBoxDtl:last-child {
    margin-bottom: 0;
  }

  .visitlearnTit01 {
    font-size: 4vw;
	  margin-bottom: 10%;
  }

  .visitlearnTit02 {
    font-size: 4.8vw;
  }

  .visitlearnTit02 span {
    font-size: 4.2vw;
    ;

  }

  .visitlearnTxt01 {
    margin-top: 1em;
    font-size: 3.6vw;
	text-align: left;
  }
	
	.visitlearnBoxDtl2 {
	flex-wrap: wrap;
}
	.vDtlImg01 {
	width: 100%;
}
.vDtlTxt01 {
	width: 100%;
	text-align: center;
}
	.vDtlTxt01 .btn01 {
		margin-left: auto;
		margin-right: auto;
		max-width: 500px;
        width: 90%;
		font-size: 3.3vw;
	}
	.vDtlImgR {
	order: 1;
}
.vDtlTxtL {
	order: 2;
}
	
.visitImgTit a {
	font-size: 5vw;
	padding: 0.4em 0.6em;
}
.visitTxtArea {
	width: 100%;
	padding: 2em;
}
.visitTxtAdd01 {
	font-size: 3.3vw;
	margin-bottom: 2em;
}
	
/* ==========20241212改修========== */

.visitContLi01 > li {
	flex-wrap: wrap;
}
.visitImgArea {
	width: 100%;
}
.visitImgArea a {
	min-height: 40vw;
}
.visitImgArea.visitImgBox01 a {
	min-height: 40vw;
}
.visitImgBox01 {
	background-image: url("../img2/visit_bg01.jpg");
	
}
.visitImgTit.visitImgTit01 {
	top: 50%;
}
.visitImgTit a {
	padding: 0.4em 0.4em;
	font-size: 5vw;
}
.visitTxtArea {
	width: 100%;
	padding: 1.2em 1.4em 2.4em;
}
.visitTxtAdd01 {
	font-size: 3.4vw;
	margin-bottom: 1em;
	text-align: center;
}
.visitTxtAdd02 {
	width: 100%;
	font-size: 1em;
	margin-bottom: 1em;
	text-align: left;
}
.visitTxtBtn01 {
	width: 90%;
	margin-top: 0.6em;
}
.visitTxtBtn01 a {
	padding: 1em 2em 1em 1.5em;
	font-size: 3.4vw;
}
.visitTxtBtn01 span {
	font-size: 0.8em;	
}
.visitTxtBtn01 br.tabsp {
		display: none;
	}
	.visitImgDtl {
		margin-bottom: 1em;
	}

}


/* sec-area-lineup
-------------------------------------------------- */
.sec-area-lineup {
  padding-top: 120px;
  padding-bottom: 10px;
  /*background-image: url("../img2/lineup_bg.gif");*/
  background-repeat: repeat;
  background-size: 43px auto;
}

.lineupLi01 {
  /*display: flex;
  overflow: hidden;*/
}

.lineupLi01 li {
  /*max-width: 440px;
  width: 23%!important;
  margin-left: 25px!important;
  margin-right: 25px!important;*/
}

.lineupLi01 li a:hover {
  opacity: 0.6;
  transition: all 0.5s;
}

.lineupLi01 li:nth-child(4) {
  margin-right: 0;
}

.lineupLiLogo {
  max-height: 90px;
  height: 8vw;
  margin-bottom: 5px;
}

.lineupLiLogo img {
  width: auto;
  height: 100%;
}

.lineupLiImg img {
  width: 100%;
}

.lineupLiTxt {
  padding: 20px 5px;
  text-align: center;
  font-size: 1.6rem;
}
.lineupLiTxt.sm {
  padding: 20px 5px 0;
}
.lineupLiTxt.sm br {
  display: none;
}
.lineupLiTxt02 {
  padding: 0 5px 20px;
  text-align: center;
  font-size: 1.4rem;
	text-decoration: underline;
	color: #B48C52;
}

.sec-area-lineup .l-cnt-intro-fig {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.sec-area-lineup .l-cnt-intro-txt {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* tablet pc */
@media screen and (max-width: 1379px) {
  .lineupLiTxt {
    padding: 20px 5px;
    text-align: center;
    font-size: 1.3vw;
  }
	.lineupLiTxt.sm br {
  display: block;
}
	.lineupLiTxt02 {
  font-size: 1.2vw;
}
}

/* SP */
@media screen and (max-width: 767px) {
  .sec-area-lineup {
    padding-top: 80px;
  }

  .lineupLi01 li {
    /*max-width: 440px;
    width: 60%!important;
    margin-left: 15px!important;
    margin-right: 15px!important;*/
  }

  .lineupLiLogo {
    max-height: 120px;
    height: 18vw;
    margin-bottom: 2%;
    text-align: center;
  }

  .lineupLiTxt {
    font-size: 4vw;
  }
	.lineupLiTxt.sm br {
  display: none;
}
	.lineupLiTxt02 {
  font-size: 3.2vw;
}

}


/* sec-area-technology
-------------------------------------------------- */


.tecLi01 {
  display: flex;
  margin-bottom: 80px;
}

.tecLi01 li {
  /*width: 22%;
  margin-left: 1.5%;
  margin-right: 1.5%;*/
  border-bottom: 1px solid #808080;
}

.tecLi01 li:hover {
  opacity: 0.6;
  transition: all 0.5s;
}

.tecLiCateBox {
  position: relative;
  margin-bottom: 15px;
}

.tecLiCate {
  margin-bottom: -20px;
  min-width: 96px;
  background-color: #B48C52;
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: bold;
}

.tecLiCateBox:after {
  content: '';
  position: absolute;
  top: 65%;
  display: inline-block;
  width: 100%;
  height: 1px;
  left: 0;
  z-index: 2;
  background-color: #808080;
}

.tecLiImg img {
  width: 100%;
  height: auto;
}

.tecLiTxt {
  font-size: 1.6rem;
  text-align: center;
  padding: 12px 15px;
  position: relative;
}

.tecLiTxt:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 95%;
  margin-top: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #333333;
}

.tecContLi01 {
  display: flex;
	justify-content: center;
  width: 97%;
  margin-left: auto;
  margin-right: auto;
}

.tecContDtl {
  width: 31%;
  margin-right: 2%;
  border: 1px solid #C9AB3F;
  background-image: url("../img2/technology_bg01.gif");
  background-repeat: repeat;
  background-size: 12px auto;
  position: relative;
}

.tecContDtl a:before {
  content: "";
  position: absolute;
  bottom: 2%;
  right: 2%;
  margin-top: -15px;
  border-bottom: 25px solid #231815;
  border-left: 25px solid transparent;
}

.tecContDtl a.arrowGold:before {
  content: "";
  position: absolute;
  bottom: 2%;
  right: 2%;
  margin-top: -15px;
  border-bottom: 25px solid #B48C52;
  border-left: 25px solid transparent;
}

.tecContDtl a {
  height: 100%;
  display: block;
  padding: 16px 30px 50px;
}

.tecContDtl a:hover {
  opacity: 0.6;
  transition: all 0.2s;
}

.tecContDtl.last {
  margin-right: 0;
}

.tecContDtlTitArea {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  align-items: flex-end;
  position: relative;
  justify-content: space-between;
}

.tecContDtlTitArea:before {
  content: '';
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
  display: inline-block;
  width: 80%;
  height: 1px;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  background-color: #3E3A39;
  border-radius: 2px;
}

.tecContDtlTitCate {
  max-width: 160px;
  width: 40%;
}

.tecContDtlTit {
  text-align: right;
  font-size: 1.4rem;
  width: 60%;
  padding-bottom: 8px;
}

.tecContDtl02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #333333;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.tecContDtl02Img {
  max-width: 185px;
  width: 30%;
}

.tecContDtl02Txt {
  width: 65%;
  line-height: 1.8em;
  font-size: 2rem;
}


/* tablet pc */
@media screen and (max-width: 1379px) {
  .tecContDtlTitCate {
    max-width: 160px;
    width: 45%;
  }

  .tecContDtlTit {
    text-align: right;
    font-size: 1.1vw;
    width: 60%;
    padding-bottom: 8px;
  }

  .tecContDtl02Txt {
    width: 65%;
    line-height: 1.8em;
    font-size: 1.3vw;
  }
}

/* tablet */
@media screen and (max-width: 960px) {
  .tecContLi01 {
    flex-wrap: wrap;
    width: 90%;
  }

  .tecContDtl {
    width: 100%;
    margin-right: 0%;
    position: relative;
    margin-bottom: 50px;
  }

  .tecContDtlTitArea:before {
    content: '';
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    display: inline-block;
    width: 85%;
    height: 1px;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    background-color: #3E3A39;
    border-radius: 2px;
  }

  .tecContDtlTitCate {
    max-width: 160px;
    width: 40%;
    min-width: 100px;
  }

  .tecContDtlTit {
    text-align: right;
    font-size: 2vw;
    width: 60%;
    padding-bottom: 8px;
  }

  .tecContDtl02Img {
    max-width: 100%;
    width: 30%;
  }

  .tecContDtl02Txt {
    width: 65%;
    line-height: 1.8em;
    font-size: 3.5vw;
  }
	
	.visitImgDtlpc {
	width: 70%;
	right: 0px;
	bottom: 0px;
}

}

/* SP */
@media screen and (max-width: 767px) {
  .tecLi01 li {
    /*width: 60%!important;
    margin-left: 1.5%!important;
    margin-right: 1.5%!important;*/
    border-bottom: 1px solid #808080;
  }

  .tecContDtlTitCate {
    width: 50%;
    max-width: 160px;
    min-width: 100px;
  }

  .tecContDtlTit {
    text-align: right;
    font-size: 3.2vw;
    width: 60%;
    padding-bottom: 8px;
  }

  .tecContDtlTxt01 {
    font-size: 1.4rem;
  }

  .tecContDtl02 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .tecLiCate {
    margin-bottom: -20px;
    min-width: 6px;
    background-color: #B48C52;
    display: inline-block;
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: center;
    padding: 6px 15px;
    box-sizing: border-box;
    font-size: 4vw;
    font-weight: bold;
  }

  .tecLiTxt {
    font-size: 3.8vw;
    text-align: center;
    padding: 12px 15px;
    position: relative;
  }

  .tecLiTxt:before {
    content: "";
    position: absolute;
    top: 30%;
    left: 95%;
    margin-top: 4px;
    border: 6px solid transparent;
    border-left: 6px solid #333333;
  }
	
	.tecContDtl a {
  height: 100%;
  display: block;
  padding: 16px 15px 50px;
}

}

.sec-area-technology .btn01 {
	margin-top: 10px;
}

.sec-area-technology2 {
	max-width: 1380px;
	margin: 0 auto 100px;
	width: 90%;
}
.secTec2 {
	display: flex;
	justify-content: space-between;
}
.secTec2 li {
	width: 31%;
	display: flex;
	flex-direction: column;
}
.secTec2Tit {
	text-align: center;
	font-size: 3rem;
	margin-bottom: 20px;
}
.secTec2Img {
	margin-bottom: 20px;
}
.secTec2Txt {
	margin-bottom: 30px;
	flex-grow: 1;
}
/*.secTec2 .btnInc {
	flex-grow: 1;
}*/
.secTec2 .btn01 {
	margin: 0 auto;
}
.secTec2 .btn01 br {
		display: none;
	}

@media screen and (max-width: 1379px) {
	.secTec2Tit {
	font-size: 2vw;
}
	.secTec2 .btn01 br {
		display: block;
		}
	.secTec2 .btn01 {
	font-size: 1.2vw;
}
}
@media screen and (max-width: 960px) {
	.secTec2 .btn01 {
	font-size: 1.2vw;
}
}
/* SP */
@media screen and (max-width: 767px) {
	.secTec2 {
		flex-wrap: wrap;
		margin-top: 20vw;
}
	.secTec2 li {
		width: 100%;
		margin-bottom: 20vw;
}
	.secTec2Tit {
	font-size: 5.8vw;
}
.sec-area-technology2 {
	margin: 0 auto 40px;
}
	.secTec2 .btn01 {
	font-size:3vw;
		max-width: 500px;
}
	.secTec2 .btn01 br {
		display: none;
	}
	
}


/* other
-------------------------------------------------- */
.otherLi01 {
  display: flex;
  margin-bottom: 50px;
}

.otherLi01 li {
  /* width: 17%!important;
  margin-left: 1.5%;
  margin-right: 1.5%;
  display: flex;
  flex-direction: column;*/
}

.otherLi01 li a:hover {
  opacity: 0.6;
  transition: all 0.5s;
}

.otherTit {
  font-size: 1.5rem;
  text-align: center;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.otherLi01 li div {
  flex: 2;
  height: 100%;
  margin-bottom: 20px;
}

.otherTxt {
  height: 100%;
  font-size: 1.4rem;
}

@media screen and (max-width: 1379px) {
  .otherTit {
    font-size: 0.9vw;
  }

  .otherTxt {
    height: 100%;
    font-size: 1vw;
  }
}

/* SP */
@media screen and (max-width: 767px) {

  .otherSwiper .swiper-button-prev,
  .otherSwiper .swiper-button-next {
    display: none;
  }

  .otherLi01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .otherLi01 li {
    width: 48% !important;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
	  order: 2;
  }

  .otherLi01 li:last-child {
    width: 100% !important;
	  order: 1;
  }

  .otherTit {
    font-size: 2.8vw;
  }

  .otherTxt {
    display: none;
  }

}


/* sec-area-column
-------------------------------------------------- */
.sec-area-column {}

.sec-area-column .l-cnt-intro .l-cnt-intro__title .txt-en {
  width: 109%;
}

.sec-area-column .l-cnt-submenu {
  padding: 0 50px;
}

.sec-area-column .l-cnt-submenu figcaption {
  text-align: left;
}

.sec-area-column .l-cnt-submenu figcaption strong {
  font-size: 1.8rem;
  color: #00295f;
}

.sec-area-column .l-cnt-intro-fig {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.sec-area-column .l-cnt-intro-txt {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}




/* sec-area-cleverlyhome
-------------------------------------------------- */
.sec-area-cleverlyhome .l-cnt-intro-txt {
  padding-top: 0;
}

.sec-area-cleverlyhome .l-cnt-intro__title {
  margin-bottom: 30px;
}

.sec-area-cleverlyhome .l-cnt-intro__catch {
  margin-bottom: 0;
}

.sec-area-cleverlyhome .btn-blue {
  margin-top: 10px;
}

.sec-area-cleverlyhome .l-cnt-submenu {}

.sec-area-cleverlyhome .l-cnt-submenu figcaption span {
  font-size: 1.6rem;
}

.sec-area-cleverlyhome .bnr-store {
  width: 400px;
  margin-top: 20px;
}


/* sec-area-more
-------------------------------------------------- */
.snsTitArea {
  max-width: 1380px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 40px;
}

.snsTitArea h3 {
  text-align: left;
  margin: 2%;
}

.snsLi01 {
  display: flex;
  align-items: center;
  width: 96%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.snsLi01 li {
  width: 25%;
  position: relative;
  padding: 0 20px;
}

.snsLi01 li:before {
  content: '';
  position: absolute;
  left: 0%;
  top: 40%;
  display: inline-block;
  width: 1px;
  height: 16px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
  border-radius: 2px;
}

.snsLi01 li:last-child:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 40%;
  display: inline-block;
  width: 1px;
  height: 16px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
  border-radius: 2px;
}

.snsLi01 li figure {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}

.snsLi01 li figure div {
  max-width: 43px;
  width: 30%;
  margin-right: 30px;
}

.snsLi01 li figcaption {
  font-size: 1.6rem;
}


.snsBoxArea {
  max-width: 1220px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.snsBox {
  width: 48%;
  border: 1px solid #CCCCCC;
}
.snsBox a,.snsBox.linePopUp,.snsBox.linePopUp2 {
	padding: 16px 24px;
	display: block;
}
.snsBox a:hover,.snsBox.linePopUp:hover,.snsBox.linePopUp2:hover {
	opacity: 0.6;
  transition: all 0.5s;
}

.snsBoxImg {
  margin-bottom: 10px;
}

.snsBoxTxt01 {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 10px;
}

.snsBoxDtl {
  display: flex;
  align-items: center;
}

.snsBoxDtlIcon {
  max-width: 50px;
  margin-right: 20px;
}

.snsBoxDtlTxt {
  width: 90%;
  font-size: 1.6rem;
}

.snsBoxDtlTxt span {
  font-size: 1.2rem;
}

.snsBoxDtlQr {
		/*max-width: 76px;*/
		max-width: 100px;
}

/* tablet */
@media screen and (max-width: 959px) {
  .snsTitArea h3 {
    text-align: center;
    margin: 50px;
  }

  .snsLi01 li figure div {
    max-width: 43px;
    width: 30%;
    margin-right: 10px;
  }

  .snsBoxDtl {
    display: flex;
    align-items: center;
  }

  .snsBoxArea .snsBox:first-child .snsBoxDtlIcon {
    width: 60px;
  }

  .snsBoxDtlIcon {
    max-width: 50px;
    width: 50px;
    margin-right: 20px;
  }

  .snsBoxDtlTxt {
    width: 90%;
    font-size: 2vw;
    padding-right: 10px;
  }

  .snsBoxDtlTxt span {
    font-size: 1.2rem;
  }

  .snsBoxDtlQr {
    max-width: 76px;
    width: 76px;
  }
}

/* tablet */
@media screen and (max-width: 767px) {
  .snsLi01 li:first-child {
    order: 1;
  }

  .snsLi01 li:nth-child(2) {
    order: 3;
  }

  .snsLi01 li:nth-child(3) {
    order: 2;
  }

  .snsLi01 li:nth-child(3) figure div img {
    max-height: 30px;
    /*margin: 5px 0;*/
		margin: 0px 0;
    height: 5vw;
  }

  .snsLi01 li:last-child {
    order: 4;
  }

  .snsLi01 li figure {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
  }

  .snsLi01 li figure div {
    max-width: 100%;
    width: 100%;
    margin-right: 0px;
    text-align: center;

  }

  .snsLi01 li figure div img {
    max-width:100%;
    max-height: 40px;
    height: 6vw;
    margin-bottom: 3px;
  }

  .snsLi01 li figcaption {
    font-size: 2.5vw;
  }

  .snsBoxArea {
    flex-wrap: wrap;
  }

  .snsBox {
    width: 100%;
    border: 1px solid #CCCCCC;
    margin-bottom: 60px;
  }
	.snsBox a {
	padding: 16px 24px;
}

  .snsBoxTxt01 {
    font-size: 4vw;
    text-align: center;
    margin-bottom: 15px;
    padding: 0 0 10px;
    border-bottom: 1px solid #CCCCCC;
    position: relative;
  }

  .snsBoxTxt01:before {
    content: "";
    position: absolute;
    top: 45%;
    left: 98%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #333333;
  }

  .snsBoxDtl {
    /*justify-content: center;*/
		justify-content: flex-start;
  }

  .snsBoxArea .snsBox:first-child .snsBoxDtlIcon {
    width: 10%;
  }

  .snsBoxDtlIcon {
    max-width: 50px;
    width: 10%;
    margin-right: 10px;
  }

  .snsBoxDtlTxt {
    width: auto;
    font-size: 3vw;
    letter-spacing: 0.2em;
    padding-right: 0px;
    font-weight: 400;
    color: #808080;
  }

  /*.snsBoxDtlTxt br {
    display: none;
  }*/

  .snsBoxDtlTxt span {
    font-size: 100%;
  }

  .snsBoxDtlQr {
    display: none;
  }

}



/* sec-news-area
-------------------------------------------------- */
.sec-news-area {
  color: #fff;
  text-align: center;
  padding: 120px 0 45px 0;
  width: 90%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

.sec-news-area .new-list {
  margin: 0 auto 45px auto;
  padding: 40px 50px 1px;
  background-color: #ebebeb;
}

/*----------タブ----------*/
.tabTitArea {
  display: flex;
  align-items: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 1089px) {
	.tabTitArea {
	margin-bottom: 30px;
}
}
.tabTitArea .sec-area__title {
  margin: 2%;
}

#tabcontrol {
  display: flex;
  font-size: 1.8rem;
}

#tabcontrol a {
  color: #333333;
  border-left: 1px solid #ccc;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 270px;
}

#tabcontrol a:last-child {
  border-right: 1px solid #ccc;
}

#tabcontrol a:hover:before,
#tabcontrol a.active:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #333333;
}

#tabbody div#tab1,
#tabbody div#tab2,
#tabbody div#tab3{
  border-top: 1px solid #CCCCCC;
  padding-top: 30px;
  background-color: #fff;
  position: relative;
  z-index: 0;
}

#tabbody div.btn01 {
  display: block !important;
}


.newsTbl01 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
  font-size: 1.6rem;
}

.newsTbl01 tr {
  border-bottom: 1px dotted #808080;
  display: flex;
  align-items: center;
}

.newsTbl01 th,
.newsTbl01 td {
  font-weight: normal;
  padding: 20px;
}

.newsTbl01 th {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}

.newsTblData {
  margin-right: 10px;
}

.newsTbl01 td {}

#tabbody div.newsTblCate {
  font-size: 1.4rem;
  display: inline-block !important;
  min-width: 140px;
  border-radius: 4px;
  padding: 5px;
}

/* label color */
#tabbody div.labelCamp {
  background-color: #B48C52;
  border: 1px solid #B48C52;
  color: #fff;
}

#tabbody div.labelTopi {
  background-color: #FFFFFF;
  border: 1px solid #808080;
  color: #333333;
}

#tabbody div.labelInfo {
  background-color: #CCCCCC;
  border: 1px solid #CCCCCC;
  color: #333333;
}

.newsTblTxt01 {
  text-align: left;
}

.newsTblTxt01 a {
  color: #333333;
  -webkit-transition: .8s;
  transition: .8s;
}

.newsTblTxt01 a:hover {
  color: #B48C52;
}


.side-btn-catalog {
  display: none !important;
}

.sec-news-area__txt-link a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  margin-top: 45px;
  -webkit-transition: .8s;
  transition: .8s;
}

.sec-news-area__txt-link a:hover {
  color: #c58f21;
}



/* tablet */
@media screen and (max-width: 959px) {
  .tabTitArea {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .tabTitArea .sec-area__title {
    margin: 2% 2% 50px;
    width: 100%;
  }

  #tabbody div#tab1,
  #tabbody div#tab2,
  #tabbody div#tab3{
    border-top: 0;
    padding-top: 30px;
    background-color: #fff;
    position: relative;
    z-index: 0;
  }

  #tabcontrol {
    display: flex;
    font-size: 1.4rem;
    width: 100%;
  }

  #tabcontrol a {
    color: #333333;
    border-left: 1px solid #ccc;
    /*padding: 0 20px;*/
	  padding: 0 5px;
    /*display: inline-block;*/
    position: relative;
    text-align: center;
    min-width: 0px;
    /*width: 50%;*/
	  width: 30%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
  }
	  #tabcontrol a:nth-child(2) {
		  width: 40%;
	}
}

/* SP */
@media screen and (max-width: 767px) {


  #tabbody div#tab1,
  #tabbody div#tab2,
  #tabbody div#tab3{
    border-top: 0;
    padding-top: 30px;
    background-color: #fff;
    position: relative;
    z-index: 0;
  }

  .newsTbl01 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #333333;
    font-size: 1.4rem;
  }

  .newsTbl01 tr {
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .newsTbl01 th,
  .newsTbl01 td {
    font-weight: normal;
    padding: 5px 0;
    display: block;
  }

  .newsTbl01 th {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .newsTblData {
    margin-right: 10px;
  }

  .newsTbl01 td {
    width: 100%;
  }

  #tabbody div.newsTblCate {
    font-size: 1.2rem;
    display: inline-block !important;
    min-width: 100px;
    border-radius: 4px;
    padding: 2px 5px;
  }


}