@charset "utf-8";


.color-b {
  color: #222222;
}

.default_txt3 {
  font-size: clamp(12px, 1.5vw, 14px);
}

.box_wrap {
  border-bottom: 1px solid #A2A2A2;
}
.box-wrap{
gap: clamp(12px, 4vw, 30px);
}

.icon-before::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url("https://pirkaponpe.com/system_panel/uploads/images/icon-pin.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 3px;
  vertical-align: middle;
}
.icon-before2::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url("https://pirkaponpe.com/system_panel/uploads/images/icon-tag.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 3px;
  vertical-align: middle;
}
.icon-before3::before {
  content: "◆";
  display: inline-block;
  color: #0074A2;
  font-size: 16px;
  margin-right: 2px;
  margin-left: -16px;
}
.icon-before4::before {
  content: "●";
  display: inline-block;
  color: #0074A2;
  font-size: 12px;
  margin-right: 2px;
  margin-left: -16px;
}
/* 右側の丸い画像 */
.box-item3 .imglink-wrap {
  width: 100%;
  justify-content: space-between;
  margin-top: -40px;
}
.box-item3 .img-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-right: 0;
  margin-left: auto;
}
/*footer*/
.footer {
  max-width: 600px;
  margin: 0 auto;
  background-color: #F1F1F1;
  padding-top: 100px;
  padding-bottom: 100px;
}
.footer .leftbox {
  width: 55%;
  height: 100%;
}
.footer .rightbox {
  width: 45%;
  margin-top: 0;
  margin-bottom: auto;
}
.footer .shop-button {
  position: relative;
  bottom: 0px;
  right: 0px;
  z-index: 10;
}
.footer .shop-button .circle-button {}
.footer .mainmenu_box {
  display: block;
  position: relative;
  width: 100%;
  overflow: auto;
  padding: 0;
}
.footer .mainmenu_box .mene_box .nav_box {
  background-color: #F1F1F1;
  padding: 0;
}
.footer .logo {
  font-family: "Aoboshi One", serif;
  color: #217C9F;
}
.footer .footer_menu {
  align-items: flex-start;
  gap: 50px;
  padding: 50px 30px;
  margin: 50px 0 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.20);
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.footer .footer_menu .ul {
  width: calc(100% / 2 - 50px / 2);
}
.footer .footer_menu .ul .li:not(:last-of-type) {
  margin-bottom: 40px;
}
.footer .footer_menu .ul .li a > .flex {
  gap: 10px;
}
.footer .footer_menu .ul .li .circle {
  border-radius: 50%;
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
}
.footer .footer_menu .ul .li .circle img {
  width: 50%;
  transition: ease 0.3s;
}
.footer .footer_menu .ul .li a:hover .circle img {
  transform: translateX(1px);
}
.footer .shop-button .circle-button {
  width: 210px;
  height: 210px;
}
.footer p {
  color: #707070;
}
/*footer*/

/* TOPとの共通部分 */


.fv_wrap {
	/*
  background-color: #222222;
	*/
}
.top_news {
  background-color: #A2A2A2;
  padding: 20px 50px;
  font-family: "Zen Old Mincho", serif;
}
.top_news .swiper-container {
  overflow: hidden;
  height: 30px;
}
.top_news .webgene-blog .webgene-item {
  opacity: 1;
}
.top_news .webgene-blog .webgene-item a {
  flex-wrap: nowrap;
  gap: 15px;
}
.top_news .webgene-blog .webgene-item a p {
  color: #fff;
  font-weight: 500;
}
.top_news .webgene-blog .webgene-item a .cate_txt, .top_news .webgene-blog .webgene-item a .date {
  white-space: nowrap;
}
.top_news .webgene-blog .webgene-item a .cate_txt {
  padding: 2px 6px;
  border-radius: 3px;
  border: 1px solid #fff;
}
.product-text {
  line-height: 2;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
justify-content: flex-start;
        color: #222222;
padding-left: clamp(0px, 1vw, 40px);
}
.product-text .font-EB {
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-align: left;

}
.fv_wrap .fv {
  padding: clamp(20px, 5vw, 40px);
  background-color: #F1F1F1;
  overflow: hidden;
}
.fv_wrap .fv .swiper-container .swiper-wrapper .swiper-slide {
  opacity: 1;
  border-radius: 20px;
  overflow: hidden;
}
body.on .fv_wrap .fv .swiper-container .swiper-wrapper .swiper-slide .imgbox{
  position: relative;
}
body.on .fv_wrap .fv .swiper-container .swiper-wrapper .swiper-slide .imgbox::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("https://pirkaponpe.com/system_panel/uploads/images/fv_item.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.fv_wrap .fv .swiper-button {
  width: clamp(40px, 10vw, 60px);
  height: clamp(40px, 10vw, 60px);
  background-color: #fff;
  border: 1px solid #222222;
}
.fv_wrap .fv .swiper-button img {
  width: 20px;
}
.fv_wrap .fv .swiper-button.swiper-button-prev {
  top: 65%;
  left: clamp(-16px, -5vw, -36px);
  transform: translateY(-50%);
}
.fv_wrap .fv .swiper-button.swiper-button-next {
  top: 65%;
  right: clamp(-16px, -5vw, -36px);
  transform: translateY(-50%);
}
.fv_wrap .fv .swiper-pagination-bullet {
  opacity: 1;
}
.fv_wrap .fv .swiper-container-horizontal > .swiper-pagination-bullets {
  position: static;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  gap: 15px;
  opacity: 1;
}
.fv_wrap .fv .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #222222;
  transition: ease 0.3s;
}
.fv_wrap .fv .swiper-pagination-bullet-active {
  background-color: #F0D91F;
  border: 1px solid #222222;
}
.fv {
  position: relative;
}
.fv .swiper-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.fv .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  opacity: 1;
  border-radius: 30px;
}
body.on .fv .swiper-container .swiper-wrapper .swiper-slide {}
.fv .fv_item1 {
  position: absolute;
  width: 20%;
  top: 10%;
  right: 3%;
  z-index: 7;
}
.fv .fv_item2 {
  position: absolute;
  width: 15%;
  bottom: 30%;
  left: 10%;
  z-index: 7;
}
.fv_wrap .fv .title_txt {
  position: absolute;
  z-index: 4;
  top: 70px;
  left: 70px;
  line-height: 1.8;
}
.fv_wrap .fv .center_item {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 50px;
  border-radius: 0 50% 0 50%;
}
.fv_wrap .fv .center_item .txtbox {
  margin-bottom: 20px;
}
.fv_wrap .fv .center_item .txtbox span {
  display: inline-block;
  background-color: #222222;
  color: #fff;
  padding: 3px 6px;
}
.fv_wrap .fv .center_item .txtbox span:first-of-type {
  margin-bottom: 6px;
}
.fv_wrap .fv .center_item .item1, .fv_wrap .fv .center_item .item2 {
  position: absolute;
  width: 22%;
}
.fv_wrap .fv .center_item .item1 {
  top: 5%;
  right: 0;
}
.fv_wrap .fv .center_item .item2 {
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}
/*青丸*/
.shop-button {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 10;
}
.shop-button .circle-button {
  width: clamp(140px, 20vw, 210px);
  height: clamp(140px, 20vw, 210px);
  background-color: #217C9F;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  gap: 18px;
}
.shop-button .circle-button p {
  color: #FFF;
  font-size: clamp(16px, 2vw, 20px);
}
/*青丸*/
.cate_wrap {
  background-color: #F1F1F1;
}
.cate1 .box-item {
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}
.cate1 .topbox {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cate1 .titlebox1 h2 {
  font-size: clamp(24px, 3vw, 35px);
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
.cate1 .txtbox-1 p {
  line-height: 2;
  padding-left: clamp(10px, 4vw, 20px);
  padding-right: clamp(10px, 4vw, 20px);
    margin: 0 auto;
}
.cate1 .box-item .imgbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cate1 .box-item .imgbox img {
  width: 33.33%;
  max-width: 300px;
  object-fit: cover;
  min-height: 200px;
}

.box-item2 .txtbox-2 {
  width: 50%;
}
.box-item2 .imgbox {
  width: 45%;
}

.box-item2 .txtbox-2 p {
  line-height: 2.5;
}
/* 詳しく見るボタンの外枠 */
.btn-detail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 60px;
  border: 1px solid #A2A2A2;
  border-radius: 9999px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.box-item2 .btn-detail:hover {
  background-color: #A2A2A2;
}
.box-item2 .btn-detail:hover p {
  color: #fff;
}
/* セクションの全体ボックス調整 */
.box-item3 {
  max-width: 960px;
  margin: 0 auto;
padding-left: clamp(10px, 3.5vw, 40px);
padding-right: clamp(10px, 3.5vw, 40px);
}
.box-item3 .box {
  background: #fff;
  padding: clamp(40px, 5vw, 50px) clamp(8px, 2vw, 40px) clamp(30px, 5vw, 40px);
  border: 1px solid #A2A2A2;
}
.box-item3 .bundle-label {
  display: inline-block;
  background-color: #707070;
  color: #fff;
  letter-spacing: 0.3em;
  padding: 2px 16px;
  border-radius: 2px;
  margin: 0 auto;
  position: relative;
  top: 20px;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}
/* タイトルボックス内のレイアウト */
.box-item3 .titlebox {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.box-item3 .titlebox h2 span {
  color: #217C9F;
}
.box-item3 .btn-detail:hover {
  background-color: #f2f2f2;
}
/* 右側の丸い画像 */
.box-item3 .imglink-wrap {
  width: 100%;
  justify-content: space-between;
  margin-top: -40px;
}
.box-item3 .img-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-right: 0;
  margin-left: auto;
}
.box-item3 .link-button {}
/* 円形のONLINE SHOPボタン */
.box-item3 .shop-button {
  text-align: center;
  margin-top: 40px;
}
.shop .btn-detail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 60px;
  background-color: #217C9F;
  border: 1px solid #217C9F;
  border-radius: 9999px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}



.btn-detail2 {
  background-color: #247C9C;
  text-decoration: none;
  position: relative;
  max-width: 600px;
  height: 140px;
  margin: 0 auto;
  border-radius: 2px;
  overflow: hidden;
}
.btn-detail2 .icon {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.about .link-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.about .circle-link {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  border: 1px solid #ddd;
  text-align: center;
  color: #333;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
.about .location-title{
    color: #222222;
}
.box-item4 .icon-before, .box-item4 .icon-before2 {
  width: 25%;
}
.box-item4 .description {
  width: 75%;
}
.news_section {
  background-color: #A2A2A2;
}
.news_section a {
  color: #fff;
}
.news_section .labelbox p {
  color: #fff;
}
.news_section .labelbox .date::after {
  content: "｜";
  display: inline-block;
  padding: 0 5px;
  font-size: 16px;
}
.news_section .webgene-item {
  border-bottom: 1px solid #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}
.news_section .topbox .morebox .more a {
  display: none;
}
.news_section .titlebox {
  align-items: flex-start;
}
.news_section .morebox2 {}
.news_section .more2 a {
  border: 1px solid #fff;
}

.news_section .more2 a p {
  color: #fff;
}
.news_section .more a {
    background-color: transparent;
    border: 1px solid #fff;
    position: relative;
    border-radius: 200px;
    padding: 10px 35px;
    overflow: hidden;
    min-width: 200px;
}

/*footer*/
.footer {
  max-width: 600px;
  margin: 0 auto;
  background-color: #F1F1F1;
  padding-top: 100px;
  padding-bottom: 100px;
}
.footer .leftbox {
  width: 55%;
  height: 100%;
}
.footer .rightbox {
  width: 45%;
  margin-top: 0;
  margin-bottom: auto;
}
.footer .shop-button {
  position: relative;
  bottom: 0px;
  right: 0px;
  z-index: 10;
}
.footer .shop-button .circle-button {}
.footer .mainmenu_box {
  display: block;
  position: relative;
  width: 100%;
  overflow: auto;
  padding: 0;
}
.footer .mainmenu_box .mene_box .nav_box {
  background-color: #F1F1F1;
  padding: 0;
}
.footer .logo {
  font-family: "Aoboshi One", serif;
  color: #217C9F;
}
.footer .footer_menu {
  align-items: flex-start;
  gap: 50px;
  padding: 50px 30px;
  margin: 50px 0 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.20);
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.footer .footer_menu .ul {
  width: calc(100% / 2 - 50px / 2);
}
.footer .footer_menu .ul .li:not(:last-of-type) {
  margin-bottom: 40px;
}
.footer .footer_menu .ul .li a > .flex {
  gap: 10px;
}
.footer .footer_menu .ul .li .circle {
  border-radius: 50%;
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
}
.footer .footer_menu .ul .li .circle img {
  width: 50%;
  transition: ease 0.3s;
}
.footer .footer_menu .ul .li a:hover .circle img {
  transform: translateX(1px);
}
.footer .shop-button .circle-button {
    width: 210px;
    height: 210px;
}
.footer p {
    color: #707070;
}

.lang-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

/*footer*/
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .fv_wrap {
    padding-top: 100px;
  }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
     /*footer*/
.footer .leftbox, .footer .rightbox{
    width: 100%;
}


.box-item2 .box-wrap {
    gap: 40px;
  }
  .box-item2 .txtbox-2 {
    width: 100%;
  }
  .box-item2 .imgbox {
    width: 100%;
  }
  .box-item2 .imgbox img {
    width: 50%;
  }
  .box-item3 .imglink-wrap {
    margin-top: 30px;
    gap: 30px;
    justify-content: center;
  }
  .box-item4 .icon-before, .box-item4 .icon-before2 {
    width: 100%;
  }
  .box-item4 .description {
    width: 100%;
  }
  .fv_wrap {
    padding-top: 70px;
  }
  .top_news {
    padding: 15px 20px;
  }
  .top_news .swiper-container {
    height: 26px;
  }
  .fv_wrap .fv .center_item .item1, .fv_wrap .fv .center_item .item2 {
    width: 18%;
  }
  .fv_wrap .fv .swiper-button {
    width: 40px;
    height: 40px;
  }
  .fv_wrap .fv .swiper-button i {
    font-size: 14px;
  }
  .fv_wrap .fv .swiper-button.swiper-button-prev {
    left: 20px;
  }
  .fv_wrap .fv .swiper-button.swiper-button-next {
    right: 20px;
  }
  .fv_wrap .fv .swiper-container-horizontal > .swiper-pagination-bullets {
    padding-top: 20px;
    gap: 10px;
  }
  .fv_wrap .fv .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .fv_wrap .fv {
    padding: 20px;
  }
  .fv_wrap .fv .title_txt {
    left: 40px;
    top: 40px;
  }
  .fv_wrap .fv .center_item {
    padding: 20px;
  }
  .fv_wrap .fv .center_item .txtbox {
    margin-bottom: 10px;
  }
  .fv_wrap .fv .center_item .txtbox span {
    font-size: 12px;
  }
  .fv_wrap .fv .center_item .logo {
    padding: 0 20px;
  }
  .cate1 .topbox .imgbox .img1 {
    position: absolute;
    left: 20px;
  }
  .cate1 .topbox .imgbox .img2 {
    position: absolute;
    bottom: -70px;
    left: -0px;
  }
  .cate1 .box-item2 .topbox {
    justify-content: flex-start;
  }
  .cate1 .lineup_wrap {
    flex-direction: column;
  }
  .cate1 .lineup-item {
    width: 80%;
    box-sizing: border-box;
  }
  .cate1 .lineup-item .imgbox img {
    border-radius: 10px;
  }
  .cate3 .txtitem {
    position: absolute;
    top: -100px;
    left: -10px;
    z-index: 3;
  }
  .cate5 .topbox .imgbox {
    width: 100%;
    justify-content: flex-end;
  }
  .cate5 .topbox .imgbox .img1 {
    width: 35%;
    position: absolute;
    bottom: -80px;
    right: -10px;
  }
  .cate5 .topbox .imgbox .img2 {
    width: 20%;
    bottom: -90px;
    left: 160px;
  }
  .cate5 .topbox .titlebox {
    width: 100%;
  }

    
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}