@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Liter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/*==================================================

リセットCSS

===================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 62.5%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*==================================================

コンテンツ

===================================================*/
html{
    font-size: 62.5%;
    /* overflow-x: hidden; */
}
body{
	font-family: "Noto Sans JP","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	line-height: 1.6;
	font-size: 1.5rem;
	letter-spacing: 0.06em;
	color: #656565;
  /* overflow-x: hidden; */
}
a{
    text-decoration: none;
    cursor: pointer;
	transition: 0.3s;
}
a:hover{
    opacity: 0.7;
}
.font{
	font-family: "Liter", "Noto Sans JP", sans-serif;
}
.serif{
	font-family: "Noto Serif JP", serif;
}
.pc{
    display:block;
}
.pc{
	display: block;
}
.sp{
    display:none;
}
.flex{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:  space-between;
    justify-content: space-between;
}
main{
	position: relative;
  overflow-x: hidden;
  /* overflow: clip; */
}
.inner{
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
}
.center{
	text-align: center;
}
.menu-list > li > a::before,
.menu-list > li > a::after {
  position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.item-list-ranking .item-list-item::before,
.item-list-ranking .item-list-item::after {
  transform: none;/* before、afterに指定されたposition値をリセット（ランキング） */
}
.item-list-item-img .is_soldout::before,
.item-list-item-img .is_soldout::after {
  transform: none; /* before、afterに指定されたtransformをリセット（商品棚） */
}
@media screen and (max-width: 767px) {
.footer-categories .footer-categories-title::before,
.footer-categories .footer-categories-title::after,
.footer-pages .footer-pages-title::before,
.footer-pages .footer-pages-title::after {
  left: initial; /* before、afterに指定されたtransformを上書き修正（SPフッター） */
  }
}
/*サイドメニュー*/
.feature-sidemenu{
    width: 200px;
    background: #fff;
    position: fixed;
    left: -200px;
    transition: 0.3s;
    z-index: 2;
    border: 1px solid #DB488D;
    border-radius: 0px 10px 10px 0;
    padding: 14px;
    box-sizing: border-box;
    bottom: 0;
}
.feature-sidemenu.open {
    left: 0;
    transition: 0.3s;
}
.menu-list {
    width: 100%;
}
button.feature-sidemenu-toggle {
	border: none; 
	outline: none; 
	width: 36px;
	height: 41px;
	background:#DB488D;
	cursor: pointer;
	position: absolute;
	top: 44%;
	left: 200px;
	border-radius: 0 5px 5px 0;
}
button.feature-sidemenu-toggle.open{
    left: 200px;	
}
button.feature-sidemenu-toggle:after {
  position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

  content: "";
  background-image: url("../img/toggle.svg");
  width: 22px;
  height: 17px;
}
button.feature-sidemenu-toggle.open:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  content: "";
  background-image: url("../img/toggle.svg");
  width: 22px;
  height: 17px;
}
.feature-sidemenu .ttl{
	font-size: 1.9rem;
    color: #DB488D;
    text-align: center;
    line-height: 1;
	margin-bottom: 15px;
}
.feature-sidemenu .menu-list li{
    margin-bottom: 4px;
}
.feature-sidemenu .menu-list li a{
    font-size: 1.4rem;
    color: #656565;
    font-weight: 400;
    line-height: 1.6;
    display: block;
    padding-left: 10px;	
	position: relative;
}
.feature-sidemenu .menu-list li a:after{
	content: "";
	background-image: url("../../img/arrow_menu.svg");
	width: 7px;
	height: 11px;
	left: 0;
	top: 11px;
	background-repeat: no-repeat;
}
/*背景の線*/
.sec{
	position: relative;
	margin: 80px auto;
}
.sec1{
	margin-top: 0px;
}
.sec .line{
    position: absolute;
    margin: 0 auto;
    z-index: -1;
}
.sec .gradation{
    position: absolute;
    margin: 0 auto;
    z-index: -1;
}
/*リンクボタン*/
main .more_btn{
    position: absolute;
    top: 20px;
    right: 0;
}
main .more{
	font-family: "Liter", "Noto Sans JP", sans-serif;
	display: block;
	width: 200px;
	border: 1px solid #656565;
	position: relative;
	text-align: center;
	color: #656565;
	padding: 12px;
	letter-spacing: 0.1em;
	font-size: 1.4rem;
}
main .more:after{
    content: "";
    background-image: url(../../img/arrow.svg);
    width: 26px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: 13px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: unset;
	transition: 0.3s;
	background-repeat: no-repeat;
}
main .more:hover{
	opacity: 1;
	border: 1px solid #DB488D;
	color: #DB488D;
}
main .more:hover:after{
	background-image: url(../../img/arrow_hover.svg);
	right: 9px;
}
/*見出し*/
main h2{
    font-size: 3.8rem;
    color: #DB488D;
    line-height: 1;
    margin-bottom: 38px;
}
main h2 span{
    font-size: 1.4rem;
    color: #656565;
    display: block;
    margin-top: 13px;
}
main .honbun{
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.6;
}
/*box*/
main .flex .box{
    width: 18%;
    position: relative;
}
main .flex .box .main{
    width: 100%;
	display: block;
}
main .flex .box .num{
    position: absolute;
    top: -11px;
    left: -15px;
}
main .flex .box .ttl{
    font-size: 1.6rem;
    font-weight: 600;
    margin: 14px 0px 2px;
}
/*mv*/
main .mv{
    padding-top: 60px;
}
main .mv .slick-slide img.pc{
	display: block;
}
main .mv .slick-slide img.sp{
	display: none;
}
main .mv .inner{
	position: relative;
	max-width: 1200px;
	width: 1200px;
}
main .mv .line{
    top: -60px;
    left: 0;
}
/*リード文*/
main .read p{
    font-size: 2rem;
    line-height: 2.8;
}
/*sec2*/
main .sec2{
	background: #FBF6F6;
	padding: 80px 0;
}
main .sec2 .inner{
	position: relative;
}
/*おすすめ*/
main .sec3 .gradation{
    top: 0;
    right: -470px;	
}
main .sec3 .line{
	top: -170px;
	left: 150px;
}
main .sec4 .gradation{
    left: -360px;
}
main .sec4 .line{
    top: -86px;
    left: -100px;
}
main .sec5 .gradation{
    top: -60px;
    right: -420px;
}
main .sec5 .line{
    top: 80px;
    left: -230px;
}
main .sec6 .gradation{
    top: 0;
    left: -290px;
}
main .sec6 .line{
    top: 150px;
    left: -290px;
}
main .sec7 .gradation{
    right: -460px;
    top: -230px;
}
main .sec8 .gradation{
    left: -240px;
}
main .sec8 .line{
    right: -1140px;
    top: -330px;
}
main .gift h2{
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	margin-bottom: 28px;
	line-height: 1.3;
	font-size: 4.3rem;
}
main .gift h2.rem5{
    font-size: 5.1rem;
    line-height: 1.4;
}
main .gift.pink h2,
main .gift.pink h2 span{
	color: #DB488D;
}
main .gift.orange h2,
main .gift.orange h2 span{
	color: #EB9F00;
}
main .gift.blue h2,
main .gift.blue h2 span{
	color: #13C9ED;
}
main .gift h2 span{
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
    margin-bottom: 2px;
    font-size: 2.3rem;
    font-weight: 600;
    margin-top: 0;
}
main .gift .main_area{
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 30px;
}
main .gift .main_area img{
	margin-right: 40px;
	position: relative;
	left: -16px;
}
main .gift .main_area .honbun{
	font-size: 1.8rem;
	line-height: 2.2;
}
main .gift .products .box{
    width: 23.2%;	
}
main .gift .products3 .box{
    width: 31.5%;	
}
main .gift .more{
    margin: 40px auto 0;
}
/*スタイルから探す*/
main .mt50{
	margin-top: 50px;
	margin-bottom: 0px;
}
main .sec9 .flex{
	margin-top: 20px;
}
main .style .inner{
	border: 1px solid #db4894;
	padding: 40px;
	box-sizing: border-box;
}
main .style h2{
    font-size: 2.5rem;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 43px;
	margin-bottom: 0;
}
main .style a{
	color: #656565;
}
main .style .honbun{
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 7px;	
}
main .style h2 span{
	font-size: 1.8rem;
	text-align: center;
	font-weight: 800;	
	color: #DB488D;
	margin: 0;
	margin-bottom: 9px;
}
main .style h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 1px;
    height: 23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #DB488D;
    top: unset;
}
main .linelist{
	
}
main .linelist li{
    width: 22%;
}
main .linelist li a{
    display: block;
    border-bottom: 1px solid #656565;
    width: 100%;
    text-align: center;
    padding: 20px;
	position: relative;
	box-sizing: border-box;
}
main .linelist li a:after{
    content: "";
    background-image: url(../../img/arrow.svg);
    width: 26px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: 13px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: unset;
	transition: 0.3s;
	background-repeat: no-repeat;
}
main .linelist li a:hover{
	opacity: 1;
	border-bottom: 1px solid #DB488D;
	color: #DB488D;
}
main .linelist li a:hover:after{
	background-image: url(../../img/arrow_hover.svg);
	right: 9px;
}
main .linelist3{
	flex-wrap: wrap;
  justify-content: flex-start;
  gap: calc((100% - (31% * 3)) / 2);
}
main .linelist3 li{
    width: 31%;	
}
/*バナーエリア*/
main .sec12 h2{
	text-align: center;
}
main .sec12 .read{
	text-align: center;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 2.3;
	margin: -10px auto 30px;
}
main .sec12 .flex{
	flex-wrap: wrap;
}
main .sec12 .flex a{
    width: 48%;
    margin-bottom: 28px;
}
/*よくある質問*/
main .sec15 h2{
	text-align: center;
}
main .sec15 .qa{
    display: block;
    line-height: 1;
    color: #F3ADCB;
    font-size: 3.8rem;	
	margin-right: 10px;
}
/*アコーディオン*/
main .accordion {
    width: 100%;
}
main .accordion-title {
	color: #656565;
	cursor: pointer;
	padding: 13px;
	border: 1px solid #656565;
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	justify-content: flex-start;
	padding-right: 50px;
}
main .accordion-content {
	display: none;
    position: relative;
    padding:20px 40px 30px 52px;
}
main .accordion-content p{
	font-weight: 400;
	line-height: 2;
}
main .accordion-content .qa{
    position: absolute;
    left: 13px;
}
main .accordion-content .link{
    color: #db4894;
    text-decoration: underline;	
	font-weight: 500;
}
main .accordion-title {
  position: relative;
}
main .accordion-title::after {
	border-right: solid 2px #F3ADCB;
	border-top: solid 2px #F3ADCB;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 25px;
	top: 38%;
	transform: rotate(135deg);
	transition: 0.3s;
	width: 8px;
	left: unset;
}
main .accordion-title.open:after {
  top: 45%;
  transform: rotate(-45deg);
}
/*母の日のメッセージ*/
main .sec13{
	background: #FBF6F6;
	padding: 30px 0;
}
main .sec13 h2{
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
}
main .sec13 .honbun{
    line-height: 2;
    margin-bottom: 28px;
}
main .sec13 .more{
    width: 371px;	
}
main .sec13 .flex{
	align-items: center;
}
main .sec13 .flex img{
    margin-right: 50px;
}
main .sec13 .message{
    background: #FFE0EE;
    padding: 50px 0 0;
    text-align: center;
    margin-top: 30px;
}
main .sec13 .message .inner{
	position: relative;
	padding-bottom: 40px;
}
main .sec13 .message .ThanksMOM{
	position: absolute;
	bottom: 0;
	left: 0;
}
main .sec13 .message h3{
    font-size: 2.3rem;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0 45px;
    margin-bottom: 35px;
}
main .sec13 .message h3:after,
main .sec13 .message h3:before{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 28px;
    height: 1px;
    background-color: #656565;
    left: unset;
    transform: none;	
}
main .sec13 .message h3:after{
	left:0;
}
main .sec13 .message h3:before{
	right:0;
}
main .list{
    margin: 0 auto;
    max-width: 540px;
    width: 90%;
}
main .list li{
    font-size: 1.5rem;
    font-weight: 400;
    text-align: left;
    padding-left: 14px;
    position: relative;
    margin-bottom: 15px;
    line-height: 2;
}
main .list li:before{
    content: "●";
    position: absolute;
    color: #DB488D;
    left: 0;
    top: 13px;
}
/*プラスワン*/
main .sec14 h2{
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
}
main .sec14 .honbun{
    margin-bottom: 28px;
    font-size: 1.8rem;
    line-height: 2.2;
}
main .sec14 .more{
    width: 371px;	
}
main .sec14 .flex{
	align-items: center;
}
main .sec14 .flex img{
    margin-right: 50px;
}
/*お届けについて*/
main .sec16 h2{
	text-align: center;
	font-size: 2.8rem;
	margin-bottom: 30px;
}
main .sec16 .honbun{
	width: 631px;
	margin: 19px auto 0;
}
main .sec16 .more{
  width: 250px;
  margin: 40px auto 0;
}


@media screen and (max-width:767px) {
	main{
		position: relative;
		overflow-x: hidden;
	}
	.pc{
		display: none;
	}
	.sp{
		display:block;
	}
	.inner{
		width: 90%;
		max-width: 90%;
	}
	.flex{
		display: block;
	}
	main .list li{
		line-height: 1.6;
	}
	/*サイドメニュー*/
	.feature-sidemenu{
		width: 80%;
		background: #fff;
		position: fixed;
		left: 0;
		transition: 0.3s;
		z-index: 2;
		border: 1px solid #DB488D;
		border-radius: 0px 10px 10px 0;
		padding: 14px;
		box-sizing: border-box;
		bottom: 0;
	}
	.feature-sidemenu.open {
		left: 0;
		transition: 0.3s;
	}
	.menu-list {
		width: 100%;
	}
	button.feature-sidemenu-toggle {
        border: none;
        outline: none;
        width: 36px;
        height: 41px;
        background: #DB488D;
        cursor: pointer;
        position: absolute;
        top: -41px;
        left: 0;
        border-radius: 0 5px 5px 0;
	}
	button.feature-sidemenu-toggle.open{
        left: 100%;
	}
	button.feature-sidemenu-toggle:after{
		content :"";
		background-image: url("../img/toggle.svg");
		width: 22px;
		height: 17px;
	}
	button.feature-sidemenu-toggle.open:after{
		content :"";
		background-image: url("../img/toggle.svg");
		width: 22px;
		height: 17px;
	}
	.feature-sidemenu .ttl{
		font-size: 1.9rem;
		color: #DB488D;
		text-align: center;
		line-height: 1;
		margin-bottom: 15px;
	}
	.feature-sidemenu .menu-list li{
		margin-bottom: 4px;
	}
	.feature-sidemenu .menu-list li a{
		font-size: 1.4rem;
		color: #656565;
		font-weight: 400;
		line-height: 1.6;
		display: block;
		padding-left: 10px;	
		position: relative;
	}
	.feature-sidemenu .menu-list li a:after{
		content: "";
		background-image: url("../../img/arrow_menu.svg");
		width: 7px;
		height: 11px;
		left: 0;
		top: 11px;
		background-repeat: no-repeat;
	}
		.feature-sidemenu.open {
        left: -80%;
		}
		.menu-list {
			width: 100%;
		}
		button.feature-sidemenu-toggle {
			border: none; 
			outline: none; 
			width: 36px;
			height: 41px;
			background:#DB488D;
			cursor: pointer;
			position: absolute;
			top: 44%;
			bottom: 200px;
			border-radius: 0 5px 5px 0;
			left: 100%;
		}
		button.feature-sidemenu-toggle.open{
			left: 100%;
		}
	/*背景の線*/
	.sec{
		position: relative;
		margin: 10% auto;
	}
	.sec1{
		margin-top: 0px;
	}
	.sec .line{
		width: 100%;
		display: block;
	}
	.sec .gradation{
		width: 100%;
		display: block;
	}
	main .sec3 .gradation{
        top: 0;
        right: unset;
        left: -140px;
	}
	main .sec3 .line{
        top: -100px;
        right: unset;
        left: unset;
	}
	main .sec4 .gradation{
		top: 0;
        left: unset;
        right: -140px;
	}
	main .sec4 .line{
		top: -100px;
        right: unset;
        left: unset;
	}
	main .sec5 .gradation{
        top: 0;
        right: unset;
        left: -140px;
	}
	main .sec5 .line{
        top: -100px;
        right: unset;
        left: unset;
	}
	main .sec6 .gradation{
		top: 0;
        left: unset;
        right: -140px;
	}
	main .sec6 .line{
		top: -100px;
        right: unset;
        left: unset;
	}
	main .sec7 .gradation{
        top: 0;
        right: unset;
        left: -140px;
	}
	main .sec8 .gradation{
		top: 0;
        left: unset;
        right: -140px;
	}
	main .sec8 .line{
		top: -100px;
        right: unset;
        left: unset;
	}
	/*MV*/
	.slick-slide img{
		width: 100%;
	}
	/*リンクボタン*/
	main .more_btn{
		position: static;
		top: unset;
		right: unset;
		width: 100%;
	}
	main .more{
		width: 100%;
		box-sizing:border-box; 
	}
	/*見出し*/
	main h2{
		font-size: 3rem;
	}
	main .honbun{
		font-size: 1.5rem;
		font-weight: 400;
		line-height: 1.6;
	}
	/*box*/
	main .flex{
		display: flex;
		flex-wrap: wrap;
	}
	main .flex .box{
		width: 48%;
		position: relative;
		margin-bottom: 7%;
	}
	main .flex .box .main{
		width: 100%;
		display: block;
	}
	main .flex .box .num{
        top: -11px;
        left: -4px;
        width: 30px;
	}
	main .flex .box .ttl{
		font-size: 1.5rem;
		font-weight: 600;
		margin: 10px 0;
	}
	/*mv*/
	main .mv{
		padding-top: 0;
	}
	main .mv .slick-slide img.pc{
	display: none;
}
main .mv .slick-slide img.sp{
	display: block;
}
	main .mv .inner{
		position: relative;
		max-width: 100%;
		width: 100%;
	}
	main .mv .line{
        display: none;
	}
	/*リード文*/
	main div.read{
	    padding: 0 7%;	
	}
	main .read{
		margin: 8% 0;
	}
	main .read p{
        font-size: 1.5rem;
        line-height: 2.3;
	}
	/*sec2*/
	main .sec2{
		background: #FBF6F6;
		padding: 10% 0;
	}
	main .sec2 .inner{
		position: relative;
	}
	main .gift h2{
		font-size: 2.5rem;
		margin: 4% 0;
		text-align: center;
	}
	main .gift h2.rem5{
		font-size: 2.5rem;
		line-height: 1.4;
	}
	main .gift h2 span{
		font-size: 1.6rem;
	}
	main .gift .main_area{
		align-items: center;
		justify-content: flex-start;
		margin-bottom: 30px;
	}
	main .gift .main_area img{
        margin: 0 auto;
        width: 60%;
        left: 0;
        display: block;
	}
	main .gift .main_area .honbun{
		font-size: 1.5rem;
		line-height: 2;
	}
	main .gift .products3,
	main .gift .products{
		display: flex;
		flex-wrap: wrap;
	}
	main .gift .products .box{
		width: 48%;	
	}
	main .gift .products3 .box{
		width: 48%;	
	}
	main .gift .more{
		margin: 0;
	}
	/*スタイルから探す*/
	main .mt50{
		margin-top: 10%;
	}
	main .sec9 .flex{
        margin-top: 20px;
        display: block;
	}
	main .style .inner{
		padding: 6%;
	}
	main .style h2{
		font-size: 2rem;
	}
	main .style a{
        color: #656565;
        width: 100%;
        margin-bottom: 5%;
        display: flex;
		align-items: center;
	}
	main .style a img{
        width: 80px;
		margin-right: 3%;
	}
	main .style .honbun{
		font-size: 1.5rem;
	}
	main .style h2 span{
		font-size: 1.6rem;
	}
	main .linelist li{
		width: 100%;
	}
	main .linelist li a{
		text-align: left;
		padding: 15px;
		margin-bottom: 0;
	}
	main .linelist3 li{
		width: 100%;	
	}
	/*バナーエリア*/
	main .sec12 h2{
		text-align: center;
	}
	main .sec12 .read{
        font-size: 1.5rem;
        line-height: 1.6;
	}
	main .sec12 .flex a{
		width: 100%;
		margin-bottom: 5%;
	}
	main .sec12 .flex a img{
		width: 100%;
		display: block;
	}
	/*よくある質問*/
	main .sec15 h2{
		margin-bottom: 5%;
	}
	main .sec15 .qa{
		display: block;
		line-height: 1;
		color: #F3ADCB;
		font-size: 3.8rem;	
		margin-right: 10px;
	}
	/*アコーディオン*/
	main .accordion {
		width: 100%;
	}
	main .accordion-title {
		color: #656565;
		cursor: pointer;
		padding: 13px;
		border: 1px solid #656565;
		display: flex;
		margin-bottom: 10px;
		align-items: center;
		justify-content: flex-start;
		padding-right: 50px;
	}
	main .accordion-content {
		display: none;
		position: relative;
		padding: 0 0 5% 54px;
	}
	main .accordion-content p{
		font-weight: 400;
		line-height: 1.6;
	}
	main .accordion-content .qa{
		position: absolute;
		left: 13px;
	}
	main .accordion-content .link{
		color: #db4894;
		text-decoration: underline;	
		font-weight: 500;
	}
	main .accordion-title {
	  position: relative;
	}
	main .accordion-title::after {
		border-right: solid 2px #F3ADCB;
		border-top: solid 2px #F3ADCB;
		content: "";
		display: block;
		height: 8px;
		position: absolute;
		right: 25px;
		top: 38%;
		transform: rotate(135deg);
		transition: 0.3s;
		width: 8px;
		left: unset;
	}
	main .accordion-title.open:after {
	  top: 45%;
	  transform: rotate(-45deg);
	}
	/*母の日のメッセージ*/
	main .sec13{
		background: #FBF6F6;
		padding: 30px 0 0;
	}
	main .sec13 h2{
        font-size: 2rem;
		text-align: center;
	}
	main .sec13 .honbun{
		line-height: 1.6;
		margin-bottom: 5%;
	}
	main .sec13 .more{
		width: 100%;	
	}
	main .sec13 .flex{
		align-items: center;
	}
	main .sec13 .flex img{
		width: 80%;
		margin: 0 auto 5%;
	}
	main .sec13 .message{
		padding: 10% 0 0;
		margin-top: 10%;
	}
	main .sec13 .message .inner{
		position: relative;
		padding-bottom: 40px;
	}
	main .sec13 .message .ThanksMOM{
        width: 200px;
	}
	main .sec13 .message h3{
        font-size: 2rem;
        padding: 0 43px;
        margin-bottom: 20px;
	}
	main .sec13 .message h3:after,
	main .sec13 .message h3:before{
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 28px;
		height: 1px;
		background-color: #656565;
		left: unset;
		transform: none;	
	}
	main .sec13 .message h3:after{
		left:0;
	}
	main .sec13 .message h3:before{
		right:0;
	}
	main .list{
		max-width: 100%;
		width: 100%;
	}
	/*プラスワン*/
	main .sec14 h2{
        font-size: 2rem;
		margin-bottom: 5%;
	}
	main .sec14 .honbun{
		font-size: 1.5rem;
		margin-bottom: 5%;
	}
	main .sec14 .more{
		width: 100%;	
	}
	main .sec14 .flex{
		align-items: center;
	}
	main .sec14 .flex img{
		margin: 0 auto 5%;
		width: 80%;
	}
	/*お届けについて*/
	main .sec16 h2{
		text-align: center;
		font-size: 2.3rem;
		margin-bottom: 30px;
	}
	main .sec16 .honbun{
		width: 100%;
		margin: 19px auto 0;
	}
	main .sec16 img{
		width: 100%;
	}
}/*SP用設定ここまで*/
