@charset "UTF-8";
/* CSS Document */

body {
	position:relative;
	min-width:auto;
	color:#000;
	letter-spacing:normal;
	background:#fff !important;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

h1,h2,h3,p {
	margin:0;
	font-weight:normal;
}

/**/
.spOnly {
	display:none;
}

@media (max-width: 768px) {
.pcOnly {
	display:none;
}

.spOnly {
	display:block;
}

}

.tx-c {
	text-align:center;
}

.tx-l {
	text-align:left;
}

.tx-r {
	text-align:right;
}

.tx-red {
	color:#F00;
}

/**/
.mt10 {
	margin-top:10px !important;
}
.mt15 {
	margin-top:15px !important;
}

.res-mt60-40 {
	margin-top:60px;
}

@media (max-width: 768px) {
.res-mt60-40 {
	margin-top:40px;
}	
}

.fs14 {
	font-size:14px;
}

/**/
div.section-category-index div.content#beginner {
    float:none;
    width: 1000px;
    position: relative;
    margin: 0;
}

@media (max-width: 768px) {
div.section-category-index div.content#beginner {
    width:inherit;
}	
}

/**/
.begeer-wrap {
	margin:0 auto 0;
	padding:60px 0 100px;
	width:1000px;
	
}

.begeer-wrap img {
	width:100%;
}

@media (max-width: 768px) {
.begeer-wrap {
	margin:0 auto 0;
	padding:40px 0 50px !important;
	width:inherit;
	
}	
}

/**/
.sec-box {
	margin:90px auto 0;
	width:966px;
}

@media (max-width: 768px) {
.sec-box {
	margin:50px 0px 0;
	width:inherit;
}	

.sp-frame {
	padding:0 20px !important;
}
}

.in-box {
	margin:90px auto 0;
}

.in-sec-mt {
	margin-top:90px;
}

.in-sec-mt50 {
	margin-top:50px;
}

@media (max-width: 768px) {
.in-sec-mt {
	margin-top:40px;
}

.in-sec-mt50 {
	margin-top:30px;
}
}

/**/
.b-intro {
	margin-top:40px;
	font-size:19px;
	color:#333;
	line-height:1.8;
	text-align:center;
}

@media (max-width: 768px) {
.b-intro {
	margin:30px 20px 0;
	font-size:4.5vw;
	line-height:1.8;
	/*text-align:left;*/
}	
}

.b-ttl {
	margin-bottom:60px;
	font-size:34px;
	font-weight:bold;
	color:#333;
	text-align:center;
	line-height:1.4;
}

.b-cate-ttl {
	margin-bottom:50px;
	padding-bottom:30px;
	font-size:24px;
	font-weight:bold;
	color:#333;
	border-bottom: solid 1px #000;
	text-align:center;
}

.b-cate-ttl-sub {
	margin-bottom:40px;
	padding:0 25px;
	height:70px;
	font-size:20px;
	font-weight:bold;
	color:#333;
	display:flex;
	align-items:center;
	background:#f6f6f6;
}

.b-txt {
	font-size:16px;
	line-height:2;
}

@media (max-width: 768px) {
.b-ttl {
	margin-bottom:40px;
	font-size:6vw;
}

.PLAINPANEL01 .b-cate-ttl {
	margin-bottom:20px;
	padding-bottom:10px !important;
	font-size:5.2vw;
	line-height:1.4;
	background:none;
}

.b-cate-ttl-sub {
	padding:0.5em 0.7em !important;
	margin-bottom:20px;
	height:auto;
	font-size:4.5vw;
	line-height:1.4;
}
.b-txt {
	font-size:4vw;
	line-height:1.8;
}	

}

/* ----- 【マクロ商品】 ----- */
.item-Col {
  overflow:hidden;
}

.item-Col .item-image {
	box-sizing:content-box !important;
}

/*商品名*/
.item-Col li .item-name {
  margin-top:10px;
	font-size:13px;
}

/*値段*/
.item-Col .item-price {
  font-weight:bold;
}

/* ----- 【4個並び】 ----- */
.itemRow-ty4-res {
	margin:30px auto 0;
	width:966px;
	text-align:center;
}

.itemRow-ty4-res .item-Col {
  width:966;
  position:relative;
	display:flex;
}

.itemRow-ty4-res .item-Col li {
  margin-right:22px;
  margin-top:15px;
  text-align:left;
  width:225px;
}

.itemRow-ty4-res .item-Col li:nth-child(4n) {
 margin-right:0;
}

.itemRow-ty4-res .item-Col li:nth-child(-n+4) {
 margin-top:0;
}

.itemRow-ty4-res .item-Col .item-image img {
  width:100%;
}

@media (max-width: 768px) {
.itemRow-ty4-res {
	margin:20px auto 0;
	width:inherit;
}

.itemRow-ty4-res .item-Col {
  width:inherit;
  position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.itemRow-ty4-res .item-Col li {
  margin-right:0;
  margin-top:20px;
  width:48%;
}

.itemRow-ty4-res .item-Col li:nth-child(-n+4) {
 margin-top:20px;
}

.itemRow-ty4-res .item-Col li:nth-child(-n+2) {
 margin-top:0;
}

/*商品名*/
.item-Col li .item-name {
	font-size:4vw;
}

}

/*
----------------------------------*/
.btn-list {
	margin:50px auto 0;
	width:600px;
}

.btn-list.w765 {
	width:765px;
}

.btn-list li {
	margin-top:30px;
}

.btn-list li:first-child {
	margin-top:0;
}

.link-cap-txt {
	margin-bottom:10px;
	font-size:16px;
}

.link-under-txt {
	margin-top:10px;
	font-size:16px;
}

@media (max-width: 768px) {
.btn-list {
	margin:30px auto 0;
	width:inherit;
}

.btn-list.w765 {
	width:inherit;
}

.btn-list li {
	margin-top:20px;
}

.link-cap-txt {
	margin-bottom:8px;
	font-size:3.5vw;
	line-height:1.4;
}

.link-under-txt {
	margin-top:8px;
	font-size:3.5vw;
	line-height:1.4;
}

}


/*リンクボタン
----------------------------------*/
.btn-link {
	margin:0 auto;
	width:600px;
}

.btn-link p {
	height:44px;
	font-size:14px;
	color:#fff;
	background:#2c2c2c url(../../media/images/arrow_w.png)no-repeat right 15px center;
	background-size:8px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.btn-link a {
	color:#fff;
	display:block;
	transition:.2s;
}

.btn-link a:hover {
	text-decoration:none;
	opacity:0.7;
}

@media (max-width: 768px) {
.btn-link {
	margin:0 auto;
	width:inherit;
}	

.btn-link p {
	padding:0.6em 0 !important;
	height:auto;
	font-size:4vw;
	color:#fff;
	background:#2c2c2c url(../../media/images/arrow_w.png) no-repeat right 10px center;
	background-size:6px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
}

}

/*のし部分
----------------------------------*/
.nosi-area {
	margin:40px auto 0;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.nosi-area .txt {
	/*padding-left:50px;*/
	font-size:16px;
	line-height:2;
}

.nosi-area.kanreki .txt {
	padding-left:0px;
	font-size:16px;
	line-height:2;
}

.nosi-area .pic {
	margin-left:50px;
	width:230px;
	flex-shrink:0;
}

.nosi-area.kanreki .pic {
	margin-left:40px;
	width:300px;
	flex-shrink:0;
}

@media (max-width: 768px) {
.nosi-area {
	margin-top:30px;
	display:flex;
	flex-direction:column;
}

.nosi-area .txt {
	padding-left:0 !important;
	font-size:4vw;
	line-height:1.6;
}

.nosi-area.kanreki .txt {
	padding-left:0px !important;
	font-size:4vw;
	line-height:1.6;
}

.nosi-area .pic {
	margin-top:20px;
	margin-left:0;
	width:50%;
}

.nosi-area.kanreki .pic {
	margin-left:0px;
	width:80%;
	flex-shrink:0;
}

}

a.link-kanren {
	color:#000;
	text-decoration:underline !important;
}

a.link-kanren:hover {
	color:#666;
	text-decoration:none !important;
}

/*プレゼント画像
----------------------------------*/
.present-pic {
	margin:30px auto 0;
	width:680px;
}

@media (max-width: 768px) {
.present-pic {
	margin:30px auto 0;
	width:inherit;
}	
}

/*下部インフォ
----------------------------------*/
.foot-notes {
	margin:50px 20px 0;
	font-size:14px;
}

.foot-notes li {
	margin-top:10px;
	text-indent:-1em;
	padding-left:1em;
}

.foot-notes li:first-child {
	margin-top:0;
}

@media (max-width: 768px) {
.foot-notes {
	margin:30px 20px 0;
	font-size:3.5vw;
}

.foot-notes li {
	margin-top:5px;
}
}

/*———————————–
　トップへ戻るボタン
———————————–*/
#page-top {
	display:none;
}

@media (max-width: 768px) {
.btn-page-top {
	display:none !important;
}

#page-top {
	display:block;
	position: fixed;
	bottom: 20px;
	right: 10px;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -9999px;
	z-index: 10000;
}
#page-top a {
	display: block;
	background:url(../../asset2020/images/common/shikaku.png);
	background-size: cover;
	width: 40px;
	height: 40px;
}
/*#page-top a:hover {
	opacity: 0.8;
	background:url(../asset2020/images/common/shikaku.png);
	background-size: cover;
	width: 40px;
	height: 40px;
}*/
}

/*閉じるボタン
---------------------------*/
.ch-btn-close {
	position:absolute;
	top:10px;
	right:10px;
	display:inline-block;
}

.ch-btn-close a {
	display:block;
	width:30px;
	height:30px;
	background:url(../../images220513/common/mv_close.png) no-repeat center;
	background-size:contain;
}

@media (max-width: 768px) {

.ch-btn-close a {
	display:block;
	width:20px;
	height:20px;
	background:url(../../images220513/common/mv_close.png) no-repeat center;
	background-size:contain;
}

}


/*youtubeボタン
---------------------------*/
#beginner .youtube-area {
	margin:20px auto 0;
	text-align:center;
}

#beginner .youtube-area .intro {
	margin-bottom:5px !important;
	font-size:18px;
	font-weight:bold;
	color:#F00;
}

@media (max-width: 780px) {
#beginner .youtube-area .intro {
	font-size:3.5vw;
}
}

#beginner .youtube-area .info {
	margin-top:5px;
	font-size:13px;
	color:#F00;
}


#beginner .youtube-area .info.type2 {
	margin-top:10px;
}

#beginner .btn-youtube-box {
	height:44px;
	border: solid 2px #ccc;
	display:flex;
	align-items:center;
	justify-content:center;
	background:url(../media/images/arrow_b.png) no-repeat right 15px center;
	background-size:10px;
	/*box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);*/
	color:#000;
}

#beginner .btn-youtube-box p {
	padding:5px 40px 5px 0;
	font-size:17px;
	font-weight:bold;
	background:url(../images220513/common/youtube.png) no-repeat right center;
	background-size: contain;
}

#beginner .youtube-box a {
	display:block;
}

#beginner .youtube-box a:hover {
	opacity:0.7;
	text-decoration:none;
}

@media (max-width: 780px) {
#beginner .btn-youtube-box p {
	padding:5px 30px 5px 0;
	font-size:4vw;
	font-weight:bold;
	background:url(../../images220513/common/youtube.png) no-repeat right center;
	background-size: 2em;
	text-align:center;
}

#beginner .youtube-area .info {
	font-size:3.5vw;
}

#beginner .youtube-area .info.type2 {
	text-align:left;
}

#beginner .feature-intro.sp-center {
	text-align:center;
}

}


/*ギフトセンターバナー
---------------------------*/
.giftcenter-list {
	margin:50px auto 0;
	width:765px;
	display:flex;
	justify-content:space-between;
}

.giftcenter-list li {
	width:48%;
}

.add-list-wrap-box {
	margin:50px auto 0;
	/*display:table;*/
}

@media (max-width: 780px) {
.add-list-wrap-box {
	margin:30px auto 0;
	display:inherit;
}

.giftcenter-list {
	margin:30px auto 0;
	width:inherit;
	display:block;
}

.giftcenter-list li {
	margin-top:20px;
	width:inherit;
}	

.giftcenter-list li:first-child {
	margin-top:0;
}

}

/*Twitter応募部分
---------------------------*/
.oubo-list {
}

.oubo-list > li {
	margin-top:10px;
	text-indent:-1em;
	padding-left:1em;
}

.oubo-list > li:first-child {
	margin-top:0;
}

.kome {
}

.kome > li {
	text-indent:-1em;
	padding-left:1em;
}

/*目次部分
----------------------------------*/
.index-area {
	margin: 40px auto 0;
	padding:20px 30px;
	width: 660px;
	background:#f6f6f6;
	box-sizing:border-box;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.index-area .ttl {
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

.index-list {
	margin-top:20px;
	font-size:16px;
}

.index-list > li {
	margin-top:15px;
	text-indent:-1em;
	padding-left:1em;
}

.index-list > li:first-child {
	margin-top:0;
}

.index-area .kome > li {
	margin-top:10px;
}

.index-area a {
	color:#2c2c2c !important;
	text-decoration:underline;
}

.index-area a:hover {
	color:#ccc !important;
	text-decoration:none;
}

@media (max-width: 780px) {
.index-area {
	/*margin: 40px 20px 0;*/
	padding:10px 10px !important;
	width:inherit;
}

.index-area .ttl {
	font-size:5vw;
}

.index-list {
	margin-top:10px;
	font-size:4vw;
}

.index-list > li {
	margin-top:10px;
}

.PLAINPANEL01 .index-list h2 {
	padding:0;
	font-weight:normal;
	color:#2c2c2c;
	background:none;
}

.PLAINPANEL01 .index-list h3 {
	padding:0;
	font-weight:normal;
	color:#2c2c2c;
	background:none;
}

}

/**/
.img-frame-g img {
	border: solid 1px #ccc !important;
}

.img-frame-g.non-border img {
	border:none !important;
}

/*———————————–
　網かけ（終了）
———————————–*/
#ami-box {
 position:relative;
   width:765px;
   height:100%;
}

#ami-box-inner {
  position:absolute;
  top:0;
  left:0;
  width:765px;
  height:100%;
  background-color: rgba(0,0,0,0.6);
  text-align:center;
  z-index:1000;
  display:flex;
  align-items:center;
  justify-content:center;
}

.ami-box-endtxt {
  /*margin-top:60%;*/
  font-size:35px;
  color:#fff;
}

/*———————————–
　網かけミニ（終了）
———————————–*/
.ami-box-s {
 position:relative;
   /*width:100%;*/
   height:100%;
}

.ami-box-s-inner {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.6);
  text-align:center;
  z-index:1000;
  display:flex;
  align-items:center;
  justify-content:center;
}

.ami-box-s .ami-box-endtxt {
  /*margin-top:25%;*/
  font-size:18px;
  color:#fff;
}

.ami-box-s .ami-box-endtxt.fs-b {
	margin-top:0 !important;
  font-size:30px;
}
@media (max-width: 768px) {
.ami-box-s .ami-box-endtxt.fs-b {
  font-size:5.0vw;
}

.ami-box-endtxt a {
	color:#FFFFFF !important;
}

}


/*テーマ色
--------------------------*/
.calor-table {
	margin:30px auto 0;
	width:100%;
	border-collapse:collapse;
}

.calor-table th,.calor-table td {
	padding:5px 10px;
	font-size:16px;
	border: solid 1px #333;
}

.calor-table th {
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

@media (max-width: 768px) {
.calor-table {
	margin:30px auto 0;
}

.calor-table th,.calor-table td {
	padding:5px;
	font-size:3.5vw;
}	
}

/*長寿祝　色*/
.mark-sq {
	margin:0 3px;
	display:inline-block;
	width:15px;
	height:15px;
}

.mark-sq.red {
	background:#ff0000;
}

.mark-sq.green {
	background:#008000;
}

.mark-sq.murasaki {
	background:#800080;
}

.mark-sq.gold {
	background:#e6b422;
}
.mark-sq.white {
	background:#fff;
	border: solid 1px #000;
}

/*三越伊勢丹からの贈り物バナー部分
---------------------------*/
.store-bn-wrap-box {
	margin:40px auto 0;
}

.store-bn-box {
	display:flex;
	background:#F6F6F6;
	font-family: Helvetica Neue, Helvetica, Arial, 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Meiryo UI, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

.store-bn-box .pic-area {
	width:377px;
	flex-shrink:0;
}

.store-bn-box .pic-area img {
	width:100%;
}

.store-bn-box .txt-area {
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}


.cmp-title__text {
	font-size: 17px;
	font-weight:bold;
	color:#000;
	line-height: 1;
	margin: 0 0 1em;
}

.cmp-text {
	font-size: 16px;
	padding: 0 10%;
	line-height: 1.8;
	text-align:center;
}

.store-link-list {
	margin:30px auto 0;
	display:flex;
	justify-content:space-between;
	width:73%;
	font-size:18px;
}

.store-link-list li a {
	font-weight:bold;
	color:#595959;
	text-decoration:underline !important;
}

.store-link-list li a:hover {
	text-decoration:none !important;
}

@media (max-width: 768px) {
.store-bn-wrap-box {
	margin:40px 20px 0;
}

.store-bn-box {
	display:block;
}

.store-bn-box .pic-area {
	width:inherit;
}

.store-bn-box .txt-area {
	padding:10px 10px 30px;
	width:inherit;
	display:block;
}


.cmp-title__text {
	font-size: 4vw;
	margin: 0 0 1em;
}

.cmp-text {
	font-size: 3.6vw;
	padding: 0;
	line-height: 1.8;
	text-align:left;
}

.store-link-list {
	margin:0px auto 0;
	display:block;
	width:inherit;
	font-size:3.8vw;
	text-align:center;
}

.store-link-list > li {
	margin-top:30px;
}

}

/*———————————–
　リンク無効
———————————–*/
.no-link {
	pointer-events: none;
}