* {
  min-height: 0%;
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: 'A1 Gothic R';
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

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

a:hover {
  opacity: .8;
}

header {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E05A18;
  height: 35px;
  width: 100%;
  z-index: 2;
}

header img {
  width: 166px;
}

header a {
  display: flex;
}

.mv {
  position: relative;
  overflow: hidden;
  padding: 62px 30px;
  max-width: 1290px;
  margin: 35px auto 0;
  text-align: center;
}

.mv .scroll {
  width: 43px;
  position: absolute;
  bottom: 14%;
  right: 3%;
  cursor: pointer;
  animation-name: scroll;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.mv .txt1 {
  position: absolute;
  left: 6%;
  top: 51.5%;
  transform: translateY(-50%);
  max-width: 45%;
  width: 100%;
}

.mv .txt2 {
  position: absolute;
  right: 17%;
  top: 49.5%;
  transform: translateY(-50%);
  max-width: 4.8%;
  width: 100%;
}

@keyframes scroll {
  from {
    transform: translate(-50%, 10px);
  }
  to {
    transform: translate(-50%, -10px);
  }
}

.yodo {
  background-color: #E05A18;
  padding: 124px 30px;
}

.yodo .yodo-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1063px;
  margin: auto;
}

.yodo .yodo-pic {
  position: relative;
  margin-right: 20px;
  width: 47%;
  max-width: calc(100% - 420px);
}

.yodo .yodo-pic-ico-1 {
  position: absolute;
  left: 29%;
  bottom: 10%;
  max-width: 18%;
  width: 100%;
  animation-name: roll;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

.yodo .yodo-pic-ico-2 {
  position: absolute;
  left: 43%;
  bottom: 25%;
  max-width: 4%;
  width: 100%;
  animation-name: bound;
  animation-duration: .5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}

.yodo .yodo-txt {
  width: 400px;
}

.yodo .yodo-txt p {
  line-height: 246.667%;
  margin-bottom: 47px;
  color: #fff;
}

.yodo .yodo-txt img {
  max-width: 316px;
  width: 100%;
}

@keyframes roll {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@keyframes bound {
  from {
    transform: translate(5px, -10px);
  }
  to {
    transform: translate(0, 0);
  }
}

.point {
  padding: 100px 20px;
}

.point .point-inner {
  display: flex;
  justify-content: space-between;
  max-width: calc(1180px - 60px);
  margin: auto;
}

.point .point-inner > div {
  width: calc((1180px / 3) - (100px / 3 * 2) + 20px);
  padding: 0 10px;
}

.point .point-ttl {
  font-size: 16px;
  font-family: 'A1 Gothic B';
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.point .point-txt {
  margin-top: 45px;
  line-height: 2;
}

.detail {
  color: #fff;
  background-color: #303030;
  font-family: 'A1 Gothic B';
  font-weight: 600;
}

.detail .detail-inner {
  display: flex;
  max-width: 1440px;
  margin: auto;
}

.detail .detail-pic {
  width: 34.7223%;
}

.detail .detail-pic img {
  height: 100%;
  object-fit: cover;
}

.detail .detail-cnt {
  display: none;
  width: 65.2777%;
  padding: 2.8% 7.5%;
  background-color: #303030;
}

.detail .detail-cnt.show {
  display: block;
}

.detail .detail-1 {
  display: flex;
  justify-content: space-between;
  padding: 3% 10.5% 5%;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
}

.detail .detail-1 > div {
  width: 43.2%;
}

.detail .detail-1 > div p {
  text-align: center;
  margin-bottom: 10px;
}

.detail .detail-2 {
  padding: 3% 10.5% 5%;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
}

.detail .detail-2-top {
  text-align: center;
  margin-bottom: 10px;
}

.detail .detail-2-bottom {
  display: flex;
  justify-content: space-between;
}

.detail .detail-2-bottom > div {
  width: 43.2%;
}

.detail .detail-btn {
  margin: 20px auto 0;
  text-align: center;
  cursor: pointer;
}

.detail .detail-btn:hover {
  opacity: .8;
}

.detail .detail-btn img {
  width: 24px;
}

.detail .detail-btn.next img {
  margin-top: 4px;
}

.detail .detail-btn.back img {
  transform: rotate(180deg);
  margin-bottom: 6px;
}

.infoWrap {
  background-color: #E05A18;
  padding: 25px 30px 30px;
  line-height: 2;
}

.copy {
  font-size: 13px;
  text-align: center;
}

.info {
  max-width: 607px;
  margin: 25px auto 30px;
  padding: 30px;
  background-color: #fff;
  text-align: center;
  border-radius: 20px;
}

.info .info-inner {
  display: inline-block;
  text-align: left;
  letter-spacing: 1.2px;
}

.info .info-inner > p {
  font-weight: 500;
}

.info .info-inner div {
  font-family: 'A1 Gothic L';
  font-weight: 300;
}

.staff {
  font-family: 'A1 Gothic L';
  font-weight: 300;
  text-align: center;
}

.staff .staff-inner {
  display: inline-block;
  text-align: left;
}

.staff span {
  font-family: 'A1 Gothic R';
  display: block;
  text-align: center;
  font-weight: 400;
}

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) {
  header {
    height: 25px;
  }
  header img {
    width: 171.934px;
  }
  .mv {
    padding: 25px 25px 78px;
    margin: 25px auto 0;
  }
  .mv .scroll {
    right: initial;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .mv .txt1 {
    top: initial;
    left: 52%;
    bottom: calc(10.5% + 25px);
    max-width: 80%;
    transform: translateX(-50%);
  }
  .mv .txt2 {
    right: initial;
    left: calc(4.5% + 25px);
    top: calc(4% + 25px);
    max-width: 10.5%;
    transform: initial;
  }
  @keyframes scroll {
    from {
      transform: translateX(-50%);
      bottom: 27px;
    }
    to {
      transform: translateX(-50%);
      bottom: 15px;
    }
  }
  .yodo {
    padding: 20px 7% 25px;
  }
  .yodo .yodo-inner {
    flex-direction: column-reverse;
  }
  .yodo .yodo-pic {
    max-width: 100%;
    width: 210px;
    margin: 25px auto 0;
  }
  .yodo .yodo-txt {
    width: 100%;
  }
  .yodo .yodo-txt p {
    margin-bottom: 15px;
  }
  .yodo .yodo-txt img {
    max-width: 200px;
    display: block;
    margin: auto;
  }
  @keyframes bound {
    from {
      transform: translate(3px, -6px);
    }
    to {
      transform: translate(0, 0);
    }
  }
  .point {
    padding: 40px 7% 60px;
  }
  .point .point-inner {
    display: block;
  }
  .point .point-inner > div {
    width: 100%;
    padding: 0;
  }
  .point .point-inner > div:nth-child(n+2) {
    margin-top: 50px;
  }
  .point .point-txt {
    margin-top: 30px;
  }
  .detail .detail-inner {
    display: block;
  }
  .detail .detail-pic {
    width: 100%;
  }
  .detail .detail-cnt {
    width: 100%;
    max-width: 300px;
    padding: 30px 0 32px;
    margin: auto;
  }
  .detail .detail-1 {
    display: block;
    padding: 8px 40px 20px;
  }
  .detail .detail-1 > div {
    width: 100%;
    margin-top: 30px;
  }
  .detail .detail-1 > div:first-of-type {
    margin-top: 0;
  }
  .detail .detail-2 {
    padding: 8px 40px 20px;
  }
  .detail .detail-2-bottom {
    display: block;
    padding: 0;
  }
  .detail .detail-2-bottom > div {
    width: 100%;
    margin-top: 50px;
  }
  .detail .detail-2-bottom > div:first-of-type {
    margin-top: 0;
  }
  .detail .detail-btn {
    margin-top: 23px;
  }
  .infoWrap {
    padding: 15px 7% 27px;
  }
  .info {
    padding: 12px 25px 13px;
    margin: 17px auto 14px;
  }
  .info .info-inner {
    width: 100%;
    max-width: 100%;
  }
  .info .info-inner div p {
    display: flex;
  }
  .info .info-inner div p span:nth-of-type(1) {
    width: 82px;
  }
  .info .info-inner div p span:nth-of-type(2) {
    width: calc(100% - 82px);
  }
  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;
  }
}
