@charset "utf-8";
/* CSS Document */

#gotop {
  position: fixed;
  z-index: 90;
  right: 30px;
  bottom: 31px;
  display: none;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #33b5e5;
  line-height: 65px;
  border-radius: 50%;
  transition: all 0.5s;
  text-align: center;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#gotop:hover {
  background: #0099cc;
}

[class*='_title'] {
  text-align: center;
  margin-bottom: 32px;
}

[class*='_title'] > h3 {
  font-size: 28px;
  font-weight: bold;
  color: #0072a2;
}

@media screen and (max-width: 768px) {
  [class*='_title'] {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 736px) {
  [class*='_title'] {
    margin-bottom: 16px;
  }

  [class*='_title'] h3 {
    font-size: 23px;
  }
}

[class*='_content'] {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}
[class*='mode'] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.6;
}

.mode2 {
  flex-direction: row-reverse;
}

[class*='mode'] > div {
  width: 50%;
  margin-bottom: 1rem;
}

[class*='mode'] [class*='img'] {
  width: 40%;
}

[class*='mode'] h4 {
  font-size: 28px;
  font-weight: bold;
  color: #0072a2;
}

[class*='mode'] p {
  font-size: 18px;
}

[class*='mode'] img {
  width: 100%;
}

.box03 [class*='img'] {
  width: 50%;
}

.box02,
.box03,
.box04,
.box05,
.box06,
.box07,
.box08,
.box09 {
  width: 100%;
  padding: 48px 0;
  z-index: 88;
  transition: all 0.3s;
}

.box03,
.box04,
.box06,
.box08,
.box09 {
  background: #ecf7fd;
}

.box02,
.box05,
.box07,
.box09 {
  background: #fff;
}

.videoPopup {
  position: fixed;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
  transition: all 0.3s 0.3;
}
.videoPopup.open {
  width: 100%;
  height: 100%;
  display: block;
}

.popupBg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.popupContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
  z-index: 9999;
}

.close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 30px;
}

.popupIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/****活動用****/
.blackbarnew {
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  background-color: #000;
  position: fixed;
  z-index: 999;
  overflow: hidden;
}

.yeslogo {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 2px;
  float: left;
}

.yeslogo i {
  margin-right: 8px;
  float: left;
}

.yeslogo i img {
  width: 10px;
  margin-top: 10px;
}

.yesgogo {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 2px;
  float: right;
}

.yesyes {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  margin-right: 4px;
}
/****活動用END****/

/* RWD */
.pad {
  display: none;
}

.mob {
  display: none;
}

.web {
  display: block;
}

@media screen and (max-width: 800px) {
  /* .web {
    display: none;
  } */

  .mob {
    display: none;
  }

  .pad {
    display: block;
  }
}

@media screen and (max-width: 736px) {
  .web {
    display: none;
  }

  .pad {
    display: none;
  }

  .mob {
    display: block;
  }
}
/* RWD END */

/* 主視覺 Star */
.main {
  width: 100%;
  margin-top: 30px;
  /* background-image: url('../img/main_2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 88;
  background-position: center;
  transition: all 0.3s; */
}

.slide {
  background-image: url('../img/main_2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  background-position: top center;
}

.box01 {
  max-width: 950px;
  margin: 0 auto;
  /* display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between; */
  z-index: 8;
  transition: all 0.3s;
  /* overflow: h  idden; */
  text-align: center;
}

.title {
  z-index: 22;
  padding: 2rem;
}

.title img {
  max-width: 70%;
}

.title h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 24px;
  text-shadow: 1px 1px 2px #00a8de;
}

.title h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 40px;
  text-shadow: 2px 2px 4px #00a8de;
}

.title a {
  text-decoration: none;
  /* color: #2aadff;
  background-color: #fff; */
  color: #fff;
  border: 2px #fff solid;
  padding: 8px 16px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 8px;
  margin-bottom: 24px;
  box-shadow: 2px 2px 4px #00a8de;
}

.title a:hover {
  /* color: #fff;
  background-color: #2aadff; */
  color: #00a8de;
  background-color: #fff;
  border: 3px #fff solid;
  transition: all 0.3s;
}

.videobox {
  max-width: 650px;
  margin: 0 auto 30px;
  z-index: 99;
}

.video-container {
  position: relative;
  padding-bottom: 53.25%;
  margin-bottom: 0px;
  height: 0;
  overflow: hidden;
  border: 3px #ffd217 solid;
  border-radius: 12px;
  z-index: 88;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .videobox {
    padding: 32px 12px;
  }
}
@media screen and (max-width: 736px) {
  .videobox {
    margin: 0 auto;
    padding: 16px 0;
  }
  .video-container {
    max-width: 360px;
    margin: auto;
  }
}

.btn {
  padding-bottom: 32px;
}

.btn a {
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  color: #171717;
  padding: 8px 20px;
  background-color: #ffd805;
  border-radius: 8px;
  display: inline-block;
}

/* 主視覺 End */
.youtube_pic {
  width: 80%;
  margin-top: 20px;
  border: 5px solid #fff;
  box-shadow: 2px 2px 5px rgba(0 0 0 / 30%);
}

.box04 {
  /* background-color: #dcf2ff; */
  width: 100%;
  transition: all 0.3s;
}

.box04 ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 8px;
}

.box04 ul li {
  width: calc(100% / 3 - 12px);
  margin-right: 12px;
}

.punchin {
  background-color: #fff;
  padding: 28px 16px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 1px 4px rgb(0 0 0 / 10%);
}

.punchin_img {
  width: 110px;
  margin: 0 auto;
  margin-bottom: 16px;
}

.punchin_txt {
  text-align: center;
}

.punchin_txt h1 {
  color: #383838;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
}

.punchin_txt p {
  font-size: 18px;
  line-height: 1.3;
  color: rgb(58, 58, 58);
}

@media screen and (max-width: 736px) {
  .box04 {
    padding: 0 0 1rem;
  }

  .box04 ul {
    padding: 0 8px;
  }

  .box04 ul li {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 350px;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .punchin {
    width: 340px;
    padding: 10px 0px 6px 20px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
  }

  .punchin_img {
    width: 100px;
    margin: 0;
  }

  .punchin_txt {
    text-align: left;
    margin: 16px 12px 12px;
  }

  .punchin_txt h1 {
    font-size: 20px;
    margin-bottom: 6px;
  }
}

.box05 .sell {
  background: #0091ff;
  color: #fff;
  font-size: 20px;
  padding: 2px 12px;
  vertical-align: middle;
  display: inline-block;
  border-radius: 8px;
  margin-top: 12px;
}

.box05 .money {
  font-size: 32px;
  color: #ffff0f;
}

.box07_img {
  display: flex;
  justify-content: space-between;
}

.computer img {
  width: 480px;
  padding-top: 16px;
}

.icon {
  width: 100%;
}

.icon ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 16px;
}

.icon li {
  margin-left: 40px;
  margin-bottom: 20px;
}

.icon img {
  width: 96px;
}

.icon p {
  text-align: center;
  font-size: 20px;
  color: #383838;
}

@media screen and (max-width: 768px) {
  .icon ul {
    padding: 0 8px 8px;
  }
  .icon li {
    margin-left: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 736px) {
  .box07 {
    padding: 0;
  }

  .box07_content {
    padding: 28px 8px 20px;
  }

  .box07_img {
    display: flex;
    flex-wrap: wrap;
  }

  .computer {
    margin: 0 auto;
    margin-bottom: 12px;
  }

  .computer img {
    width: 350px;
  }

  .icon {
    margin: 0 auto;
  }

  .icon ul {
    padding: 0px 16px;
  }

  .icon li {
    margin-left: 4px;
    margin-bottom: 16px;
  }

  .icon img {
    width: 80px;
  }

  .icon p {
    font-size: 18px;
  }
}

.box05 ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.box05 ul li {
  width: calc(100% / 5 - 12px);
  margin-right: 12px;
}

.feature_img {
  width: 140px;
  margin: 0 auto;
  margin-bottom: 16px;
}

.feature_txt {
  text-align: center;

  /* background-color: #000; */
}

.feature_txt h1 {
  font-size: 20px;
  /* font-weight: bold; */
  margin-bottom: 4px;
  color: #383838;
  padding: 4px;
}
@media screen and (max-width: 768px) {
  .box05_content {
    padding: 0 0 0 12px;
  }
}
@media screen and (max-width: 736px) {
  .box05 {
    padding: 28px 8px 0;
  }
  .box05_content {
    margin-bottom: 0;
    padding: 0;
  }

  .box05 ul {
    margin-left: 2px;
  }

  .box05 ul li {
    /* margin: 0 auto; */
    display: flex;
    flex-wrap: wrap;
    width: 170px;
    margin-right: 8px;
  }

  .feature {
    width: 100%;
    padding: 10px 0;
    border-radius: 4px;
    overflow: hidden;
  }

  .feature_img {
    width: 120px;
    margin-bottom: 8px;
  }

  .feature_txt h1 {
    font-size: 18px;
  }
}

.box08 {
  background-color: rgb(255, 252, 225);
  width: 100%;
  padding: 32px 0 36px;
}

.box08_content {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}

.box08_img {
  width: 100%;
  margin: 0 auto;
}

.box08_content p {
  font-size: 16px;
  text-align: center;
  color: #383838;
  margin-top: 12px;
}

@media screen and (max-width: 736px) {
  .box08_content p {
    line-height: 1.3;
  }

  .block {
    display: block;
  }
}

/*money*/
.box09 {
  width: 100%;
  height: auto;
  padding: 30px 10px 40px;
  background-color: #ade0ff;
  position: relative;
  z-index: 88;
  overflow: hidden;
  transition: all 0.3s;
  /* margin-bottom: 64px; */
}

.moneybox {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}

.moneybox > h1 {
  font-size: 28px;
  color: #004d96;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 28px;
  text-align: center;
}

.plan01,
.plan02,
.plan03,
.plan04 {
  width: 220px;
  overflow: hidden;
  float: left;
  position: relative;
  margin-left: 2px;
  transition: all 0.3s;

  /*opacity: 0;*/
}
.active .plan01 {
  -webkit-animation: plan01 1s forwards 0.4s ease-in-out;
  animation: plan01 1s forwards 0.4s ease-in-out;
}
@-webkit-keyframes plan01 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes plan01 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.active .plan02 {
  -webkit-animation: plan02 1s forwards 0.8s ease-in-out;
  animation: plan02 1s forwards 0.8s ease-in-out;
}
@-webkit-keyframes plan02 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes plan02 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.active .plan03 {
  -webkit-animation: plan03 1s forwards 1.2s ease-in-out;
  animation: plan03 1s forwards 1.2s ease-in-out;
}
@-webkit-keyframes plan03 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes plan03 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.active .plan04 {
  -webkit-animation: plan04 1s forwards 1.6s ease-in-out;
  animation: plan04 1s forwards 1.6s ease-in-out;
}
@-webkit-keyframes plan04 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes plan04 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.plan_title {
  width: 240px;
  padding-top: 241px;
  float: left;
}
.plan_white {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
.greenbox,
.bluebox,
.pinkbox {
  width: 224px;
  height: 56px;
  color: #fff;
  font-size: 26px;
  position: relative;
  line-height: 56px;
  text-align: center;
}
.greenbox {
  background-color: #638c0b;
}
.bluebox {
  background-color: #00a0e9;
}
.pinkbox {
  background-color: #ff5419;
}

.cheap {
  width: 100%;
  text-align: center;
  padding: 20px 20px 26px 20px;
}

.cheap > h1 {
  color: #e20000;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
}

.sf1 {
  font-size: 18px;
}

.cheap > h2 {
  text-align: center;
  color: #004d96;
  font-weight: bold;
}

.cheap span {
  color: #878787;
}

@media screen and (max-width: 736px) {
  .cheap {
    padding: 16px 4px;
  }
  .cheap > h1 {
    font-size: 18px;
  }
  .sf1 {
    font-size: 12px;
  }
  .cheap > h2 {
    line-height: 1.5;
    font-size: 14px;
  }
  .cheap span {
    font-size: 12px;
  }
}

.plantable td {
  padding: 17px 0px;
  font-size: 20px;
}
.plantable tr:nth-child(even) {
  background: #fff;
}
.plantable tr:nth-child(odd) {
  background-color: #fffcdb;
}
.vblue {
  width: 28px;
  height: 20px;
  margin: auto;
}

.vblue {
  background: url('../img/v_blue.png') no-repeat;
  transition: all 0.3s;
}

.xgray {
  width: 19px;
  height: 19px;
  background: url('../img/x_gray.png') no-repeat;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .plan01,
  .plan02,
  .plan03,
  .plan04 {
    width: 180px;
    margin-left: 1px;
  }

  .greenbox,
  .bluebox,
  .pinkbox {
    width: 180px;
  }
}

@media screen and (max-width: 736px) {
  .plan01 {
    width: 25%;
    margin-left: 0px;
  }
  .plan02,
  .plan03,
  .plan04 {
    width: calc(25% - 1px);
    margin-left: 1px;
  }
  .plan_title {
    width: 100%;
    padding-top: 167px;
    float: left;
  }
  .plan_white {
    width: 100%;
    padding-top: 0px;
    background-color: #fff;
  }
  .greenbox,
  .bluebox,
  .pinkbox {
    width: 100%;
    height: 30px;
    left: 0px;
    font-size: 15px;
    line-height: 30px;
  }
  .greenbox:before,
  .bluebox:before,
  .pinkbox:before {
    display: none;
  }

  .h20 {
    height: 14px;
  }
  .plantable {
  }
  .plantable td {
    padding: 6px 0px 7px 0px;
    font-size: 14px;
  }
  .vgreen,
  .vblue,
  .vpink {
    width: 17px;
    height: 14px;
    background-size: 17px 12px;
    background-position: top 2px center;
    margin: auto;
  }
  .xgray {
    width: 13px;
    height: 13px;
    background-size: 12px 12px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 320px) {
  .plan_title {
    padding-top: 183px;
  }
  .plantable td {
    font-size: 12px;
    padding: 17px 0;
  }

  .vgreen,
  .vblue,
  .vpink {
    height: 12px;
  }
}

.buy {
  width: 100%;
  margin-top: 20px;
  transition: all 0.3s;
}

.buy h3 {
  width: 100px;
  text-align: center;
  padding: 8px;
  font-size: 18px;
  border-radius: 4px;
  transition: all 0.3s;
  background-color: #ffffae;
  color: #000000;
  background: linear-gradient(#ffffae, #ffde00);
  display: inline-block;
}

.buy h3:hover {
  webkit-filter: brightness(1.2);
  background: linear-gradient(#ffffef, #ffde00);
}

@media screen and (max-width: 736px) {
  .buy {
    margin-top: 14px;
  }
  .buy h3 {
    width: 60px;
    text-align: center;
    padding: 8px 4px;
    font-size: 12px;
  }
}
/*money end*/

@media screen and (max-width: 768px) {
  .popupContent {
    width: 100%;
  }
  .title {
    padding: 0.5rem 1.5rem 0;
  }

  .title img {
    max-width: 100%;
  }

  .mode1 {
    flex-direction: column-reverse;
  }
  .mode2 {
    flex-direction: column-reverse;
  }

  [class*='mode'] > div {
    width: 100%;
  }

  [class*='mode'] [class*='img'] {
    display: none;
  }

  .box02,
  .box03,
  .box05,
  .box06,
  .box08,
  .box09 {
    padding: 1rem;
  }
  .box09 {
    padding-bottom: 4rem;
  }

  .youtube_pic {
    width: 100%;
  }
}
