@charset "UTF-8";



/* ----------------------------
  Top
---------------------------- */
.top {
  height: 100%;
  position: relative;
}



/* ----------------------------
  Keyvisual
---------------------------- */
.keyvisual {
  background-image: url(../img/shiho/keyvisual-pc.jpg);
}

@media screen and (max-width: 812px) {
  .keyvisual {
    background-image: url(../img/shiho/keyvisual-sp.jpg);
  }
}



/* ----------------------------
  Overlay
---------------------------- */
.overlay-inner {
  max-width: 680px;
}

@media screen and (max-width: 812px) {
  .overlay-inner {
    max-width: 81.3333333%;
  }
}



/* ----------------------------
  Local Nav
---------------------------- */
.local-nav li {
  margin-left: 80px;
}



/* ----------------------------
  Styles
---------------------------- */
.styles {
  padding-top: 153px;
  padding-bottom: 115px;
  background:
    url(../img/shiho/bg-palm-01.png) no-repeat left 85px,
    url(../img/shiho/bg-palm-02.png) no-repeat right 1335px,
    url(../img/shiho/bg-palm-03.png) no-repeat left bottom;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 812px) {
  .styles {
    padding-top: 140px;
    padding-bottom: 84px;
    background:
      url(../img/shiho/bg-palm-01-sp.png) no-repeat left 50px,
      url(../img/shiho/bg-palm-02-sp.png) no-repeat right 51.5%,
      url(../img/shiho/bg-palm-03-sp.png) no-repeat left bottom;
    background-size: 278px auto, 289.5px auto, 282.5px auto;
  }
}


/* Styles Background
---------------------------- */
.styles:before,
.styles:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.styles:before {
  padding-top: 114.2020498%;
  background-image: url(../img/shiho/bg-line-01-pc.png);
  margin-top: -202px;
}

@media screen and (max-width: 812px) {
  .styles:before,
  .styles:after {
    padding-top: 179.7333333%;
  }
  .styles:before {
    background-image: url(../img/shiho/bg-line-01-sp.png);
    margin-top: -632px;
  }
  .styles:after {
    background-image: url(../img/shiho/bg-line-02-sp.png);
    margin-top: 780px;
  }
}


/* Styles Inner
---------------------------- */
.styles-inner {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1080px;
  position: relative;
}

@media screen and (max-width: 812px) {
  .styles-inner {
    padding-left: 5.3333333%;
    padding-right: 5.3333333%;
  }
}



/* ----------------------------
  Style
---------------------------- */
.style {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-align: end; /* Less than android 4.3 */
  -webkit-align-items: flex-end; /* Less than iOS8 */
  align-items: flex-end;
  margin-bottom: 80px;
}
.style:nth-child(even) {
  -webkit-box-orient: horizontal; /* Less than android 4.3 */
  -webkit-box-direction: reverse; /* Less than android 4.3 */
  -webkit-flex-direction: row-reverse; /* Less than iOS8 */
  flex-direction: row-reverse;
}
.style:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 812px) {
  .style {
    display: block;
    margin-bottom: 60px;
  }
}


/* Style Image
---------------------------- */
.style-image {
  width: 39.8148148%;
  opacity: 0;
  -webkit-transform: translate(-24px, 0);
  transform: translate(-24px, 0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.in .style-image {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.style-image img {
  display: block;
  max-width: none;
  width: 100%;
}

@media screen and (max-width: 812px) {
  .style-image {
    width: 100%;
  }
}


/* Style Body
---------------------------- */
.style-body {
  width: 60.1851852%;
  color: #4f4f50;
  position: relative;
}

@media screen and (max-width: 812px) {
  .style-body {
    width: 100%;
  }
}


/* Style Box
---------------------------- */
.style-box {
  padding-top: 50px;
  padding-bottom: 80px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.94);
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.style:nth-child(odd) .style-box {
  padding-left: 12.3076923%;
  padding-right: 7.6923077%;
}
.style:nth-child(even) .style-box {
  padding-left: 7.6923077%;
  padding-right: 8.6153846%;
}
.in .style-box {
  opacity: 1;
}

@media screen and (max-width: 812px) {
  .style-box {
    padding-top: 36px;
    padding-bottom: 60px;
  }
  .style:nth-child(odd) .style-box,
  .style:nth-child(even) .style-box {
    padding-left: 5.3731343%;
    padding-right: 5.3731343%;
  }
}


/* Style Head
---------------------------- */
.style-head {
  margin-bottom: 26px;
}
.style-head em {
  display: block;
  margin-bottom: 36px;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Signerica Fat", fantasy;
  font-size: 40px;
  color: #7e783d;
}
.style-head i {
  margin-left: 30px;
  font-size: 60px;
  font-family: "Chronicle Display Roman", serif;
}
.style-head span {
  display: block;
  letter-spacing: 0.01em;
  line-height: 1.35;
  font-size: 20px;
}

@media screen and (max-width: 812px) {
  .style-head {
    margin-bottom: 20px;
  }
  .style-head em {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .style-head i {
    margin-left: 10px;
    font-size: 44px;
  }
  .style-head span {
    line-height: 1.388888889;
    font-size: 18px;
  }
}


/* Style Text
---------------------------- */
.style-text {
  letter-spacing: 0.01em;
  line-height: 1.923076923;
  font-size: 13px;
}

@media screen and (max-width: 812px) {
  .style-text {
    line-height: 1.615384615;
  }
}


/* Style Button
---------------------------- */
.style-button {
  width: 250px;
  position: absolute;
  top: -21px;
  opacity: 0;
  -webkit-transform: translate(-16px, 0);
  transform: translate(-16px, 0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.in .style-button {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.style-button button {
  box-shadow: 8px 9px 0 rgba(11, 11, 11, 0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.in .style-button button {
  box-shadow: 8px 9px 0 rgba(11, 11, 11, 0.4);
}
.style:nth-child(odd) .style-button {
  left: 3.3846154%;
}
.style:nth-child(even) .style-button {
  right: 3.3846154%;
}

@media screen and (max-width: 812px) {
  .style-button {
    width: 185px;
    top: -8px;
  }
  .style-button button {
    box-shadow: 4px 5px 0 rgba(11, 11, 11, 0);
  }
  .in .style-button button {
    box-shadow: 4px 5px 0 rgba(11, 11, 11, 0.4);
  }
  .style:nth-child(odd) .style-button {
    left: 4.7761194%;
  }
  .style:nth-child(even) .style-button {
    right: auto;
    left: 4.7761194%;
  }
}



/* ----------------------------
  Talk Show
---------------------------- */
.talkshow {
  padding-top: 76px;
  padding-bottom: 60px;
  background: #8e8669;
  color: #fff;
}
.talkshow-inner {
  margin: 0 auto;
  max-width: 700px;
}

@media screen and (max-width: 812px) {
  .talkshow {
    padding-top: 65px;
    padding-bottom: 45px;
  }
}


/* Talkshow Head
---------------------------- */
.talkshow-head {
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Neutraface 2 Text", sans-serif;
}
.talkshow-head em {
  display: block;
  font-size: 38px;
}
.talkshow-head span {
  display: block;
  margin-top: 8px;
  font-size: 18px;
}

@media screen and (max-width: 812px) {
  .talkshow-head em {
    font-size: 26px;
  }
  .talkshow-head span {
    font-size: 15px;
  }
}


/* Talkshow Info
---------------------------- */
.talkshow-info {
  margin-top: 24px;
  line-height: 1.5;
  text-align: center;
  font-size: 17px;
}
.talkshow-info br {
  display: none;
}

@media screen and (max-width: 812px) {
  .talkshow-info {
    font-size: 13px;
  }
  .talkshow-info li {
    margin-top: 2px;
  }
}

@media screen and (max-width: 320px) {
  .talkshow-info br {
    display: block;
  }
}


/* Talkshow Note
---------------------------- */
.talkshow-note {
  margin-top: 16px;
  text-align: center;
}


/* Talkshow List
---------------------------- */
.talkshow-list {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-pack: justify; /* Less than android 4.3 */
  -webkit-justify-content: space-between; /* Less than iOS8 */
  justify-content: space-between;
  margin-top: 18px;
}
.talkshow-list li {
  width: 330px;
}
.talkshow-list img {
  max-width: none;
  width: 100%;
}
.talkshow-list dl {
  margin-top: 4px;
  line-height: 1.666666667;
  font-size: 10px;
}
.talkshow-list dt {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 812px) {
  .talkshow-list {
    margin-top: 8px;
  }
  .talkshow-list li {
    width: 50%;
  }
  .talkshow-list dl {
    margin: 8px 4.2666667% 0;
    line-height: 1.578947368;
  }
  .talkshow-list dt {
    margin-bottom: 6px;
    font-size: 12px;
  }
}


/* Talkshow Button
---------------------------- */
.talkshow-button {
  margin: 28px auto 0;
  max-width: 320px;
}

@media screen and (max-width: 812px) {
  .talkshow-button {
    margin-top: 38px;
    max-width: 225px;
  }
}


/* Talkshow Credit
---------------------------- */
.talkshow-credit {
  margin-top: 28px;
  line-height: 2.454545455;
  text-align: center;
  font-size: 11px;
}

@media screen and (max-width: 812px) {
  .talkshow-credit {
    margin-top: 58px;
    line-height: 2.210526316;
    font-size: 10px;
  }
}


/* Talkshow SNS
---------------------------- */
.talkshow-sns {
  margin-top: 36px;
}

@media screen and (max-width: 812px) {
  .talkshow-sns {
    margin-top: 60px;
  }
}
