@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,900);
/* 共通
-------------------------------------------- */
.snsList {
  padding-bottom: 1rem;
  margin-bottom: 0 !important;
  margin-top: 20px;
}

#bg_wrapper {
  background: #fff;
}

.sakurahinata {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  text-align: center;
}
.sakurahinata a {
  color: #ff0000;
  text-decoration: underline;
}
.sakurahinata ul.caut {
  margin: 1em 0;
  padding: 0  0.5em;
  list-style-type: none;
  text-align: left;
}
.sakurahinata ul.caut li {
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: 0.3em;
}
.sakurahinata ul.caut.dot li {
  padding-left: 0.6em;
  text-indent: -0.6em;
}
.sakurahinata ul.caut li.att,
.sakurahinata p.caut.att {
  color: #ff0000;
}

/* PC
-------------------------------------------- */
@media screen and (min-width: 751px), print {
  .sp {
    display: none;
  }

  #wrapper {
    min-width: inherit;
  }

  #bg_wrapper {
    position: relative;
    background: url("../img/sakurahinata2510_stripe.png"), linear-gradient(90deg, #ffa2bc, #58d1ff);
    background-position: center top;
  }

  #bg_wrapper #wrapper2 {
    max-width: none;
  }

  nav.submenu.open {
    left: calc(50% - 500px) !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  nav.submenu.open {
    left: 0 !important;
  }
}
@media screen and (min-width: 751px), print {
  #maga_head_wrap {
    max-width: inherit;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 90;
  }

  #maga_header {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }

  #footer_sec-03 .innerBlock {
    max-width: 1000px;
    width: 100%;
  }

  #footer_sec-03 .innerBlock > ul.list01 > li {
    max-width: 201px;
    height: 460px;
    width: calc(100% / 5);
  }

  #footer_sec-03 .innerBlock > ul.list01 > li:first-child {
    max-width: 190px;
    width: calc(100% / 5);
  }

  #footer_sec-03 .innerBlock > ul.list01 > li > ul {
    margin: 0 10px 0 20px;
  }

  .sakurahinata {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), white, rgba(255, 255, 255, 0.8));
    font-size: 16px;
    font-feature-settings: "palt";
    color: #727171;
    overflow: hidden;
    z-index: 0;
    min-height: 1300px;
  }
  .sakurahinata img {
    width: 100%;
    height: auto;
  }
  .sakurahinata_yokoku {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #ff0000;
  }
  .sakurahinata_yokoku img {
    width: 73.5px;
  }
  .sakurahinata_pre {
    max-width: 642px;
    width: 100%;
    margin: 70px auto 0;
    line-height: 0;
  }
  .sakurahinata_pre_ex {
    max-width: 660px;
    width: 100%;
    margin: 140px auto 0;
    line-height: 0;
  }
  .sakurahinata_copy {
    text-align: center;
    padding: 200px 0;
    font-size: 16px;
    color: #595656;
  }
}
/* SP用
-------------------------------------------- */
@media screen and (max-width: 750px) {
  body {
    min-height: 100vh;
  }

  a:hover {
    opacity: 1 !important;
  }

  .pc {
    display: none;
  }

  #bg_wrapper {
    position: relative;
    background: url("../img/sakurahinata2510_stripe.png"), linear-gradient(90deg, #ffa2bc, #58d1ff);
    background-position: center top;
  }

  #maga_head_wrap {
    max-width: inherit;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 90;
  }

  .snsList ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .snsList ul li, .snsList ul a, .snsList ul img {
    display: block;
    width: 70px;
    height: 40px;
    font-size: 1em;
    line-height: 0;
    vertical-align: bottom;
  }

  .sakurahinata {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), white, rgba(255, 255, 255, 0.8));
    font-size: 2.9333333333vw;
    color: #727171;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    z-index: 0;
    overflow: hidden;
  }
  .sakurahinata img {
    width: 100%;
    height: auto;
  }
  .sakurahinata_yokoku {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff0000;
    height: 6.6666666667vw;
    line-height: 0;
  }
  .sakurahinata_yokoku img {
    width: 10.6666666667vw;
  }
  .sakurahinata_pre {
    width: 85.6vw;
    margin: 9.3333333333vw auto 0;
    line-height: 0;
  }
  .sakurahinata_pre_ex {
    width: 88vw;
    margin: 18.6666666667vw auto 0;
    line-height: 0;
  }
  .sakurahinata_copy {
    text-align: center;
    color: #595656;
    padding: 20vw 0;
  }
}
