.pbPage {
background-color:#fff;
}

.h2 {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 16px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.h3 {
  font-size: 32px;
  font-weight: 700;
  align-items: center;
  margin-left: 16px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.bg01 {
  background-color: #fff;
}

.bg02 {
  background-color: #f7f7f7;
}

  .u-pb {
	padding-bottom: 80px;
  }

.diagonal-bg {
  position: relative;
  z-index: 0;
  padding: 0 0 100px;
  top: 0px;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.diagonal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #e2ecf2;
  transform: skewY(-6deg) translateY(-150px);
}

.diagonal::after {
  content: "";
  position: absolute;
  top: -220px;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: -2;
  background-color: #e2ecf2;
  transform: skewY(-5deg) translateY(-150px);
}


.diagonal2-bg {
  position: relative;
  z-index: 0;
  padding: 0 0 100px;
  top: 0px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.diagonal2::before {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: -1;
  background-color: #ecf2e7;
  transform: skewY(-6deg) translateY(-150px);
}

.diagonal2::after {
  content: "";
  position: absolute;
  top: -220px;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: -2;
  background-color: #fff;
  transform: skewY(-5deg) translateY(-150px);
}

.diagonal3::before {
  content: "";
  position: absolute;
  top: 95px;
  left: 0;
  width: 100%;
  height: 85%;
  z-index: -1;
  background-color: #f7edf2;
  transform: skewY(-6deg) translateY(-150px);
}

.diagonal3::after {
  content: "";
  position: absolute;
  top: -220px;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: -2;
  background-color: #f7f7f7;
  transform: skewY(-5deg) translateY(-150px);
}

.pbn {
  clear: none;
  overflow: visible;
  min-width: 10px;
}

.pbn::after {
  content: "";
  height: 0px;
  clear: both;
  display: block;
}

.pbn.l-block-box-02 {
  padding: 0;
  z-index: auto !important;
}

.pbn.l-block-box-02>div {
  max-width: 1008px;
  margin: 0 auto;
  padding: 60px 24px;
}

.l-block-box-02 {
  max-width: 100%;
}

.blue {
  color: #2ab0f5 !important;
}

.purple {
  color: #7cb854 !important;
}

.pink {
  color: #ef5989 !important;
}

.ms-product {
  background-color: #464eb8;
}

.mjs-product {
  background-color: #0080cc;
}

.main_bg {
  background-image: url(../img/kv_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn_wrapper {
	width: 960px;
  margin: 0 auto;
}

.btn_index {
z-index: 10;
    position: absolute;
    bottom: 16%;
    left: 36%;
  width:286px;
}

.btn_wrapper {
  position: relative;
}


.c_anchor {
  height: auto !important;
  padding-bottom: 80px;
}

.c_anchor ul {
  display: flex;
  justify-content: space-around !important;
  border-radius: 10px;
  box-shadow: 0px 4px 0px #dddddd;
  z-index: 0;
}

.c_anchor ul li a {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.sec_ttl {
  width: 60%;
  padding-right: 24px;
}

.sec_img {
  width: 40%;
}

.sub_text {
  font-size: 18px;
}

.ttl-inner {
  width: 1008px;
  margin: 0 auto;
}

.content-ttl {
  height: 128px;
}

.content-txt {
  display: flex;
  padding-left: 8px;
  padding-top: 24px;
}

.product {
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 21px;
  font-weight: 500;
  padding: 2px 24px;
  text-align: center;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin-bottom: 8px;
}

.img {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 2px 2px 3px #dddddd;
  width: 100%;
  border: #444444;
  height: 270px;
  width: 480px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/*  */
@media screen and (max-width: 767px) {
  .sp-wrapper {
    max-width: 90%;
    margin: 0 auto;
  }

  .ttl-inner {
    width: 90%;
    margin: 0 auto;
  }


  .c_anchor {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .c_anchor ul {
    border-radius: 0px;
  }

  .c_anchor .title {
    min-height: 50px;
  }

  .c_column .box:not(:first-child) {
    margin-top: 24px;
  }

  .u-d-f {
    display: inherit !important;
  }

  .h2 {
    text-align: center;
  }

  .h3 {
    font-size: 24px;
    margin-left: 0px;
    padding-top: 16px;
  }

  .sp-br {
    display: none;
  }

  .sec_ttl {
    width: 100%;
    padding-right: 0px;
  }

  .sec_img {
    width: 90%;
	padding-top: 24px;
	margin: 0 auto;
  }

  .sub_text {
    font-size: 16px;
  }

  .test {
    padding: 30px 0 100px;
  }

  .content-ttl {
    margin-bottom: 0px;
    height: auto;
  }

  .content-ttl img {
    width: 20%;
    height: auto;
  }

  .content-txt {
    padding-left: 0px;
    padding-top: 0px;
  }
  
  .btn_wrapper {
	width:auto; 
  }
 

  a.popup-youtube img {
    aspect-ratio: 16 / 9 !important;
    width: 90% !important;
    height: auto;
  }
  
   .img {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
  }

  .popup-youtube {
    width: 100%;
  }
	
  .product {
    font-size: 16px;
    padding: 2px 16px;
  }

 .btn_index{
   width:50%;
  }
     .btn_index {
    bottom: 13%;
    left: 25%;
}

.diagonal-bg,.diagonal2-bg {
  padding-bottom: 40px;
  }
  
  .diagonal2::after {
    top: 0;
    height: 50%;
  }

  .diagonal3::after {
    height: 0%;
  }
}