@charset "UTF-8";

article {
  overflow-x: hidden;
}

.background {
  opacity: 0;
  transition: opacity 1s ease;
}
.background.show {
  opacity: 1;
}


.bg-video{
  position: fixed;
}
.bg-video-contents {
  position: absolute;
}
.bg-video,
.bg-video-contents {
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 100vh;
  transform: translate(-50%, -50%);
  z-index: -1;
	display: none;
}
@media (min-aspect-ratio: 16/9) {
  .bg-video,
  .bg-video-contents {
    width: 100vw;
    height: 56.25vw;
  }
}
@media (min-aspect-ratio: 9/16) {
	.bg-video,
  .bg-video-contents {
		height: 177.78vh;
	}
}

@media (min-width: 768px) {
	.video-pc {
		display: block;
	}
  .video-sp {
    display: none;
  }
}

@media (max-width: 767px) {
	.video-pc {
		display: none;
	}
	.video-sp {
		display: block;
	}
}

/* background-block */
.background-block-wrap{
  overflow: hidden;
  position: relative;
}
.background-block{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.background-block-contents{
  position: relative;
  z-index: 1;
}

/* c-caption */
.c-caption-reference{
  position: relative;
}
.c-caption{
  position: absolute;
  color: #fff;
  font-weight: 600;
  box-sizing: border-box;
  display: flex;
  justify-content: right;
  align-items: flex-end;
  width: auto;
}
.c-caption-f-black{
  color: #251E1C;
}
@media screen and (min-width: 768px) {
.c-caption{
    font-size: calc((12vw / 1366) * 100) ;
    line-height: 1;
    bottom: calc((15vw / 1366) * 100);
    right: calc((17vw / 1366) * 100);
  }
  .c-caption--sp{
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-caption{
    font-size: calc((8vw / 390) * 100);
    line-height: 1;
    bottom: calc((6vw / 390) * 100);
    right: calc((6vw / 390) * 100);
  }
  .c-caption--pc{
    display: none;
  }
}

/* c-imagephoto */
.c-imagephoto{
  position: absolute;
  color: #fff;
  font-weight: 600;
  box-sizing: border-box;
  display: flex;
  justify-content:flex-end;
  align-items:flex-end;
  flex-direction: column;
  width: auto;
}
.c-imagephoto.c-imagephoto-f-black{
  color: #251E1C;
}

@media screen and (min-width: 768px) {
.c-imagephoto{
    font-size: calc((12vw / 1366) * 100) ;
    line-height: 1;
    right: calc((15vw / 1366) * 100);
    bottom: calc((10vw / 1366) * 100);
  }
}
@media screen and (max-width: 767px) {
  .c-imagephoto{
    font-size: calc((10vw / 390) * 100);
    line-height: 1;
    right: calc((8vw / 390) * 100);
    bottom: calc((8vw / 390) * 100);
  }
  .c-imagephoto span{
    font-size: calc((6vw / 390) * 100);
  }
}

/* c-entrybtn-pageend */
.c-entrybtn-pageend .c-entrybtn{
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .c-entrybtn-pageend{
    padding-top: calc((120vw / 1366) * 100);
  }
}
@media screen and (max-width: 767px) {
  .c-entrybtn-pageend{
    padding-top: calc((40vw / 390) * 100);
  }
  .c-entrybtn-pageend .c-entrybtn{
    width: calc((300vw / 390) * 100);
  }
}

/* titlelabel */
.titlelabel{
  background-color: #87613A;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
  color: #fff;
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}
.desxbox .titlelabel{
  background-color: #B08057;
}
.titlelabel-inner{
    display: flex;
    align-items: flex-end;
}
.titlelabel span{
  font-style: normal;
  background: url(../img/design/titlelabel-icon.svg) left center no-repeat,
  url(../img/design/titlelabel-icon-r.svg) right center no-repeat;
  background-size: auto 100%,auto 100%;
  display: flex;
  align-items: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ", "Arial", sans-serif;
  font-weight: 400;
  letter-spacing: -0.1em;
}

@media screen and (min-width: 768px) {
  .titlelabel{
    height: calc((64vw / 1366) * 100);
    font-size: calc((30vw / 1366) * 100);
  }
  .titlelabel span{
    margin-left: calc((15vw / 1366) * 100);
    padding-left: calc((10vw / 1366) * 100);
    padding-right: calc((10vw / 1366) * 100);
    font-size: calc((20vw / 1366) * 100);
  }
}
@media screen and (max-width: 767px) {
  .titlelabel{
    height: calc((57vw / 390) * 100);
    font-size: calc((20vw / 390) * 100);
    letter-spacing: 0.09em;
  }
  .titlelabel-inner{
    flex-direction: column;
    align-items: center;
  }
  .titlelabel span{
    margin-top: calc((5vw / 390) * 100);
    padding-left: calc((7vw / 390) * 100);
    padding-right: calc((7vw / 390) * 100);
    font-size: calc((13vw / 390) * 100);
  }
}

/* visual */
.visual {
  position: relative;
}
.visual_img img {
  vertical-align: top;
}
.visual_title {
  position: absolute;
  text-align: center;
}
.visual_title_en {
  width: 100%;
}
.visual_title_ja {
  color: #fff;
}
.visual_catch {
  color: #fff;
  font-weight: 600;
  position: absolute;
  text-align: center;
}
.visual_caption {
  color: #fff;
}

@media (min-width: 768px) {
  .visual_title {
    right: calc((226vw / 1366) * 100);
    top: calc((267vw / 1366) * 100);
    width: calc((156vw / 1366) * 100);
  }
  .visual_title_ja {
    font-size: calc((26vw / 1366) * 100);
    line-height: calc((37vw / 1366) * 100);
    margin-top:  calc((6vw / 1366) * 100);
  }
  .visual_catch {
    font-size: calc((26vw / 1366) * 100);
    right: calc((148vw / 1366) * 100);
    line-height: calc((37vw / 1366) * 100);
    top:  calc((377vw / 1366) * 100);
  }
  .visual_caption {
    font-size: calc((12vw / 1366) * 100);
    bottom: calc((15vw / 1366) * 100);
    right: calc((17vw / 1366) * 100);
  }
}

@media (max-width: 767px) {
  .visual_title {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: calc((97vw / 390) * 100);
    width: calc((115vw / 390) * 100);
  }
  .visual_title_ja {
    font-size: calc((18vw / 390) * 100);
    line-height: calc((25vw / 390) * 100);
    margin-top:  calc((6vw / 390) * 100);
  }
  .visual_catch {
    font-size: calc((18vw / 390) * 100);
    margin: 0 auto;
    left: 0;
    line-height: calc((25vw / 390) * 100);
    text-align: center;
    bottom:  calc((32vw / 390) * 100);
    width: 100%;
  }
  .visual_caption {
    font-size: calc((8vw / 390) * 100);
    bottom: calc((8vw / 390) * 100);
    right: calc((8vw / 390) * 100);
  }
}

/* attractive */
.attractive {
  background-color: rgba(255, 255, 255, .75);
  color: #251E1C;
  font-weight: 600;
  position: relative;
  text-align: center;
  z-index: 2;
}

@media (min-width: 768px) {
  .attractive {
    padding: calc((112vw / 1366) * 100) 0;
  }
  .attractive_title {
    font-size: calc((24vw / 1366) * 100);
    line-height: calc((35vw / 1366) * 100);
  }
  .attractive_text {
    font-size: calc((18vw / 1366) * 100);
    line-height: calc((26vw / 1366) * 100);
    margin-top: calc((48vw / 1366) * 100);
  }
}

@media (max-width: 767px) {
  .attractive {
    padding: calc((42vw / 390) * 100) 0;
  }
  .attractive_title {
    font-size: calc((18vw / 390) * 100);
    line-height: calc((28vw / 390) * 100);
  }
  .attractive_text {
    font-size: calc((14vw / 390) * 100);
    line-height: calc((28vw / 390) * 100);
    margin-top: calc((24vw / 390) * 100);
  }
}

/* menu */
.menu {
  position: relative;
  z-index: 2;
}
.menu_list_outer {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.menu_list_outer::before {
  background-color: #AF9265;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.menu_list {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.menu_link {
  border-bottom: 1px solid #fff;
  display: block;
  position: relative;
}
.menu_link::after {
  background-image: url(../img/common/arrow_right_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  position: absolute;
  right: calc((30vw / 1366) * 100);
  transform: rotate(90deg);
  bottom: calc((20vw / 1366) * 100);
}
.menu_link:hover {
  text-decoration: none;
}
.menu_name_en img {
  width: auto;
}
.menu_name_ja {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

@media (min-width: 768px) {
  .menu_list_outer {
    padding: calc((56vw / 1366) * 100) 0;
  }
  .menu_list {
    width: calc((800vw / 1366) * 100);
  }
  .menu_link {
    align-items: center;
    display: flex;
  }
  .menu_name_en {
    padding: calc((32vw / 1366) * 100);
    width: calc((250vw / 1366) * 100);
  }
  .menu_name_en img {
    height: calc((27vw / 1366) * 100);
  }
  .menu_name_ja {
    font-size: calc((24vw / 1366) * 100);
  }
  .menu_link::after {
    height: calc((46vw / 1366) * 100);
    transition: .25s;
    width: calc((23vw / 1366) * 100);
  }
  .menu_link:hover::after {
    bottom: calc((12vw / 1366) * 100);
  }
}

@media (max-width: 767px) {
  .menu_list_outer {
    padding: calc((48vw / 390) * 100) 0 calc((64vw / 390) * 100);
    opacity: 0.8;
  }
  .menu_list {
    width: calc((314vw / 390) * 100);
  }
  .menu_link {
    padding: calc((16vw / 390) * 100) 0;
  }
  .menu_link::after {
    height: calc((30vw / 390) * 100);
    top: calc((30vw / 390) * 100);
    width: calc((15vw / 390) * 100);
  }
  .menu_name_en img {
    height: calc((15vw / 390) * 100);
  }
  .menu_name_ja {
    font-size: calc((16vw / 390) * 100);
    margin-top: calc((8vw / 390) * 100);
  }
}

/* movie_wrap */
.movie_wrap {
	padding-top: 56.25%;
	position: relative;
}
.movie_wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.menu .movie_wrap.animated {
	animation: anime_moviecolor 5s linear forwards;
}
.menu .movie_wrap:after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0,0,0,0.30);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
	.movie-pc {
		display: block;
	}
	.movie-sp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.movie_wrap {
		padding-top: 178%;
		width: 100%;
	}
	.movie-pc {
		display: none;
	}
  .movie-sp {
		display: block;
	}
}


/* ページ内共通 */
.area-image{
  position: relative;
}

/* dtype */
.dtype{
  position: relative;
}
.dtype-head {
  text-align: center;
  font-weight: 600;
}
.dtype_ttl{
  font-weight: 600;
}
#facade{
  background-color: #AF9265;
  color: #fff;
}
#publicspace{
  background-color: rgba(175, 146, 101, .75);
  color: #fff;
}

.dtype-concept{
  color: #fff;
  text-align: center;
  font-weight: 600;
  position: relative;
}
.dtype-concept_ttl,
.dtype-concept_img {
  margin: 0 auto;
}
.dtype-concept_ttl{
  font-weight: 700;
}
.dtype-concept_head{
  font-weight: 600;
}
.publicspace_ccc_img2{
  position: relative;
}
.dtype-head_ttl-ja,
.dtype-concept_ttl-ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ", "Arial", sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  line-height: 1.0;
  margin-top: 0.25em;
}
.dtype-concept_ttl-ja{
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .dtype-head {
    padding: calc((64vw / 1366) * 100) 0 0;
    font-size: calc((24vw / 1366) * 100) ;
    line-height: calc((35vw / 1366) * 100) ;
  }
  .dtype-head_ttl{
    margin: 0 auto calc((35vw / 1366) * 100) ;
  }
  .dtype-head_ttl-ja,
  .dtype-concept_ttl-ja{
    font-size: calc((15vw / 1366) * 100) ;
  }
  .dtype-head_copy{
    margin-top: calc((32vw / 1366) * 100) ;
    font-size: calc((18vw / 1366) * 100) ;
    line-height: calc((26vw / 1366) * 100) ;
  }
  .dtype-concept{
    margin-top: calc((72vw / 1366) * 100) ;
    padding: calc((95vw / 1366) * 100) 0 calc((50vw / 1366) * 100);
  }
  .dtype-concept_head{
    font-size: calc((24vw / 1366) * 100) ;
    line-height: calc((35vw / 1366) * 100) ;
  }
  .dtype-concept_ttl{
    margin-bottom: calc((35vw / 1366) * 100);
    width: calc((196vw / 1366) * 100) ;
  }

  .dtype-concept_copy{
    margin-top: calc((32vw / 1366) * 100);
    font-size: calc((18vw / 1366) * 100) ;
    line-height: calc((32vw / 1366) * 100) ;
  }
  .dtype-concept_img{
    margin-top: calc((32vw / 1366) * 100);
  }

  /* facade */
  #facade .dtype-concept{
    padding: 0;
    position: relative;
  }
  #facade .background-block-bg{
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    top: 0;
  }
  #facade .background-block-wrap{
    padding-top: 56.25vw;
  }
  #facade .background-block-bg{
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    top: 0;
  }
  #facade .background-block-contents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  #facade .dtype-concept{
    position: relative;
  }
  #facade .dtype-head_ttl{
    width: calc((196vw / 1366) * 100) ;
  }
  #facade .dtype-concept_img{
    width: calc((356vw / 1366) * 100) ;
    font-size: calc((32vw / 1366) * 100) ;
    font-weight: 700;
  }
  #facade .dtype-concept_img img{
    margin-bottom: calc((20vw / 1366) * 100) ;
  }

  /* publicspace */
  #publicspace{
    padding-bottom: calc((160vw / 1366) * 100) ;
  }
  #publicspace .dtype-head_ttl{
    width: calc((276vw / 1366) * 100) ;
  }
  .publicspace_ccc_img1{
    margin: calc((173vw / 1366) * 100) auto 0;
    width: calc((800vw / 1366) * 100) ;
  }
  .publicspace_ccc_img2{
    margin: calc((60vw / 1366) * 100) auto 0;
    width: 100% ;
  }
  .publicspace_ccc_img2_block{
    margin: 0 auto;
    position: relative;
    width: calc((1200vw / 1366) * 100) ;
  }
  .publicspace_ccc_img2_main{
    position: relative;
  }
  .publicspace_ccc_img2 .c-caption{
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: calc((-10vw / 1366) * 100) ;
    z-index: 2;
    width: calc((1100vw / 1366) * 100) ;
  }
}
@media (max-width: 767px) {
  .dtype-head {
    padding: calc((40vw / 390) * 100) 0;
    font-size: calc((18vw / 390) * 100) ;
    line-height: calc((28vw / 390) * 100) ;
  }
  .dtype-head_ttl{
    margin: 0 auto calc((32vw / 390) * 100) ;
  }
  .dtype-head_ttl-ja{
    font-size: calc((12vw / 390) * 100) ;
  }
  .dtype-head_copy{
    margin-top: calc((24vw / 390) * 100) ;
    font-size: calc((14vw / 390) * 100) ;
    line-height: calc((28vw / 390) * 100) ;
  }
  .dtype-concept{
    padding: calc((40vw / 390) * 100) 0 calc((50vw / 390) * 100);
  }
  .dtype-concept_head{
    font-size: calc((16vw / 390) * 100) ;
    line-height: calc((26vw / 390) * 100) ;
  }
  .dtype-concept_ttl{
    margin-bottom: calc((32vw / 390) * 100);
    width: calc((163vw / 390) * 100) ;
  }
  .dtype-concept_ttl-ja,
  .dtype-concept_ttl-ja {
    font-size: calc((12vw / 390) * 100) ;
  }
  .dtype-concept_copy{
    margin-top: calc((8vw / 390) * 100);
    font-size: calc((14vw / 390) * 100) ;
    line-height: calc((28vw / 390) * 100) ;
  }
  .dtype-concept_img{
    margin-top: calc((40vw / 390) * 100);
  }

  /* facade */
  #facade .dtype-concept{
  }
  #facade .dtype-head_ttl{
    width: calc((154vw / 390) * 100) ;
  }
  #facade .dtype-concept_img{
    width: calc((246vw / 390) * 100) ;
    font-size: calc((25vw / 390) * 100) ;
    line-height: calc((26vw / 390) * 100) ;
  }
  #facade .dtype-concept_img img{
    margin-bottom: calc((6vw / 390) * 100) ;
  }

  /* publicspace */
  #publicspace{
    padding-bottom: calc((36vw / 390) * 100) ;
  }
  #publicspace .dtype-head_ttl{
    width: calc((210vw / 390) * 100) ;
  }
  #publicspace .dtype-head_ttl-ja{
    font-size: calc((12vw / 390) * 100) ;
  }
  .publicspace_ccc_img1{
    margin: calc((36vw / 390) * 100) auto 0;
    width: calc((353vw / 390) * 100) ;
  }
  .publicspace_ccc_img2{
    margin-top: calc((36vw / 390) * 100) ;
    width: 100% ;
    position: relative;
  }
  .publicspace_ccc_img2 .c-caption{
    right: calc((9vw / 390) * 100) ;
    bottom: 0;
  }
  .publicspace_ccc_img2_scroll {
    margin-left: calc((38vw / 390) * 100);
  }
  .publicspace_ccc_img2_scroll .simplebar-track{
    margin-right: calc((38vw / 390) * 100);
  }
  .publicspace_ccc_img2_scroll img{
    padding-bottom: calc((48vw / 390) * 100);
    width: calc((1052vw / 390) * 100);
  }
  .publicspace_ccc_img2_scroll .c-caption {
    bottom: calc((68vw / 390) * 100);
    left: calc((10vw / 390) * 100);
    right: inherit;
  }
}

/* desxbox */
.desxbox{
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  color: #251E1C;
}
.desxbox_head{
  margin: 0 auto;
}
.desxbox_head-ja{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ", "Arial", sans-serif;
  color: #b08057;
  font-weight: 400;
  text-align: center;
}
.desxbox_logo{
  margin-left: auto;
  margin-right: auto;
}
#facade .desxbox_wrap{
  background-color: #EFE9E0;
}
.desxbox_flex{
  display: flex;
}
.desxbox_desc ,
.publicspace_desxbox1 .desxbox_img_caption {
  font-weight: 600;
}

@media (min-width: 768px) {
  .desxbox_wrap{
    padding: calc((88vw / 1366) * 100) 0 0;
  }
  .desxbox{
    padding: calc((70vw / 1366) * 100) 0;
    width: calc((1000vw / 1366) * 100) ;
  }
  .desxbox_head{
    width: calc((800vw / 1366) * 100) ;
  }
  .desxbox_head-ja{
    font-size: calc((19vw / 1366) * 100) ;
  }
  .desxbox_flex{
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    gap: 0 calc((32vw / 1366) * 100) ;
  }
  .desxbox_desc{
    flex: 1;
    color: #251E1C;
  }
  .desxbox_copy,
  .desxbox_txt{
    text-align: left;
  }

  /* #facade */
  #facade .desxbox_wrap{
    padding-bottom: calc((88vw / 1366) * 100) ;
  }
  #facade .desxbox_logo{
    margin-top: calc((34vw / 1366) * 100) ;
    width: calc((360vw / 1366) * 100) ;
  }
  #facade .desxbox_flex{
    margin-top: calc((40vw / 1366) * 100) ;
    width: calc((800vw / 1366) * 100) ;
  }
  #facade .desxbox_img {
    width: calc((350vw / 1366) * 100) ;
  }
  #facade .desxbox_copy{
    font-size: calc((18vw / 1366) * 100) ;
    line-height: calc((32vw / 1366) * 100) ;
  }
  #facade .desxbox_txt{
    margin-top: calc((16vw / 1366) * 100) ;
    font-size: calc((14vw / 1366) * 100) ;
    line-height: calc((25vw / 1366) * 100) ;
  }
  /* .publicspace_desxbox1 */
  .publicspace_desxbox1.desxbox_wrap{
    padding-bottom: 0;
  }
  .publicspace_desxbox1 .desxbox_logo{
    margin-top: calc((24vw / 1366) * 100) ;
    width: calc((190vw / 1366) * 100) ;
  }
  .publicspace_desxbox1 .desxbox_flex{
    margin-top: calc((40vw / 1366) * 100) ;
    width: calc((800vw / 1366) * 100) ;
  }
  .publicspace_desxbox1 .desxbox_img {
    width: calc((350vw / 1366) * 100) ;
  }
  .publicspace_desxbox1 .desxbox_img_caption{
    margin-top: calc((10vw / 1366) * 100) ;
    font-size: calc((16vw / 1366) * 100) ;
    line-height: 1.2;
  }
  .publicspace_desxbox1 .desxbox_img_caption span{
    font-size: calc((12vw / 1366) * 100) ;
    margin-bottom: calc((10vw / 1366) * 100) ;
    display: block;
  }
  .publicspace_desxbox1 .desxbox_copy{
    font-size: calc((18vw / 1366) * 100) ;
    line-height: calc((32vw / 1366) * 100) ;
  }
  .publicspace_desxbox1 .desxbox_txt{
    margin-top: calc((16vw / 1366) * 100) ;
    font-size: calc((14vw / 1366) * 100) ;
    line-height: calc((25vw / 1366) * 100) ;
  }

  /* .publicspace_ccc_img3 */
  .publicspace_ccc_img3{
    margin: 0 auto;
    width: calc((1000vw / 1366) * 100) ;
  }
  .publicspace_ccc_img3 .c-caption{
    width: calc((391vw / 1366) * 100) ;
    height: calc((80vw / 1366) * 100) ;
  }

  /* publicspace_desxbox2 */
  .publicspace_desxbox2.desxbox_wrap{
    padding-top: 0;
  }
  .publicspace_desxbox2 .desxbox_head{
    width: calc((650vw / 1366) * 100) ;
    height: calc((57vw / 1366) * 100) ;
  }
  .publicspace_desxbox2 .desxbox_head img{
    height: calc((28vw / 1366) * 100) ;
  }
  .publicspace_desxbox2 .desxbox_logo{
    margin-top: calc((30vw / 1366) * 100) ;
    width: calc((248vw / 1366) * 100) ;
  }
  .publicspace_desxbox2 .desxbox_flex{
      margin-top: calc((23vw / 1366) * 100) ;
      /* display: block; */
      width: calc((800vw / 1366) * 100) ;
  }
  .publicspace_desxbox2 .desxbox_img {
    width: calc((350vw / 1366) * 100) ;
  }
  .publicspace_desxbox2 .desxbox_img_caption{
    margin-top: calc((10vw / 1366) * 100) ;
    font-size: calc((16vw / 1366) * 100) ;
    line-height: 1.2;
  }
  .publicspace_desxbox2 .desxbox_img_caption span{
    font-size: calc((12vw / 1366) * 100) ;
    margin-bottom: calc((10vw / 1366) * 100) ;
    display: block;
  }
  .publicspace_desxbox2 .desxbox_copy{
    font-size: calc((18vw / 1366) * 100) ;
    line-height: calc((32vw / 1366) * 100) ;
  }
  .publicspace_desxbox2 .desxbox_txt{
    margin-top: calc((16vw / 1366) * 100) ;
    font-size: calc((14vw / 1366) * 100) ;
    line-height: calc((25vw / 1366) * 100) ;
  }
}
@media (max-width: 767px) {
  .desxbox_wrap{
    padding: calc((56vw / 390) * 100) 0 0;
  }
  .desxbox{
    padding: calc((56vw / 390) * 100) 0;
    width: calc((342vw / 390) * 100) ;
  }
  .desxbox_head{
    width: calc((314vw / 390) * 100) ;
  }
  .desxbox_head-ja{
    font-size: calc((14vw / 390) * 100) ;
  }
  .desxbox_flex{
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    gap: calc((32vw / 390) * 100) 0 ;
  }
  .desxbox_copy{
    text-align: center;
  }
  .desxbox_txt{
    text-align: left;
  }

  /* #facade */
  #facade .background-block-bg{
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    top: 0;
  }
  #facade .desxbox_wrap{
    padding-bottom: calc((56vw / 390) * 100) ;
  }
  #facade .desxbox_logo{
    margin-top: calc((25vw / 390) * 100) ;
    width: calc((277vw / 390) * 100) ;
  }
  #facade .desxbox_flex{
    margin-top: calc((24vw / 390) * 100) ;
    width: calc((314vw / 390) * 100) ;
  }
  #facade .desxbox_img {
    margin: 0 auto;
    width: calc((277vw / 390) * 100) ;
  }
  #facade .desxbox_copy{
    font-size: calc((16vw / 390) * 100) ;
    line-height: calc((28vw / 390) * 100) ;
  }
  #facade .desxbox_txt{
    margin: calc((16vw / 390) * 100) auto 0;
    font-size: calc((14vw / 390) * 100) ;
    line-height: calc((24vw / 390) * 100) ;
    width: calc((277vw / 390) * 100) ;
  }

  /* .publicspace_desxbox1 */
  #publicspace.dtype{
    padding-top: calc((68vw / 390) * 100) ;
  }
  .publicspace_desxbox1.desxbox_wrap{
    padding-top: 0;
    padding-bottom: 0;
  }
  .publicspace_desxbox1 .desxbox_logo{
    margin-top: calc((24vw / 390) * 100) ;
    width: calc((142vw / 390) * 100) ;
  }
  .publicspace_desxbox1 .desxbox_flex{
    margin-top: calc((24vw / 390) * 100) ;
    width: calc((288vw / 390) * 100) ;
  }
  .publicspace_desxbox1 .desxbox_img_caption{
    margin-top: calc((10vw / 390) * 100) ;
    font-size: calc((16vw / 390) * 100) ;
    line-height: 1.2;
  }
  .publicspace_desxbox1 .desxbox_img_caption span{
    font-size: calc((10vw / 390) * 100) ;
    margin-bottom: calc((10vw / 390) * 100) ;
    display: block;
  }
  .publicspace_desxbox1 .desxbox_copy{
    font-size: calc((16vw / 390) * 100) ;
    line-height: calc((24vw / 390) * 100) ;
  }
  .publicspace_desxbox1 .desxbox_txt{
    margin-top: calc((16vw / 390) * 100) ;
    font-size: calc((14vw / 390) * 100) ;
    line-height: calc((24vw / 390) * 100) ;
  }
  /* publicspace_desxbox2 */
  .publicspace_desxbox2.desxbox_wrap{
    padding-top: 0;
  }
  .publicspace_desxbox2 .desxbox{
    padding-top: calc((32vw / 390) * 100) ;
  }
  .publicspace_desxbox2 .desxbox_head{
    width: calc((244vw / 390) * 100) ;
  }
  .publicspace_desxbox2 .desxbox_head img{
    width: calc((143vw / 390) * 100) ;
  }
  .publicspace_desxbox2 .desxbox_logo{
    margin-top: calc((24vw / 390) * 100) ;
    width: calc((180vw / 390) * 100) ;
  }
  .publicspace_desxbox2 .desxbox_flex{
      margin-top: calc((24vw / 390) * 100) ;
      width: calc((292vw / 390) * 100) ;
  }
  .publicspace_desxbox2 .desxbox_img_caption{
    color: #fff;
    position: absolute;
    right: calc((5vw / 390) * 100);
    bottom: calc((5vw / 390) * 100);
  }
  .publicspace_desxbox2 .desxbox_copy{
    font-size: calc((16vw / 390) * 100) ;
    line-height: calc((24vw / 390) * 100) ;
    text-align: center;
  }
  .publicspace_desxbox2 .desxbox_txt{
    margin-top: calc((16vw / 390) * 100) ;
    font-size: calc((14vw / 390) * 100) ;
    line-height: calc((24vw / 390) * 100) ;
    text-align: left;
  }
}


/* spaces */
.spaces_block--white{
  background-color: #fff;
  color: #251E1C;
}
.spaces_flex,
.spaces_desc,
.spaces_lead {
  display: flex;
}
.spaces_desc,
.spaces_lead {
  flex-direction: column;
}
.spaces_img-main{
  position: relative;
}
.spaces_pop{
  position: absolute;
  background-color: rgba(128, 35, 68, .60);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
}
.spaceschoice{
  background-color: #876744;
}
.spaces_head-copy ,
.spaceschoice_copy {
  text-align: center;
}
@media (min-width: 768px) {
  .spaces{
    margin-top: calc((130vw / 1366) * 100) ;
  }
  .spaces_block--white{
    margin: 0 auto;
    padding-bottom: calc((70vw / 1366) * 100);
    width: calc((1000vw / 1366) * 100) ;
    position: relative;
  }
  .amusementrooms.spaces_block--white{
    padding-bottom: calc((120vw / 1366) * 100);
  }
  .spaces_head{
    margin: 0 auto;
    width: calc((1000vw / 1366) * 100) ;
  }
  .spaces_head-copy{
    margin-top: calc((48vw / 1366) * 100);
    font-size: calc((24vw / 1366) * 100) ;
    line-height:  calc((45vw / 1366) * 100) ;
  }
  .spaces_flex{
    margin-top: calc((43vw / 1366) * 100);
    gap: 0 calc((48vw / 1366) * 100) ;
  }
  .spaces_block--white .spaces_flex{
    margin-left: auto;
    margin-right: auto;
    width: calc((900vw / 1366) * 100) ;
    position: relative;
  }
  .spaces_block:nth-of-type(odd) .spaces_flex{
    flex-flow: row-reverse;
    justify-content: end;
  }
  .spaces_block:not(:first-child) {
    margin-top: calc((130vw / 1366) * 100);
  }
  .spaces_img-main{
    width: calc((683vw / 1366) * 100) ;
  }
  .spaces_block--white .spaces_img-main{
    width: calc((450vw / 1366) * 100) ;
  }
  .spaces_desc{
    width: calc((452vw / 1366) * 100) ;
    position: relative;
    text-align: left;
    gap: calc((16vw / 1366) * 100) 0;
    display: flex;
    flex-direction: column;
  }
  .spaces_block--white .spaces_desc{
    width: auto;
    flex: 1;
  }
  .spaces_block--white .spaces_desc.spaces_desc--over{
    margin-left: auto;
    width: calc((404vw / 1366) * 100) ;
    flex:none;
  }
  .spaces_lead{
    gap: calc((16vw / 1366) * 100) 0;
  }
  .spaces_pop{
    font-size: calc((18vw / 1366) * 100) ;
    line-height:  calc((30vw / 1366) * 100) ;
    width: calc((140vw / 1366) * 100) ;
    height: calc((140vw / 1366) * 100) ;
  }
  .spaces_copy{
    font-size: calc((18vw / 1366) * 100) ;
    line-height:  calc((30vw / 1366) * 100) ;
  }
  .spaces_txt{
    font-size: calc((14vw / 1366) * 100) ;
    line-height:  calc((25vw / 1366) * 100) ;
  }
  .spaces_txt-note{
    font-size: calc((12vw / 1366) * 100) ;
    line-height:  calc((25vw / 1366) * 100) ;
  }
  .spaces_logo{
    margin-left: auto;
    margin-right: auto;
    width: calc((250vw / 1366) * 100) ;
  }
  .image4{
    margin-top: calc((130vw / 1366) * 100);
  }

  /* guestrooms */
  .guestrooms .spaces_logo{
    margin: calc((43vw / 1366) * 100) auto 0;
    width: calc((296vw / 1366) * 100) ;
  }

   /* amusementrooms */
  .amusementrooms .spaces_img-main{
    position: absolute;
    left: calc((-50vw / 1366) * 100);
    /* left: calc((-233vw / 1366) * 100) ; */
    /*bottom: calc((70vw / 1366) * 100);*/
    top: 0;
    width: calc((495vw / 1366) * 100) !important;
    /* width: calc((683vw / 1366) * 100) ; */
    /* display: flex; */
  }
  .amusementrooms .spaces_logo{
    margin: calc((43vw / 1366) * 100) auto 0;
    width: calc((296vw / 1366) * 100) ;
  }
  .amusementrooms .spaces_pop{
    top: calc((-30vw / 1366) * 100) ;
    right: calc((-70vw / 1366) * 100) ;
  }

  /* spaceschoice */
  .spaceschoice{
    margin: calc((130vw / 1366) * 100) auto 0;
    padding-bottom: calc((80vw / 1366) * 100);
    width: calc((1000vw / 1366) * 100) ;
  }
  .spaceschoice .spaces_pop{
    top: calc((-80vw / 1366) * 100) ;
    left: calc((-80vw / 1366) * 100) ;
  }
  .spaceschoice_copy{
    margin-top: calc((48vw / 1366) * 100) ;
    font-size: calc((20vw / 1366) * 100) ;
    line-height:  calc((36vw / 1366) * 100) ;
  }
  .spaceschoice_flex{
    margin-top: calc((48vw / 1366) * 100) ;
    display: flex;
    gap: 0 calc((42vw / 1366) * 100) ;
    justify-content: center;
  }
  .spaceschoice_img-sub{
    width: calc((300vw / 1366) * 100) ;
    position: relative;
  }
  .spaceschoice_desc{
    width: calc((330vw / 1366) * 100) ;
  }
  .spaceschoice_txt{
    font-size: calc((14vw / 1366) * 100) ;
    line-height:  calc((25vw / 1366) * 100) ;
    text-align: left;
  }
  .spaceschoice_note{
    margin-top: calc((14vw / 1366) * 100) ;
    font-size: calc((10vw / 1366) * 100) ;
    line-height:  calc((25vw / 1366) * 100) ;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .spaces{
    margin-top: calc((40vw / 390) * 100) ;
  }
  .spaces_block--white{
    margin-left: auto;
    margin-right: auto;
    padding: calc((56vw / 390) * 100) 0;
    width: calc((342vw / 390) * 100) ;
  }
  .spaces_head{
    margin: 0 auto;
    width: calc((260vw / 390) * 100) ;
  }
  .spaces_block--white .spaces_head{
    width: calc((292vw / 390) * 100) ;
  }
  .spaces_head-copy{
    margin-top: calc((24vw / 390) * 100);
    font-size: calc((18vw / 390) * 100) ;
    line-height:  calc((31vw / 390) * 100) ;
  }
  .spaces_block:not(:first-child) {
    margin-top: calc((40vw / 390) * 100);
  }
  .spaces_flex{
    margin-top: calc((24vw / 390) * 100);
    gap: calc((16vw / 390) * 100) 0 ;
    flex-direction: column-reverse;
  }
  .spaces_flex.flex_reverse_sp {
    margin-top: calc((18vw / 390) * 100);
    gap: calc((32vw / 390) * 100) 0 ;
    flex-direction: column;
  }
  .spaces_img-main{
    /* margin-left: 0;
    margin-right: auto;
    width: calc((326vw / 390) * 100) ; */
  }
  .spaces_block:nth-of-type(odd) .spaces_img-main{
    margin-left: auto;
    margin-right: 0;
  }
  .spaces_block--white.spaces_block .spaces_img-main{
    margin-left: calc((25vw / 390) * 100) ;
    /* width: 100%; */
    width: calc((292vw / 390) * 100);
  }
  .spaces_block--white.spaces_block .spaces_img-main--over{
    /* margin-left: calc((-25vw / 390) * 100) ; */
    margin-left: calc((25vw / 390) * 100) ;
    width: calc((292vw / 390) * 100);
  }

  .spaces_desc{
    margin: 0 auto;
    width: calc((260vw / 390) * 100) ;
    position: relative;
    text-align: left;
    gap: calc((16vw / 390) * 100) 0;
  }
  .amusementrooms .spaces_desc.flex_reverse_sp {
    flex-direction: column;
  }
  .spaces_block--white .spaces_desc{
    width: calc((292vw / 390) * 100) ;
  }
  .spaces_lead{
    gap: calc((16vw / 390) * 100) 0;
  }
  .spaces_pop{
    font-size: calc((11vw / 390) * 100) ;
    line-height:  calc((16vw / 390) * 100) ;
    width: calc((83vw / 390) * 100) ;
    height: calc((83vw / 390) * 100) ;
  }
  .spaces_copy{
    font-size: calc((16vw / 390) * 100) ;
    line-height:  calc((24vw / 390) * 100) ;
  }
  .spaces_block--white .spaces_copy{
    text-align: center;
  }
  .spaces_txt{
    font-size: calc((14vw / 390) * 100) ;
    line-height:  calc((24vw / 390) * 100) ;
  }
  .spaces_txt-note{
    font-size: calc((11vw / 390) * 100) ;
    line-height:  calc((24vw / 390) * 100) ;
  }
  .image4{
    margin-top: calc((40vw / 390) * 100);
  }

  /* guestrooms */
  .guestrooms .spaces_copy{
    letter-spacing: -0.05em;
  }
  .guestrooms .spaces_logo{
    margin: calc((24vw / 390) * 100) auto 0;
    width: calc((240vw / 390) * 100) ;
  }

  /* amusementrooms */
  .amusementrooms {
    padding-bottom: 0 !important;
    margin-bottom: calc((96vw / 390) * 100) !important;
  }
  .amusementrooms .spaces_logo{
    margin: calc((24vw / 390) * 100) auto 0;
    width: calc((244vw / 390) * 100) ;
  }
  .amusementrooms .spaces_desc{
    flex-direction: column-reverse;
  }
  .amusementrooms .spaces_pop{
    top: calc((-17vw / 390) * 100) ;
    right: calc((-43vw / 390) * 100) ;
  }
  .amusementrooms .spaces_img-main {
    /* margin-bottom: calc((-56vw / 390) * 100) !important; */
    margin-bottom: calc((56vw / 390) * 100) !important;
  }

  /* playinglounge */
  .playinglounge .spaces_flex{
    flex-direction: column;
  }
  .playinglounge .spaces_copy{
    letter-spacing: -0.05em;
    white-space: nowrap;
  }
  .playinglounge .spaces_txt{
    letter-spacing: -0.024em;
  }

  /* kidsspace */
  .kidsspace .spaces_copy{
    letter-spacing: -0.05em;
  }

  /* spaceschoice */
  .spaceschoice{
    margin: calc((40vw / 390) * 100) auto 0;
    padding-bottom:  calc((56vw / 390) * 100);
  }
  .spaceschoice .spaces_pop{
    top: calc((-32vw / 390) * 100) ;
    left: calc((-52vw / 390) * 100) ;
  }
  .spaceschoice_copy{
    margin-top: calc((56vw / 390) * 100) ;
    font-size: calc((16vw / 390) * 100) ;
    line-height:  calc((24vw / 390) * 100) ;
  }
  .spaceschoice_flex{
    margin: calc((26vw / 390) * 100) auto 0;
    display: flex;
    flex-direction: column;
    gap: calc((8vw / 390) * 100) 0 ;
    width: calc((261vw / 390) * 100) ;
  }
  .spaceschoice_img-sub{
    position: relative;
  }
  .spaceschoice_txt{
    font-size: calc((14vw / 390) * 100) ;
    line-height:  calc((22vw / 390) * 100) ;
    text-align: left;
  }
  .spaceschoice_note{
    font-size: calc((10vw / 390) * 100) ;
    line-height:  calc((24vw / 390) * 100) ;
    text-align: right;
  }
}

/* artists */
.artists .desxbox_copy_en{
  color:  #B08057;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: italic;
}

.artists_art_item .c-caption {
  color: #251E1C;
  position: relative;
  right: auto;
  bottom: auto;
  text-align: right;
}

@media (min-width: 768px) {
  .artists {
    margin: calc((130vw / 1366) * 100) auto 0;
    width: calc((1000vw / 1366) * 100);
  }
  .artists .desxbox_flex{
    margin-top:  calc((64vw / 1366) * 100);
    width: calc((800vw / 1366) * 100);
  }
  .artists .desxbox_img{
    width: calc((350vw / 1366) * 100);
  }
  .artists .desxbox_copy{
    font-size: calc((16vw / 1366) * 100);
    line-height: calc((24vw / 1366) * 100);
  }
  .artists .desxbox_txt{
    margin-top: calc((16vw / 1366) * 100);
    font-size: calc((14vw / 1366) * 100);
    line-height: calc((26vw / 1366) * 100);
  }
  .artists_art{
    margin: calc((32vw / 1366) * 100) auto 0;
    width: calc((526vw / 1366) * 100);
  }
  .artists_art_ttl{
    margin-top: calc((10vw / 1366) * 100);
    font-size: calc((14vw / 1366) * 100);
    line-height: calc((26vw / 1366) * 100);
  }
  .artists_art_list{
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
  }
  .artists_art_item{
    flex: 0 0 auto;
  }
  .artists_art_item img{
    width: auto;
    height: calc((336vw / 1366) * 100);
  }
  .artists_art_item .c-caption {
    margin-top: calc((10vw / 1366) * 100);
  }
}

@media (max-width: 767px) {
  .artists {
    margin: calc((40vw / 390) * 100) auto 0;
    width: calc((342vw / 390) * 100);
  }
  .artists .desxbox_img{
    margin: calc((24vw / 390) * 100) auto 0;
    width: calc((277vw / 390) * 100);
  }
  .artists .desxbox_desc{
    margin:  calc((8vw / 390) * 100) auto 0;
    width: calc((277vw / 390) * 100);
  }
  .artists .desxbox_copy{
    font-size: calc((16vw / 390) * 100);
    line-height: calc((22vw / 390) * 100);
    text-align: left;
  }
  .artists .desxbox_txt{
    margin-top:  calc((16vw / 390) * 100);
    font-size: calc((14vw / 390) * 100);
    line-height: calc((24vw / 390) * 100);
  }
  .artists_art{
    margin: calc((40vw / 390) * 100) auto 0;
    display: flex;
    flex-direction: column;
    width: calc((300vw / 390) * 100);
  }
  .artists_art_ttl{
    margin-bottom: calc((15vw / 390) * 100);
    font-size: calc((12vw / 390) * 100);
    line-height: calc((12vw / 390) * 100);
  }
  .artists_art_list{
    display: flex;
    box-sizing: border-box;
    gap: 0 calc((15vw / 390) * 100);
  }
  .artists_art_item{
  }
  .artists_art_item .c-caption {
    margin-top: calc((10vw / 390) * 100);
  }
}

/* bgm */
.bgm_copy {
  font-weight: 600;
}
@media (min-width: 768px) {
  .bgm {
    align-items: flex-start;
    margin: calc((130vw / 1366) * 100) auto 0;
    display: flex;
    gap: 0 calc((48vw / 1366) * 100);
    justify-content: center;
  }
  .bgm_img{
    width: calc((500vw / 1366) * 100);
  }
  .bgm_desc{
    width: calc((452vw / 1366) * 100);
    display: flex;
    flex-direction: column;
  }
  .bgm_copy{
    font-size: calc((18vw / 1366) * 100);
    line-height: calc((30vw / 1366) * 100);
  }
  .bgm_txt{
    margin-top: calc((16vw / 1366) * 100);
    font-size: calc((14vw / 1366) * 100);
    line-height: calc((25vw / 1366) * 100);
  }
  .bgm_logo{
    margin-top: calc((10vw / 1366) * 100);
    width: calc((130vw / 1366) * 100);
  }
}

@media (max-width: 767px) {
  .bgm {
    margin: calc((40vw / 390) * 100) auto 0;
    width: calc((261vw / 390) * 100);
  }
  .bgm_desc{
    margin-top: calc((16vw / 390) * 100);
  }
  .bgm_copy{
    font-size: calc((16vw / 390) * 100);
    line-height: calc((24vw / 390) * 100);
    letter-spacing: -0.05em;
  }
  .bgm_txt{
    margin-top: calc((16vw / 390) * 100);
    font-size: calc((14vw / 390) * 100);
    line-height: calc((24vw / 390) * 100);
  }
  .bgm_logo{
    margin: calc((16vw / 390) * 100) auto 0;
    width: calc((160vw / 390) * 100);
  }
}

/* carlife */
.carlife {
  background-color: rgba(255, 255, 255, .75);
  font-weight: 600;
}
.carlife_flex{
  background-color: #fff;
}
.carlife_ttl,
.carlife_item_ttl,
.carlife_item_type {
  text-align: center;
  font-weight: 600;
}
.carlife_item_type{
  color: #fff;
  font-style: normal;
}
.carlife_item{
    display: flex;
    flex-direction: column;
}
.carlife .titlelabel{
  background-color: #b08057;
}
@media (min-width: 768px) {
  .carlife {
    padding: calc((80vw / 1366) * 100) 0 calc((120vw / 1366) * 100);
  }
  .carlife_ttl{
    font-size: calc((30vw / 1366) * 100);
    line-height: calc((48vw / 1366) * 100);
  }
  .carlife_flex{
    margin-top: calc((33vw / 1366) * 100);
    padding: calc((48vw / 1366) * 100) 0 calc((56vw / 1366) * 100);
    display: flex;
    justify-content: center;
    gap: 0 calc((32vw / 1366) * 100);
  }
  .carlife_item{
    width: calc((312vw / 1366) * 100);
    gap: calc((16vw / 1366) * 100) 0;
  }
  .carlife_item_type{
    font-size: calc((16vw / 1366) * 100);
    height: calc((32vw / 1366) * 100);
  }
  .carlife_item_ttl{
    font-size: calc((16vw / 1366) * 100);
    line-height: calc((28vw / 1366) * 100);
  }
  .carlife_item_txt{
    font-size: calc((13vw / 1366) * 100);
    line-height: calc((22vw / 1366) * 100);
  }
}

@media (max-width: 767px) {
  .carlife {
    padding: calc((56vw / 390) * 100) calc((24vw / 390) * 100) calc((40vw / 390) * 100);
  }
  .carlife_ttl{
    font-size: calc((18vw / 390) * 100);
    line-height: calc((31vw / 390) * 100);
  }
  .carlife_flex{
    margin-top: calc((30vw / 390) * 100);
    padding: calc((40vw / 390) * 100) calc((24vw / 390) * 100) calc((56vw / 390) * 100);
    display: flex;
    flex-direction: column;
    gap: calc((40vw / 390) * 100) 0 ;
  }
  .carlife_item{
    gap: calc((12vw / 390) * 100) 0;
  }
  .carlife_item_ttl{
    font-size: calc((16vw / 390) * 100);
    line-height: calc((24vw / 390) * 100);
  }
  .carlife_item_type{
    font-size: calc((16vw / 390) * 100);
    height: calc((37vw / 390) * 100);
  }
  .carlife_item_txt{
    font-size: calc((14vw / 390) * 100);
    line-height: calc((22vw / 390) * 100);
  }
}

/*btn*/
@media (min-width: 768px) {
  .btn {
    margin-top: calc((120vw / 1366) * 100);
  }
}

@media (max-width: 767px) {
  .btn {
    margin-top: calc((40vw / 390) * 100);
    width: calc((300vw / 390) * 100);
  }
}
.drag-scroll {
  cursor: grab;
  user-select: none;
}
.drag-scroll img {
  -webkit-user-drag: none;
  user-drag: none;
}
/* imgscroll */
@media screen and (min-width: 768px) {
  .imgscroll_txt{
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .imgscroll_txt{
    margin: calc((8vw / 390) * 100) auto 0;
    width: calc((242vw / 390) * 100);
  }
}

@media screen and (min-width: 768px) {
  .c-blank{
    display: none;
  }
}

