@charset "UTF-8";

/* テンプレート修正 */
#d_container .wrap {
  width: 100%;
}
#d_topic_path {
  width: 990px;
  margin: 0 auto 20px;
}


.limone_20240405 {
  text-align: center;
  color: #333;
}
.limone_20240405 *,
.limone_20240405 *:after,
.limone_20240405 *:before {
  box-sizing: border-box;
}
.limone_20240405 a {
  text-decoration: none;
  transition: opacity 0.4s;
}
.limone_20240405 a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.limone_20240405 .contents_inner {
  margin: 0 auto;
}
.limone_20240405 .alignL {
  text-align: left !important;
}

/* mv */

.limone_20240405 .mv_visual {
	background-color: #c60070;
	height: 88px;
}


.limone_20240405 .mv_visual h2{
	position: relative;
	margin: 0 auto;
	width: 990px;
}

.limone_20240405 .mv_visual h2 img{
	position: absolute;
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}



.limone_20240405 h1 img{
	margin: 30px auto;
	text-align: center;
}



.limone_20240405 .mv .contents_inner .mv_lead{
  font-size: 28px;
  color: #c60070;
  font-weight: bold;
}

/* shop */
.limone_20240405 .shop {
  margin-bottom: 60px;
}




.limone_20240405 .shop .shop_hl {
  color: #fff;
  font-size: 30px;
  background-color: #D74C9A;
  padding: 25px 0;
  font-weight: normal;
  margin-bottom: 60px;
}
.limone_20240405 .shop .info{
  width: 990px;
  margin: 0 auto;
}
.limone_20240405 .shop .info p{
  font-size: 20px;
  line-height: 40px;
}
.limone_20240405 .shop a{
  display: block;
}
.limone_20240405 .shop .shop_link a{
  display: inline-block;
  color: #c60070;
  font-size: 20px;
  margin-top: 30px;	
  text-decoration: underline;
}
.limone_20240405 .shop .shop_link a:hover{
  text-decoration: none;
}
.limone_20240405 .shop .access{
  margin-top: 60px;
}

.limone_20240405 .shop .access h3{
  color: #c60070;
  font-size: 30px;
  margin-bottom: 30px;
}

.limone_20240405 .shop .access h4{
  color: #c60070;
  font-size: 20px;
  margin-bottom: 3px;
}
.limone_20240405 .shop .access p{
  font-size: 18px;
}

/* howto */
.limone_20240405 .howto {
  margin: 60px 0;
}
.limone_20240405 .howto .contents_inner {
  width: 990px;
}
.limone_20240405 .howto .section_txt{
  font-size: 20px;
  margin: 55px auto 65px;
}
.limone_20240405 .howto .unit_howto{
  display: flex;
}
.limone_20240405 .howto .unit_howto dl {
  border-right: 1px dashed #c60070;
  width: calc((100% - (1px * 2)) / 3);	
}
.limone_20240405 .howto .unit_howto dl:last-of-type{
  border-right: none;
}
.limone_20240405 .howto .unit_howto dd{
  font-size: 17px;
  font-weight: bold;
  line-height: 28px;
  color: #c60070;
  margin-top: 35px;
  padding: 0 2rem;	
}

/* category */
.limone_20240405 .category {
  background-color: #D74C9A;
  padding: 30px 0;
}
.limone_20240405 .category .ttl{
  width: 990px;
  margin: 0 auto 30px;
}

.limone_20240405 .category .ttl h3{
  font-size: 37px;
  font-weight: normal;
  color: #fff;
}

.limone_20240405 .category .ttl h3 span{
  font-size: 30px;
}
.limone_20240405 .category .ttl p{
  font-size: 20px;
  color: #fff;
  margin: 60px auto 45px;
}

.limone_20240405 .category .date h4{
  font-size: 26px;
  color: #333;
  background-color: #fff;
  padding: 30px 0;
}

.limone_20240405 .category .unit_category{
  padding: 40px 0 10px;
}


.limone_20240405 .category .unit_category ul{
  display: flex;
  justify-content: space-between;
  width: 990px;
  margin: 0 auto;
  padding: 0;
}


.limone_20240405 .category .unit_category ul .navi-txt{
  font-size: 18px;
  margin-bottom: 1.6rem;	
}


.limone_20240405 .category .unit_category ul .navi-txt .navi-txt_bubble {
    background: #FCFCEC;
    border: 2px solid #D74C9A;
    padding: 15px;
    position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 26px;
	border-radius: 10px;
}
.limone_20240405 .category .unit_category ul .navi-txt .navi-txt_bubble::before,
.limone_20240405 .category .unit_category ul .navi-txt .navi-txt_bubble::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 10px 0px 10px;
    position: absolute;
    left: calc(50% - 5px);
}
.limone_20240405 .category .unit_category ul .navi-txt .navi-txt_bubble::before {
    border-color: #D74C9A transparent transparent transparent;
    bottom: -16px;
}
.limone_20240405 .category .unit_category ul .navi-txt .navi-txt_bubble::after {
    border-color: #FCFCEC transparent transparent transparent;
    bottom: -12px;
}


.limone_20240405 .category .unit_category .check {
    margin-top: 1.6rem;
	font-size:  20px;
}


.limone_20240405 .category .unit_category ul li{
    position: relative;
}


.limone_20240405 .category .unit_category ul li::after {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: solid 2px #c60070;
    border-right: solid 2px #c60070;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: rotate(45deg) translate(-50%);
}




.limone_20240405 .category li{
  background-color: #fff;
  border-radius: 10px;
  width: calc((100% - 20px) / 3);	
  align-items: center;
  padding: 1.6rem 0;	
}
.limone_20240405 .category li a{
  font-weight: bold;
  font-size: 18px;
  color: #c60070;
  box-sizing: border-box;
  height: 100%;	
}
.limone_20240405 .category .unit_category.update1129 ul li a{
  text-align: left;
}


/* item */

.limone_20240405 .item .contents_inner{
  width: 990px;
  display: flex;
  flex-wrap: wrap;
  margin: 60px auto;	
}

.limone_20240405 .item{
  margin-top: 30px;
}
.limone_20240405 .item h3{
  color: #fff;
  background-color: #c60070;
  font-weight: normal;
  font-size: 24px;
  padding: 20px 0;
}
.limone_20240405 .item h4{
  color: #c60070;
  font-size: 24px;
  margin: 45px auto;
}


.limone_20240405 .item .unit_item{
  width: calc((100% - 20px) / 2);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 30px 30px 30px 20px;
  background-color: #f5f3f1;
  margin-bottom: 25px;	
}


.limone_20240405 .item .unit_item:not(:nth-child(2n)) {
  margin-right: 20px;
}


.limone_20240405 .item .unit_item .brand {
    font-size: 15px;
    line-height: 25px;
    margin-top: 15px;
	font-weight: bold;
}

.limone_20240405 .item .unit_item .text {
    font-size: 15px;
    line-height: 25px;
    margin-top: 5px;
	font-weight: bold;
}

.limone_20240405 .item .unit_item .price {
    font-size: 15px;
    line-height: 25px;
    margin-top: 5px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #c60070;
}



.limone_20240405 .item .unit_item .detail {
    background-color: #fff;
	border-radius: 8px;
	padding: 1rem 1rem 30px 1rem;
}



.limone_20240405 .item .unit_item .detail .advice {
	width: 100%;
    background-size: contain;
    height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.limone_20240405 .item .unit_item .detail .advice01 {
    background: url(/ec/shop/images/campaign/20240405_limone/advice01.jpg) no-repeat bottom center;
}

.limone_20240405 .item .unit_item .detail .advice02 {
    background: url(/ec/shop/images/campaign/20240405_limone/advice02.jpg) no-repeat bottom center;
}

.limone_20240405 .item .unit_item .detail .advice03 {
    background: url(/ec/shop/images/campaign/20240405_limone/advice03.jpg) no-repeat bottom center;
}

.limone_20240405 .item .unit_item .detail .advice04 {
    background: url(/ec/shop/images/campaign/20240405_limone/advice04.jpg) no-repeat bottom center;
}

.limone_20240405 .item .unit_item .detail .advice05 {
    background: url(/ec/shop/images/campaign/20240405_limone/advice05.jpg) no-repeat bottom center;
}

.limone_20240405 .item .unit_item .detail .advice06 {
    background: url(/ec/shop/images/campaign/20240405_limone/advice06.jpg) no-repeat bottom center;
}

.limone_20240405 .item .unit_item .detail .advice07 {
    background: url(/ec/shop/images/campaign/20240405_limone/advice07.jpg) no-repeat bottom center;
}

.limone_20240405 .item .unit_item .detail .advice08 {
    background: url(/ec/shop/images/campaign/20240405_limone/advice08.jpg) no-repeat bottom center;
}

.limone_20240405 .item .unit_item .detail .advice09 {
    background: url(/ec/shop/images/campaign/20240405_limone/advice09.jpg) no-repeat bottom center;
}

.limone_20240405 .item .unit_item .detail .advice10 {
    background: url(/ec/shop/images/campaign/20240405_limone/advice10.jpg) no-repeat bottom center;
}



.limone_20240405 .item .unit_item .detail .advice.line {
  height: 60px;
}

.limone_20240405 .item .unit_item .detail p {
  text-align: left;
  font-size: 15px;
  line-height: 25px;
  padding: 15px 0;
}

.limone_20240405 .item .unit_item .detail p .small{
    font-size: 12px;
}


.limone_20240405 .item .unit_item .detail p.editor {
  font-weight: bold;
  padding-top: 15px;
  padding-left: 3rem;	
}

.limone_20240405 .item .unit_item .detail p.editor span {
  font-size: 20px;
  margin-left: 0.2rem;    
}


.limone_20240405 .item .unit_item .detail p.editor_txt {
  border-bottom: 1px dashed #c60070;	
}


.limone_20240405 .item .unit_item .buy{
  height: 65px;
  margin-top: 30px;
}
.limone_20240405 .item .unit_item .buy a{
  display: block;
  margin: 0 auto;	
  width: 240px;
  height: 65px;
  color: #fff;
  font-size: 18px;
  background-color: #920454;
  border-radius: 8px;
  padding-top: 20px;
}


/*pc sp切り替え*/

.limone_20240405 .pc {
  display: block;
}
.limone_20240405 .sp {
  display: none;
}


/* ******************************** 以下SP ********************************* */
#news #d_topic_path {
  margin: 0 auto 10px;
  width: auto;
}

.limone_20240405_sp * {
  box-sizing: border-box;
}
.limone_20240405_sp .pc {
  display: none;
}
.limone_20240405_sp .sp {
  display: block;
}


.limone_20240405_sp h1 img {
    margin: 0 auto;
}

.limone_20240405_sp .mv_visual h2 {
    width: 100%;
}

.limone_20240405_sp .shop {
  width: 100%;
}


.limone_20240405_sp .contents_inner {
    width: 100%;
}



.limone_20240405_sp .shop .info,
.limone_20240405_sp .category .ttl {
    width: 100%;
}


.limone_20240405_sp .item .contents_inner {
    width: 335px;
	display: block;
	margin: 30px auto;
}


.limone_20240405_sp .item .unit_item .detail .advice {
    background-size: contain;
}


.limone_20240405_sp .shop .shop_hl {
  font-size: 18px;
  margin-bottom: 30px;	
}


.limone_20240405_sp .shop .info p {
    font-size: 14px;
    line-height: 26px;
	padding: 0 4%;
}


/* howto */
.limone_20240405_sp .howto {
  margin: 25px 0 40px;
}
.limone_20240405_sp .howto .contents_inner {

}
.limone_20240405_sp .howto_hl {
  background-color: #c60070;
  padding: 20px 0 15px;
}
.limone_20240405_sp .howto_hl div{
  margin: 0 auto;
}
.limone_20240405_sp .howto_hl div img{
  margin-bottom: 5px;
  width: 90px;
}
.limone_20240405_sp .howto_hl p{
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.limone_20240405_sp .howto .section_txt{
  font-size: 16px;
  margin: 25px auto
  ;
}
.limone_20240405_sp .howto .unit_howto{
  display: block;	
  max-width: 384px;
  padding: 0 20px;
  margin: 0 auto;
}


.limone_20240405_sp .howto .unit_howto dl {
  display: flex;
  border-top: 1px dotted #c60070;
  border-right: 0;	
  align-items: center;
  width: 100%;	
}
.limone_20240405_sp .howto .unit_howto dl:last-of-type{
  border-bottom: none;
  padding: 13px 0 0 0;
}
.limone_20240405_sp .howto .unit_howto dl:first-of-type dt,
.limone_20240405_sp .howto .unit_howto dl:nth-of-type(2) dt{
  margin-top: -7px;
}
.limone_20240405_sp .howto .unit_howto dl:last-of-type dt{
  margin-top: 0;
}
.limone_20240405_sp .howto .unit_howto dl dt,
.limone_20240405_sp .howto .unit_howto dl dd{
  width: 50%;
}
.limone_20240405_sp .howto .unit_howto dl dt img{
  width: 100%;
}

.limone_20240405_sp .howto .unit_howto dl:nth-of-type(2) {
  flex-direction: row-reverse;
}

.limone_20240405_sp .howto .unit_howto dd{
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  color: #c60070;
  margin: 0;
  text-align: left;
  padding: 0 2px 0 10px;
  width: 50%;	
}
@media screen and (max-width: 360px) {
  .limone_20240405_sp .min-width{
    display: none;
  }

  .limone_20240405_sp .howto .unit_howto dd{
    font-size: 13px;
    padding: 0 2px 0 5px;
  }
}

/* category */
.limone_20240405_sp .category .ttl{
  width: 100%;
}

.limone_20240405_sp .category .unit_category{
  padding: 24px 10px 15px;
}


.limone_20240405_sp .category .unit_category ul{
  width: 100%;
  flex-direction: column;
}

.limone_20240405_sp .category .unit_category ul .navi-txt{
  margin-bottom: 0;	
}

.limone_20240405_sp .category .unit_category ul .navi-txt .navi-txt_bubble {
  border-width: 1px;
  padding: 12px 0px;
	margin: 0;
	border-radius: 5px;
  color: #C60070;
  line-height: 1.57;
  font-size: 14px;
  width: calc(100% - 5px);
  margin-left: 5px;
  min-height: 116px;
}

.limone_20240405_sp .category .unit_category ul .navi-txt .navi-txt_bubble::before,
.limone_20240405_sp .category .unit_category ul .navi-txt .navi-txt_bubble::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0px 7px;
    position: absolute;
    left: calc(50% - 2px);
}

.limone_20240405_sp .category .unit_category ul .navi-txt .navi-txt_bubble::before {
  border-color: #D74C9A transparent transparent transparent;
  bottom: auto;
  left: -11px;
  transform: rotate(90deg);
}

.limone_20240405_sp .category .unit_category ul .navi-txt .navi-txt_bubble::after {
  border-color: #FCFCEC transparent transparent transparent;
  bottom: auto;
  left: -9.5px;
  transform: rotate(90deg);
}

.limone_20240405_sp .category li{
  border-radius: 5px;
  width: 100%;
  padding: 10px;
}

.limone_20240405_sp .category li:not(:last-child){
  margin-bottom: 6px;
}

.limone_20240405_sp .category li:nth-child(2n) .navi-txt .navi-txt_bubble {
  margin-left: 0;
}

.limone_20240405_sp .category li:nth-child(2n) .navi-img {
  padding: 0 16px 0 34px;
}

.limone_20240405_sp .category li:nth-child(2n) .navi-txt .navi-txt_bubble::before {
  left: auto;
  right: -11px;
  transform: rotate(270deg);
}

.limone_20240405_sp .category li:nth-child(2n) .navi-txt .navi-txt_bubble::after {
  left: auto;
  right: -10px;
  transform: rotate(270deg);
}

.limone_20240405_sp .category li .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.limone_20240405_sp .category .unit_category .check {
    margin-top: 1rem;
	margin-bottom: 1rem;
    font-size: 16px;
	color: #c60070;
}


.limone_20240405_sp .category li .flex .navi-txt {
  width: calc(50% + 2px);
}

.limone_20240405_sp .category li .flex .navi-img {
  width: calc(50% - 2px);
}

.limone_20240405_sp .category li:nth-child(2n - 1) .flex{
  flex-direction: row-reverse;
}

.limone_20240405_sp .category .navi-img {
  padding: 0 34px 0 16px;
}

@media screen and (max-width: 360px) {
  .limone_20240405_sp .category .unit_category ul .navi-txt .navi-txt_bubble {
    padding: 12px 2px;
    font-size: 11.5px;
  }

  .limone_20240405_sp .category li {
    padding: 5px;
  }

  .limone_20240405_sp .category .navi-img {
    padding: 0 24px 0 6px;
  }

  .limone_20240405_sp .category li:nth-child(2n) .navi-img {
    padding: 0 6px 0 24px;
  }
}

.limone_20240405_sp .item .unit_item .detail {
	padding-top: 5px;
}

.limone_20240405_sp .category .unit_category {
    width: 100%;
}


.limone_20240405_sp .item .unit_item {
	padding: 20px;
	width: 335px;
}


.limone_20240405_sp .item .unit_item:not(:nth-child(2n)) {
    margin-right: 0;
}


.limone_20240405_sp .item .unit_item .detail .advice {
	width: 100%;
    background-size: contain;
    height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.limone_20240405_sp .item .unit_item .detail .advice01 {
    background: url(/ec/shop/images/campaign/20240405_limone/advice01_sp.jpg) no-repeat bottom center;
	background-size: contain;
}

.limone_20240405_sp .item .unit_item .detail .advice02 {
    background: url(/ec/shop/images/campaign/20240405_limone/advice02_sp.jpg) no-repeat bottom center;
	background-size: contain;
}

.limone_20240405_sp .item .unit_item .detail .advice03 {
    background: url(/ec/shop/images/campaign/20240405_limone/advice03_sp.jpg) no-repeat bottom center;
	background-size: contain;
}

.limone_20240405_sp .item .unit_item .detail .advice04 {
    background: url(/ec/shop/images/campaign/20240405_limone/advice04_sp.jpg) no-repeat bottom center;
	background-size: contain;
}

.limone_20240405_sp .item .unit_item .detail .advice05 {
    background: url(/ec/shop/images/campaign/20240405_limone/advice05_sp.jpg) no-repeat bottom center;
	background-size: contain;
}

.limone_20240405_sp .item .unit_item .detail .advice06 {
    background: url(/ec/shop/images/campaign/20240405_limone/advice06_sp.jpg) no-repeat bottom center;
	background-size: contain;
}

.limone_20240405_sp .item .unit_item .detail .advice07 {
    background: url(/ec/shop/images/campaign/20240405_limone/advice07_sp.jpg) no-repeat bottom center;
	background-size: contain;
}

.limone_20240405_sp .item .unit_item .detail .advice08 {
    background: url(/ec/shop/images/campaign/20240405_limone/advice08_sp.jpg) no-repeat bottom center;
	background-size: contain;
}

.limone_20240405_sp .item .unit_item .detail .advice09 {
    background: url(/ec/shop/images/campaign/20240405_limone/advice09_sp.jpg) no-repeat bottom center;
	background-size: contain;
}

.limone_20240405_sp .item .unit_item .detail .advice10 {
    background: url(/ec/shop/images/campaign/20240405_limone/advice10_sp.jpg) no-repeat bottom center;
	background-size: contain;
}


.limone_20240405_sp .item .unit_item .detail p.editor {
    padding-left: 4.2rem;
}

.limone_20240405_sp .shop {
    margin-bottom: 30px;
}

.limone_20240405_sp .shop .access {
    margin-top: 30px;
}

.limone_20240405_sp .shop .access h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.limone_20240405_sp .shop .access h4 {
    font-size: 14px;
    margin-bottom: 8px;
}

.limone_20240405_sp .shop .access p{
  font-size: 14px;
}


.limone_20240405_sp .shop .shop_link a {
    font-size: 14px;
    margin-top: 15px;
}


.limone_20240405_sp .category {
    padding: 24px 0 0;
}


.limone_20240405_sp .category .ttl {
    margin: 0 auto 20px;
}

.limone_20240405_sp .category .ttl h3 {
    font-size: 18px;
}


.limone_20240405_sp .category .date h4 {
    font-size: 18px;
    padding: 20px 0;
}


.limone_20240405_sp .item h3 {
    font-size: 18px;
    padding: 20px 0;
}


