@charset "UTF-8";
.text-center {
  text-align: center;
}

.rToph2_news_icon{text-align: center;}
.rToph2_news_icon img{
  max-width: 45px;
}
.rToph2_rec_icon{text-align: center;}
.rToph2_rec_icon img{
  max-width: 50px;
}


body {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  line-height: 1.6;
  font-size: 15px;
  letter-spacing: 0.01em;
 padding-top: 0 !important;
}

@media screen and (max-width: 1024px) {
  body {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 12px;
  }
}
header {
  width: 100%;
  position: relative;
  display: table;
  top: 0;
  z-index: 9999;
}
@media screen and (min-width: 1001px) and (max-width: 1300px) {
  header {
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  header {
    min-height: 120px;
    height: auto;
   
  }
}




header #logo {
  width: 20%;
  padding-left: 40px;
  display: table-cell;
}
@media screen and (max-width: 1000px) {
  header #logo {
    padding-top: 44px;
    padding-left: 20px;
    width: 100%;
  }
}
header #logo img {
  max-width: 157px;
  max-height: 32px;
  margin-top: -10px;
}
@media screen and (max-width: 1000px) {
  header #logo img {
    max-width: 120px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 320px) {
  header #logo img {
    max-width: 80px;
  }
}


header .NHeaderAmazon{
  background-color:#2e7dc2;
  color: #fff;
  font-size: 13px;
  padding: 0;
}

header .NHeaderAmazon span{
  background-color:#f5b95a;
  color: #333;
  display: inline-block;
  padding: 10px 20px;
  margin-right: 20px;
}

@media screen and (max-width: 1124px) {
  header .NHeaderAmazon{
    font-size: 12px;
    padding: 6px;
    display: none;
  }
  header .NHeaderAmazon span{
    width: 100%;
    display: block;
    text-align: center;
    padding: 6px 20px;
    margin-bottom: 4px;
  }

}

header .NHeaderWrap{
  display: flex;
  align-items: flex-end;
  justify-content:space-between;
  gap: 50px;
  padding: 20px;
}
header .NHeaderWrap .NHeaderLogo{
}
header .NHeaderWrap .NHeaderLogo img{
  max-width:250px ;
}
@media screen and (max-width: 1024px) {
  header .NHeaderWrap{
    padding: 20px;
  }
  header .NHeaderWrap .NHeaderLogo img{
   max-width:150px ;

  }
}

@media screen and (max-width: 320px) {
  header .NHeaderWrap .NHeaderLogo img{
    max-width: 80px;
  }
}

header .NGnaviWrap ul {
  display: flex;
  justify-content: center; 
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  header .NGnaviWrap ul {
    display: none;
  }
}
header .NGnaviWrap ul li{
  border-left: solid 1px #ddd;
  padding: 0 30px;
  font-size: clamp(12px, 0.8333vw, 16px);
}
header .NGnaviWrap ul li span::before{
  content: "";
  display: block;
  width: 34px; 
  height: 34px; 
  margin: 0 auto 20px; 
}
header .NGnaviWrap ul li:nth-child(1) span::before{
  background: url("https://sakananouta.itembox.design/item/rh_menu001.png") no-repeat center/contain;
}
header .NGnaviWrap ul li:nth-child(2) span::before{
  background: url("https://sakananouta.itembox.design/item/rh_menu002.png") no-repeat center/contain;
}
header .NGnaviWrap ul li:nth-child(3) span::before{
  background: url("https://sakananouta.itembox.design/item/rh_menu003.png") no-repeat center/contain;
}
header .NGnaviWrap ul li:nth-child(4) span::before{
  background: url("https://sakananouta.itembox.design/item/rh_menu004.png") no-repeat center/contain;
}
header .NGnaviWrap ul li:nth-child(5) span::before{
  background: url("https://sakananouta.itembox.design/item/rh_menu005.png") no-repeat center/contain;
}
header .NGnaviWrap ul li:nth-child(6) img{
 max-width: 70px;  
}

header .NHeaderKeywordWrap{
  padding: 10px;
  background-color: #f2f9ff;
  margin: 10px auto 20px;
}
header .NHeaderKeywordWrap .NHeaderKeyword{
  margin: 0px auto;
  max-width: 1100px;
}
header .NHeaderKeywordWrap .NHeaderKeyword img{
  max-width: 24px;
  display: inline-block;
  margin-right: 10px;
}
header .NHeaderKeywordWrap .NHeaderKeyword span{
  display: inline-block;
  border-radius: 25px;
  border: solid 1px #2e7dc2;
  color:#2e7dc2 ;
  font-size: 14px;
  padding: 4px 15px;
  margin:10px;
}
header .NHeaderKeywordWrap .NHeaderKeyword span a{
  color:#2e7dc2 ;
}
@media screen and (max-width: 1024px) {
  header .NHeaderKeywordWrap .NHeaderKeyword span{
    font-size: 12px;
    margin:5px;
  }
}


/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: absolute;
  z-index: 3;
  right: 103px;
  top: 47px;
  width: 100px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}

.hamburger span::after {
  content: "　▼";
}

.hamburger.active span::after {
  content: "　▲";
}

@media screen and (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}
/* ナビ開いてる時のボタン */
.hamburger.active {
  color: #fff;
  position: fixed;
  top: 47px;
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #000;
  background: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

@media screen and (min-width: 1025px) {
  nav.globalMenuSp {
    display: none;
  }
}
nav.globalMenuSp ul {
  margin: 124px auto 0;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul a {
  color: #fff !important;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 100;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 1;
  background-color: #2e7dc2;
  background-image: url("https://sakananouta.itembox.design/item/popup_bg02.png");
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0 0 5%;
  color: #fff;
  overflow-y: scroll;
  visibility: visible;
}

.globalMenuSp .logo {
  text-align: left;

  width: 100%;
  position: fixed;
}

.globalMenuSp .logo img {
  max-width: 150px;
  margin: 20px;
}
@media screen and (max-width: 320px) {
  .globalMenuSp .logo img {
    max-width: 80px;
  }
}

.globalMenuSpActive li {
  margin-bottom: 16px;
}

.globalMenuSpActive.my {
  margin-top: 36px;
}

.globalMenuSpActive img.mypage {
  width: 18px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 5px;
}

.globalMenuSpActive img.mypage.mail {
  width: 18px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}

ul.sub.globalMenuSpActive {
  margin-top: 54px !important;
  margin-bottom: 44px;
}

ul.sub.globalMenuSpActive li a {
  font-size: 13px;
}

ul.sub.globalMenuSpActive li {
  margin-bottom: 5px;
}

.h_cart_sp {
  position: absolute;
  right: 20px;
  top: 20px;
}

.h_cart_sp img {
  max-width: 72px;
}

.h_cart_sp_inner {
  position: fixed;
  right: 20px;
  top: 20px;
}

.h_cart_sp_inner img {
  max-width: 72px;
}

@media screen and (min-width: 1025px) {
  .h_cart_sp {
    display: none;
  }
  .h_cart_sp_inner {
    display: none;
  }
}
.H_tel {
  font-size: 18px;
}

.H_tel span {
  font-size: 12px;
  display: block;
}

.H_tel a {
  color: #fff !important;
}

.h_copy {
  font-size: 16px;
  margin-top: 20px;
  color: #fff;
}

   .top-news:before {
        min-height: 27px;
        background: url(https://sakananouta.itembox.design/item/rtop_line_bg_nami01.png) repeat-x 50% 50% / contain !important;
    }



#rTopRank{
  background-color: #e5f3fe;
  padding: 5% 0;
}
@media screen and (max-width: 820px) {
#rTopRank{
  background-color: #e5f3fe;
  padding: 15% 0;
}
}

#rTopRank .container{
  max-width: 1100px !important;
  margin: 0 auto;
}

#rTopRank .container .rTopRankingWrap{
  display: flex;
  gap:40px;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 820px) {
#rTopRank .container .rTopRankingWrap{
  display: block;
}
}

#rTopRank .container .rTopRankingWrap .Box{
  width: 25%;
}

@media screen and (max-width: 820px) {
#rTopRank .container .rTopRankingWrap .Box{
  width: 100%;
  margin-top: 40px;
}
}
#rTopRank .container .rTopRankingWrap .Box .Img{
  text-align: center;
}
#rTopRank .container .rTopRankingWrap .Box .Img img{
  width: 100%;
  max-width: 254px;
}

#rTopRank .container .rTopRankingWrap .Box .Ttl{
  font-size: 18px;
  text-align: center;
  margin: 10px auto;
  padding-bottom: 10px;
  border-bottom: solid 1px #d5af3d;
}
#rTopRank .container .rTopRankingWrap .Box .Read{
  font-size: 14px;
  text-align: center;
  margin: 10px auto;
}
#rTopRank .container .rTopRankingWrap .Box .Price{
  font-size: 15px;
  text-align: center;
  margin: 10px auto;
}
#rTopRank .container .rTopRankingWrap .Box .Price span{
  font-size: 12px;
}
#rTopRank .container .rTopRankingWrap .Box .rRankButton{
  margin-top: 20px;
}
#rTopRank .container .rTopRankingWrap .Box .rRankButton a{
  display: block;
  background-color: #fff;
  color: #2e7dc2;
  text-align: center;
  border-radius: 30px;
  line-height: 1.3;
  padding: 6px 10px;
  border: solid 1px #2e7dc2;
  position: relative;
  transition: 0.2s all;
}
#rTopRank .container .rTopRankingWrap .Box .rRankButton a::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #2e7dc2;
  border-right: 2px solid #2e7dc2;
  transform: rotate(45deg);
  box-sizing: border-box;
  transition: 0.2s all;
  
}
#rTopRank .container .rTopRankingWrap .Box .rRankButton a:hover{
  background-color: #b5ddff;
  color: #fff;
  
}
#rTopRank .container .rTopRankingWrap .Box .rRankButton a:hover:after{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#rTopBnrArea{
  padding: 5% 0;
}
#rTopBnrArea .rTopBnrWrap{
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
#rTopBnrArea .rTopBnrWrap{
  display:block;
}
#rTopBnrArea .rTopBnrWrap .Box{
  margin-bottom: 20px;
  text-align: center;
}
}

#rTopBnrArea .rTopBnrWrap a img{
   transition: 0.2s all;
   opacity: 1;
   width: 100%;
   max-width: 526px;
}
#rTopBnrArea .rTopBnrWrap a img:hover{
   opacity: .5;
}

#rTopItemlist:before {
  content: "";
   min-height: 27px;
   background: url(https://sakananouta.itembox.design/item/rtop_line_bg_nami01.png) repeat-x 50% 50% / contain !important;
   position: absolute;
    top: 0;
    width: 100%;

    height: auto;
 }

#rTopItemlist{
  padding: 5% 0 5%;
  position: relative;
}
@media screen and (max-width: 820px) {
  #rTopItemlist{
    padding: 10% 0 10%;
}
}
#rTopItemlist .rTopItemListBox{
  max-width: 270px;
  background-color: #f6f4ef;
  border-radius: 10px;
  padding: 20px;
}
#rTopItemlist .rTopItemListBox .Img img{
  width: 100%;
  border-radius: 10px;
}
#rTopItemlist .rTopItemListBox .Title{
  text-align: left;
  margin-top: 10px;
}
#rTopItemlist .rTopItemListBox .Price{
  text-align: right;
  margin-top: 10px;
}
#rTopItemlist .rTopItemListBox .Price span{
  font-size: 12px;
}




#FtopArea {
  background-color: #d6ebfe;
  padding: 5% 0;
}
@media screen and (max-width: 1000px) {
  #FtopArea {
    padding: 5% 0;
    
  }
}
#FtopArea ul {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 1000px) {
  #FtopArea ul {
    max-width: 90%;
     display: block;
  }
}
#FtopArea ul li {
  text-align: center;
  width: 50%;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  #FtopArea ul li {
    width: 100%;
    font-size: 12px;
    margin-bottom: 10px;
  }
  #FtopArea ul li img {
    max-width: 100%;
  }
}
#FtopArea ul li a {
  opacity: 1;transition: 0.2s all;
}
#FtopArea ul li a:hover {
    opacity: .5;
}

#FMenuArea {
  background-color: #2e7dc2;
  padding: 5% 0 1%;
}
#FMenuArea .Ct {
  width: 1000px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  #FMenuArea .Ct {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  #FMenuArea .Ct {
    display: block;
  }
}
#FMenuArea .Ct a {
  color: #fff;
}
#FMenuArea .Ct a:hover {
  text-decoration: none;
}

#FMenuArea .Ct .logo img {
  max-width:230px ;
}

#FMenuArea .Ct ul li {
  margin-bottom: 15px;
  font-size: 16px;
  letter-spacing: 2px;
}



#FMenuArea .Ct ul.sub li {
  margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 100;
}
#FMenuArea .Ct h3 {
  font-size: 15px;
}

#FMenuArea .CtSP {
  padding: 40px 0;
  letter-spacing: 0.1em;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
#FMenuArea .Ct ul li.faq {
    padding-top: 14px;
}
@media screen and (max-width: 1000px) {
  #FMenuArea .CtSP {
    display: block;
  }
}
@media screen and (min-width: 1001px) {
  #FMenuArea .CtSP {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #FMenuArea .CtSP .container{
    padding: 0 4%;
  }
}
#FMenuArea .CtSP a {
  color: #fff;
}
#FMenuArea .CtSP ul.menu li {
  font-size: 16px;
  margin-bottom: 26px;
}
#FMenuArea .CtSP ul.sub li {
  font-size: 13px;
  margin-bottom: 7px;
  font-weight: 100;
}
#FMenuArea .CtSP h3 {
  font-size: 16px;
}
#FMenuArea .CtSP h3::after {
  content: "";
  display: inline-block;
  width: 25%;
  height: 1px;
  background-color: #fff;
  margin-bottom: 5px;
  margin-left: 10px;
}
#FMenuArea .CtSP h3::before {
  content: "";
  display: inline-block;
  width: 25%;
  height: 1px;
  background-color: #fff;
  margin-bottom: 5px;
  margin-right: 10px;
}

ul.menu.main {
  margin-top: 40px;
}

ul.sub.sub {
  margin-top: 15px;
}

ul.sub.mail {
  margin-top: 58px;
}

ul.sub.mail img.mypage {
  display: inline-block;
  margin-right: 10px;
  width: 18px;
}

ul.menu.comp {
  margin-top: 58px;
}

.rTopFooterListWrap{
  display: flex;
  margin:30px 0 30px 30px;
  gap: 40px;

}
.rTopFooterListWrap div a{

  font-size: 13px ;
}

/*# sourceMappingURL=style.css.map */

