@charset "utf-8";

/* 共通
------------------------------------------------------------*/
body {
	background-color: #ffffff;
	font-family: "Zen Old Mincho", serif, "Montserrat", 'Zen Kaku Gothic New', sans-serif;
	font-size: 18px;
	letter-spacing: 0.05em;
	color: #333;
	overflow-wrap:break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
	margin: 0;
}

/*-- タグリンク --*/
body a{text-decoration: none; color:#333;}
body a:link {text-decoration: none; color:#333;}
body a:visited{text-decoration: none; color:#333;}
body a:hover{color:#a9a9a9;}
body a:active{text-decoration: none;}

/*-- 共通カラー設定 追記 --*/
:root {
  --color-gray: #333;
  --color-white: #FFF;
  --color-black: #000;
}

img{
	width: 100%;
	height: auto;
}

section{
	clear:both;
}

.br-mid{
	display: none;
}
.br-sp{
	display: none;
}
.sp-phone{
	display: none;
}
/*-- pc電話発信無効 --*/
@media(min-width: 599px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/*========= ヘッダーナビ ===============*/
.header-nav{
	position: absolute;
	z-index: 20;
	top: 0;
	right: 0;
	left: auto;
	width: 100%;
	margin-right: 0;
}
.header-nav-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: right;
  margin: 0 auto;
}
.header-nav-container-item{
	font-size: clamp(14px, 2vw, 18px); 
	color: #333;
	font-weight: bold;
	margin: 0 10px;
	padding-top: 60px;
	opacity: 1;
	transition: 1.0s ;
}
.header-nav-container-item:hover{
	opacity: 0.3;
}
.header-nav-container-item a{text-decoration: none; color:#333 ;}
.header-nav-container-item a:link {text-decoration: none; color:#333;}
.header-nav-container-item a:visited{text-decoration: none; color:#333;}
.header-nav-container-item a:active{text-decoration: none;}

/*========= 電話 ===============*/
.header-nav-container-phone{
	background: #ec6d56;
	color: #fff;
	padding: 20px 30px 24px 40px;

		font-weight: bold;
		margin-left: 15px;
		opacity: 1;
		transition: 1.0s ;
		border-bottom-left-radius: 30px;
}
.header-nav-container-phone p{
	font-size: 13px;
	letter-spacing: 0.01em;;
}
.header-nav-container-phone-number{
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	padding-top: 10px;
}
.header-nav-phone-mark {
	display: flex;
	align-items: center; /* 高さを揃える */
	gap: 0.5em; /* マークと番号の間に余白 */
	font-size: 29px;
	letter-spacing: 0.1em;
  }
  .header-nav-phone-mark img {
	height: 0.8em; /* 高さを文字と揃える（調整可能） */
	width: 0.8em;
  }
.header-nav-phone-mark a{text-decoration: none; color:#fff ;}
.header-nav-phone-mark a:link {text-decoration: none; color:#fff;}
.header-nav-phone-mark a:visited{text-decoration: none; color:#fff;}
.header-nav-phone-mark a:active{text-decoration: none;}

.header-nav-fax {
	display: flex;
	align-items: center; /* 高さを揃える */
	font-size: 29px;
	letter-spacing: 0.045em;
  }
	
.header-nav-phone-hour{
	font-size: 16px;
	width: 270px;
	border: solid 1px #fff;
	text-align: center;
	padding: 4px;
	margin-top: 10px;
}
/*========= sp 三本線 ===============*/
.openbtn{
  display: none;
}
#g-nav{
	display: none;
}
/*========= TOPマーク ===============*/
.top-mark{
	display: block;
  }
  .top-mark{
	  position:fixed;
	z-index: 888;/*ボタンを最前面に*/
	  bottom:40px;
	  right: 40px;
	  width: 50px;
	  height:50px;
	  opacity: 0.8;
  }

/*--------------------------------------------------------
  メインビジュアル
--------------------------------------------------------*/
/*pcブロック*/
.main-pc{
	display: block;
}

/*親*/
.swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-bottom: 100px;
  overflow: hidden;
}


/*1*/
.slide1{
	position: absolute;
	top:18%;
	left:6%;
	width: 70%;
	height: 76vh;
}
.slide1 img {
	object-fit: cover;
	width: 100%;
	height: 77vh;
	border-radius: 60px;
  }
.slide1-text{
	position: absolute;
	bottom:5%;
	right:3%;
	z-index: 100;
}
.slide1-headline{
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 120px;
	letter-spacing: -0.01em;
	color: #555;
}
.slide1-headline-small{
	font-size: 76px;
}
.slide1-headline-jp{
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-size: 26px;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #ec6d56;
	opacity: 0.7;
	padding: 16px 130px 18px 42px;
	border-radius: 24px;
	margin-right: -110px;
	margin-top:20px;
}
.slide1-headline-body{
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	letter-spacing: 0.05em;
	text-align: right;
	line-height: 2em;
	margin-top: 20px;
}

.slide-circle-pink{
	position: absolute;
	top:76%;
	left:-5%;
	width: 200px;
	overflow: hidden;
	z-index: 50;
}
.slide-circle-yellow{
	position: absolute;
	top:-380px;
	right:-140px;
	width: 700px;
	overflow: hidden;
	z-index: 50;
}

/*2*/
.slide2{
	position: absolute;
	top:20%;
	right:4%;
	width: 62%;
	height: 76vh;
	border-radius: 60px;
	overflow: hidden;
}
.slide2 img {
	object-fit: cover;
	width: 100%;
	height: 77vh;
  }
  .slide-circle-pink2{
	position: absolute;
	top:76%;
	right:-5%;
	width: 200px;
	z-index: 50;
}
.slide-circle-yellow2{
	position: absolute;
	top:-380px;
	left:-140px;
	width: 700px;
	overflow: hidden;
	z-index: 50;
}

.slide2-text{
	position: absolute;
	bottom:5%;
	left:-4%;
	z-index: 100;
}

.slide1-headline-jp2{
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-size: 58px;
	letter-spacing: 0em;
	color: #ec6d56;
	background-color: #fff;
	opacity: 0.8;
	padding: 20px 16px 30px 140px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.slide1-headline-jp-small2{
	font-family: "Zen Old Mincho", serif;
	font-weight: 800;
	font-size: 21px;
	letter-spacing: 0.1em;
	color: #ec6d56;
	padding-left: 10px;
	margin-top: 10px;
}
.slide1-headline-body2{
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	letter-spacing: 0.05em;
	text-align: left;
	line-height: 2em;
	margin-left: 140px;
	margin-top: 20px;
}

/*ロゴ*/
.top-logo{
		position: absolute;
		z-index: 20;
		top: 30px;
		left: 30px;
		width: 200px;
}

.top-logo img{
	opacity: 1;
	transition: 1.0s ;
}
.top-logo img:hover{
	opacity: 0.5;
}

/*--------------------------------------------------------
	  サービス紹介
--------------------------------------------------------*/
.top-service-area{
	margin-top: 100px;
}
.top-service-back img{
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
.top-service-content{
	background-color: #f6e4c3;
}
.top-service-content img {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

/*タイトル*/
.top-service-title-container{
	width: 1260px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 60px;
}
.top-service-title{
	margin-top: 40px;
	width: 240px;
	height: 240px;
	background-color: #f0cbb9;
	border-radius: 50%;
	position: relative;
	overflow: visible;
}
.top-service-headline{
	width: 800px;
	margin-left: 100px;
	margin-top: 100px;
}
.top-service-headline p{
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 26px;
}
.top-service-headline-main{
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 34px;
	margin-top: 10px;
}
.top-service-title-eg{
	position: absolute;
	top: 70px;
	left: 70px;
	font-size: 48px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #555;
	letter-spacing: 0.05em;
}
.top-service-title-jp{
	position: absolute;
	top: 130px;
	left: 72px;
	font-size: 24px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	color: #555;
	width: 240px;
}

/*個人と法人*/
.top-service-inner-container{
	width: 1260px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.top-service-private{
	margin-bottom: 100px;
}

.top-service-private-pic{
	width: 600px;
	position: relative;
	opacity: 1;
	transition: 1.0s ;
}
.top-service-private-pic:hover {
	opacity: 0.7;
}

.top-service-private-title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 28px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	color: #fff;
	width: 360px;
	text-align: center;
	background-color: #ec6d56;
	opacity: 0.8;
	padding: 40px;
	border-radius: 30px;
}
.top-service-corporate-title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 28px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	color: #fff;
	width: 360px;
	text-align: center;
	background-color: #e4a756;
	opacity: 0.9;
	padding: 40px;
	border-radius: 30px;
}
.top-service-private-item{
	font-size: 32px;
	width: 360px;
	margin: 20px auto;
	line-height: 1.8em;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
}
.top-corporate-small{
	font-size: 20px;
}
.top-service-private-body{
	width: 520px;
	font-size: 20px;
	margin: 30px auto;
	line-height: 1.8em;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	text-align: justify;
}
.top-service-private-btn{
	width: 400px;
	margin: 40px auto;
	background-color: #888;
	padding: 20px;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-size: 21px;
	opacity: 1;
	transition: 1.0s ;
}
.top-service-private-btn:hover {
	opacity: 0.7;
}
/*--- スライド ----*/
.infinite-slider {
	overflow: hidden;
	width: 100%;
  }
  
  .slide-track {
	display: flex;
	width: calc(100% * 2); /* ループのために2セット分 */
	animation: scroll 20s linear infinite;
  }
  
  .slide-track img {
	width: 66.66%; /* ←1.5枚くらいが見えるようにする */
	flex-shrink: 0;
	display: block;
  }
  @keyframes scroll {
	0% {
	  transform: translateX(0%);
	}
	100% {
	  transform: translateX(-50%);
	}
  }
/*--------------------------------------------------------
  お客さまの声
--------------------------------------------------------*/
#top-voices{
	margin-top: 300px;
}
/*タイトル*/
.top-voices-container{
	width: 1260px;	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	margin: -700px auto 60px;
}
.top-voices-title{
	margin-top: 40px;
	width: 240px;
	height: 240px;
	background-color: #f0cbb9;
	border-radius: 50%;
	position: relative;
	overflow: visible;
}

.top-voices-title-eg{
	position: absolute;
	top: 70px;
	right: 90px;
	font-size: 48px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #555;
	letter-spacing: 0.05em;
	text-align: right;
}
.top-voices-title-jp{
	position: absolute;
	top: 130px;
	right: 94px;
	font-size: 24px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	color: #555;
	width: 240px;
	text-align: right;
}
.top-voices-inner{
	position: absolute;
	z-index: 100;
	width: 900px;

	left: 50%;
	transform: translate(-50%, -50%);
}
.top-voices-headline{
	margin-top: 300px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 34px;
	text-align: center;
}
.top-voices-body{
	margin-top: 40px;
	font-size: 20px;
	line-height: 2em;
}

/*--------------------------------------------------------
  背景固定
--------------------------------------------------------*/
/*-- 親 --*/
.fix-block{
	position: relative;
	height: 600px;
 }
 /*-- 画像 --*/
 .inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0);
 }
 .bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-image: url("../images/voices-bg.jpg");
	background-size: cover;
	background-position: center;
	z-index: -1;
 }

/*--------------------------------------------------------
  お知らせ
--------------------------------------------------------*/
#top-information{
	margin-top: 520px;
}
/*タイトル*/
.top-information-title-block{
	width: 1260px;	
	margin: 0 auto;
}
.top-information-title{
	margin-top: 40px;
	width: 240px;
	height: 240px;
	background-color: #f6e4c3;
	border-radius: 50%;
	position: relative;
	overflow: visible;
}

.top-information-title-eg{
	position: absolute;
	top: 70px;
	left: 90px;
	font-size: 48px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #555;
	letter-spacing: 0.05em;
}
.top-information-title-jp{
	position: absolute;
	top: 130px;
	left: 94px;
	font-size: 24px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	color: #555;
	width: 240px;
}
.top-information-container{
	width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 60px auto;
}
.top-information-item{
	width: 360px;
}
.top-information-item img{
	border-radius: 30px;
}
.top-information-title-date{
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-style: normal;
	margin-top: 20px;
}
.top-information-title-text{
	font-size: 18px;
	margin-top: 6px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8em;
}
.top-information-bottom{
	margin: 40px auto;
}
.top-information-btn{
	width: 400px;
	margin: 40px auto;
	background-color: #888;
	padding: 20px;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-size: 21px;
	opacity: 1;
	transition: 1.0s ;
}
.top-information-btn:hover {
	opacity: 0.7;
}

/*--------------------------------------------------------
会社案内
--------------------------------------------------------*/
#top-company{
	background-color: #f4d7d0;
	margin-top: -10px;
}
.company-background{
	margin: 0;
	padding: 0;
}

.top-company-inner{
	width: 1260px;
	margin: 0 auto;
}
.top-company-title{
	margin-left: 1020px;
	width: 240px;
	height: 240px;
	background-color: #f6e4c3;
	border-radius: 50%;
	position: relative;
	overflow: visible;
	margin-top: -20px;
}
.top-company-title-eg{
	position: absolute;
	top: 70px;
	right: 90px;
	font-size: 48px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #555;
	letter-spacing: 0.05em;
	text-align: right;
}
.top-company-title-jp{
	position: absolute;
	top: 130px;
	right: 94px;
	font-size: 24px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	color: #555;
	width: 240px;
	text-align: right;
}
.top-company-container{
	width: 1260px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding-bottom: 40px;
	padding-top: 40px;
}
.top-company-item{
	width: 30%;
}
.top-company-item-pic{
	position: relative;
}
.top-company-item-pic:hover {
	opacity: 0.6;
	transition: 1s; 
}
.top-company-item-title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 28px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	color: #fff;
	width: 90%;
	text-align: center;
}
.top-company-bottom{
	margin: 20px auto 40px;
	padding-bottom: 40px;
}
.top-company-btn{
	width: 400px;
	margin: 20px auto;
	background-color: #888;
	padding: 20px;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-size: 22px;
	opacity: 1;
	transition: 1.0s ;
}
.top-company-btn:hover {
	opacity: 0.7;
}

/*--------------------------------------------------------
お問い合わせ
--------------------------------------------------------*/
#top-contact{
	margin-top: 100px;
}
.top-contact-title-container{
	width: 1100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 60px;
}
.top-contact-title{
	margin-top: 0px;
	width: 240px;
	height: 240px;
	background-color: #f6e4c3;
	border-radius: 50%;
	position: relative;
	overflow: visible;
}
.top-contact-title-eg{
	position: absolute;
	top: 70px;
	left: 70px;
	font-size: 48px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #555;
	letter-spacing: 0.05em;
}
.top-contact-title-jp{
	position: absolute;
	top: 130px;
	left: 72px;
	font-size: 24px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	color: #555;
	width: 240px;
}
.top-contact-container{
	width: 1100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 60px;
}
.top-contact-container-item{
	width: 500px;
	margin: 0 auto;
	text-align: center;
	background-color: #ec6d56;
	padding: 30px 30px 20px;
	border-radius: 30px;
}
.top-contact-container-item p{
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	color: #fff;
}
.top-contact-phone{
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #fff;
	margin-top: 20px;
	letter-spacing: 0.05em;
	text-align: center;
}
.top-contact-phone a{text-decoration: none; color:#fff;}
.top-contact-phone a:link {text-decoration: none; color:#fff;}
.top-contact-phone a:visited{text-decoration: none; color:#fff;}
.top-contact-phone a:hover{color:#a9a9a9;}
.top-contact-phone a:active{text-decoration: none;}

.top-contact-phone-mark {
	display: flex;
	justify-content: center;
	align-items: center; /* 高さを揃える */
	gap: 0.5em; /* マークと番号の間に余白 */
	font-size: 42px;
	letter-spacing: 0.08em;
  }
  .top-contact-phone-mark img {
	height: 0.8em; /* 高さを文字と揃える（調整可能） */
	width: 0.8em;
  }
.top-contact-phone-mark a{text-decoration: none; color:#fff ;}
.top-contact-phone-mark a:link {text-decoration: none; color:#fff;}
.top-contact-phone-mark a:visited{text-decoration: none; color:#fff;}
.top-contact-phone-mark a:active{text-decoration: none;}


.top-contact-fax {
	display: flex;
	justify-content: center;
	align-items: center; /* 高さを揃える */
	font-size: 42px;
	letter-spacing: 0.03em;
  }

.top-contact-phone-hour{
	font-size: 18px;
	width: 420px;
	border: solid 1px #fff;
	text-align: center;
	padding: 4px;
	margin: 20px auto 5px;
}
.top-contact-mail-block a {
	display: block;
	transition: filter 1s ease;
  }
  
  .top-contact-mail-block a:hover {
	filter: brightness(80%); /* 100%より小さくすると暗くなる */
	cursor: pointer;
  }
.top-contact-mail-text{
	font-size: 18px;
	width: 420px;
	border: solid 1px #fff;
	text-align: center;
	padding: 4px;
	margin: 20px auto;
	color:#fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.top-contact-mail-mark{
	width: 90px;
	margin: 37px auto 37px;
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
.footer-pc{
	width: 100%;
	background-color: #f6e4c3;
	margin-top: 120px;
}

.footer-container{
	width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
	padding-bottom: 40px;
	border-bottom: solid 1px #555;
}

.footer_nav{
	padding-top: 60px;
}
.footer_nav a{
   text-decoration: none;
   color: #333;
		transition: 0.5s;
}
.footer_nav nav{
   margin: 0 0 0 auto;
}
.footer_nav ul{
   list-style: none;
   margin: 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: left;
}
.footer_nav li{
   margin: 0 0 0 30px;
   font-size: 18px;
	line-height: 2.5em;
	font-weight: bold;
}

.footer-address{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1260px;
	margin: 60px auto;
}
.footer-company-info{
	width:720px;
}
.footer-logo{
	width: 300px;
	padding-bottom: 20px;
	margin: 20px auto ;
}
.footer-logo img{
	opacity: 1;
	transition: 0.5s ;
}
.footer-logo img:hover{
	opacity: 0.5;
}
.footer-company-name{
	font-size: 28px;
	margin-bottom: 26px;
	margin-top: 20px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
}
.footer-company-info p{
	font-size: 20px;
	margin-bottom: 10px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
}
.footer-company-phone{
  font-size: 26px;
	margin-bottom: 26px;
	margin-top: 10px;
}

/*-- クレジット --*/
.footer_cr{
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	padding-bottom: 50px;
	text-align: center;
	width: 100%;
	color: #333;
}


/*--------------------------------------------------------
  ふわっと
--------------------------------------------------------*/
/* アニメーション */
.sa {
  opacity: 0;
  transition: all 1s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}
