:root {
  --color-base: #3c3c3c;
  --ff-title: "Murecho", sans-serif;
  --fs-large: 3rem;
  --fs-middle: 1.6rem;
  --fs-large-: 3rem;
  --lh-title: 1.3;
}
#container {
  margin-top: 32px;
  margin-bottom: 0;
}
img {
  vertical-align: middle;
}
.wrapper {
  max-width: 767px;
  width: 100%;
  height: 100vh;
  background: #fff;
  margin: 0 auto;
}
.item_container:not(:first-child) {
  margin-top: 72px;
}
.item_container:last-child {
  margin-bottom: 56px;
}
.item_name {
  font-size: var(--fs-large);
  color: var(--color-base);
  border-radius: calc(0.5 * 44px);
  font-family: var(--ff-title);
  line-height: var(--lh-title);
}
.item_name:nth-child(2n) {
  margin-top: 72px;
}
.item_photo {
  margin-bottom: 32px;
}
.thumbnail-slider {
  margin-top: 24px;
}
.splide__slide {
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 2px solid transparent;
  box-sizing: border-box;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 2px solid #02926d;
  border: 2px solid #1a1a1a;
}
.splide__arrow:disabled {
  opacity: .4;
}
.splide__arrow svg {
  display: none;
}
.splide__arrow {
  box-sizing: border-box;
  position: absolute;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid hsla(0, 0%, 100%, .7);
  transition: none;
}
.splide__arrow--prev::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  left: 17px;
  top: 14px;
}
.splide__arrow--next::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  left: 12px;
  top: 14px;
}
.photo {
  max-width: 100%;
  border: 1px solid #3c3c3c;
}
.detail {
  font-size: 1.4rem;
}
.price-select {
  padding: 8px 0 0;
}
.price {
  font-size: 1.8rem;
}
.price span {
  font-size: 1.1rem;
  margin-left: 5px;
}
.price-select label {
  display: flex;
  align-items: center;
  position: relative;
  width: max-content;
  margin-top: 4px;
}
.price-select select {
  appearance: none;
  width: 142px;
  padding: 14px 16px;
  font-size: 1.6rem;
  text-align: left;
  border-color: #3c3c3c;
  color: #3c3c3c;
  cursor: pointer;
  background-color: #fff;
}
.product-selector ul {
  margin-top: 24px;
}
.product-selector li:not(:last-child) {
  margin-bottom: 8px;
}
/*.product-selector li a {
  width: 100%;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid transparent;
  padding: 8px 0;
  box-sizing: border-box;
	font-size:var(--fs-middle);
	color:#fff;
	letter-spacing: .05em;
}
.amazon a {
  background-color: #232f3e;
	
}
.rakuten a {
  background-color: #bf0000;
}
.yahoo a {
  background-color: #ff0033;
}
.pten a {
  background-color: #f59703;
}*/
.product-selector li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 0;
  font-size: var(--fs-middle);
  font-weight: 500;
  letter-spacing: .05em;
  text-decoration: none;
  border: 1.5px solid;
  background-color: #fff;
  transition: all 0.13s ease;
  outline: 0 solid transparent;
}
.product-selector .amazon a {
  border-color: #232f3e;
  color: #232f3e;
}
.product-selector .rakuten a {
  border-color: #bf0000;
  color: #bf0000;
}
.product-selector .yahoo a {
  border-color: #ff0033;
  color: #ff0033;
}
.product-selector .pten a {
  border-color: #f59703;
  color: #f59703;
}
.catchphrase {
  font-size: 1.6rem;
  padding: 16px 0;
}
.detail_info {
  margin: 32px 0 32px;
}
.item-frame {
  background: #fff;
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  pointer-events: none;
}
.item_lens {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1.5px solid #3c3c3c;
  border-radius: 50%;
  background: transparent;
  position: relative;
  transform: translate(-1px, -1px);
}
.item_lens::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.5px;
  height: 5px;
  background: #3c3c3c;
  transform: rotate(-45deg);
  border-radius: 0 0 2px 2px;
  top: 8px;
  left: 10px;
}
.item_lens::before {
  display: none;
}
aside {
  background-color: #f2f2f2;
  padding: 1em;
  margin-bottom: 56px;
  border-radius: 8px;
  padding: 8px;
}
aside p {
  color: #1a1a1a;
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
}
aside ul {
  list-style: none;
  padding: 0;
}
aside li:not(:last-child) {
  margin-bottom: 8px;
}
aside a {
  color: #4d4d4d;
  text-decoration: none;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 40px;
}
aside a:hover {
  color: #3c3c3c;
}
aside .external {
  margin-left: .6em;
  bottom: 0;
}
aside a:hover .external {
  box-shadow: #3c3c3c 0 0 0 1px, #3c3c3c 0 -1px 0 0;
}
aside a:hover .external::after {
  border-color: #3c3c3c;
}
.arrow-down {
  box-sizing: border-box;
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
  right: 8px;
  pointer-events: none;
}
.arrow-down::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #3c3c3c;
  border-left: 2px solid #3c3c3c;
  transform: rotate(-45deg);
  right: 6px;
  top: 1px;
}
/*モーダル*/
.v-enter-active, .v-leave-active {
  transition: opacity 0.15s ease;
}
.v-enter-from, .v-leave-to {
  opacity: 0;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.modal-content {
  max-width: 750px;
  position: relative;
  width: 100%;
}
.close {
  position: absolute;
  top: -46px;
  right: 10px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 10;
}
.x, .x::after {
  display: block;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
}
.x {
  width: 40px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.x::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  top: -18.5px;
  left: 18.5px
}
[v-cloak] {
  display: none;
}
@media screen and (min-width:769px) {
  :root {
    --fs-large: 4rem;
  }
  .wrapper {
    max-width: 1200px;
    width: 100%;
    background: #fff;
    margin: 0 auto;
  }
  .item_container {
    width: 100%;
    /*width: calc(100% - 240px);*/
  }
  .item_name {
    font-size: var(--fs-large);
    margin-bottom: 8px;
  }
  .item {
    display: flex;
    position: relative;
    gap: 0 48px;
  }
  .item_photo {
    max-width: 600px;
    width: 100%;
    min-width: 160px;
  }
  .splide__slide:hover {
    opacity: .8;
  }
  .detail {
    width: calc(100% - 600px - 32px);
    min-width: 260px;
  }
  .product-selector li a {
    max-width: 440px;
  }
  .product-selector li a:hover {
    outline: 1.3px solid currentColor;
  }
  .amazon a:hover {
    background-color: #fff;
    border-color: #232f3e;
    color: #232f3e;
  }
  .rakuten a:hover {
    background-color: #fff;
    border-color: #bf0000;
    color: #bf0000;
  }
  .yahoo a:hover {
    background-color: #fff;
    border-color: #ff0033;
    color: #ff0033;
  }
  .pten a:hover {
    background-color: #fff;
    border-color: #f59703;
    color: #f59703;
  }
  aside {
    position: absolute;
    right: 32px;
    top: 0;
    max-width: 200px;
    width: 100%;
  }
  aside a:hover {
    color: #008562;
    text-decoration: underline;
  }
  aside a:hover .external {
    box-shadow: #008562 0 0 0 1px, #008562 0 -1px 0 0;
  }
  aside a:hover .external::after {
    border-color: #008562;
  }
}