.custom-style-1 { width: 100%; display: block; margin: .6em 0 2em; }
.custom-style-2 { font-size: .8em; line-height: 1.5em; display: inline-block; }
.custom-style-3 { border: solid 1px #000; display: block; padding: 1em 1em 1.8em; margin: .8em 0; }
.custom-style-4 { margin-bottom: -.8em; display: block; }
.custom-style-5 { margin-bottom: -.8em; display: block; }
.custom-style-6 { word-break: break-all; }
.custom-style-7 { margin-bottom: -.8em; display: block; }
.custom-style-8 { display: block; font-size: 0.7em; line-height: 1.8em; margin-top: 3.5em; }
.custom-style-9 { border-top: solid 2px #fff; }
.goods__title__p {
          margin-bottom: 65px;
          margin-top: -20px;
        }
		h5.goods_intro {
			font-size: 1.8em;
			color: yellow;
			margin-bottom: 1.5em;
			line-height: 1.6em;
			margin-top: -1em;
			margin-bottom: 3em;
		  }
		  
		  .goods_btnarea {
			  margin-bottom: 2em;
		  }
		  
		  .btn,a.btn,button.btn {
			  font-size: 1.3em;
			  font-weight: 700;
			  line-height: 1.5;
			  position: relative;
			  display: inline-block;
			  width: 31%;
			  padding: 1.3em 0em;
			  cursor: pointer;
			  -webkit-user-select: none;
			  -moz-user-select: none;
			  -ms-user-select: none;
			  user-select: none;
			  -webkit-transition: all 0.3s;
			  transition: all 0.3s;
			  text-align: center;
			  vertical-align: middle;
			  text-decoration: none;
			  letter-spacing: 0.1em;
			  border-radius: 0.5rem;
			  border: 3px solid #fff;
			  margin: -1em 2em 2em 0;
			}

			.btn--orange,
				a.btn--orange {
				  color: #fff;
				  background-color: rgb(255, 62, 62);
			}

			.btn--orange:hover,
			a.btn--orange:hover {
				  color: #000;
				  background-color: rgb(255, 255, 255);
				  border: 3px solid #000;
			}
		  
		  
        @media screen and (max-width: 768px) {
          .goods__title__p {
            margin-bottom: 60px;
            margin-bottom: 16vw;
            margin-top: -15px;
            margin-top: -6vw;
          }
			
			h5.goods_intro {
				font-size: 1.3em;
			}
			
			.btn,a.btn,button.btn {
				width: 100%;
			}
			
        }
        -->
