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

body {
  font-family: "Shuei Nijimi Go Kin B";
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 2;
  color: #28322f;
}

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

a:hover {
  opacity: .8;
}

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

.pc {
  display: block;
}

.pc-inline {
  display: inline-block;
}

.sp {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  font-size: 13px;
  width: 100%;
  background-color: #28322f;
  color: #fff;
  z-index: 11;
}

header a {
  color: #fff;
}

header a:link, header a:visited {
  color: #fff;
  text-decoration: none;
}

header a:hover, header a:active, header a:focus {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

header .header-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1130px;
  padding: 15px 30px;
  margin: auto;
}

header .header-left h1 img {
  width: 146px;
}

header .header-right {
  display: flex;
  align-items: center;
}

header .header-right a {
  display: flex;
  align-items: center;
  margin-right: 50px;
}

header .header-right a span {
  padding-left: 10px;
}

header .header-right a:nth-of-type(1) img {
  width: 30px;
}

header .header-right a:nth-of-type(2) img {
  width: 16px;
}

header .header-right a:nth-of-type(3) {
  margin-right: 0;
}

header .header-right a:nth-of-type(3) img {
  width: 21.5px;
}

.mv {
  text-align: center;
  padding-top: 60px;
  background-color: #d1c8ba;
}

.mv img {
  max-width: 1578px;
}

.mv-under {
  border-top: 10px solid #fff;
  padding: 80px 30px;
  background-color: #bddbda;
}

.mv-under .yodogawa {
  max-width: 420px;
  margin: auto;
}

.anzen {
  padding: 0 30px 50px;
}

.anzen .anzen-sec {
  padding-top: 150px;
}

.anzen .anzen-sec > p {
  display: block;
  max-width: 420px;
  margin: auto;
}

.anzen .anzen-sec > p span {
  position: relative;
  display: inline-block;
  font-size: 150%;
}

.anzen .anzen-sec > p span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 10px;
  background-color: #ffa700;
  z-index: -1;
}

.anzen .anzen-sec.first {
  padding-top: 80px;
}

.anzen .anzen-sec-ttl {
  display: flex;
  max-width: 420px;
  margin: 0 auto 40px;
}

.anzen .anzen-sec-ttl > div:nth-of-type(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35.75px;
  line-height: 1;
  width: 55px;
  height: 55px;
  color: #fff;
  margin: 5px 15px 0 0;
  background-color: #c04946;
  border-radius: 100px;
}

.anzen .anzen-sec-ttl > div:nth-of-type(2) {
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1.24;
}

.anzen .anzen-sec-ttl > div:nth-of-type(2).row1 {
  margin-top: 15px;
}

.anzen .anzen-sec-ttl > div:nth-of-type(2) span {
  position: relative;
  display: inline-block;
  font-size: 140%;
}

.anzen .anzen-sec-ttl > div:nth-of-type(2) span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  bottom: 4px;
  background-color: #ffa700;
  z-index: -1;
}

.anzen .anzen-sec-pic {
  text-align: center;
  max-width: 400px;
  margin: auto;
  padding-bottom: 40px;
  transform: translateX(-40px);
}

.anzen .anzen-sec-pic.no3 {
  max-width: 579px;
}

.anzen .anzen-sec-pic.no4 {
  max-width: 485px;
}

.gototop {
  padding: 8px 30px 20px;
  border-bottom: 10px solid #fff;
  background-color: #d6cdbf;
}

.gototop a {
  display: block;
  width: 161.1368px;
  margin: auto;
}

footer {
  position: relative;
  background-color: #28322f;
}

footer a {
  color: #fff;
}

footer .footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 100px 20px 50px;
}

footer .footer__left,
footer .footer__right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.1em;
}

footer .footer__left {
  width: 195.7812px;
}

footer .footer__left img.twitter {
  width: 40.6538px;
}

footer .footer__left img.facebook {
  width: 35.5264px;
}

footer .footer__left img.line {
  width: 37.3942px;
}

footer .footer__right {
  width: 700px;
  margin: 0 0 5px 100px;
  align-items: flex-end;
}

footer .footer__right > a {
  display: flex;
  align-items: center;
}

footer .footer__right > a span.imgWrap {
  display: flex;
  align-items: center;
}

footer .footer__right > a span:not(.imgWrap) {
  display: inline-block;
  margin-left: 10px;
}

footer .footer__right img.kansou {
  width: 25.2491px;
}

footer .footer__right img.home {
  width: 42px;
}

footer .footer__right img.mail {
  width: 23.2297px;
}

footer .footer__right img.toStore {
  width: 22.9539px;
}

footer .footer__bottom {
  width: 100%;
  margin-top: 60px;
  font-size: 14px;
  line-height: 36.49px;
  text-align: center;
}

footer .footer__bottom__links {
  padding-bottom: 15px;
}

footer .footer__bottom__links span {
  display: inline-block;
  color: #fff;
}

footer .footer__bottom__copy {
  display: block;
  width: 100px;
  margin: 10px auto 0;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
}

.up {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  z-index: 101;
}

.up img {
  width: 44px;
}

@media (max-width: 1140px) {
  footer .footer__right {
    margin-left: 50px;
  }
}

@media (max-width: 990px) {
  footer br.sp {
    display: block;
  }
  footer .hobonichi.pc {
    display: none;
  }
  footer .hobonichi.sp {
    display: block;
  }
  footer .footer__inner {
    padding: 50px 15px;
    align-items: flex-end;
    flex-direction: row;
  }
  footer .footer__left,
  footer .footer__right {
    font-size: 13px;
  }
  footer .footer__left {
    width: 100%;
    justify-content: center;
  }
  footer .footer__left a:nth-of-type(2) {
    margin: 0 20%;
  }
  footer .footer__left span {
    width: 100%;
    padding-bottom: 8px;
    text-align: center;
  }
  footer .footer__right {
    flex-wrap: wrap;
    align-items: initial;
    width: 100%;
    margin: 40px 0 0;
    overflow: hidden;
  }
  footer .footer__right a {
    margin: 16px 0;
    width: 50%;
    justify-content: center;
  }
  footer .footer__right a:nth-of-type(1) {
    transform: translateX(-29px);
  }
  footer .footer__right a span.imgWrap {
    display: inline-block;
    width: 32px;
    text-align: right;
  }
  footer .footer__right a span.imgWrap img {
    vertical-align: middle;
  }
  footer .footer__right img.kansou {
    width: 20.7px;
  }
  footer .footer__right img.home {
    width: 31.8px;
  }
  footer .footer__right img.mail {
    width: 23.2297px;
  }
  footer .footer__right img.toStore {
    width: 22.9539px;
  }
  footer .footer__bottom {
    margin: 30px 0 0;
    line-height: 17px;
    text-align: left;
  }
  footer .footer__bottom__copy {
    margin-top: 40px;
  }
  footer .footer__bottom__links {
    line-height: 2;
  }
  footer .footer__bottom__links a {
    margin-top: 10px;
  }
  footer .footer__bottom__links a:first-of-type {
    margin-top: 0;
  }
  footer .hobonichi {
    font-size: 12px;
    margin-top: 20px;
  }
}

@media (max-width: 835px) {
  header .header-right a {
    margin-right: 20px;
  }
  header .header-right a:nth-of-type(3) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
  .pc {
    display: none;
  }
  .pc-inline {
    display: none;
  }
  .sp {
    display: block;
  }
  header .header-inner {
    position: relative;
    padding: 20px 10px;
  }
  header .watasino {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 153.4531px;
    width: 38vw;
  }
  header .header-left h1 {
    line-height: 1;
  }
  header .header-left h1 img {
    max-width: 121px;
    width: 25vw;
  }
  header .header-right {
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    background-color: #28322f;
  }
  header .header-right a {
    margin: 0;
    padding: 15px 55px;
    border: 1px solid #fff;
  }
  header .header-right a:nth-of-type(2) {
    border-top: none;
    border-bottom: none;
  }
  header .header-right.active {
    display: block;
  }
  header .toggleWrap {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  header .toggle {
    position: relative;
    width: 42px;
    height: 10px;
  }
  header .toggle span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 100%;
    background-color: #fff;
  }
  header .toggle span:nth-of-type(1) {
    top: 0;
  }
  header .toggle span:nth-of-type(2) {
    top: 100%;
  }
  header .toggle.active span {
    top: 5px;
  }
  header .toggle.active span:nth-of-type(1) {
    transform: translateX(-50%) rotate(45deg);
  }
  header .toggle.active span:nth-of-type(2) {
    transform: translateX(-50%) rotate(-45deg);
  }
  .mv-under {
    padding: 30px 15px;
  }
  .mv-under .yt iframe {
    margin: 0;
  }
  .mv-under time {
    margin-top: 10px;
  }
  .anzen .anzen-sec {
    padding-top: 100px;
  }
  .anzen .anzen-sec.first {
    padding-top: 40px;
  }
  .anzen .anzen-sec-ttl {
    margin-bottom: 30px;
  }
  .anzen .anzen-sec-ttl > div:nth-of-type(1) {
    font-size: 30px;
    width: 45px;
    height: 45px;
    margin: 5px 10px 0 0;
  }
  .anzen .anzen-sec-ttl > div:nth-of-type(2) {
    font-size: 22px;
    width: calc(100% - 55px);
  }
  .anzen .anzen-sec-ttl > div:nth-of-type(2).row1 {
    margin-top: 13px;
  }
  .anzen .anzen-sec-pic {
    transform: initial;
  }
  .gototop a {
    max-width: 161.1368px;
    width: 45%;
  }
}
