@charset "utf-8";

body {}

body * {}


.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

/*====================================
  header
====================================*/
header {
  /* width: 100%;
    background: rgba(89,0,6,1);
    position: fixed;
    top: 0;
    left: 0; */
  z-index: 9999999 !important;
}

/* header .header-inner {
    max-width: 980px;
    margin: auto;
    display: flex;
}
header .header-inner a {
    color: #fff;
    padding: 10px 5px;
    width: 25%;
    border-left: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
header .header-inner a:last-child {
    border-right: 1px solid #fff;
}
header .header-inner a:hover {
    background: rgba(255,64,140,0.8);
} */

#header {
  z-index: 9999999 !important;
}


#main {
  width: 100%;
  margin: 8% auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

#main h2 {
  font-weight: bold;
  font-size: 56px;
  max-width: 1100px;
  text-align: center;
  margin: 2% auto 30px;
  padding: 120px 0 20px;
  background: url(https://gigaplus.makeshop.jp/38kumate/image/assets/mothersday/flower.jpg) no-repeat center top;
  background-size: 200px;
  color: #e94852;
  border-bottom: 1px solid #e94852;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#main h2 span {
  display: block;
  text-align: center;
  font-size: 18px;
}

#main a {
  transition: all .5s ease;
  color: #000;
  text-decoration: none;
}

#main a:hover {
  opacity: 0.8;
}

.contents {
  max-width: 1100px;
  margin: auto;
}

/*--read--*/
.read {
  margin: 5% auto 0;
  text-align: center;
  font-size: 26px;
  font-family: 'Noto Sans JP', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.read p {
  line-height: 1.5;
}

.read p span {
  padding: 5px 0;
}

.read p span:last-of-type {
  font-size: 36px;
  background-image: linear-gradient(#ffe3ed, #ffe3ed);
  background-size: 100% 30%;
  background-repeat: no-repeat;
  background-position: 0 80%;
  display: inline;
}

/* --- 4. point (point_list) --- */
.point_listwrap .point_list {
  display: block;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.point_listwrap .point_list img {
  margin: auto;
  display: block;
}

.point_listwrap .point_list:nth-of-type(even) {
  flex-direction: row-reverse;
}

.point_list .point_img {
  width: 40%;
  height: 250px;
  background-size: cover;
  margin: auto;
}

.point_img_01 {
  background: url(https://gigaplus.makeshop.jp/38kumate/image/assets/mothersday/riyuu_01.jpg) no-repeat center center;
}

.point_img_02 {
  background: url(https://gigaplus.makeshop.jp/38kumate/image/assets/mothersday/riyuu_02.jpg) no-repeat center center;
}

.point_img_03 {
  background: url(https://gigaplus.makeshop.jp/38kumate/image/assets/mothersday/riyuu_03.jpg) no-repeat center center;
}

.point_list .point_txt {
  width: 70%;
  padding: 10px 40px;
}

.point_list .point_txt h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 36px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.point_list .point_txt h3 img {
  display: block;
}

.point_list .point_txt h3 span {
  padding-top: 5px;
  display: block;
}

.point_list .point_txt p span {
  color: #f00;
}

/* --- 5. coupon (coupon) --- */
.coupon {
  display: flex;
  justify-content: center;
}

.coupon a {
  width: 49%;
  margin: 0 1%;
}

/* --- 6. ranking (ranking) --- */
.ranking {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ranking .rank_list {
  width: 49%;
  margin-bottom: 5%;
  text-align: center;
}

.ranking .rank_list:first-of-type {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 5%;
}

.ranking .icon_rank {
  display: block;
  margin: 0 auto 10px;
}

/* --- 7. cateitem (cateitem) --- */
.cateitem {
  margin: 10% auto;
}

.cateitem_ttl {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  background: #ffecf2;
  border-top: 4px solid #eb5086;
  color: #eb5086;
  line-height: 1.2;
  padding: 20px 0;
  font-weight: bold;
  font-family: 'Noto Sans JP', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.cateitem_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cateitem_block .cateitem_list {
  width: 32%;
  margin-bottom: 5%;
  text-align: center;
}

.name {
  font-size: 18px;
  margin-top: 15px;
  font-family: 'Noto Sans JP', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.price {
  color: #c51124;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 15px;
  font-family: 'Noto Sans JP', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.price::after {
  content: "(税込)";
  font-size: 20px;
}

.btn {
  display: block;
  margin: 0 auto 5px;
  max-width: 540px;
  background: #c51124;
  color: #fff;
  padding: 15px 0;
  border-radius: 5px;
  font-size: 18px;
  position: relative;
}

.btn.fav {
  background: #db9814;
}

.btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

/* --- 8. shopinfo (shopinfo) --- */
#shopinfo {
  background: #f8f3e9;
  margin: 0 auto;
  padding: 5% 0;
}

#shopinfo .shopinfo_ttl {
  text-align: center;
  margin-bottom: 2%;
}

#shopinfo h3 {
  font-size: 18px;
  padding: 5px 20px;
  margin-bottom: 10px;
  background: #ae9b75;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

#shopinfo dd {
  font-size: 14px;
}

#shopinfo .shopinfo_listwrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
}

#shopinfo .shopinfo_list {
  width: 22%;
}

#shopinfo .shopinfo_contact {
  margin-top: 50px;
  text-align: center;
}


body {
  margin: 0 auto !important;
}

.rank_list .catch {
  font-size: 30px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 15px;
}

.rank_list .catch span {
  font-size: 22px;
  display: block;
  font-weight: normal;
}

.rank_list .copy {
  font-size: 18px;
  margin-top: 15px;
  color: #e94852;
}

.rank_list .copy span {
  font-size: 22px;
  display: block;
}

.block2::after {
  content: "";
  display: block;
  width: 30%;
}

.point_list--01 {
  background-color: #fffbfc;
  padding: 24px;
  box-sizing: border-box;
}

.point01-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.point01-figure {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 0;
}

.point01-figure img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

.point01-seal {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  position: relative;
  overflow: hidden;
}

h3.point01-seal {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

.point01-seal--lead {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  text-align: center;
  width: 100%;
  color: #3d2a26;
}

.point01-num {
  flex-shrink: 0;
  position: absolute;
  top: 58px;
  left: 80px;
  display: inline-block;
  font-size: 81px;
  font-style: italic;
  color: #e65c6c;
  line-height: 1;
  padding: 0 36px 45px 40px;
  font-family: "ヒラギノUD明朝", "Hiragino UD Mincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  z-index: 99999;
  transform: translate(20px, -20px);
  letter-spacing: -0.07em;
}

.point01-num::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background-image: url("https://gigaplus.makeshop.jp/38kumate/image/assets/mothersday/flower.png");
  background-repeat: no-repeat;
  background-position: left -13px bottom -7px;
  background-size: 100%;
  transform: rotate(-207deg) scaleY(-1);
  z-index: -1;
}

.point01-leadtxt {
  color: #5d4a47;
  width: 72%;
  margin: 0 0 0 auto;
  font-size: 40px;
  line-height: 1.85;
  font-weight: bold;
  font-family: "ヒラギノUD明朝", "Hiragino UD Mincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: left;
}

.point01-subtext {
  flex-basis: 72%;
  display: block;
  margin: 0 0 0 auto;
  padding: 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  color: #5d4a47;
  text-align: left;
  font-family: 'Noto Sans JP', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.point_list--02 {
  background-color: #fffbfc;
  padding: 24px;
  padding-bottom: 0 !important;
  box-sizing: border-box;
}

.point02-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.point02-figure {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 0;

  position: relative;
}

.point02-figure figcaption {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
}

.point02-figure .point02-figcaption-a {
  position: absolute;
  top: 51px;
  left: 200px;
  color: #e12122;
}

.point02-figure .point02-figcaption-b {
  position: absolute;
  top: 100px;
  left: 86px;
  color: #e12122;
}

.point02-figure .point02-figcaption-b span {
  color: #e12635;
  display: block;
  font-size: 32px;
}

.point02-figure img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

.point02-seal {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  position: relative;
  overflow: hidden;
}

h3.point02-seal {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

.point02-seal--lead {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  text-align: center;
  width: 100%;
  color: #3d2a26;
}

.point02-num {
  flex-shrink: 0;
  position: absolute;
  top: 39%;
  right: 16%;
  display: inline-block;
  font-size: 81px;
  font-style: italic;
  color: #e65c6c;
  line-height: 1;
  padding: 0 4% 6% 5%;
  font-family: "ヒラギノUD明朝", "Hiragino UD Mincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  z-index: 99999;
  transform: translate(20px, -20px);
  letter-spacing: -0.07em;
}

.point02-num::after {
  content: '';
  position: absolute;
  bottom: 11%;
  right: 0;
  width: 150px;
  height: 150px;
  background-image: url(https://gigaplus.makeshop.jp/38kumate/image/assets/mothersday/flower.png);
  background-repeat: no-repeat;
  background-position: left -6px bottom -4px;
  background-size: 100%;
  transform: rotate(-333deg) scaleY(1);
  z-index: -1;
}

.point02-leadtxt {
  color: #5d4a47;
  width: 38%;
  font-size: 40px;
  line-height: 1.85;
  font-weight: bold;
  font-family: "ヒラギノUD明朝", "Hiragino UD Mincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: right;
  letter-spacing: 0.03em;
}

.point02-subtext {
  flex-basis: 69%;
  display: block;
  margin: 0 auto 0 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  color: #5d4a47;
  text-align: right;
  letter-spacing: 0;
  white-space: nowrap;
  font-family: 'Noto Sans JP', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.point_list--03 {
  background-color: #fffbfc;
  padding: 24px;
  box-sizing: border-box;
}

.point03-layout {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.point03-layout p {
  margin-left: 50px;
  font-size: 25px;
  color: #5d4a47;
  font-family: 'Noto Sans JP', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.point03-figure {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 0;

  position: relative;
}

.point03-figure figcaption {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.point03-figure .point03-figcaption-a {
  position: absolute;
  top: 74px;
  right: 78px;
  font-family: 'Noto Sans JP', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.point03-figure .point03-figcaption-a span {
  color: #e12635;
  display: block;
  font-size: 32px;
}

.point03-figure .point03-figcaption-b {
  position: absolute;
  bottom: 90px;
  left: 92px;
  font-family: 'Noto Sans JP', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.point03-figure .point03-figcaption-b span {
  color: #e12635;
  display: block;
  font-size: 32px;
}

.point03-figure img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

.point03-seal {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  position: relative;
  overflow: hidden;
}

h3.point03-seal {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

.point03-seal--lead {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  text-align: center;
  width: 100%;
  color: #3d2a26;
}

.point03-num {
  flex-shrink: 0;
  position: absolute;
  top: 58px;
  left: 80px;
  display: inline-block;
  font-size: 81px;
  font-style: italic;
  color: #e65c6c;
  line-height: 1;
  padding: 0 36px 45px 40px;
  font-family: "ヒラギノUD明朝", "Hiragino UD Mincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  z-index: 99999;
  transform: translate(20px, -20px);
  letter-spacing: -0.07em;
}

.point03-num::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background-image: url("https://gigaplus.makeshop.jp/38kumate/image/assets/mothersday/flower.png");
  background-repeat: no-repeat;
  background-position: left -20px bottom -7px;
  background-size: 100%;
  transform: rotate(-207deg) scaleY(-1);
  z-index: -1;
}

.point03-leadtxt {
  color: #5d4a47;
  width: 72%;
  margin: 0 0 0 auto;
  font-size: 40px;
  line-height: 1.85;
  font-weight: bold;
  font-family: "ヒラギノUD明朝", "Hiragino UD Mincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: left;
}

.point03-subtext {
  flex-basis: 72%;
  display: block;
  margin: 0 0 0 auto;
  padding: 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  color: #5d4a47;
  text-align: left;
  font-family: 'Noto Sans JP', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

#main .faq-container {
    margin: 0 auto;
    padding: 30px 35px;
    background-color: #fff5f7;
    font-family: 'Noto Sans JP', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

#main #fv h2 {
    background: none !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

#main .faq-container h2 {
    border-bottom: 0;
    background: none;
    padding: 10px 0 10px;
    color: #5d4a47;
    font-size: 48px;
}

#main .faq-title {
    text-align: center;
    font-size: 28px;
    color: #333;
    margin-bottom: 30px;
}

#main .faq-item {
    margin-bottom: 15px;
    background: none;
    border: none;
    border-radius: 0;
    overflow: visible; 
    margin-bottom: 35px;
}

#main .faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 18px;
    background: #fff;
    border: 2px solid #ea5086;
    border-radius: 10px;
    cursor: pointer;
    color: #ea5086;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
}

#main .icon {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #ea5086;
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: 10px;
}
#main .icon::before, .icon::after {
    content: "";
    position: absolute;
    background: #ea5086;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#main .icon::before { width: 10px; height: 1px; }
#main .icon::after { width: 1px; height: 10px; transition: 0.3s; }

#main .faq-item.is-open .icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

#main .faq-answer {
    display: none;
    padding: 15px 18px 20px 18px;
    color: #5d4a47;
    line-height: 1.7;
    font-size: 20px;
}

#main .faq-answer p {
    margin: 0;
    padding-left: 1.4em;
    text-indent: -1.2em;
    word-break: break-all;
    letter-spacing: 0.04em;
}

#main .faq-answer strong {
    font-weight: bold;
    color: #5d4a47;
}