@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html,
body,
#wrapper {
  letter-spacing: 0.2em;
  width: 100%;
  font-feature-settings: "palt" 1;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #352208;
  background-color: #DCDDDB;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  html,
  body,
  #wrapper {
    font-size: vwmin(14);
  }
}
@media screen and (max-width: 768px) {
  html,
  body,
  #wrapper {
    font-size: vw(11);
  }
}
html a,
body a,
#wrapper a {
  text-decoration: none;
  color: #352208;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

.tr {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animate__delay-05s {
  animation-delay: calc(var(--animate-delay) * 0.5);
}

.animate__delay-15s {
  animation-delay: calc(var(--animate-delay) * 1.5);
}

#mainArea {
  width: 100%;
  background-color: #DCDDDB;
}
#mainArea header {
  width: 100%;
}
#mainArea header .mainpc {
  display: flex;
}
#mainArea header .mainpc img {
  width: 25%;
}
#mainArea header .mainsp {
  display: flex;
  flex-wrap: wrap;
}
#mainArea header .mainsp img {
  width: 50%;
}
#mainArea .lead {
  padding: 70px 0 120px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #mainArea .lead {
    padding: 40px 0 10px;
    width: 90%;
    margin: 0 auto;
  }
}
#mainArea .lead h1 {
  text-align: center;
  font-size: min(4.2vw, 42px);
  line-height: 1.1em;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #mainArea .lead h1 {
    font-size: 7.4666666667vw;
  }
}
#mainArea .lead h1 span {
  display: block;
  font-size: min(2.6vw, 26px);
}
@media screen and (max-width: 768px) {
  #mainArea .lead h1 span {
    font-size: 4.8vw;
  }
}
#mainArea .lead h2 {
  margin-top: min(1vw, 10px);
  font-size: min(1.8vw, 18px);
  margin-bottom: min(5vw, 50px);
}
@media screen and (max-width: 768px) {
  #mainArea .lead h2 {
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
}
#mainArea .lead h3 {
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #mainArea .lead h3 {
    font-size: 2.9333333333vw;
    text-align: left;
    margin-bottom: 18.6666666667vw;
    line-height: 2em;
  }
}

@media screen and (max-width: 768px) {
  .cate {
    padding-bottom: 30px;
  }
}
.cate h4 {
  font-size: min(2.8vw, 28px);
  text-align: center;
  margin-bottom: min(3vw, 30px);
}
@media screen and (max-width: 768px) {
  .cate h4 {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
}
.cate ul {
  width: min(80vw, 800px);
  display: flex;
  margin: 0 auto min(10vw, 100px);
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .cate ul {
    width: 80%;
    flex-wrap: wrap;
  }
}
.cate ul li {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .cate ul li {
    width: 30%;
    margin-bottom: 15px;
  }
}
.cate ul li a p {
  font-size: 10px;
  margin-top: min(1vw, 10px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cate ul li a p {
    line-height: 1.6em;
  }
}

.spc {
  margin: 170px auto;
}
@media screen and (max-width: 768px) {
  .spc {
    margin: 70px auto;
  }
}

.spc2 {
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .spc2 {
    margin: 70px auto 100px;
  }
}

#content {
  width: 100%;
  margin: 0 auto;
  background-color: #E9EAE8;
  z-index: 1;
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  #content {
    overflow: hidden;
    padding-top: 0px;
  }
}
#content .block {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #content .block {
    width: 100%;
    padding: 70px 0 0 0;
  }
}
#content .block .titlebox {
  text-align: center;
  margin-bottom: min(4vw, 40px);
}
#content .block .titlebox p.num {
  font-size: min(2vw, 20px);
  position: relative;
  margin-bottom: min(4vw, 40px);
}
@media screen and (max-width: 768px) {
  #content .block .titlebox p.num {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
}
#content .block .titlebox p.num::after {
  content: "";
  display: block;
  width: min(32vw, 320px);
  border-bottom: #352208 1px solid;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: -90%;
}
@media screen and (max-width: 768px) {
  #content .block .titlebox p.num::after {
    width: 66.6666666667vw;
    bottom: -75%;
  }
}
#content .block .titlebox .title {
  line-height: 2.8em;
  font-size: min(1.4vw, 14px);
  letter-spacing: min(0.2vw, 2px);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #content .block .titlebox .title {
    font-size: 3.2vw;
    letter-spacing: 2px;
  }
}
#content .block .titlebox .title span {
  font-size: min(3.6vw, 36px);
  display: block;
}
@media screen and (max-width: 768px) {
  #content .block .titlebox .title span {
    font-size: 7.4666666667vw;
  }
}
#content .block .img2 {
  width: 100%;
  position: relative;
}
#content .block .img2::after {
  content: "";
  display: block;
  width: 50%;
  background: linear-gradient(90deg, #E0E0E0, #E3E3E3);
  height: min(97vw, 970px);
  position: absolute;
  top: 30%;
  right: 0;
  z-index: -1;
}
#content .block .img2 .mainimg {
  width: min(50vw, 500px);
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #content .block .img2 .mainimg {
    width: 90%;
    margin: 0 auto 20px;
  }
}
#content .block .img2_2 {
  width: 100%;
  position: relative;
}
#content .block .img2_2::after {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #E0E0E0, #E3E3E3);
  height: min(80vw, 800px);
  position: absolute;
  top: 30%;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #content .block .img2_2::after {
    height: 520px;
    top: 37%;
  }
}
#content .block .img2_2 .mainimg {
  width: min(50vw, 500px);
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #content .block .img2_2 .mainimg {
    width: 90%;
    margin: 0 auto 20px;
  }
}
#content .block .img2_3 {
  width: 100%;
  position: relative;
}
#content .block .img2_3::after {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #E0E0E0, #E3E3E3);
  height: min(80vw, 800px);
  position: absolute;
  top: 30%;
  right: 0;
  z-index: -1;
}
#content .block .img2_3 .mainimg {
  width: min(50vw, 500px);
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #content .block .img2_3 .mainimg {
    width: 90%;
    margin: 0 auto 20px;
  }
}
#content .block .img2_4 {
  width: 100%;
  position: relative;
}
#content .block .img2_4 .mainimg {
  width: min(50vw, 500px);
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #content .block .img2_4 .mainimg {
    width: 90%;
    margin: 0 auto 20px;
  }
}
#content .block .img2 {
  width: 100%;
  position: relative;
}
#content .block .img2::after {
  content: "";
  display: block;
  width: 55%;
  background: linear-gradient(90deg, #E0E0E0, #E3E3E3);
  height: min(97vw, 970px);
  position: absolute;
  top: 30%;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #content .block .img2::after {
    height: 133.3333333333vw;
    width: 80%;
    height: 146.6666666667vw;
  }
}
#content .block .img2 .mainimg {
  width: min(50vw, 500px);
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #content .block .img2 .mainimg {
    width: 90%;
    margin: 0 auto 20px;
  }
}
#content .block .img2_5 {
  position: relative;
}
@media screen and (min-width: 769px) {
  #content .block .img2_5 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #content .block .img2_5 {
    width: 100%;
    margin: 0 auto;
  }
}
#content .block .img2_5::after {
  content: "";
  display: block;
  width: 55%;
  background: linear-gradient(90deg, #E0E0E0, #E3E3E3);
  height: min(80vw, 800px);
  position: absolute;
  top: 30%;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #content .block .img2_5::after {
    height: 610px;
    top: 20%;
  }
}
#content .block .img2_5 .mainimg {
  width: min(50vw, 500px);
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #content .block .img2_5 .mainimg {
    width: 90%;
    margin: 0 auto 20px;
  }
}
#content .block .text1 {
  margin: 0 auto 70px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  #content .block .text1 {
    width: min(50vw, 500px);
    line-height: 2em;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #content .block .text1 {
    width: 90%;
    margin: 0 auto 70px;
    font-size: 12px;
    line-height: 1.9em;
  }
}
#content .block .img1 {
  width: 100%;
  margin: 0 auto 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #content .block .img1 {
    margin: 0 auto 20px;
  }
}
#content .block .img1::after {
  content: "";
  display: block;
  background: linear-gradient(90deg, #E0E0E0, #E3E3E3);
  position: absolute;
}
@media screen and (min-width: 769px) {
  #content .block .img1::after {
    bottom: 5%;
    left: 0;
    z-index: -1;
    height: min(36vw, 360px);
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #content .block .img1::after {
    height: 250px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
#content .block .img1 .img1_1 {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #content .block .img1 .img1_1 {
    width: 650px;
    top: 0;
    position: relative;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #content .block .img1 .img1_1 {
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
}
#content .block .img1 .img1_1::before {
  content: "";
  display: block;
  padding-top: 138%;
}
@media screen and (max-width: 768px) {
  #content .block .img1 .img1_1::before {
    padding-top: 196%;
  }
}
#content .block .img1 .img1_1 .left {
  width: 54%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#content .block .img1 .img1_1 .right {
  width: 54%;
  position: absolute;
  right: 0;
  bottom: 24%;
}
@media screen and (max-width: 768px) {
  #content .block .img1 .img1_1 .right {
    bottom: 34%;
  }
}
#content .block .img1 .img1_1 p.ue {
  left: -10%;
  line-height: 2em;
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  #content .block .img1 .img1_1 p.ue {
    width: 58%;
    position: absolute;
    bottom: 15%;
    left: -17%;
  }
}
@media screen and (max-width: 768px) {
  #content .block .img1 .img1_1 p.ue {
    font-size: 12px;
    width: 100%;
    position: absolute;
    bottom: 0%;
    left: 0%;
  }
}
#content .block .img1 .img1_1 p.sita {
  line-height: 2em;
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  #content .block .img1 .img1_1 p.sita {
    width: 49%;
    position: absolute;
    bottom: 22%;
    left: -10%;
    bottom: 19%;
  }
}
@media screen and (max-width: 768px) {
  #content .block .img1 .img1_1 p.sita {
    font-size: 12px;
    width: 100%;
    position: absolute;
    bottom: 14%;
  }
}
#content .block .img1 .img1_2 {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #content .block .img1 .img1_2 {
    width: 650px;
    top: 0;
    position: relative;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #content .block .img1 .img1_2 {
    width: 80%;
    margin: 0 auto 40px;
    position: relative;
  }
}
#content .block .img1 .img1_2::before {
  content: "";
  display: block;
  padding-top: 138%;
}
@media screen and (max-width: 768px) {
  #content .block .img1 .img1_2::before {
    padding-top: 196%;
  }
}
#content .block .img1 .img1_2 .left {
  width: 54%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#content .block .img1 .img1_2 .right {
  width: 54%;
  position: absolute;
  right: 0;
  bottom: 24%;
}
@media screen and (max-width: 768px) {
  #content .block .img1 .img1_2 .right {
    bottom: 34%;
  }
}
#content .block .img1 .img1_2 p.ue {
  left: -10%;
  line-height: 2em;
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  #content .block .img1 .img1_2 p.ue {
    width: 58%;
    position: absolute;
    bottom: 15%;
    left: -17%;
  }
}
@media screen and (max-width: 768px) {
  #content .block .img1 .img1_2 p.ue {
    font-size: 12px;
    width: 100%;
    position: absolute;
    bottom: 4%;
    left: 0%;
  }
}
#content .block .img1 .img1_2 p.sita {
  line-height: 2em;
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  #content .block .img1 .img1_2 p.sita {
    width: 49%;
    position: absolute;
    bottom: 22%;
    left: -10%;
    bottom: 19%;
  }
}
@media screen and (max-width: 768px) {
  #content .block .img1 .img1_2 p.sita {
    font-size: 12px;
    width: 100%;
    position: absolute;
    bottom: 14%;
  }
}
#content .block .img3 {
  width: min(75vw, 750px);
  position: relative;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  #content .block .img3 {
    width: 90%;
  }
}
#content .block .img3::before {
  content: "";
  display: block;
  padding-top: 80%;
}
#content .block .img3 .left {
  width: 44%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#content .block .img3 .right {
  width: 75%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#content .block .img4 {
  position: relative;
  width: min(60vw, 600px);
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  #content .block .img4 {
    width: 90%;
    margin: 0 auto 50px;
  }
}
#content .block .img4::before {
  content: "";
  display: block;
  padding-top: 120%;
}
#content .block .img4 .left {
  width: 53%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#content .block .img4 .right {
  width: 53%;
  position: absolute;
  top: 0;
  right: 0;
}
#content .block .img5 {
  display: flex;
}
@media screen and (min-width: 769px) {
  #content .block .img5 {
    width: min(85vw, 850px);
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 768px) {
  #content .block .img5 {
    width: 100%;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  #content .block .img5 .left {
    width: 50%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #content .block .img5 .left {
    width: 100%;
    margin-top: 50px;
  }
}
#content .block .img5 .left p {
  line-height: 2em;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  #content .block .img5 .left p {
    width: 75%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #content .block .img5 .left p {
    width: 90%;
    z-index: 1;
    font-size: 12px;
    margin: 0 auto 40px;
  }
}
#content .block .img5 .right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #content .block .img5 .right {
    width: 100%;
  }
}
#content .block .img5 .right .img5_5 {
  width: min(37vw, 370px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #content .block .img5 .right .img5_5 {
    width: 70%;
    margin: 0 auto;
  }
}
#content .block .img5 .right .img5_5::after {
  content: "";
  display: block;
  width: min(37vw, 370px);
  height: min(61vw, 610px);
  background: linear-gradient(90deg, #E0E0E0, #E3E3E3);
  position: absolute;
  bottom: -6%;
  left: -8%;
  z-index: -1;
  border-radius: 0 100px 0 0;
}
@media screen and (max-width: 768px) {
  #content .block .img5 .right .img5_5::after {
    width: 100%;
    height: 430px;
  }
}
#content .block .img6 {
  width: 300px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  #content .block .img6 {
    width: 55%;
    margin: 20px auto 70px;
  }
}
#content .block .img7 {
  width: min(54vw, 540px);
  position: relative;
  margin: 0 auto min(4vw, 40px);
}
@media screen and (max-width: 768px) {
  #content .block .img7 {
    margin: 100px auto 40px;
  }
}
#content .block .img7::before {
  content: "";
  display: block;
  padding-top: 215%;
}
#content .block .img7 .left {
  width: 65%;
  position: absolute;
  top: 0;
  left: 0;
}
#content .block .img7 .right {
  width: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
}
#content .block .back {
  position: relative;
}
#content .block .back::after {
  content: "";
  display: block;
  width: 75%;
  height: min(40vw, 400px);
  background: linear-gradient(90deg, #E0E0E0, #E3E3E3);
  position: absolute;
  bottom: -10%;
  left: 0%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #content .block .back::after {
    height: 186.6666666667vw;
    width: 80%;
  }
}
#content .block .back .cre {
  margin: 0 auto 100px;
  width: min(70vw, 700px);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #content .block .back .cre {
    width: 90%;
  }
}
#content .block .back .cre li {
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #content .block .back .cre li {
    width: 100%;
  }
}
#content .block .back .cre li a {
  display: flex;
}
#content .block .back .cre li a .left {
  width: 20%;
}
#content .block .back .cre li a .left img {
  width: 100%;
}
#content .block .back .cre li a .right {
  width: 80%;
  position: relative;
}
#content .block .back .cre li a .right p {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-left: 15px;
  line-height: 1.8em;
  font-size: 14px;
}
#content .block .cre2 {
  margin: 0 auto 100px;
  width: min(70vw, 700px);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #content .block .cre2 {
    margin: 0 auto 50px;
    width: 90%;
  }
}
#content .block .cre2 li {
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #content .block .cre2 li {
    width: 100%;
  }
}
#content .block .cre2 li a {
  width: 100%;
  display: flex;
}
#content .block .cre2 li a .left {
  width: 20%;
}
#content .block .cre2 li a .left img {
  width: 100%;
}
#content .block .cre2 li a .right {
  width: 80%;
  position: relative;
}
#content .block .cre2 li a .right p {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-left: 15px;
  line-height: 1.8em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #content .block .cre2 li a .right p {
    font-size: 12px;
  }
}
#content .st {
  text-align: center;
  font-size: 12px;
  line-height: 1.8em;
  padding: 0 0 100px 0;
}

.flexslider {
  margin: 0 !important;
}

.slider {
  width: 800px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .slider {
    width: 100%;
  }
}
.slider li {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .slider li {
    width: 200px;
  }
}

.slick-prev:before, .slick-next:before {
  font-size: 25px !important;
  color: #555F62 !important;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .slick-prev:before, .slick-next:before {
    display: none;
  }
}

.allbtn {
  width: 400px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 120px;
  border: #352208 1px solid;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .allbtn {
    width: 70%;
    height: 50px;
    line-height: 50px;
  }
}
.allbtn a {
  font-size: 16px;
  text-align: center;
  color: #352208;
  display: block;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .allbtn a {
    font-size: 12px;
  }
}

.logo {
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .logo {
    padding: 100px 0 50px 0;
  }
}
.logo img {
  width: 90px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .logo img {
    width: 20%;
    margin: 0 auto 0px;
  }
}

.scrolltop {
  position: fixed;
  bottom: 0px;
  width: 40px;
  right: 20px;
  border-radius: 10px 0 0 10px;
  z-index: 10;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .scrolltop {
    bottom: 15px;
    width: 30px;
    right: 20px;
    z-index: 13;
  }
}

/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-name: fuwatAnime;
  visibility: visible !important;
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* sass読み込み
--------------------------------------*/
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}/*# sourceMappingURL=style.css.map */