@charset "UTF-8";
.wrapper {
  width: 100%;
  height: auto; }
  .wrapper .product-container {
    width: 100%;
    height: auto;
    max-width: 1540px;
    padding-top: 150px; }
    @media screen and (max-width: 480px) {
      .wrapper .product-container {
        padding-top: 80px; } }
    .wrapper .product-container .product-inner {
      width: 90%;
      height: auto;
      margin: 0 auto 0px auto;
      padding-top: 0px;
      display: flex;
      justify-content: center; }



    .comecome {
      width: 90%;
      height: auto;
      margin: 0 auto 100px auto;
     }

    h3.tit {
      width: 100%;
      margin: 0px 0px 0px 0px;
	  padding: 30px 0px 0px 0px;
	  border-bottom:#CCCCCC dotted 1px;
     }

	 .itme_come {
      width: 100%;
      margin: 0px 0px 0px 0px;
	  padding: 10px 0px 10px 0px;
     }



      @media screen and (max-width: 1024px) {
        .wrapper .product-container .product-inner {
          width: 90%; } }
      @media screen and (max-width: 768px) {
        .wrapper .product-container .product-inner {
          display: block;
          margin: 0 auto 0px auto; } }
      .wrapper .product-container .product-inner .product-left {
        width: 50%;
        height: auto;
        padding: 0px 0px 0px 0px; }
        @media screen and (max-width: 768px) {
          .wrapper .product-container .product-inner .product-left {
            width: 100%; } }
        .wrapper .product-container .product-inner .product-left .swiper-product {
          width: 100%;
          height: auto;
          position: relative; }
          .wrapper .product-container .product-inner .product-left .swiper-product .swiper-wrapper {
            position: absolute;
            /* ← swiper.cssと優先順位が干渉するときは工夫してください */
            top: 0;
            left: 0; }
            .wrapper .product-container .product-inner .product-left .swiper-product .swiper-wrapper .swiper-slide {
              width: 100%;
              height: auto;
			  object-fit: fill;
              overflow: hidden;}
              @media screen and (min-width: 1160px) {
                .wrapper .product-container .product-inner .product-left .swiper-product .swiper-wrapper .swiper-slide {
                  height: auto; object-fit: cover;} }
              @media screen and (max-width: 1024px) {
                .wrapper .product-container .product-inner .product-left .swiper-product .swiper-wrapper .swiper-slide {
                  height: auto; } }
              @media screen and (max-width: 768px) {
                .wrapper .product-container .product-inner .product-left .swiper-product .swiper-wrapper .swiper-slide {
                  height: auto; object-fit: cover;} }
              @media screen and (max-width: 480px) {
                .wrapper .product-container .product-inner .product-left .swiper-product .swiper-wrapper .swiper-slide {
                  height: auto; object-fit: cover;} }




.item_img_sub {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr 1fr;
	width:100%;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}

.item_img_sub_img_img{
	width:100%;
	height:auto;
	margin:0px auto 0px auto;
	padding:5px 0px 0px 0px; 
}



              .wrapper .product-container .product-inner .product-left .swiper-product .swiper-wrapper .swiper-slide img {
                object-fit: cover;
                width: 100%;
                height: auto; object-fit: cover;}
                @media screen and (min-width: 1160px) {
                  .wrapper .product-container .product-inner .product-left .swiper-product .swiper-wrapper .swiper-slide img {
                    height: auto; } }
                @media screen and (max-width: 1024px) {
                  .wrapper .product-container .product-inner .product-left .swiper-product .swiper-wrapper .swiper-slide img {
                    height: auto; } }
                @media screen and (max-width: 768px) {
                  .wrapper .product-container .product-inner .product-left .swiper-product .swiper-wrapper .swiper-slide img {
                    height: auto; } }
                @media screen and (max-width: 480px) {
                  .wrapper .product-container .product-inner .product-left .swiper-product .swiper-wrapper .swiper-slide img {
                    height: auto; padding-top:50px;} }
        .wrapper .product-container .product-inner .product-left .swiper-product:before {
          content: "";
          display: block;
          padding-top: calc(9/10*100%);
          /* 縦/横*100の値を書く */ }
        .wrapper .product-container .product-inner .product-left .thumbnail {
          width: 100%;
          height: auto;
          margin: 40px 0 20px 0; }
          @media screen and (max-width: 480px) {
            .wrapper .product-container .product-inner .product-left .thumbnail {
              margin: 20px 0 10px 0; } }
          .wrapper .product-container .product-inner .product-left .thumbnail .swiper-wrapper {
            width: 100%;
            height: auto; }
            .wrapper .product-container .product-inner .product-left .thumbnail .swiper-wrapper .swiper-slide {
              width: calc(100% / 3);
              height: 150px;
              overflow: hidden; }
              @media screen and (max-width: 1024px) {
                .wrapper .product-container .product-inner .product-left .thumbnail .swiper-wrapper .swiper-slide {
                  height: 120px; } }
              @media screen and (max-width: 768px) {
                .wrapper .product-container .product-inner .product-left .thumbnail .swiper-wrapper .swiper-slide {
                  height: 150px; } }
              @media screen and (max-width: 480px) {
                .wrapper .product-container .product-inner .product-left .thumbnail .swiper-wrapper .swiper-slide {
                  height: 80px; } }
              .wrapper .product-container .product-inner .product-left .thumbnail .swiper-wrapper .swiper-slide img {
                display: block;
                object-fit: cover;
                width: 100%;
                height: 150px;
                opacity: 0.7;
                transition: 0.3s;
                cursor: pointer; }
                @media screen and (max-width: 1024px) {
                  .wrapper .product-container .product-inner .product-left .thumbnail .swiper-wrapper .swiper-slide img {
                    height: 120px; } }
                @media screen and (max-width: 768px) {
                  .wrapper .product-container .product-inner .product-left .thumbnail .swiper-wrapper .swiper-slide img {
                    height: 150px; } }
                @media screen and (max-width: 480px) {
                  .wrapper .product-container .product-inner .product-left .thumbnail .swiper-wrapper .swiper-slide img {
                    height: 80px; } }
              .wrapper .product-container .product-inner .product-left .thumbnail .swiper-wrapper .swiper-slide img:hover {
                opacity: 1; }
      .wrapper .product-container .product-inner .product-right {
        width: 50%;
        height: auto;
        padding-left: 50px; }
        @media screen and (max-width: 768px) {
          .wrapper .product-container .product-inner .product-right {
            width: 100%; padding-left: 0px;} }
        .wrapper .product-container .product-inner .product-right .product-name {
          height: auto;
          border-bottom: 1px dotted #333;
          padding-bottom: 10px;}
          .wrapper .product-container .product-inner .product-right .product-name h2 {
            font-size: 3rem;
            color: #333; }
            @media screen and (max-width: 480px) {
              .wrapper .product-container .product-inner .product-right .product-name h2 {
                font-size: 2rem; padding-top:10px;} }
        .wrapper .product-container .product-inner .product-right .price {
          height: auto;
          border-bottom: 1px dotted #333;
          padding-bottom: 10px;
		  padding-top:10px; }
          .wrapper .product-container .product-inner .product-right .price p {
            font-size: 2rem;
            padding-top: 10px; }
          .wrapper .product-container .product-inner .product-right .price h3 {
            font-size: 3rem;
            color: #df3e3e;
            padding-left: 0px; }
            @media screen and (max-width: 480px) {
              .wrapper .product-container .product-inner .product-right .price h3 {
                font-size: 2rem; } }
        .wrapper .product-container .product-inner .product-right .code {
          height: auto;
          border-bottom: 1px dotted #333;
          padding-bottom: 10px; }
          .wrapper .product-container .product-inner .product-right .code p {
            font-size: 2rem;
            padding-top: 10px;}
        .wrapper .product-container .product-inner .product-right .related {
          height: auto;
          border-bottom: 1px dotted #333;
          padding-bottom: 10px; padding-top: 10px;}
          .wrapper .product-container .product-inner .product-right .related p {
            font-size: 2rem;
            padding: 0px 0 10px 0; }
          .wrapper .product-container .product-inner .product-right .related .related-list {
            height: auto; }
            .wrapper .product-container .product-inner .product-right .related .related-list li {
              height: auto;
              line-height: 2.2rem; }
              .wrapper .product-container .product-inner .product-right .related .related-list li a {
                display: inline-block;
                font-size: 1.5rem; }
              .wrapper .product-container .product-inner .product-right .related .related-list li .related-span {
                margin: 0 15px;
                cursor: auto; }
        .wrapper .product-container .product-inner .product-right .product-form {
          height: auto;
          padding: 15px 0; }
          .wrapper .product-container .product-inner .product-right .product-form .product-select-type, .wrapper .product-container .product-inner .product-right .product-form .product-select-size {
            width: 100%;
            height: auto;
            position: relative; }
            .wrapper .product-container .product-inner .product-right .product-form .product-select-type select, .wrapper .product-container .product-inner .product-right .product-form .product-select-size select {
              outline: none;
              -moz-appearance: none;
              text-indent: 0.01px;
              text-overflow: '';
              background: none transparent;
              vertical-align: middle;
              font-size: inherit;
              color: inherit;
              -webkit-appearance: button;
              -moz-appearance: button;
              appearance: button;
              appearance: none;
              -webkit-appearance: none;
              -moz-appearance: none;
              height: 40px;
              padding: 8px 12px;
              border: 1px solid #c4c4c4;
              color: #555555;
              width: 70%;
              border-radius: 3px;
              margin-bottom: 20px; }
              @media screen and (max-width: 768px) {
                .wrapper .product-container .product-inner .product-right .product-form .product-select-type select, .wrapper .product-container .product-inner .product-right .product-form .product-select-size select {
                  width: 100%; } }
          .wrapper .product-container .product-inner .product-right .product-form .product-select-type::before, .wrapper .product-container .product-inner .product-right .product-form .product-select-size::before {
            content: "";
            display: block;
            width: 8px;
            height: 8px;
            position: absolute;
            right: 35%;
            top: 23%;
            border-bottom: #333 1.5px solid;
            border-right: #333 1.5px solid;
            transform: rotate(45deg) translateY(-30%);
            z-index: 1;
            pointer-events: none; }
            @media screen and (max-width: 768px) {
              .wrapper .product-container .product-inner .product-right .product-form .product-select-type::before, .wrapper .product-container .product-inner .product-right .product-form .product-select-size::before {
                right: 3%; } }
            @media screen and (max-width: 480px) {
              .wrapper .product-container .product-inner .product-right .product-form .product-select-type::before, .wrapper .product-container .product-inner .product-right .product-form .product-select-size::before {
                right: 5%; } }
        .wrapper .product-container .product-inner .product-right .quantity {
          height: auto;
          padding: 15px 0;
          width: 100%; }
          .wrapper .product-container .product-inner .product-right .quantity input {
            width: 20%;
            height: 50px;
            border: 1px solid #c4c4c4;
            outline: none;
            text-align: right;
            padding-right: 20px;
            font-size: 2rem;
            color: #333;
            border-radius: 5px; }
          .wrapper .product-container .product-inner .product-right .quantity input[type="number"]::-webkit-outer-spin-button,
          .wrapper .product-container .product-inner .product-right .quantity input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0; }
          .wrapper .product-container .product-inner .product-right .quantity input[type="number"] {
            -moz-appearance: textfield; }
          .wrapper .product-container .product-inner .product-right .quantity .quantity-span {
            margin-right: 15px; }
        .wrapper .product-container .product-inner .product-right .cart-button {
          height: auto;
          padding: 15px 0;
          width: 100%; }
          .wrapper .product-container .product-inner .product-right .cart-button button {
            width: 100%;
            background-color: #333;
            color: #fff;
            font-size: 1.7rem;
            font-weight: 600;
            padding: 20px 0;
            transition: 0.3s;
            outline: none;
            cursor: pointer;
            border: none; }
            @media screen and (max-width: 768px) {
              .wrapper .product-container .product-inner .product-right .cart-button button {
                width: 100%; } }
          .wrapper .product-container .product-inner .product-right .cart-button button:hover {
            opacity: 0.8; }
        .wrapper .product-container .product-inner .product-right .product-text {
          height: auto;
          width: 100%; }
          .wrapper .product-container .product-inner .product-right .product-text p {
            font-size: 1.8rem; }

.insertItems {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 100;
  display: none; }
  .insertItems__alert {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 50%;
    height: auto;
    padding: 30px 0px;
    background-color: white;
    box-shadow: 0 0 8px lightgray;
    text-align: center;
    z-index: 200; }
    @media screen and (max-width: 768px) {
      .insertItems__alert {
        width: 90%; } }
    .insertItems__alert--buttons {
      width: 60%;
      height: auto;
      display: flex;
      justify-content: space-between;
      margin: 10px auto 0 auto; }
      @media screen and (max-width: 768px) {
        .insertItems__alert--buttons {
          width: 80%;
          flex-direction: column; } }
      .insertItems__alert--buttons a {
        display: block;
        width: 45%;
        height: auto;
        padding: 8px 0;
        color: white;
        margin: auto;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          .insertItems__alert--buttons a {
            width: 90%; } }
        .insertItems__alert--buttons a:nth-child(1) {
          background-color: gray; }
          @media screen and (max-width: 768px) {
            .insertItems__alert--buttons a:nth-child(1) {
              margin-bottom: 30px; } }
        .insertItems__alert--buttons a:last-child {
          background-color: #df3e3e; }

/*# sourceMappingURL=product.css.map */
