@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700;900&display=swap');
.zenmaru{
  font-family: 'Zen Maru Gothic', sans-serif;
}
.red{
  color: #df5852;
}
.imgauto{
	height: auto;
	width: 100%;
	box-sizing: unset;
	line-height: 1rem;
	display: block;
}
.nameboard-inner{
  max-width: 1150px;
  width: 90%;
  margin: 0 auto;
}
.intro-area{
  position: relative;
}
.intro-area::before{
  background-image: url(../images/nameboard/bg06.png);
  background-repeat: repeat;
  background-size: 200px;
  background-position: bottom;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 10%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.intro-area::after{
  background-image: url(../images/nameboard/bg06.png);
  background-repeat: repeat;
  background-size: 200px;
  background-position: bottom;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 10%;
  height: 100%;
  z-index: -1;
}
.main-img{
  position: relative;
}
.intro-ttl{
  position: absolute;
  top: 20px;
  left: 10px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}
.intro-ttl .black{
  font-size: 50px;
  font-weight: 500;
  text-shadow:
  1px 1px 5px #fff,
  1px 1px 5px #fff,
  1px 1px 5px #fff,
  1px 1px 5px #fff
  ;
}
.intro-ttl .yellow{
  -webkit-text-stroke: 1px #000;
  color: #ffd200;
  font-size: 72px;
}
.intro-ttl .big{
  font-size: 1.3em;
}
.intro-txt{
  font-size: 22px;
  margin: 40px auto 60px;
  letter-spacing: 0.1em;
  text-align: center;
  max-width: 980px;
  width: 90%;
}
.intro-txt span{
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (max-width: 1440px) {
  .intro-ttl .black{
    font-size: 3.3vw;
  }
  .intro-ttl .yellow{
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
	.main-img p{
		margin:0;
	}
  .intro-txt{
    font-size: 16px;
  }
  .intro-ttl .black{
    font-size: 18px;
  }
  .intro-ttl .yellow{
    font-size: 30px;
  }
  .intro-txt span{
    font-size: 11px;
  }
  .intro-area::before,
  .intro-area::after{
    background-size: 100px;
  }
}
/* ランキング */
.ranking-bg{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin: 0;
}
.ranking-sec{
  background-image: url(../images/nameboard/bg07.png);
  background-repeat: repeat;
  background-size: 700px;
  padding: 80px 0 105px;
  background-color: #b5dde1;
  position: relative;
}
.subttl{
  text-align: center;
  font-weight: 700;
  font-size: 25px;
}
.subttl .bg{
  background-color: #fff;
  border-radius: 50px;
  display: inline-block;
  padding: 0 30px;
  position: relative;
  margin-bottom: 10px;
}
.subttl .bg::before{
  content: "";
  position: absolute;
  bottom: 50%;
  right: 95%;
  background-image: url(../images/nameboard/balloon-accent.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
}
.subttl .bg::after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}
.subttl .red{
  color: #ffad98;
}
.ribbon{
  font-size: 44px;
  text-align: center;
  padding: 3px 0 10px;
  letter-spacing: 0.1em;
}
.ribbon.yellow{
  background-image: url(../images/nameboard/ribbon-y.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.product-list{
  display: flex;
  flex-wrap: wrap;
}
.ranking-sec .product-list{
  margin-top: 40px;
}
.product-list li{
  border-radius: 5px;
}
.product-list li a{
  display: block;
  position: relative;
}
.product-list.icon li a::after{
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  top: -11%;
  left: -10%;
  width: 80px;
  height: 80px;
  z-index: 1;
}
.product-list.icon li:nth-of-type(1) a::after{
  background-image: url(../images/nameboard/ranking1.svg);
}
.product-list.icon li:nth-of-type(2) a::after{
  background-image: url(../images/nameboard/ranking2.svg);
}
.product-list.icon li:nth-of-type(3) a::after{
  background-image: url(../images/nameboard/ranking3.svg);
}
.product-list.icon li:nth-of-type(4) a::after{
  background-image: url(../images/nameboard/ranking4.svg);
}
.product-price{
  color: #df6361;
  text-align: right;
  margin-top: 15px;
}
.product-price span{
  font-size: 0.8em;
}
.deco-ttl{
  font-weight: 700;
  text-align: center;
  font-size: 45px;
}
.ranking-sec .deco-ttl{
  margin-top: 90px;
}
.deco-ttl .deco{
  position: relative;
  display: inline-block;
}
.deco-ttl .deco::before{
  content: '';
  background-image: url(../images/nameboard/balloon-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 100%;
}
.deco-ttl .deco::after{
  content: '';
  background-image: url(../images/nameboard/balloon-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 100%;
}
.deco-ttl .red{
  padding: 0 20px;
  color: #df6361;
  position: relative;
  z-index: 1;
}
.deco-ttl .red::after{
  content: '';
  border-radius: 50%;
  background-color: #fff;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.feature-list{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
}
.feature-list li{
  width: 32%;
}
.ribbon.pink{
  background-image: url(../images/nameboard/ribbon-p.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1440px) {
  .ribbon{
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 1024px) {
  .deco-ttl{
    font-size: 22px;
  }
  .deco-ttl .deco::before,
  .deco-ttl .deco::after{
    width: 55px;
    height: 55px;
  }
  .deco-ttl .red{
    padding: 0 15px;
  }
  .deco-ttl .red::after{
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 768px) {
  .product-list li{
    width: 23.5%;
    background-color: #fff;
    padding: 0 7px;
  }
  .product-list li:not(:nth-of-type(4n)){
    margin-right: 2%;
  }
  .product-list li:nth-of-type(n+5){
    margin-top: 40px;
  }
  .product-name{
    font-size: 15px;
  }
  .product-price{
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
	.ranking-sec .product-list{
    margin-top: 30px;
  }
  .ranking-sec .deco-ttl{
    margin-top: 60px;
  }
  .subttl{
    font-size: 18px;
  }
  .ranking-sec{
    padding: 60px 0;
  }
  .ribbon{
    font-size: 20px;
    max-width: 370px;
    margin: 0 auto;
    font-weight: 700;
    padding: 6px 0 10px;
  }
  .ribbon.yellow{
    background-image: url(../images/nameboard/ribbon-y-sp.svg);
    background-repeat: no-repeat;
  }
  .product-area .product-list{
	  margin-top: 22px;
  }
  .product-list li{
    width: 48%;
    background-color: #fff;
    padding: 0 7px;
  }
  .product-list li:nth-of-type(2n){
    margin-left: 4%;
  }
  .product-list li:nth-of-type(n+3){
    margin-top: 14px;
  }
  .product-list.icon li a::after{
    top: -13%;
    left: -18%;
  }
  .feature-list{
    width: 80%;
    margin: 20px auto 0;
  }
  .feature-list li{
    width: 100%;
  }
  .feature-list li:nth-of-type(n+2){
    margin-top: 15px;
  }
  .ribbon.pink{
    background-image: url(../images/nameboard/ribbon-p-sp.svg);
    background-repeat: no-repeat;
  }
  .ranking-sec{
    background-size: 350px;
  }
}
/* おすすめアイテム */
.recommend-sec{
  background-image: url(../images/nameboard/bg07.png);
  background-repeat: repeat;
  background-size: 700px;
  position: relative;
  background-color: #fbde7d;
  padding: 100px 0;
}
.ribbon .red{
  padding: 0 6px;
  color: #df6361;
  position: relative;
  z-index: 1;
}
.ribbon .red::after{
  content: '';
  border-radius: 50%;
  background-color: #fff;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.recommend-list li:first-child{
	margin-top: 60px;
}
.recommend-list li{
  margin-top: 80px;
}
.recommend-img-txt{
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
.recommend-img-txt span{
  background-image: url(../images/nameboard/recommend-back.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 7px 16px 13px;
}
.recommend-img{
  margin-top: -40px;
}
.recommend-bx{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: 40px auto 0;
}
.recommend-subttl{
  font-size: 20px;
  padding-bottom: 7px;
  letter-spacing: 0.1em;
  margin: 0;
  display: inline-block;
  background-image : linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 8px);  /* 幅2の線を作る */
  background-size: 16px 3px;          /* グラデーションの幅・高さを指定 */
  background-position: left bottom;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
}
.recommend-ttl{
  font-size: 35px;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 1;
  margin: 10px 0;
}
.recommend-ttl span{
  font-size: 14px;
  white-space: nowrap;
  display: inline-block;
}
.recommend-price{
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #df5852;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}
.recommend-btn a{
  background-image: url(../images/nameboard/recommend-btn.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 240px;
  display: block;
  padding: 15px 0 17px;
  text-align: center;
  font-weight: bold;
}
.recommend-btn a span{
  background-image: url(../images/nameboard/arrow.svg);
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center right;
  padding-right: 1.1em;
}
.recommend-sec .deco-ttl{
  margin-top: 80px;
}
.link-list{
  max-width: 1150px;
  margin: 50px auto 0;
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.link-list li{
  width: 48%;
}
@media screen and (max-width: 1440px) {
  .ribbon .red::after{
    width: 4.1vw;
    height: 4.1vw;
  }
}
@media screen and (min-width: 768px) {
  .recommend-subimg{
    width: 300px;
    margin-right: 30px;
  }
  .recoomend-txt{
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .recommend-sec{
    padding: 60px 0px;
  }
  .recommend-list li:first-child{
    margin-top: 30px;
  }
  .recommend-list li{
    margin-top: 50px;
  }
  .recommend-img-txt {
    font-size: 20px;
  }
  .recommend-img{
    margin: -25px auto 0;
    max-width: 350px;
  }
  .recommend-bx{
    flex-direction: column;
    margin-top: 0px;
  }
  .recommend-subimg{
    width: 180px;
    margin: 20px 0;
  }
  .recommend-txt-bx{
    text-align: center;
  }
  .recommend-subttl{
    font-size: 14px;
  }
  .recommend-ttl{
    font-size: 26px;
  }
  .recommend-price{
    font-size: 23px;
    margin: 7px 0;
  }
  .recommend-price span{
	  font-size: 0.8em;
  }
  .recoomend-txt{
    display: inline-block;
    text-align: left;
  }
  .recommend-btn a{
    margin: 15px auto;
    width: 200px;
    padding: 9px 0 15px;
  }
  .recommend-sec .deco-ttl{
    margin-top: 40px;
  }
  .link-list{
    margin-top: 30px;
    max-width: 300px;
  }
  .link-list li{
    width: 100%;
  }
  .link-list li:nth-of-type(2){
    margin-top: 20px;
  }
  .ribbon .red::after{
    width: 32px;
    height: 32px;
  }
  .recommend-sec{
    background-size: 350px;
  }
}
/* 商品エリア */
.product-area{
  background-image: url(../images/nameboard/bg07.png);
  background-repeat: repeat;
  background-size: 700px;
  position: relative;
  background-color: #f5e1cb;
  padding: 100px 0;
}
.product-area-txt{
  text-align: center;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
.product-area .product-list{
  margin-top: 30px;
}
.product-area h2:nth-of-type(2){
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .product-area-txt{
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .product-area{
    padding: 60px 0;
  }
}
/* 選ばれる理由 */
.reason-sec{
  padding-top: 80px;
}
.reason-list{
  max-width: 1150px;
  width: 95%;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reason-list li{
  width: 32%;
}
@media screen and (max-width: 767px) {
  .reason-sec{
    padding-top: 50px;
  }
  .reason-list{
    max-width: 350px;
    margin-top: 30px;
  }
  .reason-list li{
    width: 100%;
  }
  .reason-list li:nth-of-type(n+2){
    margin-top: 20px;
  }
  .product-area{
    background-size: 350px;
  }
}
/* カスタマー */
.customer-sec{
  padding-bottom: 20px;
  position: relative;
}
.customer-sec::before{
  background-image: url(../images/nameboard/bg06.png);
  background-repeat: repeat;
  background-size: 200px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 10%;
  height: 100%;
  z-index: -1;
}
.customer-sec::after{
  background-image: url(../images/nameboard/bg06.png);
  background-repeat: repeat;
  background-size: 200px;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 10%;
  height: 100%;
  z-index: -1;
}
.customer-txt{
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 80px 0;
}
.subttl .blue-bg{
  display: inline-block;
  background-color: #b5dde1;
  border-radius: 50px;
  margin-top: 120px;
  position: relative;
}
.subttl .blue-bg::after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #b5dde1;
}
.order-txt{
  background-color: #f8f7f0;
  padding: 50px 30px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin-top: 30px;
}
.order-txt p:nth-of-type(n+2){
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .subttl .blue-bg{
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .customer-txt{
    font-size: 16px;
    margin: 40px 0;
  }
  .subttl .blue-bg{
    padding: 0 30px;
    margin-top: 60px;
  }
  .order-txt{
    padding: 30px;
  }
  .order-txt p:nth-of-type(n+2){
    margin-top: 25px;
  }
  .customer-sec::before,
  .customer-sec::after{
    background-size: 100px;
  }
}
@media screen and (min-width: 768px){
  .nameboard-bread{
    margin: 0 auto 20px;
  }
}
