@charset "UTF-8";
 /**************css追加*****************************/
html,body {
	overflow-x: hidden;
	scroll-behavior: smooth;
}
/************ PC、SP画像切り替え ****************/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
/************ 下向き矢印 ****************/		
.dli-chevron-down {
	position: absolute;
    top: 45%;
    right: 30px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0.5em;
    height: 0.5em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    }	
/************ アンカーリンク ****************/
.anchor_link {
	padding: 0;
    padding-bottom: 40px;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex;
	flex-wrap: wrap;
    gap: 20px;
	padding-top: 20px;
	justify-content: center;
}
.anchor_link ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.anchor_link > li {
    display:  inline-block;     /* インラインブロック要素にする */
    vertical-align:  middle;    /* 要素を上下中央で揃える */
    width: 30%;
}
.anchor_link > li > a {
    position: relative;
    color: #fff;
    background-color: #EA7EA2;
    text-decoration: none;
    display: inline-block;
    padding: 15px 30px;
    width: 100%;
    border-radius: 100px;
}
  .fl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  main img{
    width: 100%;
  }

  
  
.attention p{
    margin: 60px 0;
    font-size: 2rem;
    color: #E50000;
    line-height: 2;
    text-align: center;
}
/************ タイトル ****************/
.title_name{
  margin-bottom: 30px;
	position: relative;
}
.title_name p{
	padding-bottom: 20px;
    font-size: 3.4rem;
    text-align: center;
    line-height: 1;
}
  .title_name:after{
    display: block;
    content: '';
    background: url(https://gigaplus.makeshop.jp/agemochiya/img/nanairo/deco.png) no-repeat;
    background-size: contain;
    width: 46px;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  /************ おかき紹介 ****************/
  .type-block{
    margin: 0 0 100px;
    padding: 70px 0;
    background: #F2F2E7;
    border-radius: 10px;
  }
  .type-fl{
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
  }
  .type-item{
    width: 46%;
    margin-bottom: 45px;
  }
  .type-item .img-wrap{
    width: 37%;
  }
  .type-item .txt-wrap{
    width: 55.5%;
    padding-top: 5px;
  }
  .type-item .t-name{
    padding-bottom: 10px;
    font-size: 2.4rem;
  }
  .type-item.type-item1 .t-name{
    color: #0A799B;
  }
  .type-item.type-item2 .t-name{
    color: #BCA521;
  }
  .type-item.type-item3 .t-name{
    color: #8CAA3E;
  }
  .type-item.type-item4 .t-name{
    color: #009F73;
  }
  .type-item.type-item5 .t-name{
    color: #955CA3;
  }
  .type-item.type-item6 .t-name{
    color: #002C58;
  }
  .type-item.type-item7 .t-name{
    color: #E46C82;
  }

  /************ ラインナップ ****************/
  .lineup-fl{
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
  }
  .lineup-item{
    width: 48.3%;
    margin: 0 0 40px;
    padding: 40px 0;
    background: #fff;
    border-radius: 10px;
  }
  .lineup-item .img-wrap{
    width: 85%;
    max-width: 360px;
    margin: 0 auto 40px;
  }
  .lineup-item .txt-wrap{
    width: 85%;
    max-width: 430px;
    margin: 0 auto;
  }
  .lineup-item .txt-wrap > *{
    color: #333;
    font-family: "Noto Sans JP";
  }
.lineup-item .l_name{
    font-size: 2.2rem;
    text-align: left;
    padding: 0 0 10px;
    line-height: 1.7;
}
.lineup-item .l_txt{
    border-top: 2px dotted #333;
	  font-size: 1.6rem;
    text-align: left;
    padding: 20px 0;
}
  .lineup-item .l_exp{
    margin-bottom: 15px;
    padding: 20px;
    background: #F7F7F3;
    color: #797979;
    font-size: 1.6rem;
  }
/*.lineup-item .l_btn{
	background-color: #74DDC0;
	border-radius: 100px;
	padding: 10px;
	color: #fff;
	width: 80%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 10px;
}*/
.lineup-item .l_price{
	font-size: 3rem;
}
.lineup-item .l_price span{
	font-size: 1.6rem;
	padding-left: 10px;
}
/************ 商品詳細ボタン追加 ****************/
.btn{
	background-color: #47C69F;
    border-radius: 100px;
    padding: 10px;
    width: 60%;
    margin: 0 auto;
    font-family: "Noto Sans JP";
    font-size: 14px;
    text-align: center;	
	margin-top: 30px;
}
.btn a{
	color: #fff !important;
}

@media screen and (max-width: 768px) {
.attention p {
    font-size: 1.7rem;
  line-height: 1.7;
  }
  .title_name p {
    font-size: 2.6rem;
  }
  .type-block {
    padding: 50px 0 0;
  }
  .type-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .type-item .img-wrap {
    width: 80%;
  }
  .type-item .txt-wrap {
    width: 100%;
    padding-top: 0;
  }
  .type-item .t-name {
    padding-bottom: 5px;
    font-size: 1.7rem;
  }
  .lineup-item {
    width: 100%;
    padding: 30px 0;
  }
  .lineup-item .img-wrap {
    margin: 0 auto 20px;
  }
  .lineup-item .l_name {
    font-size: 2rem;
  }
  .lineup-item .l_txt{
	  font-size: 1.5rem;
  }
  .lineup-item .l_exp {
    font-size: 1.4rem;
  }
  .lineup-item .l_price {
    font-size: 2.5rem;
  }
  .lineup-item .l_price span {
    font-size: 1.4rem;
  }
}/*768px*/

