@charset "utf-8";

#ct_bg .coreSection01 {

}
#ct_bg .frameArea01.core::before {
  display: none;
}

#ct_bg .headingBtn01 {
  margin-top: 70px;
  padding: 38px 30px;
  border-radius: 20px;
  background: #1F2871;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  color: #FFF;
  text-align: center;
  cursor: pointer;
  transition: .3s;
  position: relative;
  z-index: 5;
}

#ct_bg .headingBtn01::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background: #FFF000;
}
#ct_bg .headingBtn01::after {
  content: "";
  position: absolute;
  right: 40px;
  top: calc(50% + 2px); /* 下向きの時の微調整 */
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 0;
  height: 0;

  /* 下向きの三角形を作る設定 */
  border-top: 20px solid #BC0C00;
  border-bottom: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

#ct_bg .headingBtn01.is-active::after {
  border-top: 0;
  border-bottom: 20px solid #BC0C00;
  top: calc(50% - 3px);
}

#ct_bg .headingBtn01 > span {
  position: absolute;
  top: -30px;
  left: 10px;
  max-width: 228px;
  width: 25vw;
}
#ct_bg .headingBtn01 > h2 {
  font-family: "M PLUS 1";
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
}



#ct_bg .frameArea18 {
  display: none;
  position: relative;
  top: -20px;
  margin: 0 auto 0;
  padding: 20px 0 30px;
  max-width: 1060px;
  background-color: #fff;
  border: 3px solid #1F2871;
  border-top: 0;
  border-radius: 0 0 30px 30px;
}
#ct_bg .frameArea18:first-child,
#ct_bg .frameArea18.type02:first-child {
  margin-top: 0;
}
#ct_bg .frameArea18.type02 {
  margin-top: 60px;
  padding-top: 40px;
}
#ct_bg .frameArea18 > .bgImg01 {
  position: absolute;
  top: -32px;
  right: 4.9px;
  width: 171px;
}
#ct_bg .frameArea18 > .bgImg02 {
  position: absolute;
  top: -74px;
  left: 10px;
  width: 179px;
}
#ct_bg .frameArea18 > .image01 {
  margin-top: 30px;
}
#ct_bg .frameArea18 > .text01 {
  margin-top: 30px;
}
#ct_bg .frameArea18 > .text02 {
  margin-top: 50px;
  text-align: center;

}
#ct_bg .goodsList03 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  margin: 30px 30px 0;
  gap: 25px 20px;
}
#ct_bg .goodsList03 > li {
  width: calc((100% - 40px) / 3);
}
#ct_bg .goodsList03 > li > a {
  transition: .3s;
}
#ct_bg .goodsList03 > li > a:hover {
  opacity: .7;
  transition: .3s;
}
#ct_bg .goodsList03 > li > a:hover .text01 {
  text-decoration: none;
}
#ct_bg .goodsList03 > li > a > .image01 {
  border: 1px solid #D9D9D9;
}
#ct_bg .goodsList03 > li .text01 {
  margin-top: 10px;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro";
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  text-decoration-line: underline;
  font-size: 14px;
}
#ct_bg .bnr08 {
  max-width: 600px;
  margin: 40px auto 0;
}
#ct_bg .btn10 {
  margin-top: 36px;
  min-width: 470px;
  margin-inline: auto;
  width: fit-content;
}
#ct_bg .btn10 > a {
  font-family: "M PLUS 1";
  font-size: 2.2rem;
  line-height: 1.1;
  display: block;
  color: #fff;
  padding-bottom: 3px;
  align-content: center;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  min-height: 65px;
  font-weight: 800;
  width: 100%;
  background: #1F2871;
  border-radius: 20px;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.30);
  text-decoration: none;
}
#ct_bg .btn10 > a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHJ4PSIxNiIgZmlsbD0iI0ZGRjAwMCIvPjxwYXRoIGQ9Ik0yMy4wNCAxNkwxMC4yNCAyNC45NkwxMC4yNCA3LjA0MDA0TDIzLjA0IDE2WiIgZmlsbD0iI0JDMEMwMCIvPjwvc3ZnPg==") no-repeat 0 0/100%;
  content: "";
}
#ct_bg .frameArea01 > .inner01 {
  max-width: 1060px;
}
#ct_bg .frameArea01 > .inner01 .bnr07 {
  max-width: 1000px;
}
@media screen and (max-width: 767px){
  #ct_bg .headingBtn01 {
    margin-top: 60px;
    padding: 27px 20px;
  }
  #ct_bg .headingBtn01 > span {
    position: absolute;
    top: -40px;
    left: 10px;
    width: 28.5vw;
  }
  #ct_bg .headingBtn01 > h2 {
    font-family: "M PLUS 1";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
  }
  #ct_bg .headingBtn01::before {
    right: 20px;
    width: 30px;
    height: 30px;
  }
  #ct_bg .headingBtn01::after {
    content: "";
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 12px solid #BC0C00;
    border-bottom: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
    #ct_bg .headingBtn01.is-active::after {
    border-top: 0;
    border-bottom: 12px solid #BC0C00;
    top: calc(50% - 2px);
  }

  #ct_bg .goodsList03 > li .text01 {
    font-size: 14px;
  }

  #ct_bg .goodsList03 {
    margin: 15px 15px 0;
    gap: 30px 15px;
  }
  #ct_bg .goodsList03 > li {
    width: calc((100% - 15px) / 2);
  }
  #ct_bg .btn10 {
    margin-top: 26px;
    min-width: inherit;
    max-width: 600px;
    width: calc(100% - 26px);
  }
  #ct_bg .btn10 > a {
    padding-bottom: 4px;
  }
}