@charset "utf8";
/*=============================
  - header
	- fotter
	- navigation
==============================*/

/*----------------------------------------------------
	header
----------------------------------------------------*/
#header {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#header .inner {
  width: 1280px;
  height: 100px;
  margin: 0 auto;
}
#header .logo-wrap {
  padding-bottom: 7px;
}
#header .logo-wrap h1 a { display: block; }
#header .logo-wrap h1 a img {
    width: 130px;
}

@media only screen and (min-width: 681px) and (max-width: 1280px) {
	#header .inner {
		width: 100%;
		padding: 0 2vw;
	}
	
}

@media screen and (max-width: 680px) {
  #header {
    width: 100%;
    height: 60px;
  }
  #header .inner {
    width: 100%;
    height: 60px;
  }
  #header .logo-wrap {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
  }
  #header .logo-wrap h1 {
    display: flex;
    align-items: center;
  }
  #header .logo-wrap h1 a img {
	width: auto;
    height: 45px;
  }
  #header .logo-wrap .sp-only {}
	
  #header .logo-wrap .sp-only > div {
	height: 100%;
  }
  .header-btn {
	width: 55px;
	height: 100%;
  }
  .header-btn.mypage {
	background-image: url("../images/sp_mypage.png") ;
	background-repeat: no-repeat;
	background-size: 16px auto;
    background-position: top 3px center;
  }
  .header-btn.register {
	background-image: url("../images/sp_register.png") ;
	background-repeat: no-repeat;
	background-size: 20px auto;
    background-position: top 5px center;
  }
  .header-btn span {
	padding-top: 30px;
	display: inline-block;
  }
	
	
}

/*  main-v  */
.main-v {
  padding-top: 100px;
  position: relative;
}
.main-v .main-image {
	/*width: calc(((100% - 1360px) / 2) + 1360px - 350px);*/
	width: 100%;
	height: 630px;
}
.main-v .main-image img {
  object-fit: cover;
  object-position: 100% 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 0;
}
.main-v .main-image .slick-list,
.main-v .main-image .slick-track {
	height: 100%;
}
.main-v .main-title-wrap {
	width: 1280px;
	position: absolute;
	top: calc(50% + (88px / 2));
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
}
.main-v .main-title,
.main-v .main-title span {
	font-feature-settings: "palt";
	letter-spacing: 0.07em;
	text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}
.main-v .main-title {
    margin-bottom: 30px;
}
.main-v .btn01 {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 681px) and (max-width: 1280px) {
	.main-v .main-image {
		width: 100%;
		height: 50vh;
		overflow: hidden;
	}
	.main-v .main-title span.f42 {
		font-size: 4.5vw;
	}
	.main-v .main-title span.f30 {
		font-size: 3vw;
	}
	.main-v .main-image .slick-list,
	.main-v .main-image .slick-track {
		height: 100%;
	}
	.main-v .main-image img {
		object-position: 70% 0;
	}
	.main-v .main-title-wrap {
		width: 100%;
		padding: 0 2vw;
	}
	
}
@media screen and (max-width: 680px) {
	.main-v {
		/*height: calc(100vw + 60px);*/
		height: inherit;
		padding-top: 60px;
	}
	.main-v .main-image {
		width: 100vw;
		height: 50vh;
		overflow: hidden;
	}
	.main-v .main-image img {
		width: 100%;
		height: 100%;
	}
	.main-v .main-title {
		margin-left: 0;
	}
	.main-v .main-title-wrap {
		width: 90vw;
		top: 25vw;
		transform: translateY(0);
	}
	.main-v .main-title span {
		display: inline-block;
	}

}

.main-v .main-title-wrap .point_list {}
.main-v .main-title-wrap .point_list figure {
    margin-bottom: 10px;
}
.main-v .main-title-wrap .point_list p {
    font-weight: bold;
	height: 60px;
	text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}
@media only screen and (min-width: 681px) and (max-width: 1280px) {
	.main-v .main-title-wrap .point_list {
		width: 60%;
	}
	
	.main-v .main-title-wrap .point_list .f22 {
		font-size: 2vw;
	}
	
}
@media screen and (max-width: 680px) {
	.main-v .main-title-wrap .point_list li {
		width: 30%;
	}
	.main-v .main-title-wrap .point_list figure {
		width: 75%;
		margin: 0 auto;
	}
	.main-v .main-title-wrap .point_list p {
		
	}
	
}


.main-v .main-register-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}
.main-v .main-register-wrap .main-register-title {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.08em;
}
.main-v .main-register-wrap .main-register-title img {
    display: inline-block;
    margin-bottom: 10px;
}
.main-v .main-register-wrap a {
    border-bottom-width: 5px;
    border-bottom-style: solid;
}
@media only screen and (min-width: 681px) and (max-width: 1280px) {
	.main-v .main-register-wrap {
		position: absolute;
		right: 2vw;
	}
	.main-v .main-register-wrap .main-register-title {
		font-size: 2vw;
	}
	.main-v .main-register-wrap a {
		min-width: inherit;
		width: 100%;
		font-size: 2vw;
    	padding: 15px 0;
	}
}
@media screen and (max-width: 680px) {
	.main-v .main-register-wrap {
		display: none;
	}
	
}





/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer {
  width: 100%;
  overflow: hidden;
}
#footer .foot-content {
  padding: 20px 0;
}
#scroll-top a {
  border-radius: 50%;
  background: rgba(28, 179, 39, 0.6);
  bottom: 70px;
  display: block;
  float: right;
  height: 70px;
  width: 70px;
  padding: 5px;
  position: fixed;
  right: 30px;
  text-align: center;
  padding-top: 16px;
  z-index: 9999;
}
#scroll-top a .fa-arrow-up::before {
  font-size: 36px;
  color: #fff;
}
#footer .copy {
  letter-spacing: 0.05em;
  padding: 10px 0;
}
@media screen and (max-width: 680px) {
	#footer {
		padding-top: 0;
		margin-bottom: 75px;
	}
	#footer .foot-content {
		width: 100%;
		padding: 0 0;
	}
	#footer .foot-content h2 {
		text-align: center;
		margin-bottom: 15px;
	}
	#scroll-top a {
		bottom: 80px;
		height: 50px;
		width: 50px;
		padding-top: 10px;
	}
	#scroll-top a .fa-arrow-up::before {
		font-size: 30px;
	}
}

/*----------------------------------------------------
	sp ハンバーガーメニューcss
----------------------------------------------------*/
.menu-ani-button {
  cursor: pointer;
  position: absolute;
  width: 30px; /*---線の長さ---*/
  height: 25px; /*---線の太さ長さによって調整---*/
}
.bar,
.bar:before,
.bar:after {
  height: 3px; /*---線の太さ---*/
  border-radius: 3px;
  width: 100%;
  background-color: #000;
  transition: all 0.25s;
  position: absolute;
}
.bar {
  left: 0;
  top: 10px;
}
.bar:before {
  content: "";
  left: 0;
  top: -10px;
}
.bar:after {
  content: "";
  left: 0;
  top: 10px;
}

.menu-animated .bar {
  background-color: transparent;
  transition: all 0.25s;
}
.menu-animated .bar:before {
  transition: all 0.25s;
  content: "";
  transform: rotate(45deg);
  top: 0px;
}
.menu-animated .bar:after {
  transition: all 0.25s;
  content: "";
  transform: rotate(-45deg);
  top: 0px;
}

/*----------------------------------------
ナビゲーション(ヘッダー)
----------------------------------------*/
#header .fixed-wrap {
	height: 70px;
}
#header .fixed-wrap,
#header .menu,
#header .sub-menu {
  display: flex;
}
#header  nav ul.menu {
}
#header nav ul.menu li {
	margin-right: 30px;
}
#header nav ul.menu li:last-child {
	margin-right: 0;
}
#header nav ul.menu li a {
  display: block;
  transition: 0.3s;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.03em;
}
#header nav ul.menu li a:hover {
  opacity: 0.7;
}
#header .menu .tel-wrap {
  margin-left: 20px;
  margin-right: 20px;
}
#header .menu .tel-wrap a {
	font-size: 30px;
	font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    padding: 0 0 0 40px;
    background: url(../images/phone.png) no-repeat left;
	display: block;
}
#header .menu .btn-wrap .btn01 {
	width: 220px;
	min-width: 220px;
	padding: 9px 0 10px;
}
#header .menu .btn-wrap .btn01:first-of-type {
	margin-right: 10px;
}
@media only screen and (min-width: 681px) and (max-width: 1280px) {
	#header nav ul.menu li a {
		font-size: 1.5vw;
	}
	
}
@media screen and (max-width: 680px) {
  #header .fixed-wrap {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;
    background: #fff;
    padding-top: 0;
  }
  #header .menu {
    display: none;
	padding: 0 0;
    background: rgba(255,255,255,1);
  }
  #header .menu nav ul {
    display: block;
    padding: 0 0;
  }
  #header .menu nav ul li {
	width: 100%;
    border: none;
    text-align: left;
  }
  #header .menu nav ul li a {
    font-size: 15px;
    padding: 15px 20px;
    text-align: left;
    border-top: 1px solid #ddd;
    display: block;
  }
	#header .menu nav ul li:last-of-type a {
    border-bottom: 1px solid #ddd;
  }
  #header .sub-menu {
    display: block;
  }
  #header .logo-wrap .menu-ani-button-wrap {
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    margin-top: 15px;
  }
  #header .menu .btn-wrap {
    margin-top: 20px;
    padding: 0 8vw;
  }
  #header .menu .btn-wrap .btn01 {
    width: 100%;
    min-width: 100%;
    padding: 18px 0 20px;
  }
  #header .logo-wrap .sp-tel {
    display: block;
    padding-top: 3px;
  }
  #header .logo-wrap .sp-tel i {
    font-size: 30px;
    color: #f28b00;
    transform: rotate(105deg);
  }
}
/*----------------------------------------
ナビゲーション(フッター)
----------------------------------------*/
#foot-navi > .ul-wrap > ul {
  text-align: center;
  display: table;
  table-layout: auto;
  margin: 0 auto;
}
#foot-navi > .ul-wrap > ul > li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 60px 0 0;
}
#foot-navi > .ul-wrap > ul > li:last-of-type {
  padding-right: 0;
}
#foot-navi > .ul-wrap > ul > li > a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  transition: 0.3s;
}
#foot-navi > .ul-wrap > ul > li > a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 680px) {
  #foot-navi {
  }
  #foot-navi > .ul-wrap {
    width: 100%;
  }
  #foot-navi > .ul-wrap > ul {
    text-align: left;
    display: block;
    table-layout: initial;
    margin-left: -5vw;
    margin-right: -5vw;
  }
  #foot-navi > .ul-wrap > ul > li {
    display: block;
    border-bottom: #bbb 1px solid;
    padding: 0;
  }
  #foot-navi > .ul-wrap > ul > li:last-child {
    /*border-bottom: none;*/
  }
  #foot-navi > .ul-wrap > ul > li > a {
    padding: 14px 30px;
  }
}


#foot-navi > .ul-wrap { position: relative; }
@media screen and (max-width: 680px) {

}



#foot-navi > .ul-wrap > .p-mark {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
@media screen and (max-width: 680px) {
	
	
}



#footer .foot-content .footer-logo {
    width: 210px;
    margin: 0 auto;
}
@media screen and (max-width: 680px) {
	#footer .foot-content .footer-logo {
		margin: 0 auto;
	}
}


/* GMO　サイトシール */
#footer .foot-content .siteseal-wrap {
    width: 250px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
#footer .foot-content .siteseal-wrap p {
	display: none;
}
@media screen and (max-width: 680px) {
	#footer .foot-content .siteseal-wrap {
		position: static;
		transform: inherit;
		margin: 20px auto;
	}
	
}



/* footer フローティングボタン */
@media screen and (max-width: 680px) {
	#follow-fotter {
		position:fixed;
		bottom:0;
		width:100%;
		background:rgba(0,0,0,0.7);
		padding:10px;
	}
	.follow-fotter-btn {
		width: 100%;
		min-height: 45px;
		border-radius: 50px;
		padding: 15px 2px;
		display: block;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		line-height: 1.2em;
		background: #fff;
		border: 2px solid #f28b00;
	}
}