@charset "utf-8";
/* CSS Document */
/*　共通　*/
h2 {
  margin: 70px auto 20px;
  padding: 15px;
  background: #1f2f55;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
strong {
  font-weight: 700;
}

.txt_rouge {
  color: #f05a4f;
}
.txt_small {
  font-size: 0.78rem;
}

.txt_red {
  color: red;
}
section{
	margin: 30px auto;
}

/*　クーポンコード　*/
section#sns{
	position: relative;
	margin: 0 auto;
	text-align: center;
}
section#sns p{ margin: -10px auto 0; color: #c5b664; font-size: 11px; }

a.coupon{
	position: absolute;
    right: 6.6rem !important;
    bottom: 47.0rem !important;
	font-size: 250%;
	color: #000;
	font-weight: bold;
}
ul.code {
	display: flex;
	border: 1px solid #c5b664;
	width: 400px;
	margin: 1em auto;
	text-align: center;
}
ul.code dt {
	background-color: #c5b664;
	color: #FFFFFF;
	margin: 0.2em;
	padding: 0.6em 0.4em 0.2em 0.4em;
	font-size: 1.2em;
}
ul.code dd {
	font-size: 250%;
	color: #000;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 0.4em;
}

/*　リード　*/
#lead{ text-align: center; }
#lead p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.85;
  color: #111;
  font-weight: 400;
}



/* 使い方　*/
#use ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}

#use li {
  width: 47%;
  margin: 0 0 2.4rem;
  padding: 0;
}
#use h3 {
  margin: 0 0 0.6rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
}

#use p {
  margin: 0.55rem 0 0;
  font-size: 0.85rem;
  line-height: 1.55;
  color: #111;
}


/*　キャンペーン内容　*/
#summary table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

#summary th,
#summary td {
  border: 1px solid #ddd;
  padding: 0.8rem 1rem;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}

#summary th {
  background: #f7f7f7;
  font-weight: 600;
}

#summary tbody > tr > th:first-child {
  width: 20%;
  text-align: center;
  white-space: nowrap;
}

#summary thead th,
#summary thead td {
  text-align: center;
}

#summary thead th {
  font-size: 1.05rem;
  background: #f3f3f3;
}

#summary tbody tr:nth-child(4) th:nth-child(2) {
  width: 32%;
  text-align: center;
}

#summary p {
  margin: 1rem 0 0.8rem;
  font-size: 0.9rem;
  line-height: 1.7;
}

#summary a {
  display: inline-block;
  color: #333;
  text-decoration: underline;
}

/* ナガイレーベン協力企画　*/
#supported h2{ background: #5ebed3; }
#supported table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
	margin: 20px auto 30px;
}

#supported th,
#supported td {
  border: 1px solid #ddd;
  padding: 0.8rem 1rem;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}

#supported th {
  width: 28%;
  background: #f7f7f7;
  font-weight: 600;
  white-space: nowrap;
}

#supported td {
  background: #fff;
}
/* ミッフィー紹介　*/
#supported #brand{ width: 95%; margin: 0 auto; }
#supported #brand h4 {
	background:#f1f1f1;
	text-align:center;
	margin: 30px auto 20px;
	padding:5px;
	font-size:18px;
	position: relative;
}
#supported #brand h4.unisex:after {
    content: "男女兼用";
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(-50%, -50%);
    background: #7d5572;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
#supported #brand h4 .txt_small{ font-size:13px; }
#supported #brand ul{ display:flex; }
#supported #brand ul li{ width:50%; }
#supported #brand ul > li:first-child img{ width:500px; height:auto; }
#supported #brand ul > li:nth-child(2){
	padding: 0 0 0 60px;
	display: flex;
	flex-direction: column;
}
#supported #brand p.btn_mini {
    width: 70%;
    padding: 25px;
    border: solid 1px #333;
    margin: auto auto 20px;
    text-align: center;
    position: relative;
}
#supported #brand p.btn_mini a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#supported #brand p.btn_mini:hover {
    background: #333;
}
#supported #brand p.btn_mini a:hover {
    color: #fff;
    text-decoration: none;
}

/*--人気ランキングCSS--*/
#hakuinohi-btm .top_ranking h2 {
	background-color: #54c4a6;
	border-bottom: 5px solid #7ddbc2;
	margin: 50px 0 15px 0;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 130%;
}
#hakuinohi-btm .top_ranking .tabSet { margin: 10px 0 0 0; overflow: hidden; }
#hakuinohi-btm .top_ranking .tabMenu { padding-bottom: 10px }
#hakuinohi-btm .top_ranking .tabSet ul { width: 100%; overflow: hidden; border-bottom: 1px dashed #CCC; }
#hakuinohi-btm .top_ranking .tabSet li { width: 15%; float: left; padding: 0; margin: 0 0.8%; text-align: center; }
#hakuinohi-btm .top_ranking .tabSet li a { display: block; padding: 8px 5px; margin: 0; font-size: 86%; }
#hakuinohi-btm .top_ranking .tabSet li a.selected, #hakuinohi-btm .top_ranking div.tabSet li a:hover { font-weight: bold; background: #fce460; transition-duration: 0.5s; text-decoration: none; color: inherit; }
#hakuinohi-btm .top_ranking .tabSet .panel { margin: 0; padding: 0; }
#hakuinohi-btm .top_ranking dl { float: left; width: 18%; margin: 15px 0.9%; padding: 0 0 10px 0; }
#hakuinohi-btm .top_ranking dt img.rank_icon { display: block; margin: 0 auto 5px; padding: 0; }
#hakuinohi-btm .top_ranking dt img.rank_img { border: solid 1px #DDD; padding: 1px; max-width: 100%; height: auto; }
#hakuinohi-btm .top_ranking dd { margin: 0; padding: 0; overflow: hidden; font-size: 86%; }
#hakuinohi-btm .top_ranking dd p.rank_name { margin: 5px 0; }
#hakuinohi-btm .top_ranking dd p.rank_price { margin: 0; color: #ff9900; text-align: right; }
#hakuinohi-btm .top_ranking dd p.rank_price span { font-size: 10px; }
/*--リンクボタンCSS--*/
#hakuinohi-btm .btmlink { font-size: 110%; text-align: center; position: relative; border-radius: 30px; margin: 5px auto; width: 60%; border: solid 1px #DDD; overflow: hidden; }
#hakuinohi-btm .btmlink a { display: block; padding: 13px; }
#hakuinohi-btm .btmlink::before{ position: absolute; display: block; content: '';}
#hakuinohi-btm .btmlink::before { position: absolute; top: 19px; right: 25px; width: 8px; height: 8px; border-top: 2px solid #333; border-right: 2px solid #333; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
#hakuinohi-btm .btmlink a:hover { color: #333333; background-color: #CCCCCC; text-decoration: none;}
/*--あなたへのおすすめCSS--*/
#hakuinohi-btm .silveregg_section .bg_blue { padding: 0px 10px 10px; }
/* 商品詳細バナー */
#hakuinohi-btm .item_detail_banner {
	margin: 50px 0 60px;
}
#hakuinohi-btm .item_detail_banner h3 {
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border: none;
  line-height: 18px;
  font-weight: bold;
  padding: 18px 0px;
  color: #1D315B;
  background: linear-gradient(90deg, rgba(201, 214, 248, 1) 0%, rgba(231, 235, 247, 1) 100%);
}
#hakuinohi-btm .item_detail_banner h3:before {
  background: url(https://gigaplus.makeshop.jp/thsnet/smartphone/images/i-midashi-feature.png) no-repeat left center;
  display: inline-table;
  content: "";
  background-size: contain;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  padding-right: 5px;
}
#hakuinohi-btm .item_detail_banner h3 span {
  color: #EB7C11;
  margin-left: 10px;
  font-size: 14px;
}
#hakuinohi-btm .item_detail_banner .slide_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
#hakuinohi-btm .item_detail_banner .slide_content li {
  width: calc(20% - 5px);
}
#hakuinohi-btm .item_detail_banner .slide_content li img {
  width: 100%;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
#hakuinohi-btm .item_detail_banner .slide_content dt {
  font-weight: bold;
  margin: 5px 0;
  color: #336AAA;
}
#hakuinohi-btm .item_detail_banner .slide_content dd {
  margin: 0 0 20px 0;
}
#hakuinohi-btm .item_detail_banner .slide_content a:hover {
  text-decoration: underline;
  color: #333333;
}