@charset "UTF-8";
/*******************************
vol026.scss
*******************************/
.main__slide {
  position: relative;
  box-sizing: border-box;
  border: 8px solid #fff;
  height: 0;
  padding-bottom: 63.90%;
  overflow: hidden;
  opacity: 0;
}
.main__slide__item li {
  width: 100%;
  position: absolute;
  opacity: 0;
}
.main__slide__item .item_active {
  animation: item 0.5s linear 0s forwards;
}
@keyframes item {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main__ttl {
  width: 29.375%;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  opacity: 0;
  margin-top: 20px;
  pointer-events: none;
}
.main__subttl {
  width: 187px;
  position: absolute;
  top: 31px;
  left: 31px;
  z-index: 10;
}
.main__nav {
  width: 16.17188%;
  position: absolute;
  top: 34%;
  left: 5%;
  z-index: 10;
  opacity: 0;
  margin-top: 10px;
}
.main__nav li {
  margin-bottom: 4%;
  padding: 12px;
  cursor: pointer;
  position: relative;
}
.main__nav li .filter {
  position: absolute;
  top: 0;
  left: -200px;
  width: calc(100vw + 1000px);
  height: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.main__nav li:nth-child(1) {
  width: 184px;
}
.main__nav li:nth-child(2) {
  width: 194px;
}
.main__nav li:nth-child(3) {
  width: 207px;
}
.main__nav li:nth-child(4) {
  width: 163px;
}
.main__animation {
  position: absolute;
  bottom: 22%;
  right: 5%;
  z-index: 10;
  opacity: 0;
}
.main__animation__box {
  width: 298px;
  height: 65px;
  border: 3px solid #fff;
  position: relative;
}
.main__animation__num {
  position: absolute;
  bottom: 15px;
  left: 20px;
  width: 12px;
}
.main__animation__num li {
  display: none;
}
.main__animation span.comma {
  position: absolute;
  bottom: 8px;
  left: 40px;
  color: #fff;
  font-size: 19px;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN';
  font-weight: bold;
}
.main__animation #myCanvas {
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  top: -15px;
  left: 80px;
}
.main__animation__name {
  position: relative;
  margin-top: 25px;
}
.main__animation__name li {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  display: none;
}
.main__animation__name li:nth-child(1) {
  width: 176px;
}
.main__animation__name li:nth-child(2) {
  width: 121px;
}
.main__animation__name li:nth-child(3) {
  width: 136px;
}
.main__animation__name li:nth-child(4) {
  width: 144px;
}
.main__animation__name .name__active {
  animation: name 0.3s linear 1.6s forwards;
  display: block;
}
@keyframes name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main__animation__arrow {
  height: 0;
  width: 100%;
  margin: 62px auto 0;
  overflow: hidden;
  text-align: center;
  position: absolute;
}
.main__animation__arrow img {
  width: 12px;
  margin: auto;
}
.main__animation .arrow__active {
  animation: arrow 1.8s linear 2.0s forwards;
}
@keyframes arrow {
  0% {
    height: 0;
  }
  20% {
    height: 100%;
  }
  60% {
    opacity: 1;
  }
  67% {
    opacity: 0;
  }
  74% {
    opacity: 1;
  }
  81% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}
.intro {
  padding: 53px 0 80px;
}
.intro__lead {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.intro__txt {
  font-size: 12px;
  line-height: 26px;
  text-align: center;
}
.intro__nav {
  width: 938px;
  margin: 35px auto 41px;
}
.intro__nav:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.intro__nav li {
  float: left;
  width: 227px;
  margin-right: 10px;
  position: relative;
}
.intro__nav li:last-child {
  margin-right: 0;
}
.intro__nav li img.play {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -7px auto 0;
  z-index: 1;
}
.intro__nav li:nth-child(1) .play {
  width: 93px;
}
.intro__nav li:nth-child(2) .play {
  width: 67px;
}
.intro__nav li:nth-child(3) .play {
  width: 95px;
}
.intro__nav li:nth-child(4) .play {
  width: 88px;
}
.intro__nav li .arrow {
  position: absolute;
  width: 11px;
  top: 75%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.intro__nav li .filter {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
}
.intro__nav li:nth-child(1) .filter {
  background-color: #8787AF;
}
.intro__nav li:nth-child(2) .filter {
  background-color: #A1A378;
}
.intro__nav li:nth-child(3) .filter {
  background-color: #D197CF;
}
.intro__nav li:nth-child(4) .filter {
  background-color: #CFCBC5;
}
.intro__ttl {
  width: 116px;
  margin: auto;
}

.interview__main {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
.interview__main__bg {
  position: relative;
  height: 0;
  padding-bottom: 54.29688%;
}
.interview__main__bg img {
  filter: grayscale(1);
}
.interview__main__theme {
  z-index: 1;
  position: absolute;
  top: 36px;
  left: 50px;
  width: 299px;
}
.interview__main__title {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 520px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(44%);
}
.interview__main__logo {
  z-index: 1;
  position: absolute;
  right: 42px;
  bottom: 56px;
  width: 113px;
}
.interview__main__border {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -95px;
  width: 0;
  height: 48%;
  margin: 0 auto;
}
.interview__main__border:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 1px solid #fff;
}
.interview__main.show .interview__main__bg img {
  transition: all 520ms ease-in-out;
  filter: grayscale(0);
}
.interview__main.show .interview__main__title {
  transition: all 520ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  transform: translateY(-36%);
}
.interview__main.show .interview__main__border:before {
  transition: height 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 280ms;
  height: 100%;
}
.interview__content {
  padding-bottom: 80px;
}
.interview__content__copy {
  margin-top: 60px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.interview__content__text {
  width: 700px;
  margin: 36px auto 0;
  font-size: 14px;
  line-height: 2.21429;
}
.interview__content__text a {
  display: inline;
  word-break: break-all;
  text-decoration: underline;
}
.interview__content__cap {
  width: 762px;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 1.83333;
}
.interview__content__image {
  width: 762px;
  margin: 52px auto 0;
}
.interview__content__sliderBox {
  width: 860px;
  margin: 60px auto 0;
}
.interview__content__outro {
  width: 834px;
  margin: 68px auto 0;
}
.interview__content__outro:after {
  content: ' ';
  display: block;
  clear: both;
}
.interview__content__outro__bibles {
  position: relative;
  float: left;
  width: 330px;
  margin-top: 16px;
}
.interview__content__outro__bibles__ico {
  z-index: 1;
  position: absolute;
  top: -16px;
  left: -32px;
  width: 70px;
}
.interview__content__outro__bibles__name {
  margin-top: 32px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.57143;
}
.interview__content__outro__bibles__text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.85714;
}
.interview__content__outro__image {
  float: right;
  width: 452px;
}
.interview__content__outro__prof {
  float: right;
  width: 408px;
  margin-top: 52px;
}
.interview__content__outro__prof:after {
  content: ' ';
  display: block;
  clear: both;
}
.interview__content__outro__prof__image {
  float: left;
  width: 125px;
}
.interview__content__outro__prof__detail {
  float: right;
  width: 260px;
}
.interview__content__outro__prof__detail__name {
  font-size: 14px;
  font-weight: bold;
}
.interview__content__outro__prof__detail__text, .interview__content__outro__prof__detail__link {
  margin-top: 16px;
  font-size: 12px;
  line-height: 2;
}
.interview__content__outro__prof__detail__link {
  margin-top: 8px;
}
.interview__content__outro__prof__detail__link a {
  text-decoration: underline;
  word-break: break-all;
}

#interview--1 {
  background-color: #bcbcc9;
}
#interview--1 .interview__main__bg {
  background-color: #b6b6da;
}

#interview--2 {
  background-color: #d0d1c6;
}
#interview--2 .interview__main__bg {
  background-color: #e1e2c6;
}

#interview--3 {
  background-color: #d2c4d0;
}
#interview--3 .interview__main__bg {
  background-color: #e9c4e4;
}

#interview--4 {
  background-color: #cfcbc6;
}
#interview--4 .interview__main__bg {
  background-color: #e0d4c6;
}

.contentsFooter {
  overflow: hidden;
  position: relative;
  max-height: 975px;
}
.contentsFooter__share {
  position: absolute;
  top: 112px;
  left: 0;
  right: 0;
}
.contentsFooter__share__title {
  width: 302px;
  margin: 0 auto;
}
.contentsFooter__share__label {
  width: 60px;
  margin: 32px auto 0;
}
.contentsFooter__share__icons {
  margin-top: 26px;
  text-align: center;
}
.contentsFooter__share__icons__icon {
  position: relative;
  display: inline-block;
  width: 49px;
  margin: 0 8px;
}
.contentsFooter__share__icons__icon__image {
  transition: opacity 320ms ease-in-out;
}
.contentsFooter__share__icons__icon__image--hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.contentsFooter__share__icons__icon__a:hover .contentsFooter__share__icons__icon__image {
  opacity: 0;
}
.contentsFooter__share__icons__icon__a:hover .contentsFooter__share__icons__icon__image--hover {
  opacity: 1;
}

.cookingArchives {
  margin-top: 80px;
}
