
  .shopop_flex {
    display: flex;
  }

  .shopop_space-between {
    justify-content: space-between;
  }
  .shopop_center{
    justify-content: center;
  }
  .shopop_flexend {
    align-items: flex-end;
  }

  .shopop_flexitem {
    flex: 1;
  }
  .shopop_flex-align-center{
    align-items: center;
  }

  .shopop_hide{
    display: none;
  }

  .shopop_word-break-all{
    word-break: break-all;
  }
 
  nav.gNav{
    margin-bottom: 0;
  }

  #anime_sab{
    display: none !important;
  }

  /* ----------------------------------------------
  confirmation
  ---------------------------------------------- */

  .shopop_remodal.remodal{
    width: 460px;
  }
  .shopop_remodal.remodal p{
    font-size: 14px;
      color: #333;
  }
  .shopop_remodal .remodal-cancel{
    color: #666;
    background: #ddd;
    margin: 20px 5px 0 0;
  }
  .shopop_remodal .remodal-confirm{
    color: #fff;
    background: #000;
    margin: 20px 0 0 5px;
  }

  /* ----------------------------------------------
  初回ポップアップ
  ---------------------------------------------- */
  #shopop_ini h2,
  #shopop_component_login_modal h2,
  #shopop_component_ini_modal h2  {
    font-size: 28px;
    font-weight: bold;
    color: #fa7046;
    margin: 0;
    padding: 0 0 0 0;
    text-align: center;
  }
  #shopop_ini .uk-modal-dialog,
  #shopop_component_login_modal .uk-modal-dialog,
  #shopop_component_ini_modal .uk-modal-dialog  {
    width: 500px;
  }

  
  #shopop_ini p,
  #shopop_component_login_modal p,
  #shopop_component_ini_modal p {
    font-size: 14px;
    color: #2b2b2b;
    padding: 25px 0;
    line-height: 175%;
  }

  button.shopop_btn_start,
  button.shopop_component_login_modal_btn_start,
  button.shopop_component_ini_modal_btn_start   {
    width: 100%;
    border: none;
    outline: none;
    background: linear-gradient(135deg, #fe5635, #ff8624);
    padding: 10px 0;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
  }

  button.shopop_btn_start:hover,
  button.shopop_component_login_modal_btn_start:hover,
  button.shopop_component_ini_modal_btn_start:hover {
    background:#ff8966;
  }

  button.shopop_btn_skip {
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 5px 0;
    margin: 15px 0 0 0;
    font-size: 15px;
    color: #fa7046;
    cursor: pointer;
  }

  button.shopop_btn_start span {
    font-size: 11px;
  }


  /* ----------------------------------------------
  アカウント設定/更新
  ---------------------------------------------- */
  #shopop_setup h2 {
    font-size: 20px;
    font-weight: normal;
    color: #2b2b2b;
    margin: 0;
    padding: 15px;
    border-bottom: 10px solid #f5f5f5;
  }
  
  #shopop_setup .uk-modal-body {
    padding: 0;
  }
  
  #shopop_setup .uk-modal-close-full {
    padding: 15px;
    background: none;
  }
  
  #shopop_setup input[type="text"], #shopop_setup input[type="tel"],
  #shopop_setup input[type="url"], #shopop_setup input[type="email"],
  #shopop_setup input[type="password"], #shopop_setup input[type="date"],
  #shopop_setup input[type="month"], #shopop_setup input[type="number"] {
    height: 48px;
    font-size: 18px;
    transition: all .3s;
    border: 1px solid lightgray;
    outline: none;
    box-sizing: border-box;
    display: inline-block;
    appearance: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  #shopop_setup input[type="text"]:focus {
    outline: none;
    box-shadow: 0px 0px 0px 2px #1975ff;
    border-color: transparent;
    background: #fff;
  }
  
  #shopop_setup input[type="text"]:not (:placeholder-shown ),
    #shopop_setup input[type="email"]:not (:placeholder-shown ),
    #shopop_setup input[type="tel"]:not (:placeholder-shown ),
    #shopop_setup input[type="password"]:not (:placeholder-shown ) {
    background-color: #fff;
  }
  
  button.shopop_btn_setup {
    width: 100%;
    border: none;
    outline: none;
    background: linear-gradient(135deg, #fe5635, #ff8624);
    padding: 10px 0;
    font-size: 16px;
    line-height: 38px;
  }

  .shopop_bgDefaultWrap ul li.shopop_bg-black {
    background: #333;
  }
  
  .shopop_bgDefaultWrap ul li.shopop_bg-red {
    background: #ff5252;
  }
  
  .shopop_bgDefaultWrap ul li.shopop_bg-yellow {
    background: #ffe928;
  }
  
  .shopop_bgDefaultWrap ul li.shopop_bg-blue {
    background: #4686fa;
  }


  /* ----------------------------------------------
  投稿フォーム 
  ---------------------------------------------- */
  #shopop_container input[type="text"],
  #shopop_container input[type="tel"],
  #shopop_container input[type="url"],
  #shopop_container input[type="email"],
  #shopop_container input[type="password"],
  #shopop_container input[type="date"],
  #shopop_container input[type="month"],
  #shopop_container input[type="number"],
  #shopop_brandsetup input[type="text"],
  #shopop_brandsetup input[type="tel"],
  #shopop_brandsetup input[type="url"],
  #shopop_brandsetup input[type="email"],
  #shopop_brandsetup input[type="password"],
  #shopop_brandsetup input[type="date"],
  #shopop_brandsetup input[type="month"],
  #shopop_brandsetup input[type="number"],
  #shopop_brandsetup textarea  {
    height: 48px;
    font-size: 18px;
    transition: all .3s;
    border: 1px solid lightgray;
    outline: none;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 0.5em;
    appearance: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  
  #shopop_container input[type="text"]:focus,
  #shopop_brandsetup input[type="text"]:focus,
  #shopop_brandsetup textarea:focus {
    outline: none;
    box-shadow: 0px 0px 0px 2px #1975ff;
    border-color: transparent;
    background: #fff;
  }

  #shopop_container input[type="text"]:not(:placeholder-shown),
  #shopop_container input[type="email"]:not(:placeholder-shown),
  #shopop_container input[type="tel"]:not(:placeholder-shown),
  #shopop_container input[type="password"]:not(:placeholder-shown) {
    background-color: #fff;
  }

  #shopop_container ::placeholder {
    font-size: 13px;
  }


  .shopop_checkbox {
    padding: 10px 0;
    font-size: 15px;
  }

  .shopop_checkbox-block {
    display: inline-block;
  }

  .shopop_checkbox input {
    margin: 0;
    display: none;
  }

  .shopop_checkbox label {
    cursor: pointer;
    position: relative;
    overflow: inherit;
    padding-left: 30px;
    padding-right: 20px;
    color: #999;
    font-weight: normal;
  }

  .shopop_checkbox label:before {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 1;
    transform: translateY(-50%);
    content: "\EA14";
    font-family: "lcicon";
    font-size: 24px;
    opacity: .5;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }

  .shopop_checkbox input:checked+label {
    color: #1975ff;
    font-weight: bold;
  }

  .shopop_checkbox input:checked+label:before {
    font-weight: bold;
    color: #1975ff;
    opacity: 1;
    content: "\EA12";
  }

  .btn_popStart{
    position: fixed;
    bottom: 50px;
    right: 15px;
    width: 60px;
    z-index: 20;
  }
  .btn_popStart img{
    width: 100%;
    height: auto;
  }

#shopop_container .uk-modal-body{
  background: #fff;
  padding: 0;
}
  #shopop_container h2 {
    font-size: 20px;
    font-weight: normal;
    color: #2b2b2b;
    margin: 0;
    padding: 20px 15px;
    border-bottom: 10px solid #f5f5f5;
  }

  #shopop_container .uk-modal-close-full{
    padding: 20px 15px;
    background: transparent;
  }

  .shopop_contents {
    padding: 25px;
    border-bottom: 10px solid #f5f5f5;
  }

  .shopop_contents.shopop_contents-last {
    border-bottom: 0;
    text-align: center;
  }

  .shopop_contents h3 {
    display: flex;
    background: none;
    font-size: 13px;
    color: #888;
    font-weight: normal;
    text-align: left;
    padding: 0 0 8px 0;
    margin: 0 0 0 0;
  }
  .shopop_contents h3 button.uk-icon{
    margin-left: 5px !important;
  }
  .shopop_usernav {
    background: #f5f5f5;
    padding: 0 5px;
    border-top: 5px solid #f5f5f5;
  }

  .shopop_usernav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
  }

  .shopop_usernav ul li {
    display: flex;
    box-sizing: border-box;
    width: 50%;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
  }

  .shopop_usernav-btn {
    transition: all .3s ease-out;
  }

  .shopop_usernav .shopop_usernav-active {
    background: #fff;
    font-weight: bold;

  }

  .shopop_usernav .shopop_usernav-thumb {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
  }

  .shopop_usernav .shopop_usernav-thumb img {
    width: 100%;
  }

  .shopop_usernav .shopop_usernav-name {
    font-size: 13px;
    color: #666;
    padding-left: .5em;
  }

  .shopop_usernav .shopop_usernav-active .shopop_usernav-name {
    color: #222;
  }

  .shopop_form_uuid-prefix{
    font-size: 20px;
    color: #ddd;
    padding-right: 8px;
  }
  #shopop_form_uuid-input{
    width: 100%;
    padding-left: 0.75em;
    }
  .shopop_form_uuid-validate{
    padding-left: 8px;
  }

  .shopop_form_uuid-validate .uk-icon{
    background: #eee;
    border-radius: 50%;
    padding: 6px;
    color: #fff;
    transition: .3s;
    box-sizing: border-box;
  }
  .shopop_form_uuid-validate.shopop_form_uuid-validate-clear .uk-icon {
    background: #32d296;
  }





  .shopop_checkbox {
    padding: 10px 0;
    font-size: 15px;
  }

  .shopop_checkbox-block {
    display: inline-block;
  }

  .shopop_checkbox input {
    margin: 0;
    display: none;
  }

  .shopop_checkbox label {
    cursor: pointer;
    position: relative;
    overflow: inherit;
    padding-left: 30px;
    padding-right: 15px;
    color: #999;
    font-weight: normal;
  }

  .shopop_checkbox label:before {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 1;
    transform: translateY(-50%);
    content: "\EA14";
    font-family: "lcicon";
    font-size: 24px;
    opacity: .5;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }

  .shopop_checkbox input:checked+label {
    color: #1975ff;
    font-weight: bold;
  }

  .shopop_checkbox input:checked+label:before {
    font-weight: bold;
    color: #1975ff;
    opacity: 1;
    content: "\EA12";
  }

  .shopop_upload,
  .shopop_config {
    padding-top: 12px;
  }

  .shopop_upload label,
  .shopop_brandIcon label,
  .shopop_brandBg label,
  .shopop_uploadWrap label, 
  .shopop_bgUploadWrap label {
    padding: 10px;
    cursor: pointer;
    background: #f5f5f5;
    border-radius: 4px;
    text-align: center;
    color: #222;
    font-weight: normal;
    border: 1px solid lightgray;
  }

  input.shopop_upload-image[type="file"],
  input.shopop_upload-usericon[type="file"], 
  input.shopop_upload-bg-image[type="file"] {
    display: none;
  }

  .shopop_upload-selecticon {
    font-size: 24px;
    line-height: 1;
    padding: 0 0 4px 0;
    color: #ccc;
  }

  .shopop_upload-select {
    color: #666;
  }

  .shopop_upload-dummythumb,
  .shopop_upload-draft-dummythumb {
    position: relative;
    padding: 0 0;
  }

  #shopop_upload-thumbnail {
    display: none;
    width: 100%;
    margin: 20px 0 0px 0;
  }
  #shopop_upload-draft-thumbnail {
    width: 100%;
    margin: 20px 0 0px 0;
  }

  .shopop_upload-message {
    display: none;
    color: #666;
    font-size: 13px;
    text-align: center;
  }

  .shopop_upload-clear {
    display: none;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 20px;
    background: rgba(0, 0, 0, 0.6);
    padding: 8px;
    font-size: 16px;
    color: #ccc;
  }

  .shopop_config {
    display: none;
  }

  .shopop_config-done {
    display: none;
  }

  .shopop_config-ttl {
    padding: 20px 0 0 0;
    font-weight: normal;
    color: #666;
  }

  .shopop_config-input {
    flex: 1;
  }

  .shopop_config-getimg {
    height: 48px;
    width: 6em;
    margin-left: .5em;
    background: #000;
    color: #fff;
    border: none;
    padding: 1px 10px;
    font-weight: normal;
  }

  .shopop_config ul,
  .shopop_defaultWrap ul, 
  .shopop_bgDefaultWrap ul {
    width: 100%;
    margin: 0px 0;
    padding: 5px 0 5px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .shopop_config ul li,
  .shopop_defaultWrap ul li, 
  .shopop_bgDefaultWrap ul li {
    transition: all .3s ease-out;
    background: #FFF;
    flex: 0 0 auto;
    width: 68px;
    height: 68px;
    border-radius: 10px;
    margin: 0 10px 10px 0;
    border: 2px solid #fff;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .shopop_config ul li {
    width: 90px;
    height: 90px;
  }
  .shopop_defaultWrap ul li {
    border-radius: 35px;
    margin-bottom: 10px;
  }
  .shopop_bgDefaultWrap ul li {
    border-radius: 10px;
    width: 170px;
    height: 90px;
    margin-bottom: 10px;
  }
  .shopop_config ul li:hover,
  .shopop_defaultWrap ul li:hover, 
  .shopop_bgDefaultWrap ul li:hover{
    cursor: pointer;
    opacity: .75;
  }
  .shopop_config ul li.skeleton {
    background: #eee;
  }

  .shopop_config ul li.skeleton::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    top: 0;
    left: 0;
    animation: skeleton-animation 1.2s linear infinite;
  }

  .shopop_popimage-entry {
    padding-bottom: 20px;
  }

  .shopop_popimage-entry img {
    max-width: 100%;
    height: auto;

  }

  .shopop_config li.shopop_popimage-selected,
  .shopop_defaultWrap li.shopop_usericon-selected, 
  .shopop_bgDefaultWrap li.shopop_bg-selected {
    background: #fff;
    border: 2px solid #1975ff;
  }
  .shopop_config li.shopop_popimage-selected::before,
  .shopop_defaultWrap li.shopop_usericon-selected::before,
	.shopop_bgDefaultWrap li.shopop_bg-selected::before {
    font-family: "lcicon";
    content: '\EA19';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    color: #1975ff;
    font-size: 24px;
  }

  .shopop_config ul img,
  .shopop_defaultWrap ul img, 
  .shopop_bgDefaultWrap ul img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);

  }
  .shopop_bgDefaultWrap ul img{
    height: 100%;
    width: auto;
  }

  .shopop_config input,
  .shopop_defaultWrap input, 
  .shopop_bgDefaultWrap input {
    width: 15em;
  }

  .shopop_config input.shopop_popimage-thumb:checked+img,
  .shopop_defaultWrap input.shopop_usericon:checked+picture,
  .shopop_bgDefaultWrap input.shopop_bg:checked+picture {
    opacity: .8;
  }


  .shopop_popList {
    margin: 0 -15px;
    padding: 20px 15px;
    background: #eee;
    border-bottom: 2px solid #fff;
    transition: all .3s ease-out;
  }

  .shopop_popList .shopop_checkbox {
    padding: 12px 0;
    margin-top: 15px;
  }

  .shopop_popList .shopop_checkbox label {
    padding-right: 0;
  }

  .shopop_poptext-active {
    background: #eef5ff;
  }

  input.shopop_popselect {
    margin: 20px 10px 0 0;
    padding: 0 0 0;
  }

  .shopop_popedit {
    width: 100%;
  }

  input.shopop_poptext{
      width: 250px;
      padding-left: 0.75em;
    }
  input.shopop_poptext:focus {
    outline: none;
    border-color: transparent;
  }

  .shopop_option-row {
    padding-left: 10px;
    opacity: .5;
  }

  .shopop_poptext-active .shopop_option-row {
    opacity: 1;
  }

  .shopop_option-row ul {
    display: flex;
    justify-content: space-between;
    gap: 4px;
  }

  .shopop_option-row ul li {
    width: 36px;
    color: #888;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
  }

  .row-top,
  .row-middle,
  .row-bottom {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 32px;
    background: #fff;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #c2c3c5;
    margin: 0 auto 1px auto;
    text-align: center;

  }

  .row-top::before,
  .row-middle::before,
  .row-bottom::before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 2px;
    background: #c2c3c5;
    left: 50%;
    transform: translateX(-50%);
  }

  .row-top::before {
    top: 6px;
  }

  .row-middle:before {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .row-bottom::before {
    bottom: 6px;
  }

  .shopop_poptext-active .shopop_option-row ul li.shopop_option-row-checked {
    color: #1975ff;
    font-weight: bold;
  }

  .shopop_poptext-active .shopop_option-row ul li.shopop_option-row-checked .row-top,
  .shopop_poptext-active .shopop_option-row ul li.shopop_option-row-checked .row-middle,
  .shopop_poptext-active .shopop_option-row ul li.shopop_option-row-checked .row-bottom {
    border: 2px solid #1975ff;
  }

  .shopop_poptext-active .shopop_option-row ul li.shopop_option-row-checked .row-top::before,
  .shopop_poptext-active .shopop_option-row ul li.shopop_option-row-checked .row-middle::before,
  .shopop_poptext-active .shopop_option-row ul li.shopop_option-row-checked .row-bottom::before {
    background: #1975ff;
  }

  .shopop_option-row ul li.shopop_option-row-checked {
    color: #888;
  }

  .shopop_option-row ul li.shopop_option-row-checked .row-top,
  .shopop_option-row ul li.shopop_option-row-checked .row-middle,
  .shopop_option-row ul li.shopop_option-row-checked .row-bottom {
    border: 2px solid #c2c3c5;
  }

  .shopop_option-row ul li.shopop_option-row-checked .row-top::before,
  .shopop_option-row ul li.shopop_option-row-checked .row-middle::before,
  .shopop_option-row ul li.shopop_option-row-checked .row-bottom::before {
    background: #c2c3c5;
  }

  .shopop_option-row ul label {
    color: #888;
    font-weight: bold;
    display: block;
  }
  .shopop_poptext-active .shopop_option-row ul li.shopop_option-row-checked label{
    color: #1975ff;
  }

  .shopop_textoption {
    display: none;
    padding-top: 10px;
    position: relative;
  }

  .shopop_poptext-active .shopop_textoption {
    display: flex;
    justify-content: space-between;
    margin-left: -8px;
  }

  .shopop_option-color1,
  .shopop_option-background1,
  .shopop_option-marker1,
  .shopop_option-color2,
  .shopop_option-background2,
  .shopop_option-marker2,
  .shopop_option-color3,
  .shopop_option-background3,
  .shopop_option-marker3 {
    width: 100%;
    display: inline-block;
    color: #666;
    padding: 10px 8px;
    border: 1px solid lightgray;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    margin-left: 8px;
    position: relative;
    font-size: 13px;
  }

  .shopop_option-color1::before,
  .shopop_option-background1::before,
  .shopop_option-marker1::before,
  .shopop_option-color2::before,
  .shopop_option-background2::before,
  .shopop_option-marker2::before,
  .shopop_option-color3::before,
  .shopop_option-background3::before,
  .shopop_option-marker3::before {
    transform: translateY(-50%);
    position: absolute;
    display: inline-block;
    font-family: "lcicon";
    content: '\EA59';
    right: 8px;
    top: 50%;
    color: lightgray;
    font-size: 10px;
  }


  .shopop_option-color-active,
  .shopop_option-background-active,
  .shopop_option-marker-active {
    border: 1px solid #1975ff;
  }

  .shopop_option-color-active::before,
  .shopop_option-background-active::before,
  .shopop_option-marker-active::before {
    color: #1975ff;
  }



  .shopop_option-close {
    position: absolute;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #666;
    display: block;
    top: -13px;
    right: -13px;
    border-radius: 13px;
    z-index: 2;
    text-align: center;
    color: #fff;
  }
  .shopop_option-close .uk-icon{
    margin-top: 3px;
  }

  .shopop_option-color-select1,
  .shopop_option-color-select2,
  .shopop_option-color-select3 {
    background: #fff;
    z-index: 3;
    box-shadow: 0 0 8px #ccc;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 15px;
    width: 240px;
    border-radius: 4px;

    display: none;
  }

  .shopop_option-background-select1,
  .shopop_option-background-select2,
  .shopop_option-background-select3 {
    background: #fff;
    z-index: 3;
    box-shadow: 0 0 8px #ccc;
    position: absolute;
    top: 60px;
    left: 33.33%;
    padding: 15px;
    width: 280px;
    border-radius: 4px;

    display: none;
  }

  .shopop_option-marker-select1,
  .shopop_option-marker-select2,
  .shopop_option-marker-select3 {
    background: #fff;
    z-index: 3;
    box-shadow: 0 0 8px #ccc;
    position: absolute;
    top: 60px;
    left: 66.66%;
    padding: 15px;
    width: 280px;
    border-radius: 4px;

    display: none;
  }


  .shopop_option-chip {
    background: #fff;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 8px;
    box-shadow: 0 0 3px lightgray;
    margin-left: 8px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }


  .shopop_option-color-black,
  .shopop_option-background-black,
  .shopop_option-marker-black {
    background: #000;
  }

  .shopop_option-color-white,
  .shopop_option-background-white,
  .shopop_option-marker-white {
    background: #fff;
  }

  .shopop_option-color-red,
  .shopop_option-background-red,
  .shopop_option-marker-red {
    background: #ff5252;
  }

  .shopop_option-color-yellow,
  .shopop_option-background-yellow,
  .shopop_option-marker-yellow {
    background: #fff176;
  }

  .shopop_option-color-blue,
  .shopop_option-background-blue,
  .shopop_option-marker-blue {
    background: #4686fa;
  }

  .shopop_option-chip.shopop_option-background-none,
  .shopop_option-chip.shopop_option-marker-none {
    background: none;
    display: inline-block;
    width: 2em;
    height: inherit;
    border-radius: inherit;
    box-shadow: none;
    margin-left: 8px;
  }

  .shopop_option-chip.shopop_option-background-none::before,
  .shopop_option-chip.shopop_option-marker-none::before {
    content: 'なし';
    display: inline-block;
    font-size: 10px;
  }

  .shopop_option-list {
    width: 36px;
    height: 36px;
    box-shadow: 0 0 3px 0 #ccc;
    position: relative;
    box-sizing: border-box;
  }

  .shopop_option-list label {
    display: block;
    width: 100%;
    height: 100%;
  }

  .shopop_option-list.shopop_option-list-selected {
    background: #000;
  }

  .shopop_option-list.shopop_option-list-selected label {
    opacity: .95;
  }

  .shopop_option-list-none.shopop_option-list-selected {
    background: none;
    border: 1px solid #ee0000;
    ;
  }

  .shopop_option-list-none.shopop_option-list-selected::after {
    display: none;
  }

  .shopop_text-color-black,
  .shopop_background-color-black,
  .shopop_marker-color-black {
    background: #000;
  }

  .shopop_text-color-white,
  .shopop_background-color-white,
  .shopop_marker-color-white {
    background: #fff;
  }

  .shopop_text-color-red,
  .shopop_background-color-red,
  .shopop_marker-color-red {
    background: #ff5252;
  }

  .shopop_text-color-yellow,
  .shopop_background-color-yellow,
  .shopop_marker-color-yellow {
    background: #fff176;
  }

  .shopop_text-color-blue,
  .shopop_background-color-blue,
  .shopop_marker-color-blue {
    background: #4686fa;
  }

  .shopop_background-color-none,
  .shopop_marker-color-none {
    background: none;
  }

  .shopop_background-color-none::before,
  .shopop_marker-color-none::before {
    display: block;
    content: '';
    width: 16px;
    height: 2px;
    background: #ee0000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }


  .shopop_option-list-selected::after {
    font-family: "lcicon";
    content: '\EA19';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    color: #fff;
    font-size: 24px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  }


  .shopop_ctrl-poptext {
    padding: 10px 0 0 0;
    display: flex;
    justify-content: flex-end;
  }

  .shopop_ctrl-poptext button {
    display: inline-block;
    outline: none;
    border: none;
    background: #fff;
    padding: 2px 0px;
    font-size: 11px;
    color: #666;
    border-bottom: 1px solid;
    border-radius: 0;
    font-weight: normal;
    margin-left: 10px;
  }

  .shopop_btn_clearPopList {
    margin-left: 0;

  }

  .shopop_add-poptext2,
  .shopop_add-poptext3 {
    position: relative;
    padding: 30px 0 0 0;
  }

  .shopop_btn_addPopList {
    display: inline-block;
    background: #1975ff;
    color: #fff;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 14px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
  }

  .shopop_textarea {
    -webkit-appearance: none;
    transition: all .3s ease-out;
    width: 100%;
    border: 1px solid lightgray;
    padding: 8px;
    outline: none;
    box-sizing: border-box;
    font-size: 14px;
  }

  .shopop_textarea:focus {
    outline: none;
    box-shadow: 0px 0px 0px 2px #1975ff;
    border-color: transparent;
  }

  .shopop_schedule {
    display: none;
  }

  .shopop_schedule.shopop_schedule-active {
    display: block;
    padding: 12px 0 0 0;
  }

  .shopop_schedule-date {
    border: 1px solid lightgray;
    background: #fff;
  }

  input.shopop_schedule-date[type="text"] {
    font-size: 15px;
  }

  .shopop_schedule-form{
    position: relative;
  }

  .shopop_schedule-form-clear{
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    color: #888;
  }

  .shopop_lppoption {
    background: #ffe0d7;
    border-bottom: none;
  }

  .shopop_lppoption h3 {
    color: #fa7046;
    font-weight: bold;
    font-size: 13px;
  }

  .shopop_lppoption-p {
    font-size: 12px;
    color: #666;
  }

  .shopop_lppoption-select {
    color: #666;
    padding: 10px 0 0 0;
    font-size: 13px;
  }

  .shopop_lppoption-age {
    padding-left: 20px;
  }

  .shopop_lppoption-gender select,
  .shopop_lppoption-age select {
    margin: 4px 0 0 0;
    padding: 0 6px;
    border: 1px solid lightgray;
    background: #fff;
  }

  /* 商品サジェスト */
  .shopop_config-suggest {
    background: #eee;
    padding: 8px;
    margin: 8px 0 0 0;
  }
  .shopop_config-suggest .shopop_config-ttl{
    padding: 0px 0 0 0;
  }
  .shopop_config .shopop_config-suggest ul {
      margin: 0px;
      width: 100%;
      display: flex;
      justify-content: flex-start;
      padding: 0;
  }
  .shopop_config .shopop_config-suggest ul li{
    transition: all .3s ease-out;
    background: #FFF;
    width: inherit;
    height: inherit;
    border-radius: 0px;
    margin: 0 1% 1% 0;
    padding: 5px;
    position: relative;
    overflow: hidden;
    display: flex;
    width: 32%;
    box-sizing: border-box;
    align-items: center;
  }
  .shopop_config .shopop_config-suggest ul li.shopop_config-suggest-loading{
    color: #888;
    background: none;
    margin: 0;
  }
  .shopop_config .shopop_config-suggest ul li img{
    width: auto;
    height: 24px;
    top: 0;
    left: 0;
    transform: translate(0 , 0);
    position: initial;
  }
  .shopop_config .shopop_config-suggest ul li span {
    color: #666;
    padding-left: 4px;
  }

  .shopop_config .shopop_config-suggest ul li small{
    font-size: 10px;
  }


  /* ヘルプ */
  .uk-dropdown.shopop_help{
    font-size: 12px;
    padding: 10px;
    background: #1975ff;
    color: #ffffff;
    font-weight: bold;
    width: auto !important;
    margin: 20px 20px 0 0;
  }
  .shopop_validation-msg{
    word-break: break-all;
    padding: 8px 0 0 0;
  }
  .shopop_upload-size{
    font-size: 11px;
    color: #999;
  }

  button.shopop_btn_preview,
  button.shopop_btn_pop {
    width: 100%;
    border: none;
    outline: none;
    background: linear-gradient(135deg, #fe5635, #ff8624);
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
  }

  button.shopop_btn_pop-edit{
    line-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;

    border: none;
    outline: none;
    padding: 10px 0;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;

    width: 200px;
    background: #ddd;
    color: #333;
    margin-right: 20px;
    font-weight: normal;
  }

  button.shopop_btn_preview span,
  button.shopop_btn_pop span {
    font-size: 11px;
  }
  button.shopop_btn_pop {
    line-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  button.shopop_btn_pop:disabled{
    background: #ddd;
  }

  .shopop_btn_save {
    display: inline-block;
    margin: 10px auto 0;
    border: none;
    outline: none;
    padding: 0;
    font-size: 12px;
    text-align: center;
    background: none;
    color: #fa7046;
  }

  #shopop_container input.shopop_schedule-date[type="text"]{
    font-size: 14px;
  }
  
  input.accountForm_nickname{
    width: 100%;
    padding-left: 0.75em;
  }
  /* 日曜日：赤 */
  .flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7n),
  .flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n) {
    color: red;
  }

  /* 土曜日：青 */
  .flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(6),
  .flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n - 1) {
    color: blue;
  }

  /* 祝日 */
  .flatpickr-day.is-holiday {
    color: red;
  }

  /* 入力欄の文字列を選択させないようにしておく  */
  .flatpickr-calendar .numInput {
    user-select: none;
    border: none;
  }

  /* ----------------------------------------------
  投稿プレビュー
  ---------------------------------------------- */

  #shopop-preview .uk-modal-body {
    padding: 0px;
  }


  #main.modal-on-modal::before{
    display: block;
    content: '';
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
  }

  #shopop-preview .uk-close-large{
    padding: 15px;
    background: none;
    color: #FFF;
    top: 0;
    right: 0;
  }
  #shopop-preview .shopop_preview-wrap{
    width: 100%;
    height: 700px;
    background-size: cover;
    background-size:50% 0 ;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  #shopop-preview .shopop_post-wrap{
    height: 600px;
  }
  #shopop_popForm-href{
    width: 100%;
    padding-left: 0.75em;
  }

  #shopop-preview .shopop_post-wrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  #shopop-preview .shopop_pop-user{
    display: flex;
    align-items: center;
  }


  .shopop_preview-entry{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    
  }
  .shopop_preview-entry img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  #shopop-preview .uk-modal-dialog{
    width: 960px;
    padding: 0;
  }
  #shopop-preview .uk-close-large {
    color: #aaa;
}
  #shopop-preview .shopop_preview-wrap {
    display: flex;
    height: 600px;
  }
  #shopop-preview .shopop_post-wrap {
    height: 600px;
    width: 600px;
  }  
  #shopop-preview .shopop_pop-bottomWrap {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px 15px 15px;
  }
  #shopop-preview .shopop_preview_cta {
    position: inherit;
  }

  
  .shopop_pop-top{
    width: 100%;
    position: absolute;
    top :80px;
  }
  .shopop_pop-middle{
    width: 100%;
    position: absolute;
    top :50%;
    transform: translateY(-50%);
  }
  .shopop_pop-bottom{
    width: 100%;
    position: absolute;
    bottom :80px;
  }

  .shopop_pop-text{
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
  }
  .shopop_pop-text span.shopop_pop-base{
    display: inline-block;
    padding: 4px 8px;
  }


  /* 文字色 */
  .shopop_option_color-black {
  color: #000;
  }
  .shopop_option_color-white {
  color: #fff;
  }
  .shopop_option_color-red {
  color: #ff5252;
  }
  .shopop_option_color-yellow {
  color: #ffe928;
  }
  .shopop_option_color-blue {
  color: #4686fa;
  }

  /* 背景色 */
  .shopop_option_bg-none {
    background: none;
  }
  .shopop_option_bg-black {
    background: #000;
  }
  .shopop_option_bg-white {
    background: #fff;
  }
  .shopop_option_bg-red {
    background: #ff5252;
  }
  .shopop_option_bg-yellow {
    background: #ffe928;
  }
  .shopop_option_bg-blue {
    background: #4686fa;
  }

  /* 下線 */
  .shopop_option_marker-none{

  }
  .shopop_option_marker-black{
    background:linear-gradient(transparent 60%, #333 60%);
  }
  .shopop_option_marker-white{
    background:linear-gradient(transparent 60%, #fff 60%);
  }
  .shopop_option_marker-red{
    background: linear-gradient(transparent 60%, #ff5252 60%);
  }
  .shopop_option_marker-yellow{
    background:linear-gradient(transparent 60%, #ff6 60%);
  }
  .shopop_option_marker-blue{
    background:linear-gradient(transparent 60%, #6cf 60%);
  }

  /* 背景色 + 文字色が同じ場合 */
  .shopop_option_color-black.shopop_option_bg-black{
    text-shadow: #888 1px 1px 0px, #888 -1px 1px 0px, #888 1px -1px 0px, #888 -1px -1px 0px;
  }
  .shopop_option_color-white.shopop_option_bg-white{
    text-shadow: #666 0px 0px 6px;  
  }
  .shopop_option_color-red.shopop_option_bg-red{
    text-shadow: #333 1px 1px 0px, #333 -1px 1px 0px, #333 1px -1px 0px, #333 -1px -1px 0px;
  }
  .shopop_option_color-yellow.shopop_option_bg-yellow{
    text-shadow: #333 1px 1px 0px, #333 -1px 1px 0px, #333 1px -1px 0px, #333 -1px -1px 0px;
  }
  .shopop_option_color-blue.shopop_option_bg-blue{
    text-shadow: #333 1px 1px 0px, #333 -1px 1px 0px, #333 1px -1px 0px, #333 -1px -1px 0px;
  }

  /* 背景色 + 下線が同じ場合 */
  .shopop_option_bg-black .shopop_option_marker-black{
    background:linear-gradient(transparent 60%, #444 60%);
  }
  .shopop_option_bg-white .shopop_option_marker-white{
    background:linear-gradient(transparent 60%, #eee 60%);
  }

  /* 文字色色 + 下線が同じ場合 */
  .shopop_option_color-black .shopop_option_marker-black{
    text-shadow: #fff 0px 2px 0px;
  }
  .shopop_option_color-white .shopop_option_marker-white{
    text-shadow: #ccc 0px 2px 0px;
  }
  .shopop_option_color-yellow .shopop_option_marker-yellow{
    text-shadow: #fff 0px 2px 0px;
  }
  .shopop_option_color-red .shopop_option_marker-red{
    text-shadow: #fff 0px 2px 0px;
  }
  

  .shopop_btn_save {
    display: inline-block;
    margin: 10px auto 0;
    border: none;
    outline: none;
    padding: 0;
    font-size: 12px;
    text-align: center;
    background: none;
    color: #fa7046;
    font-weight: bold;
  }
  .shopop_preview_cta{
    padding: 0 15px;
    background: #fff;
    height: 100px;
    display: flex;
    align-items: center;
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
  }


  .shopop_pop-comment pre{
    white-space: pre-wrap;
    line-height: 1.75;
    font-size: 13px;
    color: #2b2b2b;
    font-family: Lato, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,'ＭＳ Ｐゴシック', arial, helvetica, sans-serif, clean;
  }

  /* ----------------------------------------------
  ブランド帯 
  ---------------------------------------------- */
  #shopop_band {
    padding: 8px 15px 8px 10px;
    background: #f5f5f5;
    color: #333;
    font-weight: bold;
    font-size: 13px;
    align-items: center;
  }

  #shopop_band .uk-icon {
    vertical-align: top;
    padding-right: 4px;
  }

  /* ----------------------------------------------
  ブランドオーナーメッセージ 
  ---------------------------------------------- */
  #shopop_owner {
    padding: 8px 15px;
    background: #4686fa;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
  }

  #shopop_owner .uk-icon {
    vertical-align: top;
    padding-right: 4px;
  }
  .btn_setting {
    display: inline-block;
    outline: none;
    padding: 0px 15px;
    border-radius: 24px;
    color: #4686fa;
    border: 1px solid #4686fa;
    background: #fff;
    font-size: 12px;
    margin: 0 0 0 auto;
    line-height: 24px;
    cursor: pointer;
  }
  .btn_setting:hover {
    opacity: .75;
  }
  /* ----------------------------------------------
  ブランドプロフィール 
  ---------------------------------------------- */

  #shopop_brandsetup h2 {
    font-size: 20px;
    font-weight: normal;
    color: #2b2b2b;
    margin: 0;
    padding: 15px;
    border-bottom: 10px solid #f5f5f5;
  }

  #shopop_brandsetup .uk-modal-body {
    padding: 0;
  }

  #shopop_brandsetup .uk-modal-close-full {
    padding: 15px;
  }

  .shopop_brandinfo {
    display: flex;
    padding: 4px 0 0 0;
  }

  .shopop_brandinfo-ttl {
    font-size: 13px;
    color: #888;
    font-weight: normal;
    text-align: left;
    width: 6em;
  }

  .shopop_brandinfo-name {
    font-size: 18px;
    word-break: break-all;
    flex: 1;
    line-height: 1.6;
  }

  .shopop_brandinfo-url a:link {
    color: #888;
    text-decoration: none;
    font-size: 12px;
  }

  #shopop_brandsetup textarea {
    height: 150px;
    width: 100%;
    font-size: 14px;
    padding: 10px;
  }

  #shopop_brandsetup input[type="text"]:not(:placeholder-shown),
  #shopop_brandsetup input[type="email"]:not(:placeholder-shown),
  #shopop_brandsetup input[type="tel"]:not(:placeholder-shown),
  #shopop_brandsetup input[type="password"]:not(:placeholder-shown) {
    background-color: #fff;
  }
  input.shopop_upload-brandicon[type="file"],
  input.shopop_upload-brandBg[type="file"] {
    display: none;
  }

  button.shopop_btn_setup {
    width: 100%;
    border: none;
    outline: none;
    background: linear-gradient(135deg, #fe5635, #ff8624);
    padding: 10px 0;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
  }
  button.shopop_btn_setup:hover {
    background:#ff8966;
  }

  button.shopop_btn_setup:disabled{
    background: #ddd;
  }


  .shopop_upload-brandicon-preview,
  .shopop_upload-brandBg-preview,
  .shopop_current-brandicon-preview,
  .shopop_current-brandBg-preview,
  .shopop_upload-usericon-preview,
  .shopop_upload-bg-preview,
  .shopop_current-usericon-preview,
  .shopop_current-bg-preview {
    position: relative;
    padding: 0 0;
    margin: 15px auto;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    background: #f5f5f5;
    overflow: hidden;
  }

  .shopop_upload-brandicon-preview,
  .shopop_upload-brandBg-preview,
  .shopop_upload-usericon-preview,
  .shopop_upload-bg-preview  {
    display: none;
  }

  .shopop_upload-brandBg-preview,
  .shopop_current-brandBg-preview,
  .shopop_upload-bg-preview,
  .shopop_current-bg-preview  {
    width: 100%;
    height: auto;
    border-radius: 0px;
  }


  #shopop_upload-brandicon-thumbnail,
  #shopop_upload-brandBg-thumbnail,
  #shopop_current-usericon-thumbnail,
  #shopop_upload-bg-thumbnail,
  #shopop_upload-usericon-thumbnail,
  #shopop_current-brandicon-thumbnail  {
    vertical-align: top;
    width: 150px;
    height: 150px;
    object-fit: cover;
  }

  #shopop_upload-brandBg-thumbnail,
  #shopop_upload-bg-thumbnail {
    width: 100%;
    height: auto;
    margin: 0;
    position: inherit;
    top: 0;
    left: 0;
    transform: inherit;
  }

  .shopop_upload-brandicon-name,
  .shopop_upload-brandBg-name,
  .shopop_upload-usericon-name, 
  .shopop_upload-bg-name {
    display: none;
    color: #666;
    font-size: 13px;
    text-align: center;
  }

  .shopop_upload-clearWrap,
  .shopop_upload-brandBg-clearWrap,
  .shopop_upload-clearWrap, 
  .shopop_upload-bg-clearWrap {
    position: relative;
  }

  .shopop_upload-brandicon-clear,
  .shopop_upload-brandBg-clear,
  .shopop_upload-usericon-clear, 
  .shopop_upload-bg-clear  {
    display: none;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 20px;
    background: rgba(0, 0, 0, 0.6);
    padding: 8px;
    font-size: 16px;
    color: #ccc;
  }

  .shopop_upload-brandBg-clear,
  .shopop_upload-bg-clear {
    top: 0px;
  }

  .shopop_brandIcon01 ul,
  .shopop_brandBg01 ul {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
  }

  .shopop_brandIcon01 ul li,
  .shopop_brandBg01 ul li {
    transition: all .3s ease-out;
    background: #FFF;
    flex: 0 0 auto;
    width: 70px;
    height: 70px;
    margin: 0 0;
    position: relative;
    overflow: hidden;
    border-radius: 35px;
  }
  .shopop_brandBg01 label,
  .shopop_bgDefaultWrap label {
    min-height: 70px;
  }

  .shopop_brandBg01 li.shopop_bg-selected {
    width: 100%;
    height: 150px;
    border-radius: 0;
  }

  .shopop_brandIcon01 ul img,
  .shopop_brandBg01 ul img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  .shopop_brandIcon01 input,
  .shopop_brandBg01 input {
    width: 15em;
  }

  .shopop_brand-notset{
    color: #999;
    font-size: 11px;
    text-align: center;
    padding: 10px 0 0 0;
  }


  /* ----------------------------------------------
  ユーザ ブランドヘッダー
 ---------------------------------------------- */
  /* 未ログイン */
  .shopop_header_notlogin{
    text-align: center;
    background: #f5f5f5;
    background-size: cover;
    padding: 20px;
    border-radius: 10px;
  }
  .btn_shopop_header_notlogin {
    outline: none;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    border: none;
    background: #fa7046;
    border-radius: 24px;
    transition: .3s ease;
    display: inline-block;
    width: 300px;
    font-weight: bold;
    cursor: pointer;
  }
  .btn_shopop_header_notlogin:hover {
    color: #fff;
    background: #fa7046;
  }

  /* ログイン */
  #shopop_header {
    position: relative;
  }

  .shopop_header_bg {
    width: 100%;
    height: 150px;
    overflow: hidden;
    background: linear-gradient(132deg, rgb(251, 251, 255) 0.00%, rgb(215, 223, 252) 100.00%);
    position: relative;
  }

  .shopop_header_bg img {
    width: 100%;
    vertical-align: bottom;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .shopop_header_brand-default img {
    width: inherit;
    position: inherit;
    transform: inherit;
    height: 300px;
  }

  .shopop_header_content {
    padding: 0 15px;
    margin: -35px 0 0 0;
  }

  #shopop_header-icon {
    background: #FFF;
    width: 120px;
    height: 120px;
    margin: 0 0;
    position: relative;
    overflow: hidden;
    border-radius: 60px;
    border: 5px solid #fff;
    box-sizing: border-box;
  }
  #shopop_header-icon img {
    width: 110px;
    height: 110px;
    vertical-align: bottom;
    object-fit: cover;
  }
  .btn_profile {
    display: inline-block;
    outline: none;
    background: none;
    padding: 0px 15px;
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 32px;
    color: #fa7046;
    border: 1px solid #fa7046;
    background: #fff;
    border-radius: 24px;
    cursor: pointer;
  }
  .btn_profile:hover{
    opacity: .75;
  }

  .btn_profile.brand-favorited {
    color: #bbb;
    border: 1px solid #bbb;
  }


  #shopop_header h3 {
    background: none;
    padding: 15px 0 ;
    margin: 0;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .shopop_username_sama{
    font-size: 16px;
    font-weight: normal;
  }
  .shopop_username_id{
    font-size: 13px;
    display: block;
    font-weight:normal;
    color: #999;
    padding:4px 0 0 0;
    letter-spacing: inherit;
  }

  #shopop_header h3.shopop_header_brand-name {
    padding: 15px 0 10px 0;
  }
  #shopop_header h4 {
    background: none;
    padding: 0 0 15px 0;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #666;
  }

  .shopop_header_cta li {
    color: #666;
    font-size: 12px;
    letter-spacing: 0.05em;
    padding-right: 15px;
  }

  .shopop_header_cta li a,
  .shopop_header_cta li a:link {
    text-decoration: none;
    color: inherit;
  }
  .shopop_header_cta li a.shopop_header_cta-link{
    bottom: -2px;
    color: #fa7046;
    margin-left: 4px;
    padding-bottom: 2px;
    border-bottom: 1px solid;
  }

  .shopop_header_cta li strong {
    font-size: 16px;
    font-weight: bold;
    padding-right: 2px;
    color: #000;
  }

  .shopop_header_cta .lcicon {
    color: #fa7046;
    vertical-align: top;
    padding: 0 4px 0 0;
  }

  

  .shopop_header_brandtxt {
    font-size: 14px;
    color: #666;
    line-height: 175%;
    padding: 0 0 15px 0;
    display: block;
    white-space: pre-wrap;
  }

  .shopop_header_brandlink {
    font-size: 14px;
    line-height: 1.75;
    margin: 0 0 8px;
  }

  .shopop_header_brandlink a,
  .shopop_header_brandlink a:link {
    text-decoration: none;
    color: #fa7046;
    box-sizing: border-box;
    padding: 8px 0;
  }
  .shopop_header_brandlink a:hover{
    opacity: .75;
  }

  .shopop_header_brandlink .uk-icon {
    margin-left: auto;
  }


  #shopop_menu {
    padding: 30px 0 0 0;
  }

  #shopop_menu ul li {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #ccc;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #e9e9e9;
    cursor: pointer;
  }
  #shopop_menu ul li:hover{}

  #shopop_menu ul li .lcicon{
    font-size: 24px;
    line-height: 16px;
    padding-right: 4px;
  }
  #shopop_menu ul li .lcicon.lcicon-A21-mages{
    font-size: 20px;
  }
  #shopop_menu ul li.is_timeline {
    color: #fa7046;
    border-bottom: 2px solid #fa7046;
  }

  .shopop_trend-nav{
    background: #f5f5f5;
    padding: 15px 0;
    margin: 0 15px;
  }
  .shopop_trend-nav .uk-tab::before {
    border: none;
  }

  .shopop_trend-nav .uk-tab li a{
    font-size: 15px;
    border: none;
    text-decoration: none;
    background: #f5f5f5;
    padding: 12px 24px;
    border-radius: 4px;
    color: #aaa;
    font-weight: normal;
  }
  .shopop_trend-nav .uk-tab li a:hover{
    color: #fa7046;
  }
  .shopop_trend-nav .uk-tab li.uk-active a{
    color: #fa7046;
    background: #fff;
    font-weight: bold;
  }

  #shopop_timeline-trend-tab li{
    display: none;
  }
  #shopop_timeline-trend-tab li.uk-active{
    display: block;
  }
  #shopop_current-bg-thumbnail,
  #shopop_current-brandBg-thumbnail{
    vertical-align: top;
    width: 100%;
    height: auto;
  }

  .shopop_timeline-trend-update{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    padding: 5px 15px;
    color: #888;
    font-size: 11px;
    background: #e9e9e9;
  }
  .shopop_timeline-trend-update .uk-icon{
    margin-right:3px;
  }



  /* ----------------------------------------------
  マイブランド
  ---------------------------------------------- */

  #shopop_mybrand #shopop_header{
    background: #f5f5f5;
    padding: 10px 0;
  }
  #shopop_mybrand .shopop_header_content{
    width: 1000px;
    margin: 0 auto;
  }
  #shopop_mybrand #shopop_header-icon {
    background: #FFF;
    width: 45px;
    height: 45px;
    border: none;
  }
  #shopop_mybrand #shopop_header h3 {
    background: none;
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 15px;
    flex: 1;
  }
  #shopop_mybrand #shopop_header h3 a,
  #shopop_mybrand #shopop_header h3 a:link{
    text-decoration: none;
  }
  #shopop_mybrand #shopop_header h3 #shopop_header_nickname{
    font-size: 18px;
  }
  .shopop_header_editMybrand{
    margin-left: auto;
  }
  .shopop_header_editMybrand a{
    text-decoration: none;
    color: #888888;
    border: 1px solid;
    padding: 6px 8px;
    display: inline-block;
    text-align: center;
    background: #fff;
    white-space: nowrap;
  }

  #shopop_mybrand_list{
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 60px 0;
    display: flex;
    flex-wrap: wrap;
  }
  #shopop_mybrand_list li{
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    padding: 20px 14px;
    border-bottom: 1px solid #eee;
    width: 50%;
    box-sizing: border-box;
  }

  .shopop_mybrand_fav{
    color: #fa7046;
  }
  .toFav{
  color: #ddd;
  }

  .shopop_mybrand_fav [stroke]:not(.uk-preserve) {
    fill: #FA7046;
    stroke: #FA7046;
  }
  .toFav [stroke]:not(.uk-preserve) {
    fill:none;
    stroke: none;
  }
  
  .shopop_mybrand_name{
    color: #2b2b2b;
    padding-left: 10px;
  }
  .shopop_mybrand_name small{
    font-size: 11px;
    color: #666;
  }
  .shopop_mybrand_link-timeline{
    margin-left: auto;
    padding-right: 8px;
  }

  .shopop_mybrand_link-timeline a{
    background: #fa7046;
    border: 1px solid #fa7046;;
    color: #fff;
    text-decoration: none;
    padding: 6px 8px;
    font-size: 12px;
    border-radius: 2px;
    white-space: nowrap;

  }
  .shopop_mybrand_link-catalog a{
    background: #fff;
    border: 1px solid #fa7046;
    color: #fa7046;
    text-decoration: none;
    padding: 6px 8px;
    font-size: 12px;
    border-radius: 2px;
    white-space: nowrap;
  }
  .uk-notification-message{
    font-size: 15px !important;
    font-weight: bold !important;
    box-shadow: 0 0 8px #666;
    background: #fff;
  }



  /* ----------------------------------------------
  POPタイムライン
  ---------------------------------------------- */


  .shopop_timeline-connect{
    display: none;
  }
  .shopop_timeline-connect.is_timeActive{
    display: block;
  }

  .shopop_timeline_wrap {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .shopop_timeline_wrap article {
    width: 33.33%;
    padding-top: 33.33%;
    position: relative;
    float: left;
    display: inline-block;
  }

  .shopop_timeline_post {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #e0e0e0;
    overflow: hidden;
  }

.shopop_timeline_post.skeleton-reset:before{
  content: none;
  display: none;
}

  .shopop_timeline_post.shopop_timeline_post-center {
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
  }


  .shopop_timeline_feed .shopop_timeline_post {
    border-top: 3px solid #f5f5f5;
    border-left: 3px solid #f5f5f5;
  }

  .shopop_timeline_wrap article:nth-of-type(15n - 14) .shopop_timeline_post,
  .shopop_timeline_wrap article:nth-of-type(15n - 11) .shopop_timeline_post,
  .shopop_timeline_wrap article:nth-of-type(15n - 8) .shopop_timeline_post,
  .shopop_timeline_wrap article:nth-of-type(15n - 4) .shopop_timeline_post{
    border-left: none;
  }


  article.s-article {
    display: flex;
    flex-direction: column;
    padding: inherit;
  }

  article.s-article div.shopop_timeline_post {
    position: inherit;
    top: auto;
    bottom: auto;
    height: 50%;
  }




  /* ポスト */

  .shopop_post-wrap {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }

  .uk-active .shopop_post-wrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  article .shopop_pop-text {
    font-size: 13px;
  }

  article .shopop_pop-text span.shopop_pop-base {
    padding: 4px;
  }

  article .shopop_pop-top {
    top: 10px;
  }

  article .shopop_pop-middle {}

  article .shopop_pop-bottom {
    bottom: 10px;
  }

  /* 下書き */
  .shopop_pop-text.shopop_pop-text-Draft{position: absolute;
    left: 0;
    background: #ff0000;color:#fff;
    font-size: 11px !important;
    padding: 6px;
    background: linear-gradient(200deg, rgb(115, 93, 142) 0.00%, rgb(58, 33, 86) 100.00%);
    line-height: 1;
  }

  /* 予約 */
  .shopop_pop-text.shopop_pop-text-Reserve{position: absolute;
    left: 0;
    background: #ff0000;
    color:#fff;
    font-size: 11px !important;
    padding: 6px;
    background: linear-gradient(90deg, rgb(253, 54, 133) 0.00%, rgb(255 134 155) 100.00%);
    line-height: 1;
  }
  .shopop_pop-text.shopop_pop-text-Reserve .shopop_pop-text-Reserve-time{
    padding-left: .5em;
    font-size: 12px;
  }


  /* 1/3 */
  .shopop_timeline_wrap article:nth-of-type(15n - 14) .shopop_pop-text , 
  .shopop_timeline_wrap article:nth-of-type(15n - 13) .shopop_pop-text ,
  .shopop_timeline_wrap article:nth-of-type(15n - 12) .shopop_pop-text ,
  .shopop_timeline_wrap article:nth-of-type(15n - 11) .shopop_pop-text ,
  .shopop_timeline_wrap article:nth-of-type(15n - 10) .shopop_pop-text ,
  .shopop_timeline_wrap article:nth-of-type(15n - 9) .shopop_pop-text {
    font-size: 18px;
  }

  .shopop_timeline_wrap article:nth-of-type(15n - 4) .shopop_pop-text{
    font-size: 28px;
  }

  .shopop_timeline_wrap article:nth-of-type(15n - 4) .shopop_pop-top {
    top: 20px;
  }
  .shopop_timeline_wrap article:nth-of-type(15n - 4) .shopop_pop-bottom {
    bottom: 20px;
  }


  .shopop-timeline-more-later{
    margin: 24px auto;
    display: inline-block;
    outline: none;
    background: none;
    padding: 10px;
    font-size: 14px;
    border: none;
    background: #4686fa;
    color: #fff;
    border-radius: 24px;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 100;
    transform: translateX(-50%);
    visibility: hidden;
  }
  .shopop-timeline-more-older{
    margin: 48px auto;
    display: inline-block;
    outline: none;
    background: none;
    padding: 0px 15px;
    margin: 0 0 10 px 0;
    font-size: 14px;
    line-height: 32px;
    border: none;
    border-radius: 24px;
    color: #fa7046;
  }

  .shopop_preview-wrap .shopop_pop-Menu{
    display: none;
  }
  /* .shopop_detail {
    background: #fff;
  } */
  .shopop_detail_close {
    padding: 15px;
    background: none;
    color: #FFF;
  }


  .shopop_slideshow .shopop_pop-top {
    top: 40px;
  }

  .shopop_slideshow .shopop_pop-bottom {
    bottom: 40px;
  }

  .shopop_slideshow .shopop_pop-user-account .lcicon {
    font-size: 16px;
    color: #fa7042;
    margin-bottom: auto;
    margin-left: 4px;
  }


  .shopop_pop-Menu {
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 6;
    width: 50px;
    box-sizing: border-box;
  }

  .shopop_pop-Menu li {
    padding: 15px 0 0 0;
  }

  .shopop_pop-Menu li.shopop_pop-Menu-dorpdown {
    padding-top: 16px;
  }

  .shopop_pop-Menu li a,
  .shopop_pop-Menu li a:link{
    text-decoration: none;
    color: #fff;
  }

  .shopop_pop-Menu li span {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
  }

  .shopop_pop-Menu-favorite .uk-icon {
    font-size: 26px;
    color:  #FA7046;
  }

  .shopop_pop-Menu-favorited .shopop_pop-Menu-label{
   color:  #FA7046;
  }

  .shopop_pop-Menu-favorited .uk-icon [stroke]:not(.uk-preserve){
    fill: #FA7046;
    stroke: #FA7046;
  }

  .shopop_pop-Menu-favorite span.shopop_pop-Menu-label {
    padding: 4px 0 0 0;
  }
  .shopop_pop-Menu-edit span.shopop_pop-Menu-label,
  .shopop_pop-Menu-link span.shopop_pop-Menu-label,
  .shopop_pop-Menu-trash span.shopop_pop-Menu-label {
    font-size: 11px;
  }

  .shopop_pop-Menu-dorpdown button {
    outline: none;
    border: none;
    background: none;
    padding: 0;
    width: 100%;
  }

  .shopop_pop-Menu-dorpdown .uk-dropdown {
    padding: 16px;    
    min-width: 160px;
    background: #000;
  }

  .shopop_pop-Menu-dorpdown .uk-dropdown-nav li {
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    padding: 8px 0 0 0;
  }

  .shopop_pop-Menu-dorpdown .uk-dropdown-nav li .lcicon,
  .shopop_pop-Menu-dorpdown .uk-dropdown-nav li i {
    font-size: 20px;
    margin-right: 8px;
    background: #333;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    display: inline-block;
    text-align: center;
    line-height: 23px;
  }

  .shopop_pop-Menu-dorpdown .uk-dropdown-nav li svg {
    margin-left: -1px;
    margin-top: -1px;
  }

  .shopop_pop-Menu-dorpdown .uk-dropdown-nav li a {
    line-height: 26px;
    padding: 0;
  }

  .shopop_pop-Menu-dorpdown .uk-dropdown-nav .uk-nav-header {
    text-align: center;
    color: #fff;
  }

  .shopop_pop-Menu-dorpdown li.shopop_pop_share-twitter a{
    color: #00acee;
  }
  .shopop_pop-Menu-dorpdown .uk-dropdown-nav li.shopop_pop_share-twitter .lcicon{
    background: #00acee;
    color: #fff;
  }
  .shopop_pop-Menu-dorpdown li.shopop_pop_share-line a{
    color: #00B900;
  }
  .shopop_pop-Menu-dorpdown .uk-dropdown-nav li.shopop_pop_share-line .lcicon{
    background: #00B900;
    color: #fff;
  }
  .shopop_pop-Menu-dorpdown li.shopop_pop_share-facebook a{
    color: #1877f2;
  }
  .shopop_pop-Menu-dorpdown .uk-dropdown-nav li.shopop_pop_share-facebook .lcicon{
    background: #1877f2;
    color: #fff;
  }
  .shopop_pop-Menu-dorpdown li.shopop_pop_share-copy a{
    color: #ddd;
  }
  .shopop_pop-Menu-dorpdown .uk-dropdown-nav li.shopop_pop_share-copy i{
    background: #333;
    color: #fff;
  }

  .shopop_pop-url {
    position: absolute;
    bottom: 74px;
    display: flex;
    padding: 0 15px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
  }
  .shopop_pop-url .shopop_copy_url {
    padding: 0 8px;
    margin: 0;
    width: 264px;
    font-size: 12px;
    color: #666;
    outline: none;
    border: 1px solid #888;
    line-height: 36px;
    box-sizing: border-box;
    border-radius: 4px;
  }
  .shopop_pop-url .shopop_pop_share-copy{
    font-size: 13px;
    outline: none;
    border: none;
    background: #f5f5f5;
    color: #666;
    padding: 0 8px;
    line-height: 36px;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    margin-left: 10px;
  }
  .shopop_pop-url .shopop_pop_share-copy:hover{
    background: #000;
    color: #fff;
  }
  

  /* レコメンド */
  .shopop_pr {
    display: none;
    clear: both;
    background: url(https://media.aws.locondo.jp/contents/img/common/shopop/shopop_pr_bg.png) repeat 0 0, linear-gradient(132deg, rgb(234, 29, 78) 0.00%, rgb(255, 190, 20) 100.00%);
    background-size: contain;
    padding: 30px 0;
    border-top:3px solid #f5f5f5 ;
  }

  .shopop_pr:nth-of-type(2) {
    background: url(https://media.aws.locondo.jp/contents/img/common/shopop/shopop_pr_bg.png) repeat 0 0, linear-gradient(196deg, rgb(30, 144, 255) 0.00%, rgb(138, 43, 226) 100.00%);
    background-size: contain;
  }
  .shopop_pr:nth-of-type(3) {
    background: url(https://media.aws.locondo.jp/contents/img/common/shopop/shopop_pr_bg.png) repeat 0 0, linear-gradient(275deg, rgb(31, 207, 195) 0.00%, rgb(31, 145, 207) 100.00%);
    background-size: contain;
  }

  .shopop_pr:nth-of-type(2) .shopop_pr_wrap li {
    box-shadow: 0 0 8px #1f467a
  }
  .shopop_pr:nth-of-type(3) .shopop_pr_wrap li {
    box-shadow: 0 0 8px #2a84ab
  }

  .shopop_pr h2 {
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }

  .shopop_pr .uk-slidenav{
    background: #000;
    color: #fff;
    margin: 15px 0;
    padding: 10px;
  }
  .shopop_pr .uk-slidenav:hover{
    background: #666;
    color: #fff;
  }
  .shopop_pr_wrap {
    padding: 8px 15px;
    justify-content: center;
  }

  .shopop_pr_wrap li {
    margin-right: 15px;
    box-shadow: 0 0 8px #bf2241;
    background: #fff;
    border-radius: 10px;
  }

  .shopop_pr_wrap .shopop_post-wrap {
    border-radius: 10px 10px 0 0;
  }

  .shopop_pr_post {
    position: relative;
    width: 200px;
    padding-top: 200px;
    border-radius: 10px;
    overflow: hidden;
  }

  .shopop_pr_post .shopop_timeline_post {
    height: 200px;
  }

  .shopop_pr_wrap .shopop_pop-text {
    font-size: 16px;
  }

  .shopop_pr_wrap .shopop_pop-text span.shopop_pop-base {
    padding: 2px 5px;
  }

  .shopop_pr_wrap .shopop_pop-top {
    top: 16px;
  }

  .shopop_pr_wrap .shopop_pop-middle {}

  .shopop_pr_wrap .shopop_pop-bottom {
    bottom: 16px;
  }


  .shopop_pr_user {
    background: #fff;
    padding: 10px 10px 15px 10px;
  }

  .shopop_pr_user .shopop_pop-user-account {
    color: #333;
    padding: 0 0 0 10px;
  }

  .shopop_pr_user .shopop_pop-user-account h4 {
    font-size: 13px;
  }

  .shopop_pr_user .shopop_pop-user-account h4 .lcicon {
    color: #fa7046;
    font-size: 18px;
  }

  .shopop_pr_user .shopop_pop-user-account .shopop_pop-postdata {
    font-size: 11px;
    color: #666;
  }

  .shopop_pr_mybrand {
    padding: 15px 0 0 0;
  }

  .shopop_pr_mybrand .btn_profile {
    margin: 0 auto;
  }

  .btn_profile {
    outline: none;
    background: none;
    padding: 0px 15px;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 32px;
    color: #fa7046;
    border: 1px solid #fa7046;
    background: #fff;
    border-radius: 24px;
    transition: .3s ease;
    display: flex;
    margin-left: auto;
    align-items: center;
  }

  .btn_profile.brand-favorited {
    color: #ccc;
    border: 1px solid #ccc;
  }


  /* 表示がないとき */
  .shopop_post_none{
    text-align: center;
    padding: 40px 0;
    font-size: 15px;
    color: #bbb;
    font-weight: bold;
    border-radius: 10px;
    margin: 30px 0;
    box-shadow: 0 0 10px #efefef;
  }
  .shopop_post_none .uk-icon{
    color: #ccc;
  }
  .shopop_post_none p {
    padding:20px 0 0 0;
  }




  /* 
  スケルトンアニメーション
  */

  @-moz-keyframes skeleton-animation {
    0% {
      transform: translateX(-100%);
    }

    100% {
      transform: translateX(100%);
    }
  }

  @-webkit-keyframes skeleton-animation {
    0% {
      transform: translateX(-100%);
    }

    100% {
      transform: translateX(100%);
    }
  }

  @-o-keyframes skeleton-animation {
    0% {
      transform: translateX(-100%);
    }

    100% {
      transform: translateX(100%);
    }
  }

  @keyframes skeleton-animation {
    0% {
      transform: translateX(-100%);
    }

    100% {
      transform: translateX(100%);
    }
  }




/* pcハック */
.shopop_container-bg {
  width: 1000px;
  padding: 30px 0 0 0;
  margin: 0 auto;
  display: flex;
}
.shopop_sidemenu{
  width: 200px;
}
.shopop_sidemenu-home,
.shopop_sidemenu-mybrand{
background: #f5f5f5;
border-radius: 10px;
margin: 0 0 30px;
overflow: hidden;
}
.shopop_sidemenu-mybrand{
padding: 10px 0;
}
.shopop_sidemenu-home a{
display: flex;
padding: 15px;
align-items: center;
}
.shopop_sidemenu-home a:hover{
background: #fafafa;
text-decoration: none;
}
.shopop_sidemenu-home a .shopop_sidemenu-icon{
background: #FFF;
width: 35px;
height: 35px;
margin: 0 0;
position: relative;
overflow: hidden;
border-radius: 20px;
box-sizing: border-box;
}
.shopop_sidemenu-home a .shopop_sidemenu-icon img{
  width: 35px;
  height: 35px;
  object-fit: cover;
}
.shopop_sidemenu-home a span{
padding-left: 10px;
font-size: 14px;
font-weight: bold;
}

.shopop_sidemenu-mybrand h3{
font-size: 15px;
font-weight: normal;
display: flex;
padding:15px 15px;
align-items: center;
}
.shopop_sidemenu-mybrand h3 a{
font-size: 11px;
color: #fa7046;
background: #fff;
margin-left: auto;
padding: 2px 8px;
border-radius: 2px;
}
.shopop_sidemenu-mybrand h3 a:hover{
opacity: .75;
text-decoration:none;
}

.shopop_sidemenu-mybrand li a {
padding: 5px 10px 5px 15px;
display: block;
font-weight: normal;
color: #666;
font-size: 13px;
line-height: 1.75;
display: flex;
justify-content: space-between;
align-items: center;
}

.shopop_sidemenu-mybrand li a:hover{
background: #fafafa;
text-decoration: none;
}



.shopop_container {
  width: 800px;
  margin: 0 auto;
  padding: 0px 0 60px 50px;
  box-sizing: border-box;
}
.shopop_container:after {
  content:'';
  display: block;
  clear: both;
}

/* タイムライン */

#shopop_menu {
  padding: 0 15px;
  margin: 15px 0 0 0;
}

#shopop_menu ul li {
  font-size: 18px;
  padding:15px 0 10px 0;
  text-align: center;
  cursor:pointer;
}
#shopop_menu ul li:hover{
  color: #fa7046;
}

.shopop_timeline_feed .shopop_timeline_post {
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
}

.shopop_pr {
  border-top: 10px solid #fff;
  position: relative;
}

.shopop_pr .uk-slider-container{
  padding: 15px 20px;
}


.shopop_header_bg {
  width: 100%;
  height: 300px;
}

.shopop_header_content {
  margin: -60px 0 0 0;
}

.shopop_header_cta {
  padding-bottom: 15px;
}

#shopop_header h3 {
  font-weight: bold;
}

.shopop_timeline-trend-update {
  background: #fff;    
  padding: 5px 15px;
}

.shopop_timeline_wrap article {
  width: 25%;
  padding-top: 25%;
  position: relative;
  float: left;
  display: inline-block;
  cursor: pointer;
}
.shopop_timeline_wrap article:hover{
  opacity: .75;
}



/* カラム1/2--1/2 */      

.shopop_timeline_wrap article:nth-of-type(15n - 4) {
  width: 50%;
  padding-top: 50%;
}


/* カラム1/3--2/3 */
.shopop_timeline_wrap article:nth-of-type(15n - 14), 
.shopop_timeline_wrap article:nth-of-type(15n - 13),
.shopop_timeline_wrap article:nth-of-type(15n - 12),
.shopop_timeline_wrap article:nth-of-type(15n - 11),
.shopop_timeline_wrap article:nth-of-type(15n - 10),
.shopop_timeline_wrap article:nth-of-type(15n - 9){
  width: 33.33%;
  padding-top: 33.33%;
}


.shopop_timeline_wrap article:hover {
  box-shadow:0 0 0 3px #000 inset;
}


  /* 詳細 */

  .shopop_detail_close {
    padding: 15px;
    background: none;
    color: #aaa;
  }
  .shopop_detail .uk-slidenav,
  .shopop_pr_detail .uk-slidenav{
    background: #ddd;
    color: #000;
    margin: 15px 0;
    padding: 10px;
  }
  .shopop_detail .uk-slidenav:hover,
  .shopop_pr_detail .uk-slidenav:hover{
    background: #000;
    color: #fff;
  }

  .shopop_detail .uk-position-center-right.uk-slidenav,
  .shopop_pr_detail .uk-position-center-right.uk-slidenav{
    right: -17px;
  }
  .shopop_detail .uk-position-center-left.uk-slidenav,
  .shopop_pr_detail .uk-position-center-left.uk-slidenav{
    left: -17px;
  }

  .shopop_detail .uk-slidenav.uk-invisible,
  .shopop_pr_detail .uk-slidenav.uk-invisible{
    display: none;
  }
  .shopop_slideshow .shopop_pop-user-account h4 .lcicon {
    font-size: 18px;
    color: #fa7042;
  }
  .shopop_slideshow .uk-position-small {
    margin: 15px 5px;
  }

  .shopop_pop-user a{
    display: flex;
    align-items: center;
  }
  .shopop_pop-user a:hover{
    text-decoration: none;
  }

  .shopop_pop-user-icon {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 20px;
  }

  .shopop_pop-user-icon img {
    width: 40px;
    height: 40px;
    object-fit: cover;
  }

  .shopop_pop-user-account {
    padding: 0 0 0 15px;
  }

  .shopop_pop-user-account h4 {
    font-size: 15px;
    line-height: 1.6;
    cursor: pointer;
  }
  .shopop_pop-user-account h4:hover{
    color: #fa7046;
  }
  .shopop_official_icon{
    height: 1.3em;
    margin-left: 3px;
    position: relative;
    top:-2px;
  }
  .shopop_pop-user-account .shopop_pop-postdata {
    font-size: 12px;
    line-height: 1.6;
    color: #666;
  }

  .shopop_pop-comment {
    font-size: 13px;
    padding: 15px 0 0 0;
  }

  .shopop_pop-comment-moreBtn,
  .shopop_pop-comment-lessBtn {
    border-bottom: 1px solid #fff;
    padding: 0 0 1px 0px;
    font-size: 12px;
  }



  .shopop_pop_link a,
  .shopop_pop_link a:link {
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    line-height: 45px;
    display: inline-block;
    width: 50%;
    border-radius: 50px;
  }

  .shopop_detail_close {
    padding: 15px;
    background: none;
    color: #aaa;
    filter: none;
  }


  .shopop_detail .uk-modal-dialog,
  .shopop_direct_detail .uk-modal-dialog,
  .shopop_pr_detail .uk-modal-dialog{
    width: 960px;
    padding: 0;
    background: transparent;
  }

  .shopop_slideshow {
    min-height: 600px !important;
  }

  .shopop_slideshow .uk-slidenav {
    padding: 0;
  }

  .shopop_slideshow .shopop_post-wrap {
    width: 600px;
    height: 600px;
  }

  .shopop_post-infowrap {
    position: relative;
    width: 360px;
  }

  .shopop_slideshow .shopop_pop-bottomWrap {
    /* position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 10px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55)); */
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px 15px 15px;
  }

  .uk-slideshow-postwrap {
    display: flex;
    box-shadow: 0 0 16px rgba(102, 102, 102, 0.13);
    background: #fff;
  }

  .shopop_pop-text {
    text-align: center;
    font-weight: bold;
    font-size: 44px;
    font-weight: bold;
    line-height: 1;
  }

  .shopop_pop_link p {
    text-align: center;
    padding: 15px;
  }

  .shopop_pop_link a,
  .shopop_pop_link a:link {
    font-size: 15px;
    background: #000;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    line-height: 48px;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    box-sizing: border-box;
  }

  .shopop_pop_link a:hover {
    background: #fff;
    color: #222;
    border: 2px solid;
  }
  .shopop_pop-Menu {
    display: flex;
    align-items: center;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: #f5f5f5;

  }

  .shopop_pop-Menu li {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 0 0px;
  }

  .shopop_pop-Menu li a,
  .shopop_pop-Menu li a:link {
    text-decoration: none;
  }


  .shopop_pop-Menu-favorite .lcicon {
    font-size: 36px;

  }

  .shopop_pop-Menu-favorite span.shopop_pop-Menu-label {
    padding: 0px 0 0 4px;
    font-size: 14px;
  }


  .shopop_pop-Menu-favorite {
    color: #fa7046;
    display: flex;
    align-items: center;

  }

  .shopop_pop_share-twitter,
  .shopop_pop_share-line,
  .shopop_pop_share-facebook,
  .shopop_pop_share-copy {
    font-size: 24px;
    padding: 0 0 0 8px;
  }

  .shopop_pop-Menu-favorite{
    padding: 0 16px 0 0;
    cursor: pointer;
  }
  .shopop_pop-Menu-edit,
  .shopop_pop-Menu-trash{
    padding: 0 16px 0 0;
    cursor: pointer;
  }

  .shopop_pop-Menu-favorite:hover,
  .shopop_pop-Menu-edit:hover,
  .shopop_pop-Menu-trash:hover{
    opacity: .75;
  }

  .shopop_pop_share {
    margin-left: auto;
    font-size: 12px;
    font-weight: bold;
    background: #fff;
    color: #888;
    border-radius: 15px;
    padding: 0 8px;

  }

  /* .shopop_pop_share-twitter a{  color: #00acee;}
.shopop_pop_share-line a{  color: #00B900;}
.shopop_pop_share-facebook a{  color: #1877f2;}
.shopop_pop_share-copy a{  color: #666;} */
  .shopop_pop_share-twitter a { color: #666; }
  .shopop_pop_share-twitter a:hover { color: #00acee;}

  .shopop_pop_share-line a { color: #666;}
  .shopop_pop_share-line a:hover {color: #00B900;}

  .shopop_pop_share-facebook a {color: #666;}
  .shopop_pop_share-facebook a:hover {color: #1877f2;}

  .shopop_pop_share-copy a {
    color: #666;
  }


  .shopop_slideshow_component.uk-slideshow{
    border-radius: 15px;
    overflow: hidden;
  }



  /*商品詳細*/
  #product_contents article .shopop_pop-text{
    font-size: 12px;
  }