
section.price-list{
    padding:0% 1rem 0;
    background-image:
     url(../image/kv-frame-corner-gold-top-left.svg),
    url(../image/kv-frame-corner-gold-top-right.svg),
    url(../image/kv-frame-corner-gold-bottom-left.svg),
    url(../image/kv-frame-corner-gold-bottom-right.svg);
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: top left, top right, bottom left, bottom right;
}
#branding,
#graphic{
  margin-bottom: 10%;
  border:solid 1px rgba(0, 0, 0, 0)
}
.wrap_link{
  text-align: right !important;
  display:block;
  margin-top: 30px;
}
.wrap_link a{
  font-size: .8rem;
  border-bottom: #9dbffa dotted 1px;
  color: #9dbffa;
  position: relative;
  padding-bottom: 0.5rem;
  margin-right: 20px;
}
.wrap_link a::after{
  content: "";
  width: 8px;
  height: 8px;
  border-top: #9dbffa solid 2px;
  border-right: #9dbffa solid 2px;
  position: absolute;
  right: -20px;
  top:50%;
  transform: translateY(-50%) rotate(45deg);
}
.pack ul li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  position: relative;
}
/**/

.precautions-notes{
  padding-bottom: 10%;
}
.precautions-notes .section-inner{
  padding-bottom: 50px !important;
  margin-bottom: 10%;
}
section.price-list .content{
    margin: 15% 1rem;
  position: relative;    
}
section.price-list .flex{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  flex-wrap: wrap;
}

section.price-list .flex .left{
  flex: 1;
  padding: 50px 0;
}
section.price-list .flex .right{
  flex: 2;
  padding:50px 30px 0;
}

section.price-list .flex .right{
  border-left: solid rgb(48, 47, 52) 1px;
}
section.price-list .flex .right p{
  text-align: left;
}

section.price-list .item-name {
  position: relative;
  padding-right: 10px;
  width: 100%;
  text-align: left;
  z-index: 0;
}
section.price-list .item-name span{
  background-color: #181A2A;
  padding-right: .5rem;
}
section.price-list .item-name::after {
  content: "";
  display: inline-block;
  border-bottom: 1px dotted #ccc;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
section.price-list .include{
  padding: 5%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
section.price-list .include span{
  color: #debf8d;
  border: solid 1px #debf8d;
  padding: 5px 15px;
  border-radius: 40px;
  font-size: smaller;
}

section.price-list .item-price {
  margin-left: 10px;
  white-space: nowrap;
}

section.price-list h3{
  margin: 0;
  font-size: 1.3rem;
  text-align: left;
}
section.price-list h3:before{
  content: "";
  color: #d4b572;
  font-size: 12px;
  display: block;
  margin-bottom: 2px;
  letter-spacing: 3px;
}
section.price-list .web-pack-a h3:before{
  content: "Light Pack";

}
section.price-list .web-pack-b h3:before{
  content: "Full Order Pack";
}
section.price-list .total-pack h3:before{
  content: "Tolal Pack";
}
section.price-list p.op{
  background-color: rgba(255,255,255,0.1);
  padding: .5rem 0;
}


/*==================================*/
@media (max-width: 765px){
  section.price-list p{
    text-align: left;
  }
  section.price-list p.center{
    text-align: center;
  }


  section.price-list h3{
    margin: 0 0 50px;
    font-size: 1.3rem;
    text-align: center;

  }
section.price-list{
  padding:15% 1rem 0;
  background-size: 90px;
}

section.price-list .content{
margin: 20% 0rem;
}

section.price-list .content .pack{
  padding: 50px 1rem;
  border-radius: 20px;
}
section.price-list .flex{
display: flex;
gap: 10px;
align-items: flex-start;
display: block;
}

section.price-list .flex .left,
section.price-list .flex .right{
flex: 1;
padding: 0px;
}

section.price-list .flex .right{
border-left: none
}


  }
/***************/

.larger{
  font-size: larger;
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}
.content .pack{
  margin: 50px auto;
  background-color: #141623;
  padding: 40px;
  border-radius: 30px;
}
.pack-price{
  font-size: 1.6rem;
  position: relative;
  font-style: italic;
  color: #debf8d;
}
.small{
  font-size: 14px;
  opacity: .6;
}
ul .small{
  margin-bottom: 1rem;
}
.pack-price:after{
  content:"円";
  font-size: 12px;
  margin-left: 2px;
  font-style: normal;
}
.color{
  background: linear-gradient(
    90deg,
    #F5C154 0%,
    #ED5742 50%,
    #8C359C 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.caution{
  border: solid #585757 1px;
  padding: .5rem;
  opacity: .7;
}
.caution p{
  font-size: .8rem;
  text-align: left;
}

/* ライトボックスのベーススタイル */
/* ライトボックスのベーススタイル */
/* ライトボックスのベーススタイル */
/* サムネイルの配置 */
.wrap_img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.wrap_img img {
  width: 100%;
  cursor: pointer;
}

/* ライトボックスのベーススタイル */
/* サムネイルの配置 */
.wrap_img {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.wrap_img-grid-2{
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 10px;
  
}

.wrap_img img,
.wrap_img-grid-2 img{
  width: 100%;
  cursor: pointer;
  border: solid 1px #302F34;
}

@media (max-width: 765px){

  .wrap_img,
  .wrap_img-grid-2 {
    display: grid; /* グリッドレイアウトを使用 */
    grid-template-columns: repeat(2, 1fr); /* 2列に設定 */
    gap: 10px; /* アイテム間のスペース */
    width: 100%;
  }
  
  .wrap_img img,
  .wrap_img-grid-2 img {
    width: 100%; /* 各セル内で画像を最大幅に */
    height: auto; /* 縦横比を維持 */
    object-fit: cover; /* 必要に応じて画像のトリミング */
    max-width: 350px; /* 最大幅の制約 */
  }

  hr{
    margin: 20% auto;
  }

.wrap_img img,
.wrap_img-grid-2 img{
  max-width: 100%;
}

  }

/***************/
.content-p{
  margin: 30px auto 30px;
}

.sub-page:before{
  content:"下層ページ一例";
  position: absolute;
  top:-.7rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #181A2A;
  padding: 0 1rem;
}
.sub-page{
  border: solid 1px #cdd3f9;
  padding: 30px 10px;
  color: #cdd3f9;
  position: relative;
  margin: 50px auto 0;
}
.sub-page ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: smaller;
}

.sub-page ul li{
  border: solid 1px #cdd3f9;
  padding: 5px 10px !important;
  border-radius: 3px;
}

  /* ライトボックスのベーススタイル */
  .lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
  
    /* フェード用 */
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* 表示用スタイル :target を活用 */
  .lightbox:target {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
  
  /* 画像のスタイル */
  .lightbox img {
    max-width: 600px;
    max-height: 90%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  
    /* 中央配置 */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
  }
  
  /* 背景リンク */
  .lightbox .lightbox-close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    cursor: pointer;
  }
  
  /* Closeボタン */
  .lightbox .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    font-size: 24px;
    color: #000;
    text-align: center;
    line-height: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1002;
    text-decoration: none;
  }
  
  .lightbox .close:hover {
    background: #181A2A;
    color: #fff;
  }
  @media (max-width: 765px){
    .lightbox img {
      max-width: 90%;
      max-height: auto;
    }
  }
  /*****************/
  
  .special{
    background-color: aqua;  background: linear-gradient(
      90deg,
      #F5C154 0%,
      #ED5742 40%,
      #8C359C 100%
    );
    text-align: center !important;
  }
  hr{
    border: none;
    height: 0.5px; 
    background-color: rgba(255, 255, 255, .5); 
    width: 100%;
    margin: 10% auto;
  }
  .wrap_img {
    flex-wrap: nowrap;
    width: 100%;
    gap: 10px;
  }
  
  .wrap_img img {
    flex: 1; 
    object-fit: cover; 
    min-width: 0;  
    width: 100%;  
    height: auto;  
    max-width: 350px;
    min-width: 0;
  }
  
  /*************/
  
  
  
  
  .pack-accordion {
    margin: 0 auto;
    
  }
  
  .op {
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 10px;
    border-radius: 4px;
    margin-bottom:20px;
    background-color: rgba(255,255,255,0.1);
    padding: .5rem 0;
    position: relative;
  }
  .op:after{
    content: "";
    font-weight: bold;
    margin-left: 20px;
    width: 7px;
    height: 7px;
    border-top:solid #fff 1px;
    border-right:solid #fff 1px;
    position: absolute;
    transform: rotate(135deg);
    top:35%;
    transition: ease .4s;
  }
  .toggle:checked + .op:after {
    transform: rotate(-45deg);
    top:45%;
    transition: ease .4s;
  }
  .toggle {
    display: none; 
  }
  
  .options {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  
  .options li {
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }
  
  .options li:last-child {
    border-bottom: none;
  }
  
  .toggle:checked ~ .options {
    max-height:500px;
  }