@charset "UTF-8";
/* CSS Document */
/*
===============================================================================
■ general
===============================================================================
*/
* {
  padding: 0;
  margin: 0;
  min-height: 0;
  min-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  color: #111;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  font-feature-settings: "palt";
  letter-spacing: .25rem;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
}
main {
  background: #fff;
  padding-bottom: 8rem;
background-image: linear-gradient(0deg, #ffffff 7%, #bdd9ff);
}
section {
  position: relative;
  width: 100%;
}
article {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
	box-shadow: 10px 0px 10px -10px rgb(173 175 185), -10px 0px 10px -10px rgb(173 175 185);
	background: #fff;
}
/* 画像 */
img {
  width: 100%;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}
.slick-slider{
	width: 100%;
}
/* リスト */
ul {
  list-style: none;
}
/* テキスト指定 */
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.small {
  font-size: 1.2rem;
}
strong {
  font-weight: bold;
}
i {
  font-style: normal;
}
/* リンク設定 */
a:link, a:active, a:visited, a:hover {
  color: #111;
  text-decoration: none;
}
/* フレックスボックス */
.f-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
/* グリッド */
.grid {
  display: grid;
  place-items: center;
}
/* 出し分け */
.pc {
  display: block;
}
.sp {
  display: none;
}
@media only screen and (max-width: 560px) {
  main {
    padding-bottom: 5rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.margin_p{
	margin-top: 10%;
}
/*
===============================================================================
■ header
===============================================================================
*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
  -webkit-transition: background-color 1s ease-out, -webkit-box-shadow 1s ease-out;
  transition: background-color 1s ease-out, -webkit-box-shadow 1s ease-out;
  transition: background-color 1s ease-out, box-shadow 1s ease-out;
  transition: background-color 1s ease-out, box-shadow 1s ease-out, -webkit-box-shadow 1s ease-out;
}
.headerInner {
  position: relative;
}
/*　header - cta　*/
header .cta {
  width: 200px;
  float: right;
  margin: .6rem 2rem;
}
header .cta a {
  display: block;
}
header .fresh {
  font-size: 1.2rem;
}
/*　header - hamburger　*/
.menu {
  height: 20px;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 30px;
  z-index: 99;
}
.menu__line {
  background: #000;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform .3s;
  width: 100%;
}
.menu__line--center {
  top: 9px;
}
.menu__line--bottom {
  bottom: 0;
}
/* jQueryで「active」クラスを付与 */
.menu__line--top.active {
  top: 8px;
  transform: rotate(45deg);
}
.menu__line--center.active {
  transform: scaleX(0);
}
.menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
}
.gnav {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
}
.gnav__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}
.gnav__menu li a {
  display: block;
  width: 100%;
  max-width: 700px;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 560px) {
  .header .cta {
    display: none;
  }
  .gnav__menu li a {
    margin-bottom: 2rem;
  }
}

/*
===============================================================================
■ footer
===============================================================================
*/
footer {
  font-size: 1.2rem;
  text-align: center;
  padding: 1rem 0;
}
footer .top_btn a {
  display: block;
  width: 20px;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 560px) {
  footer {
    padding: 1rem 0 10rem;
  }
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  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;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;

  background: #fff;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 3px solid #000;
  border-radius: 0.5rem;
}

a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

a.btn-border-shadow--color2 {
  border-radius: 100vh;
	width: 337px;
}

a.btn-border-shadow--color2:before {
  border-radius: 100vh;
  -webkit-box-shadow: 3px 3px 0 #78e5e5;
  box-shadow: 3px 3px 0 #78e5e5;
}
a.btn-lava:before {
	-webkit-box-shadow: 3px 3px 0 #ff9578;
  box-shadow: 3px 3px 0 #ff9578;
}
ul li{
	text-align: center;
	padding: 8px;
	margin: 0 auto;
}