/* パーツ */
.mt-10 {
    margin-top: 10px;
  }
  .mr-10 {
    margin-right: 10px;
  }
  .mr-24 {
    margin-right: 24px;
  }
  .mb-10 {
    margin-bottom: 10px;
  }
  .ml-10 {
    margin-left: 10px;
  }
  .pt-10 {
    padding-top: 10px;
  }
  .pr-10 {
    padding-right: 10px;
  }
  .pb-10 {
    padding-bottom: 10px;
  }
  .l-10 {
    padding-left: 10px;
  }
  
  .header_logo {
    max-width: 84px;
    margin-right: 20px;
  }
  /* 全体を囲むメインコンテンツ */
  .rihelp_content_wrapper {
    margin: 0 auto;
    padding: 0 16px;
    font-family: "Meiryo","Hiragino Kaku Gothic ProN";
  }
  .rihelp_anshin_anzen_section {
    padding-bottom: 48px;
  }
  .rihelp_Notice_section {
    padding-bottom: 32px;
  }
  /* header関連 */
  .header {
    padding: 10px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .header_contents {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .sb-heading-title {
    font-weight: 600;
  }
  .riheader_list {
    display: flex;
    gap: 8px;
  }
  .riheader_list_item {
    font-size: 12px;
    text-align: center;
  }
  .riheader_list_item a{
    color: #333;
    display: block;
  }
  .riheader_list_item a:hover{
    background-color: rgba(0, 0, 0, 0.04);
  }
  .riheader_list_item_img {
    display: block;
    height: 24px;
    margin: 0 auto;
  }
  .riheader_list_item_text {
    margin: 3px 0 0;
  }
  .breadcrumb,.breadcrumb_error {
    display: flex;
    color: #717171;
    font-size: 12px;
    margin: 0;
    list-style: none;
    padding: 12px 16px;
    align-items: center;
    align-self: stretch;
    list-style: none;
    background: #F7F7F7;
  }
  .breadcrumb li,.breadcrumb_error li{
    position: relative;
    display: inline;
    list-style: none;
    white-space: nowrap;
  }
  .breadcrumb_item a {
    color: var(--gray-717171, #717171);
    font-size: 12px;
    text-decoration: underline;
  }
  .breadcrumb_error{
    color: var(--gray-717171, #717171);
    font-size: 12px;
  }
  .breadcrumb li:last-child{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .breadcrumb li:not(:last-of-type)::after {
    color: #8F8F8F;
    line-height: 1;
    vertical-align: middle;
    padding: 0 4px;
    content: url(../img/right-arrow-gray.svg);
  }
  .breadcrumb_error li::after{
    color: #8F8F8F;
    vertical-align: middle;
    line-height: 1;
    padding: 0 4px;
    content: url(../img/right-arrow-gray.svg);
  }
  .breadcrumb a:active {
    background: rgba(0, 0, 0, 0.08);
  }
  .breadcrumb .breadcrumb_current {
    color: #333;
  }
  h1 {
    font-size: 20px;
    font-weight: bold;
  }
  h2 {
    font-size: 20px;
  }
  .title_box {
    display: flex;
    align-items: flex-start;
    margin:24px 16px 20px;
  }
  .title_box img {
    margin-right: 8px;
  }
  .img_box img{
    display: block;
    margin: 0 auto;
    pointer-events: none;
  }
  .titleImg {
      margin-right: 5px !important;
  }
  .answer_box{
      font-size: 14px;
      margin: 24px 16px;
  }
  
  #helpWrapper {
      line-height: 18px;
  }
  
  #helpWrapper a:link,
  #helpWrapper a:visited {
      color: #1d54a7;
  }
  #faqDetailAnswer h1 {
      margin: 0 7px 20px;
      color: #bf0000;
      font-size: 16px;
      line-height: 20px;
      font-weight: bold;
  }
  #faqDetailAnswer h2 {
      margin: 0 7px 5px;
      color: #333;
      line-height: 20px;
      font-weight: bold;
      border-left: 5px solid #CCC;
      padding-left: 5px;
      font-size: 16px;
  }
  #faqDetailAnswer h3,
  #faqDetailAnswer h4,
  #faqDetailOther h4 {
      padding: 0 7px 13px;
      font-size: 16px;
      font-weight: bold;
  }
  #faqDetailOther h3 {
      padding: 11px 7px 13px;
      font-size: 16px;
      font-weight: bold;
  }
  
  #faqDetailAnswer h5,
  #faqDetailAnswer h6,
  #faqDetailOther h5,
  #faqDetailOther h6 {
      padding: 0 7px 13px;
      font-size: 14px;
      font-weight: bold;
  }
  
  #faqDetailAnswer p {
      margin: 0 0 20px;
      padding: 0 7px;
  }
  
  #faqDetailAnswer ul {
      margin: 0 7px 20px;
  }
  
  #faqDetailAnswer ul li {
      margin: 0 0 7px;
      padding: 0 0 0 18px;
      background-image: url(../../images/rakuten/icon_dot.png);
      background-position: 2px 3px;
      background-size: 6px 6px;
      background-repeat: no-repeat;
      line-height: 16px;
  }
  
  #faqDetailAnswer ul.nList li {
      padding: 0;
      background: none;
  }
  .rn_Highlight {
      font-style: normal;
      font-weight: bold;
      text-decoration: inherit;
  }
  .rihelp_section {
    margin-top: 24px;
  }
  .rihelp_news_section {
    margin: 0 16px;
    margin-bottom: 24px;
  }
  .rihelp_news_section:empty {
    margin-bottom: 0;
  }
  .rihelp_faq_section,.rihelp_category_section,.search_category_list,.search_qa_list,.articlepage {
    padding-bottom: 24px;
  }
  .search_answer_list {
    padding-bottom: 48px;
  }
  .rihelp_section_mt_24 {
    margin-top: 24px;
  }
  .rihelp_section_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .rihelp__title__content {
    padding: 24px 16px 0;
  }
  .article_section_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 130%;
  }
  .title_icon {
    position: relative;
    display: flex;
    gap: 12px;
  }
  .title_icon::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 16px;
    background-image: url(../img/human.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    top: 22px;
    left: 5px;
    color: #4459b6;
    font-size: 18px;
  }
  .section_title {
    font-size: 20px;
    font-weight: bold;
  }
  .category_section_subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  /* h3 title */
  .rihelp_section_subtitle {
    font-size: 14px;
    font-weight: 600;
  }
  .title_category_content {
    display: flex;
    align-items: center;
    margin: 24px 0 32px;
    gap: 12px;
  }
  /* main関連 */
  main {
    /* max-width: 1024px; */
    margin: 0 auto;
  }
  .main_bottom {
    padding-top: 24px;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .main_contents {
    display: flex;
    justify-content: space-between;
  }
  .main_contents_item {
    width: 752px;
    max-width: 752px;
  }
  .main_contents_sidebar {
    width: 248px;
  }
  .news_content_itemlist {
    background: #FFF9C8;
    height: 32px;
    padding: 0;
    position: relative;
    cursor: pointer;
  }
  .news_content_itemlist .news_content_item {
    color: #333;
    background: #FFF9C8;
    line-height: 1.5;
    padding: 0.5em 0.5em 0.5em 2em;
    list-style-type: none!important;
    font-weight: bold;
  }
  .news_content_itemlist .news_content_item:before {
    content: "i";
    position: absolute;
    left : 0.5em; /*左端からのアイコンまでの距離*/
    padding: 3px;
    background: #ffb238;
    color: #fff; /*アイコン色*/
  }
  /* どんなことでお困りですか？ */
  .rihelp_search_section {
    background: #F3FAFF;
  }
  .rihelp_search_section h2 {
    font-size: 14px;
    margin: 0 auto;
  }
  .not_articlepage .articlepage_item img{
    max-width: 32px;
  }
  .rihelp_search_contents{
    padding: 24px 16px;
  }
  .searchmenu_contents_top {
    margin: 24px auto;
    padding: 0 16px;
  }
  .searchmenu_contents_bottom {
    padding: 24px 16px 48px;
  }
  /* TOPページの検索box */
  .section_title_search {
    margin-bottom: 12px;
  }
  .search_box_top {
    position: relative;
  }
  .search_box_raise {
    width: 566px;
    position: relative;
  }
  .search_box {
    width: 737px;
  }
  .search_box_keyword_contents_top{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .search_box_keyword_contents_category {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .keyword_list {
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  gap: 8px;
  margin: 0 auto;
  -ms-overflow-style: none;/* Edge対応 */
  scrollbar-width: none;/* Firefox対応 */
  }
  /* Google Chrome,Safari対応 */
  .keyword_list::-webkit-scrollbar {
  display: none;
  }
  .keyword_list > li {
    flex-shrink: 0;
  }
  .header_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 16px;
    position: relative;
  }
  .modal_input_grow {
    flex-grow: 1;
  }
  .search-box_form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    padding: 0;
  }
  .search-box_form.keyword_margin {
    margin-bottom: 12px;
  }
  .search-box_form .sp_modal_search {
    flex-basis: 275px;
  }
  .search-box_submit {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    /* top: 0; */
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 42px;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
  .modal_submit {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 47px;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
  .search_box_suggest {
    -webkit-box-shadow: 0px 1.25px 6px 0px rgba(0, 0, 0, 0.25);
    display: none;
    z-index: 10;
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    margin: 0 auto;
    /* border: 1px solid #adadad; */
    border-radius: 4px;
    background-color: white;
    box-shadow: 0px 1.25px 6px 0px rgba(0, 0, 0, 0.25);
  }
  .search_box_suggest.is-active {
    display: block;
  }
  .search_box_suggest__item {
    display: flex;
  }
  .search_box_suggest__list {
    padding: 12px 0;
  }
  .search_box_suggest__item {
    padding:0 16px;
  }
  .search_box_suggest__list li::before {
    content:url(../img/search.svg);
    background-size:  auto 20px;
    display:inline-block;
    vertical-align: middle;
    background-position: left;
    background-repeat: no-repeat;
    line-height:20px;
    font-size: 18px;
    /* width:20px; */
    height:auto;
    position:relative;
    top:2px;
  }
  .search_box_suggest__item:last-child {
    border-bottom: none;
  }
  .search_box_suggest__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    /* width: 100%; */
    height: 18px;
    padding: 4px 24px 4px 8px;
    font-size: 14px;
    line-height: 20px;
    flex-grow: 1;
  }
  .search_box_suggest__link:link, .search_box_suggest__link:visited {
    color: #333333;
    text-decoration: none;
  }
  .search_box_suggest__link:active {
    background-color: #f2f2f2;
  }
  .search_box_suggest__list li:active {
    filter: saturate(50%);
  }
  .search_box_suggest__link span {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
  .search-box_submit img {
    max-width: 20px;
  }
  .sp_modal_content input {
    display: block;
    font-size: 14px;
    /* margin: 0 auto; */
    border: 1px solid #8F8F8F;
    border-radius: 4px;
    color: #333333;
    width: 262px;
    padding: 12px;
    position: relative;
    max-width: 375px;
  }
  .search_box input,.search_box_top input,.search_box_lower input,.search_box_raise input,.search_modalbox_top input{
    display: block;
    font-size: 14px;
    margin: 0 auto;
    /* height: 42px; */
    border: 1px solid #8F8F8F;
    border-radius: 4px;
    color: #333333;
    width: 100%;
    padding: 12px;
    position: relative;
  }
  .search_modalbox_top input{
    display: block;
    font-size: 16px;
    margin: 0 auto;
    /* height: 42px; */
    border: 1px solid #8F8F8F;
    border-radius: 4px;
    color: #333333;
    padding: 12px;
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .search_box_top input[type="text"]:focus,.search_box_lower input[type="text"]:focus,.search_box_raise input[type="text"]:focus,.search_box_top input[type="search"]:focus,.search_box_lower input[type="search"]:focus,.search_box_raise input[type="search"]:focus,.search_box input[type="search"]:focus,.search_modalbox_top input[type="text"]:focus,.search-box_form input[type="search"]:focus,.search_container_s_size input[type="search"]:focus {
    outline: none;
    border: 2px solid #0097E2;
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
  }
  /* input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
  } */
  input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none; 
    cursor:pointer;
    background-image: url(../img/cancelbtn.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-right: 0px;
    position: absolute;
  }
  .reset {
    display: none;
  }
  .search_keyword_item {
    font-size: 12px;
    padding: 8px 12px;
    text-align: center;
    border: 1px solid #D9D9D9;
    border-radius: 25px;
    color: #333;
    background: #fff;
    cursor: pointer;
  }
  .search_keyword_item:active {
    background: var(--black-8-on-white, linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%), #FFF);
  }
  .search_keywordMain_item {
    font-size: 12px;
    padding: 8px 12px;
    text-align: center;
    border: 1px solid #D9D9D9;
    border-radius: 25px;
    color: #333;
    background: #fff;
    cursor: pointer;
  }
  .search_keywordMain_item:active {
    background: var(--black-8-on-white, linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%), #FFF);
  }
  .search-container {
    position: relative;
    flex-grow: 8;
  }
  .search_container_s_size {
    position: relative;
    display: flex;
    align-items: center;
    /* flex-grow: 8; */
  }
  /* top: 50%; */
  .cancel-button {
    position: absolute;
    background-image: url(../img/cancelbtn.svg);
    background-position: center;
    background-repeat: no-repeat;
    right: 40px;
    width: 16px;
    height: 16px;
    color: #fff;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    display: none;
    background-color: transparent !important;
    /* visibility: hidden; */
  }
  /* .search-container:hover .cancel-button{
    opacity: 1;
    visibility: visible;
    z-index: 3;
  } */
  /* .modal_input_grow:focus .cancel-button{
    opacity: 1;
    visibility: visible;
    z-index: 3;
  } */
  input[type="search"]:focus .cancel-button{
    opacity: 1;
    visibility: visible;
    z-index: 3;
  }
  /* 下層の検索box */
  .search-box__form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    padding: 0;
  }
  .rihelp_article_list_link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  position: relative;
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  }
  .news_link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  padding: 12px 20px 12px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  }
  .news_link::after {
    -webkit-transform: translateX(-25%) rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 4px;
    width: 10px;
    height: 10px;
    margin-top: -4.5px;
    transform: translateX(-25%) rotate(45deg);
    border: 1px solid currentColor;
    border-bottom: 0;
    border-left: 0;
    color: #8a8f99;
    line-height: 1;
    vertical-align: middle;
    content: '';
  }
  .rihelp_article_list_link::after {
    -webkit-transform: translateX(-25%) rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 10px;
    height: 10px;
    margin-top: -4.5px;
    transform: translateX(-25%) rotate(45deg);
    border: 1px solid currentColor;
    border-bottom: 0;
    border-left: 0;
    color: #8a8f99;
    line-height: 1;
    vertical-align: middle;
    content: '';
  }
  .category_keyword_contents {
    padding: 0 16px;
    margin-bottom: 24px;
  }
  .category_contents_items {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
  }
  .category_list {
    margin-bottom: 10px;
  }
  .category_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .category_contents_items .category_item a {
      padding: 16px;
      display: block;
  }
  .category_list_item {
    font-size: 12px;
    border-right:1px solid rgba(0, 0, 0, 0.08);;
    padding: 0 10px;
  }
  /* 読み込みの順番は、last-childから */
  .category_list_item:last-child {
    padding: 0 0 0 10px;
  }
  .category_list_item:first-child {
    padding: 0 10px 0 0;
  }
  .category_list_item:last-child {
    border-right: none;
  }
  .category_contents_items > span:last-child .category_item  {
    border-bottom:none;
  }
  .category_title {
    font-size: 14px;
    font-weight: 400;
    position: relative;
  }
  .category_menu_icon img {
    /* width: 20px; */
    margin-right: 12px;
    vertical-align: top;
  }
  .categoryitem_icon {
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 12px;
      margin-bottom: 2px;
  }
  .active-link {
      background-color: #F3FAFF;
  }
  .category_list {
    display: flex;
  }
  /* ページが見つかりませんでした。 */
  .articlepage_main {
    padding: 16px;
    margin: 0 24px;
  }
  .articlepage_item {
    text-align: center;
    margin-bottom: 24px;
  }
  .articlepage_item p {
  text-align: center;
  font-size: 12px;
  margin-bottom: 16px;
  }
  .articlepage_item_img {
    text-align: center;
    margin-bottom: 12px;
  }
  .articlepage_item .qa_title_bold  {
    font-weight: bold;
  }
  .articlepage_solution {
    padding-top: 24px;
  }
  .articlepage_solution_item p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
  }
  .articlepage_solution_item .faq_content_answer_n {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 24px;
  }
  .solution_btn_contents {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
  }
  .solution_btn.top {
    margin-bottom: 12px;
  }
  .faq_contents_answer {
    margin: 0 16px;
  }
  .faq_answer_yes {
    color: #000;
    cursor: pointer;
    padding: 48px 16px;
    font-size: 14px;
    text-align: center;
  }
  /* .more button::after {
    -webkit-transform: translateX(-25%) rotate(135deg);
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    margin-left: 20px;
    transform: translateX(-25%) rotate(135deg);
    border: 2px solid currentColor;
    border-bottom: 0;
    border-left: 0;
    color: #8a8f99;
    line-height: 1;
    content: '';
  } */
  .contact_content_item {
    width: 100%;
  }
  .contact_content_item:first-child {
    margin-right: 24px;
  }
  .contact_support {
    border-radius: 8px;
    font-size: 14px;
    padding: 16px;
    background: rgba(0, 0, 0, 0.04);
  }
  .contact_sub_box {
    padding: 8px 0;
  }
  .contact_sub_box_link {
    margin: 16px 0;
  }
  .contact_sub_box_link_custamer {
    margin: 8px 0 16px;
  }
  .contact_sub_box_link_custamer.right-gray a{
    color: var(--black-70, rgba(0, 0, 0, 0.70));
    text-decoration: underline;
  }
  .contact_sub_box_link_custamer.right-gray a{
    color: var(--black-70, rgba(0, 0, 0, 0.70));
    text-decoration: underline;
  }
  .contact_sub_box_link_custamer.right-gray a:active {
    background: rgba(0, 0, 0, 0.08);
  }
  .contact_sub_box.right a {
    text-align: right;
    color: #0078B5;
  }
  .contact_sub_box.right a:active {
    background: rgba(0, 0, 0, 0.08);
  }
  .shop_help_img {
    vertical-align: middle;
    max-width: 14px;
    padding: 0px 0 2px 0;
  }
  .contact_sub_box.right,.contact_sub_box_link_custamer.right-gray {
    text-align: right;
    font-size: 12px;
  }
  .contact_sub_box.right-gray a,.contact_sub_box_link_custamer.right {
    text-align: right;
    color: #0078B5;
    padding-right: 18px;
    font-size: 12px;
  }
  .contact_sub_text {
    font-size: 12px;
    margin-left: 24px;
    color: rgba(0, 0, 0, 0.70);
  }
  .qa_label p {
    font-size: 14px;
    border-bottom: 2px solid #CCC;
    border-left: 5px solid #CCC;
    padding: 0 0 0 5px;
    color: #000;
    font-weight: bold;
  }
  .qa_btn_contents {
    max-width: 452px;
    margin: 0 auto;
  }
  .qa_btn_contents .qa_btn{
    margin: 0 auto 15px;
  }
  .qa_btn {
    color: #000;
    cursor: pointer;
    width: 100%;
    padding: 8px 0;
    margin: 0 auto;
    border-radius: 4px;
    /* border: 1px solid #adadad; */
    background-color:  rgba(0, 0, 0, 0.03);
    font-size: 14px;
    display: block;
    text-align: center;
  }
  .qa_btn.bg_black {
    color: #fff;
    background-color:  #868585;
  }
  .qa_btn:active {
  background-color: #BF0000;
  }
  .solution_btn {
    color: #000;
    cursor: pointer;
    width: 100%;
    height: 48px;
    padding: 12px 0;
    margin: 0 auto;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.30);
    background-color:  #F7F7F7;
    font-size: 14px;
    display: block;
    text-align: center;
  }
  .solution_btn:active {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%), #F7F7F7;
  }
  .rihelp_contact_section,.rihelp_opinion_section {
    padding-bottom: 24px;
  }
  .contact_btn {
    color: #BF0000;
    width: 100%;
    height: 48px;
    padding: 0px 18px;
    margin: 0 auto;
    border-radius: 4px;
    border: 1px solid #BF0000;
    background: #fff ;
    font-size: 14px;
    display: block;
    text-align: center;
    cursor: pointer;
  }
  .contact_btn a {
    color: #BF0000;
  }
  .contact_btn:active {
    background: var(--black-8-on-white, linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%), #FFF);
  }
  .contact_section_title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 8px;
  }
  .contact_section_title img{
    max-width: 28px;
    margin-right: 12px;
  }
  .contact_shop{
    border-radius: 8px;
    padding: 16px 16px;
    margin: 16px 0;
    background: rgba(0, 0, 0, 0.04);
    font-size: 14px;
  }
  .contact_shop_list li{
    font-size: 12px;
    margin-bottom: 8px;
  }
  .contact_rakuten_g{
    border-radius: 8px;
    padding: 16px 16px;
    background: rgba(0, 0, 0, 0.04);
    font-size: 14px;
  }
  .contact_text {
    margin-bottom: 16px;
  }
  .contact_text p{
    color: var(--black-70, rgba(0, 0, 0, 0.70));
    font-size: 14px;
    margin-bottom: 16px;
  }
  .contact_text_custamer {
    margin-bottom: 8px;
  }
  .contact_text_custamer p{
    margin-bottom: 16px;
    color: var(--black-70, rgba(0, 0, 0, 0.70));
    font-size: 14px;
  }
  .contact_sub {
    display: flex;
  }
  .contact_sub_title {
    margin-bottom: 4px;
    color: var(--Gray-900-NormalTxt, #333);
    font-size: 13px;
  }
  .contact_sub img {
    margin-right: 8px;
    width: 16px;
  }
  .support_preparation li {
    margin-bottom: 8px;
    color: var(--black-70, rgba(0, 0, 0, 0.70));
    font-size: 12px;
  }
  .support_preparation li:last-child{
    margin-bottom: 0;
  }
  .opinion_list{
    /* border: 1px solid #adadad; */
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.03);
  }
  .opinion_list_item {
    text-align: right;
  }
  .opinion_list_item:first-child {
    text-align: right;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .news_list_link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-font-feature-settings: "palt";
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    position: relative;
    align-items: center;
    padding: 8px 12px;
    background-color: #FFF9C8;
    font-feature-settings: "palt";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    vertical-align: middle;
  }
  .news_list_link.coler-b{
      background-color: #EBF7FE;
  }
  .news_list_link.coler-g{
      background-color: #F7F7F7;
  }
  .news_list_link.coler-r{
      background-color: #FFF0F0;
  }
  .news_list_link.coler-gr{
      background-color: #EBF7EC;
  }
  .news_list_link::after {
    -webkit-transform: translateX(-25%) rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 9px;
    height: 9px;
    margin-top: -4.5px;
    transform: translateX(-25%) rotate(45deg);
    border: 1px solid currentColor;
    border-bottom: 0;
    border-left: 0;
    color: #8a8f99;
    line-height: 1;
    vertical-align: middle;
    content: '';
  }
  .news_list_link img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }
  .news_list_item {
    margin-bottom: 8px;
  }
  /* 長いタイトルのテキストオーバーフロー問題を修正するためのスタイル */
  .news_text_content {
    width: calc(100% - 40px);
  }
  /*
  .news_text_content p{
    font-size: 12px;
    font-weight: 300;
    color:  #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
 */
  .news_text_content p {
    font-size: 12px;
    font-weight: 300;
    color:  #333;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
  .faq_article_list_items,.more_list {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
  }
  .faq_article_list_item {
    text-align: right;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .faq_article_list_item:last-child {
    border-bottom: none;
  }
  .more_list_li {
    text-align: right;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
  .more_list_li:first-child {
    border-top: none;
  }
  .news-article-list {
    padding: 0 16px;
  }
  .news_article_list_item {
    text-align: right;
    border-bottom:1px solid rgba(0, 0, 0, 0.08);
  }
  .news_article_list_item:first-child {
    border-top:1px solid rgba(0, 0, 0, 0.08);
  }
  .news_list_item_title {
    color: var(--Gray-900-NormalTxt, #333);
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news_list_item_day {
    color: var(--gray-717171, #717171);
    font-size: 12px;
  }
  #moreItems .news_article_list_item:first-child {
    border-top: unset;
  }
  /* .news_article_list_item:last-child {
    text-align: right;
    border-bottom: none;
  } */
  .rihelp_more_list li.is-hidden {
    /* opacity: 0; */
    display: none;
    height: 0;
    margin: 0;
  }
  .faq_li_title {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin: 0 20px 8px 0;
    text-overflow: ellipsis;
    line-height: 130%;
    white-space: nowrap;    
    overflow: hidden; 
  }
  .article_title {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-right: 20px;
    text-overflow: ellipsis;
    line-height: 130%;
    white-space: nowrap;
    overflow: hidden;
  }
  .opinion_list_item .article_list_link_opinion .article_text_content .article_title {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 4px;
    margin-right: 20px;
    text-overflow: ellipsis;
    line-height: 130%;
  }
  .faq_li_text {
    color: var(--gray-717171, #717171);
    font-size: 12px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 20px 0 0;
  }
  .article_text {
    color: var(--gray-717171, #717171);
    font-size: 12px;
    margin-right: 20px;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 130%;
  }
  .article_text_opinion {
    color: var(--black-70, rgba(0, 0, 0, 0.70));
    font-size: 12px;
    margin-right: 20px;
    line-height: 130%;
  }
  .article_list_link {
    display: block;
    position: relative;
    align-items: center;
    padding: 16px;
    /* min-height: 56px; */
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.08); */
    /* border-radius: 4px; */
    background-color: #fff;
    font-feature-settings: "palt";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .article_list_link_opinion {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-font-feature-settings: "palt";
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    position: relative;
    align-items: center;
    min-height: 56px;
    padding: 16px;
    /* border: 1px solid rgba(0, 0, 0, 0.08); */
    /* border-radius: 4px; */
    /* background-color: #fff; */
    font-feature-settings: "palt";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    vertical-align: middle;
  }
  .article_list_link_opinion::after {
    -webkit-transform: translateX(-25%) rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 8px;
    height: 8px;
    margin-top: -4.5px;
    transform: translateX(-25%) rotate(45deg);
    border: 1px solid currentColor;
    border-bottom: 0;
    border-left: 0;
    color: #717171;
    line-height: 1;
    vertical-align: middle;
    content: '';
  }
  .article_list_link_opinion i {
    margin-right: 12px;
  }
  .article_list_link.gray {
    background-color: #fff;
  }
  .article_list_link::after {
    -webkit-transform: translateX(-25%) rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 9px;
    height: 9px;
    margin-top: -4.5px;
    transform: translateX(-25%) rotate(45deg);
    border: 1px solid currentColor;
    border-bottom: 0;
    border-left: 0;
    color: #8a8f99;
    line-height: 1;
    vertical-align: middle;
    content: '';
  }
  .other_questions_list {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 4px;
  }
  .other_questions_list li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .other_questions_list li:last-child{
    border-bottom: none;
  }
  /* .opinion_list_item:last-child {
    border-bottom: 1px solid #adadad;
  } */
  .search_answer_count {
    color: var(--gray-717171, #717171);
    font-size: 12px;
    margin-bottom: 12px;
  }
  .serch_answer_item:last-child {
    border-bottom: 1px solid #adadad;
  }
  .article_text_content {
    display: flex;
    flex-direction: column;
  }
  .article_list_link img {
    margin-right: 17px;
  }
  /* Q&Aアコーディオン */
  .qa-container {
    border-radius: 8px;
    background: var(--black-4, rgba(0, 0, 0, 0.04));
  }
  .qa-list {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .qa-list:last-child {
    border-bottom: none;
  }
  .qa-list::after {
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 16px;
    display: block;
    height: 1px;
    content: "";
  }
  .question-title {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 16px 40px 16px 16px;
    position: relative;
  }
  .question-title:before {
    position: absolute;
    display: block;
    content: '';
    top: 18px;
    left: 12px;
    color: #4459b6;
    font-size: 18px;
  }
  .question-title:after {
    position: absolute;
    display: block;
    content: '';
    top: 35%;
    right: 22px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #717171;
    border-right: 1px solid #717171;
    transform: rotate(135deg);
    transition: all .3s ease-in-out;
  }
  .question-title.open:after {
    transform: rotate(-45deg);
    top: 45%;
  }
  .qa_answer_link {
    font-size: 14px;
    line-height: 1.3;
    display: block;
    padding: 16px 0;
    color: #333 !important;
    /* border-bottom: 1px solid #f7f7f7; */
    position: relative;
  }
  /* sidebarの回答欄 */
  .answer-text {
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    position: relative;
    transition: max-height 0.2s ease;
  }
  
  .answer-text.open {
    max-height: 150px;
  }

  .answer-text:before {
    position: absolute;
    display: block;
    /* content: 'A'; */
    top: 18px;
    left: 12px;
    color: #4459b6;
    font-size: 18px;
  }
  .qa-list-link {
    font-size: 14px;
    line-height: 1.3;
    display: block;
    padding: 21px 16px 21px 76px;
    color: #333 !important;
    /* border-bottom: 1px solid #f7f7f7; */
    position: relative;
  }
  .qa-list-link::after {
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 16px;
    display: block;
    height: 1px;
    content: "";
    background-color: rgba(0, 0, 0, 0.08);
  }
  /* Q&Aアコーディオン */
  .sidebar-container {
    margin: 24px auto 0;
    border-radius: 8px 8px 0px 0px;
  }
  .sidebar-list {
    position: relative;
  }
  .sidebar-list::after {
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 16px;
    display: block;
    height: 1px;
    content: "";
    /* background-color: rgba(0, 0, 0, 0.08); */
  }
  /* .sidebar-list:not(:first-child) {
    margin-top: 10px;
  } */
  .sidebar-container {
    padding: 16px;
    background: #F7F7F7;
  }
  .sidebar-heading {
    padding: 8px;
    background: #F7F7F7;
  }
  .sidebar-title {
    background: #F7F7F7;
    cursor: pointer;
    font-size: 14px;
    padding: 20px 8px 20px 26px;
    position: relative;
    /* border: 1px solid rgba(0, 0, 0, 0.08); */
  }
  .sidebar-title:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 24px;
    height: 16px;
    background-image: url(../img/chaticon-r.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    top: 22px;
    left: 5px;
    color: #4459b6;
    font-size: 18px;
  }
  .sidebar-title.human:before {
    background-image: url(../img/human.svg);
  }
  .sidebar-title.point:before {
    background-image: url(../img/point.svg);
  }
  .sidebar-title.search:before {
    background-image: url(../img/search.svg);
  }
  .sidebar-title.shop:before {
    background-image: url(../img/shop1.svg);
  }
  .sidebar-title.cart:before {
    background-image: url(../img/cart.svg);
  }
  .sidebar-title.card:before {
    background-image: url(../img/card.svg);
  }
  .sidebar-title.cart:before {
    background-image: url(../img/cart.svg);
  }
  .sidebar-title.message:before {
    background-image: url(../img/message.svg);
  }
  .sidebar-title.symbol:before {
    background-image: url(../img/rakuten_symbol1.svg);
  }
  .sidebar-title.web:before {
    background-image: url(../img/web.svg);
  }
  .sidebar_answer-text {
    background-color: #f7f7f7;
    /* border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD; */
    display: none;
    /* padding: 20px 40px; */
    position: relative;
  }
  .sidebar_bg_gray {
    background-color:rgba(0, 0, 0, 0.08);
  }
  .sidebar_answer-text:before {
    position: absolute;
    display: block;
    /* content: 'A'; */
    top: 18px;
    left: 12px;
    color: #4459b6;
    font-size: 18px;
  }
  .sidebar-list-link {
    font-size: 14px;
    line-height: 1.3;
    display: block;
    padding: 8px;
    color: #333 !important;
    /* border-bottom: 1px solid #f7f7f7; */
    position: relative;
  }
  .sidebar-list-contener-link {
    margin-bottom: 4px;
  }
  /* サイドバー各カテゴリの下の線 */

  /* サイドバーのアコーディオンここまで */
  /* もっとみるボタン関連 ここから */
  /* rihelp_more_listのみJS専用クラス */
  .rihelp_more_list li.is-hidden {
    /* opacity: 0; */
    display: none;
    height: 0;
    margin: 0;
  }
  .more_list {
    border-radius: 4px;
  }
  .more_list li {
    opacity: 1;
    list-style: none;
    line-height: 32px;
    font-size: 13px;
    transition: all 0.4s ease 0s;
  }
  .more {
    text-align: center;
    /* margin: 12px 0 0; */
  }
  .more.is-btn-hidden {
      display: none;
  }
  .more_img {
    max-width: 14px;
    max-height: 14px;
    vertical-align: middle;
  }
  .more_btn_content {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 78px; */
    padding: 16px 0;
    margin: 0 auto;
  }
  .more_btn_content_ver2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    /* width: 78px; */
  }
  .more_btn_content:active {
    background-color: rgba(0, 0, 0, 0.08);
  }
  .rihelp_more_button,.rihelp_more_button_ver2 {
    position: relative;
    color: #0078b5;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0 4px 0 0;
    font-size: 13px;
    z-index: 10;
    background: transparent;
  }
  /* もっとみるボタン関連　ここまで */
  /* チャット開始ボタン */
  #chat-icon {
    right: 16px;
    bottom: 40px;
    border: 1px solid #BF0000;
    border-radius: 60px;
    background-color: #fff;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.20);
    padding: 4px 14px;
    position: fixed;
    transition: width 250ms ease-in-out,opacity 0.1s ease-in-out;
    height: 56px;
    width: 168px;
    /* borderを含んだ数値のため168px、またwidthを指定しないと伸縮できないため */
    cursor: pointer;
    z-index: 100;
    opacity: 1;
    overflow: hidden;
    white-space: nowrap;
    gap: 12px;
  }
  .rihelp_chat_button {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .rihelp_chat_button:active {
    background: var(--black-8-on-white, linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%), #FFF);
  }
  .rihelp_chat_button p {
    color: #BF0000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    opacity: 1;
    transition: opacity 0.1s ease-in-out;
    animation-name: fadeIn;
    animation-fill-mode: forwards;
    animation-duration: 400ms;
    transition-timing-function: ease-in-out;
  }
  @keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #chat-icon.short{
    width: 56px;
  }
  .no_display {
    display: none;
    opacity: 0;
  }
  /* チャット開始ボタン */
  .sp_transition_btn {
    bottom: 100px;
    border: 1px solid #BF0000;
    border-radius: 48px;
    background-color: #fff;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.20);
    /* padding: 8px 0 0 0; */
    position: fixed;
    transition: width 400ms cubic-bezier(0.3, 0.0, 0.8, 0.15);
    height: 56px;
    width: 225px;
    cursor: pointer;
    z-index: 100;
  }
  /* #scrollButton {
    width: 100px;
    height: 50px;
    background-color: #fff;
    color: #BF0000;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: width 0.3s ease-in-out;
    position: fixed;
    bottom: 15px;
    right: 15px;
} */
/* 検索モーダルCSS　要確認 */
    /* モーダルのスタイル */
    .sp_modal_short {
      display: none;
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      max-width: 375px;
      height: 100%;
  }
  /* モーダルのコンテンツのスタイル */
  .sp_modal_content {
      background-color: #fefefe;
      margin: 0 auto;
      padding: 12px;
      gap: 12px;
      /* width: 100%; */
      max-width: 375px;
      text-align: center;
      display: flex;
      z-index: 99;
  }
    /* キャンセルボタンのスタイル */
    .cancel_btn {
      margin-top: 10px;
      cursor: pointer;
  }
.modal-sp-size-s {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}
.modal-sp-size-l {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}
.modal-content-sp {
  background: #fff;
  /* padding: 12px; */
  border-radius: 5px;
}
.search_modalbox_top {
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 12px;
  border-bottom: 1px solid var(--black-8, rgba(0, 0, 0, 0.08));
}
.sp_search {
  margin: 0 auto;
  padding: 0 16px;
  background-color: white;
}
.sp_search.is-active {
  display: block;
}
.sp_search__item {
  padding: 12px 0;
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  align-items: center;
}
.sp_search__list {
  padding: 0;
}
.sp_search__list li::before {
  content:url(../img/search.svg);
  background-size:  auto 20px;
  display: inline-block;
  vertical-align: middle;
  background-position: left;
  background-repeat: no-repeat;
  line-height:20px;
  font-size: 18px;
  max-width: 20px;
  max-height: 20px;
  height:auto;
  position:relative;
}
.sp_search__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  padding: 0 0 0 12px;
  font-size: 14px;
  line-height: 20px;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sp_search__link span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
  .s_cancel_box {
    flex-grow: 1;
    text-align: center;
  }
  .cancel_box_s_size {
    /* flex-grow: 3; */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cancel_size_s,.close {
    top: 10px;
    right: 10px;
    font-size: 13px;
    cursor: pointer;
    display: block;
    color: #717171;
    text-align: center;
    white-space: nowrap;
  }
  /* footer関連 */
  .footer {
    /* margin-top: 40px; */
    border-top: 8px solid rgba(0, 0, 0, 0.04);
    padding: 24px;
    background: rgba(0, 0, 0, 0.03);
  }
  .footer p {
    text-align: center;
    color: var(--gray-717171, #717171);
  }
  .footer_contents_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    font-size: 12px;
    align-content: center;
    text-align: center;
    margin: 0 auto 16px;
  }
  .footer_contents_item p{
    text-align: center;
  }
  .footer_contents_item p a{
    text-decoration-line: underline;
    color: #717171;
  }
  .footer_contents_item p a:active {
    background: rgba(0, 0, 0, 0.08);
  }
  .copyright {
    font-size: 11px;
  }
  /* ハンバーガーメニュー関連 */
  .body_overflow_sp {
    overflow: hidden;
  }
  .rihelp_content_wrapper {
    /* overflow-x: hidden; */
    position: relative;
  }
  .overlay {
    content: "";
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.7);
    /* position: absolute; */
    top: 0;
    left: 0;
    z-index: 101;
    opacity: 0;
    transition: opacity .5s;
    overflow: hidden;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
    position: fixed;
    top: 0;
    overflow: hidden;
  }
  .overlay.open::before {
    content: url(../img/close.svg);
    position: fixed;
    width: 24px;
    height: 24px;
    top: 12px;
    right: 12px;
    display: block;
    z-index: 102;
    max-width: 24px;
    pointer-events: auto;
    cursor: pointer;
  }
  .menu-trigger {
    display: inline-block;
    width: 24px;
    height: 17px;
    vertical-align: middle;
    cursor: pointer;
    top: 23px;
    left: 30px;
    z-index: 100;
    transform: translateX(0);
    transition: transform .5s;
  }
 /* Rakuten Mobile Banner */
  .mobile-banner-link {
      display: block;
      width: 100%;
  }
  .mobile-banner-link p {
      margin: 0;
      text-align: center;
      background-color: #ff008c;
  }
  .mobile-banner-link p img {
      width: 100%;
      display: block;
  }
 /* メニューアイコンの移動距離 */
/* .menu-trigger.active {
  transform: translateX(85vw);
} */
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
/* .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
} */
.menu-trigger span:nth-of-type(2) {
  top: 7px;
}
/* .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
} */
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
/* .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-4px) rotate(45deg);
} */
/* スムーススクロール */
.top-scroll #top-button{
  background: rgba(0, 0, 0, 0.03);
}
#top-button {
  width: 100%;
  height: 32px;
  padding: 8px 16px;
  font-size: 12px;
  border: none;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
/* クリック後のメニュー画面 */
nav {
  width: 327px;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 103;
  /* transform: translate(-327px); */
  transform: translate(-100%);
  transition: all .5s;
}
nav.open {
  transform: translateZ(0);
  background-color: #F7F7F7;
}
.nav_menu_title {
  padding: 15px;
  color: #717171;
  font-size: 12px;
  font-weight: 600;
  background-color: #F7F7F7;
}
.nav_menu_icon {
  width: 24px;
  vertical-align: top;
}
.nav_menu_item {
display: flex;
align-items: center;
gap: 12px;
}
.nav_menu_item p {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.nav_list_li {
  color: #333;
  padding: 12px 24px;
  border-top: 1px solid #F5F5F5;
  background-color: #fff;
}
/* testパーツ */
.fixedbg {
  position: fixed;
  top: 0;
  z-index: 99999;
  pointer-events: auto;
  background-color: #fff;
}