@charset "UTF-8";
/* 'Noto Sans JP', sans-serif */
body {
  background-color: #eeeeee;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/* lightGray */
/* lightGray */
/* ソフトグレー */
/* darkGray */
/* darkGray */
/* 紫 */
.pc {
  display: block;
}

.sp {
  display: none;
}

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

/* == HEADER  ======================================== */
header {
  position: fixed;
  width: 100%;
  height: 110px;
  box-sizing: border-box;
  padding: 0;
  z-index: 12;
  background: #eeeeee;
}
header .headArea {
  position: relative;
  padding: 33px 0;
}
header .head_common {
  width: 92%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .head_common .breadcrumb {
  color: #666666;
}
header .head_common .breadcrumb a {
  color: #666666;
  text-decoration: none;
}
header .head_common .breadcrumb a:after {
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 47%;
  transform: translateY(-50%) rotate(-135deg);
  left: 9px;
  width: 12px;
  height: 12px;
  z-index: 99;
}
header .head_common .breadcrumb span {
  border: 1px solid #b3b3b3;
  border-radius: 30px;
  display: block;
  width: 60px;
  height: 60px;
  z-index: 3;
  margin-left: -20px;
  position: relative;
  left: -20%;
  margin-top: -8px;
}
header .head_common .breadcrumb p {
  position: relative;
  margin: 6px 40px;
  font-size: 1.2em;
}
header .head_common .headLogo {
  width: 12%;
  position: relative;
  z-index: 200;
  right: 2vw;
  top: -4px;
}
header .head_common .headLogo .default {
  display: block;
}
header .head_common .headLogo .on {
  display: none;
}
header .head_common .colorchange .default {
  display: none;
}
header .head_common .colorchange .on {
  display: block;
}
@media screen and (max-width: 768px) {
  header .head_common {
    width: 90%;
    
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 70px;
    display: flex;
    align-items: center;
  }
  header .headArea {
    position: relative;
  }
  header .head_common {
    width: 100vw;
    align-items: center;
    top: 47%;
  }
  header .head_common .breadcrumb span {
    width: 50px;
    height: 50px;
    padding: 1.2%;
    left: -15%;
    border-radius: 25px;
    margin-top: 1px;
  }
  header .head_common .headLogo {
    width: 25%;
    right: 20vw;
    top: -1px;
  }
  header .head_common .breadcrumb a:after {
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    top: 51%;
    transform: translateY(-50%) rotate(-135deg);
    left: 8px;
    width: 10px;
    height: 10px;
    z-index: 99;
  }

}










.pos_right {
  position: absolute;
  right: 0;
  z-index: 120;
  top: 49%;
  transform: translateY(-50%);
}
.pos_right .burgerBtn {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 3;
  border: none;
  margin-right: 20px;
  border: 1px solid #b3b3b3;
  border-radius: 20px;
  cursor: pointer;
}




.pos_right .burgerBtn .bar {
  width: 20px;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #666666;
}
.pos_right .burgerBtn .bar_top {
  top: 13px;
}
.pos_right .burgerBtn .bar_mid {
  top: 50%;
}
.pos_right .burgerBtn .bar_bottom {
  bottom: 13px;
}

.burgerBtn.close .bar {
  background-color: #FFF;
}
.burgerBtn.close .bar_top {
  transform: translate(-50%, 7px) rotate(45deg);
  transition: transform .3s;
}
.burgerBtn.close .bar_mid {
  opacity: 0;
  transition: opacity .3s;
}
.burgerBtn.close .bar_bottom {
  transform: translate(-50%, -6px) rotate(-45deg);
  transition: transform .3s;
}

.burger_menu {
  position: fixed;
  top: 0;
  right: -3%;
  z-index: 100;
  width: 0%;
  min-height: 50vh;
  height: auto;
  padding: 2% 0;
  background: #4c1c3f;
  font-size: 1.4em;
  /* アニメーション */
  transform: translateX(100%);
  transition: 1.2s;
}
.burger_menu.top {
  position: fixed;
  top: 0;
  right: -3%;
  z-index: 100;
  width: 0%;
  min-height: 1px;
  height: auto;
  padding: 2% 0;
  background: #4c1c3f;
  font-size: 1.4em;
  /* アニメーション */
  transform: translateX(100%);
  transition: 1.2s;
}
.burger_menu a {
  color: #FFF;
  text-decoration: none;
}
.burger_menu .burger_menu_area {
  max-width: 90vw;
  padding: 0 0 0 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.burger_menu .burger_menu_area:after {
  content: "";
  width: 33.3%;
  display: block;
  height: 0;
}
.burger_menu .menu_item {
  width: 100%;
  height: 95vh;
  padding: 0.5em 1em 1em 1em;/* 0.5em 1em 1em 2em */
  text-align: left;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  overflow: scroll;
}
.burger_menu .menu_item dl {
  padding-bottom: 1.5%;
}
.burger_menu .menu_item dt {
  font-size: 1.2em;
  margin-bottom: 1%;
  font-weight: bold;
}
.burger_menu .menu_item dd {
  margin-right: 5%;
}
.burger_menu .menu_item ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.burger_menu .menu_item ul li {
  list-style-type: none;
  padding: 0 5% 0 0;
  margin-bottom: 1%;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.5;
  position: relative;
  width: calc(100%/4);
}
.burger_menu .menu_item ul li:after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  left: -15px;
  top: 8px;
  width: 4px;
  height: 4px;
  z-index: 99;
}
.burger_menu .menu_item ul li.nolink {
  opacity: 0.3;
}

.burger_menu .menu_item ul li.nolink a {
  pointer-events: none;
}
/* 
.burger_menu .menu_item:after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  left: 5px;
  top: 14px;
  width: 4px;
  height: 4px;
  z-index: 99;
}
 */

.burger_menu .top .menu_item:after {
  display: none !important;
}
.burger_menu.active {
  transform: translateX(0);
  transition: 0.8s;
  display: inherit;
  width: 100%;
  right: 0;
}
.burger_menu.top.active {
  transform: translateX(0);
  transition: 0.8s;
  display: inherit;
  width: 0;
  right: 0;
}
.burger_menu.active .menu_item {
  animation-name: fadeIn;
  animation-duration: 0.8s;
}

/* メニューリスト追加処理-20211025 */
.menu_item_flexbox {
  display: flex;
  flex-wrap: wrap;
  width: 33.3%;
}
.menu_item_flexbox .menu_item {
  width: 100%;
}






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

  .pos_right {
    right: 2vw;
    top: 40px;
  }
  .pos_right .burgerBtn {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 20px;
    top: 22px;
  }
  .burger_menu {
    padding: 18% 0 5%;
    min-height: 90vh;
    /* 30% */
  }
  .burger_menu .burger_menu_area {
    padding: 0 0 0 10px;
    justify-content: center;
    height: 30%;
  }
  .burger_menu .burger_menu_area:after {
    display: none;
  }
  .burger_menu .burger_menu_area .menu_item {
    width: 90%;
    margin: 0 auto;
    padding: 0.5em 1em 0.5em 1.5em;
  }
  .burger_menu .burger_menu_area .menu_item li {
	  width: 100%;
  }
  .burger_menu.active {
    width: 70vw;
    height: 90vh;
    padding: 0% 0 0%;
    overflow: auto;
    top: 10vh;
    /* 18% 0 5% */
  }
  .burger_menu.top.active {
    width: 70vw;
    height: 10vh;
    padding: 0% 0 0%;
    top: 0;
    min-height: 10%;
    /* 18% 0 5% */
  }
  /* メニューリスト追加処理-20211025 */
  .menu_item_flexbox {
    width: 100%;
    margin: 0 auto;
  }
  .menu_item_flexbox .menu_item {
    width: 100%;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
    height: 0;
  }
  75% {
    display: block;
    opacity: 0;
    height: 0;
  }
  90% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
    height: auto;
  }
}

/* == HEADER-END  ======================================== */
/* == CONTENTSここから ======================================== */
.blandLogo {
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  background-color: #4c1c3f;
  line-height: 90px;
  text-align: center;
  font-size: 2.8em;
  color: #FFF;
}
.container {
  margin: 0 auto;
  overflow: hidden;
  padding: 6% 0 10%;
}
.container .cate_ttl {
  font-size: 5em;
  font-weight: 300;
  text-align: center;
  margin: 16.5% auto 5% auto;
  color: #969696;
  position: relative;
}
.container .cate_ttl.mt5 {
	margin: 5% auto 5% auto;
}
.container .cate_ttl .sub_caption {
  font-size: 0.45em;
  text-align: center;
  margin: 0.5% auto 0 auto;
  color: #4c1c3f;
}
.container .cate_ttl .side_txt {
  font-size: 2em;
  position: absolute;
  top: 0;
  left: 0;
  color: #4c1c3f;
  transform: rotate(90deg) translate(0, 68%);
  z-index: 10;
  font-weight: 200;
  font-family: "Helvetica Neue", "Helvetica";
}
.container .cate_ttl .side_txt span {
  font-size: 1.4em;
}
.container .cate_ttl .alp {
  transform: rotate(90deg) translate(25%, 68%);
}
.container .emphasis {
  text-align: center;
  font-size: 2em;
  margin: 5% auto;
}
.container .emphasis .child {
  color: #4c1c3f;
  border: 1px solid #4c1c3f;
  padding: 1% 2%;
  display: inline-block;
  margin: 0 auto;
}
.container .emphasis .child02 {
  color: #4c1c3f;
  padding: 1% 2%;
  display: inline-block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
  .container .cate_ttl {
    font-size: 2.3em;
  }
}
/* スマホ用 */
@media screen and (max-width: 520px) {
  .container {
    padding-top: 66px;
  }
}

.cate_ttl.mgnt0 {
  margin: 0 auto 3.5% auto;
}

/* == 記事内画像フェード  ======================================== */

/* 
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 1.5s;
}

.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_top {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 1s;
}

.fadeIn_top.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
 */


/* == 記事部分共通  ======================================== */
.article_img {
  position: relative;
  display: flex;
  margin: 0 auto 5%;
  /* height: calc(100vh - 200px); */
}

.article_img img {
	/* object-fit: cover; */
  opacity: 1;
  filter: brightness(100%);
  transition: 1.5s;
  width: 100%;
  height: 100%;
}
.article_img.article_img_mgnB0 {
  margin: 0 auto;
}
.article_img_small {
  width: 55%;
  margin-right: 0;
  margin-top: -5.5%;
  margin-bottom: -1%;
  padding-right: 5%;
}

.w90 {
  width: 90%;
  margin: 0 auto;
}
.w80 {
  width: 80%;
  margin: 0 auto;
}
.w60 {
  width: 60%;
  margin: 0 auto;
}

.hakuyosya {
  max-width: 308px;
  margin: 0 auto;
}

.emphasis02 {
  text-align: center;
  font-size: 1.6em;
  margin: 5% auto;
  display: inline-block;
  position: relative;
}
.emphasis02:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #666666;
  width: 120px;
  bottom: -50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.crosswise {
  position: absolute;
  background-color: rgba(76, 28, 63, 0.5);
  writing-mode: vertical-lr;
  right: 0;
  padding: 0 10px;
  font-size: 2.8em;
  color: #FFF;
  height: 100%;
  font-weight: 300;
  text-align: center;
}

.caption {
  position: absolute;
  font-size: 1.6em;
  bottom: 15px;
  left: 25px;
  color: #FFF;
}

.black {
  color: #000;
}

.article_txt {
  text-align: center;
  margin: 0% auto 0;
  font-size: 1.8em;
  line-height: 2.2;
}
.article_txt ul {
  margin: 1% 0;
  padding: 0;
  text-align: left;
}
.article_txt ul li {
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
}
.article_txt ul li span {
  margin: 2% auto;
  display: block;
}

.note {
  font-size: 0.8em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .article_img {
    height: calc(100vh - 130px);
  }
}

@media screen and (max-width: 767px) {
  .article_img {
    margin: 0 auto 12%;
  }
  .caption {
    bottom: -15%;
    left: 2.5%;
    font-size: 0.8em;
    color: #333;
  }
  .article_txt {
    text-align: left;
    width: 95%;
    margin: 10% auto 0 auto;
    font-size: 1.4em;
    line-height: 1.6;
  }
  .article_txt.note {
    font-size: 0.8em;
    margin: 1.5% auto 0;
  }
  .emphasis02 {
    font-size: 1em;
  }
  .emphasis02:after {
    display: none;
  }
  .article_img.article_img_small {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0%;
  }
  .hakuyosya {
    width: 75%;
  }
}

.info_contact {
  width: 80%;
  font-size: 2em;
  margin: 5% auto;
  text-align: center;
  padding: 20px 0;
  color: #4c1c3f;
  border-radius: 6px;
  box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
  position: relative;
}
.info_contact:hover {
  box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff;
}
.info_contact a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.articleBox_2col {
  display: flex;
  justify-content: space-between;
  margin: 3% auto 0 auto;
}
.articleBox_2col div {
  width: 48%;
}
.articleBox_2col div img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .info_contact {
    width: 95%;
    padding: 16px 0;
    font-size: 1.6em;
  }
}

/* == infomation  ======================================== */
.anchor_nav {
  width: 100%;
  padding: 8% 0 0;
}
.anchor_nav .anchor_nav_frame {
  width: 100%;
  background: #b3b3b3;
}
.anchor_nav ol {
  /* max-width: 768px; */
  margin: 0 auto 3% auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  color: #323232;
}
.anchor_nav ol li {
  width: 25%;
  background: #FFF;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  align-items: center;
  text-align: center;
  padding: 4% 0;
  font-size: 1.4em;
  text-decoration: none;
  list-style-type: none;
  box-sizing: border-box;
  position: relative;
}
.anchor_nav ol li span {
  text-decoration: none;
  color: #323232;
  display: block;
  font-size: 1.6em;
  font-weight: 300;
  color: #4c1c3f;
}
.anchor_nav ol li:nth-child(4) {
  padding: 3% 0 0;
}
.anchor_nav ol li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-25%);
}

@media screen and (max-width: 767px) {
  .anchor_nav {
    padding: 15% 0 0;
  }
  .anchor_nav .anchor_nav_frame {
    background: none;
  }
  .anchor_nav ol {
    max-width: auto;
    margin: 0 auto 6% auto;
    background: #b3b3b3;
  }
  .anchor_nav ol li {
    width: calc(100%/3);
  }
  .anchor_nav ol li a span {
    font-size: 1.3em;
  }
  .anchor_nav ol li:nth-child(4n) {
    border-right: none;
  }
  .anchor_nav ol li:last-child {
    border-right: 1px solid #eeeeee;
  }
}

@media screen and (max-width: 520px) {
  .anchor_nav {
    padding: 20% 0 0;
  }
}

.offset {
  display: block;
  margin-top: -100px;
  padding-top: 100px;
}

#infomation .cate_ttl .side_txt {
  transform: rotate(90deg) translate(0, 16%);
  top: inherit;
  bottom: -12%;
  font-size: 2.4em;
  font-weight: 100;
}
#infomation > div.article_area > div.article_txt.note {
  width: 95%;
}
@media screen and (max-width: 767px) {
  #infomation .cate_ttl .side_txt {
    bottom: -6%;
    font-size: 2em;
  }
}

/* == shopping ======================================== */

#shopping.container,
#real_estate.container {
  padding: 8% 0 6%;
  /* .containerMenu */
}

#shopping.container .containerMenu,
#real_estate.container .containerMenu {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* .box */
}

#shopping.container .containerMenu .box,
#real_estate.container .containerMenu .box {
  width: 45%;
  padding: 1.3% 1.3% 1.5%;
  margin: 3% 1.5%;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
  position: relative;
}

#shopping.container .containerMenu .box a,
#real_estate.container .containerMenu .box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#shopping.container .containerMenu .box:hover,
#real_estate.container .containerMenu .box:hover {
  opacity: 0.7;
  transition: all 0.5s;
  box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff;
}

#shopping.container .containerMenu .box .menuImg img,
#real_estate.container .containerMenu .box .menuImg img {
  width: 100%;
  border-radius: 6px;
}

#shopping.container .containerMenu .box .ttl,
#real_estate.container .containerMenu .box .ttl {
  font-size: 2.8em;
  color: #969696;
  padding: 4% 1% 2.5%;
}

#shopping.container .containerMenu .box .ttlLead,
#real_estate.container .containerMenu .box .ttlLead {
  font-size: 1.3em;
  color: #4c1c3f;
  padding: 0 4px;
}

#shopping.container .containerMenu .box:last-child,
#real_estate.container .containerMenu .box:last-child {
  margin-left: 1.5%;
}

#shopping > div.article_area > div:nth-child(1) {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #shopping.container .containerMenu,
  #real_estate.container .containerMenu {
    margin: 10% auto 0 auto;
  }
  #shopping.container .containerMenu .box,
  #real_estate.container .containerMenu .box {
    width: 95%;
    padding: 2.8% 2%;
  }
  #shopping.container .containerMenu .box .ttl,
  #real_estate.container .containerMenu .box .ttl {
    font-size: 2em;
    padding: 4% 1% 3%;
  }
}

/* == プライベートジェット ======================================== */
/* private Jetページのみ */
#private_trabel > div > div:nth-child(6),
#private_trabel > div > div:nth-child(11) {
  width: 80%;
}
#private_trabel > div > div:nth-child(6) > div.side_txt.alp {
  top: 100%;
}
.emphasis02 {
  font-size: 1.2em;
  margin: 5% auto 14%;
}
.emphasis02:after {
  bottom: -80%;
}
.emphasis03 {
  margin: 5% auto 10%;
}

@media screen and (max-width: 767px) {
  #private_trabel > div > div:nth-child(6),
  #private_trabel > div > div:nth-child(11) {
    width: 100%;
  }
}

/* == F-con ======================================== */

.container {
  width: 100%;
}



.article_txt {
  font-size: 20px;
  color: #333333;
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

.article_img .demo {
  position: absolute;
  top: calc(90vh - 200px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-block;
  color: #fff;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .2s;
}

.article_img .demo a span {
  position: absolute;
  top: -65px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}

.article_img .scrollcolor {
  color: #FFF;
  text-decoration: none;
  font-size: 20pt;
  font-weight: 400;
  transition: opacity 0.5s; 
}

.fade-in {
  opacity: 0;
  transition: opacity 1s;
}

.fade-in.active {
  opacity: 1;
}

.image1 {
  transition: filter 0.7s;
}

/*"
.image1:hover {
  filter: brightness(1.2); 
}
"*/


@keyframes sdb05 {
0% {
  transform: rotate(-45deg) translate(0, 0);
  opacity: 0;
}
50% {
  opacity: 1;
}
100% {
  transform: rotate(-45deg) translate(-20px, 20px);
  opacity: 0;
}
}

/*.carbody {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}*/


.carA {
  display: flex;
  margin-bottom: 20px;
  margin-top: 100px;
  margin: 5% auto 0;
}

.textside {
  position: relative;
  flex: 50%;
  max-width: 50%;
  text-align: left; 
  display: flex;
  flex-direction: column;
}
.textside::before {
  content: "";
  position: absolute;
  top: 0px;
  width: 50px;
  height: 2px;
  background-color: #666666;
}

.htitle {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px; 
  line-height: 1.5em;
  color: #333333;
}


.ntitle {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.8em;
  margin-bottom: 15px; 
  color: #333333;
}

.ptitle {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #333333;
}

.lasttext {
  text-align: center;
  opacity: 0.5;
  transition: opacity 1.5s ease-in;
  padding-top: 50px;
}

.textd {
  font-size: 22px;
  margin-top: 3em;
  font-weight: bold;
  color: #333333;
  width: 100vw;
}

.lasttext::before {
  content: "";
  position: absolute;
  width: 120px;
  /* margin-left: -62px; */
  left: calc(50vw - 60px);
  height: 2px;
  background-color: #333333;
}


@media screen and (max-width: 1025px) {
  .article_txt {
    font-size: 1.4em;
    text-align: center;
    color: #333333;
  }

  .carA {
    flex-direction: column; 
    margin: 5% auto 0;
    text-align: center;
  }
  
  .textside {
    flex: 100%;
    max-width: 100%;
    text-align: center;
    margin: 5% auto 0;
  }
  
  .image1 {
    padding: 0;
    max-width: 100%;
  }
  
  .textside {
    width: 95%;
    text-align: left; 
    margin: 5% auto 0;
  }
  
  .htitle {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px; 
    color: #333333;
  }
  
  
  .ntitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 15px; 
    color: #333333;
  }
  
  .ptitle {
    font-size: 1.4em;
    line-height: 1.6;
    margin-bottom: 15px; 
    width: 95%;
    color: #333333;
  }

  .textd {
    font-size: 16px;
    font-weight: bold;
    margin-top: 3em;
    color: #333333;
  }
  
  .lasttext::before {
    width: 100px;
    height: 2px;
    left: calc(50vw - 50px);
    background-color: #666666;
  }

  .article_img .demo {
    display: none;
  }
  
  .article_img .demo a span {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-left: -12px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
  }
  
  .article_img .scrollcolor {
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
  }
}

  @media screen and (min-width: 768px) {
    .container {
      margin: 0 auto;
  }
  }


  @keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
  }




.contentsnotes{
  width: 75vw;
  padding: 2em 0;
  font-size: 1.4em;
  text-align: left;
  line-height: 2em;
  color: #666;
  margin: 0 auto;
}
@media screen and (max-width: 1025px) {
  .contentsnotes{
    width: 98vw;
    padding: 2em 2vw;
    font-size: 1.0em;
  }
}

.ptitle span,
.article_txt span {
  font-size: 0.8em;
}











@media screen and (max-width: 1025px) {
  .article_img {
    display: contents;
  }

  .article_img img {
    width: 100%;
    max-width: 100%;
    height: auto; 
    vertical-align: top; 
  }
}




@media screen and (min-width: 1025px) {
  #f-con.container {
    padding: 110px 0 0%;
  }
  #f-con.container .container {
    margin: 0% 0 10%;
    padding: 0 0 10%;
  }
}
@media screen and (max-width: 1024px) {
  #f-con.container {
    padding: 110px 0 0%;
  }
  #f-con.container .blandLogo {
    line-height: 90px;
  }
  #f-con.container .blandLogo img {
    width: 50%;
    max-width: 241px;
  }
  #f-con.container .articleBox_2col {
    width: 90%;
  }
  #f-con.container .container {
    padding: 1% 0 10%;
  }
  #f-con.container .article_img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
 
  #f-con.container .blandLogo {
    font-size: 1.8em;
    height: 60px;
    line-height: 60px;
  }
  #f-con.container .blandLogo img {
    width: 38%;
  }
  
}
@media screen and (max-width: 768px) {
  #f-con.container {
    padding: 70px 0 0;
  }
}

/*# sourceMappingURL=contents.css.map */

/* 店外ショールーム */
#showroom.container .emphasis {
	margin: 8% auto 12% auto;
}
#showroom.container .emphasis.emphasis03 {
	margin: 12% auto 5% auto;
}
#showroom .txt {
	font-size: 1.8em;
	line-height: 2.2;
}
#showroom .txt02 {
	margin-top: -1%;
}
#showroom .center {
	text-align: center;
}
#showroom .right {
	text-align: right;
}
#showroom .article_flex {
	display: flex;
	justify-content: end;
	width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
#showroom .article_flex .item {
	width: calc(100%/2);
}
#showroom .article_flex .item {
	width: 70%;
}
#showroom .article_flex .item.logo_item {
	width: 30%;
}

@media screen and (max-width:768px) { 
	#showroom .txt {
		font-size: 1.6em;
		line-height: 1.8;
	}
	#showroom .copyright {
		margin: 0 0 -3.5%;
	}
	#showroom .article_flex {
		width: 90%;
	}
	#showroom .article_flex .item.logo_item {
		width: 20%;
		padding: 0;
	}
	#showroom .article_flex .item {
		width: 72%;
		padding: 3% 0% 3% 10%;
		line-height: 2.2;
	}
}

.article_flex .item.item_txt {
	padding: 3% 0% 3% 4%;
	box-sizing: border-box;
	line-height: 2.2;
}
.article_flex .item img,
.article_shiftflex div img {
	width: 100%;
}
.article_flex .logo_item {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.article_flex .logo_item img {
	max-width: 170px;
	width: 100%;
}
.article_shiftflex {
	display: flex;
	justify-content: center;
	margin: 3% auto 0;
	width: 90%;
	line-height: 2;
}
.article_shiftflex div {
	width: calc(100%/2);
}
.article_shiftflex .name {
	width: 100%;
}
.article_shiftflex .item {
	margin-top: 8%;
}
.articleFrame {
	position: relative;
}
.articletxtFrame {
	max-width: 768px;
	margin: 0 auto;
}
.articletxtFrame .bland {
	display: flex;
	flex-wrap: wrap;
	line-height: 3;
	padding: 0;
}
.articletxtFrame .bland li {
	width: calc(100%/3);
	list-style-type: none;
	text-align: center;
}
#showroom .articletxtFrame .txt {
	font-size: 1.4em;
}

.articleBG {
	position: absolute;
	width: 54%;
	height: 100%;
	background: #A6B8C2;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 0;
	padding: 3% 0;
}
.article_img02 {
	width: 100%;
	height: 500px;
	margin: 6% 0 2%;
}
.article_img02 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
@media screen and (max-width:768px) { 
	.articleBG {
		width: 45%;
	}
	.articletxtFrame {
		width: 90%;
	}
	.article_img02 {
		height: 360px;
	}
	.article_img02.article_img03 {
		height: 240px;
	}
}
@media screen and (max-width:767px) { 
	.articletxtFrame .bland {
		line-height: 1.6;
	}
	.articletxtFrame .bland li {
		width: calc(33.333% - 10px);
		padding: 0 5px 10px;
	}
}

.mb10 {
	margin-bottom: 10%;
}
.mb15 {
	margin-bottom: 15%;
}
p.center.mb6 {
	margin-bottom: 6%;
	text-align: center;
}
p.mb6 {
	margin-bottom: 6%;
}






@media only screen and (min-device-width: 506px) and (max-device-width: 768px) and (orientation: landscape) {
  .header {
      position: fixed;
      width: 100%;
      height: 70px;
      box-sizing: border-box;
      padding: 33px 0;
      z-index: 12;
      background: #eeeeee;
  }
  .blandLogo {
      width: 100%;
      height: 60px;
      box-sizing: border-box;
      background-color: #4c1c3f;
      line-height: 90px;
      text-align: center;
      font-size: 2.8em;
      color: #FFF;
  }
  
  }
  