@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; */
}
main a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
main 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: flex;
    justify-content: space-evenly;
}
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: 101;
    border: 1px solid #0092d5;
    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:#0092d5;
  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: #0092d5;
    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;
}
/*リンクボタン*/
.more_btn{
    position: absolute;
    top: 20px;
    right: 0;
}
.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;
}
.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;
}
.more:hover{
  opacity: 1;
  border: 1px solid #0092d5;
  color: #0092d5;
}
.more:hover:after{
  background-image: url(../img/arrow_hover.svg);
  right: 9px;
}
.more:focus {
  color: #0092d5;
}
/*見出し*/
main h2 {
  font-size: 3.8rem;
  color: #0092d5;
  line-height: 1;
  margin-bottom: 38px;
}

main h2 span {
  font-size: 1.4rem;
  color: #656565;
  display: block;
  margin-top: 13px;
}

.honbun {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}

/*box*/
.flex .box {
  width: 18%;
  position: relative;
}

.flex .box .main {
  width: 100%;
  display: block;
}

.flex .box .num {
  position: absolute;
  top: -11px;
  left: -15px;
}
.flex .box .ttl {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 14px 0px 2px;
}

/*mv*/
.mv {
  padding-top: 60px;
}

.mv .slick-slide img.pc {
  display: block;
}

.mv .slick-slide img.sp {
  display: none;
}

.mv .inner {
  position: relative;
  max-width: 1200px;
  width: 1200px;
}

.mv .line {
  top: -60px;
  left: 0;
}

/*リード文*/
.read p {
  font-size: 2rem;
  line-height: 2.8;
}

.read p + p {
  margin-top: 1em;
}

/*ランキング*/
.secRanking {
  background: #edf4f7;
  padding: 80px 0;
}

.secRanking .inner {
  position: relative;
}

/*おすすめ*/
.secRecom .gradation {
  top: 0;
  right: -470px;
}

.secRecom .line {
  top: -84px;
  left: 150px;
}

.sec4 .gradation {
  left: -360px;
}

.sec4 .line {
  top: -86px;
  /* left: -100px; */
  left: 0;
}

.sec5 .gradation {
  top: -60px;
  right: -420px;
}

.sec5 .line {
  top: 80px;
  left: 0;
}

.sec6 .gradation {
  top: 0;
  left: -290px;
}

.sec6 .line {
  top: 150px;
  left: 0;
}

.sec7 .gradation {
  right: -460px;
  top: -230px;
}

.sec8 .gradation {
  left: -240px;
}

.sec8 .line {
  right: -1140px;
  top: -330px;
}

.gift h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 28px;
  line-height: 1.3;
  font-size: 4.3rem;
}

.gift h2.rem5 {
  font-size: 5.1rem;
  line-height: 1.4;
}

.gift.pink h2,
.gift.pink h2 span {
  color: #0092d5;
}

.gift.orange h2,
.gift.orange h2 span {
  color: #e1c900;
}

.gift.green h2,
.gift.green h2 span {
  color: #95d518;
}

.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;
}
/*スタイルから探す*/
.mt50{
  margin-top: 50px;
  margin-bottom: 0px;
}
.secStyle .flex{
  margin-top: 20px;
}
.secStyle .inner{
  border: 1px solid #0092d5;
  padding: 40px;
  box-sizing: border-box;
}
.secStyle h2{
    font-size: 2.5rem;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 43px;
  margin-bottom: 0;
}
.secStyle a{
  color: #656565;
}
.secStyle .honbun{
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 7px;	
}
.secStyle h2 span{
  font-size: 1.8rem;
  text-align: center;
  font-weight: 800;	
  color: #0092d5;
  margin: 0;
  margin-bottom: 9px;
}
.secStyle 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: #0092d5;
    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 #0092d5;
  color: #0092d5;
}
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 .secQa h2{
  text-align: center;
}
main .secQa .qa{
    display: block;
    line-height: 1;
    color: #afdef3;
    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 p + p {
  margin-top: 1em;
}
main .accordion-content .qa{
    position: absolute;
    left: 13px;
}
main .accordion-content .link{
    color: #0092d5;
    text-decoration: underline;	
  font-weight: 500;
}
main .accordion-title {
  position: relative;
}
main .accordion-title::after {
  border-right: solid 2px #afdef3;
  border-top: solid 2px #afdef3;
  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 .accordion-orderList {
  list-style: decimal;
  margin: 1em 0;
  padding-left: 1.5em;
}
/*父の日のメッセージ*/
/* 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: #0092d5;
    left: 0;
    top: 13px;
} */
/*プラスワン*/
.secPlusone{
  background: #edf4f7;
  padding: 30px 0;
}
.secPlusone h2{
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
}
.secPlusone .honbun{
    margin-bottom: 28px;
    font-size: 1.8rem;
    line-height: 2.2;
}
.secPlusone .more{
    width: 371px;	
}
.secPlusone .flex{
  align-items: center;
}
.secPlusone .flex img{
    margin-right: 50px;
}
/*お届けについて*/
.sec16 h2{
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.sec16 .honbun{
  width: 631px;
  margin: 19px auto 0;
}
.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 #0092d5;
    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: #0092d5;
        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: #0092d5;
    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:#0092d5;
      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 .secRecom .gradation{
        top: 0;
        right: unset;
        left: -140px;
  }
  main .secRecom .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;
  }
  /*secRanking*/
  main .secRanking{
    /* background: #FBF6F6; */
    padding: 10% 0;
  }
  main .secRanking .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;
  }
  /*スタイルから探す*/
  .mt50{
    margin-top: 10%;
  }
  .secStyle .flex{
        margin-top: 20px;
        display: block;
  }
  .secStyle .inner{
    padding: 6%;
  }
  .secStyle h2{
    font-size: 2rem;
  }
  .secStyle a{
        color: #656565;
        width: 100%;
        margin-bottom: 5%;
        display: flex;
    align-items: center;
  }
  .secStyle a img{
        width: 80px;
    margin-right: 3%;
  }
  .secStyle .honbun{
    font-size: 1.5rem;
    letter-spacing: -0.03em;
  }
  .secStyle 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 .secQa h2{
    margin-bottom: 5%;
  }
  main .secQa .qa{
    display: block;
    line-height: 1;
    color: #afdef3;
    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: #0092d5;
    text-decoration: underline;	
    font-weight: 500;
  }
  main .accordion-title {
    position: relative;
  }
  main .accordion-title::after {
    border-right: solid 2px #afdef3;
    border-top: solid 2px #afdef3;
    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%;
  } */
  /*プラスワン*/
  .secPlusone {
    /* background: #FBF6F6; */
    padding: 30px 0;
  }
  .secPlusone h2{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 5%;
  }
  .secPlusone .honbun{
    font-size: 1.5rem;
    margin-bottom: 5%;
  }
  .secPlusone .more{
    width: 100%;	
  }
  .secPlusone .flex{
    align-items: center;
  }
  .secPlusone .flex img{
    margin: 0 auto 5%;
    width: 80%;
  }
  /*お届けについて*/
  .sec16 h2{
    text-align: center;
    font-size: 2.3rem;
    margin-bottom: 30px;
  }
  .sec16 .honbun{
    width: 100%;
    margin: 19px auto 0;
  }
  .sec16 img{
    width: 100%;
  }
}/*SP用設定ここまで*/
