@charset "utf-8";
@import url("style.css");
/* CSS Document */
/*
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.nunito-sans-<uniquifier> {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}*/
/*ここからＦＶ*/
.firstView img {
  width: 100%;
  height: auto;
  position: relative;
  filter: blur(2px);
}
.firstView h1, .firstView p {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-variation-settings:
    "wdth"100, "YTLC"500;
  color: #fff;
}
@media screen and (max-width:767px) {
  .firstView h1 {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 28px;
    text-shadow: 2px 2px 4px #442a18;
  }
  .firstView p {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 0 0;
    margin: 0;
    text-align: center;
    text-shadow: 2px 2px 4px #442a18;
  }
  .firstView h2 {
    color: #fff;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    font-size: 18px;
    text-align: center;
    line-height: 1.3em;
    text-shadow: 2px 2px 4px #442a18;
  }
}
@media screen and (min-width:768px) {
  .firstView h1 {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 32px;
    text-shadow: 2px 2px 4px #442a18;
  }
  .firstView h2 {
    color: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    font-size: 20px;
    text-align: center;
    line-height: 1.3em;
    text-shadow: 2px 2px 4px #442a18;
  }
}
/*FVここまで*/
/*ここからサンプルセクション*/
.sample h2{
	margin-top: 100px;
	color: #fff;
	background-color: #442a18;
	text-align: center;
	padding: 20px 0;
}
.sample img{
	width: 100%;
	padding: 60px 60px 0;
}
