@charset "UTF-8";
p,
dl,
table,
ul,
ol {
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

ul {
  padding-left: 0;
  margin-bottom: 0; }

ul li {
  list-style: none; }

a {
  color: #222222;
  text-decoration: none;
  -o-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s; }

a:hover {
  color: #ff2c2c;
  text-decoration: none; }

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

body {
  padding: 0;
  margin: 0; }

.sp {
  display: none; }

section p,
section li {
  /*margin-bottom: 0;*/
  line-height: 1.72;
  color: #212121;
  font-size: 18px; }

em {
  font-style: normal;
  font-weight: bold;
  color: #d80000; }

.bold {
  font-weight: bold; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.require {
  color: #f00012; }

#content {
  /* background: #fff; */
  /* border-right: 8px solid #cfcac9; */
  /* box-shadow: 0 0 16px rgba(88, 76, 69, 0.26); */
  /* border-left: 8px solid #cfcac9; */
  box-sizing: border-box; }

h2 {
  margin: 0;
  padding: 0;
  text-align: center; }

.sectTitleInner {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 16px; }

.sectContent {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 32px; }

.timeLimit {
  font-size: 40px;
  text-align: center;
  line-height: 1;
  margin: 0;
  color: red;
  background: #f8ff00; }

.timeLimitFin {
  color: #212121;
  background: no-repeat;
  margin-bottom: 16px; }

.sectCTA {
  background: url(../images/cta_bg.jpg) repeat-x center 0;
  background-size: 2.5px auto; }

.sectCTA1 {
  background: #fff; }

.sectCTA .section-title {
  background: none; }

.box {
  background: url(../images/grid.jpg) repeat 0 0;
  background-size: 27.5px auto;
  padding: 25px 40px 14px;
  margin: 24px 0;
  box-shadow: 0 0 16px rgba(88, 76, 69, 0.26); }

.box h3 {
  margin: 0;
  font-size: 32px;
  line-height: 1.3;
  background: #ff0000;
  color: #fff;
  padding: 24px 40px;
  margin: -25px -40px 35px;
  text-align: center; }

.box h3 span {
  display: block; }

.box .small {
  font-size: 24px;
  /* line-height: 1.3; */
  margin-bottom: 7px; }

.box .small.highlight {
  background: #fff;
  color: red;
  display: inline-block;
  padding: 0px 8px;
  border-radius: 2px;
  /* float: left; */
  margin-bottom: 16px; }

.box ul {
  padding: 0;
  margin: 0;
  margin-bottom: 22px; }

.box .boxContent p {
  font-size: 16px; }

.box dt {
  background: #156dc7;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  padding: 4px 8px;
  line-height: 1;
  margin-bottom: 4px;
  display: inline-block; }

.box dd {
  margin: 0;
  margin-bottom: 16px; }

.bulletWrap {
  background: url(../images/grid.jpg) repeat 0 0;
  background-size: 27.5px auto;
  border: 4px solid #b38b34;
  border: 4px solid #0095cf;
  padding: 12px 40px 29px;
  margin: 0 0 24px; }

.bullet li {
  font-weight: bold;
  font-size: 1.24em;
  text-indent: -35px;
  padding-left: 35px;
  margin-bottom: 8px;
  border-bottom: 2px dotted #b7b7b7;
  line-height: 1.3;
  padding-bottom: 9px; }

.bullet li:before {
  content: "";
  display: block;
  display: inline-block;
  background: url(../images/bullet.jpg) no-repeat 0 0;
  background-size: 100% auto;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  margin-bottom: -5px; }

.price {
  font-size: 1.72em; }

table {
  border: 1px solid;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%; }

table th {
  width: 240px;
  border: 1px solid;
  padding: 8px 16px;
  background: #e4e4e4; }

table td {
  border: 1px solid;
  padding: 8px 16px; }

.plan {
  margin-bottom: 72px; }

.faq dt {
  margin-bottom: 8px;
  font-weight: bold; }

.faq dd {
  padding: 0;
  margin: 0;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 16px;
  padding-bottom: 16px; }

.para1 p,
.para2 p,
.para3 p {
  font-size: 14px;
  line-height: 2;
  margin: 0 0 28px; }

#sectProfile .boxContent {
  position: relative; }

#sectVoice .container {
  background: url(../images/bg_stripe.jpg) repeat center 0;
  background-size: 17.5px auto;
  padding-top: 1px; }

.voiceWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -15px; }

.voice {
  text-align: center;
  width: 50%;
  padding: 0 15px 24px;
  box-sizing: border-box; }

.ytWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }

.ytWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#sectVoice .ytWrap {
  text-align: center;
  margin-bottom: 2.5em; }

#sectVoice .ytWrap iframe {
  border: 4px solid #ff0000;
  box-sizing: border-box; }

.voice .image {
  float: right;
  padding-left: 30px; }

.voice .image .pic {
  margin-bottom: 0;
  margin-top: 0; }

.voice .text {
  padding-right: 240px; }

.voice .text p {
  font-size: 16px; }

.voice .name {
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  margin: 0; }

.voice .name span {
  font-size: 16px;
  margin-left: 0.5em; }

.box ul li {
  margin-bottom: 8px; }

.box ul li span {
  border-bottom: dashed 2px #3e3e3e;
  display: inline-block; }

.box ul li:before {
  display: block;
  display: inline-block;
  content: "";
  background: url(../images/checkbox.png) no-repeat 0 center;
  background-size: 100% auto;
  width: 25px;
  height: 22px;
  margin-right: 8px;
  margin-bottom: -3px; }

#sectProgram .sectContent > p {
  color: #fff; }

#sectProgram .box h3 {
  background-image: url(../images/ico_movie.png);
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: 28px auto;
  padding-left: 54px;
  text-align: left; }

#sectProgram .boxContent {
  position: relative;
  overflow: hidden; }

#sectGift {
  border: 1px solid #ccc;
  margin-top: 2em;
  padding: 1px 16px;
  /* background: #f2f2f2; */
  /* max-height: 6em; */
  /* overflow: scroll; */ }
  #sectGift .container {
    background: url(../images/bg_stripe.jpg) repeat center 0;
    background-size: 17.5px auto;
    padding-top: 1px;
    padding-bottom: 32px; }
  #sectGift h3 {
    text-align: center;
    z-index: 10;
    position: relative; }
  #sectGift .boxContent {
    position: relative; }
  #sectGift .giftFrame {
    position: absolute;
    width: 100%;
    background: #fff; }
  #sectGift .giftFrameInner {
    position: relative;
    z-index: 0; }
  #sectGift .frameTri1 {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 0;
    border-color: transparent #060606 transparent transparent;
    line-height: 0px;
    _border-color: #000000 #060606 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    top: 0;
    left: 6px; }
  #sectGift .frameTri3 {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent #060606;
    position: absolute;
    top: 6px;
    left: 0px; }
  #sectGift .frameTri2 {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 0;
    border-color: #060606 transparent transparent transparent;
    line-height: 0px;
    _border-color: #060606 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    right: 6px;
    top: 0; }
  #sectGift .frameTri4 {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #060606 transparent;
    position: absolute;
    top: 6px;
    right: 0px; }
  #sectGift .frameLine {
    height: 8px;
    width: calc(100% - 28px);
    background: #060606;
    display: block;
    margin: 0 auto; }
  #sectGift .giftFrameBottom {
    transform: scale(1, -1);
    bottom: 0; }
  #sectGift .giftFrameMiddle {
    padding-top: 14px;
    padding-bottom: 14px; }
  #sectGift .giftMiddleInner {
    border-right: 8px solid #000;
    border-left: 8px solid #000;
    padding: 134px 40px 14px; }
  #sectGift .boxContent {
    margin-top: -134px;
    background: url(../images/grid.jpg) repeat 0 0;
    background-size: 27.5px auto; }
  #sectGift .giftContentWrap {
    display: flex;
    align-items: center; }
    #sectGift .giftContentWrap .giftText {
      width: 532px; }
  #sectGift .giftImage {
    margin-left: 24px;
    width: 326px; }

.notice {
  border: 1px solid #ccc;
  margin-top: 2em;
  padding: 1px 16px;
  /* background: #f2f2f2; */
  /* max-height: 6em; */
  /* overflow: scroll; */ }
  .notice p {
    font-size: 14px;
    text-indent: -1em;
    margin-left: 1em; }

@media screen and (max-width: 767px) {
  .giftContentWrap {
    flex-direction: column-reverse; }
    .giftContentWrap .giftImage {
      margin: 0 !important;
      width: 100% !important;
      text-align: center; }
    .giftContentWrap .giftText {
      width: 100% !important; }
  .boxContent {
    margin-top: -120px; }
  #sectProgram .boxContent {
    margin-top: -14px; }
  .giftFrameMiddle {
    padding-top: 10px;
    padding-bottom: 10px; }
  .giftMiddleInner {
    padding: 104px 24px 16px;
    border-width: 6px; }
  .frameLine {
    height: 6px;
    width: calc(100% - 20px); }
  .frameTri1 {
    border-width: 0 6px 6px 0;
    left: 4px; }
  .frameTri2 {
    border-width: 6px 6px 0 0;
    right: 4px; }
  .frameTri3 {
    border-width: 6px 0 0 6px;
    top: 4px; }
  .frameTri4 {
    border-width: 0 0 6px 6px;
    top: 4px; } }

.btnWrap {
  text-align: center;
  margin: 40px auto; }

.btn {
  display: inline-block;
  padding: 16px 64px;
  font-size: 40px;
  border-radius: 150px;
  -o-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
  background: green;
  color: #fff;
  font-weight: bold; }

.btn:hover,
.btn:focus,
.btn.disabled:hover,
.btn.disabled:focus {
  color: #fff;
  opacity: 0.8; }

.btn-primary {
  color: #fff;
  background-color: #ff2c2c;
  border-color: #ff2c2c; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus {
  color: #ff2c2c;
  background-color: #fff;
  border-color: #ff2c2c; }

.btn-green {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-green:hover,
.btn-green:focus,
.btn-green.disabled:hover,
.btn-green.disabled:focus {
  color: #28a745;
  background-color: #fff;
  border-color: #28a745; }

.marker {
  background: yellow; }

.underline {
  text-decoration: underline; }

.b {
  font-weight: 700; }

#sectProfile .container {
  background: url(../images/bg_stripe.jpg) repeat center 0;
  background-size: 17.5px auto;
  padding-top: 1px; }

/*
==============================
Preloader CSS
==============================
*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999; }

.folding-cube {
  left: 0;
  width: 60px;
  height: 60px;
  position: absolute;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  top: 50%;
  right: 0;
  margin: -60px auto 0; }

.folding-cube .cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.folding-cube .cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff2c2c;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.folding-cube .cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg); }

.folding-cube .cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg); }

.folding-cube .cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg); }

.folding-cube .cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.folding-cube .cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.folding-cube .cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

section {
  position: relative; }

.customBtn {
  max-width: 900px;
  margin: 0 auto;
  transform: translateX(-5%);
  transition: bottom 0.3s ease-in-out 0s; }

.sectCTA {
  z-index: 100;
  overflow: hidden; }

.sectCTA .customBtn {
  width: 100%;
  padding: 16px 8px 3px;
  z-index: 100000;
  position: relative;
  padding-left: 8%; }

.sectCTA .customBtn.static {
  position: static;
  width: 100%;
  padding: 0; }

.sectCTA .table {
  margin: 0 -80px; }

.queryFormTable {
  border-collapse: collapse;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 800px; }

.queryFormTable tr {
  border-bottom: 1px solid #ccc; }

.queryFormTable th {
  background: #eaeaea;
  padding: 16px;
  width: 40%;
  border-right: 1px solid #ccc;
  text-align: left; }

.queryFormTable td {
  padding: 16px; }

input[type=text],
input[type=email],
textarea {
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  border: 6px solid #717171;
  max-width: 600px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 1.72em; }

form label {
  text-align: center;
  font-weight: bold;
  margin: 8px auto;
  display: block; }

textarea {
  height: 12em; }

.required {
  background: #ff0081;
  padding: 1px 6px;
  font-size: 0.8em;
  color: #fff; }

input[type=submit],
input[type=reset],
input[type=button] {
  outline: none;
  background: #ccc;
  border-radius: 8px;
  padding: 64px 24px;
  border: 0;
  box-shadow: 0 0 10px rgba(105, 105, 105, 0.95);
  cursor: pointer;
  font-weight: bold; }

input[type=submit] {
  background: #00ad7d url(../images/btn_icon.png) no-repeat 265px center;
  background-size: 44px auto;
  color: #fff;
  width: 100%;
  box-shadow: 0 8px 0 0 #187155;
  text-indent: 44px; }

.btnWrap {
  position: relative;
  transition: all 0.2s ease 0s; }

.sectNextCTA {
  position: relative;
  z-index: 0; }

.sectNextCTA input[type=submit] {
  background: #00ad7d url(../images/btn_icon.png) no-repeat 144px center;
  background-size: 44px auto; }

@keyframes anime {
  0% {
    transform: scale(0.95);
    opacity: 0.5; }
  90% {
    opacity: .1; }
  to {
    transform: scale(1.2, 1.2);
    opacity: 0; } }

.btnWrap:before {
  animation: anime 2s ease-out 0s infinite normal none running; }

.btnWrap:after {
  animation: anime 2s ease-out 1s infinite; }

.btnWrap:before,
.btnWrap:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 8px;
  background: #8bd68b;
  /*border: 1px solid rgb(43, 211, 43);*/ }

.btnWrap input {
  position: relative;
  transition: all 0.2s ease 0s; }

.btnWrap input:hover {
  top: 5px;
  box-shadow: 0 3px 0 0 #187155; }

.btnWrap input:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #00b900;
  border-radius: 112px;
  transition: all 0.2s ease 0s;
  transform: translate3d(0px, 0px, 0px); }

.sectCTA .customBtn input[type=submit] {
  width: 815px;
  background: url(../images/btn_off.png) no-repeat center 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  height: 190px;
  text-indent: -9999em;
  border: 0;
  box-shadow: none;
  padding: 0;
  border-radius: 0; }

.sectCTA .customBtn input[type=submit]:hover {
  background-image: url(../images/btn_on.png); }

.sectCTA .rule iframe {
  width: 100%;
  margin: 16px 0;
  border: 1px solid #ccc;
  box-shadow: inset 0 0 5px 0 #e6e6e6; }

.timerBlock {
  padding: 8px;
  border: 4px solid #ff0000;
  text-align: center;
  background: #feffdc; }

.limit {
  text-align: center;
  background: #060606;
  color: #fff;
  width: 292px;
  margin: 13px auto 23px; }

.timerBlock .message {
  color: red;
  font-weight: bold; }

.timerBlock .flip-clock-wrapper {
  width: auto;
  margin: 0 auto;
  display: inline-block; }

.sectCTA .attention {
  color: white;
  text-align: center;
  background: red;
  font-weight: bold;
  margin: -8px -8px 0; }

.sectOldCTA .sectContent form {
  position: relative;
  overflow: hidden; }

.sectOldCTA .sectContent form:after {
  content: "";
  background: rgba(0, 0, 0, 0.8) url(../images/fin.png) no-repeat center center;
  background-size: 581px auto;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }

.sectNextCTA .section-title {
  text-align: center;
  background: #fe0000;
  color: #fff;
  padding: 16px;
  max-width: 930px;
  margin: 0 auto 50px;
  position: relative; }

.sectNextCTA .section-title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fe0000; }

.sectNextCTA .section-title h2 {
  font-size: 2.4rem;
  line-height: 1.3;
  color: #0a61db; }

.sectNextCTA .section-title h2 span {
  font-size: 1.6rem;
  text-align: left;
  display: inline-block;
  margin-top: 1rem;
  color: #fff; }

.sectNextCTA .sectTitleInner {
  display: block;
  text-align: center; }

.sectOldCTA .btnWrap:before,
.sectOldCTA .btnWrap:after {
  display: none; }

.formFlow {
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 0 8px; }

/*
    .sectCTA .customBtn input[type=submit]:hover {
        background: url(../images/btn_on.png) no-repeat center 0;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
    */
.animate69,
.a-option69,
.a-btnsub69 {
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 1s !important;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -moz-animation-duration: 1s !important; }

a.a-btn {
  position: relative;
  display: inline-block;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  box-shadow: none; }

a.a-btn img {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

img.a-option {
  z-index: 55;
  position: absolute; }

img.a-main {
  width: 100%;
  position: relative;
  z-index: 54; }

a.shover:hover * {
  animation-name: none !important; }

@-moz-keyframes animate69 {
  0% {
    -moz-transform: skewX(9deg); }
  10% {
    -moz-transform: skewX(-8deg); }
  20% {
    -moz-transform: skewX(7deg); }
  30% {
    -moz-transform: skewX(-6deg); }
  40% {
    -moz-transform: skewX(5deg); }
  50% {
    -moz-transform: skewX(-4deg); }
  60% {
    -moz-transform: skewX(3deg); }
  70% {
    -moz-transform: skewX(-2deg); }
  80% {
    -moz-transform: skewX(1deg); }
  90% {
    -moz-transform: skewX(0deg); }
  100% {
    -moz-transform: skewX(0deg); } }

@-o-keyframes animate69 {
  0% {
    -o-transform: skewX(9deg); }
  10% {
    -o-transform: skewX(-8deg); }
  20% {
    -o-transform: skewX(7deg); }
  30% {
    -o-transform: skewX(-6deg); }
  40% {
    -o-transform: skewX(5deg); }
  50% {
    -o-transform: skewX(-4deg); }
  60% {
    -o-transform: skewX(3deg); }
  70% {
    -o-transform: skewX(-2deg); }
  80% {
    -o-transform: skewX(1deg); }
  90% {
    -o-transform: skewX(0deg); }
  100% {
    -o-transform: skewX(0deg); } }

@-webkit-keyframes animate69 {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }

@keyframes animate69 {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }

.animate69 {
  -webkit-animation-name: animate69;
  -moz-animation-name: animate69;
  -o-animation-name: animate69;
  animation-name: animate69; }

@-moz-keyframes option69 {
  0% {
    -moz-transform: translateX(0); }
  20% {
    -moz-transform: translateX(9%); }
  50% {
    -moz-transform: translateX(5%); }
  60% {
    -moz-transform: translateX(13%); }
  90% {
    -moz-transform: translateX(0); }
  100% {
    -moz-transform: translateX(0); } }

@-o-keyframes option69 {
  0% {
    -o-transform: translateX(0); }
  20% {
    -o-transform: translateX(9%); }
  50% {
    -o-transform: translateX(5%); }
  60% {
    -o-transform: translateX(13%); }
  90% {
    -o-transform: translateX(0); }
  100% {
    -o-transform: translateX(0); } }

@-webkit-keyframes option69 {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    -webkit-transform: translateX(9%); }
  50% {
    -webkit-transform: translateX(5%); }
  60% {
    -webkit-transform: translateX(13%); }
  90% {
    -webkit-transform: translateX(0); }
  100% {
    -webkit-transform: translateX(0); } }

@keyframes option69 {
  0% {
    transform: translateX(0); }
  20% {
    transform: translateX(9%); }
  50% {
    transform: translateX(5%); }
  60% {
    transform: translateX(13%); }
  90% {
    transform: translateX(0); }
  100% {
    transform: translateX(0); } }

.a-option69 {
  -webkit-animation-name: option69;
  -moz-animation-name: option69;
  -o-animation-name: option69;
  animation-name: option69; }

img.a-option69 {
  left: 0;
  top: 18%; }

.a-btn69 {
  max-width: 100% !important;
  padding-left: 11% !important; }

.a-option69 {
  /*top:8%!important;*/
  width: 22% !important; }

#sectThankyou {
  padding: 16px 0; }

#sectThankyou .alert {
  text-align: center; }

#sectThankyou a {
  color: #007bff;
  text-decoration: underline; }

.footer-area {
  text-align: center;
  padding: 16px 0;
  background: #222222; }

.footer-area h4 {
  line-height: 22px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 35px; }

.footer-area h4 span {
  color: #ff2c2c; }

.footer-area ul li {
  display: inline-block;
  line-height: 1;
  border-right: 1px solid #a7a7a7;
  padding-right: 7px;
  margin-right: 4px; }

.footer-area ul li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0; }

.footer-area ul li a {
  color: #a7a7a7;
  font-size: 14px;
  text-decoration: underline; }

.footer-area ul li a:hover {
  text-decoration: none; }

.footer-area .copyright {
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 8px;
  line-height: 1; }

body.pg_raw h1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  margin: 0 0 30px 0;
  padding: 0 0 5px;
  color: #2475aa;
  border-bottom: #cccccc solid 2px; }

body.pg_raw table {
  width: 100%;
  margin: 10px 0 20px 0; }

body.pg_raw table th {
  font-size: 13px;
  font-weight: bold;
  line-height: 170%;
  text-align: left;
  white-space: nowrap;
  padding: 12px 15px;
  border-top: #cccccc solid 1px; }

body.pg_raw table td {
  font-size: 13px;
  line-height: 170%;
  text-align: left;
  padding: 12px 15px;
  border-top: #cccccc solid 1px; }

body.pg_raw h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  text-align: left;
  background: #f0f0f0;
  margin: 3em 0 1em 0;
  padding: 5px 10px; }

body.pg_raw ol {
  margin: 0 0 2em 2em;
  padding: 0; }

body.pg_raw li {
  font-size: 14px;
  line-height: 180%; }

body.pg_raw p {
  font-size: 13px;
  line-height: 170%;
  text-align: left;
  margin: 0 0 1em 0; }

body.pg_raw section {
  padding: 40px 0; }

@media screen and (max-width: 767px) {
  .pc,
  img.pc,
  br.pc {
    display: none; }
  .sp {
    display: block; }
  img.sp,
  br.sp {
    display: inline; }
  img {
    max-width: 100%;
    height: auto; }
  section p,
  section li {
    font-size: 16px; }
  #mv {
    height: auto; }
  #content {
    width: auto; }
  .container {
    padding: 0 5px;
    padding-bottom: 55px; }
  .sectContent {
    width: auto;
    padding: 10px 10px; }
  .voice {
    width: 100%;
    padding-bottom: 0px; }
  .voice h3 {
    margin-bottom: 0; }
  table th {
    width: auto; }
  .hikakuTable {
    margin: 0 0 8px; }
  .bulletWrap {
    padding: 8px 16px 8px; }
  .box .boxContent {
    padding: 0;
    margin-bottom: 0; }
  .box ul {
    margin-bottom: 0; }
  .box .big {
    font-size: 22px;
    line-height: 1.3; }
  .plan {
    margin-bottom: 32px; }
  .box {
    padding: 16px;
    margin: 16px 0; }
  .box h3 {
    padding: 16px;
    font-size: 20px;
    margin: -16px -16px 14px; }
  .box ul li {
    margin-bottom: 16px; }
  .box ul li span {
    border-bottom: dashed 2px #3e3e3e;
    display: inline-block;
    display: inline;
    padding-bottom: 1px; }
  .btnWrap {
    margin-top: 12px;
    padding: 16px; }
  .btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    font-size: 40px; }
  #sectProfile .small {
    font-size: 18px;
    line-height: 1.3; }
  #sectPrice {
    padding-bottom: 85px;
    padding-bottom: 0px; }
  .section-title {
    margin-bottom: 0;
    /*padding: 8px;*/ }
  .sectCTA .section-title {
    padding: 0; }
  .sectNextCTA .section-title {
    padding: 8px 8px 16px; }
  .sectCTA .sectContent {
    margin-top: -38px; }
  .sectCTA h2 {
    text-align: center;
    padding: 0;
    padding-top: 24px; }
  .sectOldCTA .container {
    padding-bottom: 0; }
  .naname {
    border-width: 5rem 100vw 0 0; }
  .video-background {
    max-height: 100%;
    left: 50%;
    transform: translateX(-50%); }
  .main-banner {
    height: auto;
    padding: 80px 0; }
  .main-banner-text h1 {
    font-size: 20px; }
  #sectNayami {
    margin-top: -65px; }
  #sectAbout {
    padding-bottom: 85px; }
  #sectYoutube > .container {
    margin-top: -145px; }
  #sectYoutube .about-youtube {
    padding-left: 0; }
  .about-addax {
    padding-top: 17px; }
  .merit-area {
    padding-top: 98px;
    padding-bottom: 79px; }
  #sectGrowth {
    padding-top: 85px;
    padding-bottom: 85px; }
  #sectPrice {
    padding-bottom: 85px; }
  #sectPrice .pricingTableRow {
    margin-bottom: 40px;
    margin-top: 10px; }
  #sectPrice .pricingTableRow > div {
    margin-bottom: 1em; }
  #sectSanka {
    padding-top: 15px; }
  #sectLimit {
    padding-bottom: 85px; }
  #sectLimit > .container {
    margin-top: -192px; }
  .sectCTA .notice {
    font-size: 12px;
    margin-bottom: 0;
    color: #ff2c2c; }
  .table-scroll {
    overflow-x: scroll; }
  .table-scroll .table {
    width: 800px; }
  .sectCTA .table {
    margin: 0 -80px;
    margin: 0; }
  .sectCTA .customBtn.static {
    position: static;
    box-shadow: none;
    width: auto; }
  .sectCTA .customBtn input[type=submit] {
    width: 100%;
    padding-top: 23.313%;
    height: 0; }
  .sectNextCTA .section-title h2 {
    font-size: 1.8rem;
    padding-top: 16px; }
  .sectNextCTA .section-title h2 span {
    font-size: 1.3rem; }
  .queryFormTable,
  .queryFormTable tbody,
  .queryFormTable tr {
    display: block; }
  .queryFormTable th {
    display: list-item;
    list-style: none;
    width: 100%;
    box-sizing: border-box; }
  .queryFormTable td {
    display: list-item;
    list-style: none;
    width: 100%;
    box-sizing: border-box; }
  input[type=submit],
  input[type=reset],
  input[type=button] {
    padding: 40px 16px; }
  body.pg_raw table th {
    display: list-item;
    list-style: none; }
  body.pg_raw table td {
    display: list-item;
    list-style: none; } }

@media screen and (min-width: 768px) {
  #mvPc {
    border-top: 8px solid #ff0000; }
  #mvPc .header01 {
    height: 128px;
    background: url(../images/header_pc_01.jpg) repeat-x center 0;
    background-size: 1800px auto; }
  #mvPc .header02 {
    height: 105px;
    background: url(../images/header_pc_02.jpg) repeat-x center 0;
    background-size: 1800px auto; }
  #mvPc .header03 {
    height: 84px;
    background: url(../images/header_pc_03.jpg) repeat-x center 0;
    background-size: 1800px auto; }
  #mvPc .header04 {
    height: 111px;
    background: url(../images/header_pc_04.jpg) repeat-x center 0;
    background-size: 1800px auto; }
  #mvPc .header05 {
    height: 106px;
    background: url(../images/header_pc_05.jpg) repeat-x center 0;
    background-size: 1800px auto; }
  #mvPc .header06 {
    height: 134px;
    background: url(../images/header_pc_06.jpg) repeat-x center 0;
    background-size: 1800px auto; }
  #mvPc .header07 {
    height: 138px;
    background: url(../images/header_pc_07.jpg) repeat-x center 0;
    background-size: 1800px auto; }
  #mvPc .header08 {
    height: 162px;
    background: url(../images/header_pc_08.jpg) repeat-x center 0;
    background-size: 1800px auto; }
  #mvPc .header09 {
    height: 205px;
    background: url(../images/header_pc_08_2.jpg) repeat-x center 0;
    background-size: 1800px auto; }
  #mvPc .header10 {
    height: 96px;
    background: url(../images/header_pc_09.jpg) repeat-x center 0;
    background-size: 1800px auto; }
  #mvPc .header11 {
    height: 87px;
    background: url(../images/header_pc_10.jpg) repeat-x center 100%;
    background-size: 1800px auto; }
  #mvPc .header11-2 {
    height: 112px;
    background: url(../images/header_pc_10_2.jpg) repeat-x center 100%;
    background-size: 1800px auto; }
  #mvPc .header12 {
    height: 157px;
    background: url(../images/header_pc_11.jpg) repeat-x center 0;
    background-size: 1800px auto; }
  #mvPc .header13 {
    height: 160px;
    background: url(../images/header_pc_12.jpg) repeat-x center 0;
    background-size: 1800px auto; }
  #sectVoice {
    margin-top: 170px; }
  #sectVoice .section-title {
    margin-top: -116px;
    position: relative;
    z-index: 1; }
  #sectVoice .section-title .sectTitleInner {
    padding: 0;
    display: block; }
  .voiceIntro {
    margin-top: -108px;
    margin-bottom: 30px; }
  #sectProgram .section-title {
    background: url(../images/program_h_pc.png) no-repeat center 0;
    background-size: auto 100%;
    width: auto;
    height: 206px;
    text-indent: -9999em;
    margin-top: -70px;
    /* opacity: 0.5; */
    margin-bottom: 30px; }
  #sectProgram .img {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0; }
  #sectGift .section-title {
    background: url(../images/gift_h_pc.png) no-repeat center 0;
    background-size: auto 100%;
    width: auto;
    height: 206px;
    text-indent: -9999em;
    margin-top: -70px;
    /* opacity: 0.5; */
    margin-bottom: 30px; }
  .profMatsuwota {
    height: 822px;
    background: url(../images/matsuwota.jpg) no-repeat 0 0;
    background-size: 960px auto;
    margin-bottom: 30px; }
  .profMatsuwota .para1 {
    position: absolute;
    left: 320px;
    top: 390px; }
  .profMatsuwota .para2 {
    position: absolute;
    left: 640px;
    top: 390px; }
  .profNikaidou {
    height: 714px;
    margin-bottom: 30px;
    background: url(../images/nikaidou.jpg) no-repeat 0 0;
    background-size: 960px auto; }
  .profNikaidou .para1 {
    top: 397px;
    position: absolute;
    left: 40px; }
  .profNikaidou .para2 {
    top: 397px;
    position: absolute;
    left: 361px; }
  .profNikaidou .para3 {
    top: 397px;
    position: absolute;
    left: 660px; }
  .profHayashi {
    height: 967px;
    margin-bottom: 30px;
    background: url(../images/hayashi.jpg) no-repeat 0 0;
    background-size: 960px auto; }
  .profHayashi .para1 {
    position: absolute;
    top: 373px;
    left: 40px; }
  .profHayashi .para2 {
    position: absolute;
    top: 585px;
    left: 516px; }
  .profHasegawa {
    height: 714px;
    margin-bottom: 30px;
    background: url(../images/hasegawa.jpg) no-repeat 0 0;
    background-size: 960px auto; }
  .profHasegawa .para1 {
    top: 397px;
    position: absolute;
    left: 48px;
    width: 400px; }
  .profHasegawa .para2 {
    top: 397px;
    position: absolute;
    left: 510px;
    width: 400px; }
  #sectProfile .section-title {
    background: url(../images/profile_h_pc.png) no-repeat center 0;
    background-size: auto 100%;
    width: auto;
    height: 206px;
    text-indent: -9999em;
    margin-top: -70px;
    /* opacity: 0.5; */
    margin-bottom: 30px; }
  .sectCTA {
    padding-top: 40px; }
  .sectCTA .container {
    padding-bottom: 74px; }
  .sectOldCTA .container {
    padding-bottom: 0; }
  .sectCTA .sectContent {
    margin-top: -28px; }
  .sectCTA1 .container {
    padding-bottom: 0; } }

@media screen and (max-width: 767px) {
  #mv {
    border-top: 8px solid #ff0000; }
  #mv img {
    display: block; }
  .timeLimit {
    font-size: 32px; }
  #sectVoice {
    padding: 40px 0 0 0;
    margin-top: 30px; }
  #sectVoice .section-title {
    margin-bottom: -52px;
    position: relative;
    text-align: center;
    transform: translateY(-105px);
    z-index: 100; }
  #sectVoice .sectTitleInner {
    display: block;
    padding: 0; }
  #sectVoice .section-title h2 {
    text-align: center;
    margin: 0 auto;
    background: none; }
  .voiceIntro {
    margin-left: -15px;
    margin-right: -15px;
    transform: translateY(-105px);
    margin-bottom: -100px; }
  .voiceIntro img.sp {
    width: 100%;
    display: block; }
  #sectProfile .sectContent,
  #sectProgram .sectContent {
    padding: 0; }
  #sectProfile .sectContent {
    margin-top: 130px; }
  #sectProfile .container,
  #sectProgram .container,
  #sectGift .container {
    padding-left: 0;
    padding-right: 0px; }
  #sectProfile .profWrap,
  #sectProgram .profWrap,
  #sectGift .profWrap {
    padding: 0;
    margin: 0; }
  #sectProfile .sectTitleInner,
  #sectProgram .sectTitleInner,
  #sectGift .sectTitleInner {
    padding: 0; }
  #sectProfile h2,
  #sectGift h2,
  #sectProgram h2 {
    line-height: 0;
    margin-top: -40px;
    position: relative;
    z-index: 100; }
  .prof {
    margin-bottom: 15px; }
  #sectProgram .container {
    padding-bottom: 0; }
  input[type=text],
  input[type=email],
  textarea {
    font-size: 18px; }
  input[type=submit],
  input[type=reset],
  input[type=button] {
    font-size: 24px;
    text-indent: 44px; }
  input[type=submit] {
    background: #00ad7d url(../images/btn_icon.png) no-repeat 29px center;
    background-size: 29px auto; }
  .sectNextCTA input[type=submit] {
    max-width: 300px;
    background: #00ad7d url(../images/btn_icon.png) no-repeat 29px center;
    background-size: 29px auto; } }
