@charset "UTF-8";
a {
  transition: all 0.6s ease !important;
}
a:hover {
  opacity: 0.6;
}
#wrapper {
  overflow: hidden;
}

@media (max-width: 1280px) and (min-width: 769px) {
  #wrapper #content article .section {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
}
#pop_up .btnWrap{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}
#pop_up .btnWrap a.btn.btn_detail{
  display: block;
  width: 100%;
  max-width: 240px;
  padding: 12px 20px;
  border-radius: 10px;
  background: #793F65;
  color: #FFF;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  transition: .4s ease-in;
}
@media screen and (min-width: 769px) {
  #pop_up {
    position: fixed;
    bottom: 4%;
    right: 2%;
    max-width: 640px;
    width: 80%;
    opacity: 0;
    z-index: -1;
    transition: all 0.6s ease;
  }
  #pop_up.animate {
    opacity: 1;
    z-index: 7000;
  }
  #pop_up.hide {
    opacity: 0;
    z-index: -1;
  }
  #pop_up_open{
    position: fixed;
    bottom: 15%;
    right: 36px;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.3);
    opacity: 0;
    z-index: -1;
    transition: all 0.6s ease;
    cursor: pointer;
  }
  #pop_up_open:hover{
    opacity: 0.6!important;
  }
  #pop_up_open svg{
    width: 22px;
    height: 22px;
  }
  #pop_up_open path{
    fill: #793F65;
  }
  #pop_up_open.animate.scrolled {
    transition-delay: 0.1s;
    opacity: 1;
    z-index: 7000;
  }
  #pop_up_open.hide {
    opacity: 0;
    z-index: -1;
  }
  #pop_up_open.long{
    width: auto;
    max-width: 350px;
    height: 60px;
    background-color: #ab6691;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    padding: 15px 35px 15px 15px;
    background-image: url('../images/slider_arrow2.png');
    background-repeat: no-repeat;
    background-position: right 15px center;
  }
  #pop_up_open.long .icon{
    width: 30px;
    height: 30px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
  }
  #pop_up_open.long svg, #pop_up_open.long img{
    width: 22px;
    height: 22px;
  }
  #pop_up_open.long .pop_up_icon_text{
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
    line-height: 1.2;
  }
  #pop_up .pop_up-wrapper .pop_up-inner {
    width: 100%;
    padding: 50px 40px;
    background-color: #F9F2F6;
    position: relative;
    border: 1px dashed #793F65;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
  }
  #pop_up .pop_up-wrapper .pop_up-inner #pop_up-close {
    color: #793F65;
    font-size: 30px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    line-height: 1;
  }
  #pop_up .pop_up-wrapper .pop_up-inner .pop_up-text h2 {
    color: #793F65;
    font-size: 18px;
    text-align: center;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #pop_up .pop_up-wrapper .pop_up-inner .pop_up-text h3 {
    color: black;
    font-size: 18.7px;
    margin-top: 15px;
    font-weight: 400;
    text-align: center;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #pop_up .pop_up-wrapper .pop_up-inner .pop_up-text .content {
    margin-top: 20px;
    color: black;
    font-size: 12px;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #pop_up .pop_up-wrapper .pop_up-inner .pop_up-text .content p{
    font-size: 12.3px;
  }
  #pop_up .btnWrap a.btn.btn_detail{
    padding: 12px 20px;
    font-size: 20px;
    line-height: 2.0;
  }
}

@media screen and (max-width: 768px) {
  #pop_up {
    position: fixed;
    top: 0;
    height: 0;
    height: 100vh;
    width: 100%;
    opacity: 0;
    z-index: -1;
    transition: all 0.6s ease;
  }
  #pop_up.animate {
    opacity: 1;
    z-index: 7000;
  }
  #pop_up.hide {
    opacity: 0;
    z-index: -1;
  }
  #pop_up_open{
    position: fixed;
    bottom: 22px;
    left: 25px;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.3);
    opacity: 0;
    z-index: -1;
    transition: all 0.6s ease;
    cursor: pointer;
  }
  #pop_up_open:hover{
    opacity: 0.6;
  }
  #pop_up_open path{
    fill: #793F65;
  }
  #pop_up_open svg, #pop_up_open img{
    width: 22px;
    height: 22px;
  }
  #pop_up_open.long{
    width: auto;
    max-width: 180px;
    height: 60px;
    background-color: #ab6691;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    padding: 10px 30px 10px 10px;
    background-image: url('../images/slider_arrow2.png');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 12px;
  }
  #pop_up_open.long .icon{
    width: 20px;
    height: 20px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
  }
  #pop_up_open.long svg, #pop_up_open.long img{
    width: 16px;
    height: 16px;
  }
  #pop_up_open.long .pop_up_icon_text{
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
    line-height: 1.2;
    font-size: 10px;
  }
  #pop_up_open.animate.scrolled {
    transition-delay: 0.1s;
    opacity: 1;
    z-index: 7000;
  }
  #pop_up_open.hide {
    opacity: 0;
    z-index: -1;
  }
  #pop_up .pop_up-wrapper {
    max-width: 1500px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: rgba(191, 131, 170, 0.4);
  }
  #pop_up .pop_up-wrapper .pop_up-inner {
    width: 80%;
    max-width: 400px;
    padding: 20px 30px;
    background-color: #F9F2F6;
    position: relative;
    border: 1px dashed #793F65;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
  }
  #pop_up .pop_up-wrapper .pop_up-inner #pop_up-close {
    color: #793F65;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.6);
  }
  #pop_up .pop_up-wrapper .pop_up-inner .pop_up-text h2 {
    color: #793F65;
    font-size: 16px;
    text-align: center;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #pop_up .pop_up-wrapper .pop_up-inner .pop_up-text h3 {
    color: black;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #pop_up .pop_up-wrapper .pop_up-inner .pop_up-text .content {
    color: black;
    font-size: 14px;
    margin-top: 20px;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #pop_up .pop_up-wrapper .pop_up-inner .pop_up-text .content p{
    font-size: 14px;
  }
  #pop_up .btnWrap{
    margin-top: 20px;
  }
}

@media screen and (min-width: 1560px) {
  #notfound {
    padding-top: 267px !important;
  }
}
@media (max-width: 1559px) and (min-width: 1280px) {
  #notfound {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
}
@media (max-width: 1280px) and (min-width: 769px) {
  #notfound {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 769px) {
  #notfound {
    padding-top: 267px;
    padding-bottom: 150px;
  }
  #notfound h1 {
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 3.84px;
    color: #793F65;
    font-size: 48px;
    text-align: center;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-top: 0;
    margin-bottom: 10px;
  }
  #notfound h2 {
    line-height: 1.2;
    letter-spacing: 3.84px;
    margin: 0 !important;
    color: #333;
    font-size: 32px;
    text-align: center;
    font-weight: 400;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #notfound p {
    color: #333;
    font-size: 24px;
    text-align: center;
    margin-top: 50px;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #notfound p br {
    display: none;
  }
  #notfound a {
    letter-spacing: 0.08em;
    border-radius: 10px;
    display: block;
    margin: 50px auto 0;
    width: 300px;
    height: auto;
    text-align: center;
    line-height: 60px;
    background-color: #793F65;
    font-size: 18px;
    font-weight: 400;
    color: white;
    font-family: "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Hiragino Sans, Hiragino Kaku Gothic ProN, "Noto Sans JP", "Noto Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  }
}
@media screen and (min-width: 769px) and (max-width: 1239.9px) {
  #notfound h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 3.2px;
    color: #793F65;
    text-align: center;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-top: 0;
    margin-bottom: 10px;
  }
  #notfound h2 {
    line-height: 1.2;
    letter-spacing: 3.2px;
    margin: 0 !important;
    color: #333;
    font-size: 28px;
    text-align: center;
    font-weight: 400;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}
#wrapper #content article .inner h3.heading {
  line-height: 1.8 !important;
}

h2.ttl_m3, .ttl_m3 {
  line-height: 1.5 !important;
}

#wrapper #content article .inner h2.ttl > span.description {
  line-height: 1.5;
  margin-top: 10px;
  display: inline-block;
}

#wrapper #content article .inner h2.ttl > span.description {
  text-align: center !important;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  #wrapper #content article .rankingSection .inner h2.ttl {
    padding-bottom: 30px;
  }
  #wrapper #content article .FaqSection .inner h2.ttl {
    padding-bottom: 50px !important;
  }
  #wrapper #content article .itemReviewSection .inner h2.ttl {
    padding-bottom: 50px;
  }
  #wrapper #content article .featuredItemSection .inner h2.ttl {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 450px) {
  #wrapper #content article .inner p.long-text {
    padding-bottom: 20px;
  }
}
#wrapper #content article .inner p.long-text.pb-0,
#wrapper #content article .inner p.pb-0 {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 1280px) {
  #wrapper #content article section.section .inner .sectionDesc {
    font-family: "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Hiragino Sans, Hiragino Kaku Gothic ProN, "Noto Sans JP", "Noto Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    color: #333;
    font-size: 16px;
    text-align: center;
    padding-bottom: 50px !important;
  }
  #wrapper #content article section.section .inner .sectionDesc p {
    font-family: "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Hiragino Sans, Hiragino Kaku Gothic ProN, "Noto Sans JP", "Noto Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    color: #333;
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
  }
  #wrapper #content article section.section .inner .sectionDesc p.text-justify {
    text-align: justify !important;
  }
  #wrapper #content article section.section .inner .sectionDesc p:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 769px) and (max-width: 1279px) {
  #wrapper #content article section.section .inner .sectionDesc {
    font-family: "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Hiragino Sans, Hiragino Kaku Gothic ProN, "Noto Sans JP", "Noto Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    color: #333;
    font-size: 16px;
    text-align: justify !important;
    padding-bottom: 50px !important;
  }
  #wrapper #content article section.section .inner .sectionDesc p {
    font-family: "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Hiragino Sans, Hiragino Kaku Gothic ProN, "Noto Sans JP", "Noto Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    color: #333;
    font-size: 16px;
    text-align: justify !important;
    padding-bottom: 20px;
  }
  #wrapper #content article section.section .inner .sectionDesc p:last-child {
    padding-bottom: 0;
  }
  .postid-10814 #wrapper #content article section.section.useDetailsRecommendSection .inner .sectionDesc,
  .postid-10813 #wrapper #content article section.section.useDetailsRecommendSection .inner .sectionDesc,
  .postid-10791 #wrapper #content article section.section.useDetailsRecommendSection .inner .sectionDesc,
  .postid-10792 #wrapper #content article section.section.useDetailsRecommendSection .inner .sectionDesc,
  .postid-7722  #wrapper #content article section.section.useDetailsRecommendSection .inner .sectionDesc,
  .postid-7766  #wrapper #content article section.section.useDetailsRecommendSection .inner .sectionDesc,
  .page-id-230 #wrapper #content article section.section.useSelectSection .inner .sectionDesc,
  .page-id-237 #wrapper #content article section.section.useSelectSection .inner .sectionDesc,
  .page-id-241 #wrapper #content article section.section.useSelectSection .inner .sectionDesc,
  .page-id-243 #wrapper #content article section.section.useSelectSection .inner .sectionDesc {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) {
  #wrapper #content article section.section .inner h2.ttl.has-left-line {
    padding-bottom: 25px !important;
    font-size: 32px !important;
  }
  #wrapper #content article section.section .inner h2.ttl.has-left-line > span.description {
    font-size: 32px !important;
    line-height: 1.5 !important;
    text-align: justify !important;
  }
  #wrapper #content article section.section .inner h2.ttl.has-left-line:after {
    top: 21px !important;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #content article section.section .inner h2.ttl.has-left-line {
    padding-bottom: 25px !important;
    font-size: 20px !important;
  }
  #wrapper #content article section.section .inner h2.ttl.has-left-line > span.description {
    font-size: 24px !important;
    line-height: 1.5 !important;
    text-align: justify !important;
  }
  #wrapper #content article section.section .inner h2.ttl.has-left-line:after {
    top: 11px !important;
  }
}
#wrapper #content article section.section .inner h2.ttl.left > span.description {
  text-align: justify !important;
}

#wrapper #content article section.section .inner p.sectionDesc.text-justify,
#wrapper #content article section.section .inner p.sectionDesc.text-justify-sp-tab {
  text-align: justify !important;
}
@media screen and (min-width: 1280px) {
  #wrapper #content article section.section .inner p.sectionDesc.text-justify-sp-tab {
    text-align: center !important;
  } 
}

#wrapper #content article section.section .inner p.sectionDesc.pb-0 {
  padding-bottom: 0 !important;
}

#wrapper #content article section.section .inner .sectionDesc.text-justify p {
  text-align: justify !important;
}

#wrapper #content article section.section .inner .sectionDesc p.center {
  text-align: center !important;
}

@media screen and (min-width: 1280px) {
  #wrapper #content article section.section .inner .sectionDesc.center {
    text-align: center !important;
  }
}
#wrapper #content article section.section .inner .sectionDesc.centerAll{
  text-align: center !important;
}

#wrapper #content article section.section .inner .sectionDesc.center.pb20 {
  padding-bottom: 20px !important;
}

#wrapper #content article section.section .inner .sectionDesc.pb-0 {
  padding-bottom: 0 !important;
}

.slickDelivered.item3 {
  margin: 0 auto !important;
  max-width: 1000px !important;
}

.deliveredSection {
  /* padding-left: 0 !important;
  padding-right: 0 !important; */
}

@media screen and (min-width: 769px) and (max-width: 1239.9px) {
  .slickRanking .rankColumn .rankImg, .slickRankingEx .rankColumn .rankImg {
    max-width: 220px !important;
  }
}
.rankingSection .rankColumn .rankHeading h3 {
  height: 3em; /* 制限したい行数が2の場合 */
  line-height: 1.5em !important; /* heightと同じ値にする */
  overflow: hidden;
  position: relative !important;
  word-wrap: break-word;
}
.rankingSection .rankColumn .rankHeading h3 a {
  margin-right: 1em;
}
.rankingSection .rankColumn .rankHeading h3 a:hover {
  color: #793F65 !important;
}
.rankingSection .rankColumn .rankHeading h3 a:visited {
  color: #793F65 !important;
}
.rankingSection .rankColumn .rankHeading h3::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 30%);
  bottom: 0;
  content: "…";
  padding-left: 1em;
  position: absolute;
  right: 0;
}
.rankingSection .rankColumn .rankHeading h3::after {
  background: white; /* 背景色 */
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.sectionPink.rankingSection .rankColumn .rankHeading h3::before,
.sectionPink-wrap .rankingSection .rankColumn .rankHeading h3::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(241, 235, 239) 30%);
  bottom: 0;
  content: "…";
  padding-left: 1em;
  position: absolute;
  right: 0;
}
.postid-10813 .sectionPink.rankingSection .rankColumn .rankHeading h3::before {
  background: #fff;
}
.sectionPink.rankingSection .rankColumn .rankHeading h3::after,
.sectionPink-wrap .rankingSection .rankColumn .rankHeading h3::after {
  background: rgb(241, 235, 239); /* 背景色 */
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.rankingSection .rankColumn .rankImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rankingSection .slickRankingEx .rankColumn .rankHeading h3::before{
  display: none;
}
.rankingSection .slickRankingEx .rankColumn .rankHeading h3::after{
  display: none;
}

@media screen and (min-width: 440px) {
  .slickRanking.slick-dotted.slick-slider, .slickRankingEx.slick-dotted.slick-slider {
    padding-bottom: 60px !important;
  }
}
#main-navigation .nav-wrapper-pc a {
  transition: all 0.6s ease;
  font-size: 16px;
}
#main-navigation .nav-wrapper-pc a:hover {
  opacity: 0.6;
}

#wrapper #content {
  position: relative;
  z-index: 1;
}
#wrapper #content.open {
  z-index: -1;
}

#wrapper header.header #header-bar .menuBtn {
  display: none !important;
}
#wrapper header.header #header-bar .menuBtn {
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute !important;
  right: 53px;
}
#wrapper header.header #header-bar .menuBtn span {
  background-color: #660000;
  width: 27px;
  height: 1px;
  margin-bottom: 7px;
  transition: all 0.6s ease;
}
#wrapper header.header #header-bar .menuBtn span:before {
  display: none;
}
#wrapper header.header #header-bar .menuBtn span:after {
  display: none;
}
#wrapper header.header #header-bar .menuBtn.hide {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1559px) {
  #wrapper header.header #header-bar .menuBtn {
    right: 43px;
  }
}
@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutAnime {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOutAnime {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 769px) {
  #pagetop {
    display: none !important;
  }
}
#pagetop {
  position: fixed;
  bottom: 22px;
  right: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
  transform: translateY(100px);
  z-index: 3000;
}
#pagetop.open {
  transform: translate(0) !important;
}
#pagetop .cartBtn {
  width: 60px;
  height: 60px;
  background-color: #793F65;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.3);
}
#pagetop .cartBtn img {
  margin: auto;
  margin-left: 20px;
  width: 25px;
}
#pagetop #menuBtnF {
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.3);
  cursor: pointer;
}
#pagetop #menuBtnF div {
  height: 50px;
  width: 27px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#pagetop #menuBtnF div span {
  width: 100%;
  height: 1px;
  background-color: #660000;
  margin-bottom: 7px;
  transition: all 0.6s ease;
}
#pagetop #menuBtnF div span:last-child {
  margin-bottom: 0;
}

@media (max-width: 1279px) and (min-width: 769px) {
  #pagetop {
    bottom: 25px;
  }
}

.insert-page.insert-page-11177 .purpose__card {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.161);
}

@media (min-width: 769px) and (max-width: 999px) {
  .insert-page.insert-page-10255 .purpose__wrap .purpose__card .purpose__card__links > div a {
    min-width: 50%;
    padding-right: 0;
  }
}
@media (min-width: 1000px) and (max-width: 1240px) {
  .insert-page.insert-page-10255 .purpose__wrap .purpose__card .purpose__card__links > div a {
    min-width: 33.33333%;
    padding-right: 0;
  }
}
@media screen and (min-width: 1241px) {
  .insert-page.insert-page-10255 .purpose__wrap .purpose__card .purpose__card__links > div a {
    min-width: 50%;
    padding-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  table.areaTable-1 > tbody > tr > td.-map-sp {
    display: block !important;
  }
  table.areaTable-1 > tbody > tr > td.-map {
    display: none !important;
  }
  table:not(.sp-table) td {
    width: 100% !important;
    display: block;
    border-bottom: 0;
    padding: 25px 1em 0 !important;
    border-top: 0;
  }
  table.areaTable-1 > tbody > tr > td img {
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }
  table.areaTable-1 {
    margin: 0 auto;
    width: 100%;
  }
  .insert-page.insert-page-11169 .-prefectures .areaTable-2 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .insert-page.insert-page-11169 .-prefectures .areaTable-2 li {
    max-width: 282px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 500px) {
  .insert-page.insert-page-11169 .-prefectures .areaTable-2 {
    padding: 50px;
    background: #F3F5F4;
    border-radius: 16px;
  }
  .insert-page.insert-page-11169 .-prefectures .areaTable-2 li {
    margin-bottom: 20px;
  }
  .insert-page.insert-page-11169 .-prefectures .areaTable-2 li a {
    font-size: 16px;
    font-family: "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Hiragino Sans, Hiragino Kaku Gothic ProN, "Noto Sans JP", "Noto Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #wrapper #content article section.section.explain .inner h2.ttl.center-sp > span.description {
    text-align: center !important;
  }
  #wrapper #content article section.section.explain .inner .columns {
    display: block;
  }
  #wrapper #content article section.section.explain .inner .columns .column-l {
    width: 100% !important;
  }
  #wrapper #content article section.section.explain .inner .columns .column-r.imageColumn {
    width: 100%;
  }
  #wrapper #content article section.section.explain .inner .columns .column-r.imageColumn img {
    display: block;
    width: 100%;
    max-width: 640px;
    margin: 0 auto 0;
  }
  #wrapper #content article section.section.explain .inner .columns .show-pc {
    display: none !important;
  }
  #wrapper #content article section.section.explain .inner .columns .show-sp {
    display: block !important;
  }
  .relatedItemsWrap.-noslick .relatedItem {
    margin-bottom: 75px !important;
  }
  #wrapper #content article .section.pickupSection  {
    padding-bottom: 25px !important;
  }
}
article section.columnSection h3.heading {
  padding: 0 !important;
  margin-bottom: 10px !important;
}
@media screen and (min-width: 769px) {
  article section.columnSection h3.heading {
    margin-bottom: 25px !important;
  }
}

@media (max-width: 1280px) {
  #wrapper #content article section.columnSection a.linkbtn {
    margin-right: auto;
    margin-left: auto;
  }
}
.flow__main.-white .flow__number:before {
  z-index: 0 !important;
}

#wrapper #content article section.flow.sectionPink .inner .flow__main .insert-page.insert-page-10253 .flow__item {
  border: none !important;
  background-color: #FFF !important;
}

#wrapper #content .post article section.section.FaqSection .inner h2.ttl,
#wrapper #content .post article section.section.FaqSection .inner h2.ttl + p {
  padding-bottom: 25px !important;
}
@media (min-width: 769px) {
  #wrapper #content .post article section.section.FaqSection .inner h2.ttl,
  #wrapper #content .post article section.section.FaqSection .inner h2.ttl + p {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1280px) {
  #wrapper #content .post article section.section.FaqSection .inner h2.ttl {
    padding-bottom: 50px !important;
  }
}

@media (max-width: 1279px) {
  .page-id-259 #wrapper #content .post article section.section.FaqSection .inner h2.ttl + p {
    text-align: justify !important; 
  }
}

#wrapper #content .post article section.section.FaqSection.sectionPink .faqList__summary {
  background-color: white !important;
}

#wrapper #content .post article section.section.wrapFaqSection.sectionPink .faqList__summary {
  background-color: white !important;
}

#wrapper #content .post article section.section.FaqSection .inner p.sectionDesc {
  text-align: center !important;
}
@media (max-width: 1280px) {
  .page-id-257 #wrapper #content .post article section.section.FaqSection .inner p.sectionDesc {
    text-align: justify !important;
  }
}

.faqList__summary span.icon {
  display: none !important;
}

.faqList__summary::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 10px solid #793F65;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  cursor: pointer;
  transition: all 0.6s ease;
}

.faqList__summary.open::after {
  transform: translateY(-50%) rotate(-180deg);
}
@media (min-width: 1280px) {
  .faqList__summary::after {
    right: 96px;
    border-top: 12px solid #793F65;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
}
.faqList__content .text {
  font-size: 14px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 10px 0;
  text-align: justify;
  -webkit-animation: fadeOut 0.8s ease;
          animation: fadeOut 0.8s ease;
}

.faqList__summary.-on + .faqList__content .text {
  -webkit-animation: fadeIn 0.8s ease;
          animation: fadeIn 0.8s ease;
}

@media screen and (min-width: 769px) {
  .faqList__content .text {
    padding: 40px 30px 0;
    font-size: 16px;
    line-height: 2;
  }
}
.wkr_reviews .wkr_review .content {
  line-height: 1.8 !important;
}

@media screen and (min-width: 1240px) {
  #wrapper #content section.section.useSelectSection {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 1239px) and (min-width: 769px) {
  #wrapper #content section.section.useSelectSection {
    padding-bottom: 75px !important;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  #wrapper #content .insert-page.insert-page-11343 section.section.useSelectSection {
    padding-bottom: 75px !important;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .relatedItemsWrap.slickFeatured .relatedItem {
    display: flex;
    width: 240px !important;
    margin: 0 18px;
  }
}
.relatedItemsWrap .relatedItem .column.itemName {
  margin: 10px auto !important;
  height: auto !important;
}

@media (min-width: 769px) and (max-width: 1239.9px) {
  #wrapper #content article section .relatedItemsWrap.-noslick .relatedItem {
    /* width: 28.3%; */
    width: calc((100% / 3) - 4.838%);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  section.section.rankingSection .slickRanking .rankColumn .rankHeading > .ico-rank, section.section.rankingSection .slickRankingEx .rankColumn .rankHeading > .ico-rank {
    top: 39px;
    left: -20px;
    display: block;
    padding: 0;
    width: 70px;
    height: 70px;
    font-weight: normal;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
  }
  section.section.rankingSection .slickRanking .rankColumn .rankHeading > h3.heading2, section.section.rankingSection .slickRankingEx .rankColumn .rankHeading > h3.heading2 {
    left: 58px;
  }
}

#wrapper #content article section.section.FaqSection .inner p.sectionDesc.sectionDesc.text-justify {
  text-align: justify !important;
}

#wrapper #content article section.section.wrapFaqSection .inner p.sectionDesc.text-justify {
  text-align: justify !important;
}

@media screen and (max-width: 1279px) {
  #wrapper #content article section.section.FaqSection .inner p.sectionDesc {
    text-align: justify !important;
  }
  #wrapper #content article section.section.wrapFaqSection .inner p.sectionDesc {
    text-align: justify !important;
  }
}

#wrapper #content article section.section.FaqSection .faqList__content {
  transition: all 0.8s ease;
}

@media screen and (min-width: 1280px) {
  #wrapper #content article section.section.originSection .inner .columns .column h2.ttl.has-left-line::after {
    top: 18px !important;
    bottom: auto;
  }
  #wrapper #content article section.section.originSection .inner .columns .column img {
    margin: 0 !important;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  #wrapper #content article section.section.originSection .inner .columns {
    display: block;
  }
  #wrapper #content article section.section.originSection .inner .columns .column {
    width: 100%;
  }
  #wrapper #content article section.section.originSection .inner .columns .column h2.ttl.has-left-line::after {
    top: 20px !important;
    bottom: auto;
  }
  #wrapper #content article section.section.originSection .inner .columns .column .show-pc {
    display: none;
  }
  #wrapper #content article section.section.originSection .inner .columns .column .show-sp {
    display: block;
  }
  #wrapper #content article section.section.originSection .inner .columns .column img {
    max-width: unset !important;
    width: 100% !important;
    margin: 0 auto 25px;
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  #wrapper #content article section.section.awardSection .inner .columns .column-r.imageColumn {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  #wrapper #content article section.section.awardSection .inner .columns {
    display: block;
  }
  #wrapper #content article section.section.awardSection .inner .columns .column {
    width: 100%;
  }
  #wrapper #content article section.section.awardSection .inner .columns .column .show-pc {
    display: none;
  }
  #wrapper #content article section.section.awardSection .inner .columns .column .show-sp {
    display: block;
  }
  #wrapper #content article section.section.awardSection .inner .columns .column .column-r.imageColumn img {
    max-width: 640px;
    width: 90%;
    margin: 0 auto 25px;
    display: block;
  }
  #wrapper #content article section.section.awardSection .inner .columns .column .awardSection__message {
    font-size: 16px;
  }
}
#wrapper #content article section.section.reason .insert-page.insert-page-10254 .reason__item__figure {
  padding-bottom: 0 !important;
  justify-content: center !important;
}

#wrapper #content article section.section.reason .insert-page.insert-page-10254 .reason__item .reason__item__text {
  font-size: 16px;
}

@media (max-width: 1280px) and (min-width: 769px) {
  #wrapper #content article .dividor-vertical {
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 1280px) {
  section.section.originSection .column-r.imageColumn {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1280px) and (min-width: 769px) {
  #wrapper #content article section.section.flow h2.ttl {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 1280px) and (min-width: 769px) {
  #wrapper #content article section.section.reason h2.ttl {
    padding-bottom: 50px !important;
  }
}
footer #bottomtitle {
  margin: 0 auto !important;
  line-height: 1.6 !important;
}

@media (max-width: 1280px) and (min-width: 769px) {
  footer #bottom_in .textwidget #bottomtitle {
    font-size: 32px !important;
    padding-bottom: 50px !important;
  }
  footer #bottom_in .textwidget #guide_in1 .box_g1 {
    margin-top: 0 !important;
  }
  footer #bottom_in .textwidget #guide_in1 .box_g1 h2.ttl_m3:first-of-type {
    /* margin-top: 0 !important; */
  }
}
/*# sourceMappingURL=add.css.map */