@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
---------------------------------------------*/
.futuraBook {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.futuraMedium {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* common
---------------------------------------------*/
body {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
  color: #000;
  background-color: #f9f7f7;
}

@media screen and (min-width: 769px) {
  body {
    line-height: 2.6;
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  body {
    line-height: 2.4;
    font-size: 14px;
    font-weight: normal;
  }
}

.wrapper {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

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;
  }
}

.inner {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 86%;
  }
}

/* 写真アニメーション
---------------------------------------------*/
.fadeImg {
  overflow: hidden;
}

.fadeImg img {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.fadeImg.on img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
}

/* top
---------------------------------------------*/
header {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  header {
    background-image: url(../images/top_pc.jpg);
    background-position: right top;
  }
}

@media screen and (max-width: 768px) {
  header {
    background-image: url(../images/top_sp.jpg);
    background-position: center;
  }
}

@media screen and (min-width: 769px) {
  header {
    height: 100vh;
  }
}

@media screen and (max-width: 768px) {
  header {
    height: calc(var(--vh, 1vh) * 100);
  }
}

.topTextWrap {
  color: #fff;
  fill: #fff;
  position: absolute;
  z-index: 2;
  text-align: center;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.topTextWrap .titleWrap {
  overflow: hidden;
  width: 100%;
}

.topTextWrap .titleWrap .title {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .topTextWrap .titleWrap .title {
    margin: 0 auto 15px;
  }
}

@media screen and (max-width: 768px) {
  .topTextWrap .titleWrap .title {
    margin: 0 auto 10px;
  }
}

.topTextWrap .titleWrap .title svg {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .topTextWrap .titleWrap .title svg {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .topTextWrap .titleWrap .title svg {
    width: 78%;
  }
}

.topTextWrap .topText1Wrap {
  overflow: hidden;
}

.topTextWrap .topText1Wrap .topText1 {
  line-height: 1.7;
}

@media screen and (min-width: 769px) {
  .topTextWrap .topText1Wrap .topText1 {
    font-size: 1.92vw;
  }
}

@media screen and (max-width: 768px) {
  .topTextWrap .topText1Wrap .topText1 {
    font-size: 4vw;
  }
}

.topTextWrap.black {
  color: #000;
  fill: #000;
  z-index: 4;
}

.topTextWrap.black .titleWrap,
.topTextWrap.black .topText1Wrap1 {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  overflow: hidden;
}

.topTextWrap.black .title,
.topTextWrap.black .topText1 {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

.color {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100vh;
  background-color: #caa690;
}

.scrolldown2 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 1;
}

.scrollDown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 17px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 92px;
  }
  100% {
    bottom: 30px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 92px;
  }
  100% {
    bottom: 30px;
  }
}

@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.scrollDown:after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 20px;
  width: 1px;
  height: 70px;
  background: #fff;
}

/* lead
---------------------------------------------*/
@media screen and (min-width: 769px) {
  .lead {
    padding: 75px 0;
  }
}

@media screen and (max-width: 768px) {
  .lead {
    padding: 80px 0;
  }
}

@media screen and (min-width: 769px) {
  .lead .inner {
    max-width: 900px;
  }
}

.leadTitle {
  line-height: 1.7;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .leadTitle {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .leadTitle {
    font-size: 18px;
  }
}

.leadText {
  text-align: justify;
  letter-spacing: 0.17em;
}

@media screen and (min-width: 769px) {
  .leadText {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  .leadText {
    margin-bottom: 20px;
  }
}

.leadSign {
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .leadSign {
    width: 13%;
  }
}

@media screen and (max-width: 768px) {
  .leadSign {
    width: 34%;
  }
}

.leadSign img {
  mix-blend-mode: multiply;
}

/* section
---------------------------------------------*/
/* item menu
---------------------------------------------*/
.itemMenu {
  background-color: #efe3de;
  color: #000;
}

@media screen and (min-width: 769px) {
  .itemMenu {
    padding: 90px 0;
  }
}

@media screen and (max-width: 768px) {
  .itemMenu {
    padding: 75px 0;
  }
}

@media screen and (min-width: 769px) {
  .itemMenu .inner {
    max-width: 700px;
  }
}

.itemMenuTitle {
  text-align: center;
  letter-spacing: 0;
  font-size: 20px;
}

@media screen and (min-width: 769px) {
  .itemMenuTitle {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .itemMenuTitle {
    margin-bottom: 25px;
  }
}

.itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .itemList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .itemList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.itemList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .itemList li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 29%;
  }
}

@media screen and (max-width: 768px) {
  .itemList li {
    gap: 15px;
  }
}

@media screen and (min-width: 769px) {
  .itemImg {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .itemImg {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .itemTextWrap {
    width: calc(55% - 15px);
  }
}

.itemName {
  position: relative;
  font-size: 20px;
  margin-left: 25px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.itemName span {
  position: absolute;
  display: block;
  font-style: italic;
  font-size: 12px;
  top: -10px;
  left: -23px;
}

.itemName::before {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 30px;
  width: 1px;
  top: -10px;
  left: -6px;
}

.itemText {
  line-height: 1.7;
  text-align: justify;
  letter-spacing: 0.08em;
  font-weight: normal;
  margin-left: 5px;
}

/* item sec main
---------------------------------------------*/
@media screen and (min-width: 769px) {
  .itemSec {
    padding-top: 10%;
  }
}

@media screen and (max-width: 768px) {
  .itemSec {
    padding-top: 20%;
  }
}

@media screen and (min-width: 769px) {
  .itemSec .inner {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .itemSec .inner {
    width: 100%;
  }
}

.itemTitle {
  position: relative;
  font-size: 28px;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .itemTitle {
    margin-bottom: 5px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .itemTitle {
    margin-bottom: 5px;
    width: 86%;
    margin-left: 7%;
    padding-left: 30px;
  }
}

.itemTitle span {
  position: absolute;
  display: block;
  font-style: italic;
  font-size: 16px;
  top: -14px;
  left: 0;
}

.itemTitle::before {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 34px;
  width: 1px;
  top: -14px;
  left: 19px;
}

.itemTitleText {
  font-size: 10px;
  margin-bottom: 33px;
}

@media screen and (min-width: 769px) {
  .itemTitleText {
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .itemTitleText {
    margin-left: 7%;
    width: 86%;
    padding-left: 30px;
  }
}

.itemMainImg {
  width: 100%;
  margin-bottom: 35px;
}

.itemMainText {
  letter-spacing: 0.14em;
  text-align: justify;
}

@media screen and (min-width: 769px) {
  .itemMainText {
    margin: 0 0 20%;
  }
}

@media screen and (max-width: 768px) {
  .itemMainText {
    width: 86%;
    margin: 0px auto 80px;
  }
}

/* item credit
---------------------------------------------*/
.itemInfo {
  background-color: #efe3de;
  color: #000;
}

@media screen and (min-width: 769px) {
  .itemInfo {
    padding: 14% 0;
  }
}

@media screen and (max-width: 768px) {
  .itemInfo {
    padding: 80px 0 73px;
  }
}

@media screen and (min-width: 769px) {
  .itemInfo .inner {
    width: 500px;
  }
}

@media screen and (min-width: 769px) {
  .itemInfoImg {
    margin: 0 auto 25px;
  }
}

@media screen and (max-width: 768px) {
  .itemInfoImg {
    margin: 0 auto 35px;
  }
}

.itemInfoText {
  text-align: justify;
  letter-spacing: 0.13em;
  margin-bottom: 50px;
}

.creditWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.credit {
  font-size: 13px;
  line-height: 1.5;
}

.credit span {
  font-size: 11px;
}

.credit.shibutsu {
  font-weight: 400;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .buy {
    margin-top: 5px;
  }
}

.buy a {
  display: block;
  color: #fff;
  background-color: #000;
  padding: 0 18px;
  line-height: 30px;
  text-align: center;
}

/* item color
---------------------------------------------*/
.colorSec {
  padding-top: 70px;
}

.colorSecTitle {
  text-align: center;
  letter-spacing: 0;
  font-size: 20px;
  margin-bottom: 19px;
}

.scrollSec {
  margin-bottom: 93px;
}

.colorSecSub {
  text-align: center;
  letter-spacing: 0;
  font-size: 16px;
  margin-bottom: 15px;
}

.colorSecSub::after {
  content: "";
  display: block;
  height: 20px;
  width: 1px;
  background-color: #000;
  margin: 4px auto 0;
}

.slick {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .slick {
    max-width: 500px;
  }
}

.slick .slick-list {
  padding: 0 10% 0 0 !important;
}

.slick .slick-slide {
  margin-right: 13px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0 0;
  gap: 16px;
}

.slick-dots li button {
  padding: 0;
  text-indent: -9999px;
  border: none;
  display: block;
  background-color: #efe3de;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: #caa690;
}

@media screen and (min-width: 769px) {
  .scrollSec .inner {
    width: 500px;
  }
}

.scrollText {
  text-align: justify;
  letter-spacing: 0.15em;
  margin-top: 40px;
  margin-bottom: 50px;
}

.scrollCredit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.scrollCredit li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.scrollCredit li .buy {
  margin-top: 5px;
}

/* スライドするテキスト
---------------------------------------------*/
/* youtube
---------------------------------------------*/
.youtube {
  background-color: #efe3de;
}

@media screen and (min-width: 769px) {
  .youtube {
    padding: 150px 0;
  }
}

@media screen and (max-width: 768px) {
  .youtube {
    padding: 75px 0;
  }
}

@media screen and (min-width: 769px) {
  .youtube .inner {
    width: 500px;
  }
}

.youtube__title {
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .youtube__title {
    font-size: 28px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .youtube__title {
    font-size: 20px;
    margin-bottom: 55px;
  }
}

.youtube__img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .youtube__img {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 768px) {
  .youtube__img {
    margin-bottom: 50px;
  }
}

.youtube__text {
  letter-spacing: 0.15em;
}

/* info
---------------------------------------------*/
.info {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .info {
    padding: 90px 0;
  }
}

@media screen and (max-width: 768px) {
  .info {
    padding: 75px 0;
  }
}

@media screen and (min-width: 769px) {
  .info .inner {
    width: 500px;
  }
}

.info__title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 24px;
}

.info__text {
  margin-bottom: 30px;
  letter-spacing: 0.15em;
}

.info__box {
  border: 1px #707070 dotted;
  padding: 10% 6%;
}

.info__box .info__box__wrap {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .info__box .info__box__wrap {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .info__box .info__box__wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.info__box .info__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}

.info__box .info__box__inner dt,
.info__box .info__box__inner dd {
  font-size: 13px;
}

/* footer
---------------------------------------------*/
footer {
  padding: 80px 0 90px;
  background-color: #f9f7f7;
}

@media screen and (min-width: 769px) {
  footer .inner {
    width: 500px;
  }
}

@media screen and (min-width: 769px) {
  .prof {
    margin-bottom: 175px;
  }
}

@media screen and (max-width: 768px) {
  .prof {
    margin-bottom: 95px;
  }
}

.profTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .profTop {
    gap: 28px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .profTop {
    gap: 20px;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 769px) {
  .profImg {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .profImg {
    width: 41%;
  }
}

@media screen and (min-width: 769px) {
  .profName {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .profName {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.profName span {
  display: block;
}

@media screen and (min-width: 769px) {
  .profName span {
    font-size: 12px;
    margin-top: -5px;
  }
}

@media screen and (max-width: 768px) {
  .profName span {
    font-size: 10px;
  }
}

.profInst a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  text-decoration: underline;
  font-size: 10px;
}

.profInst a img {
  margin-right: 3px;
}

@media screen and (min-width: 769px) {
  .profInst a img {
    width: 12px;
  }
}

@media screen and (max-width: 768px) {
  .profInst a img {
    width: 15px;
  }
}

.profText {
  font-size: 12px;
  letter-spacing: 0.15em;
}

.profText a {
  color: #446BED;
  text-decoration: underline;
}

.staff {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .staff {
    margin-bottom: 170px;
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .staff {
    margin-bottom: 50px;
    font-size: 12px;
    line-height: 1.75;
  }
}

.linkBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 769px) {
  .linkBtn {
    margin-bottom: 160px;
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .linkBtn {
    margin-bottom: 125px;
    gap: 30px;
  }
}

.linkBtn a {
  display: block;
  text-align: center;
  background-color: #000;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .linkBtn a {
    line-height: 48px;
    font-size: 13px;
    width: 400px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .linkBtn a {
    line-height: 50px;
    font-size: 12px;
    width: 100%;
  }
}

#f-logo {
  display: block;
  margin: 50px auto 0;
  width: 110px;
  margin-top: 90px;
}

#f-copy {
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  #f-copy {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  #f-copy {
    font-size: 11px;
  }
}

#f-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

#f-link li {
  width: 24px;
  margin: 0 24px;
}

#f-link a:hover {
  opacity: 0.75;
}
/*# sourceMappingURL=style.css.map */