/* 蜈ｨ菴楢ｨｭ螳�
------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
/* 'Shippori Mincho', */
body {
 /* font-family: "Shippori Mincho", serif;*/
 /* font-family: "Yu Mincho", "YuMincho", serif;*/
  /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
  font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6em;
  color: #333333;
  width: 100%;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
  background: #ffffff;
  overflow-x: hidden;
  margin: 0 auto;
}
a{
  font-size: 0;
}
p {
  margin: 0;
}
.centered {
  text-align: center;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.brpc::before {
  content: "\A";
  white-space: pre;
}
.brsp::before {
  content: none;
  white-space: normal;
}
img {

/*  max-width: 100%;*/
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 4.26666vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .brpc::before {
    content: none;
    white-space: normal;
  }
  .brsp::before {
    content: "\A";
    white-space: pre;
  }
}
.page_wrap {
  position: relative;
}
.link_hover {
  opacity: 1;
  transition: opacity .3s ease;
}

/* wapper_inner
-----------------------------*/
.wapper_inner{
  width: 964px;
  margin: 0 auto;
}
.wapper_inner.inner01{
  margin-top: 68px;
}

.mt60{
  margin-top: 60px;
}

.l-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 140px;
}

.btn,
.btn-gift{
  display: block;
  max-width: 496px;
  text-align: center;
border: 1px solid #707070;
padding: 25px;
box-sizing: border-box;
color: #707070;
text-decoration: none;
font-size: 26px;
}

.btn-gift{
  margin: 0 auto;
  margin-bottom: 107px;
}
.btn:hover,
.btn:focus,
.btn-gift:hover,
.btn-gift:focus{
  background-color:#707070 ;
  transition: all 0.5s;
  color: #fff;
}

.l-btn-gift a:visited, 
.l-btn a:visited{
  text-decoration: none; !important
}

.l-btn-gift a:visited{
  text-decoration: none; !important
 color: #707070;
}
.l-btn-gift a:visited:hover{
 color: #fff;
}
.l-btn a.btn:visited:hover{
 color: #fff;
}



/* kye visual
-----------------------------*/
.mv_wrap {
width: 100%;
   /* background: url(/nipponham-giftnet/nhmk0771/2025_oseibo/page200/mv.jpg) no-repeat center;*/
   /* background: url(https://gigaplus.makeshop.jp/nhmk0771/2025%E3%81%8A%E6%AD%B3%E6%9A%AE/2025_oseibo/page200/mv.jpg) no-repeat center;
    background-size: cover;
    min-height: 426px;*/
}

@media only screen and (max-width: 767px) {

}
/* banner
-----------------------------*/
.banner_block {
  margin: 0 auto 119px;
  width: 768px;
}
.banner_block .banner_img:first-child {
  margin-bottom: 60px;
}

.js-fade {
    opacity: 0;
    visibility: hidden;
    transition:all 2.0s;
}

.scroll {
    opacity: 1;
    visibility: visible;
}
/* company
-----------------------------*/
.company {
  padding: 118px 0 126px;
  background-color: #fae97d;
}
.company .inner {
  margin: 0 auto;
  width: 768px;
}
.company .int_txt {
  margin: 49px 0 71px;
}
.company .banner_img:not(:last-child) {
  margin-bottom: 49px;
}
/* gift
-----------------------------*/
.gift {
  margin: 128px auto 196px;
}
.gift_txt {
  font-size: 40px;
  line-height: 1.6em;
}
.gift_btn a {
  display: block;
  font-size: 26px;
  margin: 60px auto 0;
  width: 474px;
  border: 1px solid #000;
  padding: 26px 0;
}
/* terms
-----------------------------*/
.terms {
  max-width: 964px;
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
}
#category .terms h2 {
  font-size: 40px;
  line-height: 1;

  margin: 0.8em 0;
  background: none;
  height: auto;
  padding: 0;
}
.terms p:nth-of-type(1) {
  margin-bottom: 40px;
}
.terms .txt_block {
  padding: 18px 43px;
  border: 1px solid #000;
  height: 378px;
  overflow: scroll;
  overflow-x: hidden;
  margin-bottom: 215px;
  background-color: #fff;
}


/* SP
-----------------------------*/

/* 251002追記　商品はこちらからテキスト
-----------------------------*/
.banner_img {
  position: relative;
  max-width: 964px;
  margin: 0 auto;
}

.banner_img span {
    color: #fff;
    position: absolute;
    right: 27px;
    bottom: 20px;
    font-size: 24px;
}

.banner_img span::before, .banner_img span::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: -12px;
    width: 11px;
    height: 2px;
    background-color: #fff;
    transform-origin: calc(100% - 1px) 50%;
}

.banner_img span::before {
  transform: rotate(45deg);
}

.banner_img span::after {
    transform: rotate(-45deg);
}
