@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

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

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea, button {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

html {
  /*overflow-y: scroll;*/
}

body, input, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ofh {
  overflow: hidden;
}

/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1;
}

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.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 {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  display: table;
  content: '';
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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-list, .slick-track, .slick-slide, .slick-slide > div {
  height: 100%;
  width: 100%;
}

@media all and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .pc {
    display: none;
  }
}

body {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-weight: normal;
}

@media all and (min-width: 768px) {
  .pageWrp {
    min-width: 1200px;
  }
}

.header {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.4em;
}

.header__sns {
  position: absolute;
  right: 15px;
  display: flex;
}

.header__sns li {
  margin-left: 10px;
}

.header__sns li img {
  width: 15px;
}

@media all and (min-width: 768px) {
  .header__spNav, .header__shop {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .header {
    font-size: 12px;
  }
  .header__spNav {
    position: absolute;
    width: 25px;
    height: 15px;
    left: 25px;
    cursor: pointer;
  }
  .header__spNav span {
    background: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
  }
  .header__spNav span:nth-child(1) {
    top: 0;
  }
  .header__spNav span:nth-child(2) {
    top: 7px;
  }
  .header__spNav span:nth-child(3) {
    bottom: 0;
  }
  .header__shop {
    position: absolute;
    right: 25px;
  }
  .header__shop img {
    width: 25px;
  }
  .header__sns {
    right: 10px;
  }
  .header__sns li {
    margin-left: 10px;
  }
}

.footer {
  padding: 75px 0px;
}

.footer__logo {
  text-align: center;
  line-height: 0;
  margin-bottom: 40px;
}

.footer .contactCnt {
  text-align: center;
  margin-bottom: 90px;
}

.footer .contactCnt__txt1 {
  padding-left: 0.35em;
  letter-spacing: 0.35em;
  font-size: 23px;
}

.footer .contactCnt__txt2 {
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  margin-top: 1.3em;
  font-size: 13px;
  padding-left: 0.2em;
  letter-spacing: 0.2em;
}

.footer .contactCnt__txt2 a {
  color: #000;
}

.footer__sns {
  display: flex;
  justify-content: center;
  line-height: 0;
  margin-bottom: 90px;
}

.footer__sns li {
  margin: 0px 10px;
}

.footer__copy {
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 12px;
}

.footer__copy .photocredit {
  display: inline-block;
  margin-left: 1em;
}

@media all and (max-width: 767px) {
  .footer__logo img {
    width: 93px;
  }
  .footer__sns {
    margin-bottom: 45px;
  }
  .footer .contactCnt {
    margin-bottom: 45px;
  }
  .footer__copy {
    font-size: 10px;
  }
  .footer__copy .photocredit {
    display: block;
    line-height: 1.5;
    margin-left: 0;
    margin-top: 0.5em;
  }
}

.fvBlock {
  height: 100vh;
  position: relative;
  opacity: 0;
  transition: opacity 2s;
}

.fvBlock__bottom {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  letter-spacing: 0.4em;
  font-size: 13px;
}

.fvBlock__bottom a {
  text-decoration: none;
  color: #fff;
}

@media all and (max-width: 767px) {
  .fvBlock__bottom {
    font-size: 12px;
  }
}

.fvBlock .kv__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -75px;
}

@media all and (min-width: 768px) {
  .fvBlock .kv__logo img {
    width: 200px;
  }
}

@media all and (max-width: 767px) {
  .fvBlock .kv__logo {
    width: 100px;
    margin-left: -50px;
    margin-top: -37px;
  }
  .fvBlock .kv__logo img {
    width: 100%;
  }
}

.fvBlock .kvBlock {
  position: fixed;
  z-index: -1;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

.fvBlock .kvBlock .js-kvsld {
  height: 100%;
}

.fvBlock .kvBlock .kvImg {
  background: center center /cover no-repeat;
  width: 100%;
  height: 100%;
}

.fvBlock .navBlock {
  position: absolute;
  width: 100%;
  bottom: 130px;
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.fvBlock .navBlock ul {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0px auto;
}

.fvBlock .navBlock ul a {
  text-decoration: none;
  color: #fff;
}

.fvBlock .navBlock ul li.sns {
  line-height: 0;
  width: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fvBlock .navBlock ul li.sns a {
  line-height: 0;
}

.fvBlock .navBlock ul li.shop img {
  position: relative;
  width: 20px;
}

@media all and (min-width: 768px) {
  .fvBlock .navBlock {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .fvBlock .navBlock {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    height: calc(100% - 100px);
    background: #000;
  }
  .fvBlock .navBlock__inr {
    display: flex;
    height: 100%;
    align-items: center;
  }
  .fvBlock .navBlock ul {
    display: block;
    text-align: center;
  }
  .fvBlock .navBlock ul li {
    margin-bottom: 50px;
  }
  .fvBlock .navBlock ul li.sns {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .fvBlock .navBlock ul li.sns img {
    width: 25px;
  }
}

.fvBlock.view {
  opacity: 1;
}

.indexPage .indexCntWrp {
  position: relative;
  display: block;
  background: #fff;
}

.indexPage .aboutCnt, .indexPage .messageCnt {
  display: flex;
  height: 700px;
}

.indexPage .aboutCnt__img, .indexPage .messageCnt__img {
  width: 58%;
  position: relative;
}

.indexPage .aboutCnt__img .imgBox, .indexPage .messageCnt__img .imgBox {
  background: center center /cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.indexPage .aboutCnt__txtarea, .indexPage .messageCnt__txtarea {
  width: 42%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.indexPage .aboutCnt__txtarea__inr, .indexPage .messageCnt__txtarea__inr {
  padding-right: 30px;
  width: 330px;
}

.indexPage .aboutCnt__txtarea__ttlarea, .indexPage .messageCnt__txtarea__ttlarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #000;
  padding-bottom: 17px;
  margin-bottom: 30px;
}

.indexPage .aboutCnt__txtarea__ttlarea__ttl, .indexPage .messageCnt__txtarea__ttlarea__ttl {
  font-size: 18px;
  letter-spacing: 0.05em;
}

.indexPage .aboutCnt__txtarea__ttlarea__txt, .indexPage .messageCnt__txtarea__ttlarea__txt {
  font-size: 13px;
  letter-spacing: 0.2em;
}

.indexPage .aboutCnt__txtarea__txt, .indexPage .messageCnt__txtarea__txt {
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.15em;
  font-size: 14px;
}

.indexPage .aboutCnt__txtarea__link, .indexPage .messageCnt__txtarea__link {
  margin-top: 15px;
}

.indexPage .aboutCnt__txtarea__link a, .indexPage .messageCnt__txtarea__link a {
  letter-spacing: 0.05em;
  font-size: 12px;
  color: #000;
}

@media all and (max-width: 767px) {
  .indexPage .aboutCnt, .indexPage .messageCnt {
    height: auto;
    display: block;
  }
  .indexPage .aboutCnt__img, .indexPage .messageCnt__img {
    width: 100%;
    height: 375px;
  }
  .indexPage .aboutCnt__txtarea, .indexPage .messageCnt__txtarea {
    padding: 55px 25px 70px;
    width: auto;
    display: block;
  }
  .indexPage .aboutCnt__txtarea__inr, .indexPage .messageCnt__txtarea__inr {
    padding-right: 0px;
    width: 100%;
  }
  .indexPage .aboutCnt__txtarea__txt, .indexPage .messageCnt__txtarea__txt {
    font-size: 13px;
  }
}

@media all and (min-width: 768px) {
  .indexPage .messageCnt {
    flex-direction: row-reverse;
  }
}

.indexPage .sgmnt__kv {
  position: relative;
  height: 800px;
}

.indexPage .sgmnt__kv .imgBox {
  background: center center /cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 767px) {
  .indexPage .sgmnt__kv {
    height: 400px;
  }
}

.indexPage .meatCnt {
  background: #ede6db;
  padding: 130px 0px 120px;
}

.indexPage .meatCnt .meatCntBox {
  background: #fff;
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0px auto;
}

.indexPage .meatCnt .meatCntBox__img {
  line-height: 0;
  width: 600px;
}

.indexPage .meatCnt .meatCntBox__img img {
  width: 100%;
}

.indexPage .meatCnt .meatCntBox__txtarea {
  width: 300px;
  padding: 0px 50px;
}

.indexPage .meatCnt .meatCntBox__txtarea__ttl {
  line-height: 1.8;
  border-bottom: solid 1px #000;
  padding-bottom: 15px;
  margin-bottom: 28px;
  letter-spacing: 0.05em;
  font-size: 17px;
}

.indexPage .meatCnt .meatCntBox__txtarea__txt {
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  text-align: justify;
  line-height: 2.1;
  letter-spacing: 0.15em;
  font-size: 13px;
}

.indexPage .meatCnt .meatCntBox__txtarea__cs {
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  letter-spacing: 0.075em;
  margin-top: 30px;
  font-size: 13px;
}

.indexPage .meatCnt .meatCntBox__txtarea__cs a, .indexPage .meatCnt .meatCntBox__txtarea__cs span {
  color: #000;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 1px #000;
}

@media all and (max-width: 767px) {
  .indexPage .meatCnt {
    padding: 65px 25px 60px;
  }
  .indexPage .meatCnt .meatCntBox {
    display: block;
  }
  .indexPage .meatCnt .meatCntBox__img {
    width: 100%;
  }
  .indexPage .meatCnt .meatCntBox__txtarea {
    width: auto;
    padding: 45px 25px;
  }
  .indexPage .meatCnt .meatCntBox__txtarea__ttl {
    text-align: center;
  }
  .indexPage .meatCnt .meatCntBox__txtarea__cs {
    text-align: center;
  }
}

.indexPage .meatCnt__top {
  margin-bottom: 90px;
}

.indexPage .meatCnt__top__head {
  text-align: center;
  margin-bottom: 80px;
  letter-spacing: 0.05em;
  line-height: 1.66;
  font-size: 24px;
}

.indexPage .meatCnt__top__body {
  margin: 0px auto;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.15em;
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

@media all and (min-width: 768px) {
  .indexPage .meatCnt__top__body {
    width: 900px;
    display: flex;
    justify-content: space-between;
  }
  .indexPage .meatCnt__top__body p {
    width: 420px;
    text-align: justify;
  }
}

@media all and (max-width: 767px) {
  .indexPage .meatCnt__top {
    margin-bottom: 45px;
  }
  .indexPage .meatCnt__top__head {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 2;
  }
  .indexPage .meatCnt__top__body {
    font-size: 14px;
    line-height: 1.7;
  }
  .indexPage .meatCnt__top__body p {
    display: block;
  }
  .indexPage .meatCnt__top__body p:first-child {
    margin-bottom: 1em;
  }
}

.indexPage .meatCnt__bottom {
  margin: 120px auto 0;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}

.indexPage .meatCnt__bottom__imgarea__img img {
  width: 100%;
}

.indexPage .meatCnt__bottom__imgarea__txt {
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  text-align: center;
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.5;
}

.indexPage .meatCnt__bottom__txtarea {
  background: #fff;
  border-radius: 15px;
  width: calc(100% - 206px);
  position: relative;
}

.indexPage .meatCnt__bottom__txtarea:before {
  position: absolute;
  left: -16px;
  top: 75px;
  content: '';
  background: url(../images/meat-arw.png) center center/cover no-repeat;
  width: 16px;
  height: 19px;
}

.indexPage .meatCnt__bottom__txtarea p {
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  letter-spacing: 0.15em;
  line-height: 2;
  padding: 45px;
  font-size: 13px;
}

@media all and (max-width: 767px) {
  .indexPage .meatCnt__bottom {
    margin-top: 60px;
    display: block;
  }
  .indexPage .meatCnt__bottom__imgarea__img {
    width: 125px;
    margin: 0px auto 35px;
  }
  .indexPage .meatCnt__bottom__imgarea__txt {
    display: none;
    font-size: 13px;
  }
  .indexPage .meatCnt__bottom__txtarea {
    width: 100%;
  }
  .indexPage .meatCnt__bottom__txtarea:before {
    background-image: url(../images/meat-arw-sp.png);
    left: 50%;
    margin-left: -9px;
    top: -15px;
    width: 18px;
    height: 15px;
  }
  .indexPage .meatCnt__bottom__txtarea p {
    padding: 22px;
    font-size: 12px;
  }
}

.indexPage .voiceCnt__topTxt {
  text-align: center;
  letter-spacing: 0.05em;
  padding: 95px 0px 50px;
}

.indexPage .voiceCnt__topTxt__txt1 {
  font-size: 23px;
  letter-spacing: 0.1em;
}

.indexPage .voiceCnt__topTxt__txt2 {
  margin-top: 1em;
  font-size: 18px;
}

.indexPage .voiceCnt__inr {
  display: flex;
}

.indexPage .voiceCnt .voiceBox {
  width: 33.33%;
}

.indexPage .voiceCnt .voiceBox__img {
  background: center center /cover no-repeat;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 40px;
}

.indexPage .voiceCnt .voiceBox__txtarea {
  text-align: center;
  padding-bottom: 35px;
  letter-spacing: 0.15em;
}

.indexPage .voiceCnt .voiceBox__txtarea__txt1 {
  font-size: 16px;
  margin-bottom: 1em;
}

.indexPage .voiceCnt .voiceBox__txtarea__txt2 {
  line-height: 1.8;
  font-size: 12px;
}

.indexPage .voiceCnt .voiceBox__txtarea__txt3 {
  letter-spacing: 0.1em;
  text-align: justify;
  font-size: 13px;
  line-height: 2;
  width: 300px;
  margin: 10px auto;
}

.indexPage .voiceCnt .voiceBox__txtarea__txt4 {
  padding: 2em 0;
  line-height: 1.5;
  font-size: 11px;
}

.indexPage .voiceCnt .voiceBox__txtarea__txt4 a {
  display: inline-block;
  color: #000;
  margin-bottom: 10px;
}

@media all and (max-width: 767px) {
  .indexPage .voiceCnt__topTxt {
    padding: 55px 0px 50px;
  }
  .indexPage .voiceCnt__inr {
    display: block;
  }
  .indexPage .voiceCnt .voiceBox {
    width: 100%;
    max-width: 375px;
    margin: 0px auto;
  }
  .indexPage .voiceCnt .voiceBox__img {
    margin-bottom: 50px;
  }
}

.indexPage .infoCnt__topTxt {
  text-align: center;
  letter-spacing: 0.05em;
  padding: 110px 0px 50px;
}

.indexPage .infoCnt__topTxt__txt1 {
  letter-spacing: 0.35em;
  font-size: 23px;
}

.indexPage .infoCnt__topTxt__txt2 {
  margin-top: 1.3em;
  font-size: 13px;
  letter-spacing: 0.2em;
}

.indexPage .infoCnt__inr {
  width: 1000px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}

.indexPage .infoCnt .infoBox {
  width: 300px;
  margin-bottom: 70px;
}

.indexPage .infoCnt .infoBox__img {
  line-height: 0;
  width: 100%;
  margin-bottom: 20px;
}

.indexPage .infoCnt .infoBox__img img {
  width: 100%;
}

.indexPage .infoCnt .infoBox__txtarea {
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  padding-bottom: 35px;
}

.indexPage .infoCnt .infoBox__txtarea__txt1 {
  line-height: 1.75;
  font-size: 16px;
  border-bottom: solid 1px #000;
  padding-bottom: 17px;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.indexPage .infoCnt .infoBox__txtarea__txt2 {
  font-size: 10px;
}

.indexPage .infoCnt .infoBox__txtarea__txt3 {
  margin-top: 20px;
  line-height: 2.1;
  letter-spacing: 0.15em;
  font-size: 13px;
}

.indexPage .infoCnt .infoBox__txtarea__txt3 a {
  color: #000;
  text-decoration: underline;
}

@media all and (max-width: 767px) {
  .indexPage .infoCnt__topTxt {
    padding: 55px 0px 50px;
  }
  .indexPage .infoCnt__inr {
    width: auto;
    padding: 0px 25px;
    display: block;
  }
  .indexPage .infoCnt .infoBox {
    width: 100%;
    max-width: 375px;
    margin: 0px auto;
  }
  .indexPage .infoCnt .infoBox__img {
    margin-bottom: 20px;
  }
  .indexPage .infoCnt .infoBox__txtarea {
    padding-bottom: 50px;
  }
  .indexPage .infoCnt .infoBox__txtarea__txt3 {
    margin-top: 25px;
  }
}

.indexPage .bottom__kv {
  position: relative;
  height: 500px;
}

.indexPage .bottom__kv .imgBox {
  background: left center /cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 767px) {
  .indexPage .bottom__kv {
    height: 250px;
  }
}

.voicePage {
  position: relative;
}

@media all and (min-width: 768px) {
  .voicePage {
    min-width: 1200px;
  }
}

.voicePage:before {
  content: '';
  background: url(../images/info-kv.jpg) center center/cover no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.voicePage .voiceCnt {
  position: relative;
  margin: 50px auto 110px;
  border-radius: 20px;
  background: rgba(244, 242, 223, 0.9);
  padding: 50px 110px;
  max-width: 780px;
  opacity: 0;
  transition: opacity 1s 2s;
}

.voicePage .voiceCnt.view {
  opacity: 1;
}

@media all and (max-width: 767px) {
  .voicePage .voiceCnt {
    margin: 15px 13px;
    padding: 35px 32px 100px;
  }
}

.voicePage .voiceCnt__logo {
  text-align: center;
}

.voicePage .voiceCnt__logo img {
  width: 100px;
}

@media all and (max-width: 767px) {
  .voicePage .voiceCnt__logo img {
    width: 69px;
  }
}

.voicePage .voiceCnt__topTtl {
  font-weight: normal;
  text-align: center;
  padding-left: 0.35em;
  letter-spacing: 0.35em;
  font-size: 23px;
  margin-top: 50px;
}

@media all and (max-width: 767px) {
  .voicePage .voiceCnt__topTtl {
    font-size: 12px;
    margin-top: 17px;
  }
}

.voicePage .voiceCnt__intro {
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  display: flex;
  justify-content: space-between;
  margin: 70px 0px 40px;
}

.voicePage .voiceCnt__intro__img {
  width: 330px;
}

.voicePage .voiceCnt__intro__img img {
  width: 100%;
}

.voicePage .voiceCnt__intro__txtarea {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.15em;
  width: 395px;
}

.voicePage .voiceCnt__intro__txtarea__prof {
  margin-bottom: 30px;
}

.voicePage .voiceCnt__intro__txtarea__prof dt {
  font-size: 16px;
}

.voicePage .voiceCnt__intro__txtarea__prof dd {
  margin-top: 16px;
  font-size: 14px;
}

.voicePage .voiceCnt__intro__txtarea p {
  font-size: 16px;
  line-height: 2;
}

.voicePage .voiceCnt__intro__txtarea__link {
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 12px;
}

.voicePage .voiceCnt__intro__txtarea__link a {
  color: #000;
}

@media all and (min-width: 768px) {
  .voicePage .voiceCnt__intro__txtarea__link {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media all and (max-width: 767px) {
  .voicePage .voiceCnt__intro__txtarea__link {
    text-align: center;
    margin-bottom: 40px;
  }
}

@media all and (max-width: 767px) {
  .voicePage .voiceCnt__intro {
    display: block;
    margin: 30px 0px 20px;
  }
  .voicePage .voiceCnt__intro__img {
    width: 165px;
    margin: 0px auto 33px;
    line-height: 0;
  }
  .voicePage .voiceCnt__intro__txtarea {
    width: auto;
  }
  .voicePage .voiceCnt__intro__txtarea__prof {
    text-align: center;
    margin-bottom: 30px;
  }
  .voicePage .voiceCnt__intro__txtarea__prof dt {
    font-size: 18px;
  }
  .voicePage .voiceCnt__intro__txtarea__prof dd {
    margin-top: 16px;
    font-size: 14px;
  }
  .voicePage .voiceCnt__intro__txtarea p {
    line-height: 26px;
    font-size: 16px;
  }
}

.voicePage .voiceCnt__body {
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  line-height: 2;
  letter-spacing: 0.15em;
  font-size: 16px;
  padding-bottom: 100px;
  margin-bottom: 110px;
  background: url(../images/voice-bdr.png) left bottom repeat-x;
}

@media all and (max-width: 767px) {
  .voicePage .voiceCnt__body {
    padding-bottom: 57px;
    margin-bottom: 75px;
    font-size: 14px;
    line-height: 26px;
  }
}

.voicePage .voiceCnt__pager {
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.voicePage .voiceCnt__pager__box {
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
}

.voicePage .voiceCnt__pager__box:nth-child(1) .voiceCnt__pager__box__img {
  margin-right: 30px;
}

.voicePage .voiceCnt__pager__box:nth-child(2) {
  text-align: right;
}

.voicePage .voiceCnt__pager__box:nth-child(2) .voiceCnt__pager__box__img {
  margin-left: 30px;
}

.voicePage .voiceCnt__pager__box__img {
  width: 100px;
}

.voicePage .voiceCnt__pager__box__img figure {
  background: center center /cover no-repeat;
  width: 100%;
  padding-top: 100%;
}

.voicePage .voiceCnt__pager__box__img img {
  width: 100%;
}

.voicePage .voiceCnt__pager__box__txt {
  letter-spacing: 0.1em;
  line-height: 32px;
  font-size: 14px;
}

@media all and (max-width: 767px) {
  .voicePage .voiceCnt__pager__box:nth-child(1) {
    margin-bottom: 65px;
  }
  .voicePage .voiceCnt__pager__box:nth-child(1) .voiceCnt__pager__box__img {
    margin-right: 20px;
  }
  .voicePage .voiceCnt__pager__box:nth-child(2) {
    justify-content: flex-end;
    width: 100%;
  }
  .voicePage .voiceCnt__pager__box:nth-child(2) .voiceCnt__pager__box__img {
    margin-left: 20px;
  }
  .voicePage .voiceCnt__pager__box__img {
    width: 75px;
  }
  .voicePage .voiceCnt__pager__box__txt {
    line-height: 24px;
    font-size: 10px;
  }
}

.voicePage .voiceCnt__bottom {
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  padding: 105px 0px 0px;
}

.voicePage .voiceCnt__bottom a {
  color: #000;
}

@media all and (max-width: 767px) {
  .voicePage .voiceCnt__bottom {
    font-size: 12px;
    padding: 85px 0px 0px;
  }
}

.messagePage {
  position: relative;
}

@media all and (min-width: 768px) {
  .messagePage {
    min-width: 1200px;
  }
}

.messagePage:before {
  content: '';
  background: url(../images/kv-1.jpg) center center/cover no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.messagePage .messageCnt {
  position: relative;
  margin: 50px auto 110px;
  border-radius: 20px;
  background: rgba(244, 242, 223, 0.9);
  padding: 50px 110px 110px;
  max-width: 780px;
  opacity: 0;
  transition: opacity 1s 2s;
}

.messagePage .messageCnt.view {
  opacity: 1;
}

@media all and (max-width: 767px) {
  .messagePage .messageCnt {
    margin: 15px 13px;
    padding: 35px 25px 80px;
  }
}

.messagePage .messageCnt__logo {
  text-align: center;
}

.messagePage .messageCnt__logo img {
  width: 100px;
}

@media all and (max-width: 767px) {
  .messagePage .messageCnt__logo img {
    width: 69px;
  }
}

.messagePage .messageCnt__topTtl {
  font-weight: normal;
  text-align: center;
  padding-left: 0.35em;
  letter-spacing: 0.35em;
  font-size: 23px;
  margin-top: 55px;
}

@media all and (max-width: 767px) {
  .messagePage .messageCnt__topTtl {
    font-size: 12px;
    margin-top: 17px;
  }
}

.messagePage .messageCnt__intro {
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  display: flex;
  justify-content: space-between;
  margin: 70px 0px 85px;
}

.messagePage .messageCnt__intro__img {
  line-height: 0;
  width: 330px;
}

.messagePage .messageCnt__intro__img img {
  width: 100%;
}

.messagePage .messageCnt__intro__txtarea {
  position: relative;
  font-weight: bold;
  width: 395px;
}

.messagePage .messageCnt__intro__txtarea p {
  letter-spacing: 0.075em;
  text-align: justify;
  font-size: 14px;
  line-height: 2;
}

@media all and (max-width: 767px) {
  .messagePage .messageCnt__intro {
    display: block;
    margin: 30px 0px 65px;
  }
  .messagePage .messageCnt__intro__img {
    width: 165px;
    margin: 0px auto 45px;
    line-height: 0;
  }
  .messagePage .messageCnt__intro__txtarea {
    width: auto;
  }
  .messagePage .messageCnt__intro__txtarea p {
    line-height: 26px;
    font-size: 14px;
  }
}

.messagePage .messageCnt__body {
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  line-height: 2;
  letter-spacing: 0.15em;
  font-size: 16px;
  padding-bottom: 100px;
  background: url(../images/message-bdr.png) left bottom repeat-x;
}

.messagePage .messageCnt__body__ttl {
  font-weight: normal;
  text-align: center;
  line-height: 1;
  font-size: 24px;
  margin-bottom: 85px;
}

.messagePage .messageCnt__body__imgList {
  line-height: 0;
  display: flex;
  justify-content: space-between;
  margin: 50px 0px;
}

.messagePage .messageCnt__body__imgList img {
  width: 100%;
}

.messagePage .messageCnt__body__imgList li {
  width: 50%;
}

@media all and (max-width: 767px) {
  .messagePage .messageCnt__body {
    padding-bottom: 57px;
    font-size: 14px;
    line-height: 26px;
  }
  .messagePage .messageCnt__body__ttl {
    font-size: 20px;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
  }
  .messagePage .messageCnt__body__imgList {
    margin: 35px 0px 0px;
    display: block;
    padding-bottom: 10px;
  }
  .messagePage .messageCnt__body__imgList li {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
  }
  .messagePage .messageCnt__body__imgList li img {
    width: 100%;
    max-width: 330px;
  }
}

.messagePage .messageCnt__bottom {
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 105px 0px 0px;
}

.messagePage .messageCnt__bottom a {
  color: #000;
}

@media all and (max-width: 767px) {
  .messagePage .messageCnt__bottom {
    font-size: 12px;
    padding: 50px 0px 0px;
  }
}

.js-iv {
  opacity: 0;
  transition: opacity 0.8s 0.4s;
}

.js-iv.viewed {
  opacity: 1;
}

/*# sourceMappingURL=../css/style.map */