@charset "utf-8";

/* ご利用規約
--------------------------------------- */
.newsBlock {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 14px;
  margin: 20px 0;
  max-height: 385px;
  overflow-y: scroll;
}

.guide-section {
  background: #fff;
  padding: 25px;
}

.guide-section .sec {
  margin-top: 10px;
}

.guide-section ol {
  list-style: none;
  padding: 0 0 0 .5em;
}

.guide-section ol li ol {
  list-style: none;
  padding: 0;
}

.guide-section ol.liststyleDecimal {
  list-style: decimal;
  padding: 0 0 0 2em;
}

.guide-section .fontN li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.guide-section .fontN ol li {
  padding-left: 2.6em;
  text-indent: -2.6em;
}

.guide-section .dateOfIssue {
  text-align: right;
}

.guideTit {
  font-size: 24px;
  font-weight: bold;
  pointer-events: none;
}

.newsBlock .sec dl dt {
  font-weight: bold;
}

.newsBlock .sec .ttl {
  border-bottom: 2px solid #d8d8d8;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 1em;
  padding: 0 0 .5em;
}

.newsBlock .notation dl {
  font-size: 15px;
  width: 100%;
}

.newsBlock .notation dt {
  background: #f8f6f6;
  border-bottom: 2px solid #fff;
  padding: 1em;
}

.newsBlock .notation dd {
  padding: 1em 1em 2em 1em;
}

/* ガイド一覧　guide/index.html
--------------------------------------- */
.guide .tbOn {
  display: none;
}

.guideIndex .contents {
  margin: 30px auto 0;
}

.guideIndex .guideInner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5em;
  width: 100%;
}

.guideIndex .guideInner .guideGroup {
  width: calc((100% - 40px) / 2);
}

.guideIndex .guideInner .guideGroup:nth-child(n + 3) {
  margin-top: 40px;
}

.guideIndex .guideInner .guideGroup:nth-child(odd) {
  margin-right: 40px;
}

.guideIndex .guideInner .guideGroup a {
  transition: opacity .3s ease-in-out;
}

.guideIndex .guideInner .guideGroup a:hover {
  opacity: .7;
}

.guideIndex .guideInner .guideGroup a.headingLink {
  border: 2px solid #ce4d66;
  color: #ce4d66;
  display: block;
  font-size: 18px;
  padding: 5px 20px 5px 10px;
  position: relative;
}

.guideIndex .guideInner .guideGroup a.headingLink::after {
  background-image: url(/ec/shop/images/common/icon-arrow-right-pink.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  content: " ";
  height: 20px;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 10px;
}

.guideIndex .guideInner .guideGroup a.headingLink:hover {
  background-color: #ce4d66;
  color: #fff;
  opacity: 1;
}

.guideIndex .guideInner .guideGroup a.headingLink:hover::after {
  background-image: url(/ec/shop/images/common/icon-arrow-right-white.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  content: " ";
  height: 20px;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 10px;
}

.guideIndex .guideInner .guideGroup dl dd {
  margin-left: 2em;
  margin-top: 20px;
}

.guideIndex .guideInner .guideGroup dl dd ul li {
  margin-bottom: 15px;
}

.guideIndex .guideInner .guideGroup dl dd ul li:last-child {
  margin-bottom: 0;
}

.guideIndex .guideInner .guideGroup dl dd ul li a {
  display: block;
}

.guideIndex .guideInner .guideGroup dl dd ul li a:hover {
  text-decoration: underline;
}

.guideIndex .guideInner .aboutWrap {
  margin-right: 0 !important;
  width: 100%;
}

.guideIndex .guideInner .aboutWrap .aboutGroup {
  width: 100%;
}

.guideIndex .guideInner .aboutWrap .aboutGroup {
  display: flex;
  flex-wrap: wrap;
}

.guideIndex .guideInner .aboutWrap .aboutGroup li {
  width: calc((100% - 40px) / 2);
}

.guideIndex .guideInner .aboutWrap .aboutGroup li:not(:last-child) {
  margin-right: 40px;
}

.guideIndex .guideInner .MultiWrap {
  display: flex;
  flex-wrap: wrap;
  width: calc((100% - 40px) / 2);
}

.guideIndex .guideInner .MultiWrapLeftSide {
  margin-right: 40px;
}

.guideIndex .guideInner .MultiWrap .guideGroup {
  margin-right: 0;
  width: 100%;
}

.guideIndex .guideInner .MultiWrap.mt40 .guideGroup {
  margin-top: 40px;
}

.guideIndex .d-inline-b{
  display: inline-block;
}
.guideIndex .keyword-box{
  margin-bottom: 40px;
  padding: 20px 15px;
  /* padding: 0 10px; */
  background-color: #FFF5F6;
}
.guideIndex .keyword-box .keyword-box-head{
  padding-bottom: 3px;
  font-size: 23px;
  font-weight: bold;
  border-bottom: 1px solid #ce4d66;
}
.guideIndex .keyword-box .keyword-list{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.guideIndex .keyword-box .keyword-list li:not(:last-child){
  margin-right: 1em;
}
.guideIndex .keyword-box .keyword-list li a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2em 1em;
  background-color: #ce4d66;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #ce4d66;
  font-size: 14px;
  transition: opacity .3s ease-in-out;
}
.guideIndex .keyword-box .keyword-list li a:hover{
  background-color: #fff;
  color: #ce4d66;
  opacity: 1;
}

/* ガイド詳細共通　guide/以下
--------------------------------------- */
.guide .myPageTitleNav {
  position: relative;
}

.guide .myPageTitleNav .btnArea {
  margin: 0;
  position: absolute;
  right: 0;
  top: 23%;
  transform: translateY(-50%);
}

.guide .myPageTitleNav .btnArea .cancelBtnArrow {
  margin: 0;
  max-width: none;
  padding: .5em 1.5em .5em .5em;
  position: absolute;
  right: 0;
  top: 0;
  width: 220px;
}

.guide .myPageTitleNav .btnArea .cancelBtnArrow::before {
  background-position: 0 1px;
  left: auto;
  right: 20px;
  top: 31%;
  transform: scaleX(1);
}

/* ガイド詳細共通　アンカー--------- */
.guide .anchorWrap {
  margin-bottom: 30px;
}

.guide .anchorWrap ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 18px;
}

.guide .anchorWrap ul li a {
  border-bottom: 1px solid #7a7778;
  display: block;
  padding: 5px 18px 0 0;
  position: relative;
  transition: .2s;
}

.guide .anchorWrap ul li a:hover {
  background: #f5f5f5;
  color: #888;
}

.guide .anchorWrap ul li a::after {
  background-image: url(/ec/shop/images/common/icon-arrow-scroll-gray.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 13px auto;
  content: " ";
  height: 15px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 13px;
}

/* ガイド詳細共通　guideList以下--------- */
.guide .contents .guideList .guideWrap .guideWrapTtl {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
}

.guide .contents .guideList .guideWrap {
  margin-bottom: 60px;
}

.guide .contents .guideList .guideWrap .mt30 {
  margin-top: 30px;
}

.guide .contents .guideList .guideWrap .mt0 {
  margin-top: 0 !important;
}

.guide .contents .guideList .guideWrap .mt10 {
  margin-top: 10px !important;
}

.guide .contents .guideList .guideWrap .mt20 {
  margin-top: 20px !important;
}

.guide .contents .guideList .guideWrap .mb20 {
  margin-bottom: 20px !important;
}

.guide .contents .guideList .guideWrap .mb30 {
  margin-bottom: 30px !important;
}

.guide .contents .guideList .guideWrap .mb60 {
  margin-bottom: 60px !important;
}

.guide .contents .guideList .guideWrap p.first {
  font-size: 16px;
  margin-bottom: 10px;
}

.guide .contents .guideList .guideWrap p.mb60 {
  margin-bottom: 60px;
}

.guide .contents .guideList .guideWrap:last-child {
  margin-bottom: 5em;
}

.guide .contents .guideList .guideWrap .guideBox {
  margin: 0 1em 30px 2em;
}

.guide .contents .guideList .guideWrap .guideBox .guideBoxTtl {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.guide .contents .guideList .guideWrap .guideBox>dl:nth-of-type(n + 2) {
  margin-top: 30px;
}

.guide .contents .guideList .guideWrap .guideBox .guideBoxTtlConvenience {
  font-size: 18px;
}

.guide .contents .guideList .guideWrap .guideBox>p {
  font-size: 16px;
}

.guide .contents .guideList .guideWrap .guideBox:last-child {
  margin-bottom: 0;
}

.guide .contents .guideList .guideWrap .guideBox dl dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.guide .contents .guideList .guideWrap .guideBox dl .acceptedCreditCards,
.guide .contents .guideList .guideWrap .guideBox dl .availableConvenienceStores,
.guide .contents .guideList .guideWrap .guideBox dl.codeInner dt {
  font-size: 18px;
}

.guide .contents .guideList .guideWrap .guideBox dl .availableConvenienceStores {
  margin-left: 28px;
}

.guide .contents .guideList .guideWrap .guideBox dl dd p {
  font-size: 16px;
}

.guide .contents .guideList .guideWrap .guideBox dl dd p.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.guide .contents .guideList .guideWrap .guideBox .subGuideBox {
  margin: 0 1em 0 2em;
}

.guide .contents .guideList .guideWrap .guideBox .subGuideBoxNormal {
  margin: 0 1em 0 1em;
}

.guide .contents .guideList .guideWrap .guideBox .subGuideBoxNormal dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

.guide .contents .guideList .guideWrap .guideBox dl dt.subHeading {
  font-weight: normal;
  padding-left: 1em;
  text-indent: -1em;
}

.guide .contents .guideList .guideWrap .guideBox .notes {
  font-size: 14px;
  margin-top: 10px;
}

.guide .contents .guideList .guideWrap .guideBox .notes.number>ul {
  counter-reset: number 0;
}

.guide .contents .guideList .guideWrap .guideBox .notes.number>ul>li {
  font-size: 16px;
  line-height: 1.8em;
}

.guide .contents .guideList .guideWrap .guideBox .notes.number>ul>li::before {
  content: counter(number) ". ";
  counter-increment: number 1;
  white-space: pre-wrap;
}

.guide .contents .guideList .guideWrap .guideBox .notes.disc>ul>li {
  font-size: 16px;
  line-height: 1.8em;
}

.guide .contents .guideList .guideWrap .guideBox .notes.disc.fs14>ul>li {
  font-size: 14px;
}

.guide .contents .guideList .guideWrap .guideBox .notes.disc>ul>li::before {
  content: "・";
}

.guide .contents .guideList .guideWrap .guideBox .notes.normal>ul {
  counter-reset: number 0;
}

.guide .contents .guideList .guideWrap .guideBox .notes.normal>ul>li {
  font-size: 16px;
  padding-left: 43px;
  position: relative;
  text-indent: 0;
}

.guide .contents .guideList .guideWrap .guideBox .notes.normal>ul>li::before {
  content: "（"counter(number) "）";
  counter-increment: number 1;
  left: 0;
  position: absolute;
  white-space: pre-wrap;
}

.guide .contents .guideList .guideWrap .guideBox .notes.noneList>ul {
  counter-reset: number 0;
}

.guide .contents .guideList .guideWrap .guideBox .notes.noneList>ul>li {
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
}

.guide .contents .guideList .guideWrap .guideBox .notes.noneList>ul>li::before {
  content: "";
}

.guide .contents .guideList .guideWrap .guideBox .notes>ul>li>div {
  margin-bottom: 5px;
  margin-top: 0;
}

/* 3Dセキュア2.0について 追加　2025/02 */
.guide .contents .guideList .guideWrap .guideBox .credit-fujisaki-card img{
  display: block;
  width: 123px;
}
.guide .contents .guideList .guideWrap .guideBox .credit-use-others .img{
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 760px;
}
.guide .contents .guideList .guideWrap .guideBox .credit-use-others .img > span{
  width: calc((100% - 70px) / 8);
}
.guide .contents .guideList .guideWrap .guideBox .credit-use-others .img > span + span{
  margin-left: 10px;;
}
.guide .contents .guideList .guideWrap .guideBox .credit-use-others .img > span:nth-child(8n + 1){
  margin-left: 0;
}
.guide .contents .guideList .guideWrap .guideBox .credit-use-others .img > span:nth-child(n + 9){
  margin-top: 5px;
}
.guide .contents .guideList .guideWrap .guideBox .credit-use-others .img > span img{
  max-width: 86px;
}
.guide .contents .guideList .guideWrap .guideBox .credit-use-others{
  container-type: inline-size;
}
@container (width <= 960px) {
  .guide .contents .guideList .guideWrap .guideBox .credit-use-others .img{
    max-width: 720px;
  }
  .guide .contents .guideList .guideWrap .guideBox .credit-use-others .img > span:nth-child(12){
    margin-left: 10px;
  }
  .guide .contents .guideList .guideWrap .guideBox .credit-use-others .img > span:nth-child(8n + 1){
    margin-left: 0;
  }
  .guide .contents .guideList .guideWrap .guideBox .credit-use-others .img > span:nth-child(n + 9){
    margin-top: 5px;
  }
  @container (width <= 680px) {
    .guide .contents .guideList .guideWrap .guideBox .credit-use-others .img > span img{
      width: 100%;
      max-width: 64px;
    }
    .guide .contents .guideList .guideWrap .guideBox .credit-use-others .img > span{
      width: calc((100% - 70px) / 8);
    }
  }
  @container (width <= 568px) {
    .guide .contents .guideList .guideWrap .guideBox .credit-use-others .img > span{
      width: calc((100% - 30px) / 4);
    }
    .guide .contents .guideList .guideWrap .guideBox .credit-use-others .img > span img{
      max-width: inherit;
    }
    .guide .contents .guideList .guideWrap .guideBox .credit-use-others .img > span:nth-child(4n + 1){
      margin-left: 0;
    }
    .guide .contents .guideList .guideWrap .guideBox .credit-use-others .img > span:nth-child(n + 5){
      margin-top: 5px;
    }
  }
}
.guide .contents .guideList .guideWrap .guideBox .buy-3d-secure .buy-3d-secure-img{
  padding: 20px 30px;
  display: inline-block;
  border: 1px solid #cbcbcb;
}
.guide .contents .guideList .guideWrap .guideBox .buy-3d-secure dd img{
  max-width: 800px;
  width: 100%;
}
.guide .contents .guideList .guideWrap .guideBox .buy-3d-secure-list li{
  font-size: 16px;
  line-height: 1.8em;
  position: relative;
}
.guide .contents .guideList .guideWrap .guideBox .buy-3d-secure-list li::before{
  content: "・";
}

/* ガイド詳細 アイコンリスト--------- */
.guide .contents .guideList .guideWrap .guideBox .iconList {
  margin-top: 20px;
}

.guide .contents .guideList .guideWrap .guideBox .iconList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.guide .contents .guideList .guideWrap .guideBox .iconList dl {
  align-content: flex-start;
  display: flex;
  justify-content: flex-start;
  width: calc((100% - 40px) / 2);
}

.guide .contents .guideList .guideWrap .guideBox .iconList dl:nth-of-type(n + 3) {
  margin-top: 30px;
}

.guide .contents .guideList .guideWrap .guideBox .iconList dl:not(:nth-child(2n)) {
  margin-right: 20px;
}

.guide .contents .guideList .guideWrap .guideBox .iconList dl:last-child {
  margin-bottom: 0;
}

.guide .contents .guideList .guideWrap .guideBox .iconList dl dt {
  margin-bottom: 0;
}

.guide .contents .guideList .guideWrap .guideBox .iconList dl dt img {
  width: 136px;
}

.guide .contents .guideList .guideWrap .guideBox .iconList dl dt .iconDeliveryReceiveOnly {
  align-items: center;
  background-color: #bcdae8;
  color: #38536a;
  display: flex;
  font-size: 15px;
  font-weight: 300;
  height: 28px;
  justify-content: center;
  width: 136px;
}

.guide .contents .guideList .guideWrap .guideBox .iconList dl dt .iconStoreReceiveOnly {
  align-items: center;
  background-color: #f9dad4;
  color: #af4c4c;
  display: flex;
  font-size: 15px;
  font-weight: 300;
  height: 28px;
  justify-content: center;
  width: 136px;
}

.guide .contents .guideList .guideWrap .guideBox .iconList dl dt .iconNew {
  align-items: center;
  background-color: #597dbb;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 300;
  height: 28px;
  justify-content: center;
  width: 136px;
}

.guide .contents .guideList .guideWrap .guideBox .iconList dl dt .iconSale {
  align-items: center;
  background-color: #c54647;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 300;
  height: 28px;
  justify-content: center;
  width: 136px;
}

.guide .contents .guideList .guideWrap .guideBox .iconList dl dd {
  font-size: 14px;
  margin-left: 10px;
  width: calc(100% - 146px);
}

/*画像2つ並び1列*/
.guide .contents .guideList .guideWrap .guideBox .linkImgWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.guide .contents .guideList .guideWrap .guideBox .linkImgWrap>div {
  width: 335px;
}

.guide .contents .guideList .guideWrap .guideBox .linkImgWrap>div:not(:last-child) {
  margin-right: 10px;
}

/* ガイド詳細 説明画像--------- */
.guide .contents .guideList .guideWrap .guideBox .guideImgWrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.guide .contents .guideList .guideWrap .guideBox .guideImgWrap .guideImg {
  max-width: 500px;
  width: 100%;
}

.guide .contents .guideList .guideWrap .guideBoxSimplification .guideImgWrap .guideImg {
  text-align: center;
}

.guide .contents .guideList .guideWrap .guideBoxSimplification .guideImgWrap .guideImg img {
  border: 1px solid #dadada;
}

.guide .contents .guideList .guideWrap .guideBox .guideImg.row {
  margin-top: 10px;
  width: 100%;
}

.guide .contents .guideList .guideWrap .guideBox .guideImgWrap .guideImg:not(:last-child) {
  margin-bottom: 20px;
}

/* ガイド詳細 2カラム--------- */
.guide .contents .guideList .guideWrap .guideBox .boxRows {
  display: flex;
}

.guide .contents .guideList .guideWrap .guideBox .boxRows>p,
.guide .contents .guideList .guideWrap .guideBox .boxRows>div,
.guide .contents .guideList .guideWrap .guideBox .boxRows .guideBoxText {
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.8em;
  margin-right: 20px;
  margin-top: 0;
  width: 60%;
}

.guide .contents .guideList .guideWrap .guideBox .boxRows .guideImgWrap {
  margin-right: 0;
  margin-top: 0;
  width: 40%;
}

/* ポップアップ 支払いステップ画像あり--------- */
.guide .guideStepWrap {
  background-color: #efefef;
  margin: 20px auto 0;
  padding: 20px 20px 30px;
}

.guide .contents .guideList .guideWrap .guideBox .guideStepWrap ul li:not(:last-child) {
  margin: 0 auto 40px;
}

.guide .contents .guideList .guideWrap .guideBox .guideStepWrap ul li dl {
  display: flex;
  justify-content: space-between;
}

.guide .contents .guideList .guideWrap .guideBox .guideStepWrap ul li dl dt {
  font-size: 16px;
  font-weight: normal !important;
  padding-left: 1.5em;
  padding-right: 10px;
  text-indent: -1.5em;
  width: 70%;
}

.guide .contents .guideList .guideWrap .guideBox .guideStepWrap ul li dl dd {
  text-align: center;
  width: 30%;
}

.guide .contents .guideList .guideWrap .guideBox .guideStepWrap ul li dl dt>span.notes {
  font-size: 14px !important;
}

/* ポップアップ 支払いステップ画像なし--------- */
.guidepayment .linkToggleContent .guideNumberStepWrap {
  background-color: #f8f8f8 !important;
}

.guide .contents .guideList .guideWrap .guideBox .guideNumberStepWrap {
  background-color: #efefef;
  margin: 20px auto 0;
  padding: 30px 20px;
}

.guide .contents .guideList .guideWrap .guideBox .guideNumberStepWrap ul li:not(:last-child) {
  margin: 0 auto 20px;
}

.guide .contents .guideList .guideWrap .guideBox .guideNumberStepWrap ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.guide .tbBlock {
  display: none;
}

/*オンライン会員について step*/
.guide .contents .guideList .guideWrap .guideBox.step>dl {
  margin-bottom: 20px;
}

/*Fポイント・クーポンについて guidefpoint table*/
.guidefpoint .contents .guideList .guideWrap .guideBox .guideTable {
  margin-top: 10px;
}

.guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table {
  width: 100%;
}

.guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table th,
.guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table td {
  font-size: 16px;
  font-weight: normal;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
}

.guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table tr:first-child,
.guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table tr:nth-child(2) {
  background-color: #dadada;
}

.guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table tr:first-child th,
.guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table tr:nth-child(2) th {
  border: 1px solid #fff;
  font-weight: bold;
}

.guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table tr th {
  background-color: #dadada;
  border: 1px solid #fff;
  white-space: nowrap;
}

.guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table tr td {
  background-color: #f0f0f0;
}

.guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table tr:nth-child(n + 3) th:first-child {
  font-weight: bold;
  white-space: nowrap;
  width: 16%;
}

.guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table tr:nth-child(n + 3) th:nth-child(2),
.guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table tr:nth-child(n + 4) th:first-child {
  font-weight: bold;
  white-space: nowrap;
  width: 16%;
}

.guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table tr:nth-child(3) td:nth-of-type(1) {
  border-bottom: 1px solid #dadada;
}

.guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table tr:nth-child(5) td:nth-of-type(1) {
  border-bottom: 1px solid #dadada;
}

.guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table tr:nth-child(3) td:nth-of-type(2) {
  border: 1px solid #dadada;
  border-bottom: none;
  border-top: none;
}

.guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table tr td {
  width: 20%;
}

.guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table tr td:nth-child(2) {
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
}

.guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table tr td:nth-child(3) {
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
}

.guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table tr:nth-child(7) td {
  border-right: 1px solid #dadada;
}

.guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table tr:nth-child(4) td:nth-of-type(1), .guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table tr:nth-child(4) td:nth-of-type(2) {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
}

/* 配送について
--------------------------------------- */
.guideDelivery table {
  width: 100%;
}

.guideDelivery .delivery-fee {
  margin: 20px 0;
}

.guideDelivery .delivery-fee tr:first-child,
.guideDelivery .delivery-fee tr:nth-child(2) {
  background-color: #dadada;
}

.guideDelivery .delivery-fee tr:first-child th,
.guideDelivery .delivery-fee tr:nth-child(2) th {
  border: 1px solid #fff;
}

.guideDelivery .delivery-fee tr:nth-of-type(3),
.guideDelivery .delivery-fee tr:nth-of-type(5),
.guideDelivery .delivery-fee tr:nth-of-type(7),
.guideDelivery .delivery-fee tr:nth-of-type(9),
.guideDelivery .delivery-fee tr:nth-of-type(11) {
  background-color: #fafafa;
}

.guideDelivery .delivery-fee tr:nth-of-type(4),
.guideDelivery .delivery-fee tr:nth-of-type(6),
.guideDelivery .delivery-fee tr:nth-of-type(8),
.guideDelivery .delivery-fee tr:nth-of-type(10),
.guideDelivery .delivery-fee tr:nth-of-type(12) {
  background-color: #f0f0f0;
}

.guideDelivery .delivery-fee th,
.guideDelivery .delivery-fee td {
  font-size: 16px;
  padding: 10px 15px;
  vertical-align: middle;
}

.guideDelivery .delivery-fee .area {
  font-weight: bold;
}

.guideDelivery .delivery-fee .price {
  text-align: right;
  word-break: keep-all;
}

.guideDelivery .emphasis {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}

/* 特定商取引に関する法律に基づく表記
--------------------------------------- */
.guideLaw .table {
  margin: 20px 0;
  text-align: left;
  width: 100%;
}

.guideLaw .table th,
.guideLaw .table td {
  font-size: 16px;
  padding: 10px 15px 10px 25px;
  vertical-align: middle;
}

.guideLaw .table th {
  background-color: #dadada;
  border-bottom: 1px solid #fff;
}

.guideLaw .table tr:nth-child(even) td {
  background-color: #f0f0f0;
}

.guideLaw .table tr:nth-child(odd) td {
  background-color: #fafafa;
}

.guideLaw .guideWrap:nth-of-type(1) .table th {
  width: 260px;
}

.guideLaw .guideWrap:nth-of-type(9) .table th {
  width: 260px;
}

.guideLaw .contents .guideList .guideWrap .guideBox .notes {
  font-size: 16px;
  margin-top: 0;
}

.guideLaw .contents .guideList .guideWrap .guideBox .notes .cancel li {
  font-size: 14px;
}

.guideLaw .contents .guideList .guideWrap .guideBox .notes.normal>.returns {
  margin-left: -9px;
}

.guideLaw .contents .guideList .guideWrap .guideBox .notes.normal>ul>li {
  padding-left: 2.5em;
  text-indent: 0;
}

.guideLaw .contents .guideList .guideWrap .guideBox .notes.normal>ul>li li {
  padding-left: 1.3em;
  text-indent: -1em;
}

.guideLaw .mrb10 {
  margin-bottom: 10px;
}

.guideLaw .contents .guideList .guideWrap .guideBox .notes>ul>li>div {
  margin-bottom: 5px;
  margin-top: 10px;
}

.guideLaw .contents .guideList .guideWrap .guideBox .notes .cancel>li {
  font-size: 14px;
}

/* プライバシーポリシー
--------------------------------------- */
.guidePrivacy .contents .guideList .guideWrap .guideBox .notes.number>.basicPolicy {
  padding: 0 10px;
}

.guidePrivacy .contents .guideList .guideWrap .guideBox .notes.number>.basicPolicy>li::before {
  display: inline-block;
  text-align: right;
  white-space: pre-wrap;
  width: 1em;
}

.guidePrivacy .mrb10 {
  margin-bottom: 10px;
}

.guidePrivacy .notes.normal {
  margin-left: -10px;
}

/* ご利用規約
--------------------------------------- */
.guideAgreement .point .notes ul li::before {
  content: none;
}

.guideAgreement .point .notes ul li ul li {
  padding-left: 0;
  text-indent: 0;
}

.guideAgreement .point .notes ul li ul li ul li {
  padding-left: 3.2em;
  text-indent: -1.7em;
}

.guideAgreement .point .notes ul li ul li ul li::before {
  content: "";
  margin-right: 3px;
}

.guideAgreement .point .notes ul li ul li ul li:first-child::before {
  content: "a）";
}

.guideAgreement .point .notes ul li ul li ul li:nth-child(2)::before {
  content: "b）";
}

.guideAgreement .point .notes ul li ul li ul li:nth-child(3)::before {
  content: "c）";
}

.guideAgreement .point .notes ul li ul li ul li:nth-child(4)::before {
  content: "d）";
}

.guideAgreement .contents .guideList .guideWrap .guideBox dl:nth-of-type(n + 2) {
  margin-top: 30px;
}

/* お支払いについて
--------------------------------------- */
.guidepayment .contents .guideList .guideWrap .fcard .notes,
.guidepayment .contents .guideList .guideWrap .guideBox dl b {
  font-size: 16px;
}

/* お支払いについて クレジットカード支払いについて
--------------------------------------- */
.guidepayment .contents .guideList .guideWrap .cardWrap {
  margin: 0 1em 30px 2em;
}

.guidepayment .contents .guideList .guideWrap .cardWrap .cardWrapInner {
  font-size: 18px;
}

@media all and (-ms-high-contrast: none) {
  .guidepayment .contents .guideList .guideWrap .cardWrap .cardWrapInner .otherCardWrapInner .img img {
    max-width: 791px;
    width: 100%;
  }
}

.guidepayment .contents .guideList .guideWrap .cardWrap .cardWrapInner>dd {
  border: 1px solid #a3a3a3;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 30px;
}

.guidepayment .contents .guideList .guideWrap .cardWrap .cardWrapInner>.receipt {
  border: none;
  display: block;
  padding: 0;
}

.guidepayment .contents .guideList .guideWrap .cardWrap .cardWrapInner dd .fcardWrapInner,
.guidepayment .contents .guideList .guideWrap .cardWrap .cardWrapInner dd .otherCardWrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  .guidepayment .contents .guideList .guideWrap .cardWrap .cardWrapInner dd .fcardWrapInner {
    display: block;
  }
}

.guidepayment .contents .guideList .guideWrap .cardWrap .cardWrapInner dd .otherCardWrap {
  margin-top: 20px;
}

.guidepayment .contents .guideList .guideWrap .cardWrap .cardWrapInner .fcardWrap b,
.guidepayment .contents .guideList .guideWrap .cardWrap .cardWrapInner .otherCardWrap b {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.guidepayment .contents .guideList .guideWrap .cardWrap .cardWrapInner .fcardWrap-headding{
  margin-left: 1.1em;
  text-indent: -1.1em;
}


/* お支払いについて セキュリティコードについて
--------------------------------------- */
.guidepayment .contents .guideList .guideWrap .securityWrap {
  border: 1px solid #a3a3a3;
  margin: 20px 1em 30px 0;
  padding: 20px 30px;
}

.guidepayment .contents .guideList .guideWrap .securityWrap b {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

/* お支払いについて ご利用可能なコンビニエンスストア
--------------------------------------- */
.guidepayment .contents .guideList .guideWrap .convenienceWrap {
  border: 1px solid #a3a3a3;
  margin: 0 1em 30px 2em;
  padding: 20px 30px;
}

.guidepayment .contents .guideList .guideWrap .convenienceWrap b {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

/* お支払いについて セキュリティコードについて
--------------------------------------- */
.guidepayment .contents .guideList .guideWrap .codeWrap {
  margin: 0 1em 30px 2em;
}

/* ご注文について
--------------------------------------- */
.guideorder .contents .guideList .guideWrap .cardWrapContact {
  margin: 0 1em 30px 2em;
}

/* ご進物体裁・ギフトについて
--------------------------------------- */
.guideWrapping .table {
  margin: 20px 0;
  text-align: left;
  width: 100%;
}

.guideWrapping .table th,
.guideWrapping .table td {
  font-size: 16px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.guideWrapping .table th {
  background-color: #dadada;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #dadada;
}

.guideWrapping .table tr:nth-child(even) td {
  background-color: #f0f0f0;
  text-align: center;
}

.guideWrapping .table tr:nth-child(odd) td {
  background-color: #fafafa;
}

.guideWrapping .guideWrap:nth-of-type(1) .table th {
  white-space: nowrap;
}

.guideWrapping .tableExample td {
  background-color: transparent !important;
}

.guideWrapping .tableExample td img {
  border: 1px solid #dadada;
}

@media all and (-ms-high-contrast: none) {
  .guideWrapping .tableExample td img {
    width: 100%;
  }

  .guideWrapping .tableExample td div:last-child img {
    width: 64%;
  }
}

.guideWrapping .tableExample td img:first-child {
  margin-bottom: 10px;
}

.guideWrapping .tableExample td {
  border: 1px solid #9c9393;
  width: 33.333%;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .guideWrapping .tableExample20220222 th {
    font-size: 1.477vw;
  }
}

.guideWrapping .tableExample20220222 td {
  width: 25%;
}

.guideWrapping .tableExample th:not(:last-child) {
  border-right: 1px solid #fff;
}

.guideWrapping .tableExample th:first-child {
  border-left: 1px solid #dadada;
}

.guideWrapping .tableExample th:last-child {
  border-right: 1px solid #dadada;
}

.guideWrapping.orderPopUp {
  margin-bottom: 0;
}

.guideWrapping .tableType.spNone,
.guideWrapping .tableExample.spNone {
  display: table;
  width: calc(100% - 1em);
}

.guideWrapping .table.tableType tbody tr:last-child td {
  border-bottom: 1px solid #9c9393;
  border-right: 1px solid #9c9393;
}

.guideWrapping .table.tableType tbody tr:last-child th {
  border-bottom: 1px solid #dadada;
}

.guideWrapping .table.tableType tbody tr td img {
  border: 1px solid #dadada;
}

.guideWrapping.orderPopUp ul li {
  font-size: 14px;
}

.guideWrapping.orderPopUp {
  margin: 0;
}

@media all and (-ms-high-contrast: none) {
  .guideWrapping .table.tableType tbody tr td img {
    width: 100%;
  }
}

.guideWrapping .table.tableType tbody tr:first-child td {
  background-color: #f0f0f0;
  border-right: 1px solid #fff;
  width: 25%;
}

.guideWrapping .table.tableType tbody tr:first-child td:last-child {
  border-right: 1px solid #f0f0f0;
}

.guideWrapping .table.tableType tbody tr:last-child td {
  background-color: #fafafa;
}

.orderPopUp .wrapTable table td .notes li,
.guideorder .wrapTable .notesNotSelect li {
  font-size: 14px;
}

/* =========================================================
pop_wrapping.htmlguide/commodity.html
============================================================ */
.guide .contents .guideList .guideWrap .guideBox p span.searchImg {
  display: inline-block;
  padding: 0 4px;
  vertical-align: middle;
  width: 40px;
}

.guide .contents .guideList .guideWrap .guideBox p span.searchImg2 {
  display: inline-block;
  padding: 0 4px;
  vertical-align: middle;
  width: 30px;
}

/* =========================================================
pop_wrapping.html
============================================================ */
body.orderPopUp .contents {
  margin: 0 auto;
}

.orderPopUp .contents .main>p {
  font-size: 16px;
}

.orderPopUp .notes {
  font-size: 16px;
}

.orderPopUp .guideList {
  margin-top: 30px;
}

.orderPopUp .wrapTable {
  margin: 20px 1em 50px 2em;
}

.orderPopUp .contents .guideList .guideWrap .guideBox .wrapTable dl dt {
  font-size: 18px;
  margin-bottom: 5px;
}

.orderPopUp .wrapTable table {
  margin-bottom: 20px;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

.orderPopUp .wrapTable table>tbody>tr.spNone {
  display: table-row;
}

.orderPopUp .wrapTable table th {
  background-color: #dadada;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-top: none;
  font-weight: bold;
}

.orderPopUp .wrapTable table tr th:first-child {
  border-right: 1px solid #fff;
}

.orderPopUp .wrapTable table tr th:nth-child(2) {
  border-left: 1px solid #fff;
}

.orderPopUp .wrapTable table td {
  border: 1px solid #a3a3a3;
  vertical-align: middle;
}

.orderPopUp .wrapTable table td.top {
  vertical-align: top;
}

.orderPopUp .wrapTable table th {
  font-size: 16px;
  padding: 10px 10px 10px 19px;
  width: 50%;
}

.orderPopUp .wrapTable table td {
  padding: 0 20px 5px 20px;
  vertical-align: top;
}

.orderPopUp .wrapTable table td:first-child {
  border-right: none;
  border-right: 1px solid #fff;
  padding: 14px 20px 20px 20px;
}

.orderPopUp .wrapTable table td img {
  display: block;
  margin: 0 auto;
}

/* =========================================================
pop_seccode.html
============================================================ */
body.seccodePopup {
  margin: 30px 0 5em;
}

body.seccodePopup .btnArea {
  margin: 0 auto;
}

.seccodePopup .contents .main>p {
  font-size: 16px;
}

.seccodePopup .guideList {
  margin-top: 30px;
}

.seccodePopup .descriptiongroup {
  margin: 20px 0;
}

/* =========================================================
pop_order_cancel.html
============================================================ */
.cancelPopup .desc ul li::before {
  content: "・";
}

.cancelPopup .desc ul li {
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
}

.cancelPopup .contents .main .guideList .guideBox>p {
  margin-bottom: 20px;
}

.cancelPopup .contents .main .guideList .guideWrap .inqbox {
  border: 1px solid #555;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px;
}

.cancelPopup .cancel.mt10 li {
  font-size: 14px;
}


/* =========================================================
member/history/pop_settlement_procedure.html
============================================================ */

.memberHistoryPopup {
  margin: 30px 0 5em;
}

.memberHistoryPopup .btnArea {
  margin: 0 auto;
}

.memberHistoryPopup .contents .main>p {
  font-size: 16px;
}

.memberHistoryPopup .guideList {
  margin-top: 30px;
}

.memberHistoryPopup .descriptiongroup {
  margin: 20px 0;
}

.memberHistoryPopup .contents .main .guideList .guideBox>p {
  font-size: 16px;
  margin-bottom: 20px;
}

.memberHistoryPopup .ulDec ul li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.memberHistoryPopup .ulDec ul li,
.memberHistoryPopup .notes ul li {
  font-size: 16px;
}

.memberHistoryPopup .linkNewWindow {
  border-bottom: 1px solid #555;
  font-size: 16px;
  padding-right: 22px;
  position: relative;
}

.memberHistoryPopup .linkNewWindow::before {
  background: url(/ec/shop/images/login/returnArrow.svg) no-repeat;
  background-position: 0 1px;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
}

.guidepayment .linkToggle,
.memberHistoryPopup .linkToggle {
  background-color: #efefef;
  display: block;
  margin-top: 20px;
  padding: 20px;
}

.guidepayment .linkToggleContent,
.memberHistoryPopup .linkToggleContent {
  background-color: #efefef;
  padding: 0 10px 20px;
}

.guidepayment .linkToggleContent .contents,
.memberHistoryPopup .linkToggleContent .contents {
  margin-top: 0 !important;
}

.guidepayment .linkToggle span,
.memberHistoryPopup .linkToggle span {
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding-right: 22px;
  position: relative;
}

.guidepayment .linkToggle span::after,
.memberHistoryPopup .linkToggle span::after {
  background-image: url(/ec/shop/images/common/icon-arrow-up-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 13px;
  position: absolute;
  right: 0;
  top: 63%;
  -webkit-transform: translateY(-63%) rotate(180deg);
  transform: translateY(-63%) rotate(180deg);
  transition: transform .1s ease-in;
  width: 25px;
}

.guidepayment .linkToggleContent .headingFlowLv2,
.memberHistoryPopup .linkToggleContent .headingFlowLv2 {
  font-size: 18px;
  text-align: left;
}

.guidepayment .contents .guideList .guideWrap .linkToggleContent .guideWrapTtl,
.memberHistoryPopup .contents .guideList .guideWrap .linkToggleContent .guideWrapTtl {
  font-size: 16px;
}

.guidepayment .linkToggleContent .guideList,
.memberHistoryPopup .linkToggleContent .guideList {
  margin-top: 0;
}

.guidepayment .linkToggleContent .leadNotes,
.memberHistoryPopup .linkToggleContent .leadNotes {
  font-size: 16px;
}

.guidepayment .contents .linkToggleContent .guideList .guideWrap:last-child,
.guide .contents .linkToggleContent .guideList .guideWrap:last-child {
  margin-bottom: 1em;
}

.guidepayment .linkToggle.opened span::after,
.memberHistoryPopup .linkToggle.opened span::after {
  top: 63%;
  -webkit-transform: rotranslateY(-63%) rotate(180deg) tate(0deg);
  transform: translateY(-63%) rotate(360deg);
  transform-origin: center;
}

.guidepayment .linkToggleContent .contentsTitleWrap,
.memberHistoryPopup .linkToggleContent .contentsTitleWrap {
  display: none;
}

.guidepayment .linkToggleContent .contents .guideList .guideWrap .guideStepWrap,
.memberHistoryPopup .linkToggleContent .contents .guideList .guideWrap .guideStepWrap,
.memberHistoryPopup .linkToggleContent .contents .guideList .guideWrap .guideNumberStepWrap {
  background-color: #f8f8f8;
}

.guidepayment .linkToggleContent .contents .guideList .guideWrap .guideBox,
.memberHistoryPopup .linkToggleContent .contents .guideList .guideWrap .guideBox {
  margin: 0 1em 30px 1em;
}

.includePaymentGuideBoxSubTitle {
  font-weight: bold;
  margin-top: 10px;
}

.mrt40 {
  margin-top: 40px;
}

/* =========================================================
pop_*_payment.html
============================================================ */
.orderPopUp {
  margin: 30px 0 5em;
}

.orderPopUp ul li {
  font-size: 16px;
}

.orderPopUp .notesNotSelect li {
  font-size: 14px;
}

.orderPopUp .contents .guideList .guideWrap .guideBox .guideStepWrap ul li dl dt {
  padding-right: 15px;
}

.orderPopUp .btnArea {
  margin: 0 auto;
}

.guide .contents .guideList .guideWrap .guideBox.ml0 {
  margin-left: 0;
}

.guide .contents .guideList .guideWrap .guideWrapTtl {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
}

.guide .contents .guideList .guideWrap #anchor02.guideWrapTtl+.notes li {
  font-weight: bold;
  margin-bottom: 12px;
}

.guideIncludeAgreement .contents .guideList .guideWrap .guideBox dl dt {
  background: #f8f6f6;
  border-bottom: 2px solid #fff;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 1em;
}

.guideIncludeAgreement .guideBox dl dd {
  font-size: 15px;
  padding: 0 1em 2em 1em;
}

.guideIncludeAgreement .contents .guideList .guideWrap .guideBox .notes.number>ul>li {
  font-size: 15px;
}

.guideIncludeAgreement .contents .guideList .guideWrap .guideBox>dl:nth-of-type(n + 2) {
  margin-top: 0;
}

.guideIncludeAgreement .contents .guideList .guideWrap .guideBox {
  margin: 0;
}

.guideIncludeAgreement .contents .guideList .guideWrap:last-child {
  margin-bottom: 0;
}

.guideIncludeAgreement .contents .guideList .guideWrap .mt20 {
  margin-top: 0 !important;
  padding-left: 1em;
}

.guideIncludeAgreement .guides {
  margin-top: 10px;
}

.guideIncludeAgreement .noBefore::before {
  content: none;
}

.guideorder .guideImg,
.guidemember .guideImg,
.guideCommodity .guideImg {
  position: relative;
}

.guideorder .guideImg img,
.guidemember .guideImg img,
.guideCommodity .guideImg img {
  outline: 1px solid #a3a3a3;
}

.guide .attentionText li {
  color: #c63135;
}

.webpasscodePopup  .contents .guideList .guideWrap .guideBox .descriptiongroup .notes {
  font-size: 16px;
}

.webpasscodePopup .markerLine {
  background: linear-gradient(transparent 70%, #ffd1d1 70%);
}

.webpasscodePopup .guideImg img {
  outline: none;
}

.webpasscodePopup .contents .guideList .guideWrap .guideBox .boxRows>div {
  width: 70%;
}

.webpasscodePopup .contents .guideList .guideWrap .guideBox .boxRows .guideImgWrap {
  width: 30%;
}

.webpasscodePopup .contents .guideList .guideWrap .guideBox .descriptiongroup .notes {
  margin-top: 0;
}

.webpasscodePopup .notAvailable {
  margin-top: 1em;
}

@media screen and (max-width: 1160px) and (min-width: 768px) {
  .guide.webpasscodePopup .contents .guideList .guideWrap .guideBox .boxRows .guideImgWrap {
    margin-top: 0;
  }
}

@media screen and (max-width: 1400px) {
  .webpasscodePopup .tbNone {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .webpasscodePopup .contents .guideList .guideWrap .guideBox .descriptiongroup .notes {
    margin-bottom: 30px;
  }
  .guide .contents .guideList .guideWrap .guideBox .buy-3d-secure .buy-3d-secure-img{
    padding: 0;
    border: none;
  }
  .guide .contents .guideList .guideWrap .guideBox .buy-3d-secure dd img{
    width: 100%;
  }
}

@media screen and (max-width: 1366px) and (min-width: 768px) {

  /* =========================================================
  共通
  ============================================================ */
  .guide .myPageTitleNav {
    width: calc(1100px - (25px * 2));
  }

  .guide .contents {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1050px) and (min-width: 768px) {

  /* ページタイトル
  --------------------------------------- */
  .guide .myPageTitleNav {
    width: calc(100% - (15px * 2));
  }

  .guide .myPageTitleNav .btnArea {
    top: -30px;
  }
}

@media screen and (max-width: 1160px) and (min-width: 768px) {

  /* =========================================================
  共通
  ============================================================ */
  .guide .tbOn {
    display: block;
  }

  .guide .myPageTitleNav {
    max-width: 1050px;
    width: calc(100% - (25px * 2));
  }

  /* ガイド一覧 赤文字--------- */
  .guideIndex .guideInner .guideGroup a.headingLink {
    font-size: 16px;
  }

  /* ガイド詳細--------- */
  .guide .contents .guideList .guideWrap .guideBox .boxRows .guideImgWrap {
    margin-top: 15px;
  }

  /* ガイド詳細 ステップ画像--------- */
  .guide .contents .guideList .guideWrap .guideBox.step dl {
    margin-bottom: 20px;
  }

  /* ガイド詳細 アイコンリスト--------- */
  .guide .contents .guideList .guideWrap .guideBox .iconList dl dt img {
    width: 85px;
  }

  .guide .contents .guideList .guideWrap .guideBox .iconList dl dt .iconNew {
    align-items: center;
    background-color: #597dbb;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 300;
    height: 17px;
    justify-content: center;
    width: 83px;
  }

  .guide .contents .guideList .guideWrap .guideBox .iconList dl dt .iconStoreReceiveOnly,
  .guide .contents .guideList .guideWrap .guideBox .iconList dl dt .iconDeliveryReceiveOnly {
    font-size: 10px;
    height: 17px;
    width: 83px;
  }

  .guide .contents .guideList .guideWrap .guideBox .iconList dl dt .iconSale {
    align-items: center;
    background-color: #c54647;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 300;
    height: 17px;
    justify-content: center;
    width: 83px;
  }

  .guide .contents .guideList .guideWrap .guideBox .iconList dl dd {
    margin-top: -5px;
    width: calc(100% - 85px);
  }
}

@media screen and (max-width: 940px) and (min-width: 768px) {
  .guide .tbBlock {
    display: block;
  }
}

@media screen and (max-width: 870px) and (min-width: 768px) {

  /*Fポイント・クーポンについて guidefpoint table*/
  .guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table th,
  .guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table td {
    padding: 10px 9px;
  }
}

/* =========================================================
SP
============================================================ */
@media screen and (max-width: 767px) {
  .guide .tbOn {
    display: none;
  }

  /* ご利用規約
--------------------------------------- */
  .guide-section {
    padding: .8em;
  }

  .input .cp_ipselect.cp_sl01.inputwidth {
    width: 100%;
  }

  .input .inputwidth {
    width: 100%;
  }

  .guide-section ol {
    list-style: none;
    padding: 0 1em 0 0;
  }

  .guideTit {
    pointer-events: all;
  }

  .newsBlock {
    max-height: none;
    overflow-y: auto;
  }

  .guideTit {
    cursor: pointer;
    font-size: 18px;
    position: relative;
  }

  .guideTit::after {
    background-image: url(/ec/shop/images/common/icon-arrow-up-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 13px;
    position: absolute;
    right: 0;
    top: 54%;
    -webkit-transform: translateY(-54%) rotate(180deg);
    transform: translateY(-54%) rotate(180deg);
    width: 25px;
  }

  .guideTit.opened::after {
    -webkit-animation: rotate01 .1s ease-in-out forwards;
    animation: rotate01 .1s ease-in-out forwards;
  }

  .guides {
    display: none;
  }

  .newsBlock .notation dt {
    padding: .5em 1em;
    width: 100%;
  }

  .newsBlock .notation dt br {
    display: none;
  }

  .newsBlock .notation dd {
    border: none;
    padding: 1em;
    width: 100%;
  }

  .newsBlock .notation dl:first-child {
    border: none;
  }

  /* ガイド一覧　guide/index.html
--------------------------------------- */
  .guideIndex .contents {
    margin: 20px auto 0 !important;
  }

  .guideIndex .guideInner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5em;
    width: 100%;
  }

  .guideIndex .guideInner .guideGroup {
    margin-bottom: 50px;
    width: 100%;
  }

  .guideIndex .guideInner .guideGroup:nth-child(odd) {
    margin-right: 0;
  }

  .guideIndex .guideInner .guideGroup:nth-child(n + 3) {
    margin-top: 0;
  }

  .guideIndex .guideInner .guideGroup dl dd {
    margin-top: 30px;
  }

  .guideIndex .guideInner .guideGroup dl dd ul li {
    margin-bottom: 20px;
  }

  .guideIndex .guideInner .aboutWrap {
    margin-bottom: 0;
  }

  .guideIndex .guideInner .guideGroup a.headingLink {
    font-size: 16px;
    padding: 5px 15px;
  }

  .guideIndex .guideInner .aboutWrap .aboutGroup {
    width: 100%;
  }

  .guideIndex .guideInner .aboutWrap .aboutGroup {
    display: flex;
    flex-wrap: wrap;
  }

  .guideIndex .guideInner .aboutWrap .aboutGroup li {
    margin-bottom: 30px;
    width: 100%;
  }

  .guideIndex .guideInner .aboutWrap .aboutGroup li:nth-child(n + 3) {
    margin-bottom: 30px;
  }

  .guideIndex .guideInner .aboutWrap .aboutGroup li:last-child {
    margin-bottom: 0;
  }

  .guideIndex .guideInner .aboutWrap .aboutGroup li:nth-child(odd) {
    margin-right: 0;
  }

  .guideIndex .guideInner .MultiWrap {
    width: 100%;
  }

  .guideIndex .guideInner .MultiWrapLeftSide {
    margin-right: 0;
  }

  .guideIndex .guideInner .MultiWrap.mt40 .guideGroup {
    margin-bottom: 30px;
    margin-top: 0;
  }

  .guideIndex .guideInner .MultiWrapLeftSide.mt40 .guideGroup {
    margin-bottom: 50px;
  }

  .guideIndex .keyword-box{
    margin-bottom: 30px;
  }
  .guideIndex .keyword-box .keyword-list li{
    margin-bottom: 10px;
  }


  /* ガイド詳細共通　guide/以下
--------------------------------------- */
  .guide .myPageTitleNav {
    padding-top: 40px;
    width: calc(100% - (15px * 2));
  }

  .guide .myPageTitleNav .headingFlowLv2 {
    font-size: 25px;
  }

  .guide .myPageTitleNav .btnArea {
    top: 3px;
  }

  .guide .myPageTitleNav .btnArea .cancelBtnArrow {
    font-size: 11px;
    padding: .5em 1.7em .5em .5em;
    width: 130px;
  }

  .guide .myPageTitleNav .btnArea .cancelBtnArrow::before {
    background-position: 0 1px;
    height: 10px;
    right: 5px;
    width: 10px;
  }

  .guide .contents .guideList .guideWrap .guideBox p {
    line-height: 2em;
  }

  .guide .contents .guideList .guideWrap .guideBox>p:nth-of-type(n + 2),
  .guide .contents .guideList .guideWrap .guideBox>dl:nth-of-type(n + 2) {
    margin-top: 25px;
  }

  .guide .contents .guideList .guideWrap .guideBox {
    margin: 0 1em 2em;
  }

  /* ガイド詳細共通　アンカー--------- */
  .guide .anchorWrap {
    margin-bottom: 30px;
  }

  .guide .anchorWrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 100%;
  }

  .guide .anchorWrap ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-right: 15px;
    vertical-align: top;
  }

  .guide .anchorWrap ul li a {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px 0 0;
    width: 100%;
  }

  .guide .anchorWrap ul li a::after {
    margin: auto 0;
    top: 32%;
  }

  /* ガイド一覧 アイコンリスト--------- */
  .guide .contents .guideList .guideWrap .guideBox .iconList {
    display: flex;
    flex-wrap: wrap;
  }

  .guide .contents .guideList .guideWrap .guideBox .iconList dl {
    flex-wrap: wrap;
    width: 100%;
  }

  .guide .contents .guideList .guideWrap .guideBox .iconList dl:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  .guide .contents .guideList .guideWrap .guideBox .iconList dl dt img {
    width: 110px;
  }

  .guide .contents .guideList .guideWrap .guideBox .iconList dl dt .iconDeliveryReceiveOnly {
    height: 23px;
    width: 110px;
    font-size: 14px;
  }

  .guide .contents .guideList .guideWrap .guideBox .iconList dl dt .iconStoreReceiveOnly {
    height: 23px;
    width: 110px;
    font-size: 14px;
  }

  .guide .contents .guideList .guideWrap .guideBox .iconList dl dt .iconNew {
    height: 23px;
    width: 110px;
  }

  .guide .contents .guideList .guideWrap .guideBox .iconList dl dt .iconSale {
    height: 23px;
    width: 110px;
  }

  .guide .contents .guideList .guideWrap .guideBox .iconList dl dd {
    margin-left: 1em;
    width: calc(100% - 125px);
  }

  .guide .contents .guideList .guideWrap .guideBox .iconList dl:not(:nth-child(2n)) {
    margin-right: 0;
  }

  /*ガイド詳細　テーブル*/
  .guide .contents .guideList .guideWrap .guideBox .guideTable.pcNone b {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 20px;
  }

  /*画像2つ並び1列*/
  .guide .contents .guideList .guideWrap .guideBox .linkImgWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .guide .contents .guideList .guideWrap .guideBox .linkImgWrap>div:not(:last-child) {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .guide .contents .guideList .guideWrap .guideBox .guideTable.pcNone table td:first-child {
    width: 40%;
  }

  .guide .contents .guideList .guideWrap .guideBox .guideTable.pcNone table td:last-child {
    border-bottom: 1px solid #dadada;
    width: 60%;
  }

  .guide .contents .guideList .guideWrap .guideBox .guideTable.pcNone table tr:last-child td {
    border-bottom: none;
  }

  .guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table tr th {
    font-weight: bold;
  }

  .guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table tr td:nth-child(2) {
    border-top: none;
    border-right: none;
  }

  .guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table tr:nth-child(7) td {
    border-right: none;
  }

  .guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table tr:nth-child(4) td:nth-of-type(1), .guidefpoint .contents .guideList .guideWrap .guideBox .guideTable table tr:nth-child(4) td:nth-of-type(2) {
    border-top: none;
    border-bottom: none;
    border-right: none;
  }

  /* ガイド詳細 説明画像--------- */
  .guide .contents .guideList .guideWrap .guideBox .guideImgWrap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto 0;
    width: 100%;
  }

  .guide .contents .guideList .guideWrap .guideBox .guideImgWrap .guideImg {
    max-width: 100%;
    width: 100%;
  }

  .guide .contents .guideList .guideWrap .guideBox .guideImgWrap .guideImg:not(:last-child) {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .guide .contents .guideList .guideWrap .guideBoxSimplification .guideImgWrap .guideImg img {
    height: 250px;
  }

  .guide .contents .guideList .guideWrap .guideBox .guideImg.row.backImg {
    width: 47%;
  }

  /* ガイド詳細 2カラム--------- */
  .guide .contents .guideList .guideWrap .guideBox .boxRows {
    display: flex;
    flex-wrap: wrap;
  }

  .guide .contents .guideList .guideWrap .guideBox .boxRows>p,
  .guide .contents .guideList .guideWrap .guideBox .boxRows>div,
  .guide .contents .guideList .guideWrap .guideBox .boxRows .guideBoxText {
    margin-right: 0;
    width: 100%;
  }

  .guide .contents .guideList .guideWrap .guideBox .boxRows .guideImgWrap {
    margin-top: 10px;
    width: 100%;
  }

  /* ポップアップ 支払いステップ画像--------- */
  .guide .guideStepWrap {
    padding: 20px 20px 30px;
  }

  .guide .contents .guideList .guideWrap .guideBox .guideStepWrap ul li dl {
    display: flex;
    flex-wrap: wrap;
  }

  .guide .contents .guideList .guideWrap .guideBox .guideStepWrap ul li dl dt {
    font-size: 16px !important;
    margin-bottom: 10px;
    width: 100%;
  }

  .guide .contents .guideList .guideWrap .guideBox .guideStepWrap ul li dl dd {
    text-align: center;
    width: 100%;
  }

  /* ポップアップ 支払いステップ画像なし--------- */
  .guide .contents .guideList .guideWrap .guideBox .guideNumberStepWrap {
    background-color: #efefef;
    margin: 20px auto 0;
    padding: 20px 20px 30px;
  }

  .guide .contents .guideList .guideWrap .guideBox .guideNumberStepWrap ul li:not(:last-child) {
    margin: 0 auto 20px;
  }

  .guide .contents .guideList .guideWrap .guideBox .guideNumberStepWrap ul li {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }

  /* 配送について
  --------------------------------------- */
  .guideDelivery .pcNone .delivery-fee thead tr {
    background-color: #dadada;
  }

  .guideDelivery .delivery-fee tr:first-child {
    background-color: #fafafa;
  }

  .guideDelivery .delivery-fee tr:nth-child(2) {
    background-color: #f0f0f0;
  }

  /* 特定商取引に関する法律に基づく表記
  --------------------------------------- */
  .guideLaw .table tbody {
    display: block;
    width: 100%;
  }

  .guideLaw .table tr {
    display: block;
    width: 100%;
  }

  .guideLaw .table tr td,
  .guideLaw .table tr th {
    display: block;
    padding: 10px 10px 10px 10px;
    width: 100%;
  }

  .guideLaw .table th {
    border-bottom: none;
  }

  .guideLaw .guideWrap:nth-of-type(1) .table th,
  .guideLaw .guideWrap:nth-of-type(9) .table th {
    background-color: #dadada;
    width: 100%;
  }

  .guideLaw .table tr:nth-child(even) td,
  .guideLaw .table tr:nth-child(odd) td {
    background-color: #fafafa;
  }

  .guideLaw .table tr:nth-of-type(2n-1) {
    background-color: #fafafa;
  }

  /*Fポイント・クーポンについて guidefpoint table*/
  .guide .contents .guideList .guideWrap .guideBox .linkImgWrap>div.pointReturn {
    margin-right: 0;
  }

  /*画像2つ並び1列*/
  .guide .contents .guideList .guideWrap .guideBox .linkImgWrap {
    align-items: center;
    flex-direction: column;
  }

  .guide .contents .guideList .guideWrap .guideBox .linkImgWrap>div {
    width: auto;
  }

  .guide .contents .guideList .guideWrap .guideBox .linkImgWrap .fcardImage {
    height: auto;
    width: 100%;
  }

  /* お支払いについて クレジットカード支払いについて
  --------------------------------------- */
  .guidepayment .contents .guideList .guideWrap .cardWrap .cardWrapInner .fcardWrap b,
  .guidepayment .contents .guideList .guideWrap .cardWrap .cardWrapInner .otherCardWrap b {
    padding-left: 1em;
    text-indent: -1em;
  }

  /* ご進物体裁・ギフトについて
  --------------------------------------- */
  .guideWrapping .table td .name {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: -22px;
  }

  .guideWrapping .guideWrap:nth-of-type(1) .table th {
    border-top: 1px solid #dadada;
    line-height: 1.4;
    white-space: normal;
    width: 1em;
  }

  .guideWrapping .tableExample td img:last-child {
    padding: 0;
  }

  .guideWrapping .tableExample th,
  .guideWrapping .tableExample td {
    width: 50% !important;
  }

  .guideWrapping .tableExample th {
    font-size: 16px;
    padding: 10px 10px 10px 0;
  }

  .guideWrapping .tableExample td {
    align-items: flex-start;
    border-bottom: none;
    border-top: none;
    display: flex;
    justify-content: space-between;
    width: 100% !important;
  }

  .guideWrapping .tableExample td.last {
    border-bottom: 1px solid #9c9393;
  }

  .guideWrapping .tableExample img {
    width: 48%;
  }

  .guideWrapping .tableType.spNone,
  .guideWrapping .tableExample.spNone {
    display: none;
  }

  .guideWrapping .table.tableTypeSp tbody tr td {
    background-color: #f0f0f0;
    width: 50%;
  }

  .guideWrapping .table.tableTypeSp tbody tr:first-child td,
  .guideWrapping .table.tableTypeSp tbody tr:nth-child(3) td {
    border-right: 1px solid #fff;
  }

  .guideWrapping .table.tableTypeSp tbody tr:nth-child(2) td,
  .guideWrapping .table.tableTypeSp tbody tr:nth-child(4) td {
    background-color: #fafafa;
  }

  .guideWrapping .table.tableTypeSp tbody tr:last-child td:nth-child(2),
  .guideWrapping .table.tableTypeSp tbody tr:last-child td:nth-child(3) {
    border-bottom: 1px solid #9c9393;
  }

  .guideWrapping .table.tableTypeSp tbody tr:nth-child(2) td:nth-child(2),
  .guideWrapping .table.tableTypeSp tbody tr:nth-child(4) td:nth-child(2) {
    border-right: 1px solid #9c9393;
  }

  .guideWrapping .table.tableTypeSp tbody tr:first-child td:last-child {
    border-right: 1px solid #f0f0f0;
  }

  .guideWrapping .table.tableTypeSp tbody tr:nth-child(2) td:nth-child(3) {
    border-right: 1px solid #9c9393;
  }

  .guideWrapping .table.tableTypeSp tbody tr:nth-child(3) td:last-child {
    border-right: 1px solid #f0f0f0;
  }

  .guideWrapping .table.tableTypeSp tbody tr:last-child td:nth-child(3) {
    border-right: 1px solid #9c9393;
  }

  .guideWrapping .table.tableTypeSp tbody tr:last-child th {
    border-bottom: 1px solid #dadada;
  }

  .orderPopUp .wrapTableSp table td .notes li {
    font-size: 14px;
  }

  /* =========================================================
  member/history/pop_settlement_procedure.html
  ============================================================ */
  .guideIndex.memberHistoryPopup .toggleWrap .linkToggleContent .contents {
    margin-top: 0 !important;
  }

  /* =========================================================
  pop_wrapping.html
  ============================================================ */
  .orderPopUp .wrapTable table>tbody>tr.spNone {
    display: none;
  }

  .orderPopUp .wrapTable table thead tr:nth-child(2) {
    display: none;
  }

  .orderPopUp .wrapTable table th {
    background-color: #dadada;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-top: none;
    font-weight: bold;
  }

  .orderPopUp .wrapTable table tr th:first-child {
    border-right: 1px solid #dadada;
  }

  .orderPopUp .wrapTable table tr th:nth-child(2) {
    border-left: 1px solid #dadada;
  }

  .orderPopUp .wrapTable table td {
    border: 1px solid #a3a3a3;
    border-top: none;
    vertical-align: middle;
  }

  .orderPopUp .wrapTable table th,
  .orderPopUp .wrapTable table td {
    display: block;
    width: 100%;
  }

  .orderPopUp .wrapTable table tr:nth-of-type(2) td:nth-of-type(1) {
    border-bottom: none;
  }

  .orderPopUp .wrapTable table td:nth-of-type(2) {
    padding-top: 29px;
  }

  .orderPopUp .wrapTable table td.top {
    padding-top: 0;
    vertical-align: top;
  }

  .orderPopUp .wrapTable table td:first-child {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #a3a3a3;
    border-top: 1px solid #fff;
    padding: 14px 20px 0 20px;
  }

  .orderPopUp .wrapTable table td.last:first-child {
    border-top: 1px solid #a3a3a3;
  }

  /* =========================================================
  pop_*_payment.html
  ============================================================ */
  .orderPopUp .contentsTitleWrap h1 {
    font-size: 25px;
  }

  .orderPopUp .contents .guideList .guideWrap .guideBox .guideStepWrap ul li dl dt {
    padding-right: 0;
  }

  .guideWrapping .tableExample {
    display: table;
    table-layout: fixed;
  }

  .guideWrapping .tableExample td div {
    align-items: flex-start;
    display: flex;
    justify-content: space-around;
    width: 48%;
  }

  .guideWrapping .tableExample td div img {
    width: 100%;
  }

  .webpasscodePopup .contents .guideList .guideWrap .guideBox .guideImg.row {
    margin-top: 0;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 767px) {
  .guideWrapping .table.tableTypeSp tbody tr td img {
    border: 1px solid #dadada;
    width: 100%;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 767px) {
  .guideWrapping .tableExample td img {
    width: 50%;
  }

  .guideWrapping .tableExample td div:last-child img {
    width: 100%;
  }
}

@media screen and (max-width: 746px) {
  .guide .contents .guideList .guideWrap .guideBox .pointReturn {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}