@charset "UTF-8";

html {
  color: #fff;
  font-weight: 400;
  letter-spacing: .1em;
  font: 12px Helvetica, Arial, Tahoma, sans-serif;
  font-family: 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}

body {
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow-y: scroll;
  background: #fff;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

ol,
ul {
  list-style: none
}

a {
  text-decoration: none;
}

.bg {
  background-blend-mode: screen;
  position: relative;
  text-align: center;
}


.kv {
  padding-bottom: 20px;
}

h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

h2 .ttl1 {
  display: block;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

h2 .ttl2 {
  display: block;
  color: inherit;
  font-size: 1.6rem;
  font-weight: 600;
}

h3 {
  font-size: 2rem;

}

.contentsWrap_inner {
  text-align: center;
}

.menu {
  margin-bottom: 20px;
}

.sct_inner {
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: min(1440px, 100%)
}




/* おしらせ */
.info_inner {
  border: 1px red solid;
  padding: 10px 30px;
  margin: 30px 30px;
}

.info_inner p {
  text-align: left;
  color: #fff;
  font-size: 14px;
}


/* コンテンツエリア */

.sct {
  text-align: center;
  /*padding-bottom: 80px;
  margin-bottom: 30px;
   max-width:1440px ; */
}

#shop {
  margin: 30px 0;
}

/* トップへ戻る */
.sct .top {
  margin: 20px;
  position: relative;
}

.top a {
  line-height: 60px;
  color: #4e4e4e;
  font-size: 16px;
}

.notice{
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  color: #4e4e4e;
}

.notice ul{
  padding: 2em 1em;
}

/* フッターボタン */

.ftr {
  margin-bottom: 50px;

}

.ftr-btn {
  margin: 60px 30px;
  display: block;
}

.ftr-btn a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 1rem 4rem;
  font-weight: bold;
  border-radius: 0.3rem;
  border-bottom: 7px solid #2f3a48;
  background: #0956b6;
  color: #fff;
  font-size: 20px;
  width: 600px;
  margin: 0 auto;
}

.ftr-btn a:hover {
  margin-top: 6px;
  border-bottom: 1px solid #2f3a48;
  color: #fff;
}

.ftr-end {
  text-align: center;
  padding: 10px 0 20px;
}


.for-pc {
  display: block;
}

.for-sp {
  display: none;
}





@media screen and (max-width: 767px) {

  .kv {
    padding-bottom: 0;
  }

  .kv img {
    width: 100%;
    padding: 0 0 30px;
  }

  h2 {
    margin: 15px 0;
  }

  h2 .ttl1 {
    font-size: 3rem;
  }

  h3 {
    margin: 15px;
  }

  .sct {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .sct img {
    width: 90%;
  }

  .ftr-btn {
    margin: 15px 30px;
  }

  .ftr-btn a {
    width: 100%;
  }

  .for-pc {
    display: none;
  }

  .for-sp {
    display: block;
  }

}