@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/




.productWidget ul li {
  margin: 0;
  margin-right: 5px;
  padding-left: 0px;
}

.productWidget--tagList {
  margin-bottom: 1.2%
}
.productWidget--tagList>li {
  display: inline;
    padding: 5px;
    margin-right: 5px;
}
.productWidget--tagList>li a {
  color: #888;
}

.productWidget--header {
  margin-bottom: 2.5%
}

.productWidget--headerTitle {
  font-weight: bold;
  font-size: 133%;
  width: 100%;
  margin: 0.3em 0;
}

.productWidget--headerTitleLink {
  color: #000
}

.productWidget--headerTitleLink:hover {
  text-decoration: underline
}

  .productWidget--bodyCopy a {
    color: #ff322d;
  }

.productWidget--moreBlock {
  margin-top: 3.45%
}

.productWidget--buttonDetail {
  float: right;
  text-align: center;
  border-radius: 5px;
  font-size: 130%;
  line-height: 60px;
  height: 60px;
  width: 100%
}

.productWidget--buttonDetail__sale {
  background-color: #ff322d;
  color: #fff;
}

.productWidget--buttonDetail__nothing {
  color: #888;
  border: 1px solid #888;
}


.productWidget--providerInfoNameLink:hover {
  text-decoration: underline;
}

.productWidget--footer {
  display: block;
  color: #000;
  text-align: center;
  bottom: 0;
  left: 0;
  border-top: 1px solid #d2d2d2;
  width: 100%;
  padding: 2.3% 3.1%;
  margin: 2.3% 0 0 -3.1%
}

.productWidget--footer img {
  vertical-align: middle;
  margin-right: .8%;
  width: 21%;
  min-width: 90px
}

.productWidget--footer p {
  display: inline-block;
  font-size: 75%;
  max-width: 78%
}

.productWidget--footer:hover {
  opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
}


.productWidget ul li:before {
  content: none;
}

.productWidget a[target="_blank"]:after {
  content: '';
  margin: 0;
}

.productWidget a {
  text-decoration: none;
}

.productWidget p {
  margin: 0;
}

.productWidget img {
  margin: 0;
}

.productWidget ul {
  margin: 0;
  margin-bottom: 5px;
}


.productWidget {
  position: relative;
  background-clip: padding-box;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%
}

  .productWidget--footerTitle {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    order: 7;
  }
  .productWidget--footerTitleLink {
    width: 100px;
    white-space: nowrap;
  }

  .productWidget--headerProductImgWrapper {
    display: inline-block;
  }

@media only screen and (min-width: 768px) {
  .productWidget {
    box-sizing: border-box;
    margin-bottom: 36px;
  }
  .productWidget--moreBlock {
    width: 80%;
    margin-bottom: 8px;
  }
  .productWidget--footerTitle {
    width: 80%;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .productWidget {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 36px;
  }
  .productWidget--providerInfo {
    width: 100%;
  }

  .productWidget--header {
    width: 100%;
    text-align: center;
  }
  .productWidget--bodyCopy {
  }
  .productWidget--moreBlock {
    width: 100%;
    margin-bottom: 8px;
  }
  .productWidget--headerProductImgWrapper {
    margin-right: 0;
    width: auto;
  }
  .productWidget--headerProductImg {
  }
  .productWidget .productWidget--tagList {
    font-size: 90%;
  }

  .productWidget .productWidget--headerTitleLink {
    font-size: 80%;
  }

  .productWidget .productWidget--headerRight {
    font-size: 80%;
  }

  .productWidget .productWidget--buttonDetail {
    font-size: 110%;
  }
}










.product-list {
	display: flex;
	flex-wrap: wrap;
	margin: auto 10px;
	justify-content: space-between;
	align-content: space-between;
}
.product-list__item {
	width: 48%;
	margin-bottom: 40px;
}
.product-list figure img {
	margin-bottom: 10px;
}
.product-list .product-title {
	text-align: center;
	margin: 0px 4px;
}
.product-list p {
  margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
	color: #333333;
}
.product-list .name {
	color: #777;
}
.product-list .brand {
}
.product-list .price {
	font-family: "TTNormsPro-Bold",sans-serif;
}
.product-list .price span {
}
.product-list a[target="_blank"]:after {
  content: '';
  margin: 0;
}


@media only screen and (max-width: 767px) {
	.product-list p {
		line-height: 18px;
	}
	.product-list .name {
		font-size: 12px;
		letter-spacing: 0.00em !important;
	}
	.product-list .brand {
		font-size: 12px;
		letter-spacing: 0.00em !important;
	}
	.product-list .price {
		font-size: 12px;
	}
	.product-list .price span {
		font-size: 10px;
	}	
}
@media only screen and (min-width: 768px) {
	.product-list p {
		line-height: 22px;
	}
}


.product_ranking {
	margin-left: -10px;
	margin-right: -10px;
}
.product_ranking_head {
	text-align: center;
}
.product_ranking_head_site {
	color: #ff322d;
	font-weight: bold;
}
.product_ranking_head_title {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 10px;
}
.product_ranking_item {
	display: flex;
	justify-content: space-between;
	/*padding: 10px;*/
	font-size: 90%;
  counter-increment: number;
}
.product_ranking_item_image {
	width: 48%;
	/*margin-right: 2%;*/
	position: relative;
}
.product_ranking_item_image img {
  max-height: 300px;

	object-fit: contain;
}

.product_ranking_item_image:before {
    content: counter(number);
    background-color: #b7a670;
    color: #FFF;
    width: 2em;
    height: 2em;
    line-height: 2em;
    font-size: 75%;
    border-radius: 1em;
    font-weight: 700;
    display: block;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
}

.product_ranking_item_info {
	width: 50%;
	/*padding: 5px;*/
}
.product_ranking_item_info_title {
	font-weight: bold;
}
.product_ranking_item_info_category {
	margin: 0;
}
.product_ranking_item_info_category li {
	display: inline;
	padding-left: 0;
	margin: 0 10px 0 0;
	font-size: 90%;
}
.product_ranking_item_info_category li a {
	color: #888;
}
.product_ranking_item_info_category li:before {
	display: none !important;
}
.product_ranking_item_info_price {
	font-weight: bold;
	margin-bottom: 10px;
}
.product_ranking_item_info_description a {
	color: #ff322d;
	text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .product_ranking_item_image {
	  width: auto;
	  margin-right: 2%;
  }
  .product_ranking_item_image img {
    max-width: 150px;
  }
	.product_ranking_item_info {
		width: 78%;
	}
}







.gift-box {
  border: solid 4px #ff322d;
}
.gift-box__title {
	padding: .1em 0em;
	text-align: center;
	background-color: #ff322d;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
}
.gift-box__copy {
	padding: 1em 1em .5em 1em;
	text-align: center;
	color: #ff322d;
	font-size: 120%;
	font-weight: bold;
}
.gift-box__body {
	padding: 0 1em;
	font-size: 90%;
}
.gift-box__cta-area {
	background-color: #FFEBEA;
	padding: 1em 0em 1em 0em;
}
.gift-box__cta-area__title {
  text-align: center;
	font-weight: bold;
}
.gift-box__cta-area__copy {
  text-align: center;
}
.gift-box__cta-area__copy__number {
	font-style: normal;
	font-size: 250%;	
	margin-right: .2em;
	font-weight: bold;
}
.gift-box__cta-area__button {
	
}
.gift-box__cta-area .btn-wrap {
  margin: 0.5em 0 -1em;
}






.gift-box2 {
	border-top: solid 3px #ff322d;
	margin-bottom: 20px;
}
.gift-box2__copy {
	padding: 9px;
	text-align: center;
	color: #ff322d;
	font-weight: bold;
}
ul.gift-box2__gift-image {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.gift-box2__gift-image li:before {
	content: "";
	position: static;
	display: block;
	padding-top: 100%;
}
.gift-box2__gift-image li  {
	position: relative;
	width: 32.8%;
	margin: 0;
	padding-left: 0;
    list-style: none;
}
.gift-box2__gift-image li img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	object-position: 50% 85%;
}
.gift-box2__more {
	display: flex;
	justify-content: center;
}
.gift-box2__more__button {
	text-align: center;
	border: solid 2px #ff322d;
	border-radius: 5px;
	display: flex;
	align-items: center;
	position: relative;
}
.gift-box2__more__button a {
	padding: 4px 0;
	display: inline-block;
	font-size: 1.2em;
	width: 100%;
	color: #ff322d;
}
.gift-box2__more__button__arrow {
	display: block;
	width: 12px;
	height: 12px;
	right: 16px;
	border-top: solid 2px #ff322d;
	border-right: solid 2px #ff322d;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}
@media only screen and (min-width: 768px) {
	.gift-box2__gift-image li  {
		margin-bottom: 5px;
	}
	.gift-box2__more__button {
		width: 80%;
	}
	.sp {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.gift-box2__gift-image li  {
		margin-bottom: 3px;
	}
	.gift-box2__more__button {
		width: 100%;
	}		
	.pc {
		display: none;
	}
}




.nav-main-contents {
  display: flex;
  background-color: #fff;
  text-align: center;
  font-size: 100%;
	border: solid thin #ff322d;
	border-radius: 15px;
	margin: .8em 0;
}
/*
@media only screen and (min-width: 768px) {
	.nav-main-contents {
		width: 80%;
	}
}
*/

.nav-main-contents__special {
	width: 50%;
  padding: .1em 0em;
  background-color: #ff322d;
  color: #fff;
}
.nav-main-contents__article {
	width: 50%;
  padding: .1em 0em;
	
}




.nav-main-contents a, .nav-main-contents span {
	width: 50%;
  padding: .1em 0em;
}
.nav-main-contents--current {
  background-color: #ff322d;
  color: #fff;	
}
.nav-main-contents__left {
	border-radius: 15px 0 0 15px;
}
.nav-main-contents__right {
	border-radius: 0 15px 15px 0;
}

a.nav-main-contents--current:hover {
  color: #fff;		
}

.nav-main-contents--sticky {
	top: 5px;
	position: sticky;
	transition: 0.5s;
	z-index: 9999;
	padding: 0;
}
