.custom-style-1 { display: block; padding: 1.2em 1.5em; border: solid 1px #000; margin-top:2.5em; }
.custom-style-2 { font-weight: bold; display: block; margin-bottom: .5em; }
.custom-style-3 { word-break: break-all; }
.custom-style-4 { max-width:800px;margin-top:10px; }
.custom-style-5 { text-align: center; }
.textatt{
			  display:inline-block;
			font-size: 16px;
			margin-bottom: 1em;
			color: yellow;
			border: 1px solid yellow;
			padding: 0.5em;
			line-height: 1.4;
		  }
			  @media screen and (max-width: 768px) {
			  .textatt{
					font-size: 3.5vw;
			  }
			  }
.goods__title__p {
          margin-bottom: 65px;
          margin-top: -20px;
        }
	/*付け足し分*/
		  h5.goods_intro {
			  font-size: 20px;
			  font-weight: 600;
			  margin-bottom: 0.5em;
			  line-height: 1.6em;
			  margin-top: 0em;
		  }
		  
		  div.goods_desc_block {
			  width: 100%;
			  max-width: 1200px;
			  /*display: flex;*/
			  margin: 0 0 3em;
		  }
		  div.goods_desc_block p.goods_desc_text {
			  /*flex-basis: 80%;*/
			  font-size: 1.15em;
			  line-height: 1.6em;
		  }
		  div.goods_desc_block p.goods_desc_text img{
			  width:100%;
			  height:auto;
			  max-width:800px;
			  margin-bottom: 1em;
		}
		  div.goods_desc_block p.goods_desc_logo {
			  flex-basis: 30%;
			  padding: 0 0 0 5%;
		  }
		  div.goods_desc_block p.goods_desc_logo img {
			  width: 100%;
			  max-width: 220px;
		  }

		  div.goods_cam_block {
			  width: 100%;
			  max-width: 1200px;
			  /*display: flex;*/
			  display:inline-block;
			  margin: 0 0 2em;
			  background-color:#fff9d5;
			  color:#333333;
			  padding:1.5em 2em 2em; margin: 0 0 6em; 
		  }
		  div.goods_cam_block div.goods_cam_text {
			  line-height: 1.6em;
		  }


		  div.goods_att_block {
			  width: 100%;
			  max-width: 1200px;
			  display: flex;
			  margin: 0 0 2em;
			  
			  padding:1.5em 0em 2em; margin: 0 0 6em; 
		  }
		  div.goods_att_block div.goods_att_text {
			  flex-basis: 55%;
			  font-size: 1.15em;
			  line-height: 1.6em;
		  }
		  div.goods_att_block p.goods_att_img {
			  flex-basis: 45%;
			  padding: 0 0 0 2%;
		  }
		  div.goods_att_block p.goods_att_img img {
			  width: 100%;
		  }

		  div.banner-box{
			  margin: 4em 0 4em;
			  padding:0;
			  width: 100%;
			  max-width: 1200px;
			  max-width:none;
		  }
		  .banner-box p.illust-desc {
			  font-size: 1.15em;
			  line-height: 1.6em;
			  margin-top:0.4em;
		  }
		  .banner-box p img {
			  width: 100%;
			  max-width: 700px;
			  max-width: 800px;
		  }
		  
		  .banner-box .illust-desc a:hover {
			  opacity: .8;
		  }

		  
		  div.illust-block{
			  padding:0;
			  width: 100%;
			  max-width: 1200px;
			  max-width:none;
		  }
		  .illust-block p.illust-desc {
			  font-size: 1.15em;
			  line-height: 1.6em;
		  }
		  .illust-block p img {
			  width: 100%;
			  /*max-width: 700px;*/
		  }
		  
		  .illust-block .illust-desc a:hover {
			  opacity: .8;
		  }
		  
		  .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;
			}
		  
		  
		  /*グッズに関する注意事項部分*/
		  p.goods_announce {
			  font-size: 21px;
			  margin-bottom: 1rem;
			  margin-top: 1.5em;
			  margin-top: 0.5em;
		  }
		  li.announce_text {
			  text-indent: -0.5rem;
			  padding-left: 0.5rem;
		  }
		  li.announce_text.sponly{
			  display:none;
			  
		  }
		  /*END*/
		  
		  
		  .goods__item li {
			  position: relative;
		  }
		  .goods__item li .goods__item__name {
			  margin-bottom: 4em;
		  }
		  .goods__item li .goods__item__desc {
			  position: absolute;
			  bottom: 0;
		  }
		  
		  @media screen and (max-width: 1010px) {
			  .goods__item li .goods__item__name {
				  margin-bottom: 8em;
				  }
		  }
	  /*付け足し分end*/
		  
        @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: 120%;
			}
			
			div.goods_desc_block {
				flex-direction: column;
			}
			div.goods_desc_block p.goods_desc_text {
				font-size: 1em;
				order: 2;
			}
			div.goods_desc_block p.goods_desc_logo {
                padding: 0;
				text-align: center;
				margin: 1em 0 1.5em;
				order: 1;
            }
			
			div.goods_cam_block {
				flex-direction: column;
			}
			div.goods_cam_block div.goods_cam_text {
				font-size: 1em;
				order: 2;
			}

			div.goods_att_block {
				flex-direction: column;
			}
			div.goods_att_block div.goods_att_text {
				font-size: 1em;
				order: 2;
			}
			  div.goods_att_block p.goods_att_img img {
				  display:none;
			  }
			
			div.banner-box{
				padding: 0;
				margin: 2em 0 2em;
		  	}
			
			.banner-box p.illust-desc {
				font-size: 1em;
			}
			

			div.illust-block{
				padding: 0;
				margin: 2em 0 2em;
		  	}
			
			.illust-block p.illust-desc {
				font-size: 1em;
			}
			
			p.goods_announce {
				font-size: 100%;
			}
			  li.announce_text.sponly{
				  display:block;
				  
			  }
			.goods__item li .goods__item__desc {
			  position: static;
		  	}
			.btn,a.btn,button.btn {
				width: 100%;
			}
	  /*付け足し分end*/
        }
        -->
.psimg5 {
			display: flex;
			justify-content: left;
			margin-bottom: 2em;
			margin-top: 1em;
		}
		.psimg5img{
			width:33%;
			margin-right:1em;
		}
		.psimg5img img{
			width:100%;
			height:auto;
		}
		@media screen and (max-width: 768px) {
			.psimg5 {
				flex-direction: column;
				justify-content: center;
			}
			.psimg5img{
				width:98%;
				margin-bottom:1em;
				margin-right:0;
			}
		}
