@charset "UTF-8";

.interviewKv {
  position: relative;
  height: calc(100vh - 60px);
  min-height: 680px;
  background: url(../../images/bg_interview_kv_09.jpg) 60% 100% no-repeat;
  background-size: cover
}

@media (min-width:1400px) {
  .interviewKv {
    min-height: 780px
  }
}

@media (max-width:1024px) {
  .interviewKv {
    background-position-x: 60%
  }
}

@media screen and (max-width:767px) {
  .interviewKv {
    min-height: 0;
    height: calc(121.8vw + 115px);
    background: #fafbfc url(../../images/bg_interview_kv_09_sp.jpg) center top no-repeat;
    background-size: 100% auto
  }
}

.interviewKv__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.interviewKv__ttl {
  margin-top: 50px;
  text-align: center
}

@media screen and (max-width:767px) {
  .interviewKv__ttl {
    margin-top: 30px
  }
}

.interviewKv__heading {
  position: absolute;
  bottom: 450px;
  left: 60%;
  margin-left: 70px;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .interviewKv__heading {
    margin-left: 0;
  }
}

@media screen and (max-width:767px) {
  .interviewKv__heading {
    left: 50%;
    bottom: 95px;
    width: 16em;
    margin: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.interviewKv__num {
  position: relative;
  margin-bottom: 10px;
  margin-left: 5px
}

@media screen and (max-width:767px) {
  .interviewKv__num {
    margin-left: 3px;
    margin-bottom: 4px
  }
}

.interviewKv__num01 {
  position: relative;
  width: 189.682px;
  height: 18.562px;
  margin-right: 5px;
  fill: #231815;
}

@media screen and (max-width:767px) {
  .interviewKv__num01 {
    width: 94px;
    height: 10px;
    fill: #fff;
  }
}

.interviewKv__blur {
  position: absolute;
  top: -1px;
  width: 189.682px;
  height: 20.562px;
  margin-right: 5px;
  fill: rgba(255, 255, 255, .7);
  stroke: rgba(255, 255, 255, .7);
  stroke-width: 2px;
  filter: blur(1px);

}

@media screen and (max-width:767px) {
  .interviewKv__blur {
    width: 94px;
    height: 10px;
    fill: rgba(0, 0, 0, .8);
    stroke: rgba(0, 0, 0, .8);
    top: 4px;
    stroke-width: 1px;
  }
}

.interviewKv__h1 {
  font-size: 34px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: .108em;
  text-shadow: rgba(255, 255, 255, .7) 1px 1px 1px, rgba(255, 255, 255, .7) -1px 1px 1px, rgba(255, 255, 255, .7) 1px -1px 1px, rgba(255, 255, 255, .7) -1px -1px 1px;
  letter-spacing: .05em
}

.win7 .interviewKv__h1 {
  letter-spacing: 0
}

.win7 .interviewKv__h1 {
  letter-spacing: 0
}

@media (min-width:1400px) {
  .interviewKv__h1 {
    font-size: 2.5vw
  }
}

@media screen and (max-width:767px) {
  .interviewKv__h1 {
    color: #fff;
    font-size: 16px;
    line-height: 1.66;
    text-shadow: rgba(0, 0, 0, .25) 1px 1px 1px, rgba(0, 0, 0, .25) -1px 1px 1px, rgba(0, 0, 0, .25) 1px -1px 1px, rgba(0, 0, 0, .25) -1px -1px 1px
  }
}

.interviewKv__h1 .win7 {
  font-size: 32px
}

.gnav__btn,
.gnav__btn--close {
  overflow: hidden;
  position: absolute;
  top: 5px;
  right: 20px;
  width: 49px;
  height: 49px;
  padding-top: 49px;
  background: transparent url(../../../common/images/bg_menu.svg) no-repeat center center;
  background-size: 49px 31px
}

@media screen and (max-width:767px) {

  .gnav__btn,
  .gnav__btn--close {
    width: 30px;
    top: 5px;
    right: 10px;
    height: 30px;
    padding-top: 30px;
    background: transparent url(../../../common/images/bg_menu_sp.svg) no-repeat center center;
    background-size: auto auto
  }
}

.gnav__btn--close {
  position: absolute;
  background: transparent url(../../../common/images/bg_menu_close.svg) no-repeat center center;
  background-size: 41px 41px;
  transition: -webkit-transform .4s cubic-bezier(.19, 1, .22, 1)
}

.gnav__btn--close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media screen and (max-width:767px) {
  .gnav__btn--close {
    background: transparent url(../../../common/images/bg_menu_close_sp.svg) no-repeat center center;
    background-size: auto auto
  }
}

.interviewProf {
  position: absolute;
  bottom: 20px;
  left: 60%;
  right: 10px;
  z-index: 3;
  /* width: 362px; */
  max-width: 724px;
  margin-left: 70px;
  padding: 0;
  border-style: solid;
  -o-border-image: url(../../images/bg-box-pc.png) 30 round;
  border-image: url(../../images/bg-box-pc.png) 30 round;
  border-width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .interviewProf {
    margin-left: 0;
    max-width: 420px;
  }
}

.interviewProf>dl:first-child,
.interviewProf>h1:first-child,
.interviewProf>h2:first-child,
.interviewProf>h3:first-child,
.interviewProf>h4:first-child,
.interviewProf>h5:first-child,
.interviewProf>ol:first-child,
.interviewProf>p:first-child,
.interviewProf>ul:first-child {
  margin-top: 0
}

.interviewProf>dl:last-child,
.interviewProf>h1:last-child,
.interviewProf>h2:last-child,
.interviewProf>h3:last-child,
.interviewProf>h4:last-child,
.interviewProf>h5:last-child,
.interviewProf>ol:last-child,
.interviewProf>p:last-child,
.interviewProf>ul:last-child {
  margin-bottom: 0
}

@media screen and (max-width:767px) {
  .interviewProf {
    width: 91%;
    bottom: -150px;
    left: 50%;
    right: auto;
    margin: 0;
    -o-border-image: url(../../images/bg-box-sp.png) 36 round;
    border-image: url(../../images/bg-box-sp.png) 36 round;
    border-width: 18px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.interviewProf::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff
}

.interviewProf__inner {
  position: relative;
  margin-right: 15px;
}

.interviewProf__inner:last-child {
  margin-right: 0;
}


.interviewProf__ttl {
  margin-bottom: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: .108em
}

.win7 .interviewProf__ttl {
  letter-spacing: 0
}

@media screen and (max-width:767px) {
  .interviewProf__ttl {
    font-size: 11px;
    margin-bottom: 10px
  }
}

.interviewProf__ttl strong {
  font-size: 30px
}

@media screen and (max-width:767px) {
  .interviewProf__ttl strong {
    font-size: 16px
  }
}

.interviewProf__txt {
  font-size: 14px
}

@media screen and (max-width:767px) {
  .interviewProf__txt {
    font-size: 11px
  }
}

.interviewLead {
  padding-top: 80px;
  font-size: 22px;
  line-height: 2;
  text-align: center
}

@media screen and (max-width:767px) {
  .interviewLead {
    padding-top: 170px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.8
  }
}

.container--bg {
  padding-bottom: 72px
}

@media screen and (max-width:767px) {
  .container--bg {
    padding-bottom: 45px
  }
}

.interviewArticle {
  position: relative;
  z-index: 2;
  width: 860px;
  margin: 0 auto
}

.interviewArticle::after {
  content: "";
  clear: both;
  display: table
}

@media screen and (max-width:767px) {
  .interviewArticle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 35px;
    padding-right: 25px;
    padding-left: 25px;
    width: auto
  }

  .interviewArticle::after {
    content: none
  }
}

.container+.container--bg .interviewArticle {
  padding-top: 120px
}

@media screen and (max-width:767px) {
  .container+.container--bg .interviewArticle {
    padding-top: 35px
  }
}

.interviewArticle__fig {
  float: left;
  width: 400px;
  margin: 0 60px 30px 0
}

@media screen and (max-width:767px) {
  .interviewArticle__fig {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.interviewArticle__fig--right {
  float: right;
  width: 400px;
  margin: 0 0 30px 40px
}

@media screen and (max-width:767px) {
  .interviewArticle__fig--right {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.interviewArticle__h2 {
  color: #e25d7e;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: .108em;
  letter-spacing: 0
}

.win7 .interviewArticle__h2 {
  letter-spacing: 0
}

@media screen and (max-width:767px) {
  .interviewArticle__h2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 15px;
    font-size: 16px
  }
}

.interviewArticle__h2 small {
  display: block;
  font-size: 16px
}

@media screen and (max-width:767px) {
  .interviewArticle__h2 small {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 13px
  }
}

.interviewArticle__txt {
  line-height: 1.8
}

@media screen and (max-width:767px) {
  .interviewArticle__txt {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
}

.interviewArticle__txt p {
  text-indent: 1em
}

.interviewArticle__txt p span {
  font-weight: bold;
  display: inline-block;
  margin-right: 1rem;
}

.interviewArticle__name {
  text-indent: 0em !important;
}

.interviewArticle__notes {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.83
}

.interviewArticle__notes p {
  text-indent: 0
}

.interviewArticle__link[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 3px;
  background: url(../../../common/images/bg_icon_btn_ex.png) no-repeat center center;
  background-size: 13px
}

.interviewArticle__link:hover {
  text-decoration: underline
}

.cloud [class^=cloud] {
  position: absolute;
  left: 50%;
  -webkit-transition: .6s;
  transition: .6s
}

@media screen and (max-width:767px) {
  .cloud [class^=cloud] {
    max-width: none;
    -webkit-transition: .3s;
    transition: .3s
  }
}

.cloud__img01 {
  bottom: -60px;
  z-index: 1;
  width: 1358.47px;
  height: 191.89px;
  margin-left: -272px
}

@media screen and (max-width:767px) {
  .cloud__img01 {
    bottom: 77px;
    width: 565px;
    height: 80px;
    margin-left: -172px
  }
}

.cloud__img02 {
  bottom: -134px;
  z-index: 1;
  width: 1358.47px;
  height: 221.95px;
  margin-left: -1500px
}

@media screen and (max-width:767px) {
  .cloud__img02 {
    bottom: 5px;
    width: 614px;
    height: 135px;
    margin-left: -590px
  }
}

.cloud__img03 {
  top: 80px;
  z-index: 1;
  width: 482px;
  height: 276px;
  margin-left: 338px
}

.cloud__img03 .siro {
  -webkit-transform: scale(.742);
  transform: scale(.742)
}

@media screen and (max-width:767px) {
  .cloud__img03 {
    top: auto;
    bottom: -28px;
    width: 239px;
    height: 90px;
    margin-left: -290px
  }
}

.cloud__img04 {
  top: -27px;
  z-index: 1;
  width: 648px;
  height: 87px;
  margin-left: -943px
}

@media screen and (max-width:767px) {
  .cloud__img04 {
    top: 93px;
    z-index: 3;
    width: 179px;
    height: 23px;
    margin-left: 85px
  }
}

.cloud__img05 {
  top: -108px;
  z-index: 1;
  width: 736px;
  height: 304px;
  margin-left: -1190px
}

@media screen and (max-width:767px) {
  .cloud__img05 {
    top: auto;
    bottom: 108px;
    width: 143.5px;
    height: 22px;
    margin-left: -288px
  }
}

.cloud__img06 {
  bottom: -90px;
  z-index: 3;
  width: 467px;
  height: 282px;
  margin-left: 373px
}

@media screen and (max-width:767px) {
  .cloud__img06 {
    bottom: -40px;
    z-index: 1;
    width: 257.5px;
    height: 108.5px;
    margin-left: 86px
  }
}

.cloud__img07 {
  bottom: -124px;
  z-index: 3;
  width: 809px;
  height: 254px;
  margin-left: -1302px
}

@media screen and (max-width:767px) {
  .cloud__img07 {
    bottom: 20px;
    z-index: 1;
    width: 179px;
    height: 23px;
    margin-left: -270px
  }
}

.cloud__img08 {
  bottom: -120px;
  z-index: 3;
  width: 681px;
  height: 128.43px;
  margin-left: 443px
}

@media screen and (max-width:767px) {
  .cloud__img08 {
    bottom: 20px;
    z-index: 1;
    width: 143.5px;
    height: 22px;
    margin-left: 121px
  }
}

.cloud__img09 {
  top: 41px;
  z-index: 1;
  width: 478px;
  height: 180px;
  margin-left: -869px
}

@media screen and (max-width:767px) {
  .cloud__img09 {
    top: 85px;
    width: 344px;
    height: 52.5px;
    margin-left: -378px
  }
}

.cloud__img10 {
  bottom: -65px;
  z-index: 3;
  width: 582px;
  height: 92.5px;
  margin-left: -616px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

@media screen and (max-width:767px) {
  .cloud__img10 {
    bottom: -50px;
    z-index: 1
  }
}

.cloud__img11 {
  top: 80px;
  z-index: 3;
  width: 200px;
  height: 30px;
  margin-left: 70px
}

@media screen and (max-width:767px) {
  .cloud__img11 {
    z-index: 1
  }
}

.cloud__img12 {
  top: 30px;
  z-index: 1;
  width: 143.5px;
  height: 22px;
  margin-left: -300px
}

.cloud__img13 {
  top: 120px;
  z-index: 1;
  width: 194px;
  height: 111px;
  margin-left: 92px
}

.cloud__img13 .siro {
  -webkit-transform: scale(.298);
  transform: scale(.298)
}

.store_introduction {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  border-style: solid;
  -o-border-image: url(../../images/bg-box-pc.png) 30 round;
  border-image: url(../../images/bg-box-pc.png) 30 round;
  border-width: 30px
}

.store_introduction__inner {
  background-color: #fff
}

@media (min-width:768px) {
  .store_introduction__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}

@media screen and (max-width:767px) {
  .store_introduction__inner {
    padding-top: 28px
  }
}

.store_introduction__label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -14px;
  left: -30px;
  z-index: 1;
  width: 207px;
  height: 30px;
  color: #fff;
  font-size: 16px;
  background-color: #231815
}

.win8 .store_introduction__label {
  padding-top: calc(0 + .5em)
}

.win10 .store_introduction__label {
  padding-top: calc(0 + .4em)
}

@media screen and (max-width:767px) {
  .store_introduction__label {
    width: 180px;
    height: 27px;
    font-size: 14px
  }
}

.store_introduction__ttl {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.3
}

@media screen and (max-width:767px) {
  .store_introduction__ttl {
    font-size: 16px
  }
}

.store_introduction__ttl small {
  font-size: 70%
}

.store_introduction__txt {
  font-size: 14px;
  letter-spacing: -.05em;
  line-height: 1.5
}

.store_introduction__txt span {
  display: inline-block
}

@media screen and (max-width:767px) {
  .store_introduction__txt {
    font-size: 12px
  }
}

.store_introduction__txt+.store_introduction__txt {
  margin-top: 15px
}

@media screen and (max-width:767px) {
  .store_introduction__txt+.store_introduction__txt {
    margin-top: 10px
  }
}

@media (min-width:768px) {
  .store_introduction__detail {
    -ms-flex-preferred-size: calc(100% - 360px);
    flex-basis: calc(100% - 360px);
    max-width: calc(100% - 360px);
    padding-top: 36px;
  }
}

@media (min-width:768px) {
  .store_introduction__img {
    -ms-flex-preferred-size: 348px;
    flex-basis: 348px;
    max-width: 348px
  }
}

@media screen and (max-width:767px) {
  .store_introduction__img {
    margin-bottom: 15px
  }
}

.slick-arrow {
  background: url(../../../common/images/img_arrow_icon.png) no-repeat center center
}