@charset "utf-8";
/* 右側の丸い画像 */
.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-item4 .icon-before, .box-item4 .icon-before2 {
  width: 25%;
}
.box-item4 .description {
  width: 75%;
}
/*青丸*/
.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);
}
/*青丸*/
.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-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;
}
.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;
}
.cate_wrap {
  background-color: #F1F1F1;
}
.box-item2 .txtbox-2 {
  width: 55%;
}
.box-item2 .imgbox {
  width: 45%;
}
.box-item2 .txtbox-2 {
  padding-right: 15px;
  padding-left: 30px;
}
.box-item2 .txtbox-2 p {
  line-height: 2.5;
}
/* retailとの共通部分 */
.price-table {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  font-family: sans-serif;
  width: 100%;
}
.price-table .table-row {
  display: flex;
  border-bottom: 1px solid #ccc;
}
.price-table .table-row:last-child {
  border-bottom: none;
}
.price-table .cell {
  flex: 1;
  padding: 4px 6px;
  text-align: center;
  border-right: 1px solid #ccc;
  font-size: 14px;
}
.price-table .cell:last-child {
  border-right: none;
}
.price-table .is-title {
  background-color: #666;
  color: white;
  font-weight: bold;
}
/* retailとの共通部分 */
/* TOPとの共通部分 */
/* 新規追加 */
.icon-before3::before {
  margin-left: 0px;
}
.box-item4 .txtbox-3 {
  padding-left: 20px;
}
.price-table1 .cell:nth-child(1) {
  flex: 0 0 35%;
}
.price-table1 .cell:nth-child(2) {
  flex: 0 0 65%;
}
.price-table2 .cell:nth-child(1) {
  flex: 0 0 28%;
}
.price-table2 .cell:nth-child(2) {
  flex: 0 0 50%;
}
.price-table2 .cell:nth-child(3) {
  flex: 0 0 22%;
}
.price-table3 .cell:nth-child(1) {
  flex: 0 0 15%;
}
.price-table3 .cell:nth-child(2) {
  flex: 0 0 28%;
}
.price-table3 .cell:nth-child(3) {
  flex: 0 0 37%;
}
.price-table3 .cell:nth-child(4) {
  flex: 0 0 20%;
}
.price-table4 .cell:nth-child(1) {
  flex: 0 0 40%;
}
.price-table4 .cell:nth-child(2) {
  flex: 0 0 40%;
}
.price-table4 .cell:nth-child(3) {
  flex: 0 0 20%;
}
.bonus-box .item-circle {
  border: 1px solid #ccc;
  border-radius: 9999px;
  padding: clamp(16px, 2vw, 20px) clamp(10px, 3vw, 35px);
  text-align: center;
}
.bonus-box .pair-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 2vw, 18px);
}
.bonus-box .mark1 {
  width: clamp(10px, 3vw, 22px);
}
.bonus-box .bonus-text1 {
  color: #217C9F;
}
.bonus-text-wrap {
  padding-left: clamp(20px, 5vw, 50px);
}
.accordion-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.accordion-content > div, .accordion-header > div {
  position: relative;
  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: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  padding: 30px 30px 20px;
}
.accordion-header > div {
  padding-right: 40px;
}
.accordion-header .plus {
  position: absolute;
  width: 20px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: ease 0.3s;
}
.accordion-header.on > div .plus {
  transform: translateY(-50%) rotate(225deg);
}
.accordion-content .icon, .accordion-header .icon {
  font-weight: 700;
  line-height: 1.2;
}
.accordion-content p:not(.icon), .accordion-header h3 {
  width: 100%;
  padding-left: 20px;
}
.accordion-header {
  position: relative;
  background-color: #fff;
  border: none;
  cursor: pointer;
}
.accordion-content {
  position: relative;
  background-color: #FFF;
}
body.on .accordion-content {
  display: none;
  background-color: #F1F1F1;
}
.cate1 .titlebox {
  border-bottom: 2px solid #DDDDDD;
}
.main-wrap {
  padding-left: clamp(16px, 5vw, 40px);
  padding-right: clamp(16px, 5vw, 40px);
}
.cate1 .topbox {
  position: relative;
}
.cate2 .imgbox, .cate3 .imgbox {
  width: 100%;
}
.cate2 .txtbox2, .cate3 .txtbox2 {
  justify-content: flex-start;
}
.cate2 .ul, .cate3 .ul {
  width: 100%;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
}
.cate2 .ul .li, .cate3 .ul .li {
  align-items: flex-start;
  gap: 10px;
  position: relative;
  padding-left: 20px;
  margin-left: 0;
  margin-right: auto;
}
.cate2 .ul .li::before, .cate3 .ul .li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #217C9F;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 15px;
}
/* 新規追加 */
.cate2 .box-item4 .imgbox {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.cate2 .box-item4 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.access-box iframe {
  width: 100%;
  height: 450px;
  border: none;
  display: block;
}
.price-section .section-header p {
  margin-top: -10px;
}
.price-section .price-box {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.price-section .plan-text {
  flex: 1 1 65%;
}
.price-section .plan-title {
  color: #217C9F;
}
.price-section .en-plan {
  color: #217C9F;
  font-size: 13px;
  font-family: "EB Garamond", serif;
  margin-top: 5px;
}
.price-section .price {
  margin-bottom: 10px;
  color: #222222;
}
.price-section .price span {
  font-size: 22px;
}
.price-section .feature {
  font-size: 14px;
  margin-left: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
.price-section .imgbox {
  position: absolute;
  right: 10px;
}
.price-section .img-circle {
  width: 180px;
  height: 180px;
}
.price-section .note {
  font-size: 14px;
  margin-top: 4px;
}
/* 新規追加 */
/* ---------- 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) {
  /*TOPとの共通部分*/
  .box-item4 .icon-before, .box-item4 .icon-before2 {
    width: 100%;
  }
  .box-item4 .description {
    width: 100%;
  }
  /*TOPとの共通部分*/
  .cate .topbox p {
    line-height: normal;
  }
 .price-table .cell p {
    font-size: 9px;
  }
.main-wrap {
    padding-left: 5px;
    padding-right: 5px;
}
  .topbox span{display:inline-block;}
}
@media screen and (max-width: 470px) {
  /* --新規-- */
  .price-section .imgbox {
    position: relative;
  }
  /* --新規-- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}