/* Base Styles */
body {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #828282;
  background-color: #fff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Typography */
h1 {
  font-size: 60px;
}

h2 {
  color: #111;
  font-weight: 300;
  margin-bottom: 30px;
}

h3, h5 {
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}

h4 {
  position: relative;
  color: #000;
  font-weight: 900;
  margin-bottom: 13px;
  line-height: 30px;
}

h4:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -14%;
  display: inline-block;
  width: 60px;
  height: 2px;
  transform: translateX(-50%);
  background-color: white;
  border-radius: 2px;
}

p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #000;
  padding-bottom: 15px;
}

a {
  color: #fff;
  transition: color 0.3s;
}

a:hover {
  color: #cacaca;
  text-decoration: none;
}

a h4:hover {
  text-decoration: underline;
}

/* Lists */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 27px;
  color: #828282;
}

/* Layout */
.wrap {
  overflow: hidden;
}

.clear {
  clear: both;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.caption {
  text-align: center;
  margin-bottom: 40px;
}

/* Images */
img {
  max-width: 66%;
  height: auto;
}

.full-width img {
    max-width: 100% !important;
    width: 100%;
    height: auto;
}

/* Buttons */
.btn-cta-primary {
  color: #fff !important;
  padding: 15px 30px;
  border-radius: 0;
  font-size: 12px;
  letter-spacing: 2px;
  transition: all .2s ease-in-out;
  position: relative;
  margin-top: 25px;
  text-transform: uppercase;
  font-weight: 500;
}

.btn-cta-blue {
  background-color: #0785f2;
}

.btn-cta-blue:hover {
  background-color: #fff;
  color: #0785f2 !important;
}

.btn-cta-buy {
  background-color: #0785f2;
  margin-top: 0;
}

.btn-cta-buy:hover {
  background-color: #fff;
  color: #0785f2 !important;
}

/* Buy Button */
.buy-button {
  display: inline-block;
  background-color: #fc4c4c;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 90px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(252, 76, 76, 0.4);
  transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

.buy-button:hover,
.buy-button:focus,
.buy-button:visited,
.buy-button:active {
  color: white;
  text-decoration: none;
}

.buy-button:hover {
  background-color: #e84343;
  box-shadow: 0 8px 20px rgba(252, 76, 76, 0.5);
}

/* Navigation */
#top-nav {
  transition: all .2s linear 0s;
}

.navbar-fixed-top {
  background-color: transparent;
  border: none;
}

.navbar-fixed-top li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: color .3s, border .3s;
}

.navbar-fixed-top .navbar-nav .activenav a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.navbar-nav > li > a {
  border-bottom: 1px solid transparent;
  transition: color .3s, border .3s;
}

.navbar-fixed-top .navbar-nav > li > a:hover {
  border-bottom: 1px solid #cacaca;
}

.fixed-header {
  background: #fff !important;
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .1);
}

.fixed-header .navbar-nav > li > a {
  color: #828282;
  opacity: 1;
}

.fixed-header .navbar-nav .activenav a {
  color: #222 !important;
  border-bottom: 1px solid #0785f2;
}

.fixed-header .navbar-nav .activenav a:hover {
  border-bottom: 1px solid #0785f2;
}

.fixed-header .navbar-nav > li > a:hover {
  border-bottom: 1px solid #111;
}

#top-nav.navbar-scroll-changed {
  background: transparent;
  margin: 0 auto;
  border: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Hero Section */
.hero-overlay {
  background: rgba(255, 255, 255, 0.4);
  height: 700px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.hero-image {
  margin-bottom: 70px;
  position: relative;
}

.hero-image #home {
  background: url(../images/home-hero3.png) center no-repeat;
  position: relative;
  width: 100%;
  background-size: cover;
  overflow: hidden;
}

.main-message {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.main-message h1 {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-size: 60px;
  color: #fff;
}

/* Titles */
.title {
  text-align: center;
  margin-bottom: 70px;
}

.title p {
  font-size: 14px;
  color: #9d9d9d;
}

.title h2 {
  margin-bottom: 15px !important;
  font-weight: bold;
  text-align: center;
}

.title2a {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 115px;
}

.title2a h2 {
  margin-bottom: 15px !important;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.title2 {
  text-align: center;
  margin-bottom: 40px;
}

.title2 h2 {
  margin-bottom: 15px !important;
  font-weight: bold;
  color: #5e5e5e;
  text-align: center;
}

.title3 {
  text-align: center;
}

.title3 h2 {
  font-weight: bold;
  margin: 0;
  background: #000;
  padding: 11px;
  color: #fff;
  text-align: center;
}

/* Description */
p.description {
  font-size: 22px;
  font-weight: bold;
  text-align: center !important;
  padding-bottom: 40px;
  max-width: 900px;
  margin: 0 auto;
  line-height: 39px;
  color: #ff0100;
}

p.description-image {
  color: #4a4a4a;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .4px;
  padding: 15px 0;
  line-height: 25px;
}

/* Section Styles */
#features {
  margin-bottom: 30px;
  padding-top: 50px;
  color: #fff;
  background-color: #FFFFFF;
}

#features i.fa {
  font-size: 50px;
  color: #0785f2;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

#features h3 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 2px;
  line-height: 37px;
}

#features .caption p {
  padding-left: 10px;
  padding-right: 10px;
}

/* Marketing Section */
.marketing-action {
  position: relative;
  background: url(../images/pencil.jpg) center no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}

.marketing-action .overlay {
  background: rgba(0, 0, 0, .5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 360px;
}

.marketing-action .text {
  position: absolute;
  text-align: center;
  top: 48%;
  transform: translateY(-50%);
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.marketing-action h1 {
  margin-bottom: 15px !important;
  margin-top: 0;
}

.marketing-action .text h1 {
  color: #fff;
}

/* Footer */
#footer {
  margin-bottom: 0;
  background-color: #222;
  padding-top: 50px;
}

.footer-section {
  margin-bottom: 30px;
}

img.logo-footer {
  margin-top: -15px;
}

p.copyright {
  float: left;
  margin-left: -30px;
}

.social {
  float: right;
  margin-right: -15px;
}

.social a {
  padding-right: 15px;
  font-size: 19px;
}

.ft_p {
  font-family: "Sawarabi Gothic";
  font-weight: 400;
  font-size: 12px;
  line-height: 23px;
  color: #fff;
  padding-bottom: 15px;
  width: 80%;
  text-align: left;
  margin: 0 auto;
}

/* FAQ Section */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  box-sizing: border-box;
}

.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em 0;
  color: #1b2538;
}

.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}

.cp_qa .cp_actab label {
  font-weight: 400;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: #717171;
  color: #fff;
}

.cp_qa .cp_actab label::before {
  font-family: serif;
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
  content: '';
}

.cp_qa .cp_actab label:hover {
  transition: all 0.3s;
  color: #FFFFFF;
}

.cp_qa .cp_actab label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  content: '\f067';
  display: inline-block;
  width: 2em;
  height: 2em;
  transition: transform 0.4s;
  font-family: "Font Awesome 5 Free";
}

.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 0.5em;
  transition: max-height 0.2s;
  border-radius: 0 0 0.5em 0.5em;
}

.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em 0;
}

.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 250em;
  border: 10px solid rgba(27, 37, 56, 0.1);
}

.cp_qa .cp_actab input:checked ~ label {
  color: #fff;
  border-radius: 0.5em 0.5em 0 0;
}

.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  transform: rotateZ(45deg);
  transform-origin: 50% 50%;
}

/* Utility Classes */
.tokuten {
  font-size: 17px;
  font-weight: bold;
  vertical-align: bottom;
  color: #ff0100;
}

.tokuten-se {
  border: solid 3px;
  color: #ff0102;
  padding: 10px;
}

.btn_poji {
  margin-left: 16%;
}

.sabtitle {
  color: #e60115;
  font-size: 16px;
}

.sousin_btn {
  background: #ff0102;
  padding: 10px 30px;
}

/* Responsive Styles */
/* PC/SP Display Toggle */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* Media Queries */
@media (max-width: 1024px) {
  .hero-overlay {
    height: 550px;
  }
}

@media (min-width: 1024px) {
  .hero-overlay {
    height: 591px;
  }
}

@media (max-width: 768px) {
  .hero-overlay {
    height: 60vh;
  }
  
  .navbar-fixed-top {
    background: #fff !important;
    box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .1);
  }
  
  .navbar-default .navbar-nav > li > a {
    color: #828282;
    opacity: 1;
    line-height: 20px !important;
    margin-left: 0 !important;
  }
  
  .navbar-fixed-top .navbar-toggle .icon-bar {
    background-color: #757d8a !important;
  }
  
  .navbar-fixed-top .navbar-nav .activenav a {
    color: #222;
    border-bottom: 1px solid #0785f2;
  }
  
  .hero-image {
    margin-bottom: 0;
  }
  
  .price-table {
    margin: 30px !important;
  }
  
  .pc {
    display: none !important;
  }
  
  .sp {
    display: block !important;
  }
}

@media (max-width: 990px) {
  p.description-image {
    padding: 0 !important;
  }
  
  .zig-zag {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .zig-zag-right * {
    text-align: center !important;
    margin-bottom: 20px;
  }
  
  .carousel-indicators {
    position: relative;
    clear: both;
    margin-bottom: 30px;
    left: 50%;
  }
}

@media (max-width: 600px) {
  .main-message h1 {
    font-size: 40px !important;
  }
}

/* iPhone Pro 16 and other smartphones */
@media screen and (max-width: 767px) {
  .hero-image {
    min-height: 480px;
    background-size: cover;
    background-position: center top;
    padding-bottom: 30px;
  }
  
  .hero-overlay {
    min-height: 480px;
    padding-bottom: 40px;
  }
  
  .flex.bounceInRight.sp {
    margin-top: 50px;
    padding-top: 10px;
  }
  
  .main-message {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  
  .flex.fadeInUp.sp {
    margin-bottom: 15px;
  }
  
  .flex.fadeInUp.sp:last-of-type {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  
  .btn_poji {
    margin-bottom: 20px;
    margin-left: 0;
  }
  
  .img_size_btn {
    max-width: 100%;
    height: auto;
  }
  
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  
  .title {
    margin-bottom: 20px;
  }
  
  p.description {
    font-size: 17px;
    text-align: left !important;
    padding-bottom: 0;
    margin: 11px;
    line-height: 28px;
  }
  
  p.description-image {
    font-size: 19px;
    margin: 0 0 20px 0;
  }
  
  .title2a {
    margin-bottom: 0;
    padding-top: 60px;
  }
  
  .ft_p {
    width: 90%;
  }
  
  #top-nav.navbar-scroll-changed {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

/* iPhone Pro 16 specific adjustments */
@media screen and (min-width: 390px) and (max-width: 430px) {
  .hero-image, .hero-overlay {
    min-height: 520px;
  }
  
  .flex.fadeInUp.sp:last-of-type {
    margin-bottom: 35px;
  }
}









.text_m{
    margin: 50px auto;
    padding: 20px 0;
    border: solid 1px #9b9a9a;
}
.text_mpp {
    padding: 20px;
   text-align: center;
}
.text_mp {
    padding: 0 20px;
}
.text_mpp {
    padding: 10px;
    text-align: left;
}
.taikai_riyuu{
    width: 95%;
    margin: 0 auto;
}
.text_m{
    margin: 30px auto;
    padding: 20px 0;
    border: solid 1px #9b9a9a;
}

.text_mp {
    padding: 10px;
    
}



   /* マイページ */
   .section {
   width: 100%;
   margin: 10px auto;
   padding: 15px;
   background-color: #fff;
   border-radius: 12px;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
   }
   /* カード形式のレイアウト */
   .license-card {
   background-color: #f8faff;
   border-radius: 12px;
   box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
   margin-bottom: 20px;
   padding: 18px;
   border: 1px solid #e0e8ff;
   position: relative;
   overflow: hidden;
   }
   .license-card::after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 8px;
   height: 100%;
   /*  background-color: #0099ff; */
   }
   .license-card-title {
   font-size: 16px;
   font-weight: 600;
   color: #0068c9;
   margin-bottom: 12px;
   padding-bottom: 10px;
   border-bottom: 2px solid #e0e8ff;
   padding-left: 8px;
   }
   .license-content {
   background-color: #fff;
   border-radius: 8px;
   padding: 12px;
   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
   }
   .license-item {
   display: flex;
   flex-direction: column;
   gap: 6px;
   margin-bottom: 12px;
   }
   .license-label {
   font-size: 12px;
   color: #667799;
   font-weight: 500;
   display: flex;
   align-items: center;
   }
   .license-label::before {
   margin-right: 5px;
   /*  color: #0099ff; */
   font-size: 14px;
   }
   .license-value {
   font-size: 15px;
   color: #333;
   line-height: 1.4;
   padding-left: 12px;
   }
   .status-active {
   color: #00b369;
   font-weight: 600;
   display: inline-flex;
   align-items: center;
   gap: 5px;
   padding: 4px 10px;
   background-color: rgba(0, 179, 105, 0.1);
   border-radius: 30px;
   }
   .status-active::before {
   content: "";
   display: inline-block;
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background-color: #00b369;
   }
   .status-inactive {
   color: #e63946;
   font-weight: 600;
   display: inline-flex;
   align-items: center;
   gap: 5px;
   padding: 4px 10px;
   background-color: rgba(230, 57, 70, 0.1);
   border-radius: 30px;
   }
   .status-inactive::before {
   content: "";
   display: inline-block;
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background-color: #e63946;
   }
   .license-key {
   font-family: monospace;
   letter-spacing: 1px;
   background-color: #f5f7fa;
   padding: 10px 12px;
   border-radius: 6px;
   font-size: 14px;
   word-break: break-all;
   display: block;
   width: 100%;
   border: 1px dashed #c8d5e9;
   }
   .no-license {
   text-align: center;
   padding: 30px 15px;
   color: #666;
   font-size: 16px;
   background-color: #f9fafc;
   border-radius: 8px;
   margin: 20px 0;
   border: 1px dashed #ddd;
   }
   .license-divider {
   height: 1px;
   background-color: #e8eef8;
   margin: 12px 0;
   }
   .license-info {
   margin-top: 20px;
   color: #667799;
   font-size: 12px;
   text-align: center;
   padding: 8px 10px;
   background-color: #f8faff;
   border-radius: 6px;
   border: 1px dashed #e0e8ff;
   }
   .license-header {
   text-align: center;
   margin-bottom: 20px;
   font-size: 18px;
   font-weight: 600;
   color: #333;
   position: relative;
   padding-bottom: 10px;
   }
   .license-header::after {
   content: "";
   position: absolute;
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);
   width: 60px;
   height: 3px;
   background-color: #0099ff;
   border-radius: 3px;
   }
   .login-button {
   display: inline-block;
   padding: 8px 20px;
   background-color: #dc3545;
   color: white;
   text-decoration: none;
   font-size: 14px;
   font-weight: bold;
   border-radius: 5px;
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
   transition: all 0.3s ease;
   text-align: center;
   min-width: 120px;
   }
   .login-button:active {
   transform: scale(0.98);
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
   }
   @media (hover: hover) {
   .login-button:hover {
   background-color: #c82333;
   box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
   }
   }