.p-sub-category {
  margin: 30px 10px;
  padding: 0;
  list-style-type: none;
}

.p-sub-category::after {
  display: block;
  clear: both;
  content: '';
}

.p-sub-category__item {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 5px 5px;
}

.p-sub-category__image {
  display: block;
  margin-bottom: 10px;
}

.p-sub-category__link {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
    border:1px solid #0aa;
    padding:5px;
    border-radius: 10px;
    transition: 0.2s all ease 0s;
}

.p-sub-category__link:hover {
  opacity: .66;
    transform: translate3d(1px, 1px, 0);
}

.p-sub-category__link:active {
  opacity: 1;
}

.p-sub-category__name {
  line-height: 1.3;
  position: relative;
  display: block;
  padding-left: .8em;
}

.p-sub-category__name::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
}

@media screen and (min-width: 600px) {
  .p-sub-category {
    margin-right: 0;
    margin-left: 0;
  }

  .p-sub-category__item {
    width: 25%;
    padding: 10px 10px;
  }

  .p-sub-category__item:nth-child(4n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 599px) {
  .p-sub-category__item:nth-child(2n + 1) {
    clear: both;
  }
}

/* =========================================================
   ここからオリジナルCSS 大阪の会社対応
========================================================= */

/*追加*/
.G-title{
  width:100%;
  margin-bottom:20px;
}
.G-TitleImg, .G-TitleTxt{
	display: table-cell;
	vertical-align: middle;
	margin: 0;
    width:50%;
}
.G-TitleImg img{
}
.G-TitleTxt{
  text-align:center;
  padding:20px;
  background-color:#f2f2f2;
}
.G-TitleTxt h2{
  font-size:28px;
}

.G-Caption {
  position: relative;
  width:80%;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin:0 auto;
  text-align:center;
}
.G-Caption::before,
.G-Caption::after {
  position: absolute;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.G-Caption::before {
  left: 0;
  border-left: 1px solid #555;
}
.G-Caption::after {
  right: 0;
  border-right: 1px solid #555;
}

/*────────────────────────────────*/
/*▼特集｜ヘッダー*/
/*────────────────────────────────*/
.GR-Header{
  margin-bottom:150px;
  position: relative;
}
.GR-Header img{
  width: 100%;
}
.GR-Header-Txt{
  position: absolute;
  width:50%;
  top: 50%;
  left:65%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  text-align:center;
}
.GR-Header-Txt h2{
  font-family: 'Kaushan Script', cursive;
  font-size:60px;
  margin:0;
  padding:0;
}
.GR-Header-Title{
  font-size:15px;
}
.GR-Header-caption{
  padding:50px 20px;
  line-height:30px;
}

@media screen and (max-width:480px) {

}



/*────────────────────────────────*/
/*▼特集｜ランキング*/
/*────────────────────────────────*/
.GR-Rank{
  width:84%;
  margin-bottom:100px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  border: 1px solid #eaeaea;
  padding:50px;
  display:block;
  text-decoration:none;
  color:#000;
  position: relative;
  background-color: #fff;
}
.GR-Rank:hover{
  border: 1px solid #CCC;
}
.GR-Rank p{
  margin: 0;
}

.GR-RankImg {
  padding:20px;

}
.GR-RankImg img{
  width:100%;
  max-width: 450px;
}
.GR-RankTxt {
  padding:20px;
  text-align:left;
}
.GR-RankName {
  font-weight: bold;
  font-size:40px;
  display:block;
}
.GR-RankSpec{
  display:block;
}
.GR-RankSpec b{
  background-color:#000;
  padding:0 5px;
  font-weight: normal;
  margin-left:5px;
  color:#FFF;
}
.GR-RankCap {
  display:block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding:15px 0;
  margin:25px 0;
  line-height:25px;
}
.GR-RankPrice {
  display:block;
  text-align:right;
  color:#b41d23;
  font-size:40px;
  font-weight: bold;
}
/*▽影*/
/*──────────*/
.GR-Rank::before,
.GR-Rank::after {
  position: absolute;
  bottom: 20px;
  z-index: -1;
  content: '';
  width: 50%;
  height: 50%;
  box-shadow: 0 30px 15px rgba(0,0,0,.05);
}
.GR-Rank::before {
  left: 15px;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.GR-Rank::after {
  right: 15px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
/*──────────*/

/*▽800px以上あれば*/
@media screen and (min-width:600px) {
.GR-Rank p{
  display: table-cell;
  vertical-align: middle;
  width:50%;
}
/*for IE6 */
* html .GR-Rank p {
  display: inline;
  zoom: 1;
}
/*for IE7 */
*:first-child+html .GR-Rank {
  display: inline;
  zoom: 1;
}
}


/*▽800px以下なら*/
@media screen and (max-width:600px) {
.GR-Rank{
  margin-bottom:50px;
  padding:20px;
}
.GR-RankImg {
  padding:10px;

}
.GR-RankTxt {
  padding:10px;
}
.GR-RankName {
  font-size:30px;
}
.GR-RankCap {
  padding:15px 0;
  margin:25px 0;
  line-height:25px;
}
.GR-RankPrice {
  font-size:30px;
}
}

/*▽480px以下なら*/
@media screen and (max-width:480px) {
.GR-Rank{
  margin-bottom:50px;
  padding:10px;
}
.GR-RankImg {
  padding:30px 30px 0;

}
.GR-RankTxt {
  padding:10px;
}
.GR-RankName {
  font-size:25px;
}
.GR-RankCap {
  padding:10px 0;
  margin:20px 0;
  line-height:20px;
}
.GR-RankPrice {
  font-size:25px;
}
/*▽影*/
/*──────────*/
.GR-Rank::before,
.GR-Rank::after {
  bottom: 20px;
  width: 50%;
  height: 50%;
  box-shadow: 0 20px 15px rgba(0,0,0,.1);
}
.GR-Rank::before {
  left: 15px;
}
.GR-Rank::after {
  right: 15px;
}
/*──────────*/
}



/*────────────────────────────────*/
/*▼サイズリスト｜共通*/
/*────────────────────────────────*/
.GR-SizeList{
  margin-bottom:150px;
  text-align: center;
}
.GR-SizeList ul{
  margin:0;
  padding:0;
  list-style:none;
}
.GR-SizeList li{
  display:inline-block;
  padding:5px;
}
.GR-SizeList a{
}
.GR-SizeList img{

}
.GR-SizeList span{
  display:block;
}




/*────────────────────────────────*/
/*▼特集｜記事*/
/*────────────────────────────────*/
.GR-Kiji-box{
  margin-bottom:100px;
}
.GR-Kiji{
  width :83%;
  margin-bottom:20px;
  margin-left :auto;
  margin-right :auto;
}
.GR-Kiji a{
  text-decoration: none;
  color:#151515;
}
.GR-Kiji-Txt, .GR-Kiji-Img{
  width:50%;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}
.GR-Kiji-Txt{
  background-color:#f6f6f6;
  padding:20px;
  text-align:left;
}
.GR-Kiji-Title{
  font-size:18px;
  margin:0;
  padding:0;
}
.GR-Kiji-Title b{
  font-size:30px;
}
.GR-Kiji-Link{
  text-decoration: underline;
}
.GR-Kiji-Img{
  font-size:0;
  background-color:#000;
}
@media screen and (max-width:480px) {
	.GR-Kiji-box{
	  margin-bottom:50px;
	}
	.GR-Kiji{
	  margin-bottom:10px;
	}
	.GR-Kiji-Txt, .GR-Kiji-Img{
	  width:100%;
	  display: block;
	}
	.GR-Kiji-Txt{
	  padding:20px 10px 10px;
	}
	.GR-Kiji-Title{
	  font-size:16px;
	  margin-bottom:10px !important;
	}
	.GR-Kiji-Title b{
	  font-size:36px;
	}
}

/*────────────────────────────────*/
/*▼カテゴリ｜共通*/
/*────────────────────────────────*/
.cf:before, .cf:after{
  content: "";
  display: table;
}
.cf:after{ clear: both; }

/*▽サブタイトル*/
.GR-SubTitle{
  overflow: hidden;
  text-align: center;
  padding-bottom:20px;
}
.GR-SubTitle p:before,
.GR-SubTitle p:after {
    border-top: 2px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}
.GR-SubTitle p:before {
    right: 100%;
}

.GR-SubTitle p:after {
    left: 100%;
}
.GR-SubTitle p{
    display: inline-block;
    padding: 0 2em;
    position: relative;
}
.GR-SubTitle b{
  display: block;
  font-size:50px;
}
.GR-SubTitle span{
  display: block;
}

.TxtBlock{
  display:block;
}
.TxtRed{
  color:#d10001;
}
.Txt20{
  font-size:20px;
}
.Txt35{
  font-size:35px;
}
.TxtB{
  font-weight: bold;
}
.Bt70{
  margin-bottom:70px;
}

@media screen and (max-width:480px) { 
	.GR-SpNoView{
	display:none;
	}
	/*▽サブタイトル*/
	.GR-SubTitle{
	  font-size:16px;
	}
	.GR-SubTitle b{
	  font-size:20px;
	}
	.GR-SubTitle span {
	  margin: 0 1.5em;
	  padding: 0 0.3em;
	}
	.Txt35{
	  font-size:7vw;
	}
}

/* =========================================================
   ここからオリジナルCSS
========================================================= */
