.page_wrapper {
  background: url(../img/product/kv.png) no-repeat top center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .page_wrapper {
    background-image: url(../img/product/kv_sp.png);
  }
}
.page_wrapper .pankuzu {
  color: #fff;
}
.page_wrapper .pankuzu a {
  color: #fff;
}

.product_conts {
  padding: 2.7472527473vw 0 0;
}
@media screen and (max-width: 767px) {
  .product_conts {
    padding: 25.0666666667vw 0 0;
  }
}
.product_conts__ttl {
  position: relative;
  padding-left: 7.0054945055vw;
  margin-bottom: 3.0906593407vw;
}
@media screen and (max-width: 767px) {
  .product_conts__ttl {
    padding-left: 4.2666666667vw;
    margin-bottom: 14.9333333333vw;
  }
}
.product_conts__ttl h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  font-weight: 700;
  font-size: 3.7087912088vw;
  padding-bottom: 0.4em;
  letter-spacing: 0.2em;
  position: relative;
}
.product_conts__ttl h1:after {
  display: block;
  width: 7.2802197802vw;
  height: 0.2747252747vw;
  content: "";
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .product_conts__ttl h1 {
    font-size: 9.6vw;
  }
  .product_conts__ttl h1:after {
    width: 16vw;
    height: 0.8vw;
  }
}
.product_conts__ttl p {
  font-weight: 700;
  font-size: 1.6483516484vw;
  line-height: 1;
  padding-top: 0.7em;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .product_conts__ttl p {
    font-size: 4.8vw;
  }
}
.product_conts__body .art_ttl {
  color: #009BD9;
  position: relative;
  font-size: 2.8846153846vw;
  padding-bottom: 0.56em;
  margin-bottom: 2.4725274725vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.product_conts__body .art_ttl span {
  display: inline-block;
  padding-top: 0.6em;
  font-size: 1.2362637363vw;
}
.product_conts__body .art_ttl:after {
  display: block;
  width: 7.2802197802vw;
  height: 0.2747252747vw;
  content: "";
  background: #009BD9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product_conts__body .art_ttl--nobar {
  padding-bottom: 0;
  margin-bottom: 2.0604395604vw;
}
.product_conts__body .art_ttl--nobar:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .product_conts__body .art_ttl {
    font-size: 8.5333333333vw;
    margin-bottom: 4.8vw;
    align-items: center;
    padding-bottom: 0.5em;
  }
  .product_conts__body .art_ttl span {
    font-size: 3.7333333333vw;
  }
  .product_conts__body .art_ttl:after {
    width: 21.3333333333vw;
    height: 0.8vw;
  }
}
.product_conts__body .product_navi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 7.0054945055vw 5.8379120879vw;
}
@media screen and (max-width: 767px) {
  .product_conts__body .product_navi {
    padding: 0 4.2666666667vw 16vw;
  }
}
.product_conts__body .product_navi__item {
  width: 25.9615384615vw;
}
@media screen and (max-width: 767px) {
  .product_conts__body .product_navi__item {
    width: 43.2vw;
  }
  .product_conts__body .product_navi__item:last-of-type {
    margin-top: 6.4vw;
  }
}
.product_conts__body .product_navi__item__pic img {
  border-radius: 0.8241758242vw;
  border: #D6CACA solid 0.0686813187vw;
}
@media screen and (max-width: 767px) {
  .product_conts__body .product_navi__item__pic img {
    border-radius: 1.3333333333vw;
    border: #D6CACA solid 0.2666666667vw;
  }
}
.product_conts__body .product_navi__item__name {
  text-align: center;
  padding: 1.1675824176vw 0;
  font-size: 1.3736263736vw;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .product_conts__body .product_navi__item__name {
    padding: 2.6666666667vw 0;
    font-size: 4vw;
  }
}
.product_conts__body .product_navi__item a {
  width: 14.5604395604vw;
  height: 3.7087912088vw;
  margin: 0 auto;
  justify-content: center;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .product_conts__body .product_navi__item a {
    width: 29.8666666667vw;
    height: 9.0666666667vw;
    font-size: 2.9333333333vw;
  }
}
.product_conts__body .product_navi__item a:after {
  position: absolute;
  right: 0.8241758242vw;
}
@media screen and (max-width: 767px) {
  .product_conts__body .product_navi__item a:after {
    right: 2.1333333333vw;
    width: 4.2666666667vw;
    background-size: contain;
    background-position: center;
  }
}
.product_conts__body .contact_wrapper {
  text-align: center;
}
.product_conts__body .contact_wrapper p {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .product_conts__body .contact_wrapper p {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.product_conts__body .contact_wrapper a {
  height: 5.0824175824vw;
  width: 25.6868131868vw;
  font-size: 1.6483516484vw;
  justify-content: center;
  letter-spacing: 0.08em;
  position: relative;
  margin: 1.6483516484vw auto 0;
  padding: 0;
  background: #57AEE2;
}
.product_conts__body .contact_wrapper a:after {
  position: absolute;
  right: 6%;
}
@media screen and (max-width: 767px) {
  .product_conts__body .contact_wrapper a {
    height: 14.4vw;
    width: 80.5333333333vw;
    font-size: 4.8vw;
    margin: 4.8vw auto 0;
  }
}
.product_conts__body .white_item {
  padding: 4.6703296703vw 4.1208791209vw;
  background: #fff;
  border-radius: 1.0989010989vw;
  border: solid #D6CACA 0.0686813187vw;
  margin-bottom: 4.1208791209vw;
}
@media screen and (max-width: 767px) {
  .product_conts__body .white_item {
    padding: 12.8vw 5.8666666667vw 11.7333333333vw;
    border-radius: 4.2666666667vw;
    border: solid #D6CACA 0.2666666667vw;
    margin-bottom: 11.2vw;
  }
}
.product_conts__body .white_item__name {
  margin-bottom: 1.9917582418vw;
}
.product_conts__body .white_item__name img.denupet {
  width: 17.3076923077vw;
}
.product_conts__body .white_item__name img.denupet_sp {
  width: 21.771978022vw;
}
.product_conts__body .white_item__name img.icsipet {
  width: 12.706043956vw;
}
.product_conts__body .white_item__name img.icsipet2 {
  width: 24.3131868132vw;
}
.product_conts__body .white_item__name img.ivd_glasspet {
  width: 18.1318681319vw;
}
.product_conts__body .white_item__name img.ivd_denupet {
  width: 25.8241758242vw;
}
.product_conts__body .white_item__name img.ivd_sperm {
  width: 19.5741758242vw;
}
.product_conts__body .white_item__name img.ivd_marker {
  width: 22.9395604396vw;
}
@media screen and (max-width: 767px) {
  .product_conts__body .white_item__name {
    margin-bottom: 7.4666666667vw;
    text-align: center;
  }
  .product_conts__body .white_item__name img.denupet {
    width: 41.6vw;
  }
  .product_conts__body .white_item__name img.denupet_sp {
    width: 53.0666666667vw;
  }
  .product_conts__body .white_item__name img.icsipet {
    width: 36.8vw;
  }
  .product_conts__body .white_item__name img.icsipet2 {
    width: 71.4666666667vw;
  }
  .product_conts__body .white_item__name img.ivd_glasspet {
    width: 50.4vw;
  }
  .product_conts__body .white_item__name img.ivd_denupet {
    width: 67.2vw;
  }
  .product_conts__body .white_item__name img.ivd_sperm {
    width: 55.4666666667vw;
  }
  .product_conts__body .white_item__name img.ivd_marker {
    width: 58.6666666667vw;
  }
}
.product_conts__body .white_item__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .product_conts__body .white_item__flex {
    flex-direction: column-reverse;
  }
}
.product_conts__body .white_item__flex__pic {
  width: 37.5686813187vw;
}
.product_conts__body .white_item__flex__pic img.pic_rounded {
  border-radius: 1.0989010989vw;
  border: solid #D6CACA 0.0686813187vw;
}
.product_conts__body .white_item__flex__pic .size {
  margin: 0 auto;
  margin-top: 1.0989010989vw;
  width: 31.456043956vw;
  display: block;
}
@media screen and (max-width: 767px) {
  .product_conts__body .white_item__flex__pic {
    width: 100%;
  }
  .product_conts__body .white_item__flex__pic img.pic_rounded {
    border-radius: 4.2666666667vw;
    border: solid #D6CACA 0.2666666667vw;
  }
  .product_conts__body .white_item__flex__pic .size {
    margin-top: 4.2666666667vw;
    width: 100%;
  }
}
.product_conts__body .white_item__flex__txt {
  width: auto;
  flex: 1;
  padding-right: 2.7472527473vw;
}
@media screen and (max-width: 767px) {
  .product_conts__body .white_item__flex__txt {
    padding: 8.5333333333vw 0 0 0;
  }
}
.product_conts__body .white_item__flex__txt .name_ja {
  font-size: 1.9230769231vw;
  line-height: 1;
  margin-bottom: 0.3em;
  color: #009BD9;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .product_conts__body .white_item__flex__txt .name_ja {
    font-size: 5.8666666667vw;
    line-height: 1.3;
  }
}
.product_conts__body .white_item__flex__txt .catch {
  font-size: 1.2362637363vw;
  line-height: 1.5;
  color: #009BD9;
  font-weight: bold;
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .product_conts__body .white_item__flex__txt .catch {
    font-size: 3.7333333333vw;
  }
}
.product_conts__body .white_item__flex__txt .spec {
  font-size: 1.0989010989vw;
  border-left: solid #D6CACA 0.4120879121vw;
  padding: 0.4em 0 0.4em 0.8em;
  margin-top: 1.3em;
}
@media screen and (max-width: 767px) {
  .product_conts__body .white_item__flex__txt .spec {
    font-size: 3.7333333333vw;
    border-left: solid #D6CACA 1.0666666667vw;
  }
}
.product_conts__body .white_item__flex__txt .spec dl {
  display: flex;
  justify-content: flex-start;
}
.product_conts__body .white_item__flex__txt .spec dl dt {
  color: #D6CACA;
}
.product_conts__body .white_item__flex__txt .spec dl:not(:first-of-type) {
  margin-top: 0.6em;
}
.product_conts__body .white_item__flex__txt .msg {
  line-height: 1.8;
  margin-top: 1.2em;
}
.product_conts__body .white_item__flex__txt .check_list {
  margin-top: 1em;
}
.product_conts__body .white_item__flex__txt .check_list li {
  padding-left: 1.2em;
  margin-bottom: 0.2em;
  line-height: 1.8;
  position: relative;
}
.product_conts__body .white_item__flex__txt .check_list li:before {
  content: "";
  position: absolute;
  display: block;
  width: 0.8em;
  height: 0.5em;
  border-left: solid #009BD9 0.206043956vw;
  border-bottom: solid #009BD9 0.206043956vw;
  top: 0.6181318681vw;
  left: 0;
  transform: rotate(-40deg);
}
@media screen and (max-width: 767px) {
  .product_conts__body .white_item__flex__txt .check_list li:before {
    border-width: 0.64vw;
    top: 1.8666666667vw;
  }
}
.product_conts__body .white_item--reverse .white_item__name {
  padding-left: 39.6291208791vw;
}
@media screen and (max-width: 767px) {
  .product_conts__body .white_item--reverse .white_item__name {
    padding-left: 0;
  }
}
.product_conts__body .white_item--reverse .white_item__flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .product_conts__body .white_item--reverse .white_item__flex {
    flex-direction: column-reverse;
  }
}
.product_conts__body .white_item--reverse .white_item__flex__txt {
  padding-right: 0;
  padding-left: 2.7472527473vw;
}
@media screen and (max-width: 767px) {
  .product_conts__body .white_item--reverse .white_item__flex__txt {
    padding-left: 0;
  }
}
.product_conts__body .micro {
  padding: 9.2032967033vw 7.0054945055vw 9.6153846154vw;
  background: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .product_conts__body .micro {
    padding: 16vw 4.2666666667vw 21.3333333333vw;
  }
}
.product_conts__body .micro .art_ttl {
  text-align: center;
}
.product_conts__body .micro .art_ttl:after {
  left: 50%;
  transform: translateX(-50%);
}
.product_conts__body .micro__localnavi {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 5.4945054945vw;
}
@media screen and (max-width: 767px) {
  .product_conts__body .micro__localnavi {
    margin-bottom: 13.3333333333vw;
    justify-content: space-between;
  }
}
.product_conts__body .micro__localnavi__item {
  width: 19.5054945055vw;
  margin-left: 2.3351648352vw;
}
@media screen and (max-width: 767px) {
  .product_conts__body .micro__localnavi__item {
    width: 43.2vw;
    margin-left: 0;
  }
}
.product_conts__body .micro__localnavi__item .item_pic img {
  border-radius: 1.0989010989vw;
  border: #D6CACA solid 0.0686813187vw;
}
@media screen and (max-width: 767px) {
  .product_conts__body .micro__localnavi__item .item_pic img {
    border-radius: 2.6666666667vw;
    border: #D6CACA solid 0.2666666667vw;
  }
}
.product_conts__body .micro__localnavi__item .item_name {
  text-align: center;
  padding: 0.8em 0 0;
  font-size: 1.2362637363vw;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .product_conts__body .micro__localnavi__item .item_name {
    font-size: 3.7333333333vw;
  }
}
.product_conts__body .micro__localnavi__left {
  width: 41.2087912088vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .product_conts__body .micro__localnavi__left {
    width: 100%;
    margin-bottom: 6.9333333333vw;
  }
}
.product_conts__body .micro__localnavi__left > div {
  margin: 0;
}
.product_conts__body .micro__localnavi__left .item_name {
  width: 100%;
  text-align: center;
  padding: 0.8em 0 0;
  font-size: 1.2362637363vw;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .product_conts__body .micro__localnavi__left .item_name {
    font-size: 3.7333333333vw;
  }
}
.product_conts__body .micro__localnavi__right {
  width: 41.2087912088vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .product_conts__body .micro__localnavi__right {
    width: 100%;
    margin-bottom: 6.9333333333vw;
  }
}
.product_conts__body .micro__localnavi__right > div {
  margin: 0;
}
.product_conts__body .micro__localnavi__right .item_name {
  width: 100%;
  text-align: center;
  padding: 0.8em 0 0;
  font-size: 1.2362637363vw;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .product_conts__body .micro__localnavi__right .item_name {
    font-size: 3.7333333333vw;
  }
}
.product_conts__body .ivf {
  margin-top: 1.0989010989vw;
  padding: 8.2417582418vw 7.0054945055vw 9.6153846154vw;
  background: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .product_conts__body .ivf {
    padding: 16vw 4.2666666667vw 21.3333333333vw;
    margin-top: 4.2666666667vw;
  }
}
.product_conts__body .ivf .ivf__ttl_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.1208791209vw;
}
@media screen and (max-width: 767px) {
  .product_conts__body .ivf .ivf__ttl_box {
    display: block;
    margin-bottom: 21.3333333333vw;
  }
}
.product_conts__body .ivf .ivf__ttl_box__pic {
  width: 41.3461538462vw;
}
.product_conts__body .ivf .ivf__ttl_box__pic img.pic_rounded {
  border-radius: 1.0989010989vw;
}
@media screen and (max-width: 767px) {
  .product_conts__body .ivf .ivf__ttl_box__pic {
    width: 100%;
    margin-top: 8.5333333333vw;
  }
  .product_conts__body .ivf .ivf__ttl_box__pic img.pic_rounded {
    border-radius: 4.2666666667vw;
  }
}
.product_conts__body .ivf .ivf__ttl_box__txt {
  width: auto;
  flex: 1;
  padding-right: 2.7472527473vw;
}
@media screen and (max-width: 767px) {
  .product_conts__body .ivf .ivf__ttl_box__txt {
    padding: 0;
  }
}
.product_conts__body .ivf .ivf__ttl_box__txt .art_ttl {
  position: relative;
  padding-left: 8.7912087912vw;
}
.product_conts__body .ivf .ivf__ttl_box__txt .art_ttl img.icon {
  width: 7.8296703297vw;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 0.8241758242vw;
}
@media screen and (max-width: 767px) {
  .product_conts__body .ivf .ivf__ttl_box__txt .art_ttl {
    text-align: center;
    padding-left: 0;
  }
  .product_conts__body .ivf .ivf__ttl_box__txt .art_ttl:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .product_conts__body .ivf .ivf__ttl_box__txt .art_ttl img.icon {
    display: block;
    width: 41.3333333333vw;
    border-radius: 3.2vw;
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 2.6666666667vw;
  }
}
.product_conts__body .ivf .ivf__ttl_box__txt .msg {
  line-height: 1.8;
  margin-top: 1.2em;
}
.product_conts__body .ivf .white_item--blue {
  background: #009BD9;
  color: #fff;
  padding-right: 3.4340659341vw;
  padding-left: 3.4340659341vw;
  border: none;
}
@media screen and (max-width: 767px) {
  .product_conts__body .ivf .white_item--blue {
    padding: 10.6666666667vw 5.8666666667vw 7.4666666667vw;
  }
}
.product_conts__body .ivf .white_item--blue .white_item__flex {
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product_conts__body .ivf .white_item--blue .white_item__flex {
    flex-direction: column-reverse;
  }
}
.product_conts__body .ivf .white_item--blue .white_item__flex .white_item__name {
  padding: 0;
  font-size: 2.8846153846vw;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .product_conts__body .ivf .white_item--blue .white_item__flex .white_item__name {
    font-size: 8.5333333333vw;
    line-height: 1.35;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.product_conts__body .ivf .white_item--blue .white_item__flex__txt {
  padding-left: 2.0604395604vw;
}
@media screen and (max-width: 767px) {
  .product_conts__body .ivf .white_item--blue .white_item__flex__txt {
    padding-left: 0;
    padding-top: 0.6868131868vw;
  }
}
.product_conts__body .ivf .white_item--blue .white_item__flex__txt .msg {
  font-size: 1.2362637363vw;
}
@media screen and (max-width: 767px) {
  .product_conts__body .ivf .white_item--blue .white_item__flex__txt .msg {
    font-size: 3.7333333333vw;
  }
}
.product_conts__body .ivf .white_item--blue .white_item__flex__txt .check_list li:before {
  border-color: #fff;
}
.product_conts__body .ivf .white_item--blue .white_item__flex__txt .check_list li:first-of-type {
  padding: 0;
}
.product_conts__body .ivf .white_item--blue .white_item__flex__txt .check_list li:first-of-type:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .product_conts__body .ivf .white_item--blue .white_item__flex__pic {
    margin-top: 29.3333333333vw;
  }
}
.product_conts__body .ivf__localnavi {
  display: flex;
  justify-content: space-between;
  width: 63.8736263736vw;
  margin: 0 auto 5.4945054945vw;
}
@media screen and (max-width: 767px) {
  .product_conts__body .ivf__localnavi {
    width: 100%;
    margin: 0 auto 18.6666666667vw;
    flex-wrap: wrap;
  }
}
.product_conts__body .ivf__localnavi__item {
  width: 19.5054945055vw;
}
@media screen and (max-width: 767px) {
  .product_conts__body .ivf__localnavi__item {
    width: 43.2vw;
  }
  .product_conts__body .ivf__localnavi__item:last-of-type {
    margin-top: 6.9333333333vw;
  }
}
.product_conts__body .ivf__localnavi__item .item_pic img {
  border: solid #D6CACA 0.0686813187vw;
  border-radius: 1.0989010989vw;
}
@media screen and (max-width: 767px) {
  .product_conts__body .ivf__localnavi__item .item_pic img {
    border: solid #D6CACA 0.2666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.product_conts__body .ivf__localnavi__item .item_name {
  font-size: 1.2362637363vw;
  text-align: center;
  padding-top: 0.8em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .product_conts__body .ivf__localnavi__item .item_name {
    font-size: 3.7333333333vw;
  }
}
.product_conts__body .ivf .ivf__subttl {
  text-align: center;
  margin-bottom: 4.9450549451vw;
}
@media screen and (max-width: 767px) {
  .product_conts__body .ivf .ivf__subttl {
    margin-bottom: 9.0666666667vw;
  }
}
.product_conts__body .ivf .ivf__subttl h3 {
  font-size: 2.8846153846vw;
  padding-bottom: 0.56em;
  position: relative;
  font-weight: bold;
  color: #009BD9;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .product_conts__body .ivf .ivf__subttl h3 {
    font-size: 8.5333333333vw;
    line-height: 1.4;
  }
}
.product_conts__body .ivf .ivf__subttl h3 span {
  font-size: 1.2362637363vw;
}
@media screen and (max-width: 767px) {
  .product_conts__body .ivf .ivf__subttl h3 span {
    font-size: 3.7333333333vw;
  }
}
.product_conts__body .ivf .ivf__subttl h3:after {
  display: block;
  width: 7.2802197802vw;
  height: 0.2747252747vw;
  content: "";
  background: #009BD9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .product_conts__body .ivf .ivf__subttl h3:after {
    width: 21.3333333333vw;
    height: 0.8vw;
  }
}
.product_conts__body .ivf .ivf__subttl__lead {
  font-size: 1.0989010989vw;
  line-height: 1.8;
  padding-top: 1.2em;
}
@media screen and (max-width: 767px) {
  .product_conts__body .ivf .ivf__subttl__lead {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.product_conts__body .ivf .white_item .white_item__name {
  font-size: 2.8846153846vw;
  font-weight: bold;
  color: #009BD9;
}
@media screen and (max-width: 767px) {
  .product_conts__body .ivf .white_item .white_item__name {
    font-size: 8.5333333333vw;
    line-height: 1.4;
  }
}

.b_archive {
  width: 19.9175824176vw;
  padding: 0;
  margin: 0 auto 8.2417582418vw;
}
@media screen and (max-width: 767px) {
  .b_archive {
    width: 56.5333333333vw;
    margin: 0 auto 22.4vw;
  }
}
.b_archive a {
  height: 5.0824175824vw;
  font-size: 1.6483516484vw;
  justify-content: center;
  letter-spacing: 0.08em;
  position: relative;
  padding: 0;
  background: #57AEE2;
}
.b_archive a:after {
  position: absolute;
  right: 6%;
}
@media screen and (max-width: 767px) {
  .b_archive a {
    height: 14.4vw;
    font-size: 4.8vw;
  }
}

.product_cookie_modal {
  position: fixed;
  z-index: 10000;
  width: 100vw;
  height: 100dvh;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.2s;
}
.product_cookie_modal.show {
  visibility: visible;
  opacity: 1;
}
.product_cookie_modal .modal_cont {
  width: 42.9945054945vw;
  padding: 3.021978022vw 3.1593406593vw 2.8846153846vw;
  border-radius: 1.6483516484vw;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .product_cookie_modal .modal_cont {
    width: 90.6666666667vw;
    padding: 10.4vw 5.8666666667vw 11.2vw;
    border-radius: 6.4vw;
  }
}
.product_cookie_modal .modal_cont h2 {
  font-size: 1.6483516484vw;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding-bottom: 0.8em;
  margin-bottom: 0.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product_cookie_modal .modal_cont h2 {
    font-size: 5.3333333333vw;
  }
}
.product_cookie_modal .modal_cont h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7.2802197802vw;
  height: 0.2747252747vw;
  background-color: #009BD9;
}
@media screen and (max-width: 767px) {
  .product_cookie_modal .modal_cont h2:after {
    width: 22.9333333333vw;
    height: 1.0666666667vw;
  }
}
.product_cookie_modal .modal_cont .msg {
  font-size: 1.0989010989vw;
  line-height: 2;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 767px) {
  .product_cookie_modal .modal_cont .msg {
    font-size: 3.7333333333vw;
  }
}
.product_cookie_modal .modal_cont .check {
  font-size: 1.3736263736vw;
  text-align: center;
  line-height: 1;
  margin-bottom: 1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .product_cookie_modal .modal_cont .check {
    font-size: 4.8vw;
  }
}
.product_cookie_modal .modal_cont .btn_wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .product_cookie_modal .modal_cont .btn_wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.product_cookie_modal .modal_cont .btn_wrapper p {
  margin: 0 1.0302197802vw;
  width: 14.5604395604vw;
  height: 3.7087912088vw;
  border-radius: 3.7087912088vw;
  border: solid #009BD9 0.1373626374vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2362637363vw;
  background: #fff;
  color: #009BD9;
  transition-duration: 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .product_cookie_modal .modal_cont .btn_wrapper p {
    margin: 0 auto;
    width: 56.5333333333vw;
    height: 14.4vw;
    border-radius: 14.4vw;
    border: solid #009BD9 0.5333333333vw;
    font-size: 4.8vw;
  }
}
.product_cookie_modal .modal_cont .btn_wrapper p.b_yes {
  background: #009BD9;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .product_cookie_modal .modal_cont .btn_wrapper p.b_yes {
    margin-bottom: 4.8vw;
  }
}
.product_cookie_modal .modal_cont .btn_wrapper p:hover {
  opacity: 0.7;
}/*# sourceMappingURL=product.css.map */