@charset "UTF-8";
/*--------------------------------------------------
  body
--------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #333;
  font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: none;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

a {
	display: block;
	color: #333;
  text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

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

body, html {
	height: 100%;
}

.sp_br {
	display: none;
}
.pc_br {
	display: block;
}

.sp_only {
  display: none;
}
.pc_only {
  display: block;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (max-width: 768px) {
	.sp_br {
		display: block;
	}
	.pc_br {
		display: none;
	}

	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
}





/*--------------------------------------
　header
---------------------------------------*/
header {
  background: #fff;
  max-width: 750px;
  margin: auto;
  padding: 1rem 1rem 1rem 2rem;
}

header .logo  {
  width: 186px;
}

@media screen and (max-width: 768px) {
  header {
    max-width: 100%;
    padding: 5px 5px;
  }

  header .logo  {
    width: 11rem;
  }
}



/*--------------------------------------
　contents
---------------------------------------*/
.contents {
  width: 100%;
  max-width: 750px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .contents {
    max-width: 100%;
  }
}



/*--------------------------------------
　animation
---------------------------------------*/
.fadeUp {
  opacity : 0;
  transition: all 0.3s linear;
}
.fadeUp.isActive {
  animation: fadeUp 0.6s ease-in-out forwards;
  animation-delay: 0.3s;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}



/*--------------------------------------
　mv
---------------------------------------*/
.mv {
  position: relative;
}

.mv .mv_50off {
  position: absolute;
  top: 45%;
  right: 15px;
  width: 32%;
}

.mv_fadeup {
  opacity : 0;
  transition: all 0.3s linear;
}
.mv_fadeup.active {
  animation: fadeUp 0.6s ease-in-out forwards;
}



/*--------------------------------------
　cta01
---------------------------------------*/
.cta01 {
  position: relative;
}

.cta01_50off {
  position: absolute;
  bottom: 22%;
  left: 0;
  right: 0;
  width: 50%;
  margin: auto;
  animation: emphasis 2s ease-out infinite;
  opacity: 1;
}

@keyframes emphasis {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

.cta01_btn {
  position: absolute;
  bottom: 9.5%;
  left: 0;
  right: 0;
  width: 79%;
  margin: auto;
}
.cta01_btn a {
  overflow: hidden;
  position: relative;
}
.cta01_btn a::before {
  position: absolute;
  content: "";
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(30deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  animation: shine 3.5s ease-in-out infinite;
}

@keyframes shine {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}


/*--------------------------------------
　cta02
---------------------------------------*/
.cta02 .cta_inner {
  position: relative;
}
.cta02_btn {
  position: absolute;
  top: 35%;
 right: 1%;
  width:62%;
  margin: auto;
}
.cta02_btn a {
  overflow: hidden;
  position: relative;
}
.cta02_btn a::before {
  position: absolute;
  content: "";
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(30deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  animation: shine 3.5s ease-in-out infinite;
}
.cta02_under {
  position: absolute;
  bottom: 12%;
  left: 0;
  right: 0;
  width: 80%;
  margin: auto;
  animation: blink 0.8s ease-in-out infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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



/*--------------------------------------
　txt
---------------------------------------*/
.note {
  font-size: 1.5rem;
  line-height: 1.5;
}

.red {
  color: #cb0002;
}

.fb {
  font-weight: bold;
}

sup {
	font-size: 60%;
	vertical-align: top;
  position: relative;
  top: 4px;
}

@media screen and (max-width: 768px) {
  .note {
    font-size: 1rem;
  }
}



/*--------------------------------------
　sec01
---------------------------------------*/
.sec01 .under {
	padding: 5rem 0em;
}

@media screen and (max-width: 768px) {
.sec01 .under {
	padding: 2rem 0em;
}
}



/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 .upper {
	position: relative;
}
.sec02 .item{
  position: absolute;
}
.sec02 .up_01{
  top: 11%;
  left: 14%;
  width: 18%;
}
.sec02 .up_02{
  top: 20%;
  right:2%;
  width: 30%;
}
.sec02 .up_03{
  top: 28%;
  left: 9%;
  width: 18%;
}
.sec02 .up_04{
  top: 49%;
  left: 9%;
  width: 28%;
}
.sec02 .up_05{
  top: 44%;
 right: 24%;
  width: 18%;
}
.sec02 .up_06{
  top: 59%;
 right: 4%;
  width: 28%;
}
.sec02 .up_02.isActive {
  animation-delay: 0.6s;
}
.sec02 .up_03.isActive {
  animation-delay: 0.9s;
}
.sec02 .up_04.isActive {
  animation-delay: 1.2s;
}
.sec02 .up_05.isActive {
  animation-delay: 1.5s;
}
.sec02 .up_06.isActive {
  animation-delay: 1.8s;
}
.sec02 .center {
	position: relative;
	background:url("../img/sec02_bg_01.jpg") center bottom no-repeat;
	background-size: cover;
}
.sec02 .logo_img  {
	position: absolute;
	right:5%;
	top: 23%;
	width: 24%;
}
.sec02 .center h3 {
	padding: 4rem 4rem 4rem;
}
.sec02 .center p{
	padding: 0 3rem 2rem;
	font-size: 2.6rem;
	line-height: 2;
}
.sec02 .center p .txt_01 {
	font-weight: bold;
}
.sec02 .center p .txt_02 {
	font-weight: bold;
	color: #b57b32;
	font-size: 3.6rem;
}
.sec02 .center p .txt_02 span{
	font-weight: bold;
	font-size: 2.6rem;
}
.sec02 .center .item{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.sec02 .under{
	position: relative;
}
.sec02 .under .item{
	width:54%;
	right: 3%;
	bottom: 18%;
}

@media screen and (max-width: 768px) {
.sec02 .logo_img  {
	position: absolute;
	right:4%;
	top: 20%;
	width: 24%;
}
.sec02 .center h3 {
	padding:2rem 2rem 2rem;
}
.sec02 .center p{
	padding: 0 2rem 2rem;
	font-size:3.7vw;
	line-height: 2;
}
.sec02 .center p .txt_01 {
	font-weight: bold;
}
.sec02 .center p .txt_02 {
	font-weight: bold;
	color: #b57b32;
	font-size:5.2vw;
}
.sec02 .center p .txt_02 span{
	font-weight: bold;
	font-size:3.8vw;
}
.sec02 .center .item{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
}

/*--------------------------------------
　sec03
---------------------------------------*/
.sec03 .upper {
	position: relative;
}
.sec03 .upper .item01{
	position: absolute;
	top: 6%;
	left: 6%;
	width: 61%;
}
.sec03 .upper .item02{
	position: absolute;
	top: 29%;
	left: 0;
	width: 100%;
}
/*--------------------------------------
　sec04
---------------------------------------*/
.sec04 {
	background:url("../img/sec04_bg.png") center no-repeat;
	background-size: cover;
}
.sec04 .upper {
	position: relative;
}
.sec04 .upper .item01{
	position: absolute;
	top: 28.5%;
	left:0;
	width: 100%;
}
.sec04 .under{
	padding: 6rem 0 ;
}
.sec04 .under h3{
	padding: 0 2rem ;
}
.sec04 .slide-arrow {
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
	z-index: 999;
	background: none;
}
.sec04 .prev-arrow {
  vertical-align: middle;
  color: #e5c580;
  line-height: 1;
  border-style: solid;
  border-color: transparent;
  border-width: 40px 20px;
  border-right-color: currentColor;
  border-left: 0;
	left:2rem;
}
.sec04 .next-arrow {
  vertical-align: middle;
  color: #e5c580;
  line-height: 1;
  border-style: solid;
  border-color: transparent;
  border-width: 40px 20px;
  border-left-color: currentColor;
  border-right: 0;
	right:2rem;
}
.slide-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button::before {
	width: 8px;
	height: 8px;
	background: #ccc;
	border-radius: 100%;
  content: "";
  cursor: pointer;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.slide-dots li.slick-active button::before {
  background:#e5c580;
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}
@media screen and (max-width: 768px) {

.sec04 .under{
	padding:3rem 0 ;
}
.sec04 .under h3{
	padding: 0 2rem ;
}
.sec04 .slide-arrow {
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
	z-index: 999;
	background: none;
}
.sec04 .prev-arrow {
  vertical-align: middle;
  color: #e5c580;
  line-height: 1;
  border-style: solid;
  border-color: transparent;
  border-width: 30px 16px;
  border-right-color: currentColor;
  border-left: 0;
	left:0.8rem;
}
.sec04 .next-arrow {
  vertical-align: middle;
  color: #e5c580;
  line-height: 1;
  border-style: solid;
  border-color: transparent;
  border-width: 30px 16px;
  border-left-color: currentColor;
  border-right: 0;
	right:0.8rem;
}
.sec04 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}
}
/*--------------------------------------
　sec05
---------------------------------------*/
.sec05 .inner {
	position: relative;
}
.sec05 .inner .item01{
	position: absolute;
	width: 80%;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -8%;
	z-index: 99;
}
/*--------------------------------------
　sec07
---------------------------------------*/
.sec07 .inner {
	position: relative;
}
.sec07 .inner .item01{
	position: absolute;
	width: 52%;
	right: 2%;
	top: 13%;
}
.sec07 .inner .item02{
	position: absolute;
	width: 65%;
	left: 7%;
	bottom: 16%;
}
/*--------------------------------------
　sec08
---------------------------------------*/
.sec08{
	margin: 6rem 0;
}
@media screen and (max-width: 768px) {
	.sec08{
	margin: 3rem 0;
}
}
/*--------------------------------------
　フロートボタン
---------------------------------------*/
.floating {
	position: fixed;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
	display: none;
	max-width: 750px;
	z-index: 999;
}
.floating a {
	margin: auto;
	width: 80%;
}
.floating a:hover {
	opacity:0.8;
}
/*フッターまでスクロールしたら消す*/
.is-hidden {
	transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
/*--------------------------------------
　footer
---------------------------------------*/
.footer {
  background: #f1f1f1;
  margin: 0 0 0;
  padding: 3rem 0 2rem;
  position: relative;
}

.footer__logo {
  width: 210px;
  margin: 0 auto 3rem;
}

.footer__list {
  font-size: 2rem;
}
.footer__list li {
  padding: 1.5rem 0;
  margin: 0 auto;
  width: 380px;
  text-align: center;
}
.footer__list li:not(:last-child) {
  border-bottom: 1px solid rgba(89, 87, 87, 0.5);
}
.footer__list a {
  color: #505050;
}

@media screen and (max-width: 768px) {
  .footer {
    margin: 0 0 0;
    padding: 3rem 0;
  }

  .footer__logo {
    width: 16.4122137405rem;
    margin: 0 auto 1.5rem;
  }

  .footer__list {
    font-size: 1.4176663032rem;
  }
  .footer__list li {
    padding: 1rem 0;
    margin: 0 auto;
    width: 19em;
    text-align: center;
  }
}






