@charset "utf-8";
/* CSS Document */
#wrapper {
}
/* メインビジュアル
-------------------------------------------*/

/* 共通 */

.ta-c{
  text-align: center;
}


/* ヘッダー動画ここから↓↓↓ */

#mv-wrap{
  position:relative;
  width:100vw;
  height:50vh;
}

@media screen and (max-width:599px){
  #mv-wrap{
    height:25vh;
  }
}

#mv-wrap .mv-text_1{
  position:absolute;
  z-index:400;
  color:#fff;
  font-size:2.8rem;
  letter-spacing:0.3;
  top:20%;
  left:15%;
  text-shadow:3px 3px 4px rgb(2, 23, 31);
  transition: 1s;
  opacity: 0;
  transform: translateX(20px);
  animation: catch_anime 1.4s forwards 1s;
  padding:15px 10px 12px 10px;
}

#mv-wrap .mv-text_2{
  position:absolute;
  z-index:400;
  color:#fff;
  font-size:2.8rem;
  margin-left:8.4rem;
  letter-spacing:0.3;
  top:35%;
  left:15%;
  text-shadow:3px 3px 4px rgb(2, 23, 31);
  transition: 1s;
  opacity: 0;
  transform: translateX(20px);
  animation: catch_anime 1.4s forwards 2s;
  padding:15px 10px 12px 10px;
}

#mv-wrap .mv-text_3{
  position:absolute;
  z-index:400;
  color:#fff;
  font-size:2.8rem;
  letter-spacing:0.3;
  bottom:25%;
  right:20%;
  text-shadow:3px 3px 4px rgb(2, 23, 31);;
  transition: 1s;
  opacity: 0;
  transform: translateX(20px);
  animation: catch_anime 1.4s forwards 3s;
  padding:15px 10px 12px 10px;
}

@media screen and (min-width:2000px){
  #mv-wrap .mv-text_2{
    top:30%;
  }
}

@keyframes catch_anime {
  0% {
    transform: translateX(20px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 文字位置レスポンシブ調整ここから↓↓↓ */

/* 1000px以下の場合 */
@media screen and (max-width:1000px){
  #mv-wrap .mv-text_1,
  #mv-wrap .mv-text_2,
  #mv-wrap .mv-text_3{
    font-size:2.2rem;
    padding:5px;
  }
  /* 2行目を1文字分字下げ */
  #mv-wrap .mv-text_2{
    margin-left:6.6rem;
  }
  #mv-wrap .mv-text_3{
    bottom:15%;
  }
}

/* 599px以下の場合 */
@media screen and (max-width:599px){
  #mv-wrap .mv-text_1,
  #mv-wrap .mv-text_2,
  #mv-wrap .mv-text_3{
    font-size:1.1rem;
  }
  #mv-wrap .mv-text_1{
    top:15%;
    left:5%;
  }
  #mv-wrap .mv-text_2{
    margin-left:3.3rem;
    left:5%;
  }
  #mv-wrap .mv-text_3{
    right:10%;
    bottom:5%;
  }
}

/* 文字位置レスポンシブ調整ここまで↑↑↑ */

#opv-wrap{
  width:100vw;
  height:50vh;
  position:relative;
  overflow: hidden;
  z-index:2;
  background-size: cover;
}

#opv-wrap video{
  width:100vw;
  height:50vh;
  object-fit:cover;
  object-position: 0% 0%;
  position:absolute;
}

@media screen and (max-width:599px){
  #opv-wrap,
  #opv-wrap video
  {
    height:25vh;
  }
}

main{
  width:100vw;
  height:50vh;
  object-fit: cover;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  overflow:hidden;
}

@media screen and (max-width:599px){
  main{
    height:25vh;
  }
}

main #mv{
  width:100vw;
  height:50vh;
  position:relative;
  z-index:1;
}

main #mv #mv_bg{
  width:100vw;
  height:50vh;
  object-fit:cover;
  object-position: 0% 40%;
}

@media screen and (max-width:599px){
  main #mv,
  main #mv #mv_bg
  {
    height:25vh;
  }
}

.mv_1{
  width:240px;
  height:auto;
  position:absolute;
  right:3vw;
  top:-7px;
  z-index:100;
  transform: rotate(-5deg);
}

.mv_2{
  width:240px;
  height:auto;
  position:absolute;
  right:5vw;
  top:60%;
  transform:translate(0,-60%) rotate(5deg);
  z-index:200;
}

.mv_3{
  width:100px;
  height:auto;
  position:absolute;
  right:3vw;
  bottom:-2px;
  z-index:300;
  transform:rotate(-5deg);
}

@media screen and (max-width:599px){
  .mv_1{
    width:110px;
    height:auto;
    position:absolute;
    right:25vw;
    top:0;
  }
  
  .mv_2{
    width:110px;
    height:auto;
    position:absolute;
    right:10vw;
    top:60%;
  }
  
  .mv_3{
    width:50px;
    height:auto;
    position:absolute;
    right:3vw;
    bottom:-2px;
  }
}

@media screen and (min-width:2000px){
  .mv_1{
    width:300px;
    height:auto;
    position:absolute;
    right:3vw;
    top:-7px;
    z-index:100;
    transform: rotate(-5deg);
  }
  
  .mv_2{
    width:300px;
    height:auto;
    position:absolute;
    right:5vw;
    top:60%;
    transform:translate(0,-60%) rotate(5deg);
    z-index:200;
  }
  
  .mv_3{
    width:150px;
    height:auto;
    position:absolute;
    right:3vw;
    bottom:-2px;
    z-index:300;
    transform:rotate(-5deg);
  }
}

#pic1,#pic2,#pic3{
  display:none;
  filter:opacity(0);
}
.fadeIn {
  animation-name:fadeInAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
  }
  @keyframes fadeInAnime{
    from {
    opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  /* アニメーションスタートの遅延時間を決めるCSS*/
  .delay-time01{
    animation-delay: 12s;
    }
  .delay-time02{
  animation-delay: 12.2s;
  }
  .delay-time03{
  animation-delay: 12.4s;
  }

@media screen and (max-width:860px){
.fv video{
  height:100%;
}
}

@media screen and (min-width:800px){
  #mv-wrap,
  #opv-wrap,
  #opv-wrap video,
  main,
  main #mv,
  main #mv #mv_bg
   {
      min-height:440px;
    }
  }
/* ヘッダー動画ここまで↑↑↑ */

/* TOPボタンここから↓↓↓ */

.topbanner_box{
  display: flex;
  margin:0 auto;
  width:100%;
}

@media screen and (max-width:599px){
  .topbanner_box{
    display: block;
    padding:10px;
    box-sizing: border-box;
  }
}

.topbanner_wrap{
  position:relative;
  display: inline-block;
  margin:20px;
  background-color: #fff;
  overflow:hidden;
  width:100%;
}

@media screen and (max-width:767px){
  .topbanner_wrap{
    margin:5px;
  }
}

@media screen and (max-width:599px){
  .topbanner_wrap{
    margin:0 auto;
  }
}

.topbanner_wrap:after{
  background-image:url(../images/top/stripe.png);
  position:absolute;
  content:'';
  width:100%;
  height:100%;
  display: block;
  top:0.5em;
  right:-0.5em;
  z-index:-1;
}

.topbanner_wrap a:hover{
  filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.topbanner_wrap a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.topbanner_wrap p{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  color:#23645a;
  background-color:rgba(255,255,255,.8);
  padding:0.5rem;
  white-space: nowrap;
  transition-duration: 0.3s;
  font-size:1.1rem;
  line-height:140%;
  box-sizing: border-box;
}

@media screen and (max-width:1200px){
  .topbanner_wrap p{
    white-space: nowrap;
    padding:0.2rem;
    font-size:0.6rem;
  }
}

@media screen and (max-width:599px){
  .topbanner_wrap p{
    white-space: nowrap;
    padding:1rem;
    font-size:1.2rem;
  }
}

.topbanner_wrap:hover p{
  background-color:#23645a;
  color:#fff;
}

.topbanner{
  display: block;
  max-width: 100%;
  height:auto;
  transition: opacity 0.3s;
}

.topbanner_wrap:hover img:nth-child(1){
  opacity:0.6;
  filter: brightness(110%);
}

.topbanner_wrap img:nth-child(3){
  opacity:0;
}

.topbanner_wrap img:nth-child(2),
.topbanner_wrap img:nth-child(3){
  position:absolute;
  right:0;
  top:0;
  width:100%;
  height:auto;
  display: block;
  transition: opacity 0.3s;
}

.topbanner_wrap:hover  img:nth-child(2){
  opacity:0;
}
.topbanner_wrap:hover img:nth-child(3){
  opacity:1;
  transform: translateX(0.3em);
}

/* TOPボタンここまで↑↑↑ */

.enteranceicon{
position:absolute;
top:180px;
right:10%;
width:20%;
}
img.pc {
  display: block;
  width: 100%;
  height: auto;
}
img.sp {
  display: none;
  width: 100%;
  height: auto;
}

ul#crossfade {
  height: 45vw;
  overflow: hidden;
}
ul#crossfade li {
  height: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
ul#crossfade li img {
  display: block;
  width: 100%;
  min-width: 1200px;
  vertical-align: top;
}
ul#crossfade li.main_img01 img,
ul#crossfade li.main_img02 img,
ul#crossfade li.main_img03 img {
  position: absolute;
  bottom: 0;
}
/*
ul#crossfade li.bg-blue {
	width: 100%;
	background: url("../images/top/main_img04_bg.jpg") repeat-x bottom;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
}
ul#crossfade li.bg-blue img {
	width: 1450px!important;
	min-width: inherit;
	position: absolute;
	bottom: 5px;
}
*/
ul#crossfade li img.sp {
  display: none;
}
ul#crossfade li.bg-blue {
  width: 100%;
  background: url("../images/top/main_img04_bg.jpg") repeat-x bottom;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
ul#crossfade li.bg-blue img {
  width: 1450px !important;
  min-width: inherit;
  position: absolute;
  bottom: 0px;
}
@media screen and (max-width: 1000px) {
  /*
ul#crossfade li.bg-blue img {
	width: 100%!important;
	height: auto;
}	
*/
  ul#crossfade li.bg-blue img {
    width: 100% !important;
    height: auto;
  }
  .enteranceicon{
    display: block;
  }
}
@media screen and (max-width: 767px) {
  ul#crossfade {
    height: 300px;
    overflow: hidden;
  }
  ul#crossfade li {
    height: 300px;
    overflow: hidden;
    display: block;
  }
  ul#crossfade li img {
    height: 315px;
    width: 688px;
    min-width: 688px;
    vertical-align: top;
  }
  ul#crossfade li.main_img01 {
    position: relative;
  }
  ul#crossfade li.main_img01 img {
    position: absolute;
    left: -15vw;
    margin-top: 0;
  }
  ul#crossfade li.main_img02,
  ul#crossfade li.main_img03,
  ul#crossfade li.main_img02 img,
  ul#crossfade li.main_img03 img {
    left: 0;
    margin-left: 0;
  }
  /*
ul#crossfade li.bg-blue img {
	width: 100%;
	bottom: 15px;
}
*/
  ul#crossfade li.bg-blue img {
    width: 100%;
    bottom: 0px;
  }
  ul#crossfade li img.sp {
    display: block;
  }
  ul#crossfade li img.pc {
    display: none;
  }
  img.pc {
    display: none;
  }
  img.sp {
    display: block;
  }
  .enteranceicon{
    display: none;
  }
}
@media screen and (max-width: 340px) {
  ul#crossfade {
    height: 280px;
  }
  ul#crossfade li {
    height: 280px;
  }
  ul#crossfade li img {
    height: 290px;
    width: 633px;
    min-width: 633px;
    vertical-align: top;
  }
  ul#crossfade li.main_img01 img {
    left: -23vw;
  }
  .enteranceicon{
    display: none;
  }
}
/* タイトル
-------------------------------------------*/
.ttl_wrap {
  text-align: center;
  /*background: url(../images/common/ttl_end01.png) no-repeat bottom;*/
  background: url(../images/common/ttl_end01_new.png) no-repeat bottom;
  background-size: 70px 8px;
  padding: 0 0 20px;
  margin: 0 0 25px;
}
.ttl_wrap p.ttl {
  /*color: #0B55B4;*/
  color: #23645a;
  font-size: 40px;
  margin: 0 0 15px;
}
.ttl_wrap h1,
.ttl_wrap h2,
.ttl_wrap h3,
.ttl_wrap h4 {
  font-size: 16px;
  font-weight: lighter;
}
.main_ttl {
  font-family: kan412typos-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.sub_ttl {
  font-size: 18px !important;
  padding: 5px 0 15px;
  /*color: #0B55B4;*/
  color: #23645a;
}
@media screen and (max-width: 767px) {
  .ttl_wrap {
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
  .ttl_wrap p.ttl {
    font-size: 30px;
    margin: 0 0 10px;
  }
  .ttl_wrap h1,
  .ttl_wrap h2,
  .ttl_wrap h3,
  .ttl_wrap h4 {
    font-size: 15px;
    font-weight: lighter;
  }
  .main_ttl {
    line-height: 1.3em;
    font-size: 30px !important;
  }
}
/* キャッシュレス決済
-------------------------------------------*/
#cashless_section {
  width: 1000px;
  margin: 10px auto 70px;
  padding: 20px 0;
  text-align: center;
}
#cashless_section h2.orange {
  width: 100%;
  margin: 0 auto 40px;
  padding: 13px 0;
  text-align: center;
  font-size: 35px;
  background-color: #e73828;
  color: #ffffff;
  line-height: 140%;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: normal;
  display: block;
  border-radius: 0;
}
#cashless_section h2.orange > span {
  display: inline-block;
  font-size: 20px;
}
#cashless_section h3 {
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 23px;
  line-height: 140%;
  font-weight: bold;
  display: block;
}
#cashless_section .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #cashless_section {
    width: 90%;
    margin: 10px auto 40px;
    padding: 20px 0;
    text-align: center;
  }
  #cashless_section h2.orange {
    width: 100%;
    margin: 0 auto 40px;
    padding: 13px 0;
    text-align: center;
    font-size: 22px;
    background-color: #e73828;
    color: #ffffff;
    line-height: 140%;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: normal;
    display: block;
    border-radius: 0;
  }
  #cashless_section h2.orange > span {
    display: inline-block;
    font-size: 14px;
  }
  #cashless_section h3 {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 15px;
    line-height: 140%;
    font-weight: bold;
    display: block;
  }
  #cashless_section img {
    width: 100%;
  }
  #cashless_section .pc {
    display: none;
  }
  #cashless_section .sp {
    display: block;
  }
}
/* youtube
-------------------------------------------*/
#youtube {
  width: 1000px;
  margin: 40px auto 70px;
  padding-bottom: 20px;
  text-align: center;
}
#youtube h2.pipe_blue {
  width: 100%;
  margin: 0 auto 50px;
  padding: 13px 0;
  text-align: center;
  font-size: 35px;
  background-color: #669999;
  color: #ffffff;
  line-height: 140%;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: normal;
  border-radius: 10px 10px 0 0;
}
#youtube .youtube-wrap {
  max-width: 580px;
  display: inline-block;
  background-color: #0f49b7;
}
#youtube .youtube-wrap img {
  width: 100%;
}
#youtube .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #youtube {
    width: 90%;
    margin: 40px auto 40px;
    padding-bottom: 20px;
    text-align: center;
  }
  #youtube h2.pipe_blue {
    width: 100%;
    margin: 0 auto 30px;
    padding: 13px 0;
    text-align: center;
    font-size: 22px;
    background-color: #0f49b7;
    color: #ffffff;
    line-height: 140%;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: normal;
    border-radius: 10px 10px 0 0;
  }
  #youtube iframe.iframe-wrap {
    width: 100%;
  }
  #youtube .pc {
    display: none;
  }
  #youtube .sp {
    display: block;
  }
}
/* youtube slider
-------------------------------------------*/
#youtube_slid {
  width: 100%;
  /*background: url(../images/top/concept_bg02.jpg) repeat;*/
  background-color: rgba(198, 227, 226, 0.53);
  background-attachment: fixed;
  padding: 70px 0;
  text-align: center;
}
#youtube_slid .inner {
  width: 100%;
  background: url(../images/pipe/youtube_bg.png) repeat-x;
  background-size: auto 100%;
  margin-top: 50px;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  #youtube_slid {
    padding: 50px 0;
  }
}
/* パートナー
-------------------------------------------*/
#partner_wrap {
  width: 100%;
  padding: 70px 0;
  background-color: #fff;
}
#partner_wrap ul {
  display: flex;
  justify-content: center;
  width: 1000px;
  margin: 0 auto;
}
#partner_wrap ul li {
  list-style-type: none;
  text-align: center;
  margin: 0 15px;
  width: 30%;
}
#partner_wrap ul li .main img {
  border: #3a55b0 solid 1px;
  width: 100%;
}
#partner_wrap ul li .sub {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 300px;
  height: 120px;
}
#partner_wrap ul li .number {
  background: #36635a;
  color: #fff;
  text-align: center;
  padding: 3px 0;
}
@media screen and (max-width: 767px) {
  #partner_wrap h1 {
    padding: 0 10px;
  }
  #partner_wrap ul {
    flex-wrap: wrap;
    width: 100%;
  }
  #partner_wrap ul li {
    width: 70%;
    padding: 5px 0;
    margin: 0 0 40px 0;
  }
  #partner_wrap ul li:last-child {
    margin-bottom: 0;
  }
  #partner_wrap ul li a img {
    max-width: 100%;
  }
  #partner_wrap ul li .sub {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 15px 0;
  }
}
/* コンセプト
-------------------------------------------*/
#concept_wrap {
  width: 100%;
  /* background: url(../images/top/concept_bg02.jpg) repeat;*/
  background-color: rgba(223, 240, 239, 0.53);
  background-attachment: fixed;
  padding: 70px 0;
  text-align: center;
}
#concept_wrap .wrap {
  width: 1000px;
  margin: 0 auto;
}
#concept_wrap .wrap p.txt {
  margin: 0 0 20px;
}
#concept_wrap .wrap p.btn a {
  display: block;
  width: 300px;
  height: 72px;
  color: #ffffff;
  font-size: 24px;
  line-height: 72px;
  background: #0b55b4 url(../images/common/btn_arrow01.png) no-repeat 96% 50%;
  background-size: 13px 15px;
  margin: 0 auto 30px;
  text-align: center;
}
#concept_wrap .wrap p.btn a:hover {
  text-decoration: none;
}
#concept_wrap .wrap p.btn_pipe a img {
  width: 400px;
}
#concept_wrap .wrap .bnr_wrap {
  display: table;
  width: 1000px;
}
#concept_wrap .wrap .bnr_wrap p {
  display: table-cell;
  width: 500px;
  text-align: left;
}
#concept_wrap .wrap .bnr_wrap p:last-child {
  text-align: right;
}
#concept_wrap ul {
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 660px;
  margin: 0 auto;
}
#concept_wrap ul li {
  list-style-type: none;
  width: 49%;
  margin-bottom: 10px;
}
#concept_wrap ul li a img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #concept_wrap {
    padding: 50px 15px;
  }
  #concept_wrap .wrap p.txt {
    text-align: left;
  }
  #concept_wrap .wrap {
    width: 100%;
    margin: 0 auto;
  }
  #concept_wrap .wrap p.txt {
    margin: 0 0 20px;
  }
  #concept_wrap .wrap p.btn a {
    width: 80%;
    font-size: 16px;
    margin: 0 auto 30px;
    height: 45px;
    line-height: 45px;
  }
  #concept_wrap .wrap p.btn_pipe a img {
    width: 70%;
  }
  #concept_wrap .wrap .bnr_wrap {
    display: block;
    widht: 100%;
    padding: 0;
  }
  #concept_wrap .wrap .bnr_wrap p {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }
  #concept_wrap .wrap .bnr_wrap p:last-child {
    text-align: center;
    margin: 0;
  }
  #concept_wrap ul {
    display: block;
    width: 100%;
  }
  #concept_wrap ul li {
    width: 100%;
    padding: 5px 0;
  }
  #concept_wrap ul li a img {
    max-width: 100%;
  }
}
/* インフォメーション
-------------------------------------------*/
#info_wrap {
  width: 100%;
  padding: 70px 0;
  background-color: #f3f4f5;
}
#info_wrap ul {
  width: 760px;
  margin: 0 auto;
  list-style: none;
}
#info_wrap ul li {
  border-bottom: 1px solid #c3bfba;
  display: table;
  width: 760px;
  padding: 15px 0;
}
#info_wrap ul li a {
  display: block;
  width: 100%;
  background: url(../images/common/btn_arrow02.png) no-repeat 100% 50%;
  background-size: 13px 15px;
}
#info_wrap ul li span {
  display: table-cell;
}
#info_wrap ul li span.day {
  width: 100px;
}
#info_wrap ul li span.txt {
  width: 630px;
}
#info_wrap .pickup {
  width: 760px;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: auto auto 40px;
  padding: 40px;
  border: #1d2087 2px solid;
}
#info_wrap .pickup h3 {
  width: 100%;
  margin: 0 auto 10px;
  font-size: 28px;
  line-height: 120%;
  font-weight: bold;
  display: block;
}
#info_wrap .pickup a {
  color: #036eb8;
}

#info_wrap p.btn {
  margin: 30px auto 0;
}
#info_wrap p.btn a {
  display: block;
  max-width: 400px;
  height: 72px;
  color: #ffffff;
  font-size: 24px;
  line-height: 72px;
  background: #23645a url(../images/common/btn_arrow01.png) no-repeat 96% 50%;
  background-size: 13px 15px;
  margin: 0 auto 30px;
  text-align: center;
}
#info_wrap p.btn a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #info_wrap {
    padding: 50px 15px;
  }
  #info_wrap ul {
    width: 100%;
  }
  #info_wrap ul li {
    border-bottom: 1px solid #c3bfba;
    display: block;
  }
  #info_wrap ul li {
    display: block;
    width: 100%;
  }
  #info_wrap ul li span {
    display: block;
  }
  #info_wrap ul li span.day {
    width: 95%;
  }
  #info_wrap ul li span.txt {
    width: 95%;
  }
  #info_wrap .pickup {
    width: 100%;
    display: block;
    margin: auto auto 10px;
    padding: 15px;
    border: #1d2087 2px solid;
  }
  #info_wrap .pickup h3 {
    width: 100%;
    margin: 5px auto 10px;
    font-size: 18px;
    line-height: 120%;
    font-weight: bold;
    display: block;
  }
  #info_wrap .pickup img {
    width: 100%;
  }
  #info_wrap p.btn a {
    font-size: 15px;
    height:45px;
    line-height:45px;
  }
}
/* 実績と施工例
-------------------------------------------*/
#performance_wrap {
  width: 100%;
  padding: 70px 0;
}
#performance_wrap p.txt {
  margin: 0 0 20px;
  text-align: center;
}
#performance_wrap ul {
  width: 1000px;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
}
#performance_wrap ul li {
  float: left;
  width: 314px;
  height: 314px;
  margin: 0 9px 40px;
  overflow: hidden;
  position: relative;
}
#performance_wrap ul li .caption {
  text-align: center;
  color: #464646;
  font-size: 18px;
  text-shadow: 0 0 5px #999;
}
#performance_wrap ul li .caption span {
  font-size: 36px;
  display: block;
  margin: 0 0 6px;
}
#performance_wrap ul li .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; /* マスクを表示しない */
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#performance_wrap ul li:hover .mask {
  opacity: 1; /* マスクを表示する */
  padding-top: 130px; /* ホバーで下にずらす */
}
#performance_wrap ul li a {
  width: 314px;
  height: 314px;
  display: block;
}
#performance_wrap ul li:last-child {
  left: 332px;
}
#performance_wrap ul li.kitchen {
  background: url(../images/top/performance_img01.jpg) no-repeat;
}
#performance_wrap ul li.unitbath {
  background: url(../images/top/performance_img02.jpg) no-repeat;
}
#performance_wrap ul li.flooring {
  background: url("../images/top/perfomance_img07.jpg") no-repeat;
}
#performance_wrap ul li.door {
  background: url(../images/top/performance_img04.jpg) no-repeat;
}
#performance_wrap ul li.lavatory {
  background: url(../images/top/performance_img05.jpg) no-repeat;
}
#performance_wrap ul li.other {
  background: url("../images/top/perfimance_img08.jpg") no-repeat;
}
#performance_wrap ul li.newother {
  background: url("../images/top/performance_img09.jpg") no-repeat;
}
#performance_wrap p.btn {
  margin: 30px auto 0;
}
#performance_wrap p.btn a {
  display: block;
  width: 458px;
  height: 72px;
  color: #ffffff;
  font-size: 24px;
  line-height: 72px;
  /*  background: #0B55B4 url(../images/common/btn_arrow01.png) no-repeat 96% 50%;*/
  background: #23645a url(../images/common/btn_arrow01.png) no-repeat 96% 50%;
  background-size: 13px 15px;
  margin: 0 auto 30px;
  text-align: center;
}
#performance_wrap p.btn a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #performance_wrap {
    padding: 50px 15px;
  }
  #performance_wrap p.txt {
    text-align: left;
  }
  #performance_wrap ul {
    width: 100%;
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
  }
  #performance_wrap ul li {
    float: left;
    width: 46%;
    min-height: 160px;
    height: auto;
    margin: 0 2% 25px;
    overflow: hidden;
    position: static;
  }
  #performance_wrap ul li .caption {
    text-align: center;
    color: #464646;
    font-size: 14px;
    text-shadow: none;
    padding: 140px 0 0;
  }
  #performance_wrap ul li .caption span {
    display: none;
  }
  #performance_wrap ul li .mask {
    width: 100%;
    height: 100%;
    position: static;
    opacity: 1; /* マスクを表示しない */
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: none;
    transition: none;
  }
  #performance_wrap ul li:hover .mask {
    opacity: 1; /* マスクを表示する */
    padding-top: 0; /* ホバーで下にずらす */
    position: static;
  }
  #performance_wrap ul li a {
    width: 100%;
    height: 100%;
    display: block;
  }

  #performance_wrap ul li.kitchen {
    background: url(../images/top/performance_img01_sp.jpg) no-repeat top center;
    background-size: 135px 135px;
  }
  #performance_wrap ul li.unitbath {
    background: url("../images/top/perfomance_img02.5_sp.jpg") no-repeat top
      center;
    background-size: 135px 135px;
  }
  #performance_wrap ul li.flooring {
    background: url("../images/top/perfomance_img07_sp.jpg") no-repeat top
      center;
    background-size: 135px 135px;
  }
  #performance_wrap ul li.door {
    background: url("../images/top/perfomance_img04.5_sp.jpg") no-repeat top
      center;
    background-size: 135px 135px;
  }
  #performance_wrap ul li.lavatory {
    background: url(../images/top/performance_img05_sp.jpg) no-repeat top center;
    background-size: 135px 135px;
  }
  #performance_wrap ul li.other {
    background: url("../images/top/perfomance_img08_sp.jpg") no-repeat top
      center;
    background-size: 135px 135px;
  }
  #performance_wrap ul li.newother {
    background: url("../images/top/performance_img09-sp.jpg") no-repeat top
      center;
    background-size: 135px 135px;
  }
  #performance_wrap p.btn {
    margin: 30px auto 0;
  }
  #performance_wrap p.btn a {
    width: 80%;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    margin: -20px auto 30px;
  }
  #performance_wrap p.btn a:hover {
    text-decoration: none;
  }
}
/* お問い合わせからの流れ
-------------------------------------------*/
#flow_wrap {
  width: 100%;
  padding: 70px 0;
  /*background-color: #E5E9F5;*/
  background-color: #fff;
}
#flow_wrap h2 {
  /* color: #0B55B4;*/
  color: #23645a;
  font-size: 40px;
  margin: 0 0 15px;
}
#flow_wrap h3 {
  font-size: 18px;
  margin: 0 0 15px;
  text-align: center;
}
#flow_wrap p.txt {
  margin: 0 0 20px;
  text-align: center;
}
#flow_wrap p.images {
  margin: 0 0 20px;
  text-align: center;
}
#flow_wrap p.btn {
  margin: 0 auto;
}
#flow_wrap p.btn a {
  display: block;
  width: 400px;
  height: 72px;
  color: #ffffff;
  font-size: 24px;
  line-height: 72px;
  background: #23645a url(../images/common/btn_arrow01.png) no-repeat 96% 50%;
  background-size: 13px 15px;
  margin: 0 auto 30px;
  text-align: center;
}
#flow_wrap p.btn a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #flow_wrap {
    padding: 50px 15px;
  }
  #flow_wrap p.images {
    background: url(../images/top/flow_img01_sp.jpg) no-repeat 50%;
    background-size: 250px 390px;
    height: 390px;
    margin: 0 auto;
    width: 250px;
    text-indent: -9999px;
  }
  #flow_wrap p.images img {
    width: 100%;
  }
  #flow_wrap h3,
  #flow_wrap p.txt {
    text-align: left;
  }
  #flow_wrap p.btn {
    margin: 10px auto 0;
  }
  #flow_wrap p.btn a {
    display: block;
    width: 80%;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    margin: 0 auto;
  }
}
/* アフターフォロー
-------------------------------------------*/
#afterfollow_wrap {
  width: 100%;
  padding: 70px 0;
}
#afterfollow_wrap h3 {
  font-size: 18px;
  margin: 0 0 15px;
  text-align: center;
}
#afterfollow_wrap p.txt {
  margin: 0 0 20px;
  text-align: center;
}
#afterfollow_wrap p.btn {
  margin: 0 auto;
}
#afterfollow_wrap p.btn a {
  display: block;
  width: 450px;
  height: 72px;
  color: #ffffff;
  font-size: 24px;
  line-height: 72px;
  background: #0b55b4 url(../images/common/btn_arrow01.png) no-repeat 96% 50%;
  background-size: 13px 15px;
  margin: 0 auto 30px;
  text-align: center;
}
#afterfollow_wrap p.btn a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #afterfollow_wrap {
    padding: 50px 15px;
  }
  #afterfollow_wrap h3,
  #afterfollow_wrap p.txt {
    text-align: left;
  }
  #afterfollow_wrap ul {
    width: 100%;
    margin: 0;
  }
  #afterfollow_wrap ul li {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  #afterfollow_wrap ul li img {
  }
  #afterfollow_wrap ul li .txt_wrap {
    padding: 10px;
    margin: 0;
    background: #ffffff url(../images/common/btn_arrow02.png) no-repeat 98% 50%;
    background-size: 13px 15px;
  }
  #afterfollow_wrap ul li .txt_wrap .wrap {
    overflow: hidden;
    margin: 0 0 10px;
    width: 94%;
  }
  #afterfollow_wrap ul li .txt_wrap .wrap p.station {
    margin: 0 15px 0 0;
  }
  #afterfollow_wrap ul li .txt_wrap .wrap p.price {
    float: left;
    font-size: 20px;
  }
  #afterfollow_wrap ul li .txt_wrap p.ldk {
    text-align: left;
    font-size: 13px;
    width: 94%;
  }
  #afterfollow_wrap ul li .txt_wrap p.name {
    text-align: left;
    font-size: 13px;
    width: 94%;
  }
  #afterfollow_wrap p.btn {
    margin: 10px auto 0;
  }
  #afterfollow_wrap p.btn a {
    display: block;
    width: 80%;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    margin: 0 auto;
  }
}
/* スタッフ紹介
-------------------------------------------*/
#staff_wrap {
  width: 100%;
  padding: 70px 0;
  background-color: #fff;
}
#staff_wrap h2 {
  color: #0b55b4;
  font-size: 40px;
  margin: 0 0 15px;
}
#staff_wrap h3 {
  font-size: 18px;
  margin: 0 0 15px;
  text-align: center;
}
#staff_wrap p.txt {
  margin: 0 0 20px;
  text-align: center;
}
#staff_wrap ul {
  width: 1000px;
  margin: 0 auto 20px auto;
  list-style: none;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#staff_wrap li {
  float: left;
  margin: 0 20px;
}
#staff_wrap li img {
  width: 184px;
}
#staff_wrap p.btn {
  margin: 0 auto;
}
#staff_wrap p.btn a {
  display: block;
  width: 440px;
  height: 72px;
  color: #ffffff;
  font-size: 24px;
  line-height: 72px;
  background: #0b55b4 url(../images/common/btn_arrow01.png) no-repeat 96% 50%;
  background-size: 13px 15px;
  margin: 0 auto 30px;
  text-align: center;
}
#staff_wrap p.btn a:hover {
  text-decoration: none;
}
#staff_wrap p.bn_wrap {
  text-align: center;
}
#staff_wrap p.bn_wrap a {
  display: block;
  width: 440px;
  margin: auto;
}
#staff_wrap p.bn_wrap a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #staff_wrap {
    padding: 50px 15px;
  }
  #staff_wrap h3 {
    text-align: left;
  }
  #staff_wrap p.txt {
    text-align: left;
  }
  #staff_wrap ul {
    width: 100%;
    margin: 0;
    justify-content: left;
  }
  #staff_wrap ul li {
    float: left;
    width: 50%;
    margin: 0 0 20px;
    text-align: center;
  }
  #staff_wrap ul li img {
    width: 135px;
  }
  #staff_wrap ul li .txt_wrap {
    padding: 10px;
    margin: 0;
    background: #ffffff url(../images/common/btn_arrow02.png) no-repeat 98% 50%;
    background-size: 13px 15px;
  }
  #staff_wrap ul li .txt_wrap .wrap {
    overflow: hidden;
    margin: 0 0 10px;
    width: 94%;
  }
  #staff_wrap ul li .txt_wrap .wrap p.station {
    margin: 0 15px 0 0;
  }
  #staff_wrap ul li .txt_wrap .wrap p.price {
    float: left;
    font-size: 20px;
  }
  #staff_wrap ul li .txt_wrap p.ldk {
    text-align: left;
    font-size: 13px;
    width: 94%;
  }
  #staff_wrap ul li .txt_wrap p.name {
    text-align: left;
    font-size: 13px;
    width: 94%;
  }
  #staff_wrap p.btn {
    margin: 10px auto 0;
  }
  #staff_wrap p.btn a {
    display: block;
    width: 80%;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    margin: 0 auto;
  }
  #staff_wrap p.bn_wrap {
    text-align: center;
    margin: 20px 0 0;
  }
  #staff_wrap p.bn_wrap a img {
    width: 100%;
  }
  #staff_wrap p.bn_wrap a {
    display: block;
    width: 80%;
    margin: auto;
  }
  #staff_wrap p.bn_wrap a img {
    width: 100%;
  }
}

/*固定フッター*/
#fixed-wrap {
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #e2e0a5;
  background-color: rgba(223, 240, 239, 1);
  -webkit-box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 15%);
  box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 15%);
  z-index: 1000;
}
#fixed-wrap .inner {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

#fixed-wrap .inner .img {
  display: inline-block;
  width: 30%;
  /* margin-top: -20px; */
  margin-right: 2.25%;
  vertical-align: middle;
  padding: 14px;
}
#fixed-wrap .inner .tel {
  display: inline-block;
  width: 30%;
  margin-right: 2.25%;
  vertical-align: middle;
}
#fixed-wrap .inner .contact-btn {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
}
.sp-inline {
  display: none;
}
@media screen and (max-width: 599px) {
  /*固定フッターボタン*/
  #fixed-wrap .inner .contact-btn {
    width: 48%;
  }
  #fixed-wrap .inner {
    padding: 10px 2.5%;
  }
  #fixed-wrap .inner .tel {
    width: 48%;
    margin-right: 4%;
  }
  #fixed-wrap .inner .img {
    display: none;
  }
  /*固定フッターボタン*/
}
