@charset "UTF-8";
/* CSS Document */

/*--------------------
01.共通
02.メインビジュアル
03.マワリとは
04.こんな方におすすめ
05.マワリの強み
06.ボタンエリア
07.サポート
08.サポーター
09.プラン
10.ボタン２
11.収支について
12.開業の流れ
13.オーナーの声
14.ボタン３
15.モーダルウィンドゥ
16.フッター
--------------------*/

/*----------
01.共通
----------*/
img{
  width: 100%;
}
#wrapper{
  background-color: #ECECED;
}
.cnt_wrapp{
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
.sp{
  display: none;
}

/*----------
02.メインビジュアル
----------*/
.main_area{
  background: url("../img/main_bg.png") no-repeat center/cover;
  width: 100%;
  padding: 47px 0 35px;
}
.main_ttl_area{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 926.35px;
  margin: 0 auto;
}
.main_area .ttl{
  width: 100%;
}
.main_area .fukidashi{
  position: absolute;
  top: 190px;
  left: -20px;
  width: 153px;
  animation-name:fadeRightAnime;
  animation-duration:0.5s;
  animation-delay: 1.5s;
  animation-fill-mode:forwards;
  opacity:0;
}
.main_area .fukidashi img{
  animation: poyoyon 2.5s infinite;
  animation-delay: 3s;
}
@keyframes poyoyon {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}

.main_area .flowing_tx{
  position: relative;
  -webkit-transform: skew(0deg, -5deg);
  transform: skew(0deg, -5deg);
  margin-top: -10px;
  font-family: "Hiragino Kaku Gothic ProN",  "Hiragino Sans" , Meiryo, "sans-serif";
  font-size: 90.7px;
  font-weight: 600;
  line-height: 1.19;
  color: #fff;
  text-align: center;
  overflow: hidden; 
}
.main_area .flowing_tx span{
  position: relative;
  z-index: 3;
  width: 400%;
  height: 91px;
  display: block;
  background: url("../img/mv_flowing.png") repeat;
  background-size: auto 91px;
  animation : flowing 40s linear infinite;
}

@keyframes flowing{
0% { 
  background-position: -100% 0;
  }
100%{ 
  background-position: 0% 0;
  }
}

.main_area .flowing_tx::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 97.86px;
  background: #79C0CF;
}
.main_area .m_t01,
.main_area .m_t02{
  display: inline-block;
  width: 100%;
  max-width: 415px;
  margin: 0 auto;
}
.main_area .logo{
  position:relative;
  z-index: 2;
  max-width: 503.13px;
  width: 100%;
  margin: -200px auto 0 auto;
}
.main_area .flex{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding-top: 50px;
}

.zoomIn{
  animation-name:zoomInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  transform: scale(0);
  }

@keyframes zoomInAnime{
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-delay: 2s;
  animation-fill-mode:forwards;
  opacity:0;
  }

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeLeft{
  animation-name:fadeLeftAnime;
  animation-duration:0.5s;
  animation-delay: 2.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

.fadeRight{
  animation-name:fadeRightAnime;
  animation-duration:0.5s;
  animation-delay: 3s;
  animation-fill-mode:forwards;
  opacity:0;
  }


@keyframes fadeRightAnime{
  from {
  opacity: 0;
  transform: translateX(100px);
  }

  to {
  opacity: 1;
  transform: translateX(0);
  }
}

/*----------
03.マワリとは
----------*/
.sec_about{
  padding: 150px 0 103px;
}

.sec_about .sec_ttl h2{
  max-width: 376px;
  margin: 0 auto;
}
.about_txt{
  max-width: 515.4px;
  margin: -70px auto 0 auto;
}
.sec_about .about_cnt{
  width: 100%;
  max-width: 874px;
  margin: 37px auto 0 auto;
}

.sec_ttl span{
  position: relative;
  display: block;
  overflow: hidden;
}
.sec_ttl span img{
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
  opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
  opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
  opacity: 0;
}


@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);/*要素を右の枠外に移動*/
  opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
  opacity: 1;
  }
}

/*----------
04.こんな方におすすめ
----------*/
.sec_recommend{
  width: 100%;
  background: #D45236;
  padding: 150px 0 125px;
}
.sec_recommend .sec_ttl h2{
  max-width: 858px;
  margin: 0 auto;
}
.sec_recommend .recommend_cnt{
  width: 100%;
  max-width: 1070px;
  margin: 57px auto 0 auto;
}
.recommend_txt{
  max-width: 508.33px;
  margin: -60px auto 0 auto;
}

/*----------
05.マワリの強み
----------*/
.sec_strengths{
  width: 100%;
  padding: 150px 0 125px;
}
.sec_strengths .sec_ttl h2{
  max-width: 628px;
  margin: 0 auto;
}
.sec_strengths .strengths_cnt{
  width: 100%;
  max-width: 1095px;
  margin: 51px auto 0 auto;
}
.strengths_txt{
  max-width: 430px;
  margin: -50px auto 0 auto;
}

/*----------
06.ボタンエリア
----------*/
.sec_btn{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}
.btn_nom01{
  padding: 55px 0;
  background: #D45236;
}
.title {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  overflow: hidden;
  margin-bottom: 23px;
  color: #fff;
  font-size: 40px;
}

.title span {
  display: block;
  margin-right: 8px;
  padding-bottom: 10px;
  transform: translate(0, 10px) rotate(0deg);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.title.-visible span {
  transform: translate(0, 0) rotate(25deg);
}

.title span:nth-child(2) {
  transition-delay: 0.06s;
}
.title span:nth-child(3) {
  transition-delay: 0.12s;
}
.title span:nth-child(4) {
  transition-delay: 0.18s;
}
.title span:nth-child(5) {
  transition-delay: 0.24s;
}
.title span:nth-child(6) {
  transition-delay: 0.30s;
}
.title span:nth-child(7) {
  transition-delay: 0.36s;
}
.title span:nth-child(8) {
  transition-delay: 0.42s;
}
.title span:nth-child(9) {
  transition-delay: 0.48s;
}
.title span:nth-child(10) {
  transition-delay: 0.54s;
  margin-right: 0;
}

.btn{
  margin: 0 auto;
}
.btn,
a.btn,
button.btn {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
}

a.btn-flat {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  padding: 42px 0;
  font-size: 40px;
  color: #fff;
  background: #79C0CF;
  border: 5px solid #79C0CF;
  border-radius: 91px;
  box-shadow: 12px 12px 0 rgba(0,0,0,.4);
}

a.btn-flat span {
  position: relative;
}
a.btn-flat:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 500%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-140%) translateY(-12%) rotate(45deg);
  background: #fff;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
a.btn-flat:hover{
  color: #79C0CF;
}
a.btn-flat::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  width: 14.45px;
  height: 30.32px;
  background: url("../img/arrow.png") no-repeat center / cover;
}
a.btn-flat:hover::after{
  background: url("../img/arrow_hover.png") no-repeat center / cover;
}

/*----------
07.サポート
----------*/
.sec_support{
  padding: 140px 0 126px;
  background: url("../img/support_bg.png") repeat -270px -350px / cover;
}
.sec_support .sec_ttl h2{
  max-width: 498px;
  margin: 0 auto;
}
.sec_support .support_cnt{
  margin-top: 70px;
}
.support_txt{
  max-width: 732.87px;
  margin: -50px auto 0 auto;
}

/*----------
08.サポーター
----------*/
.sec_supporter{
  padding: 150px 0 124px;
  background-color: #D6583E;
}
.sec_supporter .sec_ttl h2{
  max-width: 626px;
  margin: 0 auto;
}
.sec_supporter .supporter_cnt,
.sec_supporter .supporter_cnt02{
  margin-top: 48px;
}
.sec_supporter .cnt_nom02{
  margin-top: 141px;
}
.supporter_txt{
  max-width: 533.27px;
  margin: -45px auto 0 auto;
}
.supporter_txt02{
  max-width: 584.19px;
  margin: 0 auto;
}

/*----------
09.プラン
----------*/
.sec_plan{
  padding-top: 185px;
  padding-bottom: calc(10vw + 238px);  
  position: relative;
  overflow: hidden;
}
.sec_plan .sec_ttl h2{
  max-width: 296px;
  margin: 0 auto;
}
.sec_plan .plan_txt{
  max-width: 422.44px;
  margin: -30px auto 0 auto;
}
.sec_plan .plan_cnt{
  margin-top: 50px;
}
.sec_plan .plan_cnt02{
  margin-top: 88px;
}
.sec_plan .plan_more{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 44px;
  letter-spacing: -0.02em;
  line-height: 1.6;
}
.sec_plan .plan_txt02{
  max-width: 773.08px;
  margin: 0 auto;
}
.sec_plan .cnt_nom02{
  margin-top: 150px;
}
.sec_plan{
  
}
.sec_plan::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 25vw solid #D45236; 
  border-left: 100vw solid transparent;
}
.sec_plan::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 25vw solid #D45236;
  border-right: 100vw solid transparent;
}

/*----------
10.ボタン２
----------*/
.btn_nom02{
  margin-top: -10px;
  padding: 0 0 98px;
  background: #D45236;
}

/*----------
11.収支について
----------*/
.sec_balanceof{
  padding: 150px 0 121px;
}
.sec_balanceof .sec_ttl h2{
  max-width: 682px;
  margin: 0 auto;
}
.sec_balanceof .balanceof_txt{
  max-width: 394.08px;
  margin: -45px auto 0 auto;
}
.sec_balanceof .balanceof_cnt{
  margin-top: 27px;
}

/*----------
12.開業の流れ
----------*/
.sec_flow{
  padding: 123px 0;
  background: url("../img/flow_bg.png") no-repeat top/contain;
}
.sec_flow .sec_ttl h2{
  max-width: 312px;
  margin: 0 auto;
}
.sec_flow .flow_txt{
  max-width: 554.09px;
  margin: -43px auto 0 auto;
}
.sec_flow .flow_cnt{
  margin-top: 75px;
}

/*----------
13.オーナーの声
----------*/
.sec_voice{
  padding: 158px 0 124px;
  background-color: #D6583E;
}
.sec_voice .sec_ttl h2{
  max-width: 328px;
  margin: 0 auto;
}
.sec_voice .voice_txt{
  max-width: 446.49px;
  margin: -42px auto 0 auto;
}
.sec_voice .voice_cnt{
  margin-top: 49px;
}

/*----------
14.ボタン３
----------*/
.btn_nom03{
  padding: 55px 0;
  background: url("../img/footer_bg.png") no-repeat top / cover;
}
.btn_nom03 .title{
  color: #000;
}

/*----------
15.モーダルウィンドゥ
----------*/
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
font-family: Noto Sans JP;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding:30px;
  background-color: #fff;
	border-radius: 30px;
}

.modalContents{
	width: 80%;
	margin: 0 auto;
/*	text-align: center;*/
}
.modalContents h3{
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.5rem;
}
.modalContents p{
	font-size: 1.0rem;
	
	margin-bottom: 10px;
}
.must{
	background-color: #D45236;
	color: #FFFFFF;
	padding: 5px;
	margin-left: 10px;
	font-size: 1.0rem;
}

.modalContents input{
	padding-top: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
	margin-bottom: 30px;
	width: 390px;
	height: 30px;
	font-size: 1.0rem;
	letter-spacing:0.2rem;
}

.check{
	width: 300px;
	height: 50px;
	margin: 0 auto;
}

.check input{
	font-family: Noto Sans JP;
	color: #FFFFFF;
	background-color: #79C0CF;
	width: 100%;
	height: 100%;
	padding-bottom: 6px;
	border-radius: 50px;
	border: none;
}
.closeModal {
  position: absolute;
  top: 1.0rem;
  right: 1.5rem;
	font-size: 2.0rem;
  cursor: pointer;
}


/* 以下ボタンスタイル */
button {
  padding: 10px;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
}

#openModal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}

/*----------
16.フッター
----------*/
.footer{
	background-color: #FFFFFF;
	border-top: solid 1px #333333;
	padding-top: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.link_area{
	margin-bottom: 40px;
	display: flex;
	justify-content:center;
	align-items:center;
	gap:30px;
	
}
.catchcopy{
	font-size: 1.3rem;
	line-height: 2.6rem;
	font-weight: 600;
	letter-spacing: 0.1rem;
}
.site_link a{
	box-sizing: border-box;
	position: relative;
	border: solid 1px #ECECED;
	border-radius: 50px;
	padding: 30px 70px 25px 80px;
	box-shadow: 5px 5px #ECECED;
}

.site_link a::before{
	position: absolute;
	top: 36%;
	left: 45px;
	width: 25px;
	height: 25px;
	content: "";
	background-image: url("../img/logo_black.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.site_link a::after{
	position: absolute;
	top: 44%;
	right: 45px;
	width: 15px;
	height: 15px;
	content: "";
	background-image: url("../img/link_mark.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
