@charset "UTF-8";
/* CSS Document */

h2{
	font-size: 200%;
	font-weight: bold;
	line-height: 140%;
	padding: 20px 0px 30px 0px;
	letter-spacing: normal;
}

h3{
	font-size: 180%;
	line-height: 140%;
	padding: 10px 0px 40px 0px;
	font-weight: normal;
	letter-spacing: normal;
}
h4{
	font-size: 200%;
	font-weight: bold;
	line-height: 140%;
	padding: 20px 0px 30px 0px;
	letter-spacing: normal;
}
.contents-box01{
	background-color: #ffffff;
	
}

@media screen and (max-width: 768px) {
h2{
	font-size: 130%;
	font-weight: bold;
	line-height: 140%;
	padding: 20px 0px 30px 0px;
	letter-spacing: normal;
}

h3{
	font-size: 130%;
	line-height: 140%;
	padding: 10px 0px 40px 0px;
	font-weight: normal;
	letter-spacing: normal;
}
h4{
	font-size: 120%;
	font-weight: bold;
	line-height: 140%;
	padding: 20px 0px 30px 0px;
	letter-spacing: normal;
}
	.sp-inner{
		padding: 0px 15px;
	}
}

header {
	width: 100%;
	background-color: #BF0000;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 9999;
}
* {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
}

:root {
     --nav-height: 6vh;
     --nav-background: #BF0000;
}

nav {
     display: flex;
     padding: 0 15px;
     align-items: center;
     width: 100%;
     height: var(--nav-height);
     background: var(--nav-background);
}

.logo h1 {
     font-size: 20px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 3px;
}

/* nav-links */

.nav-links {
     display: flex;
     height: var(--nav-height);
     align-items: center;
     margin-left: auto;
}

.nav-links li {
     list-style: none;
     margin: 3px;
     height: var(--nav-height);
     line-height: var(--nav-height);
     text-align: center;
}

.nav-links li a {
     text-decoration: none;
     color: #ffffff;
     position: relative;
}

/* menu */

.menu {
     cursor: pointer;
     background: var(--nav-background);
     border: none;
     outline: none;
     display: none;
}

.menu .bar {
     width: 20px;
     height: 2px;
     background: #ffffff;
     border-radius: 5px;
     opacity: 1;
     visibility: visible;
     transition: 0.5s ease;
     transform-origin: left;
}

.menu .bar1 {
     margin-bottom: 5px;
}

.menu .bar3 {
     margin-top: 5px;
}

.menu.toggle .bar1 {
     transform-origin: left;
     transform: rotate(45deg);
}

.menu.toggle .bar2 {
     opacity: 0;
     visibility: hidden;
}

.menu.toggle .bar3 {
     transform-origin: left;
     transform: rotate(-45deg);
}

/* responsive */

@media screen and (max-width: 768px) {
     .nav-links {
          flex-direction: column;
          position: fixed;
          top: 0;
          left: 100%;
          width: 300px;
          height: 100%;
          background: var(--nav-background);
          margin-top: var(--nav-height);
          transition: 0.5s ease-out;
     }
     .nav-links li {
          height: var(--nav-height);
          line-height: var(--nav-height);
          text-align: center;
          width: 100%;
          display: block;
     }
     .menu {
          display: block;
          margin-left: auto;
     }
     .menu.toggle + .nav-links {
          transform: translateX(-100%);
     }
}






.btn-hover:hover {
  opacity:0.7;
}
.taiken-r01{
   background-image: url("../img/taiken-bg_01.png");
   height: 457px;
}
.taiken-l01{
   background-image: url("../img/taiken-bg_02.png");
   height: 457px;
}
.taiken-r02{
   background-image: url("../img/taiken-bg_03.png");
   height: 457px;
}
.taiken-r-inner{
	padding: 45px 50px 0px 380px;
}
.taiken-l-inner{
	padding: 45px 380px 0px 50px;
}
.taiken-sp-01{
   background-image: url("../img/taiken-bg-sp_02.png");
   height: auto;
}
.taiken-sp-02{
   background-image: url("../img/taiken-bg-sp_05.png");
   height: auto;
}
.taiken-sp-03{
   background-image: url("../img/taiken-bg-sp_08.png");
   height: auto;
}
.taiken-sp-inner{
	padding:20px 15px 40px 15px;
}
.cont-bg01{
   background-image: url("../img/sekaihatu_03.png");
   height: 480px;
}


.cont-bg01{
   background-image: url("../img/sekaihatu-sp_04.png");
   height: auto;
}
.cont-bg01-inner{
	padding: 0px 15px 30px 15px;
}
.cont-bg02{
   background-image: url("../img/cont-bg02-sp_02.png");
   height: auto;
}
.cont-bg02-inner{
	padding: 0px 15px 30px 15px;
}
.cont-bg03{
   background-image: url("../img/cont-bg03-sp_02.png");
   height: auto;
}
	.p-inner{
	padding: 0px 15px 0px 15px;
}


/*背景画像（全面背景）*/
.bg-img01{
   background-image: url("../img/bg01.png");
   height: auto;
   background-repeat: no-repeat;
}
.bg-img02{
   background-image: url("../img/bg02.png");
   height: auto;
   background-repeat: no-repeat;
}
.bg-img03{
   background-image: url("../img/bg03.png");
   height: auto;
   background-repeat: no-repeat;
}
.bg-img04{
   background-image: url("../img/bg04.png");
   height: auto;
   background-repeat: no-repeat;
}
.bg-img05{
   background-image: url("../img/bg05.png");
   height: auto;
   background-repeat: no-repeat;
}
.bg-img06{
   background-image: url("../img/bg06.png");
   height: auto;
   background-repeat: no-repeat;
}
.bg-img07{
   background-image: url("../img/bg07.png");
   height: auto;
   background-repeat: no-repeat;
}
.bg-img08{
   background-image: url("../img/bg08.png");
   height: auto;
   background-repeat: no-repeat;
}
.bg-img09{
   background-image: url("../img/bg09.png");
   height: auto;
   background-repeat: no-repeat;
}
.bg-img10{
   background-image: url("../img/bg10.png");
   height: auto;
   background-repeat: no-repeat;
}
.bg-img11{
   background-image: url("../img/bg11.png");
   height: auto;
   background-repeat: no-repeat;
}
.bg-img12{
   background-image: url("../img/bg12.png");
   height: auto;
   background-repeat: no-repeat;
}
.bg-img13{
   background-image: url("../img/bg13.png");
   height: auto;
   background-repeat: no-repeat;
}
.bg-img14{
   background-image: url("../img/bg14.png");
   height: auto;
   background-repeat: no-repeat;
}
.bg-img15{
   background-image: url(../img/bg-img_09.png);
   height: auto;
}
.bg-img16{
   background-image: url(../img/bg-img_09.png);
   height: auto;
}
.bg-img17{
   background-image: url(../img/bg-img_09.png);
   height: auto;
}
.bg-img18{
   background-image: url(../img/bg-img_09.png);
   height: auto;
}
.bg-img19{
   background-image: url(../img/bg-img_09.png);
   height: auto;
}
.bg-img20{
   background-image: url(../img/bg-sea.png);
   height: auto;
}
.bg-img21{
   background-image: url(../img/mousikomi_01.png);
   height: 650px;
}
.bg-img22{
   background-image: url(../img/bg-stoku.png);
   height: auto;
}

/*背景画像（リピート背景）*/
.bg-rp-img01{
   background-image: url(../img/rp-bg.png);
   height: auto;

}
.bg-rp-img02{
   background-image: url(../img/bg960_02.png);
   height: auto;
   background-size: contain;
   color: #fff;
   padding: 0px 70px;
   text-align: center;
   letter-spacing: normal;
}
.bg-rp-img03{
   background-image: url(../img/bg960_04.png);
   height: auto;
   background-size: contain;
   padding: 0px 70px;
}
.bg-rp-img04{
   background-color: #fffae2;
   height: auto;
}
.bg-rp-img05{
   background-image: url(../img/msg_02.png);
   height: auto;
   background-size: contain;
}
.bg-rp-img06{
   background-image: url(../img/bg-img_06.png);
   height: auto;
}
.bg-rp-img07{
   background-image: url(../img/bg-img_07.png);
   height: auto;
}
.bg-rp-img08{
   background-image: url(../img/bg-img_08.png);
   height: auto;
}
.bg-rp-img09{
   background-image: url(../img/bg-img_09.png);
   height: auto;
}
@media only screen and (max-width: 768px) {
.bg-rp-img02{
   padding: 0px 30px;
}
.bg-rp-img03{
   padding: 0px 20px;
}
.img3-space{
height: 10px;
}
.bg-img01,.bg-img02,.bg-img03,.bg-img04,.bg-img05,.bg-img06,.bg-img07,.bg-img08,.bg-img09,.bg-img10,.bg-img11,.bg-img12,.bg-img13,.bg-img14{
   background-image: none;
}
.cont-bg01-inner{
	padding: 0px 5px 10px 5px;
}
		.p-inner{
	padding: 0px 10px 0px 10px;
}
}








/* 
 * コンバージョンボタン
 */
.btn-cv {
  padding: 0.8em 0;
  overflow: hidden;
  position: relative;
   letter-spacing: normal;
}
.btn-cv a {
  border: solid #fff 3px;
  border-radius: 12px;
  box-shadow: 1px 1px 10px 0 #999;
  color: #fff;
  display: block;
  font-size: 2.2em;
  font-weight: bold;
  line-height: 1.3;
  margin: 0em auto;
  padding: 0.6em 2em 0.6em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  vertical-align: middle;
  width: 90%;
}
.mini{
font-size: 24px;
line-height: 1.5;
padding-top: 0px;
}
.mini2{
font-size: 16px;
}
.btn-cv.is-fz20 a {
  font-size: 20px;
}
.btn-cv a img {
  vertical-align: middle;
}
.btn-cv a:after {
  content: ' ' !important;
}

/* ボタン内のアイコン */
.btn-cv a:before {
  content: "\f138";
  font-family: "fontawesome";
  font-weight: normal;
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 15px;
  top: 50%;
}
.btn-cv a:hover {
  box-shadow: 1px 1px 2px 0 #a1a1a1;
  filter: alpha(opacity=70);
  opacity: .7;
}

/* 2つ連続で並べる場合の余白 */
.btn-cv + .btn-cv a {
  margin-top: 0;
}

/* 緑ボタン */
.btn-cv a {
  background: #00a23f;
  background: -webkit-linear-gradient(#00a23f, #39900a);
  background: linear-gradient(#00a23f, #39900a);
  text-shadow: 0 0 10px rgba(255,255,255,.8), 1px 1px 1px rgba(0,0,0,1);
}

/* 赤ボタン */
.btn-cv.is-red a {
  background: #fb4e3e;
  background: -webkit-linear-gradient(#00a23f, #39900a);
  background: linear-gradient(#fb4e3e, #d64b26);
}

/* 青ボタン */
.btn-cv.is-blue a {
  background: #09c;
  background: -webkit-linear-gradient(#09c, #069);
  background: linear-gradient(#09c, #069);
}

/* 黒ボタン */
.btn-cv.is-black a {
  background: #666;
  background: -webkit-linear-gradient(#8a8a8a, #666);
  background: linear-gradient(#8a8a8a, #666);
}

/* ボタンの光沢 */
.is-reflection a {
  overflow: hidden;
}
.is-reflection a:after {
  -moz-animation: is-reflection 4s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 4s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 4s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 4s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}
/* アニメーションを遅延させる */
.is-reflection + .is-reflection a:after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/* CVボタン矢印揺れ */
.is-trembling a:before {
  -webkit-animation-name:is-trembling;
  -webkit-animation-duration:.8s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease;
  -moz-animation-name:is-trembling;
  -moz-animation-duration:1s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:ease;
}
@-webkit-keyframes is-trembling {
  0% {-webkit-transform:translate(-3px, 0);}
  100% {-webkit-transform:translate(0, 0);}
}

/* ボタンをバウンドさせる */
.is-bounce {
  animation: bounce 4s infinite;
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
@-webkit-keyframes bounce {
  0%, 4%, 10%, 18%, 100% {-webkit-transform: translateY(0);}
  5% {-webkit-transform: translateY(-6px);}
  12% {-webkit-transform: translateY(-4px);}
}
@keyframes bounce {
  20%, 24%, 30%, 34%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
  25% {-webkit-transform: translateY(-6px);transform: translateY(-6px);}
  32% {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
}
/* アニメーションを遅延させる */
.is-bounce + .is-bounce {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

/* ぷるるるるん！ */
.is-purun {
  -webkit-animation: is-purun 5s infinite;
  -moz-animation: is-purun 5s infinite;
  animation: is-purun 5s infinite;
}
@-webkit-keyframes is-purun {
   0% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
   4% { -webkit-transform: scale(0.9, 0.9) translate(0%, 3%); }
   8% { -webkit-transform: scale(1.1, 0.8) translate(0%, 7%); }
  12% { -webkit-transform: scale(0.9, 0.9) translate(0%, -7%); }
  18% { -webkit-transform: scale(1.1, 0.9) translate(0%, 3%); }
  25% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes is-purun {
   0% { transform: scale(1.0, 1.0) translate(0%, 0%); }
   4% { transform: scale(0.9, 0.9) translate(0%, 3%); }
   8% { transform: scale(1.1, 0.8) translate(0%, 7%); }
  12% { transform: scale(0.9, 0.9) translate(0%, -7%); }
  18% { transform: scale(1.1, 0.9) translate(0%, 3%); }
  25% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
/* アニメーションを遅延させる */
.is-purun + .is-purun {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}


.jisseki-bg{
	padding: 0px 20px;
}
.tokuten-matome{
	padding: 0px 40px;
	font-size: 90%;
}

/**
 * ===============================================
 * MediaQuery : スマホ対応
 * ===============================================
 */
@media only screen and (max-width: 767px) {
  /* コンバージョンボタン */
  .btn-cv a {
    font-size: 1.4em;
    margin: 0 auto;
    width: 94%;
	padding-top: 15px;
	border: solid #fff 1px;
  }
  .mini{
  font-size: 0.6em;
  padding-top: 0px;
}

}





table {
  margin: 10px auto;
  width: 100%;
	
}
.tbl-r02 th {
  background: var(--gray2);
  color: #fff;
  padding: 30px;
  width: 40%;
}
.tbl-r02 p {
text-align: left;
line-height: 150%;
padding: 10px;
font-size: 16px;
}
.tbl-r02 td {
  padding: 30px;
  background: var(--gray2);
  vertical-align: top;
  font-size: 16px;
  line-height: 150%;
}
.tbl-r03 th {
  background:var(--gray9);
  color: #fff;
  padding: 15px;
  width: 30%;
	font-weight: normal;
}
.tbl-r03 p {
text-align: left;
line-height: 150%;
padding: 10px;
font-size: 16px;
}
.tbl-r03 td {
  padding: 15px;
  background: var(--gray3);
  line-height: 150%;
  text-align: center;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #fff;
    width: 100%;
  }
  .tbl-r02 ,.tbl-r03 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
	padding: 15px;
  }
  .tbl-r03 th,
  .tbl-r03 td {
　　border-bottom: none;
    display: block;
    width: 100%;
	padding: 10px 10px;
  }  
}

.jisseki{
background-color: #fff;
border: #0E1122 solid 10px;
padding: 0px 20px;
font-size: 20px;
}
.jisseki ul {
  padding: 1em 1em 1em 2.3em;
  position: relative;
}

.jisseki ul li {
  line-height: 1.5;
  padding: 0.3em 0;
  list-style-type: none!important;/*ポチ消す*/
}

.jisseki ul li:before {
  font-family: FontAwesome;
  content: "\f058";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #0E1122; /*アイコン色*/
}
@media screen and (max-width: 768px) {
.jisseki{
padding: 0px 0px;
font-size:16px;
}
}


/* ボタン */
.btn-gradient-3d-orange {
  display: inline-block;
  padding: 0.5em 1.5em;
  text-decoration: none;
  border-radius: 30px;
  color: #ffffff;
  background-image: linear-gradient(#00a23f, #39900a);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #0F3601;
}
.btn-gradient-3d-orange:hover {
  color: gold;
}
.btn-gradient-3d-orange:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

.t-img{
min-height: 270px;
}

/*トップへ戻るボタン*/
.topBtn {
  position:fixed; /*固定*/
  bottom:0px; /*場所を右下に移動*/
  right:20px; /*場所を右下に移動*/
  display:block; /*aタグをblock要素に変更*/
  text-decoration:none;
  width:120px;
  height:182px;
  text-align:center;
  box-sizing:border-box;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
.topBtn {
  position:fixed; /*固定*/
  bottom:0px; /*場所を右下に移動*/
  right:0px; /*場所を右下に移動*/
  display:block; /*aタグをblock要素に変更*/
  text-decoration:none;
  width:auto;
  height:auto;
  text-align:center;
  box-sizing:border-box;
  margin-bottom: -20px;
}
}
.topBtn:hover {
  opacity:0.7;
}

/*フッター
---------------------------------------------------------------------------*/
div#footer{
	background-color:#000000;
	text-align: center;
	font-size: 80%;
}

div#footer a:hover{
    text-decoration: none;
	border: none;
	color: #827549;
}
.message{
	line-height: 140%;
	padding-top: 10px;
	color: #fff;	
}
.copyright{
	line-height: 140%;
	padding-bottom: 20px;
	color: #fff;
}
/*固定フッター*/
.footer {
	text-align: center;
	}
.footer-top {
	background-position: center top;
	background-position: 50% 0%;
	position:fixed;
	bottom:0;
	left:0;
	overflow:hidden;
	width:100%;
	height: auto;
	padding: 20px 0px;
	background-color: #000;
	color: #ffffff;
	z-index: 9999;
	}
.footer-wrapper {
	height: auto;
	margin: 0px auto;
	width: 960px;
}
.footer-top.static {
	position:static;
	}
@media screen and (max-width: 768px) {
.footer-wrapper {
	width: 100%;
	padding: 0px 10px 10px 10px;
}
}


/*フッターアコーディオン
---------------------------------------------------------------------------*/
.footer-accordion{
    width:100%;
    min-width:270px;
	padding: 20px 0px 0px 0px;
    margin: 0 auto;
}
.footer-accordion a{
	color: #FFFFFF;
	background-image: none;
	text-decoration: none;
}
.footer-accordion ul li{
    overflow: hidden;
}
.footer-accordion ul li:first-child{
    border-top:none;
}
.footer-accordion ul li > a{
    display: block;
	position: relative;
}
.footer-accordion ul li > a:hover{
    color: #2473EC;
}

.footer-accordion ul li.footer-open > a{
    color: #FFFFFF;
}
.footer-accordion ul li.footer-open > a:hover{
    color: #2473EC;
}
.footer-content{
    padding: 5px 0px 0px 0px;
}
.footer-content p{
    font-size:  16px;
    line-height:  28px;
    padding: 0px 4px 15px 4px; 
}
@media screen and (max-width: 320px){
	.footer-accordion ul li > a{
		font-size:36px;
	}
}

/*特定商法のテーブル
---------------------------------------------------------------------------*/
.tokusyo{
	max-height: 560px;
	overflow-y:scroll;
}
table.tokusyo {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0px;
}
table.tokusyo th,
table.tokusyo td {
  padding: 5px 10px;
  border: 1px solid #000000;
  text-align:left;
  background-color: #fff;
  line-height: 140%;
}
table.tokusyo th {
  background-color:#333333;
  text-align: left;
  color: #fff;
  width: 25%;font-weight: normal;
}

@media screen and (max-width: 768px) {
.tokusyo{
	max-height: 380px;
}	
  table.tokusyo {
    border-top: 1px solid #999;
  }
  table.tokusyo td {
    display: block;
    text-align: left;
  }
  table.tokusyo th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
	text-align: center;
  }
}
/*テキストボックス
---------------------------------------------------------------------------*/
.textbox{
    padding:0px;
    max-height:120px;
    width:100%;
    overflow-y:scroll;
}
.textbox01{
    padding:10px 20px;
    max-height:120px;
    width:100%;
    overflow-y:scroll;
	border: 1px solid #cccccc;
	font-size: 100%;
}
.textbox02{
    padding:10px 20px;
    max-height:120px;
    width:100%;
    overflow-y:scroll;
	border: 1px solid #cccccc;
	background-color: #FAFAFA;
	font-size: 100%;
	color: #333333;
}




.mg20{
margin-top: -20px;
margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
.mg20{
margin-top: -10px;
margin-bottom: 0px;
font-size: 120%;
}
.sp-center{
text-align: center;
}
.sp120{
font-size: 120%;
}
}


.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: 'FontAwesome', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa dt {
	position: relative;
	margin: 0 0 1.5em 0;
}
.cp_qa dd {
	position: relative;
	margin: 0 0 2em 0;
	padding: 0 0 1.5em 2em;
	border-bottom: 1px dotted #0097a7;
}
.cp_qa dt::before, .cp_qa dd::before {
	font-size: 1.2em;
	margin: 0 0.5em 0 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	line-height: 1.2em;
}
.cp_qa dt::before {
	padding: 0.1em 0.3em;
	content: '\f128';
	background: #f57c00;
}
.cp_qa dd::before {
	padding: 0.12em 0.45em;
	content: '\f12a';
	background: #0097a7;
}
.cp_qa dt::after, .cp_qa dd::after {
	position: absolute;
	top: 0.5em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-width: 5px 0 5px 5px;
	border-style: solid;
}
.cp_qa dt::after {
	left: 1.5em;
	border-color: transparent transparent transparent #f57c00;
}
.cp_qa dd::after {
	left: 3.5em;
	border-color: transparent transparent transparent #0097a7;
}



.movie-btn {
    visibility: visible !important;
    animation-fill-mode: both !important;
    -webkit-animation-fill-mode: both !important;
}
.btn-infinite {
    -webkit-animation-iteration-count: infinite !important;
    animation-iteration-count: infinite !important;
}
.btn-bounce {
    -webkit-animation: btn-bounce 2.0s;
            animation: btn-bounce 2.0s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}
@keyframes btn-bounce {
   0%  {transform: scale(1);opacity: 1;}
    20% {transform: scale(1.1);}
    35% {transform: scale(.9);}
    45% {transform: scale(1.22);}
    55% {transform: scale(.9);}
    65% {transform: scale(1.05);opacity: 1;}
    75% {transform: scale(.95);}
    85% {transform: scale(1.01);}
    100%{transform: scale(1);}
}
@-webkit-keyframes btn-bounce {
   0%  {transform: scale(1);opacity: 1;}
    20% {transform: scale(1.1);}
    35% {transform: scale(.9);}
    45% {transform: scale(1.22);}
    55% {transform: scale(.9);}
    65% {transform: scale(1.05);opacity: 1;}
    75% {transform: scale(.95);}
    85% {transform: scale(1.01);}
    100%{transform: scale(1);}
}

.moviebtn
{
    position: relative;
    display: block;
}

.moviebtn span.cir_1,
.moviebtn span.cir_2
{
    position: absolute;
    z-index: 1;
    top: -540px;
    right: 0px;
    bottom: 0;
    left: 0;

    display: block;

    width: 70px;
    height: 70px;
    margin: auto;

    -webkit-animation-name: moviebtnAnimation2;
            animation-name: moviebtnAnimation2;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;

    border-radius: 100%;
    box-shadow: 0 0 45px 1px #ff004a inset;
}

.moviebtn span.cir_2
{
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
}

@-webkit-keyframes moviebtnAnimation2
{
    0%
    {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);

        opacity: 1;
    }

    50%
    {
        opacity: .6;
    }

    80%
    {
        -webkit-transform: scale(2.5, 2.5);
                transform: scale(2.5, 2.5);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: scale(2.5, 2.5);
                transform: scale(2.5, 2.5);

        opacity: 0;
    }
}

@keyframes moviebtnAnimation2
{
    0%
    {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);

        opacity: 1;
    }

    50%
    {
        opacity: .6;
    }

    80%
    {
        -webkit-transform: scale(2.5, 2.5);
                transform: scale(2.5, 2.5);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: scale(2.5, 2.5);
                transform: scale(2.5, 2.5);

        opacity: 0;
    }
}
@media screen and (max-width: 768px) {
.moviebtn span.cir_1,
.moviebtn span.cir_2
{
    position: absolute;
    z-index: 1;
    top: -220px;
    right: 0px;
    bottom: 0;
    left: 0;

    display: block;

    width: 70px;
    height: 70px;
    margin: auto;

    -webkit-animation-name: moviebtnAnimation2;
            animation-name: moviebtnAnimation2;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;

    border-radius: 100%;
    box-shadow: 0 0 45px 1px #ff004a inset;
}
}

/*カウントダウンタイマー
---------------------------------------------------------------------------*/
/*タイマー背景*/
.timer-bg{
    height: auto;
	text-align: center;
}
.timer-space{
height: 20px;
}
.timer-inner {
	margin-top: 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	width:100%;
	box-shadow:0px 0px 5px 2px #777777 inset;
	border: 2px #585858 solid;　/* ボーダーライン */ 
	border-radius: 5px;        /* CSS3角丸 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #474747), color-stop(0.14, #000));
    background: -webkit-linear-gradient(top, #000 14%, #474747 100%);
    background: -moz-linear-gradient(top, #000 14%, #474747 100%);
    background: -o-linear-gradient(top, #000 14%, #474747 100%);
    background: -ms-linear-gradient(top, #000 14%, #474747 100%);
    background: linear-gradient(to bottom, #000 14%, #474747 100%);
}
ul.cd-timer{
  padding: 0px 15px;
}
ul.cd-timer li{
  display: inline-block;
  max-width: 100%;
  margin-bottom:0px;
  line-height:100%;
  vertical-align: top;
  color: #fff;
  padding: 10px 0px 0px 0px;
}
ul.cd-timer li p{
  font-size: 90%;
  padding: 2px 0px 0px 0px;
  line-height:100%;

}
ul.cd-timer li span{
      padding: 0px;
}
@media only screen and (max-width: 768px) {
.timer-inner {
  padding: 0px 5px 0px 5px;
}
ul.cd-timer li p{
  font-size: 14px;
  padding: 3px 0px 0px 0px;
  font-weight: bold;
}
ul.cd-timer li{
  padding: 0px 0px 0px 0px;
  line-height:100%;
}
}
/*タイマーフォント*/
@font-face {
	font-family: 'sa-digital-number';
	src: url('../fonts/sa-digital-number.eot');
}
@font-face {
	font-family: 'sa-digital-number';
	src: url('../fonts/sa-digital-number.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*タイマー数字*/
.countdown{
	padding:0px;
	background-color:#000;
	color:#fff;
}
.yycountdown-box{
	padding:0px 0px 0px 0px;
	font-size:100%;
	color:#f9cd00;
	margin:0px;
}
.timer .yycountdown-box .yyc-day{
	font-size:120%;
	color:#f9cd00;
	font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: 10px;
}
.timer .yycountdown-box .yyc-hou{
	font-size:120%;
	color:#f9cd00;
	font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: 10px;
}
.timer .yycountdown-box .yyc-min{
	font-size:120%;
	color:#f9cd00;
	font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: 10px;
}
.timer .yycountdown-box .yyc-sec{
	font-size:120%;
	color:#f9cd00;
	font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: 10px;
}
.timer .yycountdown-box .yyc-day-text,
.timer .yycountdown-box .yyc-hou-text,
.timer .yycountdown-box .yyc-min-text,
.timer .yycountdown-box .yyc-sec-text{
	font-size:90%;
	color:#fff;
	padding:0px 0px 0px 0px;
	vertical-align: 10px;
}
@media only screen and (max-width: 768px) {
.yycountdown-box{
	padding: 0px 0px 8px 0px;
	font-size:24px;
}
.timer .yycountdown-box .yyc-day{
	font-size:24px;
	vertical-align: 0px;
	font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
	vertical-align: -2px;
}
.timer .yycountdown-box .yyc-hou{
	font-size:24px;
	vertical-align: 0px;
	font-family: 'sa-digital-number';
	font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
	vertical-align: -2px;
}
.timer .yycountdown-box .yyc-min{
	font-size:24px;
	vertical-align: 0px;
	font-family: 'sa-digital-number';
	font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
	vertical-align: -2px;
}
.timer .yycountdown-box .yyc-sec{
	font-size:24px;
	vertical-align: 0px;
	font-family: 'sa-digital-number';
	font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
	vertical-align: -2px;
}
.timer .yycountdown-box .yyc-day-text,
.timer .yycountdown-box .yyc-hou-text,
.timer .yycountdown-box .yyc-min-text,
.timer .yycountdown-box .yyc-sec-text{
	font-size:14px;
	vertical-align: 0px;
	font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
	font-weight: bold;
}
}