@font-face {
    font-family: 'icoset';
    src: url("/cmn/css/fonts/icoset.eot");
    src: url("/cmn/css/fonts/icoset.eot#iefix") format("embedded-opentype"),url("/cmn/css/fonts/icoset.ttf") format("truetype"),url("/cmn/css/fonts/icoset.woff") format("woff"),url("/cmn/css/fonts/icoset.svg#icoset") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* ===============================================================================
 * 1200px fixed
 * =============================================================================== */

.box-link {
  width: 80%;
  max-width: 560px;
  margin: 30px auto 0;
}
.box-link span {
  font-family: "メイリオ",Meiryo,Droid Sans,HiraKakuProN-W3, HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",sans-serif,Helvetica;
  padding: 18px 20px 16px;
  color: #FFF;
}
.box-link a span {
  font-size: 24px;
  font-size: 2.4rem;

}
.box-link.PNK {
  border: 1px solid #da3a5b !important;
  }
.box-link.PNK span{
  background: #da3a5b;
}

.box-link.PNK a:hover span {
  background: #a31b37;
}
.box-link.ORA{
  width: 90%;
  min-width: 320px;
}

.box-link.ORA {
  border: 1px solid #ff6900 !important;
  }
.box-link.ORA span{
  background: #ff6900;
}
.box-link.ORA a:hover span {
  background: #dc5e06;
}

.box-link.BLU {
  border: 1px solid #26c5d7 !important;
  width: 100%;
  }
.box-link.BLU span{
  background: #26c5d7;
  color: #FFF;
}
a:hover .box-link.BLU span {
  background: #119dad;
}

.box-link .btn {
    display: block;
    background: #FFF;
    padding: 3px;
    text-decoration: none !important;
}

.box-link .btn span {
    display: block;
    padding: 10px 20px 7px;
    font-weight: bold;
    line-height: 1.2;
    transition: background 0.3s;
  font-size: 20px;
  font-size: 2.0rem;
}
.box-link.arrR span:after {
  background: none;
  content: "\e91f";
  font-family: icoset;
  right: 16px;
  margin-top: -14px;
}
.box-link.arrR .btn span:after {
  margin-top: -12px;
}
#main-area.top {
    padding: 0;
  /*background: #ffbac3;*/
  background: #c60019;
}

/*#main-area.top .wrap {
  background: url(/seijinuchiiwai/images/main_bg.jpg) no-repeat 0 0;
  background-size: cover;
    height: 100%;
}*/
#main-area.top .wrap{
    max-width: inherit;
}
/*#main-area.top .text h1 {
text-shadow: 2px 2px 0 #74000a;
}*/
#main-area.top .wrap .photo{
    display: inherit;
    vertical-align: baseline;
    margin: 0 auto;
    width: 100%;
}
/*#main-area.top .photo {
  width: 44%;
  }
*/
#main-area.top .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    margin: auto;
    width: 100%;
    /*left: 35px;
    width: 56%;*/
    color: #333;
    text-align: center;
    vertical-align: middle!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
}

#main-area.top .text h1{
    font-family: "Noto Serif JP",serif;
    font-size:7rem;
    font-weight: bold;
    margin-top: 0;
}

#main-area.top .text .catch{
  font-size:22px;
}

.faq-area {
  border: solid 20px #c60019;
  background-color: #c60019;
  margin-top: 15px;
}
.faq-area .faq-box{
  background: #FFF;
  padding: 0 25px 30px;
}

.faq-area h2 {
  background: #c60019;
  text-align: center;
  padding: 0 10% 0;
}


.faq-box .qa-text-ttl {
  background: url(/seijinuchiiwai/images/icon_ques.png) no-repeat left 25px;
  padding: 30px 0 5px 45px;
  font-size: 24px;
  font-weight: bold;
  color: #c60019;
  border-bottom: solid 2px;
  border-color: #c60019;
}

.faq-area .faq-box .qa-text-detail {
  padding :16px 16px 16px 65px;
  background: url(/seijinuchiiwai/images/icon_ans.png) no-repeat #f9f7ed 20px 16px;
}

.original-area{
  margin-top: 40px;
  background: url(/seijinuchiiwai/images/bg_dot01.png) repeat-x 0 0 #f4f0de;
  padding: 40px 85px;
}

.original-area .ttl{
  padding-right: 10%;
}

.original-box{
  width: 100%;
  padding-top: 25px;
}

.original-box .original-card{
  padding-top: 25px;
  width: 100%;
  text-align: center;
}


.giftreco-area{
  margin-top: 40px;
  background: #f4f4f4;
  padding: 40px 85px;
  position: relative;
}

.giftreco-area .ttl {
  padding-right: 15%;
}
.giftreco-area .ttl + p {
  margin-top: 1.8em;
}

.giftreco-wrap {
  display: table;
  width: 100%;
  word-spacing: -1em;
}
.giftreco-box,
.giftreco-img {
  display: table-cell;
  word-spacing: normal;
  vertical-align: top;
}

.giftreco-box {width: 70%;padding-right: 10%;}

.free-area{
  margin-top: 40px;
  background: #ffffff;
  border-bottom: solid 2px #ff9000;
  padding-bottom: 40px;
}

.free-area .ttl {
  position: relative;
  padding-right: 30%;
}

.free-area .ttl img {
  position: relative;
  z-index: 2;
}
.free-area .ttl:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ff9002;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  z-index: 1;
}

.free-area .txt-ttl{
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 22px;
}


.free-wrapping {
  margin-top: 30px;
}
.free-wrapping .box {
  text-align: center;
}


.free-wrapping .box img {
  display: inline-block;
}
.category-area .category-list{
    margin-top: 40px;
    margin-right: -1.33%;
}

.category-area .category-list li{
  float: left;
  width: 32%;
  margin-right: 1.33%;
  position: relative;
}

.category-area .category-list li:nth-child(n+4) {
  margin-top: 15px;
}

.category-area .category-list li p{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .6em 0 .4em;
  background-color: rgba(0,0,0,0.6);

}
.category-area .category-list li span{
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.3;
  color: #ffffff;
  font-weight: bold;
  padding: 0 10px;
}

.category-area .category-list li a {
  display: block;
	text-decoration: none;
}
.category-area .category-list li span::after {
  position: absolute;
  right: 8px;
  content: "\e90a";
  font-family: icoset;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: normal;
}

.pickup-area{
	margin-top: 50px;
}

.pickup-area h2 {
  background: url(/seijinuchiiwai/images/bg_line.png) repeat-x left bottom;
	font-size: 30px;
	font-size: 3.0rem;
}

.pickup-area h2 span{
  background: url(/seijinuchiiwai/images/icon_teiban.png) no-repeat 0 0;
  padding-top: 5px;
  padding-left: 75px;
  font-weight: bold;
  display: block;
  padding-bottom: 18px;

}
.pickup-box {margin-top: 30px;}
.pickup-box .item-box{
  	border: #cfc79d 1px solid;
    display: table;
    width: 100%;
    word-spacing: -1em;
  text-decoration: none!important;
  background: #fcfaef;
}

.pickup-box .item-thum,
.pickup-box .item-detail {
  width: 50%;
  display: table-cell;
  word-spacing: normal;
  vertical-align: top;
}
.pickup-box .item-thum {
	background: #FFF;
  padding: 3px;
}

.pickup-box .item-detail {
	padding: 10px 2% 10px;
	position: relative;
	overflow: hidden;
  border-left: #cfc79d 1px solid;
}

.pickup-box .item-name {
	display: block;
	margin-top: .5em;
	overflow: hidden;
	position: relative;
  margin-top: .2em;
}
.pickup-box .item-name span {
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
  text-decoration: underline;
}
.pickup-box .item-price strong {
	vertical-align: baseline;
	font-weight: normal;
}

.pickup-box .item-price{
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  color: #000;
  }
.pickup-box .item-price strong span {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: bold;
}
.pickup-box .item-price + .item-price {
  font-size: 18px;
  font-size: 1.8rem;
  }

.pickup-box .text {
	margin-top: .5em;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #000;
  margin-bottom: 1.5em;
}



.pickup-box .item-ico {
	display: table;
	width: 100%;
	word-spacing: -1em;
}


.pickup-box .ico-delivery{
  display: block;
  width: 100px;
  text-align: center;
  padding: 4px 0;
}

.pickup-box .ico-delivery span{
  display: block;
  width:100%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;

}

.pickup-box .ico-delivery.type-01{
 background: url(/seijinuchiiwai/images/type_01.gif) no-repeat;
}

.pickup-box .ico-delivery.type-02{
   background: url(/seijinuchiiwai/images/type_02.gif) no-repeat;
}

.pickup-box .ico-delivery.type-03{
 background: url(/seijinuchiiwai/images/type_03.gif) no-repeat;
}

.pickup-box .ico-delivery.type-04{
 background-color: #b7042c;
 width: 50%;
 border-radius: 20px;
}

.pickup-box .box-link {margin-top: 20px;}






@media screen and (min-width: 0) and (max-width: 1199px) {

.box-link a span{
  padding: 14px 20px 12px;
  font-size: 20px;
  font-size: 2.0rem;
}
  #main-area.top .text h1{
  font-size:48px;
  font-size: 4.8rem;
}

#main-area.top .text .catch{
  font-size:15px;
  font-size: 1.5rem;
}

  .original-area, .giftreco-area{
  padding: 20px 3%;
  }


.giftreco-box {width: 70%;padding-right: 3%;}


.category-area .category-list li span{
  font-size: 16px;
  font-size: 1.6rem;
}


.pickup-area{
  margin-top: 30px;
}

.pickup-area h2 {
  font-size: 26px;
  font-size: 2.6rem;
}

.pickup-area h2 span{
  -webkit-background-size: 50px auto;
       -o-background-size: 50px auto;
          background-size: 50px auto;
  padding-bottom: 10px;
  padding-left: 65px;
}
.pickup-box ~ .pickup-box {margin-top: 20px;}

.pickup-box .item-name span {
  font-size: 22px;
  font-size: 2.2rem;
}

.pickup-box .item-price{
  font-size: 20px;
  font-size: 2.0rem;
  }
.pickup-box .item-price strong span {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}
.pickup-box .item-price + .item-price {
  font-size: 16px;
  font-size: 1.6rem;
  }

.pickup-box .text {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1em;
}


.pickup-box .ico-delivery{
  display: block;
  width: 101px;
  text-align: center;
}

.pickup-box .ico-delivery span{
  font-size: 14px;
  font-size: 1.4rem;
}


.pickup-box .box-link {margin-top: 15px;}

}


/* ===============================================================================
 * isMobileDevice (tablet)
 * =============================================================================== */
.isTablet .box-link {width: 95%;}
.isTablet .box-link.ORA {
    min-width: 220px;
}

/* =========================================
 * category header 
 * ========================================= */

@font-face{
  font-family:apico;src:url(/cmn_lp/css/fonts/apico.ttf) format("truetype"),url(/cmn_lp/css/fonts/apico.woff) format("woff");
  font-weight:400;
  font-style:normal
}

.category-area {
  margin-top: 72px;
}

.category-list {
  width: 101.5%;
  /*margin-left: -1.5%;*/
}

.title-box {
    margin-top: 0;
    text-align: left;
    padding: 0;
}

.title-box {
    width: 100%;
    position: relative;
}

.title-box .title-box_inner {
    background: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-right: 30px;
    padding-left: 85px;
    color: #4c4c4c;
}

.title-box .title-box_inner::before {
    content: "\e908";
}
.title-box .title-box_inner::before {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: apico;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    font-size: 80px;
    color: #da3a5b;
}

.title-box .title {
    font-family: 游明朝,YuMincho,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,ＭＳ\ Ｐ明朝,MS PMincho,serif;
    font-size: 3.6rem;
    line-height: 1.2;
    font-weight: bold;
    color: #656565;
}

.title-box span {
    font-weight: 700;
}
.color {
    color: #da3a5b;
}

.title-box::after {
    height: 3px;
    margin-top: -1.5px;
    background: #4c4c4c;
}
.title-box::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    width: 100%;
}

		.giftreco-block{
			margin-top: 30px;
		}
		
		.giftreco-ttl{
			font-size: 24px;
			font-weight: bold;
			margin-bottom: 2rem;
			text-align: center;
		}
		
		.giftreco-itemwrap{
			display: flex;
			justify-content:space-evenly;
		}
				.giftreco-itemwrap .giftreco-item img{
			width: 200px;
		}
		
		.giftreco-item{
			text-align: center;
		}
		
		.giftreco-item p{
			margin-top: 1rem;
		}
				.giftreco-item a{
	text-decoration: none;
		}
		
		.muryou_banner{
			margin-top: 3rem;
			text-align: center;
		}



.pickup-box-m .box{
  margin-top: 40px!important;
}

.pickup-box-m .item-box{
  display: table;
  width: 100%;
  position: relative;
  word-spacing: -1em;
  text-decoration: none!important;
  background: #fff;
}

/* ▼矢印の上下位置調整用 */
.pickup-box-m .box-link span:after{
  margin-top: -16px;
}

.pickup-box-m .box-link span{
  font-family: "メイリオ",Meiryo,Droid Sans,HiraKakuProN-W3, HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",sans-serif,Helvetica;
  padding: 12px 15px 10px 12px;
  color: #FFF;
  font-weight: bold;
}
.pickup-area .box-link .btn span{
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
  transition: background 0.3s;
}

.pickup-box-m .item-thum span{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.pickup-box-m .item-thum img{
  border: #cfc79d 1px solid;
}

.pickup-box-m .item-thum,
.pickup-box-m .item-detail {
  display: table-cell;
  word-spacing: normal;
  vertical-align: top;
}

.pickup-box-m .item-thum {
  background: #FFF;
  width: 40%;
}

.pickup-box-m .item-detail {
  padding: 4px 0 0 5%;
  width: 60%;
  overflow: hidden;
}
http://localhost:9002/gs_front/shouhin/170503071/
.pickup-box-m .item-name {
  display: block;
  overflow: hidden;
  position: relative;
  margin-top: .2em;
  line-height: 1.3;
}
.pickup-box-m .item-name span {
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  text-decoration: underline;
}
.pickup-box-m .item-price strong {
  vertical-align: baseline;
  font-weight: normal;
}

.pickup-box-m .item-price{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
  }
.pickup-box-m .item-price strong span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.pickup-box-m .item-price + .item-price {
/*   font-size: 18px;
font-size: 1.8rem; */
  }

.pickup-box-m .text {
  margin-top: .5em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #000;
  margin-bottom: .5em;
}

.pickup-box-m .item-ico {
  display: table;
  width: auto;
  word-spacing: -1em;
}

.pickup-box-m .ico-delivery{
  display: block;
  width: 80px;
  text-align: center;
  padding: 4px 0;
}

.pickup-box-m .ico-delivery span{
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
}

.pickup-box-m .ico-delivery.type-01{
 background: #d52323;
}

.pickup-box-m .ico-delivery.type-02{
   background: #2394d5;
}

.pickup-box-m .ico-delivery.type-03{
 background: #43a41c;
}

.pickup-box-m .ico-delivery.type-04{
 background: #bf0000;
 width: 180px;
}

.pickup-box-m .item-discount {
  color: #cc0000;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  float: left;
  margin-top: 0px!important;
}

.pickup-box-m .item-discount span {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}
.pickup-box-m .box-link span {
  display: block;
}
.pickup-box-m .box-link.arrR span:after {
    right: 25px;
}

.sdSeijin #content-wrap #contents{
    float: none;
    order: 2;
}

.sdSeijin #content-wrap aside{
    order: 1;
    padding-right: 2%;
    padding-left: 0;
}
