/* �n���o�[�K�[�A�C�R�����E��ɌŒ� */
.menu-icon {
  position: fixed;
  top: 30px;
  right: 20px;
  width: 30px;
  height: 25px;
  cursor: pointer;
  z-index: 1000;
}

/* ���j���[����ʉE���ɕ\�� */
.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 250px;
  height: 100vh;
  background: #d5cada;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 999;
  padding-top: 60px;
}

.menu ul {
  list-style: none;
  padding: 0 20px;
  margin: 0;
}

.menu li {
  margin: 20px 0;
}

.menu a {
  text-decoration: none;
  color: #383838;
  font-size: 16px;
}

.menu a:hover {
  text-decoration: none;
  color: #aaa;
  font-size: 16px;
}

/* ���j���[�\�����i�`�F�b�N���ꂽ��E����X���C�h�j */
#menu-toggle:checked ~ .menu {
  transform: translateX(0);
}

/* �A�j���[�V�����i�n���o�[�K�[���~�j */
.menu-icon span {
  display: block;
  height: 4px;
  width: 100%;
  background: #aaa;
  margin: 5px 0;
  transition: 0.4s;
}

#menu-toggle {
  display: none;
}

#menu-toggle:checked + .menu-icon span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
#menu-toggle:checked + .menu-icon span:nth-child(2) {
  opacity: 0;
}
#menu-toggle:checked + .menu-icon span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}


.item {
  width: 70%;
  display: flex;
  gap: 0px;
  border-bottom: solid 2px #bbb;
  margin-top: 20px;
}

.headings {
  display: flex;
  flex-direction: column;
}

.heading {
  font-weight: bold;
  color: #fff;
  background-color: #132a88;
  padding: 10px;
  margin:30px 0px;
  width: 500px;
}

.info {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0px;
  gap: 0px;
}

.arrow {
  width: 100px;
  margin: 0px 40px;
  align-items: center;
  justify-content: center;
}

.product-name {
  font-size: 28px;
  background-color: #005bac;
  border-radius: 50px;
  width: 400px;
  padding: 20px 40px;
}

.product-name a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.product-name a:hover {
  color: #000;
}

.product-image {
  width: 100%;
  margin: 0px 20px;
  padding: 10px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.product-image:hover {
  filter: brightness(1.15);
  opacity: 10;
}

.product-container {
  width: 70%;
  padding: 30px 50px;
}

.product-container-line {
  width: 100%;
  margin: 50px 0px 20px 0px;
  border-bottom: solid 2px #bbb;
}

.product-container-name {
  font-size: 32px;
  font-weight: bold;
  margin: 10px 0px;
  color: #fff;
}

.catch-copy {
  width: 100%;
  font-size: 26px!important;
  margin: 20px 0px;
  color: #ff0000;
}

.product-image-large {
  width: 70%;
  margin-bottom: 20px;
}

.description {
  width: 100%;
  line-height: 1.6;
  margin-bottom: 30px;
}

.description p {
  width: 100%;
  font-size: 20px;
}

.product-text {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.product-text-box {
  flex: 1;
  margin: 0px 50px;
  text-align: center;
}

.product-text-heading {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #fff;
  background-color: #132a88;
  padding: 10px;
  text-align: center;
}

.product-text p {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: left;
}

.recommend-box {
  width: 100%;
  border: 2px solid #132a88;
  padding: 15px;
  margin: 30px 0px;
  background-color: #000;
}

.recommend-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.staff-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0px;
}

.recommend-box-point {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin: 0px;
  align-items: center;
  padding-top: 10px;
}

.recommend-box p {
  color: #fff;
  font-size: 14px;
  text-align: left;
  margin-left: 10px;
}

.product-link {
  display: inline-block;
  width: 200px;
  margin: 20px 50px;
  vertical-align: top;
}

.product-image-small {
  width: 400px;
  height: auto;
  margin-top: 20px;
  border-radius: 6px;
}

.product-link-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #005bac;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.product-image-tech {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 20px auto;
}

.product-container-history {
  width: 80%;
  text-align: center;
  color: #fff;
  background: #000;
}

.product-container-history h2 {
  font-size: 30px;
  margin: 10px 0px;
  color: #fff;
}

.history-block {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.history-block.reverse {
  flex-direction: row-reverse;
}

.history-image {
  flex: 1;
}

.history-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.history-text {
  flex: 3;
  text-align: left;
  font-size: 14px;
}

.history-text h3 {
  font-size: 18px;
  color: #fff;
}

.product-container-related {
  width: 80%;
  text-align: center;
  color: #000;
  background: #fff;
  justify-content: center;
}

.related-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.related-text h3 {
  font-size :18px;
  font-weight: bold;
  margin: 0px;
}

.related-text p {
  font-size: 14px;
  margin: 0px;
  inline-heigth: 0.8em;
}

.related-text-box {
  width: 100%;
  max-width: 350px;
  text-align: center;
  margin: 20px;
}

.related-text-top {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.related-text-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.product-image-related {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}

/* �|�b�v�A�b�v�{�^�� */

.popup-button {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 200px;
  height: 200px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  text-align: center;
  cursor: pointer;
  z-index: 1000;
  text-decoration: none;
}

.popup-button img {
  width: 100%;
  height: 60%;
  object-fit: cover;
  border-bottom: 1px solid #ccc;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  filter: brightness(130%) contrast(70%) opacity(90%);
}

.popup-button p {
  display: block;
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #5f2f92;
  background: #b9abc7;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  line-height: 1.2em;
  margin-top: 0;  
}

.popup-button span {
  display: block;
  font-size: 32px;
  line-height: 0.8em;
  transform: scaleY(0.8);
}

summary {
  list-style: none;         /* Firefox�ȂǂɑΉ� */
  cursor:pointer;
}

summary::-webkit-details-marker {
  display: none;            /* Chrome, Safari�Ȃ�WebKit�n�ɑΉ� */
  cursor:pointer;
}

}

