/* ★★★★★★★★★★

2023年12月の追加部分

★★★★★★★★★★★ */

/*------------------------
      お届け内容の変更
------------------------*/

  .mypageBody {
    font-family: 'Noto Sans JP', 'Noto Sans CJK JP', sans-serif;
  }

  .form_content {
    padding: 0;
  }

  /*---　ヘッダー　---*/
  .mypageBody .header {
    background: #F7F7F7;
    padding: 16px 4% 0;
  }

  .mypageBody .header_logo {
    margin: 0;
    position: fixed;
  }

  .mypageBody .header_nav {
    position: fixed;
    /*right: 15%;*/
    right: 5%;
    top: 10px;
  }

  .mypageBody .nav_menu_list {
    display: flex;
    gap: 17px;
  }

  .mypageBody .nav_menu_list a {
    display: flex;
    flex-direction: column;
    align-items: center ;
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 2.1;
    gap: 4px;
    color: #001635;
    font-family: "Open Sans",sans-serif;
  }

  .header_menuBtn {
    font-family: "Open Sans",sans-serif;
  }

  .mypageBody .nav_menu_list a i {
    font-size: 17px;
  }


  .mypageBody .header .width_adjust {
    max-width: 1366px;
    padding: 0;
  }

  .mypageBody .nav_menu.active .nav_menu_list {
    display: block;
  }

  .mypageBody .header_menu.active span:nth-child(1),
  .mypageBody .header_menu.active span:nth-child(3) {
    background-color: #001635;
  }

  .mypageBody .header_menu.active span:nth-child(3) {
    top: 5px;
    left: 16px;
  }

  /*---　フローディングヘッダー　---*/

  .head-animation {
    transform: translateY(120%);
  }

  #floatingHeader {
    background-color: #fff;
    padding: 14px 5px 0;
    position: fixed;
    width: 100%;
    height: 64px;
    z-index: 20;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    bottom: 0;
  }

  .floatingHeader .width_adjust {
    padding: 0;
    margin: 0 auto;
  }

  .floatingList {
    display: flex;
    justify-content: space-evenly;
  }


  .floatingList a {
    width: 20%;
    font-family: 'Noto Sans JP', 'Noto Sans CJK JP', sans-serif;
  }

  .floatingList a img {
    max-width: 100%;
    width: 100%;
    height: 40px;
    object-fit: contain;
    font-family: 'Noto Sans JP', 'Noto Sans CJK JP', sans-serif;
  }

  /*---　詳細本文　---*/
  .detailsWrapper {
    padding: 104px 0 80px;
    background: #F7F7F7;
  }

  .detailsWrapper .width_adjust {
    max-width: 642px;
  }

  /*---　リマインド　---*/

  .orderDetails .including_wrap {
    background: #F8E7E7;
    margin-bottom: 41px;
  }

  .reminderColor {
    color: #D50000;
  }

  /*---　詳細タイトル　---*/
  .orderDetails .form_title {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 76px;
    font-size: 20px;
    line-height: 1.6;
  }

  /*---　詳細ステップ　---*/
  .detailsFlow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22%;
    margin: 0 auto 48px;
    position: relative;
    color: #6C727F;
    max-width: 350px;
  }

  .detailsFlow::before {
    content: "";
    width: 59%;
    height: 1px;
    background: #6C727F;
    position: absolute;
    top: 17px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .detailsBox {
    text-align: center;
    width: 33.333%;
  }


  .detailsNumb {
    color: #4B505A;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    position: relative;
    z-index: 2;
  }


  .detailsNumb:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 79px;
    height: 79px;
    background: #fff;
    z-index: -1;
    top: -24px;
    left: -7px;
  }


  body.orderDetails p.detailsExplain {
    margin-top: 47px;
    letter-spacing: 0.05em;
    font-size: 15px;
  }

  @media (width <= 375px) {

    body.orderDetails p.detailsExplain {
      font-size: 13px;
    }

  }

  .orderDetails-confirm .item_detail p {
    margin-bottom: 0;
    text-wrap: wrap;
    word-break: break-all;
  }

  /*　変更ページ */
  .required-icon {
    color: #fff;
    background-color: #cc4d44;
    border-color: #cc4d44;
    padding: 3px;
    font-size: 12px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .invalid-message {
    color: #D50000;
    font-size: 10px;
    margin-bottom: 5px;
  }

  .mypageBody .form_main .form_content:not(:first-of-type) {
    padding: 0;
  }

  .mypageBody .form_content .input_row:last-of-type {
    margin-bottom: 0;
  }

  .select_wrap::after {
    top: 10px;
  }

  .mypageBody .region .select_wrap::after {
    top: 13px;
  }

  .orderDetails-change .detailsBox:first-of-type .detailsNumb:before {
    background: #3191F0;
  }
  .orderDetails-change .detailsBox:first-of-type .detailsNumb {
    color: #fff;
  }

  .orderDetails-change .detailsBox:first-of-type .detailsExplain {
    color: #001635;
  }

  /*---　確認ページ ---*/
  .orderDetails-confirm .form_content_confirm {
    font-weight: 500;
  }

  /*　確認：フロー */
  .orderDetails-confirm .detailsBox:first-of-type .detailsNumb {
    color: #4B505A;
  }
  .orderDetails-confirm .detailsBox:first-of-type .detailsNumb:before {
    background: #fff;
  }

  .orderDetails-confirm .detailsBox:first-of-type {
    color: #6C727F;
  }

  .orderDetails-confirm .detailsBox:nth-of-type(2) .detailsNumb:before {
    background: #3191F0;
  }
  .orderDetails-confirm .detailsBox:nth-of-type(2) .detailsNumb {
    color: #fff;
  }

  .orderDetails-confirm .detailsBox:nth-of-type(2) {
    color: #001635;
  }
  
  /*　確認：お届け予定商品 */
  .varitaion_detail_list {
    font-weight: 400;
    font-size: 12px;
    color: #6c727f;
    letter-spacing: 0.025em;
    line-height: 1.6000000635782878;
  }

  .varitaion_detail_list span {
    margin-right: 10px;
  }

  .varitaion_detail_list span:last-of-type {
    margin-right: 0;
  }

  .orderDetails.orderDetails-confirm .item_quantity {
    margin-left: 0;
    width: 37px;
    text-align: right;
  }

  .orderDetails.orderDetails-confirm .item_box {
    gap: 10px;
    padding: 25px 6% 0;
  }

  .orderDetails-confirm .item_quantity p {
    font-weight: 400;
    font-size: 12px;
    color: #313131;
    letter-spacing: 0.025em;
    line-height: 1.6;
  }

  .orderDetails-confirm .varitaion_line {
    border-bottom: none;
    padding-bottom: 0;
  }

  .orderDetails-confirm.orderDetails .form_item_list_wrap {
    padding-bottom: 25px;
  }

  /*　確認：ギフト希望 */
  .mypageBody.orderDetails-confirm .form_content .giftType {
    font-weight: 400;
    font-size: 14px;
    color: #313131;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .mypageBody.orderDetails-confirm .form_content .giftType_detail {
    font-weight: 400;
    font-size: 12px;
    color: #6c727f;
    letter-spacing: 0.025em;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .mypageBody.orderDetails-confirm .form_content .giftType_detail span {
    margin-right: 15px;
  }
  
  .mypageBody.orderDetails-confirm .form_content .giftType_detail span:last-of-type {
    margin-right: 0;
  }

  .mypageBody.orderDetails-confirm .form_content .giftType_remarks {
    font-weight: 400;
    font-size: 12px;
    color: #6c727f;
    letter-spacing: 0.025em;
    line-height: 1.6;
  }

  .mypageBody.orderDetails-confirm .detailsTable_box-payment p {
    margin-bottom: 0;
  }

  /*　確認：お届け間隔 */
  .mypageBody.orderDetails-confirm .detailsTable_box-cycle .detailsContent_wrap p {
    font-weight: 400;
  }

  /*　完了ページ */
  .orderDetails-complete .detailsBox:nth-of-type(2) .detailsNumb:before {
    background: #fff;
  }
  .orderDetails-complete .detailsBox:nth-of-type(2) .detailsNumb {
    color: #4B505A;
  }

  .orderDetails-complete .detailsBox:nth-of-type(2) {
    color: #6C727F;
  }
  .orderDetails-complete .detailsBox:last-of-type .detailsNumb:before {
    background: #3191F0;
  }
  .orderDetails-complete .detailsBox:last-of-type .detailsNumb {
    color: #fff;
  }

  .orderDetails-complete .detailsBox:last-of-type {
    color: #001635;
  }


  /*---　詳細テーブル　---*/

  .detailsTable.section_form {
    margin-top: 45px;
    padding: 0;
  }

  .orderDetails .form_content_box {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  .orderDetails .form_content_ttl {
    background: #EDEDED;
    padding: 17px 0;
    text-align: center;
    margin-bottom: 0;
  }

  .orderDetails .form_content_input {
    background-color: #fff;
    padding: 24px 16px;
  }

  @media (width <= 399px ) {

    .orderDetails .form_content_input {
      padding: 24px 10px;
    }
  }

  .orderDetails-confirm .detailsContent {
    font-weight: 500;
  }

  /*--- お届け予定商品 ---*/
  .orderDetails .form_item_list_wrap {
    padding-bottom: 36px;
  }
  
  .form_content_input-product {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    font-weight: 400;
  }

  .detailsTable_box-product {
    background: #fff;
  }

  .detailsTable_box-product img {
    width: 71px;
    height: 71px;
    object-fit: contain;
  }

  .orderDetails .form_content_input p {
    font-weight: 400;
  }

  .orderDetails.orderDetails-confirm .form_content_input p {
    font-weight: 500;
  }

  .orderDetails .form_content_input .item_price {
    font-size: 14px;
    margin-bottom: 0;
  }

  .orderDetails .form_content_input .item_price span {
    font-size: 18px;
    font-weight: 600;
    margin-left: 0;
  }

  .orderDetails .form_content_input .item_price .zei {
    font-size: 12px;
    font-weight: 400;
  }

  .orderDetails .form_content_input .item_price span {
    font-size: 18px;
    font-weight: 600;
    margin-left: 0;
  }

  .orderDetails .form_content_input .item_detail {
    width: 76%;
  }

  .details_schedule_option {
    position: relative;
  }

  .orderDetails .item_box {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 17px;
    flex-wrap: wrap;
  }

  .orderDetails .item_price .zei {
    font-size: 12px;
    margin: 0;
  }

  .orderDetails .item_price span {
    font-size: 18px;
    margin: 0 3px 0 0;
    line-height: 1.16;
  }
  
  .orderDetails .item_detail h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-wrap: wrap;
    word-break: break-all;
  }

  .orderDetails .item_quantity {
    width: 35%;
    margin-left: 80px;
  }

  @media (width < 376px) {
    .orderDetails .item_quantity {
      width: 38%;
    }
  }
  
  @media (width < 321px) {
    .orderDetails .item_quantity {
      width: 44%;
    }
  }
  
  .orderDetails .section_form select.item_num {
    top: -2px;
  }

  /*--- バリエーション ---*/
  .orderDetails .form_variation_box {
    padding: 16px 6% 0 ;
  }

  .orderDetails .item_box + .form_variation_box {
    padding-top: 0;
    margin-top: -9px;
  }

  .orderDetails .form_variation_box .variation_num {
    font-weight: 400;
    font-size: 12px;
    color: #6c727f;
    letter-spacing: 0.025em;
    line-height: 1.6;
    margin-bottom: 7px;
  }

  .orderDetails .form_variation_wrap {
    width: 100%;
    margin-bottom: 0;
  }

  .orderDetails .variation_list {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .orderDetails .variation_list:last-of-type {
    margin-bottom: 0;
  }
  
  .orderDetails .variation_ttl {
    width: 21%;
    text-wrap: wrap;
    word-break: break-all;
    margin-bottom: 0;
  }
  .orderDetails .variation_choice {
    width: 76%;
  }

  .orderDetails .variation_choice select {
    margin-bottom: 0;
    padding: 10px 16px;
  }

  .variationCancel_wrap {
    text-align: right;
  }

  .variationCancel {
    font-weight: 400;
    font-size: 12px;
    color: #969696;
    letter-spacing: 0.05em;
    line-height: 1.75;
    text-decoration: underline;
  }

  /*--- ギフト希望 ---*/
  .orderDetails .gift_wrap.checkbox_wrap {
    padding: 0;
  }

  .orderDetails .giftDetail .giftDetail_explain {
    padding: 10px 9px 0;
    margin-bottom: 17px;
    font-weight: 400;
    font-size: 14px;
    color: #313131;
    letter-spacing: 0.025em;
    line-height: 1.5;
  }

  .orderDetails .form_main.gift_content {
    background: #F7F7F7;
    padding: 16px;
  }

  .orderDetails .gift_content .gift_list {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .orderDetails .gift_ttl {
    width: 21%;
    text-wrap: wrap;
    word-break: break-all;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    color: #313131;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  .orderDetails .gift_choice {
    width: 76%;
  }

  .orderDetails .gift_choice select {
    padding: 10px 16px;
  }

  .orderDetails .gift_content .gift_list.gift_text {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }

  .orderDetails .gift_content .gift_list.gift_text textarea {
    border: 1px #E0E0E0 solid;
    border-radius: 4px;
    line-height: 1.5;
    padding: 10px 16px;
    width: 100%;
  }

  .gift_wrap .select_wrap select {
    padding: 10px 16px;
    font-family: 'Noto Sans JP', 'Noto Sans CJK JP', sans-serif;
  }


  .orderDetails textarea {
    resize: none;
  }

  /*--- ご注文情報 ---*/
  .orderDetails p {
    margin-bottom: 5px;
  }

  .orderDetails p:last-of-type {
    margin: 0;
  }

  .orderTitle {
    font-weight: 400;
  }

  .orderContent {
    color: #969696;
    margin-left: 5px;
    font-weight: 400;
  }

  /*--- お届け日 ---*/
  .details_delivery {
    display: flex;
    gap: 16px;
    margin-bottom: 12px;
    position: absolute;
    top: 0;
    left: 106px;
  }


  @media (width <= 399px) {
    .details_delivery {
      gap: 5px;
    }
  }

  .orderDetails .section_form .deliveryOptions input {
    width: 22px;
  }

  .orderDetails .select_date {
    margin-bottom: 8px;
    position: relative;
  }

  .orderDetails .shipping_day .select_date select {
    padding: 11px 8px 11px 34px;
  }

  .input_date {
    position: relative;
    margin-top: 14px;
    margin-bottom: 8px;
    padding: 0;
  }

  .mypageBody .form_content .input_row.input_date {
    margin-bottom: 8px;
}

  .input_date input {
    padding: 11px 8px 11px 36px;
  }

  .input_date::before {
    content: "\f073";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    font-size: 15px;
    height: 15px;
    width: 15px;
    top: 12px;
    left: 13px;
    z-index: 1;
    color: #6C727F;
  }

  .input_date::after {
    color: #969696;
    height: 20px;
    width: 20px;
    position: absolute;
    content: "\f107";
    top: 13px;
    right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 15px;
  }

  .mypage_calendar::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background: transparent;
    z-index: 1;
  }


  .detailInfo a {
    color: #6C727F;
    display: flex;
    gap: 4px;
    align-items: center;
    margin-bottom: 8px;
  }

  .detailInfo a span {
    text-decoration: underline;
    font-size: 12px;
  }

  .orderDetails-confirm .detailInfo a {
    margin: 8px 0 0;
  }


  .deliveryOptions {
    display: flex;
  }

  .mypageBody .checkbox {
    opacity: 0;
  }

  .mypageCheckbox_label {
    position: relative;
    font-weight: 500;
    font-size: 12px;
  }

  .mypageCheckbox_label::before {
    content: "";
    border-radius: 50%;
    background: #EDEDED;
    width: 22px;
    height: 22px;
    position: absolute;
    left: -27px;
    top: 0;
  }


  .mypageCheckbox_label.checked::after {
    content: "";
    border-radius: 50%;
    background: #3191F0;
    width: 8px;
    height: 8px;
    position: absolute;
    left: -20px;
    top: 7px;
  }
  /*---　お届け間隔　---*/
  .scheduleTittle {
    margin-right: 4px;
    color: #313131;
    font-weight: 400;
  }

  .scheduleContent {
    font-weight: 500;
  }

  .mypageBody .input_row.input_row-period {
    display: flex;
    padding: 0;
    gap: 6px;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .mypageBody .section_form .input_single.input_period-month {
    width: 71%;
    max-width: 116px;
  }

  .mypageBody .section_form .input_single.input_period-month,
  .mypageBody .section_form .input_single.input_period-day {
    font-size: 12px;
    justify-content: flex-start;
    flex-direction: row;
    gap: 6px;
  }
  .mypageBody .section_form .input_single.input_period-month .select_wrap {
    width: 82px;
  }
  .mypageBody .section_form .input_single.input_period-day .select_wrap {
    width: 82px;
  }

  .orderDetails-confirm .detailsContent-date {
    font-weight: 400;
  }

  .orderDetails .future_input .form_content_input {
    margin-bottom: 0;
    display: block;
  }


  /*スマホのみ*/
  .mobile .input_date::after {
    content: none;
  }

  .mobile .input_date input {
    margin-left: 134px;
    width: fit-content;
    padding: 11px;
  }

  .mobile .input_date::before {
    top: 1px;
    left: 110px;
  }

  .mobile .detailInfo a {
    margin-left: 107px;
  }

  .mobile .orderDetails-confirm .detailInfo a {
    margin-left: 0;
  }

  /*---　お届け先　---*/
  .mypageBody .section_form .input_single.region .form_content_ttl,
  .mypageBody .section_form .input_single.locality .form_content_ttl,
  .mypageBody .section_form .input_row.no_flex .form_content_ttl  {
    background: none;
    text-align: left;
    padding: 0;
    font-size: 14px;
    color: #5F5F5F;
    font-weight: 500;
  }

  .mypageBody .zip_search a {
    font-size: 12px;
  }

  .mypageBody .p-extended-address {
    margin-top: 10px;
  }

  .mypageBody.orderDetails .zip_wrap a {
    margin-left: 0;
  }

  /*--- お支払い情報 ---*/
  .currentPayment {
    font-size: 12px;
    font-weight: 400;
    color: #6c727f;
    letter-spacing: 0.025em;
    line-height: 1.6;
    margin-bottom: 6px;
  }

  body.orderDetails .currentPayment {
    margin-bottom: 6px;
  }

  .mypageBody .shipping_day .form_content p {
    color: #313131;
  }

  .mypageBody .card_current_num {
    padding: 0 15px 0 25px;
  }

  .mypageBody .section_form .select_wrap {
    width: 100%;
  }

  .mypageBody .section_form .select_wrap {
    gap: 10px;
  }

  .detailsContent-payment .form_content_ttl {
    font-size: 14px;
  }

  .detailsContent-payment .form_content_ttl label {
    font-size: 16px;
  }

  .select_wrap-Payment_result {
    margin-top: 15px;
    color: #313131;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .mypageBody .select_wrap-Payment_result .input_row {
    margin-bottom: 0;
  }

  .select_wrap-Payment_result .form_content_box {
    margin-top: 9px;
  }

  .detailsContent-payment .form_content_box:last-of-type {
    margin-bottom: 0;
  }

  .payment_content.form_content {
    margin-bottom: 0;
  }

  .orderDetails-confirm .detailsContent-payment {
    font-weight: 400;
  }

  .orderDetails-confirm .detailsContent-payment p {
    line-height: 1.5;
    margin-bottom: 0;
  }

  .orderDetails-change .card_select_wrapper .checkbox_wrap.checkbox_wrap_small label {
    padding-left: 20px;
    font-size: 12px;
  }

  .orderDetails-change .card_select_wrapper .checkbox_wrap.checkbox_wrap_small label::before {
    left: -2px;
  }

  .orderDetails-change .card_select_wrapper .checkbox_wrap.checkbox_wrap_small label::after {
    left: 3px;
  }

  .orderDetails-change.mypageBody .card_current_num {
    padding: 0 15px 0 35px;
  }

  .detailsTable_box-payment {
    color: #313131;
  }

  .detailsTable_box-payment .select_wrap-Payment_result .form_content_ttl {
    text-align: left;
    background-color: transparent;
    font-weight: 500;
    font-size: 14px;
    color: #313131;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 6px;
  } 
  
  .detailsTable_box-payment .select_wrap-Payment_result .form_content_input {
    padding: 0;
  }
  
  .detailsTable_box-payment .select_wrap-Payment_result .form_content_input .input_single { 
    display: block;
  }

  .detailsTable_box-payment .select_wrap-Payment_result .input_single.input_year {
    display: flex;
    flex-direction: row;
  }

  .detailsTable_box-payment .securitycode {
    margin-bottom: 0;
  }

  .orderDetails-confirm .detailsTable_box-payment .form_content p {
    font-weight: 400;
  }

  /*---　お届け先　---*/
  .mypageBody .input_row {
    margin-bottom: 16px;
  }

  .mypageBody .section_form .input_single {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column;
  }

  .mypageBody .zip_search.theme_color {
    width: 100%;
  }

  .mypageBody .zip_number {
    margin: 0;
  }

  .mypageBody .zip_search a {
    margin-left: 15px;
  }

  .mypageBody .section_form .p-region {
    color: #313131;
  }

  .orderDetails .reciverName  {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .reciverName span {
    font-size: 12px;
    color: #5F5F5F;
    margin-left: 4px;
  }

  .reciverAddress {
    letter-spacing: 0.025em;
    font-size: 14px;
  }

  .orderDetails .address_new_form {
    margin: 0;
    padding: 0;
  }

  .orderDetails .form_main {
    padding: 0;
  }

  .orderDetails .address_new_form .form_content_input {
    padding: 0;
  }

  .orderDetails .address_new_form .form_content {
    padding: 0;
  }

  .orderDetails .address_new_form .form_content_ttl {
    background: transparent;
    text-align: left;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    color: #5f5f5f;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  .orderDetails .address_new_form .input_flex .input_row.no_flex:last-of-type {
    margin-bottom: 0;
  }

  /*---　購入情報　---*/
  .purchaseInfo p {
    display: flex;
    justify-content: space-between;
  }

  .purchaseInfoContent {
    color: #969696;
  }

  .purchaseInfoTitle {
    font-weight: 400;
  }

  .purchaseInfoTitle-total {
    font-weight: 700;
  }


  .purchaseInfoContent-total {
    color: #8D1414;
    font-weight: 600;
    font-size: 16px;
  }

  /*--- 性別　---*/
  .mypageBody .input_flex.sex .input_single {
    flex-direction: row;
    width: fit-content;
  }

  .mypageBody .input_flex.sex .input_single input {
    width: 22px;
    opacity: 0;
    margin: 0;
    position: relative;
    left: 5px;
  }

  .mypageBody .input_flex.sex .input_single label {
    position: relative;
  }

  .mypageBody .input_flex.sex .input_single label::before {
    content: "";
    border-radius: 50%;
    background: #EDEDED;
    width: 22px;
    height: 22px;
    position: absolute;
    left: -27px;
    top: 0;
  }

  .mypageBody .input_flex.sex .checked +  label::after {
    content: "";
    border-radius: 50%;
    background: #3191F0;
    width: 8px;
    height: 8px;
    position: absolute;
    left: -20px;
    top: 7px;
  }

  
  /*--- 生年月日　---*/
  .mypageBody .form_content_input.input_flex .input_year {
    flex-direction: row;
  }
  /*---　変更完了ページ　---*/
  body.orderDetails .completeMsg {
    font-size: 18px;
    font-weight: 500;
    padding: 66px 0;
    background: #fff;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.05em;

  }
  /*---　 ボタン　---*/
  .mypageBody .confirm .form_btn {
    max-width: 285px;
  }

  .orderDetails-complete .confirm .form_btn.form_back {
    margin-bottom: 16px;
  }

  .orderDetails input[type="submit"].form_btn {
    border-radius: 99999999px;
    padding: 15px;
    border: none;
    line-height: 2;
    font-size: 16px;
  }

  .orderDetails input[type="submit"].form_btn:hover {
    cursor: pointer;
  }
  /*---　フッター　---*/


  .mypageBody .footer {
    padding: 45px 4% 34px;
  }


  /*------------------------
      マイページTOP
  ------------------------*/
  .mypageTop {
    overflow-x: hidden;
  }

  /*--- タイトル　---*/
  .mypageTop .detailsWrapper {
    padding: 76px 0 64px;
  }

  .mypageTop .form_title {
    border-bottom: none;
  }

  /*--- 会員ステータス---*/
  .statusWrap {
    padding: 24px 4.1%;
    margin-bottom: 19px;
  }

  .statusWrap.s-bronze {
    background: #F2E6DB;
  }

  .statusWrap.s-silver {
    background: #EDEDED;
  }

  .statusWrap.s-gold {
    background: #F2EDDB;
  }

  .profilo_img img {
    width: 59px;
    height: 59px;
    object-fit: contain;
  }

  .status_profilo {
    display: flex;
    gap: 2%;
    padding: 0 1% 12.5px;
    border-bottom: 1px solid #fff;
  }

  .profilo_welcome {
    color: #313131;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }

  .profilo_name {
    font-size: 18px;
    line-height: 1.5;
    margin-right: 2px;
    font-weight: 500;
  }

  .profilo_current {
    color: #6C727F;
    font-size: clamp(0.625rem, -1.625rem + 10vw, 0.875rem);
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin-top: 3px;
  }

  .currentStatus {
    border-radius: 10px;
    padding: 0 11px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #fff;
    margin: 0 4px;
  }

  .currentStatus.s-bronze {
    background: #9B6208;
  }

  .currentStatus.s-silver {
    background: #4E525A;
  }

  .currentStatus.s-gold {
    background: #966F25;
  }

  .status_privilege {
    margin-top: 13.5px;
  }

  .privilege_text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #313131;
    text-align: center;
    margin-bottom: 7.5px;
  }

  .privilege_list {
    display: flex;
    justify-content: center;
    column-gap: 8.2%;
  }

  .privilege_list li {
    background: #fff;
    border-radius: 15px;
    padding: 2px 13px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.75;
    color: #313131;
  }

  .privilege_main {
    font-size: 20px;
    letter-spacing: 0.025em;
    line-height: 1.45;
    margin: 0 2px;
    font-weight: 600;
  }

  /*---　保有ポイント　---*/
  .currentPoint {
    background: #fff;
    padding: 33px 4.7%;
    margin-bottom: 40px;
  }

  .currentPoint_detail {
    padding: 0 3% 24px;
    border-bottom: 1px solid #E3E3E3;
  }


  .s-gold .currentPoint_detail {
    border-bottom: none;
    padding-bottom: 0;
  }

  .s-gold.currentPoint::after {
    content: none;
  }

  .currentPoint_detail p {
    align-items: center;
    display: flex;
    gap: 13%;
    margin-bottom: 4px;
  }

  .currentPoint_detail p:last-of-type {
    margin-bottom: 0;
  }

  .pointTittle {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #313131;
    min-width: 117px;
  }

  .pointContent {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 1.3;
  }

  .pointContent .form_num {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.05;
    margin-right: 3px;
  }

  .pointContent-date {
    font-size: 16px;
  }

  .currentPoint_upgrade {
    margin-top: 26px;
  }

  .upgradeDetails {
    font-size: clamp(0.688rem, -0.598rem + 5.71vw, 0.813rem);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: 0 3%;
    margin-bottom: 20px;
  }


  .upgradeDetails .form_num {
    font-size: clamp(0.938rem, 0.295rem + 2.86vw, 1rem);
    font-weight: 700;
    margin: 0 4px;
  }

  .upgradeDetails .form_num.upgrade_date {
    margin-left: 0;
  }

  .nextgrade {
    align-items: center;
    display: flex;
    padding: 0 3%;
    justify-content: center;
  }

  .nextgrade img {
    height: 54px;
    width: 54px;
    z-index: 1;
  }

  .nextgrade_text {
    display: flex;
    align-items: center;
    border-radius: 0 16px 16px 0;
    padding: 5px 22px 5px 32px;
    position: relative;
  }


  .nextgrade_text::before {
    position: absolute;
    content: "";
    background-size: contain;
    width: 54px;
    height: 54px;
    left: -20px;
    top: -10px;
  }

  .s-silver .nextgrade_text {
    background: #F2EDDB;
    color: #966F25;
  }

  .s-bronze .nextgrade_text {
    background: #EDEDED;
    color: #4E525A;
  }

  .s-silver .nextgrade_text::before {
    background: url(/../img/mypage/grade-gold.svg) no-repeat;
    background-size: contain;
    background-size: contain;
  }

  .s-bronze .nextgrade_text::before {
    background: url(/../img/mypage/grade-silver.svg) no-repeat;
    background-size: contain;
  }

  .nextgrade_name {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.62;
  }

  .nextgrade_privilege .form_num {
    font-size: 18px;
    font-weight: 600;
  }

  .nextgrade_privilege {
    font-size: 15px;
    font-weight: 600;
  }


  @media (width <= 375px ) {
    .nextgrade_text {
      gap: 20px;
    }

    .nextgrade_text {
      padding: 5px 15px 5px 31px;
    }

    .nextgrade_privilege {
      font-size: 14px;
    }

    .nextgrade_name {
      font-size: 14px;
    }

  }

  /*--- お客様のご注文 ---*/
  .currentOrder h3 {
    font-size: 18px;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }

  .including_wrap-currentDelivery {
    background: #F3F8E7;
    margin-bottom: 30px;
  }

  .deliveryNum {
    color: #5F8600;
    text-decoration: underline;
    font-weight: 700;
    margin: 0 2px;
    font-size: 16px;
  }

  .deliveryNum span {
    font-size: 14px;
  }


  /*--- タブテーブル ---*/
  .deliveryTab-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .deliveryTab-list-item {
    text-align: center;
    width: calc(50% - 5px);
    background: #969696;
    padding: 7px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
  }

  @media (width <= 360px) {
    .deliveryTab-list-item {
      font-size: 12px;
    }
  }


  /*　★★★　色開始　★★★*/
  .deliveryTab-list-item.active {
    background-color: #fff;
    color: #6C727F;
  }
  .deliveryTab .deliveryNum {
    text-decoration: none;
    color: #969696;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.75;
    margin: 0;
    background: #F7F7F7;
    border-radius: 10px;
    padding: 1px 10px;
    font-weight: 600;
  }

  .deliveryTab-contents {
    background: #fff;
    border-top: #969696 1px solid;
  }

  /*　★★★　色終了　★★★*/

  .deliveryTab-contents-item {
    display: none;
    padding: 0 4%;
  }
  .deliveryTab-contents-item.show {
    display: block;
  }

  .orderDetails-all .deliveryTab-contents-item-stop .deliveryItem-regular .deliveryItem_btn {
    justify-content: flex-end;
  } 

  /*--- 注文内容　---*/
  .deliveryTab {
    background: #fff;
    padding-bottom: 40px;
  }

  .deliveryItem {
    padding: 24px 0;
    border-bottom: 1px solid #E3E3E3;
  }

  .deliveryItem:last-of-type {
    border-bottom: none;
  }

  .deliveryItem_wrap {
    margin-bottom: 8px;
  }

  .wrap-hidden {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-out;
  }

  .wrap-hidden.appear {
    max-height: 400px;
  }

  .deliveryItemTitle {
    color: #313131;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  .deliveryItemContent {
    color: #969696;
    font-size: 14px;
  }

  .deliveryItem_detail p {
    margin-bottom: 8px;
  }

  .deliveryItem_detail p:last-of-type {
    margin-bottom: 0;
  }

  .item_variation {
    font-weight: 400;
    font-size: 12px;
    color: #6c727f;
    letter-spacing: 0.025em;
    line-height: 1.6;
  }

  .select_variation {
    margin-bottom: 7px;
  }

  body.orderDetails .item_variationTtl {
    padding-left: 5px;
    margin-bottom: 4px;
  }

  body.orderDetails-confirm .item_variationTtl {
    padding-left: 0;
  }


  .deliveryItem_more button {
    cursor: pointer;
    color: #969696;
    border: none;
    margin: 12px 0 24px;
    padding: 0;
    background: none;
    position: relative;
    font-size: 12px;
  }

  .deliveryItem_more button:after {
    position: relative;
    color: #969696;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 13px;
    margin-left: 10px;
    top: 1px;
  }

  .deliveryItem_more button.btn-clicked:after {
    content: "\f106";
  }

  .deliveryItem_btn {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .myPageOrderBtn {
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.5;
    padding: 6px 0;
    width: calc(50% - 7px);
    text-align: center;
  }

  .myPageOrderBtn:hover {
    cursor: pointer;
    opacity: 0.7;
  }

  .deliveryItem-regular .deliveryItem_btn {
    justify-content: flex-start;
    gap: 20px;
  }

  .myPageOrderBtn.form_back {
    background: #fff;
    border: 1px #E0E0E0 solid;
    color: #313131;
  }

  .orderCancelLink {
    color: #969696;
    font-size: 14px;
    text-decoration: underline;
  }

  .orderCancelLink:hover {
    cursor: pointer;
    opacity: 0.7;
  }

  .deliverItem_label {
    background:  #EB9632;
    border-radius: 2px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.75;
    width: fit-content;
    padding: 1px 5px;
    margin-bottom: 8px;
  }

  .btn-orderAll {
    color: #313131;
    font-size: 16px;
    font-weight: 600;
    box-shadow: -1px 0rem 1.75rem -0.4rem rgba(0,0,0,0.15);
    max-width: 285px;
  }

  .btn-orderAll:hover {
    opacity: 0.7;
  }

  /*--- 過去注文履歴　---*/
  .orderHist {
    padding: 40px 0 63px;
  }

  .orderHistList {
    background: #fff;
    padding: 17px 4% 42px;
  }

  .orderHist h3 {
    font-size: 18px;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }

  .orderHistList .deliveryItem_detail {
    border-bottom: 1px solid #E3E3E3;
    display: block;
    position: relative;
    padding: 16px 0;
  }

  .orderHistList .deliveryItem_detail:after {
    content: "\f054";
    color: #969696;
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    top: 45%;
    right: 0.5%;
  }

  .orderHistList .deliveryItem_detail:last-of-type {
    border-bottom: none;
  }

  .orderHist .deliveryItem {
    border-bottom: none;
  }

  .orderHist .btn-orderAll {
    width: 93%;
    max-width: 327px;
  }

  .orderHist .deliveryItem {
    padding: 0;
  }

  .orderHist .btn-orderAll_wrap {
    margin-top: 12px;
  }

  /*--- おすすめ商品　---*/
  .recommendWrap {
    background: #ffffff;
    padding: 48px 0 91px;
  }

  .recommendWrap h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  .sliderContent {
    position: relative;
  }

  .sliderContent li {
    margin: 0 12px;
    width: 180px;
  }

  .sliderImage {
    width: 180px;
    height: 150px;
    object-fit: cover;
  }

  .sliderTitle {
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    color: #969696;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  .sliderPrice {
    font-weight: 400;
    font-size: 14px;
    color: #313131;
    letter-spacing: 0.025em;
    line-height: 1.5;
  }

  .sliderPrice .form_num {
    font-size: 16px;
    color: #313131;
    letter-spacing: 0.05em;
    line-height: 1.3125;
    margin-right: 2px;
  }

  .arrow-common {
    border: none;
    background: transparent;
    color: #C9C9C9;
    font-size: 18px;
    padding: 0;
    position: absolute;
    bottom: -40px;
    left:50%;
    transform: translateX(-50%)
  }

  .arrow-prev.slick-arrow {
    left: 40%;
  }

  .arrow-next.slick-arrow {
    right: 40%;
    left: auto;
  }

  /*--- 会員メニュー　---*/
  .mypageMenu {
    background: #F7F7F7;
    padding: 45px 4.5% 0;
  }

  .mypageMenu_ttl {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #313131;
    margin-bottom: 16px;
  }

  .mypageMenu_link li {
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .mypageMenu_link li:last-of-type {
    margin-bottom: 0;
  }

  .mypageMenu_link li a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 12px 5%;
    color: #313131;
  }


  .mypageMenu_link li a i {
    color: #969696;
  }

  .mypageTop .orderCancelLink {
    width: fit-content;
  }

  .btn-orderAll {
    margin: 5px auto 0;
  }

  .deliveryItem_upper {
      margin-bottom: 8px;
  }

/*------------------------
    注文一覧
------------------------*/
/*--- タイトル　---*/
.orderDetails.orderDetails-all .form_title {
  margin-bottom: 17px;
}


/*--- 注文内容　---*/
.deliveryMutiItem {
  margin-left: 17px;
}

.orderDetails-all .orderCancelLink {
  width: fit-content;
  display: block;
}

.orderDetails-all .deliveryTab {
  padding-bottom: 0;
}


.orderDetails-all .deliveryTab {
  padding-bottom: 0;
}

.deliveryItem_upper {
    margin-bottom: 8px;
}

.deliveryItem_upper p {
  margin-right: 8px;
  display: inline-block;
}

.orderDetails-all .orderCancelLink.pc_only {
  display: none;
}

.orderDetails-all .deliveryItem-regular .deliveryItem_btn {
  justify-content: space-between;
  gap: unset;
}

/*------------------------
    過去履歴一覧
------------------------*/
.orderDetails.orderDetails-all.orderHist-all .form_title {
  margin-bottom: 32px;
}

/*--- もっと見る ---*/
.hidden {
  display: none;
}

/*--- 絞り込みボタン　---*/

.orderSort {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  padding: 0;
  margin-bottom: 16px;
}

.sortTtl {
  font-weight: 400;
  font-size: 14px;
  color: #969696;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.mypageBody.orderHist-all .section_form .select_wrap {
  width: 194px;
}

.mypageBody.orderHist-all .section_form select {
  font-weight: 500;
  width: 100%;
}

/*--- 過去履歴の一覧　---*/
.orderHist-all .deliveryTab-contents-item {
  padding: 17px 4% 11px;
}

.orderHist-all .deliveryItem_wrap {
  margin: 0;
}

.orderHist-all .deliveryItem_detail.item {
  border-top: 1px #E3E3E3 solid;
  padding: 16px 0;
  display: block;
  position: relative;
}

.orderHist-all .deliveryItem_detail.item.hidden {
  display: none;
}

.orderHist-all .deliveryItem_detail.item::after {
  content: "\f054";
  color: #969696;
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  top: 45%;
  right: 4.5%;
}

.orderHist-all .deliveryItem_detail.item:first-of-type {
  border-top: none;
}

.orderHist-all .deliveryItem {
  padding: 0;
}

.js-more-btn {
  margin-top: 40px;
  background-color: #fff;
  font-weight: 500;
  font-family: 'Noto Sans JP', 'Noto Sans CJK JP', sans-serif;
}

.js-more-btn:hover {
  cursor: pointer;
}

.js-more-btn i {
  color: #969696;
  margin-left: 10px;
  position: relative;
  top: 1px;
}

/*------------------------
    過去履歴詳細
------------------------*/

/*--- お届け予定商品 ---*/
.orderHist-details.orderDetails .productDetails {
  padding: 24px 0;
}

.orderHist-details.orderDetails .productDetails .form_item_list_wrap {
  padding-bottom: 0;
}

.orderHist-details.orderDetails .productDetails .item_box {
  padding: 0 6%;
  gap: 10px;
  align-items: flex-start;
}

.orderHist-details.orderDetails .productDetails .form_item_list_wrap .varitaion_line {
  padding-top: 25px;
}

.orderHist-details.orderDetails .productDetails .form_item_list_wrap .varitaion_line:first-of-type {
  padding-top: 0;
}

.orderHist-details.orderDetails .productDetails .item_box .item_detail {
  width: 56%;
}

.orderHist-details.orderDetails .productDetails .item_box .item_quantity {
  margin-left: 0;
  width: 37px;
  text-align: right;
  font-weight: 400;
  font-size: 12px;
  color: #313131;
  letter-spacing: 0.025em;
  line-height: 1.6;
}

.orderHist-details.orderDetails .productDetails .form_item_list_wrap .varitaion_line > .varitaion_line {
  border-bottom: none;
}


.orderHist-details.orderDetails .item_detail p {
  margin-bottom: 0;
}

body.orderHist-details.orderDetails .item_variationTtl {
  padding-left: 0;
  margin-bottom: 9px;
}

.orderHist-details .productDetails .detailsContent_wrap {
  margin-bottom: 17px;
}

.form_content_input-orderDetails {
  position: relative;
}

.orderDetails .form_content_input-orderDetails {
  padding: 24px 10px;
}

.orderHist-details .form_content_input-orderDetails p:last-of-type {
  width: 67%;
}

.deliveryItem_btn-receipt {
  position: absolute;
  right: 4%;
  bottom: 23px;
  display: block;
}

.deliveryItem_btn-receipt a {
  width: 100%;
  padding: 5px 15px;
  display: block;
}

.orderHist-details.orderDetails .detailsTable_box-product .form_item_list_wrap {
  border-bottom: none;
}

.orderHist-details .productDetails .deliveryItem_btn {
  padding: 0 6%;
}

/*--- お支払い情報 ---*/
.orderHist-details .detailsContent-payment p {
  margin-bottom: 0;
}

.detailsContent-address {
  margin-top: 16px;
}

.mypageBody .shipping_day .detailsContent-address .reciverAddress {
  margin-top: 3px;
  color: #969696;
}

/*--- お届け先 ---*/
.detailsContent-delivery Address .reciverAddress {
  margin-bottom: 16px;
}

.mypageBody .shipping_day p.deliverStatus {
  color: #8D1414;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1.6;
}

.deliverFinished {
  font-weight: 400;
  font-size: 14px;
  color: #969696;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin-left: 10px;
}

/*---　既存フォームの調整　---*/
.orderDetails .form_item_list_wrap .varitaion_line:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.orderDetails .confirm .user_info {
  padding: 0;
}

.orderDetails .form_main > .form_content {
  padding-bottom: 0;
}

.orderDetails .item_confirm .form_title {
  margin-bottom: 0;
  background: #EDEDED;
  padding: 17px 0;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #313131;
}

.orderDetails .form_item.item_confirm {
  padding: 0;
}

.orderDetails .form_item.item_confirm .item_box {
  justify-content: space-between;
  padding: 24px 16px;
}

.orderDetails .item_confirm_box {
  padding: 24px 16px;
}

.orderDetails .item_total {
  font-size: 14px;
  color: #969696;
}

.orderDetails .item_total_quantity_all {
  font-size: 14px;
  font-weight: 700;
}

.orderDetails .item_total_confirm {
  font-size: 16px;
}

/*---　既存フォームの調整（ポイント）　---*/
#point_form .form_item {
  margin: 0;
  padding: 0;
}

.orderDetails #point_form .form_title {
  margin-bottom: 0;
  background: #EDEDED;
  padding: 17px 0;
  text-align: center;
  margin-bottom: 0;
  color: #313131;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.orderDetails #point_form .form_content p {
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.orderDetails #point_form .form_content_ttl {
  background: #fff;
  padding: 0;
}

#point_form .form_main {
  padding: 24px 10px;
}

#point_form .form_main .input_row {
  align-items: center;
  padding: 0;
  font-size: 14px;
}

.orderDetails #point_form .form_content_input {
  padding: 0;
  margin-top: 0;
}

.orderDetails #point_form .form_content p.point_current {
  font-size: 14px;
  margin-top: 0;
}

.orderDetails #point_form .point_current span {
  font-size: 16px;
}

.orderDetails #point_form .input_flex .input_row {
  margin-bottom: 0;
}


/*---　既存フォームの調整（通信欄）　---*/
.orderDetails #comment_form .form_item {
  margin: 0;
  padding: 0;
}

.orderDetails #comment_form .form_title {
  margin-bottom: 0;
  background: #EDEDED;
  padding: 17px 0;
  text-align: center;
  margin-bottom: 0;
  color: #313131;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.orderDetails #comment_form .form_content p {
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

/*---　既存フォームの調整（クーポン）　---*/
.orderDetails #coupon_form .form_item {
  margin: 0;
  padding: 0;
}

.orderDetails #coupon_form .form_content {
  padding: 24px 10px;
}

.orderDetails #coupon_form .form_title {
  margin-bottom: 0;
  background: #EDEDED;
  padding: 17px 0;
  text-align: center;
  margin-bottom: 0;
  color: #313131;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.orderDetails #coupon_form .form_content p {
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

.orderDetails #coupon_form .form_content_ttl {
  text-align: left;
  background-color: transparent;
  font-weight: 500;
  font-size: 14px;
  color: #313131;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0;
  margin-bottom: 6px;
}

.orderDetails #coupon_form .form_content_input {
  padding: 0;
}

/*--- 既存フォームの調整　(お届け日設定) ---*/
.orderDetails .form_item.shipping_day {
  padding: 0;
}

.orderDetails .form_item.shipping_day .select_wrap::after {
  top: 11px;
}

.orderDetails .form_item.shipping_day .form_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.orderDetails .form_item.shipping_day .form_main {
  padding: 24px 10px;
}

.orderDetails .form_item.shipping_day .form_item {
  margin: 0;
  padding: 0;
}

.orderDetails .form_item.shipping_day .form_title {
  margin-bottom: 0;
  background: #EDEDED;
  padding: 17px 0;
  text-align: center;
  margin-bottom: 0;
  color: #313131;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.orderDetails .form_item.shipping_day .form_content {
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.orderDetails .form_item.shipping_day .form_content:last-of-type {
  margin-bottom: 0;
}

.orderDetails .form_item.shipping_day .form_content_ttl {
  text-align: left;
  background-color: transparent;
  font-weight: 500;
  font-size: 14px;
  color: #313131;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0;
  margin-bottom: 0;
  width: 285px;
}

.orderDetails #coupon_form .form_content_input {
  padding: 0;
}

.orderDetails .form_item.shipping_day .form_content_input {
  padding: 0;
  width: 620px;
}

.orderDetails .form_item.shipping_day .small {
  font-size: 14px;
}

@media (width < 768px ) {
  #cart_order_delivery_classification_id .select_wrap:after {
    top: 11px;
  }  
}
/*--- 既存フォームの調整　(2回目以降のお届け日設定) ---*/
.orderDetails #cycle_form .form_item {
  margin: 0;
  padding: 0;
}

.orderDetails #cycle_form .form_main {
  padding: 24px 10px;
}

.orderDetails #cycle_form .form_title {
  margin-bottom: 0;
  background: #EDEDED;
  padding: 17px 0;
  text-align: center;
  margin-bottom: 0;
  color: #313131;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.orderDetails #cycle_form .form_content p {
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

.orderDetails #cycle_form .form_content_ttl {
  background: #fff;
}

.orderDetails #cycle_form .future_shipping .payment_content label::before {
  right: -10px;
}

.orderDetails #cycle_form .future_shipping .payment_content label::after {
  right: -3px;
}

.orderDetails #cycle_form .select_wrap {
  width: auto;
}

.orderDetails #cycle_form .future_input .form_content_input {
  display: flex;
}

.orderDetails #cycle_form .select_wrap #cart_order_periodically_term_id {
  width: 100px;
}

.orderDetails #title_week + .form_content.future_input {
  display: flex;
}


.orderDetails #title_week + .form_content.future_input {
  display: flex;
  padding: 24px 10px 0;
  column-gap: 8px;
}


.orderDetails #title_week + .form_content.future_input .form_content_input {
  padding: 0;
}

.orderContent #cycle_form .form_future_box:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}

.orderDetails #title_week {
  width: 100%;
}

.orderDetails #cycle_mode_week .form_content_input {
  align-items: center;
  display: flex;
  column-gap: 8px;
  padding: 0;
  width: fit-content;
}

.orderDetails.mypageBody #cycle_mode_week .payment_content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: unset;
  align-items: center;
}

.orderDetails #title_week + .form_content.future_input {
  padding: 0 8px 0 10px;
}

.orderDetails #title_week {
  margin-bottom: 24px;
}

@media (width < 768px ) {
  .orderDetails.mypageBody #cycle_mode_day .select_wrap::after {
    top: 12px;
  }
}

.input_flex .input_row.zip_wrap {
  align-items: center;
}

/*--- HTMLタグ修正　---*/
  .detailsTable dl {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .detailsTitle {
    background: #EDEDED;
    padding: 17px 0;
    text-align: center;
  }
  .detailsContent {
    background-color: #fff;
    padding: 24px 16px;
  }
  @media (width <= 399px ) {

    .detailsContent{
      padding: 24px 10px;
    }
  }
  .productDetails .detailsContent_wrap {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    font-weight: 400;
  }
  
  .orderHist-details .form_item_list_wrap {
    width: 100%;
  }

  .productDetails .item_price span {
    font-size: 18px;
    font-weight: 600;
    margin-left: 0;
  }
  .detailsContent .item_price {
    font-size: 14px;
    margin-bottom: 0;
  }

  .detailsContent .item_price .zei {
    font-size: 12px;
    font-weight: 400;
  }

  .productDetails p {
    font-weight: 400;
  }


  .productDetails .item_detail {
    width: 76%;
  }

  .mypageBody .section_form .detailsContent-payment .input_single.input_year {
    flex-direction: row;
  }
  /*--- HTMLタグ修正　---*/


/*---　既存フォームの調整（お支払い方法）　---*/
.orderDetails #payment_form .form_title {
  margin-bottom: 0;
  background: #EDEDED;
  padding: 17px 0;
  text-align: center;
  margin-bottom: 0;
  color: #313131;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.orderDetails #payment_form .form_item {
  margin: 0;
  padding: 0;
}

.orderDetails #payment_form .form_content p {
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

.orderDetails #payment_form .form_content_ttl {
  background: #fff;
}

.orderDetails #payment_form .form_main {
  padding: 24px 10px;
}

.orderDetails #payment_form .payment_content label::after {
  color: #fff;
  border: none;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  position: absolute;
  content: "\f00c";
  top: 3px;
  right: -6px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 11px;
}

.orderDetails #payment_form .payment_content label::before {
  border: none;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  position: absolute;
  content: "";
  top: -2px;
  right: -13px;
}

.orderDetails #payment_form .payment_content input {
  width: 20px;
  height: 20px;
}

.orderDetails #payment_form .payment_method .form_content.description {
  padding: 24px 0;
}

.orderDetails #payment_form .payment_content #payment_credit .input_row.checkbox_wrap.checkbox_wrap_small {
  padding: 0;
}


.orderDetails #payment_form .payment_content #payment_credit .input_row.checkbox_wrap.checkbox_wrap_small label {
  padding: 0;
}

.orderDetails #payment_form .payment_content #payment_credit label::before {
  right: auto;
  left: -25px;
  width: 19px;
  height: 19px;
  top: 0;
}

.orderDetails #payment_form .payment_content #payment_credit label::after {
  border: none;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  position: absolute;
  content: "\f00c";
  top: 2px;
  right: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 11px;
  left: -20px;
  color: #3091f0;
}

.orderDetails #payment_form .payment_content #payment_credit .card_detail {
  margin-top: 30px;
}

.orderDetails #payment_form #card_form_entry .form_content_ttl {
  padding: 0;
  text-align: left;  
  margin-bottom: 6px;
}

.orderDetails #payment_form #card_form_entry .form_content_ttl + .form_content_input {
  padding: 0;
  width: 100%;
}

.orderDetails #payment_form #card_form_entry .form_content_ttl + .form_content_input input {
  height: 44px;
  width: 100%;
}

.orderDetails #payment_form #card_form_entry .form_content_box {
  margin-top: 9px;
}

.orderDetails #payment_form .form_content #card_form_entry  p {
  margin-top: 0;
}

.orderDetails #payment_form .form_content #card_form_entry .input_single {
  flex-direction: row;
}

.orderDetails #payment_form #card_form_entry .securitycode {
  margin-bottom: 0;
}

/*------------------------
      ログイン前画面
------------------------*/
.mypageLogin,
.mypageLogin.mypageBody .header,
.mypaeLogin .detailsWrapper,
.mypageLogin .detailsWrapper {
  background: #fff;
}


.mypageLogin .detailsWrapper > .width_adjust > .form_title {
  margin-bottom: 28px;
  font-weight: 500;
  font-size: 20px;
  color: #001635;
  letter-spacing: 0.05em;
  line-height: 1.28;
}

.memberLogin_wrap,
.newMember_wrap {
  background: #F7F7F7;
  padding: 40px 5%;
}

.mypageLogin #floatingHeader {
  border-top: #E3E3E3 1px solid;
  border-bottom: #E3E3E3 1px solid;
}

.mypageLogin .floatingHeader .width_adjust {
  max-width: 498px;
}

.mypageLogin .floatingList a {
  width: 25%;
}


.mypageLogin .form_btn {
  box-shadow: none;
}

/*--- メールアドレスでログイン　---*/
.mypageTop.mypageLogin .detailsWrapper {
  padding:  90px 0 80px;
}
.mypageLogin .detailsWrapper .border_line.form_item {
  border: none !important;
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin-bottom: 47px;
}

.form_title-loginOther {
  margin-top: 47px;
}

.mypageLogin .detailsWrapper .form_title {
  font-weight: 500;
  padding: 0;
  font-size: 18px;
  color: #313131;
  letter-spacing: 0.05em;
  line-height: 1.61;

}

.mypageLogin .detailsWrapper .form_title:last-of-type {
  margin-bottom: 32px;
}

.mypageLogin .form_main {
  padding-top: 0;
}

.mypageLogin input {
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  line-height: 1.5;
  padding: 11px 8px;
  width: 100%;
}

.mypageLogin .login_wrap .input_row {
  margin-bottom: 12px;
}

.mypageLogin .login_wrap .input_row:last-of-type {
  margin-bottom: 0;
}

.input_row-forgetPassword {
  text-align: right;
  margin: -4px 0 34px;
}

.forgetPassword {
  font-weight: 400;
  font-size: 12px;
  color: #3191f0;
  letter-spacing: 0.025em;
  line-height: 1.6;
}

.mypageLogin .login_wrap .form_main .form_btn {
  max-width: 350px;
  width: 100%;
}

/*--- 他の方法でログイン　---*/

.mypageLogin .input_row {
  padding: 0;
}

.loginWrap-sms,
.loginWrap-line {
  background: #fff;
  padding: 21px 0 0;
}

.mypageLogin .detailsWrapper .loginWrap-sms .border_line.form_item,
.mypageLogin .detailsWrapper .loginWrap-line .border_line.form_item {
  margin: 0
}

.mypageLogin .detailsWrapper .loginWrap-sms .form_title,
.mypageLogin .detailsWrapper .loginWrap-line .form_title {
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom: 22px;
  border-bottom: #E3E3E3 1px solid;
}

.loginWrap-sms {
  margin-bottom: 19px;
}

.loginWrap-sms .form_main,
.loginWrap-line .form_main {
  background: #fff;
  padding: 24px 16px;
}


.mypageLogin .login_wrap .loginWrap-sms .form_main .form_btn,
.mypageLogin .login_wrap .loginWrap-line .form_main .form_btn
 {
  max-width: 318px;
}

.loginWrap-sms .form_main a {
  max-width: 318px;
  width: 100%;
}

.loginWrap-line .form_main a {
  margin-top: 0;
  background: #06C755;
  max-width: 358px;
  width: 100%;
}

/*--- LINE　---*/
.loginWrap-line .form_title {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}

/*--- はじめての方はこちら　---*/
.newMember_wrap {
  margin-top: 47px;
}

.newMember_wrap .form_title + .input_row {
  margin-bottom: 48px;
}

.newMember_wrap .form_btn {
  width: 100%;
  max-width: 302px;
}

/*--- 会員限定の特典　---*/
.newMember_detail {
  margin-top: 48px;
}

.newMember_explain {
  margin-bottom: 41px;
}

.newMember_title {
  font-weight: 500;
  font-size: 16px;
  color: #313131;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 16px;
}

.newMember_pt {
  align-items: center;
  background: #fff;
  display: flex;
  padding: 19px 16px;
  column-gap: 19px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 16px;
}

.newMember_pt:last-of-type {
  margin-bottom: 0;
}

.newMember_pt_img {
  display: flex;
  justify-content: center;
  max-width: 48px;
  width: 100%;
}

.newMember_pt img {
  max-height: 42px;
  object-fit: contain;
}

/*--- フリースペース　---*/
.newMember_explain:last-of-type {
  margin-bottom: 0;
}

.newMember_explain-freespace {
  background: #fff;
  padding: 32px 22px;
  font-weight: 400;
  font-size: 16px;
  color: #313131;
  letter-spacing: 0.05em;
  line-height: 1.6;
  max-height: 340px;
  overflow-y: auto;
}

.newMember_explain-freespace p {
  margin-bottom: 20px;
}

.free-bold.free-centre {
  text-align: center;
  font-weight: 700;
}

.free-list {
  font-weight: 400;
  font-size: 14px;
  color: #313131;
  letter-spacing: 0.05em;
  line-height: 1.59;

}

.free-list li {
  margin-bottom: 9px;
  padding-left: 24px;
  position: relative;
}

.free-list li:last-of-type {
  margin-bottom: 0;
}

.free-list li::before {
  content: "・";
  color: #6C727F;
  position: absolute;
  left: 0;
  font-size: 24px;
  top: -8px;
}
