@charset "UTF-8";
/* CSS Document */
.stxt {
  font-weight: bold;
}
html {
  font-weight: 500;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
.ie_img {
  display: inline;
}
.sp_txt {
  display: none;
}
.slide_in2 {
  padding: 40px 0;
}
#con1 h3.sp_txt, #con2 h3.sp_txt, #con3 h3.sp_txt {
  font-size: 100%;
  line-height: 180%;
  margin-top: 60px;
}
.centerbox {
  margin-left: 15%;
}
@media screen and (max-width: 768px) {
  .sp_txt {
    display: block;
  }
  .ie_img {
    display: none;
  }
  .slide_in2 {
    padding: 40px 10% 0px 10%;
  }
  .centerbox {
    margin-left: -5%;
  }
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}
selector {
  font-family: YuGothic, "Custom Yu Gothic", "Yu Gothic", sans-serif;
}
#offcanvas-menu ul li a {
  font-size: 90%;
}
.functionback {
  background: #f4f4f4;
  /*
  smoothscrollのため、下記paddingのtopはバランス悪くても変更不可 ※スマホも　↓
  */
  /*padding-bottom: 4em;*/
  padding: 7em 0 4em;
}
.functionback2, #counterstyle, #showerstyle{
  background: hsla(0, 0%, 100%, 1.00);
  padding: 7em 0 4em;
}
.heading-section h3.titlemini {
  font-size: 90%;
}
.functionback h4.titlemini2 {
  font-size: 24px;
  color: hsla(0, 0%, 0%, 1.00);
  font-weight: bold;
  margin: 25px 0 15px 0;
}
.functionback h4 {
  font-size: 110%;
  font-weight: bold;
  margin: 35px 0 15px 0;
  lletter-spacing: 10px;
}
.functionback2 p.title {
  letter-spacing: 10px;
}
.functionback2 h4.titlemini2 {
  font-size: 21px;
  color: hsla(0, 0%, 0%, 1.00);
  font-weight: bold;
  margin: 25px 0 15px 0;
}
.functionback2 h4 {
  font-size: 110%;
  font-weight: bold;
  margin: 35px 0 15px 0;
  lletter-spacing: 10px;
}
.functionback p.title {
  letter-spacing: 5px;
}
.functionback2 p.title {
  letter-spacing: 2px;
}
.slidetxt p {
  line-height: 2.5em;
}
.menu_img a {
  transition: 0.5s;
}
.menu_img a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .slide_in {
    padding: 0 10%;
  }
}
.slide_in2 {
  padding: 0 20%;
}

@media screen and (max-width: 480px) {
  .functionback p.title, .functionback2 p.title {
    letter-spacing: 1px;
  }
  .centerbox {
    margin-left: 0px;
  }
}
.con1box img {
  width: 190px;
}
.con1box p {
  font-size: 90%;
  color: #322000;
  line-height: 2em;
}
.con0box {
  padding: 0 20% 80px 20%;
}
.con0box2 {
  padding: 0 30% 50px 30%;
}
.textmein {
  line-height: 3em;
  padding-bottom: 3em;
}

.bannerbox {
  padding: 0 20%;
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .con0box {
    padding: 0 5%;
  }
  .con1box img {
    width: 240px;
  }
  .con1box p {
    font-size: 90%;
    color: #322000;
  }
  .con3box img {
    width: 240px;
  }
  .textmein {
    line-height: 320%;
    padding: 0 1em 3em 1em;
    font-size: 90%;
  }
}
.photo {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 25%;
  float: left;
  margin-bottom: 0px;
}
.bunnerbox img {
  width: 520px;
  /*
  20220131 各箇所imgがはみ出てるので下記修正（上書き）
  */
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .photo {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .scbox {
    width: 100%;
    padding: 4em;
  }
  .bunnerbox img {
    width: 100%;
  }
}
.photo img {
  max-width: 100%;
  height: auto;
}
.photo .caption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 1s ease;
}
.photo:hover .caption {
  background-color: rgba(0, 0, 0, 0.5);
}
.scbox {}
.caption {
  position: relative; /* 絶対配置の基準点 */
  width: 100%; /* 600px以下は幅いっぱいに広げる */
  max-width: 600px; /* 最大幅の指定 */
  height: 300px; /* 高さの指定 */
  margin: 0 auto; /* ブロック要素の中央揃え */
  text-align: center; /* インライン要素の中央揃え */
  background: #fff; /* 背景色 */
}
.caption div.back {
  position: absolute; /* 絶対配置 */
  top: 50%; /* 上から半分 */
  left: 50%; /* 左から半分 */
}
.white {
  position: relative;
  width: 100%; /* 大枠と同じ幅に */
  margin: -4em 0 0 -50%; /* 要素の大きさの半分引く */
  display: block;
  text-decoration: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.white p {
  width: 150px;
  height: 150px;
  padding-top: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  color: hsla(0, 0%, 0%, 1.00);
}

.white p .new__style{
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0.6em;
  transform: translate(-50%, 0);
  color: #ffffff;
  background-color: #777777;
  font-size: 14px;
  padding: 0.2em 0.8em;
  letter-spacing: 0.07em;
  @media screen and (max-width: 768px) {
    bottom: 0.5em;
    font-size: 14px;
  }
  @media screen and (max-width: 480px){
    bottom: 0.5em;
    font-size: 14px;
  }
}

.prebiru img {
  border: hsla(0, 0%, 72%, 0.18) 1px solid;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /*
  20220131 各箇所imgがはみ出てるので修正
  */
  max-width: 100%;
}
.prebiru img:hover, .prebiru img:focus, .prebiru img:active {
  border: hsla(0, 0%, 72%, 0.18) 1px solid;
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.boder {
  padding-bottom: 30px;
  border-bottom: hsla(0, 0%, 51%, 1.00)1px solid;
}

@media screen and (max-width: 1024px) {
  .case-studies-summary2 {
    display: block;
  }
  .case-studies-summary {
    display: none;
  }  

  ul#fh5co-portfolio-list {
    display: none;
  }
  .bannerbox {
    padding: 0 10%;
    margin-bottom: 100px;
  }
  ul#fh5co-portfolio-list2 {
    padding: 0px;
  }
}
@media screen and (min-width: 1025px) {/*20221025追加*/
  .case-studies-summary2 {
    display: none;
  }  
  .case-studies-summary {
    display: block;
  }  
}
.case-studies-summary p {
  color: hsla(0, 0%, 100%, 0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding: 300px 0 0 0;
}
.case-studies-summary p:hover {
  color: hsla(0, 0%, 100%, 1.00);
}
/*
.case-studies-summary2 {
  display: none;
}
*/



/* 
 選べる３つのスタイル 
 .case-studies-summary, .case-studies-summary2
 内のタグの背景画像について、htmlタグ直書きされていたものをcssに移動
*/
.bg_img_counter01{
  background-image: url("../images/con4_img03.jpg");
}
.bg_img_counter02{
  background-image: url("../images/con4_img04.jpg");
}
.bg_img_counter03{
  background-image: url("../images/con4_img05.jpg");
}
.bg_img_counter04{
  background-image: url("../images/con4_img06.jpg");
}


.bg_img_shower01{
  background-image: url("../images/con5_img01.jpg");
}
.bg_img_shower02{
  background-image: url("../images/con5_img02.jpg");
}
.bg_img_shower03{
  background-image: url("../images/con5_img03.jpg");
}
.bg_img_shower04{
  background-image: url("../images/con5_img04.jpg");
}

.bg_img_bench01{
  background-image: url("../images/con7_img01.jpg");
}
.bg_img_bench02{
  background-image: url("../images/con7_img02.jpg");
}
.bg_img_bench03{
  background-image: url("../images/con7_img03.jpg");
}
.bg_img_bench04{
  background-image: url("../images/con7_img04.jpg");
}

.bg_img_plain01{
  background-image: url("../images/con9_img01.jpg");
}
.bg_img_plain02{
  background-image: url("../images/con9_img02.jpg");
}
.bg_img_plain03{
  background-image: url("../images/con9_img03.jpg");
}
.bg_img_plain04{
  background-image: url("../images/con9_img04.jpg");
}


.bgcon1 {
  background-image: url(../images/cover_bg_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bgcon--moviePage {
  background-image: url(../images/movie_mv_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bgcon2 {
  background-image: url(../images/cover_bg_4.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.bgcon3 {
  background-image: url(../images/cover_bg_3.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.bgcon4 {
  background-image: url(../images/cover_bg_2.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
ul#fh5co-portfolio-list2 li {
  display: block;
  padding: 0;
  list-style: none;
  float: left;
  position: relative;
  width: 49%;
  margin-left: 1%;
}
/**** 20250903 *********************************
カラム落ちするのでテキストエリアの行数を隣と合わせる 
************************************************/
ul#fh5co-portfolio-list2 li .text__plain{
  height: 10em;
}


/**/
.box {
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*20221025追加。virtualShowroomでとまらないバグ
min-heightでは後々の計算かもしれないのであらかじめpadding-topを%で指定した方が良いかも。
例）iPhone SE 345x500
*/
@media screen and (max-width: 480px) {
  .box{
    padding-top: 114.5%;
  }
}
/* 20221025 追加
floatを使用してるのに、clearfixが指定されてない、、 */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

ul#fh5co-portfolio-list2 p {
  font-size: 90%;
  margin: 25px 25px 35px 25px;
}
.sample {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: scroll_arrow 2s 1.5s infinite;
  animation: scroll_arrow 2s 1.5s infinite;
}
.sample2 {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: scroll_arrow 2s 5s infinite;
  animation: scroll_arrow 2s 5s infinite;
}
.sample2pd {
  padding-top: 500px;
}
.sample3 {
  display: none;
  height: 0px;
}
.sample4 {
  padding-top: 0px;
  display: block;
}
.sample5 {
  padding-top: 65px;
  display: block;
}
h3 {
  color: #322000;
}
#con1 {
  height: 900px;
  background: #fff;
}
#con2 {
  height: 900px;
  background: #fff;
}
#con3 {
  height: 900px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #con1 {
    height: 800px;
  }
  #con2 {
    height: 800px;
  }
  #con3 {
    height: 800px;
  }
}
@media screen and (max-width: 768px) {
  #con1 {
    height: 800px;
  }
  #con2 {
    height: 800px;
  }
  #con3 {
    height: 800px;
  }
  .bgcon1 {
    width: auto;
    background-image: url(../images/cover_bg_1.jpg);
    background-size: auto 840px;
    background-attachment: fixed;
    background-repeat: inherit;
  }
  .bgcon--moviePage {
    width: auto;
    background-image: url(../images/movie_mv_sp.jpg);
    background-size: auto 840px;
    background-attachment: fixed;
    background-repeat: inherit;
  }
}
@media screen and (max-width: 720px) {
  #con1 {
    height: 1400px;
  }
  #con2 {
    height: 1400px;
  }
  #con3 {
    height: 1600px;
  }
  .bgcon1 {
    width: auto;
    background-image: url(../images/cover_bg_1.jpg);
    background-size: auto 840px;
    background-attachment: fixed;
    background-repeat: inherit;
  }
  .bgcon--moviePage {
    width: auto;
    background-image: url(../images/movie_mv_sp.jpg);
    background-size: auto 840px;
    background-attachment: fixed;
    background-repeat: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .sample2pd {
    padding-top: 150px;
  }
  .bgcon1 {
    width: auto;
    background-image: url(../images/cover_bg_1.jpg);
    background-size: 1024px 1024px;
    background-attachment: fixed;
    background-repeat: inherit;
  }
  .bgcon--moviePage {
    width: auto;
    background-image: url(../images/movie_mv_pc.jpg);
    background-size: 1024px 1024px;
    background-attachment: fixed;
    background-repeat: inherit;
  }
  .bgcon2 {
    width: auto;
    background-image: url(../images/cover_bg_4.jpg);
    background-size: 1024px 567px;
    background-attachment: fixed;
    background-repeat: inherit;
  }
  .bgcon3 {
    width: auto;
    background-image: url(../images/cover_bg_3.jpg);
    background-size: 1024px 567px;
    background-attachment: fixed;
    background-repeat: inherit;
  }
  .bgcon4 {
    width: auto;
    background-image: url(../images/cover_bg_2.jpg);
    background-size: 1024px 567px;
    background-attachment: fixed;
    background-repeat: inherit;
  }
}
@media screen and (max-width: 768px) {
  .slide_in2 h3 {
    font-size: 16px;
    line-height: 320%;
  }
  .sample2pd {
    padding-top: 200px;
  }
  .sample5 {
    opacity: 0;
    padding-top: 155px;
    display: block;
  }
  .bgcon1 {
    width: auto;
    background-image: url(../images/cover_bg_1.jpg);
    background-size: 1024px 1024px;
    background-attachment: fixed;
    background-repeat: inherit;
  }
  .bgcon--moviePage {
    width: auto;
    background-image: url(../images/movie_mv_sp.jpg);
    background-size: 1024px 1024px;
    background-attachment: fixed;
    background-repeat: inherit;
  }
  .bgcon2 {
    width: auto;
    background-image: url(../images/cover_bg_4.jpg);
    background-size: 1024px 567px;
    background-attachment: fixed;
    background-repeat: inherit;
  }
  .bgcon3 {
    width: auto;
    background-image: url(../images/cover_bg_3.jpg);
    background-size: 1024px 567px;
    background-attachment: fixed;
    background-repeat: inherit;
  }
  .bgcon4 {
    width: auto;
    background-image: url(../images/cover_bg_2.jpg);
    background-size: 1024px 567px;
    background-attachment: fixed;
    background-repeat: inherit;
  }
}
@media screen and (max-width: 480px) {
  .slider {
    padding-top: 80px;
  }
  .slide_in2 {
    padding: 40px 10px 0px 10px;
  }
  .slide_in {
    padding: 0 10px 50px 0;
  }
  .slide_in2 h3 {
    font-size: 15px;
    line-height: 320%;
  }
  .slide_in p {
    font-size: 14px;
  }
  .bgcon1 {
    width: auto;
    background-image: url(../images/cover_bg_1.jpg);
    background-size: auto 840px;
    background-attachment: fixed;
    background-repeat: inherit;
  }
  .bgcon--moviePage {
    width: auto;
    background-image: url(../images/movie_mv_sp.jpg);
    background-size: auto 840px;
    background-attachment: fixed;
    background-repeat: inherit;
  }
  .bgcon2 {
    width: auto;
    background-image: url(../images/cover_bg_4.jpg);
    background-size: 506px 280px;
    background-attachment: fixed;
    background-repeat: inherit;
  }
  .bgcon3 {
    width: auto;
    background-image: url(../images/cover_bg_3.jpg);
    background-size: 506px 280px;
    background-attachment: fixed;
    background-repeat: inherit;
  }
  .bgcon4 {
    width: auto;
    background-image: url(../images/cover_bg_2.jpg);
    background-size: 506px 280px;
    background-attachment: fixed;
    background-repeat: inherit;
  }
  .sample2 {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: scroll_arrow 2s 5s infinite;
    animation: scroll_arrow 2s 5s infinite;
    padding-top: 0px;
    display: none;
  }
  .sample2pd {
    padding-top: 0px;
  }
  .sample3 {
    display: block;
    height: 280px;
  }
  .sample4 {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: scroll_arrow 2s 5s infinite;
    animation: scroll_arrow 2s 5s infinite;
    padding-top: 65px;
    display: none;
  }
  .sample5 {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: scroll_arrow 2s 5s infinite;
    animation: scroll_arrow 2s 5s infinite;
    padding-top: 0px;
    display: none;
  }
  ul#fh5co-portfolio-list2 li {
    display: block;
    padding: 0;
    list-style: none;
    float: left;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }
  .bannerbox {
    padding: 0 2%;
    margin-bottom: 60px;
  }
  #con1 {
    height: 1720px;
  }
  #con2 {
    height: 1400px;
  }
  #con3 {
    height: 1720px;
  }
}
#counterstyle {
  /*padding-top: 4em; 直タグ設定150pcがあったのでそれをこちらに移動*/
  padding-top: 150px;
}
#showerstyle {
  /*padding-top: 4em; 直タグ設定150pcがあったのでそれをこちらに移動*/
  padding-top: 150px;
}
#benchstyle {
  /*padding-top: 4em; 直タグ設定150pcがあったのでそれをこちらに移動*/
  padding-top: 150px;
}
#plain {
  /*padding-top: 4em; 直タグ設定150pcがあったのでそれをこちらに移動 ※20250903追加*/
  padding-top: 150px;
}


@-webkit-keyframes test_anime {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    background-color: #cccccc;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes test_anime {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    background-color: #cccccc;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.scroll_arrow {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: scroll_arrow 2.5s 4.5s infinite;
  animation: scroll_arrow 2.5s 4.5s infinite;
}
@-webkit-keyframes scroll_arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@keyframes scroll_arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@media only screen and (min-device-width: 760px) and (max-device-width: 1025px) {
  .service2 p {
    font-size: 75%;
  }
  .service2 p br {
    display: none;
  }
  .con1box img {
    width: 100%;
  }
  .service p {
    font-size: 80%;
  }
  .service p br {
    display: none;
  }
  .con1box img {
    width: 100%;
  }
}
/* バーチャルショールブロック追加 htmlとclassはbch6_kansaiから*/
.textmein_showroom {
  line-height: 3em;
  padding-bottom: 0.5em;
}
.textsub_showroom {
  font-size: 10px;
  padding-bottom: 3em;
}

/* htmlタグに直書きしてるのでクラス作成 */
.function_color{
  padding-top: 7em;
}

.benchstyle{
  padding-top:150px;
}

.icon__new{
  display: inline-block;
  line-height: 2em;
  margin-right: 0.8em;
  padding: 0 0.6em;
  color: #ffffff;
  background-color: #777777;
  font-size: 15px;
  letter-spacing: 0.07em;
}