@charset "UTF-8";
* {
  min-height: 0%;
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: 'Shuei KakuGo Gin M';
  color: #202020;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1.2px;
}

body::before {
  content: '';
  background: url(/store/haramaki/sasao/img/interview/bg-body.jpg) center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #F22E34;
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

.mv {
  position: relative;
  min-height: 900px;
  height: calc( var(--vh) * 100);
  overflow: hidden;
  background-color: #BC0C11;
}

.mv h1,
.mv .txt2,
.mv .txt3,
.mv .mv-pic {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.mv h1 {
  height: 4%;
}

.mv h1 img {
  width: 198.55px;
}

.mv .txt2 {
  height: 48%;
}

.mv .txt2 img {
  width: 97.6px;
}

.mv .mv-picWrap {
  position: relative;
  height: 48%;
}

.mv .txt3 {
  position: absolute;
  top: 26px;
  left: calc(50% + 150px);
  width: 208.36px;
}

.mv .mv-pic {
  height: 100%;
  width: 100%;
}

.mv .mv-pic img {
  height: 80%;
  width: auto;
}

.mv .scroll {
  width: 41px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  animation-name: scroll;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

@keyframes scroll {
  from {
    /*アニメーションを開始するときのCSSを記述*/
    transform: translate(-50%, 10px);
  }
  to {
    /*アニメーションを終了するときのCSSを記述*/
    transform: translate(-50%, -10px);
  }
}

.yodo {
  font-family: 'Shuei KakuGo Gin M';
  position: relative;
  height: calc( var(--vh) * 100);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 253.333%;
}

.yodo .inline {
  display: block;
  margin: 90px auto 0;
  max-width: 237px;
}

.batsu {
  position: absolute;
  right: 0;
  top: 0;
  padding: 13px;
  width: 50px;
  height: 50px;
  background-color: #A10925;
}

.batsu img {
  vertical-align: initial;
}

.modaal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 0;
  background-color: #022E8D !important;
  background-image: url(/store/haramaki/sasao/img/ico-batsu.png) !important;
  background-size: 24px 24px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.modaal-close::before, .modaal-close::after {
  content: none;
}

.modaal-close:hover {
  background-color: #9a3043 !important;
}

.modaal-container {
  max-width: 722px;
  padding: 118px 70px;
}

.modaal-content-container {
  word-break: break-all;
  font-family: 'Shuei KakuGo Gin M';
}

.modaal-content-container p {
  font-size: 14px;
  letter-spacing: 1.12px;
  line-height: 27px;
  /* 180% */
}

.modaal-content-container p .txt1 {
  font-size: 15px;
  letter-spacing: 1.2px;
}

.modaal-content-container p .txt2 {
  font-size: 13px;
  letter-spacing: 1.04px;
}

.main {
  padding: 70px 30px 150px;
}

.main .main-inner {
  max-width: 1000px;
  padding: 116px 30px 44px;
  background-color: #fff;
  margin: auto;
}

.main .ttl {
  max-width: 420px;
  margin: 0 auto 50px;
}

.main .ttl--1 img {
  max-width: 251px;
}

.main .ttl--2 {
  max-width: 474px;
  margin: 70px auto 50px;
}

.main .ttl--2 img {
  max-width: 474px;
}

.main p {
  position: relative;
  max-width: 420px;
  margin: 45px auto;
}

.main p::before {
  content: '――';
  display: block;
  font-family: 'Shuei NijimiMGo B';
}

.main p.sasao::before {
  content: '笹尾';
  color: #125BB0;
}

.main p.last {
  text-align: center;
  margin: 60px auto 0;
}

.main p.last::before {
  content: none;
}

.main .pic {
  max-width: 500px;
  margin: auto;
}

.main .desc {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.96px;
  margin-top: 10px;
  text-align: center;
}

.main .desc > div {
  display: inline-block;
  text-align: left;
}

.infoWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 178px;
}

.info {
  text-align: center;
  color: #202020;
}

.info .info-inner {
  display: inline-block;
  text-align: left;
  padding: 42px 75px;
  background-color: #fff;
}

.info .info-inner p {
  font-size: 15px;
  letter-spacing: 1.2px;
  line-height: 266.667%;
}

.info .info-inner div {
  font-family: 'Shuei KakuGo Gin M';
  font-size: 14px;
  letter-spacing: 1.12px;
}

.credit {
  display: flex;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 1.12px;
  line-height: 250%;
  color: #fff;
}

.bnr {
  display: block;
  width: 400px;
  margin: 30px auto 50px;
}

.bnr p {
  margin: 0 0 10px 10px;
}

.bnr p img {
  width: 68px;
}

.bnr a {
  display: block;
}

footer {
  padding: 35px 0 32px;
  font-family: 'Shuei MaruGo L';
  background-color: #fff;
  letter-spacing: 0;
}

footer a {
  color: #333;
}

footer .share {
  display: flex;
  justify-content: space-between;
  width: 182px;
  margin: auto;
}

footer .share a {
  width: 40px;
}

footer .share-under {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
  padding: 35px 0;
}

footer .footer-buttons {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 277px);
}

footer .footer-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  min-width: 200px;
  margin-top: 20px;
  margin-right: 38px;
  border-radius: 100px;
  border: 1px solid #333;
  text-align: center;
}

footer .footer-buttons a:nth-of-type(1), footer .footer-buttons a:nth-of-type(2) {
  margin-top: 0;
}

footer .footer-buttons a:nth-of-type(2n) {
  margin-right: 0;
}

footer .footer-links {
  width: 277px;
}

footer .footer-links a {
  display: inline-block;
  font-size: 12px;
}

footer .hobonichi {
  width: 90px;
  margin: auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 859px) {
  footer .footer-buttons a {
    padding: 10px 20px;
    margin-top: 20px;
    margin-right: 10px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .mv {
    min-height: initial;
    height: initial;
    background-color: transparent;
  }
  .mv h1 {
    height: initial;
  }
  .mv h1 img {
    min-height: initial;
    height: initial;
    object-fit: initial;
    width: 100%;
  }
  .mv .txt2,
  .mv .mv-picWrap {
    display: none;
  }
  .mv .scroll {
    left: initial;
    right: 30px;
    bottom: 16px;
    transform: initial;
  }
  .yodo {
    height: initial;
    padding: 75px 0;
  }
  .yodo .yodo-inner {
    max-width: 390px;
    padding: 0 15px;
    text-align: justify;
  }
  .yodo .inline {
    margin-top: 60px;
  }
  .modaal-inner-wrapper {
    padding: 3%;
  }
  .modaal-container {
    padding: 6.5% 5% 5%;
  }
  .modaal-content-container {
    padding: 0;
  }
  .modaal-close {
    width: 40px;
    height: 40px;
  }
  .main {
    padding: 50px 15px 60px;
  }
  .main p {
    margin: 35px auto;
  }
  .main p.last {
    margin-top: 40px;
  }
  .main .ttl {
    margin-bottom: 0;
  }
  .main .ttl + p {
    margin-top: 20px;
  }
  .main .main-inner {
    padding: 46px 15px 42px;
  }
  .main .ttl--1 img {
    max-width: 210px;
  }
  .main .ttl--2 img {
    max-width: 300px;
  }
  .info {
    padding: 0 15px;
  }
  .info .info-inner {
    width: 100%;
    max-width: 100%;
    padding: 42px 15px;
  }
  .infoWrap {
    height: initial;
    padding: 0 0 60px;
  }
  .credit {
    font-size: 14px;
    line-height: 30px;
    /* 214.286% */
    letter-spacing: 1.12px;
  }
  .bnr {
    width: 84%;
    max-width: 320px;
    margin: 20px auto 45px;
  }
  footer {
    padding: 40px 0 24px;
  }
  footer .share {
    width: 146px;
  }
  footer .share a {
    width: 32px;
  }
  footer .share-under {
    flex-direction: column;
    align-items: center;
    padding: 40px 0 12px;
  }
  footer .footer-buttons {
    display: block;
    width: initial;
  }
  footer .footer-buttons a {
    font-size: 14px;
    width: 150px;
    min-width: 150px;
    margin-right: auto !important;
    margin-left: auto;
    padding: 5px 20px;
  }
  footer .footer-buttons a:nth-of-type(2) {
    margin-top: 20px;
    width: 250px;
  }
  footer .footer-links {
    padding-top: 35px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
