@charset "UTF-8";
/*===============================================================

 INDEX

===============================================================*/
#index_top {
  width: 100%;
  height: 86rem;
  position: relative;
  overflow: hidden;
}

.mov-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

#main_mov {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.main_txt {
 z-index: 2;
 display: flex;
 width: 100%;
 height: 100vh;
 text-align:center;
 margin: auto;
 margin-top: 10rem;
}

.main_txt h5,
.main_txt h3,
.main_txt p {
  width: 100%;
  color: #fff;
  position: absolute;
  top: -53%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-text-shadow: 0 0 1.1rem rgba(0, 0, 0, .6);
          text-shadow: 0 0 1.1rem rgba(0, 0, 0, .6);
}

.main_txt h5 {
  top: -75%;
  letter-spacing: 1rem;
  font-size: 50px;
  font-weight: 100;
  font-family: "ヒラギノ角ゴ ProN W1","HiraKakuProN-W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",
                sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
}

.main_txt h3 {
  font-family: 'Jost', sans-serif;
  top: -66%;
  letter-spacing: 1.5rem;
  font-size: 18px;
  font-weight: 100;
}

.main_txt p {
  margin-top: -3rem;
  letter-spacing: 0.2rem;
}

/* scroll line */
.scdwn {
  position: absolute;
  width: 10rem;
  height: 10rem;
  top: 33%;
  left: 52%;
  transform: translateX(-48%);
}

@media (width <= 1024px) {
  .scdwn {
    left: 55%;
  }
}

.chevron {
    position: absolute;
    width: 2.8rem;
    height: 0.1rem;
    opacity: 0;
    transform: scale3d(.5, .5, .5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron::before,
.chevron::after {
  content: ' ';
  position: absolute;
  top: 40px;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron::before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron::after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(3rem);
  }
  67% {
    opacity: 1;
    transform: translateY(4rem);
  }
  100% {
    opacity: 0;
    transform: translateY(5.5rem) scale3d(0.5, 0.5, 0.5);
  }
}

.scd-text {
    display: block;
    margin-top: 1rem;
    margin-left: -2rem;
    font-family: 'Jost', sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
    -webkit-text-shadow: 0 0 1.1rem rgba(0, 0, 0, .6);
    text-shadow: 0 0 1.1rem rgba(0, 0, 0, .6);
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

#service {
  width: 100%;
  text-align: center;
  background: #fff;
}

#service h2 {
  color: var(--color-subp);
}

#service h3 {
  font-family: 'Jost', sans-serif;
}

.service_contents {
  width: 100%;
  padding: 15rem 0;
}

.service_contents .contents_inner {
  display: flex;
  width: 80%;
  height: 80rem;
  margin: 0 auto;
  align-items: center;
  justify-content: space-around;
  padding: 0 5rem;
}

.service_contents h4,
.service_contents h3 {
  color: var(--color-base);
}

@media (width <= 430px) {
  .service_contents h4 {
    font-size: 2.6rem;
  }
}

.service_contents .contents:nth-child(even) h4,
.service_contents .contents:nth-child(even) h3 {
  color: #fff;
}

.service_contents .contents:nth-child(odd) {
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
  background: #f2f2f2;
}

.service_contents .contents:nth-child(2) {
  z-index: -10;
  margin-top: -8.6rem;
  clip-path: polygon(0 0,100% 10%, 100% 90%, 0 100%);
  background: linear-gradient(#ff9819, #ff4f64);
}

.service_contents .contents:nth-child(4) {
  z-index: -10;
  margin-top: -8.6rem;
  clip-path: polygon(0 0,100% 10%, 100% 100%, 0 100%);
  background: linear-gradient(#ff4f64 50%, #3a95e0);
}

.service_contents .contents:nth-child(3) {
  margin-top: -8rem;
}

.contents .image {
  width: 100%;
  margin: 0 4rem;
}

.contents .block {
  width: 100%;
  margin: 0 4rem;
}

.contents .block .block_txt {
  width: 45rem;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 5rem;
  text-align: center;
}

.contents:nth-child(even) .block .block_txt p {
  color: #fff;
}

.contents .image img {
  width: 660px;
  object-fit: cover;
}

.block .back-text-outer {
  width: 100%;
  white-space: nowrap;
}

.block .back-text1,
.block .back-text2,
.block .back-text3,
.block .back-text4 {
  color: #fff;
  font-size: 15rem;
  left: 0;
}

.block .back-text1::before {
  content: 'WEB\0020 CREATION';
  opacity: .6;
}

.block .back-text2::before {
  content: 'GRAPHICS';
  opacity: .1;
}

.block .back-text3::before {
  content: 'MOVIE';
  opacity: .6;
}

.block .back-text4::before {
  content: 'SNS\0020 ADVERTISTING';
  opacity: .1;
}

#works.index_works {
  vertical-align: top;
  margin-top: -15rem;
  padding-top: 8rem;
}

#mov {
  width: 100%;
  text-align: center;
  background: #f8f8f8;
}

#mov iframe {
  margin: 5rem 0;
}

.service_contents .contents:nth-child(2) .btn4 a,
#works .btn4 a {
  font-family: 'Jost', sans-serif;
}

/* index responsive */
@media (width <= 1000px) {
  .contents .block {
    width: 40%;
  }
}

@media (width <= 1024px) {
  #index_top {
    height: 105rem;
  }

  .service_contents .contents_inner {
    width: 100%;
  }

  .contents .block {
    width: 100%;
    margin: 0 auto;
  }

  .contents .block .block_txt {
    width: 100%;
  }

  .contents .image {
    margin: 0 auto;
  }

  .contents .image img {
    width: 350px;
  }

  .block .btn3 {
    padding: 0.5em 3.6em;
  }

  #mov iframe {
    width: 100%;
  }

  .btn3::before,
  .btn4::after {
    top: 8%;
  }
}

@media (width < 630px) {
  .main_txt h5 {
    font-size: 3rem;
  }

  .main_txt p {
    width: 80%;
  }

  .service_contents .contents:nth-child(even) .contents_inner {
    flex-direction: column-reverse;
  }

  .service_contents .contents_inner {
    flex-direction: column;
  }

  .contents .image {
    margin: 0 auto;
    margin-top: -4rem;
    margin-bottom: -22rem;
  }

  .contents .block .block_txt p {
    text-align: center;
  }
}

@media (width <= 430px) {
  #main_mov {
    z-index: -10000;
  }

  .main_txt {
    margin-top: 55%;
  }

  .main_txt h5 {
    font-size: 2.5rem;
    letter-spacing: 1.6rem;
    top: -95%;
  }

  .main_txt h3 {
    font-size: 1.4rem;
    top: -89%;
  }

  .main_txt p {
    font-size: 1.4rem;
    top: -78%;
  }

  .scdwn {
    top: 33%;
    left: 58%;
  }

  .contents .image {
    padding-top: 7rem;
    margin: 0 auto;
    margin-bottom: -20rem;
    margin-top: -10rem;
  }

  .service_contents .contents:nth-child(2) {
    height: 68rem;
  }

  .contents:nth-child(2) .image {
    margin-bottom: -50rem;
    margin-top: -20rem;
  }

  .contents .block {
    width: 100%;
    margin: 0;
  }

  .contents:nth-child(3) .image {
    margin-bottom: -42rem;
    margin-top: -22rem;
  }

  .contents:nth-child(4) .image {
    margin-bottom: -40rem;
    margin-top: -17rem;
  }

  .block .back-text1::before {
    display: none;
  }

  .block .back-text2::before {
    display: none;
  }

  .block .back-text3::before {
    display: none;
  }

  .block .back-text4::before {
    display: none;
  }

  #service {
    margin-top: -10rem;
    overflow: hidden;
    position: relative;
  }

  .service_txt h2 {
    padding-top: 50px;
  }

  .service_txt p {
    width: 80%;
    margin: 0 auto;
  }

  .service_contents .contents:nth-child(3) {
    height: 65rem;
  }

  .service_contents .contents:nth-child(2) .block,
  .service_contents .contents:last-child .block {
    padding-top: 8rem;
  }

  .btn5 {
    width: 120% !important;
    font-size: 1.3rem !important;
    margin-left: -3rem;
  }

  .btn5 a::after {
    right: -2rem !important;
  }

  #mov iframe {
    width: 430px;
    height: 242px;
  }
}

/*===============================================================

 GRAPHICS

===============================================================*/
#graph_top .contents_top_bg {
  background-image: url(../img/graph.jpg);
}

#grap_exp {
  text-align: center;
}

.grap_txt {
  letter-spacing: .3rem;
}

#grap_service {
  max-width: 1400px;
  width: 1400px;
  position: relative;
  margin-top: 20rem;
  overflow: hidden;
}

.grap_service_inner {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 12rem;
  padding: 0 8rem 0 8rem;
}

.grap_service_inner img {
  width: 80%;
  border-radius: 3rem;
}

#gsir,
#gsil {
  width: 45.45%;
}

#gsil {
  margin-top: 20rem;
}

.gsir_txt,
.gsil_txt {
  position: relative;
  margin-top: -5.5rem;
  width: 70%;
  background: #fff;
}

.gsir_txt {
  border-radius: 5rem 0 0 0;
  margin-left: 10%;
  padding: 4rem 2rem 0 4%;
  text-align: left;
}

.gsil_txt {
  border-radius: 0 5rem 0 0;
  margin-right: 10%;
  padding: 4rem 4% 0 2rem;
  text-align: right;
}

.gsir_title {
  position: absolute;
  right: 5%;
  top: -22%;
}

.gsil_title {
  position: absolute;
  left: 5%;
  top: -22%;
}

.gst {
  top: -28%;
}

.gsir_title h2,
.gsil_title h2 {
  color: var(--color-subp);
}

.gsir_title h3,
.gsil_title h3 {
  color: var(--color-base);
  text-align: right;
  margin-top: 1rem;
}

.gsil_title h3 {
  text-align: left;
}

.gsir_txt p,
.gsil_txt p {
  font-size: 1.4rem;
  margin-top: 5rem;
  text-align: left;
}

.back-text-outer {
  width: 130vw;
  z-index: -10;
  white-space: nowrap;
  position: relative;
}

.back-text1,
.back-text2,
.back-text3,
.back-text4 {
  position: absolute;
  font-size: 20rem;
  font-weight: bold;
  flex-wrap: nowrap;
  color: var(--color-base);
  font-family: "Jost";
  white-space: nowrap;
  top: -14rem;
  left: -10rem;
}

@media (width <= 430px) {
  .back-text1,
  .back-text2,
  .back-text3,
  .back-text4 {
    top: -8rem;
  }
}

.bt2,
.bt4 {
  top: -3rem;
}

.bt1::before {
  content: 'PAMPHLET';
  opacity: .1;
}

.bt2::before {
  content: 'LEAFLET';
  opacity: .1;
}

.bt3::before {
  content: 'LOGO';
  opacity: .1;
}

.bt4::before {
  content: 'BANNER';
  opacity: .1;
}

.mt-5 {
  margin-top: -.5rem;
}

#works {
  background: #f8f8f8;
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 20rem;
  padding-bottom: 8rem;
}

.works_title {
  width: 100%;
  position: absolute;
  top: -5.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#works h2 {
  color: var(--color-subp);
}

#works h3 {
  color: var(--color-base);
}

@media (width <= 800px) {
  #grap_service {
    width: 100%;
    margin-top: 10rem;
    padding: 0 1.5rem;
  }

  .grap_service_inner {
    padding: 0;
    justify-content: space-between;
  }

  .gsir_title h2,
  .gsil_title h2 {
    font-size: 3.5rem;
    margin-top: 1.6rem;
  }

  #gsir,
  #gsil {
    width: 55.3%;
  }

  .gst {
    top: -25%;
  }
}
@media (width <= 430px) {
  #grap_service {
   width: 100%;
   margin-top: 5rem;
  }

 .grap_service_inner {
   display: block;
   width: 100%;
   padding: 0 4rem 0 4rem;
   margin-top: 2.5rem;
  }

 .grap_service_inner img {
   width: 100%;
  }

  #grap_exp h4 {
    font-size: 2.5rem;
  }

 #gsir,
 #gsil {
   width: 100%;
 }

 #gsil {
   margin-top: 5rem;
 }

 .gsir_txt,
 .gsil_txt {
    width: 90%;
  }
}

/*===============================================================

 DESIGN WORKs

===============================================================*/
#d-works_top .contents_top_bg {
  background-image: url(../img/works.jpg);
}

#results .listp {
  width: 100%;
  display: flex;
  margin-top: 5rem;
  padding: 2rem;
  flex-wrap: wrap;
}

#results .list_inner {
  margin: 1.5rem 0 1.5rem 0;
}

#results .list_img {
  width: 100%;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border: .1rem solid #636363;
  box-shadow: .3rem .3rem 1rem rgba(94, 94, 94, .6);
  line-height: 0;
}

#results .list_img img {
  width: 100%;
}

#results .list_txtp {
  display: flex;
}

#results .list_tag {
  width: 60%;
  text-align: left;
}

#results .list_detail {
  width: 100%;
  text-align: left;
  padding: 0 1rem;
}

#results .list_tag h4 {
  font-size: 1.4rem;
  color: #000;
  border: .1rem solid #000;
  display: inline-block;
  margin: .3rem;
  padding: 0 5%;
}

#results .list_txtp article h3 {
  font-size: 1.5rem;
  color: #000;
}

#results .list_txtp article p {
  font-size: 1.25rem;
}

#results .cta {
  margin-top: 2rem;
}

@media (width <= 800px) {
  #results {
    width: 100%;;
  }
}

@media (width <= 430px) {
  #results .listp {
    padding: 0;
    margin-bottom: 50px;
  }

  #results .list_txtp {
    display: block;
  }

  #results .list_txtp {
    width: 100%
  }

  #results .list_tag {
    width: 100%;
  }

  #results .list_tag h4 {
    font-size: 1.2rem;
    width: 50%;
  }

  #results .list_detail {
    margin-top: 2rem;
  }
}

@media (width >= 1024px) {
  #results .listp > .list_inner {
    width: calc((99.999% - 4rem) / 3);
    margin-right: 2rem;
  }

  #results .listp > .list_inner:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (800px <= width <= 1023px) {
  #results .listp > .list_inner {
    width: calc((99.999% - 4rem) / 2);
    margin-right: 4rem;
  }

  #results .listp > .list_inner:nth-of-type(2n) {
    margin-right: 0;
  }
}


/*===============================================================

 ABOUT US

===============================================================*/
#about_top .contents_top_bg {
  background-image: url(../img/company.jpg);
}

#aboutus_txt,
#outline,
#access {
  text-align: center;
}

#aboutus_txt h4 {
  margin: 5rem 0;
}

#aboutus_txt p {
  letter-spacing: .3rem;
}

#outline h3 {
color: var(--color-base);
}

#outline table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.6rem;
  color: var(--color-base);
}

#outline tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

#outline tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

#outline table th,
#outline table td {
  border-bottom: solid thin #ddd;
  vertical-align: top;
  padding: 1.5rem 2.2rem 1.5rem 0;
  text-align: left;
}

#outline table td {
  text-align: left;
  padding-left: 6rem;
}

#access h2 {
  margin-bottom: 3rem;
}

@media (width <= 800px) {
  #aboutus_txt,
  #outline,
  #access {
    width: 90%;
  }
}

@media (width <= 430px) {
  #aboutus_txt h4 {
    font-size: 2.5rem;
  }

  #outline {
    width: 90%;
  }

  #outline table {
    margin: 7rem 42.5rem 0 0;
  }

  #outline table td {
    font-weight: bold;
    font-size: 1.5rem
  }

  #outline table th {
    font-size: 1.5rem;
    width: 26%;
  }
}
/*===============================================================

 privacy policy

===============================================================*/
.policy {
  padding: 0 20rem;
}

.policy hr {
  height: .1rem;
}

.policy_top {
  text-align: center;
  padding-top: 15rem;
}

.policy_box {
  text-align: left;
  color: #404040;
  margin: 8rem 0;
}

.policy_box h4 {
  color: #000;
  font-size: 2.2rem;
  margin-bottom: 3rem;
}

.policy_box ul li {
  list-style: disc;
}

.policy_box ul,
.policy_box ol {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2;
  margin-left: 2.2rem;
  color: var(--color-base);
}

@media (width <= 430px) {
  .policy {
    padding: 0 2rem;
  }
}

/*===============================================================

 FAQ

===============================================================*/
#faq {
  width: 100%;
  margin: 0 0 10rem 0;
  text-align: center;
}

section.faq_top {
    text-align: center;
    margin-top: 100px;
}

#faq ul section {
	padding-bottom: .5rem;
}

#faq h2 {
  width: 100%;
  margin: 8rem 0 5rem 0;
  padding: 0;
  font-weight: normal;
  text-align: center;
  font-size: 3.5rem;
  font-family: "Sawarabi Gothic";
  font-weight: bold;
  border-bottom: .6rem double #fddbff;
  display: inline-block;
}

#faq h3 {
  text-align: left;
}

#faq .ac-title b::before {
  font-family: 'Font Awesome 5 Free';
  font-size: 3rem;
  content: '\f059';
  color: #c996ff;
  margin-right: 1rem;
}

.faq_service {
  width: 100%;
  margin: 0;
  position: relative;
}

.faq_service::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #d9a7c7;
  background: -webkit-linear-gradient(to right, #fffcdc, #feedff);
  background: linear-gradient(to right, #fffcdc, #feedff);
  transform: skewY(-7deg);
  -webkit-transform: skewY(-7deg);
  opacity: .37;
  z-index: -1;
}

.faqbox b::before {
  font-family: 'Font Awesome 5 Free';
  font-size: 3rem;
  content: '\f004';
  color: #ff96f3;
  margin-right: 1rem;
}

.faq_web .faqbox,
.faq_service .faqbox,
.faq_contract .faqbox {
  text-align: left;
  font-size: 2rem;
  box-shadow: 0 1.3rem 1.2rem -1.1rem rgba(120, 49, 49, .5) inset;
}

/*===============================================================

 CONTACT FORM

===============================================================*/
#con_top .contents_top_bg {
  background-image: url(../img/contact.jpg);
}

#con_top h2 {
  text-align: center;
  margin-top: 12rem;
}

.cont_op {
  text-align: center;
  margin-top: 8rem;
  padding: 2rem;
  letter-spacing: .2rem;
}

@media (width <= 430px) {
  .cont_op {
    width: 100%;
  }
}

.cont_op h2 {
  margin-bottom: 5rem;
}

.contactform {
  margin-top: 7rem;
}

.cont_op_campany {
  margin: 8rem 0;
}

.mw_wp_form_confirm .contactform {
  margin-top: 7rem;
  text-align: center;
  font-size: 2rem;
}

.mw_wp_form .error {
    font-size: 1.5rem;
    color: red;
    display: block;
}

/*　MW WP Form カスタマイズ*/

table.CF7_table th {
  text-align: left;
  padding: 1rem;
  background: none;
}

table.CF7_table span {
  font-size: 1.5rem;
  color: var(--color-base);
}

table.CF7_table{
	width:80%;
	margin:0 auto;
  border: none;
}

table.CF7_table th .cin i {
  color: red;
  font-size: 1.75rem;
}

.cf7_title {
  font-size: 1.6rem;
  color: var(--color-base);
}

.CF7_table tr:nth-child(5) td {
  font-size: 1.6rem;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
	display:table;
}

/*入力欄*/
.mw_wp_form input[type="email"]:focus,
.mw_wp_form input[type="tel"]:focus,
.mw_wp_form input[type="text"]:focus,
.mw_wp_form textarea:focus {
  border-color: #a6fff3;
  box-shadow: 0 0 1rem 0 #c7f0ea;
}

.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="text"],
.mw_wp_form textarea {
  position: relative;
  width: 100%;
  margin: 1.5rem 0;
  outline: none;
  padding: .8rem;
  box-sizing: border-box;
  transition: 0.3s;
  background: rgb(196, 196, 196, .1);
  border-radius: .5rem;
  border: .1rem solid rgb(217, 217, 217);
  font-size: 1.5rem;
}

.mwform-zip-field input[type="text"]:first-child {
  width: 40%;
  margin-right: 1rem;
  margin-left: 1rem;
}

.mwform-zip-field input[type="text"]:last-child {
  width: 50%;
  margin-left: 1rem;
}

@media (width <= 430px) {
  .mwform-zip-field input[type="text"]:first-child {
    width: 35%;
  }

  .mwform-zip-field input[type="text"]:last-child {
    width: 49%;
  }

  .mw_wp_form .horizontal-item {
    display: block;
    margin-left: 0 !important;
    margin-bottom: 1rem;
  }
}

.mw_wp_form ::placeholder {
	color: #a1a1a1;
  font-size: 1.6rem;
}

input#zip1 {
  width: 29%;
}

@media (width <= 430px) {
  input#zip1 {
    width: 100%;
  }
}

/*「必須」文字*/
.CF7_req {
	font-size: .9rem;
	padding: .5rem;
	background: #e34b4b;
	color: #fff;
	border-radius: .3rem;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq {
  font-size: .9rem;
	padding: .5rem;
	background: #ffbdeb;
	color: #fff;
	border-radius: .3rem;
	margin-right:1em;
}

select#address1 {
  background: rgb(196, 196, 196, .1);
  margin: 1.5rem 0;
  outline: none;
  padding: 0.8rem;
  box-sizing: border-box;
  transition: 0.3s;
  background: rgb(196, 196, 196, .1);
  border-radius: 0.5rem;
  border: 0.1rem solid rgb(217, 217, 217);
  font-size: 1.4rem;
}

@media (width <= 600px) {
  span.wpcf7-list-item {
    display: block;
  }
}

/* タイトル列 */
@media (width >= 768px) {
	.CF7_table th{
	   width:30%;/*横幅*/
	}
}

/* レスポンシブ */
@media (width <= 768px) {
  .CF7_table .wpcf7-list-item {
    margin-left: 5rem;
  }

	table.CF7_table{
	   width: 95%;
	}

	.CF7_table tr,
  .CF7_table td,
  .CF7_table th {
	   display: block;
	   width: 100%;
	   line-height: 2.5em;
	}

	.CF7_table th {
	   background-color: #ebedf5;
	}
}

/* 「送信する」ボタン */
.cont_btn {
  --primary-color: #ff4f64;
  --secondary-color: #fff;
  --hover-color: #111;
  --arrow-width: 1rem;
  --arrow-stroke: .2rem;
  width: 20%;
  margin: 0 auto;
  margin-top: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .6em;
  box-sizing: border-box;
  border: 0;
  border-radius: 2rem;
  color: var(--secondary-color);
  padding: 1em 6.8em;
  background: var(--primary-color);
  transition: .2s background;
  font-weight: bold;
  font-size: 1.4rem;
}

.cont_btn .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cont_btn .arrow {
  margin-top: .1rem;
  width: var(--arrow-width);
  background: var(--primary-color);
  height: var(--arrow-stroke);
  position: relative;
  transition: .2s;
}

.cont_btn .arrow::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  border: solid var(--secondary-color);
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  display: inline-block;
  top: -.3rem;
  right: .3rem;
  transition: .2s;
  padding: .3rem;
  transform: rotate(-45deg);
}

.cont_btn:hover {
  background-color: var(--hover-color);
}

.cont_btn:hover .arrow {
  background: var(--secondary-color);
}

.cont_btn:hover .arrow::before {
  right: 0;
}

input.confirm_btn {
  margin-left: 2rem;
}

.mwform-checkbox-field-text,
.mwform-zip-field {
  color: #787878;
}

/* checkbox */
.checkbox input[type=checkbox].checkbox__item {
  display: none;
}

.checkbox label {
  display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.checkbox .checkbox__item + span {
  padding-left: 2em;
  display: inline-block;
  position: relative;
}

/* 各パーツを作成 */
.checkbox .checkbox__item + span::after,
.checkbox .checkbox__item + span::before {
  content: '';
  display: block;
  position: absolute;
  border: .1rem solid #9c0027;
  width: 2rem;
  height: 2rem;
  top: 0;
  left: 0;
}

/* after上書き */
.checkbox .checkbox__item + span::after {
  opacity: 0;
  width: 1rem;
  height: 1.5rem;
  transform: rotate(45deg);
  left: .5rem;
  border: none;
  border-right: .3rem solid #ff75fd;
  border-bottom: .3rem solid #ff75fd;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.checkbox .checkbox__item:checked + span {
  color: #ff75fd;
}

.checkbox .checkbox__item:checked + span::after {
  opacity: 1;
}

.hosoku {
  text-align: center;
  margin: 3rem 0;
  margin-bottom: 5rem;
  color: var(--color-base);
  font-size: 1.5rem;
}

/*===============================================================

 WEB CREATION

===============================================================*/
#webc_top .contents_top_bg {
  background-image: url(../img/webc.jpg);
}

#create {
  text-align: center;
}

#create h4 {
  margin: 6rem 0;
  font-size: 3.5rem;
  letter-spacing: .3rem;
}

#webdesign {
  width: 100%;
  position: relative;
  padding: 15rem 0;
  top: 20rem;
  margin: 0;
}

#webdesign::before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: -8.6rem;
  transform: skewY(-7deg);
  background: linear-gradient(#ff4f64 10%, #3a95e0);
  z-index: -100;
}

.webd_flex {
  width: 1200px;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  margin-top: -20rem;
}

.webd_flex .webd_inner {
  width: calc(33% - 2rem);
  margin: 1rem;
  background: #fff;
  border-radius: 1rem;
}

.webd_inner {
  padding: 5rem 2rem;
  box-shadow: 0 0 1.5rem -.5rem #777777;
}

.webd_inner h3 {
  text-align: center;
  color: var(--color-base);
}

.webd_img {
  text-align: center;
  margin: 2rem 0;
}

.webd_img img {
  width: 30%;
}

.webd_txt p {
  font-size: 1.6rem;
  padding: 0 2rem
}

#select {
  width: 100%;
  text-align: center;
  margin-top: 20rem;
}

.splan h2 {
  color: var(--color-base);
}

.splan h3 {
  color: var(--color-base);
}

.splan_flex {
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  margin-top: 5rem;
}

.plan_sub {
  background: #3995e0;
  border-radius: 1rem 1rem 0 0;
}

.plan_sub h3 {
  font-family: 'Jost', sans-serif;
  color: #fff;
  font-size: 3rem;
  padding: 2rem 0;
}

.splan_inner {
  width: 100%;
  margin: 0 1.5rem;
}

.splan_inner:nth-child(2) {
  margin: 0 2rem;
}

.splan_inner:nth-child(2) .plan_sub {
  background: #ff8201;
}

.splan_inner:last-child .plan_sub {
  background: #ff4f64;
}

.splan_txt {
  background: #f8f8f8;
  padding: 0 5rem;
  border-radius: 0 0 1rem 1rem;
}

.splan_txt h3 {
  font-size: 4rem;
  padding: 3rem 0;
}

.splan_txt h3 span {
  font-size: 1.75rem;
}

.splan_txt p {
  font-size: 1.4rem;
  text-align: left;
}

.splan_setumei {
  height: 20rem;
}

.splan_list {
  height: 40rem;
  padding-bottom: 10rem;
}

.splan_list p {
  line-height: 3;
}

.spl_bottom_out {
  width: 1200px;
  margin: 0 auto;
}

@media (width < 1200px) {
  .spl_bottom_out {
    width: 100%;
  }
}

.spl_bottom {
  text-align: right;
  margin-top: 2rem;
}

#comparison {
  width: 100%;
  margin-top: 8rem;
  text-align: center;
}

@media (width <= 430px) {
  #comparison {
    margin-top: 0;
  }
}

#comparison p {
  font-size: 1.57rem;
}

#comparison .com_inner {
  width: 100%;
  padding-top: 4rem;
}

#comparison .com_inner h2 {
  font-size: 3rem;
}

#comparison .com_table {
  padding: 2.5rem;
}

#comparison .com_table,
#comparison .com_table_sp {
  margin-top: 3rem;
}

#comparison .com_inner table {
  width: 1200px;
  border-collapse: collapse;
  margin: 0 auto;
  border: solid .1rem #e3e3e3;
}

@media (width < 1200px) {
  #comparison .com_inner table {
    width: 100%;
  }
}

#comparison .com_table th {
  font-size: 1.5rem;
  padding: 1.5rem 0.5rem;
  width: 25%;
}

#comparison .com_table tr:not(tr:first-child) th {
  background: #f5f5f5;
}

#comparison .com_table_sp td {
  width: 30%;
}

#comparison .com_table td {
  font-size: 1.45rem;
  padding: 1.5rem 2.5rem;
  color: var(--color-base);
}

#comparison .com_table_sp th {
  font-size: 1.5rem;
  padding: 1rem 1.5rem;
  color: var(--color-theme);
  background: #f5f5f5;
}

#comparison .com_table_sp td {
  font-size: 1.35rem;
  padding: 1rem 1.5rem;
}

#comparison .com_table .top_s,
#comparison .com_table .top_b,
#comparison .com_table .top_p {
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
}

.com_inner td .check::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  font-weight: bold;
}

.com_table .checka,
.com_table_sp .checka {
  color: #3a95e0;
}

.com_table .checkb,
.com_table_sp .checkb {
  color: #ff8300;
}

.com_table .checkc,
.com_table_sp .checkc {
  color: #ff4f64;
}

.com_inner td .xmark::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f00d";
  font-weight: bold;
}

.com_table .top_h,
.com_table_sp .top_h {
  background: #f5f5f5;
}

.com_table .top_s,
.com_table_sp .top_s {
  background: #3a95e0;
  border-color: #3a95e0;
  color: #fff;
}

.com_table .top_b,
.com_table_sp .top_b {
  background: #ff8300;
  border-color: #ff8300;
  color: #fff;
}

.com_table .top_p,
.com_table_sp .top_p {
  background: #ff4f64;
  border-color: #ff4f64;
  color: #fff;
}

.com_table_sp .top_s,
.com_table_sp .top_b,
.com_table_sp .top_p {
  font-weight: bold;
}

#sbsc_banner {
  width: 100%;
  margin-top: 10rem;
  text-align: center;
  background: linear-gradient(135deg, #7dc8ea, #0461a6);
  padding: 10rem 0;
}

#sbsc_banner h3 {
  font-size: 3rem;
  color: #fff;
  letter-spacing: .5rem;
}

/* STEP FLOW */
#stepflow {
  width: 100%;
  text-align: center;
  padding: 10rem 0;
  background: linear-gradient(to right, #eaf8f9, #f5f5f5);
  overflow: visible;
  position: relative;
}

#stepflow h2,
#stepflow h3 {
  color: var(--color-base);
}

#stepflow .swiper-container,
#sbsc_flow .swiper-container {
  width: 80%;
  margin-top: 5rem;
  padding: 1rem 0;
  display: flex;
  scroll-behavior: smooth;
  overflow: hidden;
}

#stepflow .swiper-wrapper,
#sbsc_flow .swiper-wrapper {
  flex-shrink: 0;
  height: max-content !important;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: none;
}

#stepflow .swiper-slide,
#sbsc_flow .swiper-slide {
  width: 24% !important;
  height: auto !important;
  background: #E8F5FF;
  box-shadow: .3rem 0 1rem #a1a1a1;
  display: flex;
  flex-flow: column;
  padding: 2rem 3rem 2rem;
}

#stepflow .swiper-slide:nth-child(even),
#sbsc_flow .swiper-slide:nth-child(even) {
background: #fff;
}

#stepflow .swiper-slide:first-child,
#sbsc_flow .swiper-slide:first-child {
  z-index: 10;
  margin-left: 2rem;
}

#stepflow .swiper-slide:nth-child(2),
#sbsc_flow .swiper-slide:nth-child(2) {
  z-index: 9;
}

#stepflow .swiper-slide:nth-child(3),
#sbsc_flow .swiper-slide:nth-child(3) {
  z-index: 8;
}

#stepflow .swiper-slide:nth-child(4),
#sbsc_flow .swiper-slide:nth-child(4) {
  z-index: 7;
}

#stepflow .swiper-slide:nth-child(5),
#sbsc_flow .swiper-slide:nth-child(5) {
  z-index: 6;
}

#stepflow .swiper-slide:nth-child(6),
#sbsc_flow .swiper-slide:nth-child(6) {
  z-index: 5;
}

#stepflow .swiper-slide:nth-child(7) {
  z-index: 4;
}

#stepflow .swiper-slide:nth-child(8) {
  z-index: 3;
}

#stepflow .swiper-slide:nth-child(9) {
  z-index: 2;
}

#stepflow .swiper-slide:nth-child(10) {
  z-index: 1;
}

#stepflow .swiper-slide h1,
#sbsc_flow .swiper-slide h1 {
  color: var(--color-base);
  font-size: 3rem;
  margin-top: 2rem;
  margin-bottom: -2rem;
}

#stepflow .swiper-slide h3,
#sbsc_flow .swiper-slide h3 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08rem;
  margin: 2rem 0 4rem;
  padding: 1rem 2rem;
  border-top: .2rem dashed var(--color-base);
  border-bottom: .2rem dashed var(--color-base);
  display: inline-block;
  position: relative;
}

#stepflow .swiper-slide .liimg,
#sbsc_flow .swiper-slide .liimg {
  padding: 0 1rem;
  margin-bottom: 6rem;
  position: relative;
  text-align: center;
}

#stepflow .swiper-slide .liimg::after,
#sbsc_flow .swiper-slide .liimg::after {
  content: '';
  width: 55%;
  height: 140%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}

#stepflow .swiper-slide img,
#sbsc_flow .swiper-slide img {
  width: 40%;
}

#stepflow .swiper-slide .liimg.bgcolor::after,
#sbsc_flow .swiper-slide .liimg.bgcolor::after {
  background: #E8F5FF;
}

#stepflow .swiper-slide p,
#sbsc_flow .swiper-slide p {
  font-size: 1.4rem;
  letter-spacing: .08rem;
  line-height: 2.2;
  margin-bottom: 3rem;
  padding-left: .5rem;
}

#stepflow .swiper-slide:nth-child(odd)::after,
#sbsc_flow .swiper-slide:nth-child(odd)::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 40%;
  right: -17%;
  margin: 0 auto;
  border-top: 3rem solid #E8F5FF;
  border-right: 3rem solid transparent;
  border-bottom: 3rem solid transparent;
  border-left: 3rem solid transparent;
  transform: translate(-50%, 0);
  rotate: 270deg;
}

#stepflow .swiper-slide:nth-child(even)::after,
#sbsc_flow .swiper-slide:nth-child(even)::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 40%;
  right: -17%;
  margin: 0 auto;
  border-top: 3rem solid #fff;
  border-right: 3rem solid transparent;
  border-bottom: 3rem solid transparent;
  border-left: 3rem solid transparent;
  transform: translate(-50%, 0);
  rotate: 270deg;
}

#stepflow .swiper-slide:last-child::after,
#sbsc_flow .swiper-slide:last-child::after {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

#stepflow .swiper-button-prev,
#stepflow .swiper-container-rtl .swiper-button-next,
#sbsc_flow .swiper-button-prev,
#sbsc_flow .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/swarrow.svg);
    left: 50px;
    right: auto;
}

#stepflow .swiper-button-next,
#stepflow .swiper-container-rtl .swiper-button-prev,
#sbsc_flow .swiper-button-next,
#sbsc_flow .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/swarrow2.svg);
    right: 50px;
    left: auto;
}

#stepflow .swiper-button-next,
#stepflow .swiper-button-prev,
#sbsc_flow .swiper-button-next,
#sbsc_flow .swiper-button-prev {
    position: absolute;
    top: 60%;
    width: 2.7rem;
    height: 4.4rem;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.blank {
  height: 0;
  width: 0;
}

@media (width < 1200px) {
  .splan_flex {
    width: 100%;
  }
}

@media (801px < width <= 1024px) {
  #stepflow .swiper-slide,
  #sbsc_flow .swiper-slide {
    width: 40% !important;
  }
}

  @media (width <= 1024px) {

  .webd_flex {
    width: 100%;
  }

  .webd_flex .webd_inner {
    width: calc(50% - 2rem);
  }

  #webdesign::before {
    height: 137vh;
  }
}

@media (width <= 800px) {
  #webdesign::before {
    height: 130vh;
  }

  .splan_inner:nth-child(2) {
    margin: 5rem 0;
  }

  .splan_flex {
    display: block;
    width: 90%;
  }

  .splan_inner {
    margin: 0 auto;
  }

  .splan_txt {
    height: 78rem;
  }

  .spl_bottom_out {
    width: 90%;
  }

  #stepflow .swiper-slide .liimg::after {
    width: 75%;
    right: 2.6rem;
  }

  #comparison {
    width: 100%;
  }

  #comparison .com_inner table {
    width: 90%;
  }

  #stepflow .swiper-slide,
  #sbsc_flow .swiper-slide {
    width: 45% !important;
  }

  @media (width <= 700px) {
    #stepflow .swiper-button-prev,
    #stepflow .swiper-container-rtl .swiper-button-next,
    #sbsc_flow .swiper-button-prev,
    #sbsc_flow .swiper-container-rtl .swiper-button-next {
        left: 25px;
    }

    #stepflow .swiper-button-next,
    #stepflow .swiper-container-rtl .swiper-button-prev,
    #sbsc_flow .swiper-button-next,
    #sbsc_flow .swiper-container-rtl .swiper-button-prev {
        right: 25px;
    }
  }

  @media (480px < width <= 799px) {
    #stepflow .swiper-slide .liimg::after,
    #sbsc_flow .swiper-slide .liimg::after {
      right: 2.8rem;
    }
  }

  @media (width >= 600px) {
    #comparison .com_table_sp {
      display: none;
    }
  }

  @media (width <= 600px) {
    #comparison .com_table {
      display: none;
    }

    #comparison .com_table_sp {
      display: block;
    }

    #sbsc_banner h3 {
      font-size: 2rem;
    }
  }

  @media (width <= 479px) {
    #stepflow .swiper-slide .liimg::after,
    #sbsc_flow .swiper-slide .liimg::after {
      right: 3.5rem;
    }
  }

  @media (width <= 430px) {
    #webdesign::before {
      height: 2900px;
    }

    #create h4 {
      font-size: 2.3rem;
    }

    .webd_flex {
      display: block;
      padding: 0 4rem;
      width: 100%;
    }

    .webd_flex .webd_inner {
      margin-left: .1rem !important;
      width: 100% !important;
    }

    .splan_flex {
      width: 100%;
    }

    .splan_inner:nth-child(2) {
      margin: 0 auto;
      margin-top: 2.5rem;
      margin-bottom: 2.5rem;
    }

    .splan_inner {
      width: 90%;
      margin: 0 auto;
    }

    .spl_bottom {
      font-size: 1.2rem !important;
    }

    .com_inner h2 {
      font-size: 3.5rem;
    }

    #sbsc_banner h3 {
      font-size: 1.5rem;
    }

    #stepflow .swiper-slide,
    #sbsc_flow .swiper-slide {
      width: 90% !important;
    }

    #stepflow .swiper-button-prev,
    #stepflow .swiper-container-rtl .swiper-button-next,
    #sbsc_flow .swiper-button-prev,
    #sbsc_flow .swiper-container-rtl .swiper-button-next {
    left: 10px;
    }

    #stepflow .swiper-button-next,
    #stepflow .swiper-container-rtl .swiper-button-prev,
    #sbsc_flow .swiper-button-next,
    #sbsc_flow .swiper-container-rtl .swiper-button-prev {
      right: 10px;
    }
  }
}

/*===============================================================

 Subscription WEB

===============================================================*/
#video-area {
  position: relative;
  width: 100%;
  height: 89rem;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

#video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

.sbsc-text {
  position: absolute;
  top: 13rem;
  left: 0;
  right: 0;
  color: #000;
  z-index: 10;
}

.sbsc-text h2 {
  font-size: 6rem;
  text-shadow: .2rem .2rem 1rem rgba(0, 0, 0, .4);
  font-weight: bold;
  padding: 1rem;
  margin: 0 auto;
  width: 70%;
  color: #fff;
  text-align: center;
  font-family: ”ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro”,
               “メイリオ”, Meiryo, Osaka, “ＭＳ Ｐゴシック”,
               “MS PGothic”, sans-serif;
}

.sbsc-text p {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 1.1rem rgba(0, 0, 0, .4);
  text-align: center;
  margin-top: 2rem;
  letter-spacing: .1rem;
}

.sbsc-text p span {
  font-size: 5rem;
  font-weight: bold;
  color: red;
  text-shadow: .2rem .2rem 1rem rgba(50, 0, 0, .4);
}

.msg-window {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}

.message-window {
  width: 25rem;
  height: 25rem;
  position: relative;
  margin: 0 15px;
  background: rgba(0, 0, 0, .5);
  border-radius: 50%;
  box-shadow: 2px 2px 5px rgb(0 0 0 /30%);
}

.message-window::after {
  position: absolute;
  width: 23rem;
  height: 23rem;
  border: 3px solid rgba(255, 0, 0, .5);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  content: '';
}

.texr-area {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  margin: 0 auto;
  padding-top: 4rem;
}

.texr-area span {
  font-size: 8rem;
}

@media (width <= 800px) {
  #video-area {
    height: 105rem;
  }

  .message-window {
    width: 24rem;
    height: 24rem;
  }
}

@media (width <= 430px) {
  .sbsc-text {
    width: 90%;
    top: 10rem;
    margin: 0 auto;
  }

  .sbsc-text h2 {
    font-size: 3.5rem;
    padding: 0;
  }

  .sbsc-text p span {
    font-size: 4rem;
  }

  .msg-window {
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-top: 0;
  }

  .message-window {
    width: 100%;
    height: 100%;
    margin: 15px 0;
    border-radius: 50px;
  }

  .message-window::after {
    display: none;
  }

  .texr-area {
    padding-top: 0;
    font-size: 1.6rem;
  }

  .texr-area span {
    font-size: 4rem;
  }
}

#sbsc_choose {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  z-index: 2;
}

.choose {
  text-align: center;
  margin-top: 8rem;
  padding: 2rem;
}

.choose h2 {
  font-size: 5rem;
  font-family: ”ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro”,
               “メイリオ”, Meiryo, Osaka, “ＭＳ Ｐゴシック”,
               “MS PGothic”, sans-serif;
}

.choose h3 {
  font-size: 3.5rem;
  color: var(--color-base);
}

.ch_inner {
  margin-top: 15rem;
}

.ch_inner h2 {
  position: relative;
  margin-bottom: 2em;
  padding: 3rem 4rem;
  border-radius: 5rem;
  background: #edefff;
  font-size: 2rem;
  display: inline-block;
}

.ch_inner h2::before,
.ch_inner h2::after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #edefff;
}

.ch_inner h2::before {
  bottom: -1.5rem;
  left: 3rem;
  width: 3rem;
  height: 3rem;
}

.ch_inner h2::after {
  bottom: -3rem;
  left: 5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.ch_inner img {
  width: 55%;
  margin: 0 auto;
  margin-top: -6rem;
}

.ch_txt h2 {
  font-size: 3rem;
  margin: 8rem 0 3rem 0;
}

.ch_txt p {
  font-size: 1.57rem;
  line-height: 2;
}

.ch_txt p span {
  font-weight: bold;
  font-size: 2.3rem;
  color: #ff3333;
}

@media (width <= 800px) {
  .ch_inner img {
    width: 90%;
  }
}

@media (width <= 430px) {
  .choose h2 {
    font-size: 2.5rem;
  }

  .choose h3 {
    font-size: 2rem;
  }

  .ch_inner img {
    width: 70%;
    margin-top: -15rem;
  }
}

#sbsc_tokucho {
  width: 100vw;
  margin: 0 0 -10rem 0;
  padding: 8rem 0;
  background: linear-gradient(rgba(247, 250, 255, .2), #5effd9);
}

.tokucho_inner {
  box-sizing: boder-box;
  width: 100%;
  height: 100%;
  margin: 4rem auto;
  text-align: center;
}

.tokucho_inner h2 {
  font-size: 5rem;
  color: #33c5ff;
  position: relative;
}

.tokucho_inner h2::after {
  position: absolute;
  content: 'Features';
  left: 50%;
  font-size: 10rem;
  bottom: 0;
  top: -25%;
  opacity: .2;
  transform: translate(-50%, -50%);
}

.tokucho_inner h3 {
  font-size: 2rem;
  margin-bottom: 8rem;
  color: #33c5ff;
}

.tokucho_flex {
  width: 70%;
  margin: 0 auto;
  padding: 0 8rem;
}

.toku_flex {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, .7);
}

.toku_flex:nth-child(2) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.tokuL {
  width: 100%;
  padding: 3rem;
  border-radius: 2rem;
}

.tokuL h4 {
  font-size: 2.5rem;
  color: var(--color-base);
}

.tokuL p {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  text-align: left;
}

.tokuR img {
  vertical-align: bottom;
  width: 80%;
}

@media (width <= 800px) {
  .tokucho_flex {
    width: 100%;
  }

  .toku_flex {
    width: 100%;
  }
}

@media (width <= 479px) {
  .tokuR img {
    width: 20rem !important;
  }
}

@media (width <= 430px) {
  #sbsc_tokucho {
    padding: 0;
  }

  .tokuL p {
    font-size: 1.4rem;
    padding: 0 1.5rem;
    line-height: 1.88888;
  }

  .tokuL h4 {
    font-size: 2rem;
  }

  .tokucho_flex {
    width: 100%;
    padding: 0;
  }

  .toku_flex {
    display: block;
  }
}

#sbsc_plan {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow:hidden;
  position:relative;
  margin-top: 9.9rem;
}

#sbsc_plan::before  {
  content:'';
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -0.1vw;
  left: -0.1vw;
  right: -0.1vw;
  top: -0.1vw;
  background-size: 100% 6rem;
  background-position: 50% 0%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.278 3.527" preserveAspectRatio="none"><path d="M0 1.064v.125a82.946 82.946 0 0035.278-.007v-.125A82.783 82.783 0 010 1.064M0 .45V.7A83.105 83.105 0 0035.278.693v-.25A82.777 82.777 0 010 .45M33.252 0a82.855 82.855 0 01-31.26 0H0v.092A83.44 83.44 0 0035.278.085V0zm-10.8 0h8.84A84.249 84.249 0 013.952 0h8.839zM0 1.557v.075a82.878 82.878 0 0035.278-.007V1.55A82.771 82.771 0 010 1.557" fill="%235effda"/></svg>');
}

#sbsc_plan .splan_setumei {
  margin-bottom: 5rem;
  height: 15rem;
}

#sbsc_plan .splan_list {
  padding-bottom: 10rem;
}

.spl_line {
  border-bottom: .1rem solid #b0b0b0;
}

@media (width >= 2100px) {
  #sbsc_plan::before{
    background-size: 100% calc(2vw + 6rem);
  }
}

#sbsc_plan h2 {
  font-size: 5rem;
  margin: 15rem 10rem;
  position: relative;
  font-family: ”ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro”,
                 “メイリオ”, Meiryo, Osaka, “ＭＳ Ｐゴシック”,
                 “MS PGothic”, sans-serif;
}

#sbsc_plan h2::before {
  width: 100%;
  position: absolute;
  content: 'Subscription\0020 plan';
  left: 50%;
  font-size: 8rem;
  bottom: 0;
  top: -25%;
  opacity: .2;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-family: 'Jost', sans-serif;
}

.splan_inner button {
  padding: 1.3em 3em;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2..5rem;
  font-weight: 500;
  color: #000;
  border: none;
  border-radius: 4.5rem;
  box-shadow: rem .8rem 1.5rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}

.plan_demo_button {
  margin-top: -2rem;
  padding-bottom: 30px;
}

.planA button {
  background: #45c7ff;
}

.planA button:hover {
  background: #24afff !important;
}

.planB button {
  background: #ffbf7f;
}

.planB button:hover {
  background: #ffa347 !important;
}

.planC button {
  background: #ffa19c;
}

.planC button:hover {
  background: #ff584f !important;
}

.pltp {
  width: 1200px;
  margin: 0 auto;
  margin-top: 10rem;
  position: relative;
  overflow: hidden;
}

.plan-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-radius: 1.5rem 1.5rem 0 0;
	overflow: hidden;
}

.plan-table th {
	background: #000;
	color: #fff;
	border: 0 none;
  font-size: 1.75rem;
}

.plan-table th:first-child {
  background: none;
  border-right: none !important;
}

.plan-table th:nth-child(2) {
  border-radius: 1.5rem 0 0 0;
  background: #45c7ff;
}

.plan-table th:nth-child(3) {
  background: #ffbf7f;
}

.plan-table th:last-child {
  background: #ffa19c;
}

.plan-table th:not(:last-child) {
  border-right: .1rem #fff solid;
}

.planTbg {
  background: #8DE0B6;
  font-size: 1.75rem;
}

.plan-table th,
.plan-table td {
	padding: 1.5rem;
	text-align: center;
	vertical-align: middle;
}

.plan-table td:first-child {
  width: 25%;
}

.plan-table td {
  width: 20%;
  font-size: 1.5rem;
}

.plan-table td:not(:first-child) {
  border: .1rem #8DE0B6 solid;border-top: none;
  background: #fff;
}

.plan-table td:last-child {
  border-right: .2rem #8DE0B6solid;
}

.plan-table tr:not(:last-child) td:first-child {
  border-bottom: .1rem #fff solid;
}

.plan-table tr:last-child td {
  border-bottom: .1rem #8DE0B6 solid;
}

.pltp td .check::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  font-weight: bold;
  font-size: 2.75rem;
}

.pltp td .xmark::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f00d";
  font-weight: bold;
  font-size: 2.75rem;
}

.plan-table .checka {
  color: #45c7ff;
}

.plan-table .checkb {
  color: #ffbf7f;
}

.plan-table .checkc {
  color: #ffa19c;
}

.plan-table .checkd {
  color: #666;
}

@media (width <= 800px) {
  #sbsc_plan h2::before {
    font-size: 7rem;
  }

  .plan_demo_button {
    margin-top: -10rem;
  }

  .pltp {
    width: 90%;
  }
}

@media (width <= 430px)  {
  #sbsc_plan h2 {
    font-size: 3.3rem;
    margin: 10rem 0 1rem 0 !important;
  }

  #sbsc_plan h2::before {
    font-size: 5rem;
  }

  .plan_demo_button {
    margin-top: -10rem;
  }

  .plan-table th,
  .plan-table td {
    font-size: 1.1rem;
  }

  .pltp td .check::before {
    font-size: 2rem;
  }
}

#sbsc_option {
  width: 100%;
  text-align: center;
  margin-top: 10rem;
}

#sbsc_option h2 {
  margin: 10rem 0 5rem -12rem;
  font-size: 5rem;
  position: relative;
}

#sbsc_option h2::before {
  width: 100%;
  position: absolute;
  content: 'Options';
  left: 50%;
  font-size: 80px;
  bottom: 0;
  top: -25%;
  opacity: .2;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-family: 'Jost', sans-serif;
}

#sbsc_option p {
  font-size: 1.65rem;
  margin: 0 auto;
  line-height: 1.988;
  padding: 0 30px;
  text-shadow: none;
}

.sbsc_option_bg {
  width: 100%;
  margin: 0 0 20rem 0;
  padding: 5rem 0;
  position: relative;
  top: 12rem;
}

.sbsc_option_bg::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f8f8f8;
  transform: skewY(-3deg);
  z-index: -1;
}

.sbsc_option_flex {
  display: flex;
  width: 75%;
  margin: 0 auto;
}

.sbsc_option_left {
  width: 40%
}

.sbsc_option_left p {
  text-align: left;
}

.sbsc_option_right {
  width: 60%;
}

.option_faq ul li {
  position: relative;
  background: #fff;
  box-shadow: none;
  margin: 1.5rem 0;
}

.option_faq ul li h3 {
  font-size: 1.6rem;
  padding: 15px 30px;
  text-align: left;
  color: #333;
}

.option_faq .ac-price p {
  padding: 0 30px;
  font-size: 2rem;
}

.option_faq .faqbox {
  background: #f8f8f8;
  box-shadow: none;
}

#sbsc_option .ac-title {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  transition: all .5s ease;
  text-shadow: none;
}

#sbsc_option .ac-title:hover,
#sbsc_option .ac-title.close {
  color: #fff;
  background: #1eaa91;
  border-radius: .7rem;
}

#sbsc_option .ac-title span {
  position: absolute;
  right: 10%;
  font-size: 1.5rem;
}

#sbsc_option .ac-title::after {
  top: 48%;
  right: 1.5rem;
  left: auto;
  transform: rotate(90deg);
  transition: .3s;
}

#sbsc_option .close.ac-title::after {
  opacity: 0;
  transition: .3s;
}

#sbsc_option .ac-title::before {
  top: 48%;
  right: 1.5rem;
  left: auto;
  transform: rotate(0deg);
  transition: .3s;
}

#sbsc_option .ac-title::before,
#sbsc_option .ac-title::after {
  position: absolute;
  content: '';
  width: 1.5rem;
  height: 0.4rem;
  background-color: #1eaa91;
  transition: .3s;
}

#sbsc_option .ac-title:hover::before,
#sbsc_option .ac-title:hover::after,
#sbsc_option .close.ac-title::before,
#sbsc_option .close.ac-title::after {
  background-color: #fff !important;
  transition: .5s ease;
}

@media (width <= 800px) {
  .sbsc_option_flex {
    width: 80%;
  }
}

@media (width <= 430px) {
  #sbsc_option {
    margin-top: 0;
  }

  .sbsc_option_flex {
    width: 100%;
    display: block;
  }

  .sbsc_option_left {
    width: 100%;
    margin-top: -80px;
  }

  .sbsc_option_right {
    width: 100%;
  }
}

#sbsc_flow h2 {
  color: var(--color-base);
  margin: 5rem 0;
  position: relative;
  font-family: ”ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro”,
               “メイリオ”, Meiryo, Osaka, “ＭＳ Ｐゴシック”,
               “MS PGothic”, sans-serif;
}

#sbsc_flow h2::before {
    width: 100%;
    position: absolute;
    content: 'Step\0020 flowchart';
    left: 50%;
    font-size: 8rem;
    bottom: 0;
    top: -25%;
    opacity: .2;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

#sbsc_flow h3 {
  color: var(--color-base);
}

#sbsc_flow {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: visible;
}

@media (width <= 430px) {
  #sbsc_flow h2::before {
    top: -5%;
    font-size: 6rem;
  }
}

#subsc_faq {
  width: 100%;
  text-align: center;
  margin-top: 20rem;
  margin-bottom: 10rem;
}

#subsc_faq h2 {
  position: relative;
}

#subsc_faq h2::before {
    width: 100%;
    position: absolute;
    content: 'Frequently\0020 Asked\0020 Questions';
    left: 50%;
    font-size: 8rem;
    bottom: 0;
    top: -25%;
    opacity: .2;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

#subsc_faq button {
  margin: 2rem;
  font-size: 2rem;
  font-weight: bold;
}

#subsc_faq p {
  font-size: 1.6rem;
}

@media (width <= 800px) {
  #subsc_faq h2::before {
    top: 6%;
    font-size: 5rem;
  }
}

@media (width <= 430px) {
  #subsc_faq h2::before {
    font-size: 3rem;
    top: 20%;
  }
}
