/* --------------------
  hero
-------------------- */
.top-hero {
  display: block;
  position: relative;
  width: 100%;
  height: 900px;
  padding: 60px 0 0;
  background: #1d1d1b url(../images/top_hero_bg.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% calc(50% - 30px);
  text-align: center;
  -webkit-transform: translate3d(0,0,0);
}
.top-hero__inner {
  position: relative;
  height: 100%;
}
.top-hero__ttl-primary {
  font-size: 18px;
  color: #bdb52f;
  letter-spacing: .6em;
  line-height: 2.2;
}
.top-hero__ttl-logo {
  margin-top: 65px;
}
.top-hero__ttl-sub {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: .1em;
  color: #fff;
  opacity: .4;
}
.top-hero__btn-ec {
  display: block;
  width: 200px;
  margin: 45px auto 0;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  letter-spacing: .1em;
  line-height: 1;
  border: 2px solid #fff;
}
.top-hero__btn-ec:hover {
  background: #fff;
  color: #1d1d1b;
  opacity: 1;
}
.top-hero__bottom-link {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 460px;
  padding: 0 8px 10px;
  background: rgba(0,0,0,0.6);
  border: 1px solid #bdb52f;
  border-left: none;
  border-right: none;
}
.top-hero__bottom-profile {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 50px;
  right: 0;
}
.top-hero__bottom-profile__inner {
  margin-right: 10px;
}
.top-hero__bottom-name {
  margin-bottom: -3px;
  font-size: 15px;
  font-weight: 100;
  color: #fff;
  text-align: right;
  letter-spacing: .05em;
}
.top-hero__bottom-name span {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

/* --------------------
  about
-------------------- */
.top-about {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.top-about__inner {
  position: relative;
  padding: 50px 0 65px;
}
.top-about__inner:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 516px;
  width: 624px;
  height: 638px;
  background: url(../images/top_about_bg.png) no-repeat 0 0;
}
.top-about__box {
  width: 50%;
  text-align: center;
}
.top-about__img-box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.top-about__img-box figure {
  margin: 0 5px;
}
.top-about__txt-profile {
  margin: 13px auto 20px;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1.3;
}
.top-about__txt-profile strong {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}
.top-about__txt-profile span {
  font-weight: bold;
  color: #cd5d30;
}


/* --------------------
  shop
-------------------- */
.top-shop {
  position: relative;
  padding: 50px 0 55px;
  background: #edebde;
  text-align: center;
}
.top-shop__list {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 50px;
}
.top-shop__item {
  width: 310px;
}
.top-shop__item a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.top-shop__item a:hover {
  opacity: 1;
}
.top-shop__item-img {
  overflow: hidden;
}
.top-shop__item-img img {
  transition: .5s;
}
.top-shop__item-img:hover img {
  transform: scale(1.05);
  opacity: 1;
}
.top-shop__item-ttl {
  position: relative;
  margin: 15px auto 30px;
}
.top-shop__item-ttl:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 30px;
  height: 1px;
  background: #000;
  transform: translateX(-50%);
}
.top-shop__item-price {
  color: #cd5d30;
}


/* --------------------
  video
-------------------- */
.top-video {
  position: relative;
  height: 520px;
  overflow: hidden;
  z-index: -1;
}
_::-webkit-full-page-media, _:future, :root .top-video {
  /* for safari */
  background: url(../images/top_video_bg.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.top-video__item {
  position:absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat:no-repeat;
  background-size:cover;
}
.top-video__item > div {
  overflow: visible!important;
}
@media screen and (max-width: 1470px) {
  video {
    min-width: 100%;
    width: auto !important;
    min-height: 775px!important;
  }
  @-moz-document url-prefix() {
    video {
      min-width: 100%;
      min-height: 850px!important;
    }
  }
}


/* --------------------
  favorite
-------------------- */
.top-favorite {
  position: relative;
  padding: 50px 0 80px;
}
.top-favorite__heading {
  margin-bottom: 85px;
  text-align: center;
}

/* profile */
.top-favorite__profile {
  position: relative;
}
.top-favorite__profile-txt-box {
  padding: 25px 30px 30px;
  background: #edebde;
  color: #928d88;
}
.top-favorite__profile-txt {
  margin-bottom: 10px;
  font-size: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.top-favorite__profile-txt strong {
  font-size: 16px;
}
.top-favorite__profile-txt-link {
  display: inline-block;
  position: relative;
  margin: 25px 0 0 1.2em;
  font-size: 14px;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #928d88;
  line-height: 1.2;
}
.top-favorite__profile-txt-link:before {
  display: block;
  content: '▶';
  position: absolute;
  left: -1.4em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
}

/* interview */
.top-favorite__interview {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
}
.top-favorite__interview-img.interview-img01 {
  width: 350px;
}
.top-favorite__interview-img-box.interview-img02 {
  width: 300px;
}
.top-favorite__interview-img.interview-img03 {
  width: 260px;
}
.interview-img02 > .top-favorite__interview-img {
  margin-bottom: 10px;
}
.top-favorite__interview-img figcaption {
  color: #928d88;
  font-size: 12px;
  letter-spacing: -.5px;
}
.top-favorite__interview:nth-of-type(1) .top-favorite__interview-content {
  width: calc(100% - (350px + 35px));
}
.top-favorite__interview:nth-of-type(2) .top-favorite__interview-content {
  width: calc(100% - (300px + 35px));
}
.top-favorite__interview:nth-of-type(3) .top-favorite__interview-content {
  width: calc(100% - (260px + 35px));
}
.top-favorite__interview-txt {
  margin-bottom: 1em;
  color: #585551;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.1em;
}
.top-favorite__interview-txt strong {
  font-size: 17px;
}

/* recipe */
.top-favorite__recipe {
  /* display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between; */
  position: relative;
  margin: 34px auto 90px;
  padding: 30px 40px 33px;
  border-top: 1px solid #bbb696;
  border-bottom: 1px solid #bbb696;
}
.top-favorite__recipe-inner {
  width: calc(100% - 370px);
}
.top-favorite__recipe-ttl {
  margin-bottom: 18px;
}
.top-favorite__recipe-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  font-size: 17px;
}
.top-favorite__recipe-item:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  border-bottom: 3px dotted #585551;
}
.top-favorite__recipe-item-ttl {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
  background: #fff;
}
.top-favorite__recipe-item-txt {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
  background: #fff;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .top-favorite__recipe-item {
    display: block;
  }
  *::-ms-backdrop, .top-favorite__recipe-item-txt {
    float: right;
  }
}
.top-favorite__recipe-txt {
  margin-top: 20px;
  color: #585551;
}
.top-favorite__recipe-img {
  position: absolute;
  top: -15px;
  right: 40px;
}


/* --------------------
  instagram
-------------------- */
.top-instagram {
  padding: 60px 0 54px;
  background: #bbb696;
  color: #fff;
  text-align: center;
}
.top-instagram .content-ttl {
  font-weight: 100;
}
.top-instagram__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
  text-align: center;
}
.top-instagram__item {
  display: inline-block;
  margin: 0 12px;
}
.top-instagram__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  background: #fff;
}
/* .top-instagram__item:nth-last-of-type(2) {
  display: none;
} */


/* --------------------
  snapcharge
-------------------- */
.snapcharge {
  display: block;
  padding: 50px 0 55px;
  background: #ececec;
  text-align: center;
}
.snapcharge .content-ttl {
  font-family: 'Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  font-weight: 400;
}
.snapcharge__list {
  display: flex;
  justify-content: center;
  margin: 40px auto 50px;
}
.snapcharge__item {
  margin: 0 15px;
}

@media screen and (max-width: 750px) {
  /* --------------------
    hero
  -------------------- */
  .top-hero {
    height: auto;
    padding: 12vw 0 0;
    background: #1d1d1b url(../images/top_hero_bg_sp.jpg) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: 50% 0;
  }
  .top-hero__ttl-primary {
    font-size: 2.6vw;
    letter-spacing: .6em;
  }
  .top-hero__ttl-logo {
    width: 47vw;
    margin: 6.26vw auto 0;
  }
  .top-hero__ttl-sub {
    margin-top: 3.2vw;
    font-size: 2.13vw;
  }
  .top-hero__btn-ec {
    width: 34.6vw;
    margin: 15.5vw auto 0;
    padding: 2.93vw 0;
    font-size: 2.9vw;
  }
  .top-hero__bottom-profile {
    justify-content: flex-end;
    position: relative;
    bottom: auto;
    right: 0;
    margin-top: 33vw;
    padding-right: 8vw;
  }
  .top-hero__bottom-profile__inner {
    margin-right: 1.7vw;
  }
  .top-hero__bottom-name {
    margin-bottom: 0;
    font-size: 2.13vw;
  }
  .top-hero__bottom-name span {
    font-size: 3.4vw;
  }
  .top-hero__bottom-profile__img {
    width: 24vw;
  }
  .top-hero__bottom-link {
    display: block;
    position: relative;
    bottom: auto;
    left: 0;
    width: 84vw;
    margin: 6.6vw auto 8vw;
    padding: 1.7vw 1.7vw 2.5vw;
  }

  /* --------------------
    about
  -------------------- */
  .top-about__inner {
    padding: 13.3vw 0;
  }
  .top-about__inner:before {
    top: 0;
    left: auto;
    right: 0;
    width: 35.3vw;
    height: 62.4vw;
    background: url(../images/top_about_bg_sp.png) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
  }
  .top-about__box {
    width: 100%;
  }
  .top-about__img-box {
    margin-top: 5.3vw;
  }
  .top-about__img-box figure {
    width: 26.6vw;
    margin: 0 .6vw;
  }
  .top-about__txt-profile {
    margin: 4vw auto 6.26vw;
    font-size: 2.13vw;
  }
  .top-about__txt-profile strong {
    font-size: 2.4vw;
  }


  /* --------------------
    shop
  -------------------- */
  .top-shop {
    padding: 13.3vw 0;
  }
  .top-shop__list {
    display: block;
    margin: 6.6vw auto 0;
  }
  .top-shop__item {
    margin: 0 auto 6.6vw;
    text-align: center;
  }
  .top-shop__item-img {
    display: inline-block;
    width: 44vw;
  }
  .top-shop__item-ttl {
    position: relative;
    margin: 2.6vw auto 1.6em;
  }
  .top-shop__item-ttl:after {
    bottom: -.8em;
    width: 4vw;
  }
  .top-shop__item-price {
    color: #cd5d30;
  }


  /* --------------------
    bnr
  -------------------- */
  .top-bnr__wrap {
    display: block;
    padding: 10.6vw 10vw 0;
    background: none;
  }
  .top-bnr + .top-bnr {
    display: block;
    width: 100%;
    margin-top: 2.6vw;
  }

  /* --------------------
    shop
  -------------------- */
  .top-video {
    width: 100%;
    height: 69.3vw;
    background: url(../images/top_video_bg_sp.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
  }


  /* --------------------
    favorite
  -------------------- */
  .top-favorite {
    padding: 13.3vw 4vw;
  }
  .top-favorite__heading {
    margin-bottom: 7.7vw;
  }

  /* profile */
  .top-favorite__profile-txt-box {
    padding: 3.3vw 4vw 4.6vw;
  }
  .top-favorite__profile-txt {
    margin-bottom: .2em;
    font-size: 2.4vw;
  }
  .top-favorite__profile-txt strong {
    font-size: 2.4vw;
  }
  .top-favorite__profile-txt-link {
    font-size: 2.4vw;
    margin-top: 2.6vw;
  }
  .top-favorite__profile-txt-link a {
    margin-left: .3em;
    font-size: 2.4vw;
  }

  /* interview */
  .top-favorite__interview {
    display: block;
    margin-top: 7.46vw;
  }
  .top-favorite__interview-img.interview-img01 {
    width: 40vw;
  }
  .top-favorite__interview-img.interview-img03 {
    width: 37.3vw;
  }
  .top-favorite__interview-img-box.interview-img02 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 4.6vw;
  }
  .interview-img02 > .top-favorite__interview-img {
    margin-bottom: 0;
  }
  .interview-img02 .top-favorite__interview-img {
    width: 44.6vw;
  }
  .top-favorite__interview-img figcaption {
    margin-top: .5em;
    font-size: 2.13vw;
  }
  .top-favorite__interview:nth-of-type(1) .top-favorite__interview-content,
  .top-favorite__interview:nth-of-type(2) .top-favorite__interview-content,
  .top-favorite__interview:nth-of-type(3) .top-favorite__interview-content {
    width: 100%;
  }
  .top-favorite__interview-inner {
    display: flex;
    align-items: flex-start;
  }
  .top-favorite__interview-txt {
    letter-spacing: normal;
  }
  .top-favorite__interview-txt strong {
    font-size: 2.9vw;
    letter-spacing: normal;
  }
  .top-favorite__interview:nth-of-type(1) .top-favorite__interview-inner .top-favorite__interview-txt {
    width: calc(100% - 40vw);
    padding-left: 2.6vw;
  }
  .top-favorite__interview:nth-of-type(3) .top-favorite__interview-inner .top-favorite__interview-txt {
    width: calc(100% - 37.3vw);
    padding-left: 2.6vw;
  }

  /* recipe */
  .top-favorite__recipe {
    display: block;
    margin: 8.5vw auto 16vw;
    padding: 2.6vw;
  }
  .top-favorite__recipe-img {
    /* float: right; */
    position: absolute;
    top: -1vw;
    right: 0;
    width: 86.6vw;
    width: 50vw;
    width: 40vw;
    /* margin: 0 auto; */
  }
  .top-favorite__recipe-inner {
    width: calc(100% - 40vw);
    width: 100%;
  }
  .top-favorite__recipe-ttl {
    width: 50vw;
    width: calc(100% - 40vw);
    margin: 1vw 0 3vw;
  }
  .top-favorite__recipe-item {
    align-items: flex-end;
    width: calc(100% - 38vw);
    font-size: 2.4vw;
  }
  .top-favorite__recipe-item:before {
    border-bottom: 2px dotted #585551;
  }
  .top-favorite__recipe-item.last-item:before {
    display: none;
  }
  .last-item .top-favorite__recipe-item-txt:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 3em;
    transform: translateY(-50%);
    width: 17vw;
    height: 1px;
    border-bottom: 2px dotted #585551;
  }
  .top-favorite__recipe-item-ttl {
    padding-right: .5em;
  }
  .top-favorite__recipe-item-txt {
    position: relative;
    min-width: 2.5em;
    padding-left: .5em;
  }
  .top-favorite__recipe-txt {
    margin-top: 4vw;
  }


  /* --------------------
    instagram
  -------------------- */
  .top-instagram {
    padding: 13.3vw 4vw;
  }
  .top-instagram__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 4vw auto;
  }
  .top-instagram__item {
    margin: 0 1.6vw 3vw;
  }
  .top-instagram__item:nth-last-of-type(2) {
    display: inline-block;
  }
  .top-instagram__item a {
    width: 24vw;
    height: 24vw;
  }

  /* --------------------
    snapcharge
  -------------------- */
  .snapcharge {
    padding: 13.3vw 0;
  }
  .snapcharge__list {
    display: block;
    margin: 6.6vw auto 0;
    padding: 0 4vw;
  }
  .snapcharge__item {
    margin: 6vw 0;
  }

}