@charset "UTF-8";
/*=======================================

【楽天】　ふるさと納税

=========================================*/

/*
 #furusato-header
=========================================== */
#furusato-header{z-index:201;}

/*
 rc-breadcrumb
=========================================== */
.rc-breadcrumb{
  width:calc(100% - 48px);
  max-width:1280px;
  min-width:1024px;
  padding: 0 24px;
  box-sizing: border-box;
}

/*
 max-w1280
=========================================== */
.max-w1280{
  width:calc(100% - 64px);
  max-width:1280px;
  min-width:1024px;
  margin-right: auto;
  margin-left: auto;
}

/* 
common
---------------------------------------- */
/* bgc-xxx */
.bgc-f7f7f7 {
  background-color: #f7f7f7;
}
.bgc-00c0ff {
  background-color: #00c0ff;
}

/* c-xxx */
.c-9b7332 {
  color: #9b7332;
}

/* marker */
.marker {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.marker:before {
  content: "";
  width: 100%;
  height: 14px;
  position: absolute;
  z-index: -1;
  bottom: 7px;
  left: 0;
  background-color: #fbfc86;
  display: inline-block;
}

/*
 #furusato-header
=========================================== */
#furusato-header{z-index:201;}


/*
 rc-breadcrumb
=========================================== */
.rc-breadcrumb{
  width:100%;
  max-width:1280px;
  min-width:1024px;
}

/* 
contents[layout]
---------------------------------------- */
/* ancWrap */
.ancWrap {
  background-color: #fff;
  border-bottom:solid 1px #cccccc;
}
.ancWrap ul {
  -moz-display: flex;
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}
.ancWrap ul li {
  width: calc(100% / 3);
  margin: 0 0 0 0;
  position: relative;
}
.ancWrap ul li + li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 1px;
  height: 64px;
  background-color: #cccccc;
}
.ancWrap ul li:nth-of-type(3n) {
  margin: 0 0 0 0;
}
.ancWrap ul a {
  position: relative;
  -moz-display: flex;
  -webkit-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  font-size: 16px;
  color: #333 !important;
}
.ancWrap ul a:hover{opacity:.8;}
.ancWrap ul a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  margin: auto;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  transform: rotate(135deg);
}

/* headline */
.basic-headline{
  width: 800px;
  margin: 0 auto 20px;
  text-align: center;
  color: #333;
  padding: 0 0 6px;
  border-bottom:solid 1px #ccc;
}
.basic-headline__caption{font-size: 18px;}
.basic-headline__inner{
  font-size: 32px;
  font-weight: bold;
}

.bdr-headline {
  font-size: 24px;
  font-weight: bold;
  color: #9b7332;
  border-bottom: 2px dotted #9b7332;
  padding: 0 0 8px;
}

h3.solid:after {
  content: "";
  display: block;
  border-bottom: 2px solid #dadada;
  margin-top: 3px;
}

/* button */
.button[data-layout="search"] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 66px;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #cccccc;
  font-size: 19.52px;
  color: #333333 !important;
  border-radius: 4px;
  margin: 0 auto;
}
.button[data-layout="search"]:hover {
  opacity: 0.8;
}

/* anc_02[article]  */
._01Box {
  margin: 0 auto;
  width: 794px;
  height: 254px;
  border: 3px dotted #bf0000;
}
._01Box ul {
  letter-spacing: -0.5em;
  margin: 0 0 0 -30px;
}
._01Box ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 30px;
  position: relative;
}
._01Box ul li.label.-comingsoon:before {
  content: "";
  display: block;
  width: 179px;
  height: 47px;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 1;
  background-image: url(../img/20201113/label-comingsoon.png);
}
._02Box .info {
  width: 780px;
  margin: 0 auto;
  padding-left: 40px;
}
#con05_02LBox {
  width: 396px !important;
  margin: 0 auto;
}
#con05_02L_01Box,
#con05_02R_01Box {
  border: solid 2px #00c0ff !important;
  /*	height: 86px;*/
}
._02Box .info_btn ul {
  letter-spacing: -0.5em;
  margin: 0 0 0 -40px;
}
._02Box .info_btn ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 40px;
}
._02Box h3 span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}

/* onestop */
.onestop-online__Link,
.onestop-doc__Link{color: #0783c2!important;}
.onestop-online__Link .chevron-right,
.onestop-doc__Link .chevron-right{
  width: 21px;
  height: 21px;
  border-radius: 9999px;
  color: #fff!important;
  background-color: #0783c2;
  text-align: center;
  margin-right: 7px;
}
.onestop-online__Link .chevron-right::before,
.onestop-doc__Link .chevron-right::before{line-height: 21px!important;}

/* info_btn */
.info_btn{
  width: 500px;
  margin: 0 auto;
}
.info_btn .rc-button{
  width: 100%;
  padding: 20px 0;
  font-size: 24px;
  border:solid 2px #d1d1d1;
  border-radius: 8px;
}
.info_btn .rc-button .rc-button__rightIcon{
  margin-left: 12px!important;
}
.info_btn .rc-button:hover{opacity:.8;}
.info_btn .rc-button:hover:after{
  background: rgba(0,0,0,0)!important;
}


/* anc_03[article]  */
.more {
  width: auto;
  color: #1d54a7;
  font-size: 16px;
  float: right;
  padding-right: 15px;
  position: relative;
  font-weight: bold;
  line-height: 35px;
  margin-top: -34px;
}
.title-area h4 span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  color: #1d54a7;
}
.item-container {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #9b7332;
}

.riLayoutWrap._col4 .riLayoutSection a {
  border: solid 1px #ccc;
  display: block;
  min-height: 225px;
  text-decoration: none;
}
.riLayoutWrap._col4 .riLayoutSection a:hover {
  text-decoration: none !important;
}

.genreIndex .riLayoutSection {
  width: 23.5% !important;
  margin-left: 2% !important;
  background-color: #f8f8f8;
  border: none;
  float: left;
}
.riLayoutWrap .riLayoutSection:first-child {
  margin-left: 0 !important;
}
.riLayoutWrap._col4 {
  overflow: hidden;
  margin-bottom: 10px;
}
.genreIndex .riLayoutSection .thumb {
  padding-top: 10px;
  text-align: center;
}
.genreIndex .riLayoutWrap .name {
  text-align: center;
  font-weight: bold;
  margin: 10px 5px 5px;
  font-size: 13px;
}
.genreIndex .riLayoutWrap .example {
  color: #717171;
  margin: 5px 5px 10px;
  font-size: 13px;
}

/* rn-tab */
.rn-tab[data-layout="furusato"] {
  padding: 0;
}
.rn-tab[data-layout="furusato"] .rn-tab__menuList {
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  white-space: nowrap;
  margin-bottom: 12px;
  margin-left: 0;
  justify-content: center;
}
.rn-tab[data-layout="furusato"] .rn-tab__itemContainer {
  padding: 0;
  background-color: transparent !important;
}
.rn-tab[data-layout="furusato"] .rn-tab__menuItem {
  min-height: auto;
  padding: 0;
  margin: 16px 0 0 16px;
  border-color: #9e9e9e;
  border-width: 0 0 1px 0;
  border-radius: 0 !important;
  justify-content: center;
}
.rn-tab[data-layout="furusato"] .rn-tab__menuItem.-active {
  border-color: #bf0000;
  background-color: transparent !important;
}
.rn-tab[data-layout="furusato"] .rn-tab__menuItem.-active::after {
  display: none;
}
.rn-tab[data-layout="furusato"] .rn-tab__menuItem.-active .rn-tab__textBox {
  color: #bf0000;
}
.rn-tab[data-layout="furusato"] .rn-tab__menuItem:last-child {
  margin-right: 16px;
}
.rn-tab[data-layout="furusato"] .rn-tab__textBox {
  color: #999;
  font-size: 16px;
  line-height: 1.5;
}

/* .eventList */
.eventList .ttl {
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #9b7332;
  padding-bottom: 4px;
  margin-bottom: 16px;
  font-weight: bold;
}
.eventList .desc {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
}

/*
 note
=========================================== */
.note[layout="default"] {
  line-height: 1.3;
  border: 1px solid #d1d1d1;
  padding: 16px;
  background-color: #f7f7f7;
  text-align: left;
}


/*
 genre
=========================================== */
.furusato-section {
padding: 24px 16px;
}
.furusato-genre {
display: grid;
grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 1280px) {
.furusato-genre {
grid-template-columns: repeat(4, 1fr);
}
}
.furusato-genre-item {
color: #333 !important;
display: flex;
flex-direction: column;
padding: 24px 0;
text-align: center;
}
@media only screen and (max-width: 1279px) {
.furusato-genre-item:nth-child(-n + 6) {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.furusato-genre-item:not(:nth-child(3n)) {
border-right: 1px solid rgba(0, 0, 0, 0.08);
}
}
@media only screen and (min-width: 1280px) {
.furusato-genre-item:nth-child(-n + 4) {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.furusato-genre-item:not(:nth-child(4n)) {
border-right: 1px solid rgba(0, 0, 0, 0.08);
}
}
.furusato-genre-image {
display: block;
margin: 0 auto;
}
.furusato-genre-title {
font-size: 14px;
font-weight: 600;
line-height: 130%;
margin: 16px 0 4px;
}
.furusato-genre-body {
font-size: 13px;
line-height: 150%;
}
.aside-title {
font-size: 14px;
font-weight: 600;
line-height: 130%;
margin-bottom: 19px;
margin-top: 0;
padding: 0 24px;
}
.aside-list {
background: #fff;
list-style: none;
margin: 0;
padding: 0;
}
.aside-list__item {
position: relative;
}
.aside-list__item:not(.aside-list__item.js-showmore-toggle):hover {
background: #f4f4f4;
}
.aside-list__link {
align-items: center;
cursor: pointer;
display: flex;
font-size: 13px;
font-weight: 300;
line-height: 130%;
padding: 8px 24px;
}
.aside-list__link .fsicon {
color: #717171;
margin-left: auto;
}
.aside-list__link:hover {
text-decoration: underline;
}
.aside-list__link:not(.js-showmore-toggle .aside-list__link) {
color: #333 !important;
text-decoration: none !important;
}
.furusato-featured {
grid-gap: 24px;
display: grid;
gap: 24px;
grid-template-columns: repeat(4, 1fr);
}
@media only screen and (min-width: 1280px) {
.furusato-featured {
grid-template-columns: repeat(5, 1fr);
}
}
.furusato-item {
display: flex;
flex-direction: column;
width: 100%;
}
.furusato-item:empty {
display: none;
}
.furusato-item__image {
background-color: #f7f7f7;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
width: 100%;
}
.furusato-item__title {
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
color: #333 !important;
display: -webkit-box;
font-size: 13px;
line-height: 130%;
margin-top: 8px;
overflow: hidden;
text-overflow: ellipsis;
}
.furusato-featured .furusato-item__title {
-webkit-line-clamp:unset !important;
}
.furusato-more-button {
background: #f7f7f7;
border: 1px solid #e5e5e5!important;
border-radius: 4px;
box-sizing: border-box;
color: #333!important;
display: block;
font-size: 14px;
height: 48px;
line-height: 18px;
margin-top: 20px;
padding: 14px;
text-align: center;
text-decoration: none;
}