@charset "UTF-8";
/* CSS Document */
.pc {
  display: block;
}
.sp {
  display: none;
}
img {
  max-width: 100%;
}
body {
  background-color: #FFF;
  background-repeat: repeat;
  background-position: center top;
  background-size: 1400px auto;
}
#wrapper {
  position: relative;
  background: transparent;
  display: none;
}
footer {
  display: none;
}
#contents {
  width: 100%;
  padding: 0;
  margin: 0;
}
p {
font-family: source-han-sans-japanese, sans-serif;
font-style: normal;
font-weight: 300;
	
}
/*ページ見出し*/
h1 {
  background: #006080;
  padding: 4px 0 3px;
  font-size: 15px;
  color: #FFF;
  font-weight: normal;
  text-align: center;
}
h3 {
  margin: 0;
  padding: 0;
  text-align: center;
}
.about h3 {
  width: 904px;
  height: 395px;
  background: url(_image/about_ph3.png)no-repeat top center/100% auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.movie h3 {
  width: 807px;
  height: 88px;
  background: url(_image/world_ttl_movie.png)no-repeat top center/100% auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
/*全ての要素にbox-sizing*/
.meta * {
  font-size: 18px;
  line-height: 1.8;
  color: #5a5a5a;
  box-sizing: border-box
}
.play {
  position: relative;
  display: block;
  z-index: 4;
  width: 640px;
  height: 118px;
  margin: 24px auto;
}
p.playTxt {
  font-size: 15px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #fff;
  text-align: center;
  padding: 6px 12px;
}
a.play:link, .play a:hover {
  color: #00475f;
  text-decoration: none;
}
/*-------------------------------------------------------------*/
/*各コンテンツ(背景：青)*/
/*-------------------------------------------------------------*/
.meta article {
  position: relative;
  width: 1068px;
  margin: 0 auto -16px;
  z-index: 2;
}
/*見出し*/
.meta article .top {
  position: relative;
  width: 1068px;
  height: 162px;
  background: url("_image/columnTop.png") no-repeat center top/100% auto;
  margin: 0 auto;
}
/*コンテンツ背景*/
.meta article .cnt {
  width: 1068px;
  background-image: url("_image/columnCnt.png"), url("_image/columnCnt2.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding: 24px 60px 0;
  text-align: center;
}
/*フッター*/
.meta article .btm {
  width: 1068px;
  height: 86px;
  background: url("_image/columnBtm.png") no-repeat center top/100% auto;
  margin: 0 auto;
}
/*-------------------------------------------------------------*/
/*ワールドマップ専用*/
/*コンテンツ背景*/
.meta article.worldmap .cnt {
  padding: 24px 0 0;
}
.meta article.worldmap .movie {
  position: relative;
  width: 1068px;
  background: url("_image/columnCnt_mov2.png") repeat center top/100% auto;
  margin: 60px auto 0;
  padding: 20px 0;
}
.meta article.worldmap .movie:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  background: url("_image/columnCnt_mov1.png") no-repeat center top/100% auto;
  top: -40px;
  left: 0;
}
.meta article.worldmap .btm {
  width: 1068px;
  height: 86px;
  background: url("_image/columnBtm_mov.png") no-repeat center top/100% auto;
  margin: 0 auto;
}
.mov {
  width: 640px;
  margin: 16px auto 0;
}
/*-------------------------------------------------------------*/
/*各コンテンツ(背景：白)*/
/*-------------------------------------------------------------*/
/*見出し*/
.meta article.txt .top {
  background: url("_image/columnTop_txt.png") no-repeat center top/100% auto;
}
/*コンテンツ背景*/
.meta article.txt .cnt {
  background-image: url("_image/columnCnt_txt.png"), url("_image/columnCnt2_txt.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
/*フッター*/
.meta article.txt .btm {
  background: url("_image/columnBtm_txt.png") no-repeat center top/100% auto;
}
/*-------------------------------------------------------------*/
/*各コンテンツ見出し*/
.meta article .top img {
  position: absolute;
  top: 70px;
  right: 50px;
  opacity: 0.6;
}
/*-------------------------------------------------------------*/
/*about*/
/*メタバース黒ひげ上画像ロゴ*/
.about dl {
  display: flex;
  flex-flow: row wrap;
}
/*左黒ひげ*/
.about dl dt {
  flex-basis: 45%;
}
/*右メタバース黒ひげ上画像ロゴ*/
.about dl dd {
  flex-basis: 55%;
  text-align: left;
}
/*右テキストメタバース*/
.about dl dd p {
  padding: 24px 0 36px;
  font-size: 17px;
  text-align: left;
}
/*右画像*/
.about dl dd ul {
  display: flex;
  flex-flow: row wrap;
}
.about dl dd ul li {
  flex-basis: 49%;
  margin: 2px;
  list-style: none;
}
/*アプリ背景*/
.about .banner {
  width: 869px;
  height: 167px;
  background-image: url("_image/about_banner_bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 0 auto;
}
/*アプリクラスター*/
.about .banner .cluster {
  margin: 20px auto 2px;
}
/*アプリ4種*/
.about .banner ul {
  display: flex;
  flex-flow: row wrap;
  margin: 12px 40px 0;
  justify-content: space-evenly;
}
/*テキスト左寄せ*/
.about .txt {
  text-align: left;
  padding: 12px 60px 0;
  font-size: 15px;
}
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*ワールドマップ*/
/*-------------------------------------------------------------*/
.world {
  position: relative;
  width: 949px;
  height: 627px;
  background: url("_image/world_map.png") no-repeat top center/100% auto;
  margin: 0 auto;
}
.map1 {
  position: absolute;
  width: 285px;
  height: 149px;
  background: url("_image/world_hunatsukiba.png") no-repeat top center/100% auto;
  left: 0;
  bottom: 0;
}
.map2 {
  position: absolute;
  width: 241px;
  height: 274px;
  background: url("_image/world_kurohige.png") no-repeat top center/100% auto;
  left: 0;
  top: 0;
}
.map3 {
  position: absolute;
  width: 237px;
  height: 256px;
  background: url("_image/world_shirei.png") no-repeat top center/100% auto;
  right: 320px;
  bottom: 30px;
}
.map4 {
  position: absolute;
  width: 235px;
  height: 260px;
  background: url("_image/world_pay.png") no-repeat top center/100% auto;
  right: 40px;
  top: -20px;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
/*-------------------------------------------------------------*/
/*サーバー・シーン・アバター*/
.server ul, .scene ul {
  margin: 24px auto 0;
  padding: 0 0 16px;
  text-align: center;
}
.avatar ul {
  margin: 12px auto 0;
  padding: 0 0 16px;
  text-align: center;
}
.server ul li, .scene ul li, .avatar ul li {
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.server ul li {
  margin: 0 16px;
}
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*ワールドマップ*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*アバター*/
.avatar span {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-top: 8px;
  text-shadow: 1px 1px 2px #fff;
}
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*注意事項*/
/*-------------------------------------------------------------*/
.info dl {
  display: flex;
  flex-flow: row wrap;
  width: 854px;
  margin: 0 auto 0;
  padding-bottom: 10px;
  color: #333333;
}
.info dl dt {
  flex-basis: 20%;
  margin: 0;
  padding: 24px 0;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.info dl dd {
  flex-basis: 80%;
  margin: 0;
  padding: 24px 0;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.info dl dt:nth-last-of-type(1), .info dl dd:last-child {
  border-bottom: none;
}
.info dl dd a {
  font-size: 16px;
  color: #1aa1dd;
}
.info dl dd a:hover {
  text-decoration: none;
}
/*-------------------------------------------------------------*/
/*FAQ*/
.faq p {
  position: relative;
  width: 854px;
  margin: 0 auto;
  padding: 12px;
  text-align: left;
}
.faq p.que {
  border-bottom: 1px solid #CCC;
  cursor: pointer;
}
.faq p.ans {
  padding: 12px 12px 16px 36px;
}
.faq p.ans a {
  color: #1aa1dd;
}
.faq p.ans a:hover {
  text-decoration: none;
}
.faq p.que::before {
  content: "Q";
  margin-right: 8px;
  font-size: 20px;
  color: #1aa1dd;
}
.faq p.que::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url("_image/cmn_open.svg")no-repeat right center/20px;
  top: 50%;
  right: 0;
}
.faq p.que.open::after {
  position: absolute;
  content: "";
  background: url("_image/cmn_close.svg")no-repeat right center/20px;
  right: 0;
}
.faq p.ans::before {
  content: "A";
  margin-right: 8px;
  font-size: 20px;
  color: #fa6f70;
}
/*-------------------------------------------------------------*/
.faq p .read, p.read {
  padding: 20px 0 12px;
  text-align: center;
}
/*-------------------------------------------------------------*/
/*フッター*/
.foot {
  padding: 36px 12px;
  font-size: 15px;
  line-height: 1.8;
  color: #233852;
  text-align: center;
}
.foot a {
  color: #233852;
  text-decoration: underline;
}
.foot a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.foot i {
  background: url("_image/cmn_link.svg") no-repeat left center/17px;
  padding-left: 20px;
  font-size: 18px;
  color: #233852;
  font-style: normal;
  text-align: center;
}
.foot p {
  padding: 24px 0 24px;
  font-size: 14px;
  color: #233852;
}
.foot .fBnr li {
  display: inline-block;
  margin: 12px;
}
.about p, .worldmap p, .avatar p {
  font-weight: bold;
  text-shadow: 1px 1px 2px #FFF;
}
/*-------------------------------------------------------------*/
/*POPUP設定*/
/*-------------------------------------------------------------*/
.pop {
  position: relative;
  width: 706px;
  margin: 0 auto;
}
.pop .inner {
  position: relative;
  width: 706px;
  background: url("_image/popupCnt.png") repeat center top/100% auto;
  padding: 0;
}
.popTop {
  position: relative;
  width: 706px;
  height: auto;
  background: url("_image/popupTop.png") no-repeat center top/100% auto;
  padding-bottom: calc(100%* 148/706);
}
.popBtm {
  width: 706px;
  height: auto;
  background: url("_image/popupBtm.png") no-repeat center top/100% auto;
  padding-bottom: calc(100%* 80/706);
}
/*見出し*/
.pop strong {
  display: block;
  position: absolute;
  top: 60px;
  left: 74px;
}
/*画像*/
.pop i {
  display: block;
  width: 80%;
  margin: 0 auto 12px;
}
/*テキスト*/
.pop p {
  display: block;
  width: 80%;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8;
  font-weight: bold;
  color: #333;
  text-shadow: 1px 1px 2px #FFF;
  text-align: left;
}
/*-----------------------------------------------------------*/
/*ページローダー*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 10000000000;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 166px;
  margin-top: -83px;
  margin-left: -150px;
  text-align: center;
  color: #fff;
  z-index: 10000000001;
}
/*---------------------------------------------------*/
/*YOUTUBE*/
.youtube {
  position: relative;
  width: 100%;
  background: #000;
  padding-bottom: calc(100%* 320/560);
  box-sizing: border-box;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*スクロールダウン全体の場所*/
.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 20%;
  right: 7%;
  z-index: 3;
}
/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: 0px;
  bottom: 50px;
  /*テキストの形状*/
  color: #FFF;
  font-size: 1.4rem;
  letter-spacing: .05em;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, .5);
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -5px;
  /*丸の形状*/
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFF;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, .5);
  z-index: 3
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 135px;
  }
  100% {
    bottom: -8px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 3px;
  height: 140px;
  background: #FFF;
  border-radius: 6px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, .50);
  z-index: 2
}


/*------------------------------------------------------*/
/*高解像度ディスプレイ用設定*/
/*------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*ワールドマップ*/
/*-------------------------------------------------------------*/
.world {
  background: url("_image/world_map@2x.png") no-repeat top center/100% auto;
}
.map1 {
  background: url("_image/world_hunatsukiba@2x.png") no-repeat top center/100% auto;
}
.map2 {
  background: url("_image/world_kurohige@2x.png") no-repeat top center/100% auto;
}
.map3 {
  background: url("_image/world_shirei@2x.png") no-repeat top center/100% auto;
}
.map4 {
background: url("_image/world_pay@2x.png") no-repeat top center/100% auto;
}
.movie h3 {
  background: url(_image/world_ttl_movie@2x.png)no-repeat top center/100% auto;
}
/*end 高解像度-------------------------------------------*/
}





@media screen and (max-width: 667px) {
  .scrolldown2 {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  body {
    background: #2dc1eb url("_image/bg.png")repeat center top/100% auto;
  }
  /*全ての要素にbox-sizing*/
  .meta * {
    font-size: 15px;
    line-height: 1.6;
  }
  .play {
    position: relative;
    display: block;
    z-index: 4;
    width: 80%;
    height: auto;
    margin: 24px auto 8px;
  }
  p.playTxt {
    font-size: 15px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #fff;
    text-align: center;
  }
  /*ページ見出し*/
  h1 {
    padding: 6px 0 2px;
    font-size: 14px;
    line-height: 1.4
  }
  h2 {
    width: 90%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  h3 {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .about h3 {
    width: 80%;
    height: auto;
    background: url(_image/about_ph3SP.png)no-repeat top center/100% auto;
    margin: 12px auto 0;
    padding-bottom: calc(100%* 650/750);
    text-align: center;
  }
  .worldmap .movie h3 {
    width: 92%;
    height: auto;
    background: url(_image/world_ttl_movieSP.png)no-repeat top center/100%;
    margin: 12px auto 0;
    padding-bottom: calc(100%* 100/750);
    text-align: center;
  }
  .worldmap h3 {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .avatar h3, .faq h3 {
    width: 60%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .info h3 {
    width: 40%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  /*-------------------------------------------------------------*/
  /*各コンテンツ(背景：青)*/
  /*-------------------------------------------------------------*/
  .meta article {
    width: 100%;
    margin: 0 auto -16px;
  }
  /*見出し*/
  .meta article .top {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: calc(100%* 144/750);
    background: url("_image/columnTopSP.png") no-repeat center top/100% auto;
    margin: 0 auto;
  }
  /*コンテンツ背景*/
  .meta article .cnt {
    width: 100%;
    height: auto;
    background-image: url("_image/columnCnt2SP.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    padding: 16px 12px 0;
  }
  /*フッター*/
  .meta article .btm {
    width: 100%;
    height: auto;
    padding-bottom: calc(100%* 100/750);
    background: url("_image/columnBtmSP.png") no-repeat center top/100% auto;
    margin: 0 auto;
  }
  /*-------------------------------------------------------------*/
  /*ワールドマップ専用*/
  /*コンテンツ背景*/
  .meta article.worldmap .cnt {
    padding: 24px 0 0;
  }
  .meta article.worldmap .movie {
    position: relative;
    width: 100%;
    background: url("_image/columnCnt_mov2SP.png") repeat center top/100% auto;
    margin: 60px auto 0;
    padding: 20px 0;
  }
  .meta article.worldmap .movie:before {
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
    background: url("_image/columnCnt_mov1SP.png") no-repeat center top/100% auto;
    padding-bottom: calc(100%* 20/750);
    top: calc(-100%* 20/750);
    left: 0;
  }
  .meta article.worldmap .btm {
    width: 100%;
    height: auto;
    background: url("_image/columnBtm_movSP.png") no-repeat center top/100% auto;
    margin: 0 auto;
    padding-bottom: calc(100%* 100/750);
  }
  .mov {
    width: 80%;
    margin: 16px auto 0;
  }
  /*-------------------------------------------------------------*/
  /*各コンテンツ(背景：白)*/
  /*-------------------------------------------------------------*/
  /*見出し*/
  .meta article.txt .top {
    background: url("_image/columnTop_txtSP.png") no-repeat center top/100% auto;
  }
  /*コンテンツ背景*/
  .meta article.txt .cnt {
    background-image: url("_image/columnCnt2_txtSP.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
  /*フッター*/
  .meta article.txt .btm {
    background: url("_image/columnBtm_txtSP.png") no-repeat center top/100% auto;
  }
  /*-------------------------------------------------------------*/
  /*各コンテンツ見出し*/
  .meta article .top img {
    position: absolute;
    height: 60%;
    top: 26%;
    right: 2%;
    opacity: 0.6;
  }
  /*-------------------------------------------------------------*/
  /*about*/
  /*メタバース黒ひげ上画像ロゴ*/
  .about dl {
    display: flex;
    flex-flow: row wrap;
  }
  /*左黒ひげ*/
  .about dl dt {
    flex-basis: 60%;
    margin: -42px auto 0;
    overflow: hidden;
  }
  /*右メタバース黒ひげ上画像ロゴ*/
  .about dl dd {
    flex-basis: 90%;
    margin: 0 auto;
    text-align: left;
  }
  /*右テキストメタバース*/
  .about dl dd p {
    padding: 24px 0 36px;
    font-size: 16px;
    text-align: left;
  }
  /*右画像*/
  .about dl dd ul {
    display: flex;
    flex-flow: row;
    margin: 0;
    padding: 0;
  }
  .about dl dd ul li {
    flex-basis: 49%;
    margin: 0 0.5%;
    list-style: none;
    padding: 0;
  }
  /*アプリ背景*/
  .about .banner {
    width: 90%;
    height: auto;
    background: none;
    /*background-image: url("_image/about_banner_bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;*/
    margin: 0 auto;
    padding-bottom: 0;
  }
  /*アプリクラスター*/
  .about .banner .cluster {
    margin: 20px auto 2px;
  }
  /*アプリ4種*/
  .about .banner ul {
    display: block;
    flex-flow: row wrap;
    margin: 12px auto 0;
    justify-content: space-evenly;
    text-align: center;
  }
  .about .banner ul li {
    display: inline-block;
    flex-flow: wrap;
    margin: 12px 2px 0;
    justify-content: space-evenly;
  }
  /*テキスト左寄せ*/
  .about .txt {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    padding: 12px 0 0;
    font-size: 13px;
  }
  /*-------------------------------------------------------------*/
  /*-------------------------------------------------------------*/
  /*ワールドマップ*/
  /*-------------------------------------------------------------*/
  .world {
    position: relative;
    width: 96%;
    height: auto;
    background: url("_image/world_mapSP.png") no-repeat top center/100% auto;
    margin: 0 auto;
    padding-bottom: calc(100%* 1000/750);
  }
  .map1 {
    position: absolute;
    width: 50%;
    height: auto;
    padding-bottom: calc(100%* 300/750);
    background: none;
    left: 0;
    bottom: 0;
  }
  .map2 {
    position: absolute;
    width: 50%;
    height: auto;
    padding-bottom: calc(100%* 400/750);
    background: none;
    left: 0;
    top: 0;
  }
  .map3 {
    position: absolute;
    width: 50%;
    height: auto;
    padding-bottom: calc(100%* 300/750);
    background: none;
    right: 0;
    bottom: 0;
  }
  .map4 {
    position: absolute;
    width: 50%;
    height: auto;
    padding-bottom: calc(100%* 400/750);
    background: none;
    right: 0px;
    top: 0px;
  }
  .close-btn {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 48px;
    right: 12px;
  }
  /*-------------------------------------------------------------*/
  /*サーバー・シーン・アバター*/
  .server ul {
    width: 70%;
    margin: 24px auto 0;
    padding: 0 0 16px;
    text-align: center;
  }
  .scene ul {
    width: 70%;
    margin: 24px auto 0;
    padding: 0 0 16px;
    text-align: center;
  }
  .avatar ul {
    width: 70%;
    margin: 12px auto 0;
    padding: 0 0 16px;
    text-align: center;
  }
  .server ul li, .scene ul li, .avatar ul li {
    display: inline-block;
    margin: 0 4px 12px;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .scene ul li:nth-of-type(1) {
    width: 80%;
  }
  .scene ul li:nth-of-type(2) {}
  .scene ul li:nth-of-type(3) {
    width: 80%;
  }
  .server ul li {
    padding: 0 0 16px;
  }
  .server .banner {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 24px;
  }
  /*-------------------------------------------------------------*/
  /*注意事項*/
  /*-------------------------------------------------------------*/
  .info dl {
    width: 92%;
  }
  .info dl dt {
    flex-basis: 100%;
    padding: 0;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
  }
  .info dl dd {
    flex-basis: 100%;
    padding: 12px 0 24px;
    font-size: 15px;
    border: none;
  }
  .info dl dd a {
    font-size: 15px;
    color: #1aa1dd;
  }
  .info dl dt:nth-last-of-type(1) {
    border-bottom: 1px solid #ccc;
  }
  /*-------------------------------------------------------------*/
  /*FAQ*/
  .faq p {
    width: 96%;
  }
  /*-------------------------------------------------------------*/
  /*POPUP設定*/
  /*-------------------------------------------------------------*/
  .pop {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .pop .inner {
    position: relative;
    width: 100%;
    background: url("_image/popupCnt.png") repeat center top/100% auto;
    padding: 0;
  }
  .popTop {
    position: relative;
    width: 100%;
    height: auto;
    background: url("_image/popupTop.png") no-repeat center top/100% auto;
    padding-bottom: calc(100%* 148/706);
  }
  .popBtm {
    width: 100%;
    height: auto;
    background: url("_image/popupBtm.png") no-repeat center top/100% auto;
    padding-bottom: calc(100%* 80/706);
  }
  /*見出し*/
  .pop strong {
    display: block;
    position: absolute;
    width: 70%;
    top: 38%;
    left: 10%;
  }
  /*画像*/
  .pop i {
    display: block;
    width: 80%;
    margin: 0 auto 12px;
  }
  /*テキスト*/
  .pop p {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.6;
    font-weight: bold;
    color: #333;
    text-shadow: 1px 1px 2px #FFF;
    text-align: left;
  }
  .close-btn {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 12px;
    right: 12px;
  }
  /*-------------------------------------------------------------*/
}





