/* index
--------------------------------------------*/
.pc {
  display: block;
  margin: 0;
  padding: 0;
}

.sp {
  display: none;
  margin: 0;
  padding: 0;
  height: 0;
}

/*テキスト*/
.scroll_aw_top {
  width: 100px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #fff;
  height: 15px;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 1;
  position: absolute;
  z-index: 4;
  font-family: "brown-bold";
  font-size: 12px;
}

/*↓↓↓矢印アニメ【開始】↓↓↓*/
/*矢印全体*/
.scroll_line_2018aw {
  position: absolute;
  z-index: 4;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: 0 auto;
  opacity: 1;
}

/*縦*/
.tate {
  width: 1px;
  height: 90px;
  background: #666666;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 1;
}

/*縦*/
.tate::after {
  content: "";
  display: block;
  top: -2px;
  left: -0px;
  width: 1px;
  height: 90px;
  background: #fff;
  margin: 0;
  animation-duration: 6s;
  animation-name: tate_idou;
  animation-iteration-count: infinite;
  opacity: 0;
}

@keyframes tate_idou {
  0% {
    height: 0px;
    opacity: 0;
  }

  0% {
    height: 0px;
    opacity: 1;
  }

  20% {
    height: 90px;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*斜め*/
.naname {
  position: absolute;
  bottom: 6px;
  left: 14px;
  right: 0;
  margin: 0 auto;
  width: 20px;
  height: 1px;
  background: #666666;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
}

/*斜め*/
.naname::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0;
  width: 20px;
  height: 1px;
  background: #fff;
  z-index: 3;
  animation-duration: 6s;
  animation-name: naname_idou;
  animation-iteration-count: infinite;
  opacity: 0;
}

@keyframes naname_idou {
  0% {
    width: 0px;
    opacity: 0;
  }

  1% {
    width: 0px;
    opacity: 1;
  }

  20% {
    width: 0px;
  }

  40% {
    width: 20px;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
/*↑↑↑矢印アニメ【終了】↑↑↑*/

#wrap {
  background: #fff;
}

#loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  z-index: 10;
}

#loader.hide {
  opacity: 0;
  visibility: hidden;
}

/*メインビジュアル　PC*/
#visual {
  width: 100%;
  height: calc(100% - 130px);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  z-index: 9;
  margin: 0;
  padding: 0;
}

#visual.index {
  /*background-image:url(../images/index/visual_bg.jpg);*/
}

#visual .txtimg {
  position: absolute;
  opacity: 0;
  transition: opacity 2s ease, top 1.5s ease;
  width: 396px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0;
  padding: 0;
}

#visual .txtimg.show {
  opacity: 1;
}

#visual p.copy {
  position: absolute;
  right: -113px;
  bottom: 0;
  font-family: "brown";
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 10px;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: 130px;
}

/*特別　メインビジュアル　PC*/
#pc_tokbetu_01 {
  width: 100%;
  position: relative;
  margin: 0 !important;
  padding: 0 0 0 0 !important;
  background: #000;
  overflow: hidden;
}

#pc_tokbetu_01 img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  line-height: 1;
  vertical-align: bottom;
}

/*リード　玄関　PC*/
#lead {
  width: 100%;
  height: 650px;
  background: url(../images/index/lead_bg.jpg) no-repeat center center #000;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

#lead:before,
#lead:after {
  /*
	content: "";
	display: block;
	border:1px solid #a6a6a6;
	position: absolute;
	top: 20px;
	left: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	box-sizing: border-box;
*/
}

#lead:after {
  /*
	top: 23px;
	left: 23px;
	width: calc(100% - 46px);
	height: calc(100% - 46px);
*/
}

#lead p {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif !important;
  color: #fff;
  text-align: center;
  text-align: -webkit-center;
  font-size: 13px;
  line-height: 3em;
  font-weight: bold;
  letter-spacing: 0em;
}

br.spshow {
  display: none;
}

#lead span.line {
  content: "";
  display: block;
  width: 1px;
  height: 88px;
  background: url(../images/index/lead_line.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: -44px;
  z-index: 99;
}

#callinglink h3 {
  text-align: center;
  text-align: -webkit-center;
  font-size: 23px;
  letter-spacing: 0.09em;
  margin-top: 80px;
  margin-bottom: 20px;
}

#callinglink div.bg {
  text-align: center;
  text-align: -webkit-center;
  background: #000;
}

#callinglink div.bg a {
  display: block;
  height: 100%;
}
#callinglink div.bg a img {
  transition: opacity 0.3s ease;
  opacity: 1;
}

#callinglink div.bg a:hover img {
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}

#callinglink div.bg .inner {
  width: 1200px;
  margin: auto;
  position: relative;
  padding: 20px 0;
}

#callinglink div span {
  font-family: "brown-bold";
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

#store_shop_last {
  width: 100%;
  margin: 100px auto 80px auto;
  text-align: center;
  text-align: -webkit-center;
}

ul.store_shop {
  width: 454px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  text-align: -webkit-center;
}

ul.store_shop li {
  border: 4px solid #000;
}

ul.store_shop li + li {
  margin-top: 30px;
}

ul.store_shop li a {
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: center;
}

ul.store_shop li a img {
  height: 17px;
  width: auto;
}

ul.store_shop li a:hover {
  text-decoration: none;

  opacity: 0.5;
  transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
}

#gir_share {
  text-align: center;
  text-align: -webkit-center;
  margin: 0 auto;
  width: 100%;
  color: #000;
}

ul.gir_share li.line_nhn_gir {
  width: 0;
  visibility: hidden;
  display: none;
}

#gir_share {
  text-align: center;
  text-align: -webkit-center;
  margin: 0 auto;
  width: 100%;
  color: #000;
  padding: 0 0 60px 0;
}

#gir_share h3 {
  font-size: 23px;
  letter-spacing: 0.1em;
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  text-align: center;
  text-align: -webkit-center;
  margin: 0 auto;
  padding: 0 0 30px 0;
}

ul.gir_share li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0 15px 0px 15px;
}

ul.gir_share li a.sns_link_gir {
  display: block;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0;
}

ul.gir_share li a:hover {
  opacity: 0.5;
  transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
}

ul.gir_share li.twitter_gir {
  height: 22px;
  width: 28px;
  line-height: 1;
  background: url("../images/twitter.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  vertical-align: middle;
  margin: 0px 0px 0px 0;
}

ul.gir_share li.facebook_gir {
  height: 22px;
  width: 22px;
  line-height: 1;
  background: url("../images/facebook.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  vertical-align: middle;
  margin: 0px 0px 0px 0;
}

ul.gir_share li.pinterest_gir {
  height: 22px;
  width: 22px;
  line-height: 1;
  background: url("../images/pinterest.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  vertical-align: middle;
  margin: 0px 0px 0px 0;
}

ul.gir_share li.line_nhn_gir {
  visibility: visible;
  height: 22px;
  width: 22px;
  line-height: 1;
  background: url("../images/line.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  vertical-align: middle;
  margin: 0px 0px 0px 0;
  display: none;
}

#wrap .inview {
  position: relative;
  top: 20px;
  opacity: 0;
  transition: top 0.7s ease, opacity 0.7s ease;
}

#wrap .inview.show {
  top: 0;
  opacity: 1;
}

.dummyheader,
.dummyfooter {
  text-align: center;
  text-align: -webkit-center;
}

.dummyheader img:last-child,
.dummyfooter img:last-child {
  display: none;
}

span.xo {
  background: url(../images/XO.png) no-repeat center center;
  background-size: 100%;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-left: 3px;
  margin-bottom: -3px;
}

/* スマホ
--------------------------------------------*/
@media screen and (max-width: 768px) {
  .sp {
    display: block;
    height: auto;
  }

  .pc {
    display: none;
  }

  .dummyheader img:last-child,
  .dummyfooter img:last-child {
    display: inline-block;
  }

  .dummyheader img:first-child,
  .dummyfooter img:first-child {
    display: none;
  }

  br.sphide {
    display: none;
  }

  ul.articlelist {
    width: auto;
  }

  #callinglink div.bg .inner {
    width: auto;
  }

  ul.store_shop {
    width: 100%;
  }

  #visual .txtimg {
    /*   width: 220px;
    height: auto;
*/
  }

  #lead {
    height: 100vh;
  }

  #lead {
    height: 530px;
    background: url(../images/index/lead_bg.jpg) no-repeat center center #000;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #lead p {
    font-size: 12px;
    line-height: 2em;
  }

  br.spshow {
    display: inline;
  }

  #lead {
    background-image: url(../images/index/lead_bg_sp.jpg);
    background-position: left center;
  }

  #lead:before {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  #lead:after {
    top: 13px;
    left: 13px;
    width: calc(100% - 26px);
    height: calc(100% - 26px);
  }

  #lead span.line {
    height: 60px;
    bottom: -30px;
  }

  ul.articlelist {
    padding: 0 15px;
  }

  ul.articlelist li {
    width: 100%;
  }

  #articles h3 {
    font-size: 15px;
  }

  ul.articlelist li p.title {
    height: auto;
  }

  ul.articlelist li + li {
    margin-top: 20px;
  }

  ul.articlelist li .img {
    height: auto;
  }

  ul.articlelist li .img p {
    font-size: 17px;
    line-height: 24px;
  }

  #callinglink div.bg .inner {
    padding: 25px;
  }

  #callinglink div span {
    right: 9px;
  }

  ul.store_shop {
    box-sizing: border-box;
    padding: 0 15px;
  }

  ul.store_shop li {
    border: 2px solid #000;
  }

  ul.store_shop li a {
    height: 33px;
  }

  ul.store_shop li a img {
    height: 12px;
  }

  ul.store_shop li + li {
    margin-top: 20px;
  }

  #callinglink h3 {
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 10px;
  }

  #store_shop_last {
    margin: 70px 0 50px 0;
  }

  #gir_share h3 {
    font-size: 16px;
  }

  ul.gir_share li.line_nhn_gir {
    display: inline-block;
  }

  /*メインビジュアル　PC*/
  #visual {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 99;
    /*background-image:url(../images/index/visual_bg_sp.jpg);*/
  }

  #visual .txtimg {
    width: 70%;
    height: auto;
    /*
  position: relative;
  top: 10px;
  opacity: 0;
  transition: opacity 2s ease, top 1.5s ease;
  width: 396px;
  height: 30px;
*/
  }

  #visual .txtimg.show {
    opacity: 1;
  }

  #visual p.copy {
    position: absolute;
    right: -113px;
    bottom: 0;
    font-family: "brown";
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 10px;
    transform: rotate(-90deg);
    transform-origin: top left;
    width: 130px;
  }

  /*特別　メインビジュアル　PC*/
  #pc_tokbetu_01 {
    width: 100%;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  #pc_tokbetu_01 img {
    /* width:200% !important; */
    height: auto;
    overflow: hidden;
  }

  /*↓↓↓矢印アニメ【開始】↓↓↓*/
  /*矢印全体*/
  .scroll_line_2018aw {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 225px;
    margin: 0 auto;
    opacity: 1;
  }

  /*縦*/
  .tate {
    width: 1px;
    height: 40px;
    background: #666666;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
  }

  /*縦*/
  .tate::after {
    content: "";
    display: block;
    top: -2px;
    left: -0px;
    width: 1px;
    height: 40px;
    background: #fff;
    margin: 0;
    animation-duration: 6s;
    animation-name: tate_idou;
    animation-iteration-count: infinite;
    opacity: 0;
  }

  @keyframes tate_idou {
    0% {
      height: 0px;
      opacity: 0;
    }

    0% {
      height: 0px;
      opacity: 1;
    }

    20% {
      height: 40px;
    }

    80% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  /*斜め*/
  .naname {
    position: absolute;
    bottom: 3px;
    left: 7px;
    right: 0;
    margin: 0 auto;
    width: 10px;
    height: 1px;
    background: #666666;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
  }

  /*斜め*/
  .naname::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    width: 10px;
    height: 1px;
    background: #fff;
    z-index: 3;
    animation-duration: 6s;
    animation-name: naname_idou;
    animation-iteration-count: infinite;
    opacity: 0;
  }

  @keyframes naname_idou {
    0% {
      width: 0px;
      opacity: 0;
    }

    1% {
      width: 0px;
      opacity: 1;
    }

    20% {
      width: 0px;
    }

    40% {
      width: 10px;
    }

    80% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }
  /*↑↑↑矢印アニメ【終了】↑↑↑*/

  /*テキスト*/
  .scroll_aw_top {
    width: 100px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #fff;
    height: 15px;
    bottom: 195px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    position: absolute;
    z-index: 4;
    font-family: "brown-bold";
    font-size: 12px;
  }
} /*@media*/
