/* 共通箇所 */
@-webkit-keyframes a {
  0% {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
@keyframes a {
  0% {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}

html {
  font-size: 62.5%;
}

body {
  background-color: #040001;
  color: #fff;
  font-family: 'Cinzel',"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 130%;
  letter-spacing: 0.05em;
}

form {
  padding: 5px 0 5px 5px;
}

form input.input-text {
  border: solid 1px #333;
  background-color: #fff;
  color: #000;
}

img {
  width: 100%;
  max-width: 100%;
}

.wrapper.home-top {
  /* opacity: 0; */
}

.wrapper.black-bg {
  background-color: #040001;
  color: #fff;
}

.wrapper.gray-bg {
  background-color: rgb(242, 242, 242);
  color: #000;
}

header {
  width:100%;
  height:85px;
  padding:17px 0px;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  z-index: 2;
}

article {
  padding-top:145px;
  margin-bottom:60px;
  width:;100%;
  z-index: 1;
}

.head_position_center {
  display:inline-block;
}

.head_position_right {
  display:inline-block;
  position:absolute;
  right:0%;
  top:38%;
  padding-right: 16px;
}

/* ここから先は個別箇所 */
/* ---------------------------------------------------------------- */

/* home_video */
.video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
}

.video-container .video-skip__content {
  display: none;
  position: fixed;
  bottom: 20px;
  bottom: 1.25rem;
  /* left: 48.5%; */
  left: 50%;
  transform: translate(-50%);
  z-index: 1001;
}

.btn-skip {
  /* ボタンデザイン */
  padding: 0;
  cursor: pointer;
  border: none;
  outline: 0;
  background-color: transparent;
  /* 文字デザイン */
  color: #fff;
  font-size: 1rem;
  text-align: center;
  /* 以下、webkit系ブラウザ用設定 */
  -webkit-appearance: none;
}

/* ---------------------------------------------------------------- */

/* line友達登録 */
.line-popup__wrap {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1100;
}

.line-popup-bg {
  background: rgba(248,245,239,0.7);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.line-popup__content {
  background: #fff;
  color: #000;
  left: 50%;
  padding-bottom: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 25%;
  border-radius: 10px;
}

.line-popup__title {
  text-align: center;
  padding: 20px 0;
}

.line-conversionButton {
  text-align: center;
  margin-top: 10px;
}

.line-conversionTitle {
  font-weight: bold;
  font-size: 110%;
  padding-bottom: 10px;
  border-bottom: 1px dotted;
  width: 80%;
  margin: 0 auto;
}

.line-conversionText {
  font-size: 90%;
  margin: 14px auto 18px;
  width: 80%;
  text-align: left;
}

.line-conversionButton img {
  width: 30%;
  height: 30%;
}

.line-popup__content a.line-popup__close {
  display: flex;
  width: calc(12px * 2);
  margin-top: -12px;
  cursor: pointer;
  flex-direction: row-reverse;
  margin-left: calc(100% - 12px);
}
/* ---------------------------------------------------------------- */




/* リストのフェードイン&フェードアウトの操作 */

/* ---------------------------------------------------------------- */

/* レスポンシブデザイン */
/* 画面幅526px以下 */
@media screen and (min-width: 526px) {
  /* 共通箇所 */
  body {
    width: 100%;
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
    /* -webkit-font-smoothing: antialiased; */
    -moz-tap-highlight-color: rgba(0,0,0,0);
    -moz-text-size-adjust: none;
    /* -moz-font-smoothing: antialiased; */
    -ms-tap-highlight-color: rgba(0,0,0,0);
    -ms-text-size-adjust: none;
    /* -ms-font-smoothing: antialiased; */
    font-family: 'Cinzel',"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  }

  /* ---------------------------------------------------------------- */

  /* video */
  .video-container video,
  .video-container .video-skip__content {
    z-index: 1001;
  }

  /* ---------------------------------------------------------------- */

  /* line友達追加 */
  .line-conversionQr p,
  .line-conversionButton p {
    font-size: 90%;
  }

  .line-conversionQr p:first-of-type,
  .line-conversionButton p:first-of-type {
    font-weight: bold;
    font-size: 100%;
  }

  .line-conversionQr img {
    width: 40%;
    height: 40%;
  }

  .line-conversionButton img {
    width: 60%;
    height: 60%;
  }

  .portal_container {
    width:100%;
    overflow: hidden;
    max-width: 526px;
    margin:0 auto;
  }

  .portal_col50 {
    width:50%;
    float: left;
    text-align:center;
  }

  .portal_col100 {
    width:100%;
    float: left;
    text-align:center;
  }

  .lpic {
    width:231px;
  }

  .spic {
    width:80px;
    margin-top:16px;
  }

  .mlwidth {
    width:264px;
    margin-top: 64px;
  }
  .mlwidths {
    width:264px;
    margin-top: 40px;
  }


}

/* ---------------------------------------------------------------- */

/* 画面幅525px以下 */
@media screen and (max-width: 525px) {
  /* line友達追加 */
  .line-popup__content {
    width: 50%;
  }

  .line-conversionQr p,
  .line-conversionButton p {
    font-size: 70%;
  }

  .line-conversionQr p:first-of-type,
  .line-conversionButton p:first-of-type {
    font-weight: bold;
    font-size: 80%;
  }

  .line-conversionQr img {
    width: 50%;
    height: 50%;
  }

  .line-conversionButton img {
    width: 70%;
    height: 70%;
  }

  .portal_container {
    width:100%;
    overflow: hidden;
    max-width: 328px;
    margin:0 auto;
  }

  .portal_col50 {
    width:50%;
    float: left;
    text-align:center;
  }

  .portal_col100 {
    width:100%;
    float: left;
    text-align:center;
  }

  .lpic {
    width:136px;
  }

  .spic {
    width:56px;
    margin-top:16px
  }

  .mlwidth {
    width:264px;
    margin-top: 40px;
  }
  .mlwidths {
    width:264px;
    margin-top: 32px;
  }

}
/* レスポンシブ終了 */

.gwidth {
  width:48px;
  margin-top:16px
}

.rwidth {
  width:79px;
  margin-top:16px
}

.iwidth1{
    width:208px;
    margin-top: 48px;
  }

.iwidth2{
    width:208px;
    margin-top: 24px;
  }

a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:active {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}



.opacity0 {
  opacity: 0;
}

.opacity1 {
  opacity: 1;
}

.animetion_fadeIn {
  opacity: 0;
}

.animetion_fadeIn:nth-child(1) {
  animation: fadeIn 1s ease-out 500ms 1 forwards;
}

.animetion_fadeIn:nth-child(2) {
  animation: fadeIn 1s ease-out 1000ms 1 forwards;
}

.animetion_fadeIn:nth-child(3) {
  animation: fadeIn 1s ease-out 1500ms 1 forwards;
}

.animetion_fadeIn:nth-child(4) {
  animation: fadeIn 1s ease-out 2000ms 1 forwards;
}

.animetion_fadeIn:nth-child(5) {
  animation: fadeIn 1s ease-out 2500ms 1 forwards;
}

.animetion_fadeIn:nth-child(6) {
  animation: fadeIn 1s ease-out 3000ms 1 forwards;
}

.animetion_fadeIn:nth-child(7) {
  animation: fadeIn 1s ease-out 3500ms 1 forwards;
}

.animetion_fadeIn:nth-child(8) {
  animation: fadeIn 1s ease-out 4000ms 1 forwards;
}

.animetion_fadeIn:nth-child(9) {
  animation: fadeIn 1s ease-out 4500ms 1 forwards;
}

.animetion_fadeIn:nth-child(10) {
  animation: fadeIn 1s ease-out 5000ms 1 forwards;
}

@keyframes fadeIn {
  0% {opacity: 0; transform : translate(0, 50px)}
  100% {opacity: 1; transform : translate(0, 0px)}
}

.portal_col50c {
    width:100%;
	margin:50px auto 0 auto;
	text-align:center;
	position:relative;
	display:block;
	clear:both;
}

.portal_col50d {
    width:100%;
	margin:0 auto;
	text-align:center;
	position:relative;
	display:block;
	clear:both;
}