/*-----共通部分-----*/
.body *{
    margin: 0;
    box-sizing: border-box;
    font-family:メイリオ, Meryo, sans-serif;
    target:
}
.body img{
  vertical-align: bottom;
}
.center{
    margin: auto;
    width: 95%;
    max-width: 1280px;
}
.center img{/*-----タイトル画像の幅設定-----*/
    /*-----width: 80%!important;-----*/
    display: block;
    margin: auto;
}
.center2{
    margin: auto;
    width: 95%;
    max-width: 1080px;
}

.body a{
    transition: all 0.3s ease 0s;
}
/*----- ヘッダー -----*/

.header article:first-of-type{
  background-image: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20201016/haikei.gif);
}
.header .center{
  position: relative;
  display: flex;
  justify-content: space-around;
}
.header .center img:nth-child(1){
  margin: 0 auto 0 0;
}
.header .center img:nth-child(2){
  position: absolute;
  top: 15%;
  right: 5%;
}
.header .center img:nth-child(3){
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
}
.header .center img:nth-child(4){
  display: none;
}

/*メニュー*/
.menu_wapper{
  background-color: #abdd22;
  padding: 50px 0;
}

/*メインの製作物----------------------------------*/
/*タブの設定---------*/
.tab_wapper{
  padding-top: 30px;
  background-color: #abdd22;
}
.tab_wapper ul li{
	float:left;
	margin-right:1px;
	list-style-type:none;
  width: 49%;
}
.tab_wapper ul li a{
	font-size:2em;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	display:block;
	width:100%;
	padding:30px 40px 20px 40px;
	background:#ea5504;
  border-radius: 10px 10px 0 0;
  height: 100%;
}
.tab_wapper ul li a:hover{
	background:#ce3f00;
	color:#FFF;
}
.tab_wapper ul li a.current{
	background:#F5F4F2;
	color:#ea5504;
  background-color: #FFF;
  background-image: linear-gradient( transparent 95%, rgba(165, 209, 57, 0.3) 50%, rgba(165, 209, 57, 0.3)), linear-gradient( 90deg, transparent 95%, rgba(165, 209, 57, 0.3) 50%, rgba(165, 209, 57, 0.3) );
  background-size: 16px 16px;
  background-repeat: repeat;
  height: 100%;
}
/*製作物一覧------------*/
#contents{
	clear:both;
	margin-bottom:10px;
}
#contents div{
	padding:30px 20px;
}
.list{
  background-color: #FFF;
  background-image: linear-gradient( transparent 95%, rgba(165, 209, 57, 0.3) 50%, rgba(165, 209, 57, 0.3)), linear-gradient( 90deg, transparent 95%, rgba(165, 209, 57, 0.3) 50%, rgba(165, 209, 57, 0.3) );
  background-size: 16px 16px;
  background-repeat: repeat;
}
/*#contents p{
	margin-top:20px;
	line-height:2em;
	color:#C15757;
}*/
#contents strong{
	font-size:4em;
	font-weight:bold;
	color:#754c24;
}
.seisaku_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0!important;
}
.seisaku_item{
  width: 500px;
  padding: 30px 0!important;
}
.number{
  padding: 0!important;
  display:flex;
  align-items: flex-end;
}

/*製作物その１と基本設定-----------*/
.number p:last-of-type{
  color: #754c24;
  margin: 0 0 10px 30px;
  padding: 5px 10px;
  font-size: 1.75rem;
  font-weight: bold;
  background: linear-gradient(transparent 40%, rgba(232, 82, 152, 0.3) 40%);
}
.fuchidori {/*版ずれ風文字*/
  font-weight: bold;
  font-size: 2.6rem;
  color: rgba(0, 0, 0, 0);
  text-shadow: 2px 2px 0 #f8cbe0;
  -webkit-text-stroke: 1px #42210b;
  text-stroke: 1px #42210b;
  padding: 10px 0;
  line-height: 1.25;
}

.mihon{
  border: 1px solid #ea5504;
  border-radius: 10px 10px 0 0;
  padding: 0!important;
}
.mihon img{
  width: 100%;
  max-width: 500px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 10px 0 0;
  background-color: white;
}
.mihon_btn{
  display: flex;
  justify-content: space-around;
  padding: 0!important;
}
.mihon_btn a{
  display: inline-block;
  color: #ea5504;
  border-top: 1px solid #ea5504;
  background-color: white;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  text-align: center;

}
.mihon_btn a:first-of-type{
  border-right: 1px solid #ea5504;
}
.mihon_btn a:hover{
  background-color: #ea5504;
  color: white;
}

/*製作物その２-----------*/
.seisaku_item:nth-of-type(2) .number p:last-of-type{
  background: linear-gradient(transparent 40%, rgba(123, 89, 163, 0.3) 40%);
}
.text-color_2{
  text-shadow: 2px 2px 0 #cabdda;
}
.border-color_2{
  border-right: 5px solid #cabdda!important;
}
/*製作物その３-----------*/
.seisaku_item:nth-of-type(3) .number p:last-of-type{
  background: linear-gradient(transparent 40%, rgba(107, 188, 110, 0.3) 40%);
}
.text-color_3{
  text-shadow: 2px 2px 0 #d2ebd3;
}
.border-color_3{
  border-right: 5px solid #d2ebd3!important;
}

/*製作物その４-----------*/
#tab2 .seisaku_item:nth-of-type(1) .number p:last-of-type{
  background: linear-gradient(transparent 40%, rgba(226, 183, 0, 0.3) 40%);
}
.text-color_4{
  text-shadow: 2px 2px 0 #f3e299;
}
.border-color_4{
  border-right: 5px solid #f3e299!important;
}

/*製作物その５-----------*/
#tab2 .seisaku_item:nth-of-type(2) .number p:last-of-type{
  background: linear-gradient(transparent 40%, rgba(236, 109, 129, 0.3) 40%);
}
.text-color_5{
  text-shadow: 2px 2px 0 #f7c5cd;
}
.border-color_6{
  border-right: 5px solid #f7c5cd!important;
}

/*製作物その６-----------*/
#tab2 .seisaku_item:nth-of-type(3) .number p:last-of-type{
  background: linear-gradient(transparent 40%, rgba(70, 148, 209, 0.3) 40%);
}
.text-color_6{
  text-shadow: 2px 2px 0 #c7dff1;
}
.border-color_6{
  border-right: 5px solid #c7dff1!important;
}










/*商品一覧------------------------------------------------------------------*/
/*製作物その１と基本設定*/
.syouhin_item{
  background-image: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20201016/haikei_1.gif);
  padding: 80px 0 50px 0;
}
.title{
  display: flex;
  align-items:center;
  background-color: white;
  width: 95%;
  max-width: 850px;
  margin:20px auto 30px;
  padding: 20px 10px;
}
.title strong{
	font-size:4rem;
	font-weight:bold;
	color:#754c24;
  padding: 0 40px;
  border-right: 5px solid #f8cbe0;
  line-height: normal;
}
.title h3{
  padding-left: 40px;
}
.title .fuchidori {
  font-size: 3rem;
}
.title div p{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ea5504;
}
.title div p::before,
.title div p::after{
  content:"";
  width: 20px;
  height: 2px;
  background: #ea5504;
}
.title div p::before{transform: rotate(60deg);}
.title div p::after{transform: rotate(-55deg);}

/*製作物その２-----------*/
.syouhin_item:nth-of-type(2){
    background-image: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20201016/haikei_2.gif);
}
/*製作物その３-----------*/
.syouhin_item:nth-of-type(3){
    background-image: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20201016/haikei_3.gif);
}
/*お正月-----------*/
.syouhin_item:nth-of-type(4) .title{
  display: block;
  background-color: inherit;
  text-align: center;
}
.syouhin_item:nth-of-type(4){
    background:
    url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20201016/tairu.gif) repeat-x top left,
    url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20201016/tairu.gif) repeat-x bottom left;
    padding: 20px 0 50px;
    width: 100%;
    background-color: #eaeaea;
}

.syouhin_item:nth-of-type(4) li.back99{
  border: 2px solid #d0ae54;
}

/*製作物その４-----------*/
.syouhin_item:nth-of-type(5){
    background-image: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20201016/haikei_4.gif);
}
/*製作物その５-----------*/
.syouhin_item:nth-of-type(6){
    background-image: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20201016/haikei_5.gif);
}
/*製作物その６-----------*/
.syouhin_item:nth-of-type(7){
    background-image: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20201016/haikei_6.gif);
}
/*卒業の記念品-----------*/
.syouhin_item:nth-of-type(8) .title{
  display: block;
  background-color: inherit;
  text-align: center;
}
.syouhin_item:nth-of-type(8){
    background-image: none;
    background-color: #fcf2d3;
    padding: 20px 0 50px;
}
/*その他　製作にオススメの商品-----------*/
.syouhin_item:nth-of-type(9) .title{
  display: block;
  background-color: inherit;
  text-align: center;
}
.syouhin_item:nth-of-type(9){
    background-image: none;
    background-image: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20201016/haikei.gif);
    padding: 20px 0 50px;
}
/*個人使いの描画材・製作用具-----------*/
.syouhin_item:nth-of-type(10) .title{
  display: block;
  background-color: inherit;
  text-align: center;
}
.syouhin_item:nth-of-type(10){
    background-image: none;
    background-color: #fff;
    padding: 20px 0 50px;
    width: 100%;
    border-right:60px solid #91308c;/* 枠線 */
    border-left:60px solid #e75297;/* 枠線 */
}
.syouhin_item:nth-of-type(10) li.back99{
  background-color:#ffe8a9;
}
.syouhin_item:nth-of-type(10) .title img{
  width: 95%;
  max-width: 824px;
}



/*ダウンロード-------------------*/
.dl{
  background-color: #abdd22;
  text-align: center;
}
.dl a{
  display: inline-block;
  margin: 40px auto;
}
.dl a:hover{
  opacity: 0.8;
}























.item-list{
  margin: auto;
  width: 95%;
  text-align: center;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: -50px;
  background: #ef3f40;
  opacity: 0.8;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 20px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/*EC-CUBE対策*/
#contentInner{
  width: 100%;
  padding: 0px;
}
.price span{
  color: #CC0000!important;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important;
  margin: 0 auto; }
.sp { display: none !important; }

@media (max-width: 1260px) {/*------------------------------------------- */
.header .center img:nth-child(1){
  width: 650px;
}
.header .center img:nth-child(2){
  width: 450px;
}

@media (max-width: 1080px) {/*------------------------------------------- */

.header .center img:nth-child(1){
  display: none;
}
.header .center img:nth-child(2){
  position: static;
  padding: 50px 0 30px 0;
}
.header .center img:nth-child(3){
  right: 30px;
}
.header .center img:nth-child(4){
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  width: 220px;
  transform: scale(-1, 1);
}
.seisaku_list{
  justify-content: center;
}

@media (max-width: 780px) {/*------------------------------------------- */

  .pc { display: none !important;
    margin: 0 auto; }
  .sp { display: block !important; }

.header .center img:nth-child(2){
  width: 100%;
}
  .header .center img:nth-child(3){
    right: 0;
    width: 80px;
  }
.header .center img:nth-child(4){
  left: 0;
  width: 80px;
}

.menu_Button ul li{
  background: none;
}


.tab_wapper ul li a{
  font-size: 15px;
  padding: 10px;
}
.fuchidori{
  font-style: 1.6rem;
  -webkit-text-stroke: 0.7px #42210b;
}
.fuchidori br{
  display: none;
}
.title{
  display: block;
  text-align: center;
  width: 100
}
.title strong{
  border-right:none;
}
.border-color_2{
  border-right:none!important;
}
.border-color_3{
  border-right:none!important;
}
.border-color_4{
  border-right:none!important;
}
.border-color_5{
  border-right:none!important;
}
.border-color_6{
  border-right:none!important;
}
.title h3{
  padding:10px;
}
.title .fuchidori {
    font-size: 2.8rem;
    line-height: 1.4;
}
.border-color_2{
  border-right:none;
}
.syouhin_item{
  padding: 40px 0 30px 0;
}

.syouhin_item:nth-of-type(10){
  border-right: 10px solid #91308c;
    border-left: 10px solid #e75297;
    padding: 20px 0;
}
.syouhin_item:nth-of-type(10) .title img{
  width: 100%;
}
